
#news { width: 100%; padding: 100px 0px; background: white;}@media (max-width: 768px) { #news { padding: 80px 0px; }}#news .newsHead { width: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center;}#news .newsHead h2 { text-align: center;}#news .newsMain { width: 100%; margin-top: 60px;}#news .newsMain .newsBox { width: 100%; text-decoration: none; display: flex; flex-direction: column; border-radius: 15px; overflow: hidden;}#news .newsMain .newsBox:hover .newsBoxThumbnail img { transition: 0.3s; transform: scale(1.1);}#news .newsMain .newsBox .newsBoxThumbnail { width: 100%; height: 220px; background: #eee; overflow: hidden;}#news .newsMain .newsBox .newsBoxThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: 0.3s;}#news .newsMain .newsBox .newsBoxDetails { width: 100%; display: flex; flex-direction: column; padding: 20px; border: 1px solid #eee; border-top: none; border-radius: 0px 0px 15px 15px;}#news .newsMain .newsBox .newsBoxDetails h4 { padding: 5px 15px; border-radius: 50px; /*background: rgba(0, 255, 0, 0.137254902);*/background: var(--thirdColor); width: -moz-fit-content; width: fit-content; font-size: 12px; display: flex; align-items: center; gap: 10px; font-family: myFont1; color: white;}#news .newsMain .newsBox .newsBoxDetails h4 i { line-height: 1;}#news .newsMain .newsBox .newsBoxDetails h3 { color: black; font-size: 20px; font-family: myFont4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 15px;}#news .newsMain .newsBox .newsBoxDetails p { font-size: 14px; color: var(--secondaryTextColor); margin-top: 10px; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}#news .newsMain .owl-nav, #news .newsMain .owl-dots { display: none;}#news .newsFoot { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 60px;}#news .newsFoot a { text-decoration: none; display: flex; align-items: center; gap: 15px; color: var(--primaryColor); font-size: 18px; font-family: myFont1; padding: 10px; transition: 0.3s;}#news .newsFoot a:hover { transition: 0.3s; transform: translateY(-5px); color: var(--secondaryColor);}#news .newsFoot a i { line-height: 1;}#about { width: 100%; /*padding: 100px 0px;*/}@media (max-width: 1024px) { #about { padding: 0px 0px 100px 0px; }}@media (max-width: 768px) { #about { padding: 20px 0px; }}#about .aboutMain { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}#about .aboutMain .aboutDetails { flex: 100%; display: flex; flex-direction: column;}@media (max-width: 1024px) { #about .aboutMain .aboutDetails { flex: 100%; order: 2; margin-top: 30px; }}#about .aboutMain .aboutDetails p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor);}@media (max-width: 480px) { #about .aboutMain .aboutDetails p { font-size: 16px; }}#about .aboutMain .aboutDetails .aboutDetailsPoints { width: 100%; display: flex; flex-wrap: wrap; margin-top: 40px; background: #eee; gap: 1px;}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox { width: calc(100% / 3 - 1px); padding: 20px; background: #fff; display: flex; flex-direction: column;}@media (max-width: 768px) { #about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox { width: calc(100% / 2 - 1px); }}@media (max-width: 480px) { #about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox { width: 100%; }}/*#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(odd) { padding-left: 0;}@media (max-width: 480px) { #about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(odd) { padding-left: 20px; }}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(even) { padding-right: 0;}@media (max-width: 480px) { #about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(even) { padding-right: 20px; }}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(1) { padding-top: 0;}@media (max-width: 480px) { #about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(1) { padding: 20px; }}*//*#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(1) .aboutDetailsPointsBoxIcon { background: #93e7fe;}*//*#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(2) { padding-top: 0;}@media (max-width: 480px) { #about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(2) { padding-top: 20px; }}*//*#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(2) .aboutDetailsPointsBoxIcon { background: #ffd978;}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(3) .aboutDetailsPointsBoxIcon { background: #ffa666;}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox:nth-of-type(4) .aboutDetailsPointsBoxIcon { background: #faa9e4;}*/#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox .aboutDetailsPointsBoxIcon { width: 50px; height: 50px; border-radius: 15px; display: flex; justify-content: center; align-items: center; font-size: 20px; line-height: 1;background: var(--primaryColor);color: var(--thirdColor);}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox h3 { font-size: 18px; margin-top: 15px; font-family: myFont4;color: var(--thirdColor);}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox ul { width: 100%; display: flex; flex-direction: column; gap: 10px; margin-top: 10px;}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox ul li { list-style: none; display: flex; justify-content: space-between; align-items: flex-start;}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox ul li span { width: 6px; height: 6px; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); border-radius: 10px; margin-top: 7px;}#about .aboutMain .aboutDetails .aboutDetailsPoints .aboutDetailsPointsBox ul li h4 { font-size: 14px; font-family: myFont3; width: calc(100% - 20px); color: var(--secondaryTextColor);}#about .aboutMain .aboutDetails .aboutFoot { width: 100%; margin-top: 20px;}#about .aboutMain .aboutDetails .aboutFoot a { text-decoration: none; display: flex; align-items: center; gap: 15px; color: var(--primaryColor); font-size: 18px; font-family: myFont1; padding: 10px 0px; transition: 0.3s; width: -moz-fit-content; width: fit-content; display: flex;}#about .aboutMain .aboutDetails .aboutFoot a:hover { transition: 0.3s; transform: translateY(-5px); color: var(--secondaryColor);}#about .aboutMain .aboutDetails .aboutFoot a i { line-height: 1;}#about .aboutMain .aboutThumbnail { flex: 100%; overflow: hidden; border-radius: 20px;margin-top: 40px;}@media (max-width: 1024px) { #about .aboutMain .aboutThumbnail { flex: 100%; height: 500px; order: 1;margin-top: 0px; }}@media (max-width: 768px) { #about .aboutMain .aboutThumbnail { height: 400px; }}@media (max-width: 480px) { #about .aboutMain .aboutThumbnail { height: 300px; }}#about .aboutMain .aboutThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#membership { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #membership { padding: 80px 0px; }}#membership .membershipMain { width: 100%; padding: 50px 50px; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); border-radius: 40px; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; overflow: hidden; z-index: 0;}@media (max-width: 768px) { #membership .membershipMain { padding: 50px 30px; }}@media (max-width: 480px) { #membership .membershipMain { padding: 30px 20px; }}#membership .membershipMain h2 { color: white; text-align: center;}@media (max-width: 768px) { #membership .membershipMain h2 br { display: none; }}#membership .membershipMain p { color: white; font-size: 16px; text-align: center; width: 60%; margin-top: 30px; font-family: myFont3;}@media (max-width: 768px) { #membership .membershipMain p { width: 85%; }}@media (max-width: 480px) { #membership .membershipMain p { width: 100%; }}#membership .membershipMain .membershipBtnArea { display: flex; justify-content: center; align-items: center; margin-top: 50px; gap: 20px; flex-wrap: wrap;}#membership .membershipMain .membershipBtnArea a { text-decoration: none; display: flex; align-items: center; background: var(--thirdColor); padding: 14px 30px 14px 40px; border-radius: 50px; color: white; transition: 0.3s;}@media(max-width:480px){ #membership .membershipMain .membershipBtnArea a { width: 100%; justify-content: center; }}#membership .membershipMain .membershipBtnArea a:hover { transition: 0.3s; transform: translateY(-10px); opacity: 0.8;}#membership .membershipMain .membershipBtnArea a h3 { font-size: 20px;text-align :center;}@media(max-width:480px){#membership .membershipMain .membershipBtnArea a h3{font-size: 16px;}}#membership .membershipMain .membershipBtnArea a i { border-left: 1px solid rgba(255, 255, 255, 0.454); margin-left: 20px; padding-left: 15px; font-size: 22px; line-height: 1;}#membership .membershipMain .membershipBtnArea .uploadBtn { text-decoration: none; display: flex; align-items: center; background: white; padding: 14px 30px 14px 40px; border-radius: 50px; color: var(--thirdColor); transition: 0.3s;}#membership .membershipMain .membershipBtnArea .uploadBtn:hover { transition: 0.3s; transform: translateY(-10px); opacity: 0.8;}#membership .membershipMain .membershipBtnArea .uploadBtn h3 { font-size: 20px;}@media(max-width:480px){#membership .membershipMain .membershipBtnArea .uploadBtn h3{font-size :16px;}}#membership .membershipMain .membershipBtnArea .uploadBtn i { border-left: 1px solid rgba(147, 147, 147, 0.454); margin-left: 20px; padding-left: 15px; font-size: 22px; line-height: 1;}#membership .membershipMain .element1 { position: absolute; z-index: -1; width: 200px; top: -20px; left: -50px;}@media (max-width: 768px) { #membership .membershipMain .element1 { width: 100px; left: -20px; top: -10px; }}#membership .membershipMain .element1 img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain;}#membership .membershipMain .element2 { position: absolute; z-index: -1; width: 200px; bottom: -10px; right: -20px;}@media (max-width: 768px) { #membership .membershipMain .element2 { width: 150px; }}#membership .membershipMain .element2 img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain;}#welfare { width: 100%; padding: 100px 0px; background: #f0f5ff;}@media (max-width: 768px) { #welfare { padding: 80px 0px; }}#welfare .welfareMain { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}#welfare .welfareMain .welfareThumbnail { flex: 0 0 50%; border-radius: 20px; overflow: hidden;}@media (max-width: 1024px) { #welfare .welfareMain .welfareThumbnail { flex: 100%; }}@media (max-width: 768px) { #welfare .welfareMain .welfareThumbnail { height: 400px; }}@media (max-width: 480px) { #welfare .welfareMain .welfareThumbnail { height: 300px; }}#welfare .welfareMain .welfareThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#welfare .welfareMain .welfareDetails { flex: 0 0 40%; display: flex; flex-direction: column;}@media (max-width: 1800px) { #welfare .welfareMain .welfareDetails { flex: 0 0 45%; }}@media (max-width: 1024px) { #welfare .welfareMain .welfareDetails { flex: 100%; margin-top: 30px; }}#welfare .welfareMain .welfareDetails h2 { color: black;}#welfare .welfareMain .welfareDetails p { font-size: 18px; font-family: myFont3; margin-top: 20px;}@media (max-width: 480px) { #welfare .welfareMain .welfareDetails p { font-size: 16px; }}#welfare .welfareMain .welfareDetails a { text-decoration: none; display: flex; align-items: center; gap: 15px; color: var(--primaryColor); font-size: 16px; font-family: myFont1; padding: 10px 0px; transition: 0.3s; width: -moz-fit-content; width: fit-content; display: flex; margin-top: 20px;}#welfare .welfareMain .welfareDetails a:hover { transition: 0.3s; transform: translateY(-5px); color: var(--secondaryColor);}#welfare .welfareMain .welfareDetails a i { line-height: 1;}#welfare .welfareMain .welfareDetails .welfareBtnArea { width: 100%; display: flex; gap: 20px; flex-wrap: wrap; border-top: 1px solid rgba(0, 0, 0, 0.3215686275); margin-top: 20px; padding-top: 40px;}#welfare .welfareMain .welfareDetails .welfareBtnArea .downloadBtn { text-decoration: none; display: flex; align-items: center; background: var(--thirdColor); padding: 14px 30px 14px 40px; border-radius: 50px; color: white; transition: 0.3s; margin-top: 0px;}@media (max-width: 480px) { #welfare .welfareMain .welfareDetails .welfareBtnArea .downloadBtn { width: 100%; justify-content: center; }}#welfare .welfareMain .welfareDetails .welfareBtnArea .downloadBtn:hover { transition: 0.3s; transform: translateY(-10px); opacity: 0.8;}#welfare .welfareMain .welfareDetails .welfareBtnArea .downloadBtn h3 { font-size: 20px;}@media (max-width: 1800px) { #welfare .welfareMain .welfareDetails .welfareBtnArea .downloadBtn h3 { font-size: 16px; }}#welfare .welfareMain .welfareDetails .welfareBtnArea .downloadBtn i { border-left: 1px solid rgba(255, 255, 255, 0.454); margin-left: 20px; padding-left: 15px; font-size: 22px; line-height: 1;}@media (max-width: 1800px) { #welfare .welfareMain .welfareDetails .welfareBtnArea .downloadBtn i { font-size: 18px; }}#welfare .welfareMain .welfareDetails .welfareBtnArea .viewBtn { text-decoration: none; display: flex; align-items: center; background: white; padding: 14px 40px; border-radius: 50px; color: var(--thirdColor); transition: 0.3s; margin-top: 0px; font-size: 20px;}@media (max-width: 1800px) { #welfare .welfareMain .welfareDetails .welfareBtnArea .viewBtn { font-size: 16px; }}@media (max-width: 480px) { #welfare .welfareMain .welfareDetails .welfareBtnArea .viewBtn { width: 100%; justify-content: center; }}#welfare .welfareMain .welfareDetails .welfareBtnArea .viewBtn:hover { transition: 0.3s; transform: translateY(-10px); opacity: 0.8;}#gallery { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #gallery { padding: 80px 0px; }}#gallery .galleryFoot { width: 100%; display: flex; margin-top: 30px;}#gallery .galleryFoot a { text-decoration: none; display: flex; align-items: center; gap: 15px; color: var(--primaryColor); font-size: 18px; font-family: myFont1; padding: 10px 0px; transition: 0.3s;}#gallery .galleryFoot a:hover { transition: 0.3s; transform: translateY(-5px); color: var(--secondaryColor);}#gallery .galleryFoot a i { line-height: 1;}#gallery .galleryMain { width: 100%; margin-top: 60px;}#gallery .galleryMain .galleryBox { width: 100%; text-decoration: none; display: flex; flex-direction: column; overflow: hidden;}#gallery .galleryMain .galleryBox:hover .galleryBoxThumbnail img { transition: 0.3s; transform: scale(1.1);}#gallery .galleryMain .galleryBox .galleryBoxThumbnail { width: 100%; height: 500px; background: #eee; overflow: hidden;}@media (max-width: 768px) { #gallery .galleryMain .galleryBox .galleryBoxThumbnail { height: 400px; }}@media (max-width: 480px) { #gallery .galleryMain .galleryBox .galleryBoxThumbnail { height: 300px; }}#gallery .galleryMain .galleryBox .galleryBoxThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: 0.3s;}#gallery .galleryMain .owl-nav, #gallery .galleryMain .owl-dots { display: none;}#helpDesk { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #helpDesk { padding: 20px 0px; }}#helpDesk .helpDeskMain { background: #f6f5f8; padding: 100px 50px; border-radius: 40px; display: flex; justify-content: center; align-items: center; flex-direction: column;}@media (max-width: 768px) { #helpDesk .helpDeskMain { padding: 80px 0px; }}@media (max-width: 480px) { #helpDesk .helpDeskMain { padding: 40px 0px; }}#helpDesk .helpDeskMain .helpDeskThumbnail { width: 60%;}@media (max-width: 768px) { #helpDesk .helpDeskMain .helpDeskThumbnail { width: 100%; }}#helpDesk .helpDeskMain .helpDeskThumbnail img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain;}#helpDesk .helpDeskMain h2 { text-align: center; margin-top: 60px;color: var(--primaryColor);}#helpDesk .helpDeskMain p { font-size: 18px; font-family: myFont3; margin-top: 20px; text-align: center; width: 40%; color: var(--thirdColor);}@media (max-width: 1800px) { #helpDesk .helpDeskMain p { width: 60%; }}@media (max-width: 768px) { #helpDesk .helpDeskMain p { width: 90%; }}@media (max-width: 480px) { #helpDesk .helpDeskMain p { width: 95%; font-size: 16px; }}#helpDesk .helpDeskMain .helpDeskBtnArea { display: flex; justify-content: center; align-items: center; margin-top: 50px;}#helpDesk .helpDeskMain .helpDeskBtnArea a { text-decoration: none; display: flex; align-items: center; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); padding: 14px 30px 14px 40px; border-radius: 50px; color: white; transition: 0.3s;}#helpDesk .helpDeskMain .helpDeskBtnArea a:hover { transition: 0.3s; transform: translateY(-10px); opacity: 0.8;}#helpDesk .helpDeskMain .helpDeskBtnArea a h3 { font-size: 20px;}#helpDesk .helpDeskMain .helpDeskBtnArea a i { border-left: 1px solid var(--thirdColor); margin-left: 20px; padding-left: 15px; font-size: 22px; line-height: 1;color: var(--thirdColor);}#benevolentFund { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #benevolentFund { padding: 80px 0px; }}#benevolentFund .benevolentFundMain { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}#benevolentFund .benevolentFundMain .benevolentFundDetails { flex: 0 0 45%; display: flex; flex-direction: column;}@media (max-width: 1024px) { #benevolentFund .benevolentFundMain .benevolentFundDetails { flex: 100%; order: 2; margin-top: 30px; }}#benevolentFund .benevolentFundMain .benevolentFundDetails p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor);}@media (max-width: 480px) { #benevolentFund .benevolentFundMain .benevolentFundDetails p { font-size: 16px; }}#benevolentFund .benevolentFundMain .benevolentFundDetails a { width: -moz-fit-content; width: fit-content; margin-top: 40px; text-decoration: none; display: flex; align-items: center; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); padding: 14px 30px 14px 40px; border-radius: 50px; color: white; transition: 0.3s;}#benevolentFund .benevolentFundMain .benevolentFundDetails a:hover { transition: 0.3s; transform: translateY(-10px); opacity: 0.8;}#benevolentFund .benevolentFundMain .benevolentFundDetails a h3 { font-size: 20px;}#benevolentFund .benevolentFundMain .benevolentFundDetails a i { border-left: 1px solid var(--thirdColor); margin-left: 20px; padding-left: 15px; font-size: 22px; line-height: 1;color:var(--thirdColor);}#benevolentFund .benevolentFundMain .benevolentFundThumbnail { flex: 0 0 45%; overflow: hidden; border-radius: 20px; position: relative;}@media (max-width: 1024px) { #benevolentFund .benevolentFundMain .benevolentFundThumbnail { flex: 100%; order: 1; }}@media (max-width: 768px) { #benevolentFund .benevolentFundMain .benevolentFundThumbnail { height: 400px; }}@media (max-width: 480px) { #benevolentFund .benevolentFundMain .benevolentFundThumbnail { height: 300px; }}#benevolentFund .benevolentFundMain .benevolentFundThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#benevolentFund .benevolentFundMain .benevolentFundThumbnail .benevolentFundThumbnailBox { position: absolute; top: 20px; left: 20px; background: white; border-radius: 10px; padding: 20px; display: flex; flex-direction: column;}#benevolentFund .benevolentFundMain .benevolentFundThumbnail .benevolentFundThumbnailBox h3 { font-size: 16px; font-family: myFont1;}#benevolentFund .benevolentFundMain .benevolentFundThumbnail .benevolentFundThumbnailBox .benevolentFundThumbnailBoxAmt { display: flex; align-items: center; gap: 30px;}#benevolentFund .benevolentFundMain .benevolentFundThumbnail .benevolentFundThumbnailBox .benevolentFundThumbnailBoxAmt .benevolentFundThumbnailBoxAmtCol1 { display: flex; flex-direction: column;}#benevolentFund .benevolentFundMain .benevolentFundThumbnail .benevolentFundThumbnailBox .benevolentFundThumbnailBoxAmt .benevolentFundThumbnailBoxAmtCol1 h2 { font-size: 30px; font-family: myFont4; color: rgb(9, 174, 9);}#benevolentFund .benevolentFundMain .benevolentFundThumbnail .benevolentFundThumbnailBox .benevolentFundThumbnailBoxAmt .benevolentFundThumbnailBoxAmtCol1 h2 i { font-size: 22px; line-height: 1;}#benevolentFund .benevolentFundMain .benevolentFundThumbnail .benevolentFundThumbnailBox .benevolentFundThumbnailBoxAmt .benevolentFundThumbnailBoxAmtCol1 p { color: var(--secondaryTextColor); font-size: 12px; font-family: myFont3;}#benevolentFund .benevolentFundMain .benevolentFundThumbnail .benevolentFundThumbnailBox .benevolentFundThumbnailBoxAmt .benevolentFundThumbnailBoxAmtCol2 { font-size: 2em; display: flex; align-items: center; justify-content: center;}#benevolentFund .benevolentFundMain .benevolentFundThumbnail .benevolentFundThumbnailBox .benevolentFundThumbnailBoxAmt .benevolentFundThumbnailBoxAmtCol2 i { line-height: 1; color: rgb(255, 221, 0);}#circulars { width: 100%; padding: 100px 0px; background: #f6f5f8;}@media (max-width: 768px) { #circulars { padding: 80px 0px; }}#circulars h2 { text-align: center;}#circulars .circularsMain { width: 100%; margin-top: 60px; display: flex; justify-content: center; align-items: center; flex-direction: column;}#circulars .circularsMain ul { width: 70%; background: white; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column;}@media (max-width: 1315px) { #circulars .circularsMain ul { width: 100%; }}#circulars .circularsMain ul li { list-style: none;}#circulars .circularsMain ul li:nth-of-type(1) a { border-top: none;}#circulars .circularsMain ul li a { text-decoration: none; display: flex; justify-content: space-between; align-items: flex-start; padding: 14px 20px; color: black; border-top: 1px solid #f6f5f8; font-size: 16px; transition: 0.3s;}#circulars .circularsMain ul li a:hover { transition: 0.3s; color: var(--primaryColor); background: rgba(102, 0, 255, 0.046);}#circulars .circularsMain ul li a:hover p { transform: translateX(-10px); transition: 0.3s;}#circulars .circularsMain ul li a:hover i { transform: translateX(-10px); transition: 0.3s;}#circulars .circularsMain ul li a i { color: var(--thirdColor); margin-top: 2px; transition: 0.3s;}#circulars .circularsMain ul li a p { width: calc(100% - 35px); font-family: myFont3; transition: 0.3s;}#circulars .circularsFoot { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 60px;}#circulars .circularsFoot a { text-decoration: none; display: flex; align-items: center; gap: 15px; color: var(--primaryColor); font-size: 18px; font-family: myFont1; padding: 10px; transition: 0.3s;}#circulars .circularsFoot a:hover { transition: 0.3s; transform: translateY(-5px); color: var(--secondaryColor);}#circulars .circularsFoot a i { line-height: 1;}#contact { width: 100%; padding: 100px 0px; background: #fff;/*background: var(--primaryColor);*/}@media (max-width: 768px) { #contact { padding: 80px 0px; }}@media (max-width: 667px) { #contact { padding: 0px 0px; }}#contact .contactMain { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}#contact .contactMain h2 { text-align: center;}#contact .contactMain p { font-size: 16px; text-align: center; width: 60%; margin-top: 30px; font-family: myFont3;}@media (max-width: 768px) { #contact .contactMain p { width: 90%; }}#contact .contactMain .contactMainDetails { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 60px;}#contact .contactMain .contactMainDetails .contactMainDetailsBox { width: 100%; display: flex; flex-direction: column;}#contact .contactMain .contactMainDetails .contactMainDetailsBox ul { width: 100%; display: flex; flex-wrap: wrap; -moz-column-gap: 50px; column-gap: 50px; row-gap: 50px;}@media (max-width: 1800px) { #contact .contactMain .contactMainDetails .contactMainDetailsBox ul { -moz-column-gap: 30px; column-gap: 30px; row-gap: 30px; }}#contact .contactMain .contactMainDetails .contactMainDetailsBox ul li { width: calc(33.3333333333% - 34px); list-style: none; display: flex; flex-direction: column; /*background: rgba(255, 255, 255, 0.11);*/background: rgb(0 0 0 / 3%); padding: 20px 30px; border-radius: 20px;}@media (max-width: 1800px) { #contact .contactMain .contactMainDetails .contactMainDetailsBox ul li { width: calc(33.3333333333% - 20px); }}@media (max-width: 1315px) { #contact .contactMain .contactMainDetails .contactMainDetailsBox ul li { width: calc(50% - 15px); }}@media (max-width: 768px) { #contact .contactMain .contactMainDetails .contactMainDetailsBox ul li { width: 100%; }}#contact .contactMain .contactMainDetails .contactMainDetailsBox ul li .contacCol1 { display: flex; flex-direction: column;}#contact .contactMain .contactMainDetails .contactMainDetailsBox ul li .contacCol1 i { font-size: 25px;color: var(--thirdColor);}#contact .contactMain .contactMainDetails .contactMainDetailsBox ul li .contacCol1 span { font-size: 16px;color: var(--thirdColor); font-family: myFont3;}#contact .contactMain .contactMainDetails .contactMainDetailsBox ul li .contacCol2 { border-top: 1px solid rgb(216 216 216 / 64%); display: flex; flex-direction: column; margin-top: 20px; padding-top: 20px;}#contact .contactMain .contactMainDetails .contactMainDetailsBox ul li .contacCol2 a { color: black; text-decoration: none; font-size: 22px; font-family: myFont1; margin-top: 5px; transition: 0.3s; width: -moz-fit-content; width: fit-content;}@media (max-width: 480px) { #contact .contactMain .contactMainDetails .contactMainDetailsBox ul li .contacCol2 a { font-size: 18px; }}#contact .contactMain .contactMainDetails .contactMainDetailsBox ul li .contacCol2 a:hover { transition: 0.3s;color: var(--thirdColor); transform: translateY(-5px);}#contact .contactMain .contactMainDetails .contactMainDetailsBox ul li .contacCol2 h3 { color: black; font-size: 25px; font-family: myFont1; margin-top: 5px;}@media (max-width: 480px) { #contact .contactMain .contactMainDetails .contactMainDetailsBox ul li .contacCol2 h3 { font-size: 20px; }}footer { width: 100%; padding: 80px 0px 20px 0px;border-top :5px solid var(--thirdColor); background: var(--primaryColor);}footer .footerMain { width: 100%; border-bottom: 1px solid var(--thirdColor); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; padding-bottom: 50px;}footer .footerMain .footerMap { width: 100%; display: flex; flex-direction: column; margin-bottom: 80px;}footer .footerMain .footerMap h2 { color: white; font-size: 25px; font-family: myFont2;}@media (max-width: 1800px) { footer .footerMain .footerMap h2 { font-size: 22px; }}footer .footerMain .footerMap .footerMapBox { width: 100%; height: 300px; background: #eee; margin-top: 20px;}@media (max-width: 480px) { footer .footerMain .footerMap .footerMapBox { height: 250px; }}footer .footerMain .footerMap .footerMapBox iframe { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}footer .footerMain .footerCol1 { flex: 0 0 30%; display: flex; flex-direction: column;}@media (max-width: 1024px) { footer .footerMain .footerCol1 { flex: 0 0 45%; }}@media (max-width: 480px) { footer .footerMain .footerCol1 { flex: 100%; }}footer .footerMain .footerCol1 .footerLogo{ width: fit-content; height: 100px; padding: 10px 20px; border-radius: 10px; background: white; display: flex; align-items: center; gap: 15px;}footer .footerMain .footerCol1 .footerLogo img{width :100%;height :100%;object-fit: contain;}footer .footerMain .footerCol1 .footerLogo .footerLogoText{font-size: 2em;font-weight: 600;color: var(--primaryColor);}@media (max-width: 768px) {footer .footerMain .footerCol1 .footerLogo .footerLogoText{font-size: 1.6em;}}footer .footerMain .footerCol1 h2 { color: white; font-size: 30px; font-family: myFont2;}footer .footerMain .footerCol1 p { font-size: 16px; line-height: 1.5; font-family: myFont3; color: rgb(216, 216, 216); margin-top: 20px;}footer .footerMain .footerCol1 span { margin-top: 60px; font-size: 14px; font-family: myFont3; color: rgb(196, 196, 196);}footer .footerMain .footerCol1 .footerSocailLinks { display: flex; align-items: center; gap: 20px; margin-top: 20px;}footer .footerMain .footerCol1 .footerSocailLinks a { text-decoration: none;}footer .footerMain .footerCol1 .footerSocailLinks a:hover svg { transition: 0.2s; fill: var(--thirdColor);}footer .footerMain .footerCol1 .footerSocailLinks a svg { width: 25px; height: 25px; fill: white; transition: 0.2s;}footer .footerMain .footerCol { flex: 0 0 15%; display: flex; flex-direction: column;}@media (max-width: 1800px) { footer .footerMain .footerCol:nth-last-of-type(1) { flex: 0 0 20%; }}@media (max-width: 1024px) { footer .footerMain .footerCol { flex: 0 0 45%; } footer .footerMain .footerCol:nth-last-of-type(1) { flex: 0 0 45%; margin-top: 60px; } footer .footerMain .footerCol:nth-last-of-type(2) { margin-top: 60px; }}@media (max-width: 480px) { footer .footerMain .footerCol { flex: 100%; margin-top: 60px; }}footer .footerMain .footerCol h3 { color: white; font-size: 25px; font-family: myFont1;}@media (max-width: 1800px) { footer .footerMain .footerCol h3 { font-size: 22px; }}footer .footerMain .footerCol ul { width: 100%; display: flex;flex-wrap: wrap; margin-top: 30px; gap: 20px;}@media (max-width: 1800px) { footer .footerMain .footerCol ul { gap: 15px; }}footer .footerMain .footerCol ul li {width :100%; list-style: none;}footer .footerMain .footerCol ul li a { text-decoration: none; color: rgb(255, 255, 255); font-size: 18px; font-family: myFont3; transition: 0.2s;}@media (max-width: 1800px) { footer .footerMain .footerCol ul li a { font-size: 18px; }}footer .footerMain .footerCol ul li a:hover { transition: 0.2s; color: var(--thirdColor);}footer .footerMain .footerCol span { margin-top: 30px; font-size: 14px; font-family: myFont2; color: rgb(196, 196, 196);}footer .footerMain .footerCol p { font-size: 16px; line-height: 1.5; font-family: myFont2; color: rgb(255, 255, 255); margin-top: 10px;}footer .footerMain .footerCol a { text-decoration: none; font-size: 16px; line-height: 1.5; font-family: myFont2; color: rgb(255, 255, 255); margin-top: 10px; transition: 0.2s;}footer .footerMain .footerCol a:hover { transition: 0.2s; color: var(--primaryColor);}footer .footerMain .footerCol4 { flex: 0 0 15%; display: flex; flex-direction: column;}@media (max-width: 1024px) { footer .footerMain .footerCol4 { flex: 0 0 45%; margin-top: 60px; }}@media (max-width: 480px) { footer .footerMain .footerCol4 { flex: 100%; }}footer .footerMain .footerCol4 h3 { color: white; font-size: 25px; font-family: myFont1;}@media (max-width: 1800px) { footer .footerMain .footerCol4 h3 { font-size: 22px; }}footer .footerMain .footerCol4 ul { width: 100%; display: flex;flex-wrap: wrap; margin-top: 30px; gap: 20px;}@media (max-width: 1800px) { footer .footerMain .footerCol4 ul { gap: 15px; }}footer .footerMain .footerCol4 ul li {width :calc(100% / 2 - 10px); list-style: none;}@media (max-width: 1800px) { footer .footerMain .footerCol4 ul li{width :calc(100% / 2 - 7.5px); }}footer .footerMain .footerCol4 ul li a { text-decoration: none; color: rgb(255, 255, 255); font-size: 18px; font-family: myFont2; transition: 0.2s;}@media (max-width: 1800px) { footer .footerMain .footerCol4 ul li a { font-size: 18px; }}footer .footerMain .footerCol4 ul li a:hover { transition: 0.2s; color: var(--thirdColor);}footer .footerMain .footerCol4 span { margin-top: 30px; font-size: 14px; font-family: myFont3; color: rgb(196, 196, 196);}footer .footerMain .footerCol4 p { font-size: 16px; line-height: 1.5; font-family: myFont3; color: rgb(255, 255, 255); margin-top: 10px;}footer .footerMain .footerCol4 a { text-decoration: none; font-size: 16px; line-height: 1.5; font-family: myFont3; color: rgb(255, 255, 255); margin-top: 10px; transition: 0.2s;}footer .footerMain .footerCol4 a:hover { transition: 0.2s; color: var(--thirdColor);}footer .footerStrip { width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 20px;}@media (max-width: 480px) { footer .footerStrip { justify-content: center; gap: 10px; }}footer .footerStrip p { color: white; font-size: 16px; font-family: myFont3; line-height: 1.4;}@media (max-width: 480px) { footer .footerStrip p { text-align: center; display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; } footer .footerStrip p span { display: none; }}footer .footerStrip p a { color: var(--primaryColor);}footer .footerStrip p a:hover { text-decoration: none;}footer .footerStrip .desined { display: flex; align-items: center; flex-wrap: wrap; gap: 10px;}footer .footerStrip .desined i { color: white;}footer .footerStrip .desined .footerStripLogo { width: 60px;}footer .footerStrip .desined .footerStripLogo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain;}#history { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #history { padding: 80px 0px; }}@media (max-width: 667px) { #history { padding: 50px 0px; }}#history .historyMain { width: 100%; display: flex; flex-direction: column;}#history .historyMain h2 { width: 70%;}@media (max-width: 1024px) { #history .historyMain h2 { width: 100%; }}#history .historyMain p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor); line-height: 1.7;}@media (max-width: 480px) { #history .historyMain p { font-size: 16px; }}#InnerAbout { width: 100%; padding: 50px 0px 100px 0px;}@media (max-width: 768px) { #InnerAbout { padding: 20px 0px 80px 0px; }}@media (max-width: 667px) { #InnerAbout { padding: 0px 0px 80px 0px; }}#InnerAbout .InnerAboutMain { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}#InnerAbout .InnerAboutMain .InnerAboutDetails { flex: 0 0 60%; flex: 100%; display: flex; flex-direction: column;}#InnerAbout .InnerAboutMain .InnerAboutDetails p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor);}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints { width: 100%; display: flex; flex-wrap: wrap; margin-top: 40px; gap: 20px;}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox { width: calc(50% - 10px); border: 1px solid #ddd; padding: 20px; background: #fff; display: flex; flex-direction: column; border-radius: 20px;}@media (max-width: 480px) { #InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox { width: 100%; }}/*#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox:nth-of-type(1) .InnerAboutDetailsPointsBoxIcon { background: #93e7fe;}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox:nth-of-type(2) .InnerAboutDetailsPointsBoxIcon { background: #ffd978;}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox:nth-of-type(3) .InnerAboutDetailsPointsBoxIcon { background: #ffa666;}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox:nth-of-type(4) .InnerAboutDetailsPointsBoxIcon { background: #faa9e4;}*/#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox .InnerAboutDetailsPointsBoxIcon { width: 50px; height: 50px; border-radius: 15px; display: flex; justify-content: center; align-items: center; font-size: 20px; line-height: 1;background: var(--primaryColor);color: var(--thirdColor);}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox h3 { font-size: 22px; margin-top: 15px; font-family: myFont4;color: var(--thirdColor);}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox ul { width: 100%; display: flex; flex-direction: column; gap: 10px; margin-top: 10px;}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox ul li { list-style: none; display: flex; justify-content: space-between; align-items: flex-start;}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox ul li span { width: 6px; height: 6px; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); border-radius: 10px; margin-top: 7px;}#InnerAbout .InnerAboutMain .InnerAboutDetails .InnerAboutDetailsPoints .InnerAboutDetailsPointsBox ul li h4 { font-size: 16px; font-family: myFont3; width: calc(100% - 20px); color: var(--secondaryTextColor);}#InnerAbout .InnerAboutMain .InnerAboutThumbnail { flex: 0 0 35%; overflow: hidden; border-radius: 20px; display: none;}#InnerAbout .InnerAboutMain .InnerAboutThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#affiliations { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #affiliations { padding: 20px 0px; }}#affiliations .affiliationsMain { width: 100%; background: #f6f5f8; padding: 50px 50px; border-radius: 40px; display: flex; justify-content: space-between; align-items: center;}@media (max-width: 1024px) { #affiliations .affiliationsMain { flex-direction: column; align-items: flex-start; }}@media (max-width: 480px) { #affiliations .affiliationsMain { padding: 20px; }}#affiliations .affiliationsMain .affiliationsCol2 { width: 200px; margin-top: 20px; background: white; padding: 20px; border-radius: 20px;}@media (max-width: 768px) { #affiliations .affiliationsMain .affiliationsCol2 { width: 100px; }}#affiliations .affiliationsMain .affiliationsCol2 img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain;}#affiliations .affiliationsMain .affiliationsCol1 { width: calc(100% - 250px); display: flex; flex-direction: column;}@media (max-width: 1024px) { #affiliations .affiliationsMain .affiliationsCol1 { width: 100%; margin-top: 20px; }}#affiliations .affiliationsMain .affiliationsCol1 h2 { font-size: 3em;}@media (max-width: 768px) { #affiliations .affiliationsMain .affiliationsCol1 h2 { font-size: 2em; }}@media (max-width: 480px) { #affiliations .affiliationsMain .affiliationsCol1 h2 { font-size: 22px; }}#affiliations .affiliationsMain .affiliationsCol1 a { text-decoration: none; display: flex; align-items: center; gap: 15px; color: var(--thirdColor); font-size: 18px; font-family: myFont1; padding: 10px 0px; transition: 0.3s; width: -moz-fit-content; width: fit-content; display: flex; margin-top: 20px;}#affiliations .affiliationsMain .affiliationsCol1 a:hover { transition: 0.3s; transform: translateY(-5px); color: var(--secondaryColor);}#affiliations .affiliationsMain .affiliationsCol1 a i { line-height: 1;}#team { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #team { padding: 80px 0px; }}#team .teamMainHead { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}#team .teamMainHead h2 { text-align: center;}#team .teamMainHead p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor); text-align: center; width: 50%;}@media (max-width: 768px) { #team .teamMainHead p { width: 90%; }}@media (max-width: 480px) { #team .teamMainHead p { font-size: 16px; width: 100%; }}#team .teamMain { width: 100%; display: flex; flex-wrap: wrap; margin-top: 60px; -moz-column-gap: 30px; column-gap: 30px; row-gap: 60px;}#team .teamMain .teamBox { width: calc(25% - 23px); display: flex; flex-direction: column;}@media (max-width: 1315px) { #team .teamMain .teamBox { width: calc(33.3333333333% - 20px); }}@media (max-width: 768px) { #team .teamMain .teamBox { width: calc(50% - 15px); }}@media (max-width: 480px) { #team .teamMain .teamBox { width: 100%; }}#team .teamMain .teamBox .teamBoxThumbnail { width: 100%; height: 350px; background: #eee; border-radius: 20px; overflow: hidden;}@media (max-width: 1800px) { #team .teamMain .teamBox .teamBoxThumbnail { height: 300px; }}#team .teamMain .teamBox .teamBoxThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#team .teamMain .teamBox .teamBoxDetails { width: 100%; margin-top: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;}#team .teamMain .teamBox .teamBoxDetails h3 { font-size: 18px; text-align: center;}#team .teamMain .teamBox .teamBoxDetails a { text-decoration: none; background: #f6f5f8; padding: 6px 15px 6px 6px; display: flex; align-items: center; gap: 10px; border-radius: 10px; font-size: 14px; color: var(--primaryColor); font-family: myFont4; margin-top: 10px; transition: 0.3s;}#team .teamMain .teamBox .teamBoxDetails a:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#team .teamMain .teamBox .teamBoxDetails a:hover i { color: var(--primaryColor); transition: 0.3s;}#team .teamMain .teamBox .teamBoxDetails a i { line-height: 1; transform: rotate(90deg); background: white; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; border-radius: 5px; transition: 0.3s;}#leadershipList { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #leadershipList { padding: 80px 0px; }}#leadershipList .leadershipListMainHead { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}#leadershipList .leadershipListMainHead h2 { text-align: center;}#leadershipList .leadershipListMainHead p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor); text-align: center; width: 50%;}@media (max-width: 768px) { #team .teamMainHead p { width: 90%; }}@media (max-width: 480px) { #team .teamMainHead p { font-size: 16px; width: 100%; }}#leadershipList .leadershipListMain { width: 100%; display: flex; flex-direction: column; gap: 100px; padding-top:30px;}#leadershipList .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#leadershipList .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #leadershipList .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#leadershipList .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#leadershipList .leadershipListBox.emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#leadershipList .leadershipListMain .leadershipListBox { width: 100%; display: flex; flex-direction: column;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxHead { width: 100%; padding: 30px 50px; background: #e0f8de; border-radius: 20px;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxHead h2 { font-size: 30px; color: black; text-align: center;}@media (max-width: 480px) { #leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxHead h2 { font-size: 22px; }}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails { width: 100%; display: flex; flex-wrap: wrap; -moz-column-gap: 30px; column-gap: 30px; row-gap: 60px; margin-top: 30px;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox { width: calc(25% - 23px); display: flex; flex-direction: column;}@media (max-width: 1315px) { #leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox { width: calc(33.3333333333% - 20px); }}@media (max-width: 768px) { #leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox { width: calc(50% - 15px); }}@media (max-width: 480px) { #leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox { width: 100%; }}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxThumbnail { width: 100%; background: #eee; border-radius: 20px; overflow: hidden; position: relative;aspect-ratio: 5/6;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxThumbnail .teamListBoxThumbnailArea { position: absolute; bottom: 15px; left: 15px; background: rgba(255, 255, 255, 0.898); z-index: 2; padding: 6px 15px; border-radius: 50px; display: flex; align-items: center; border: 1px solid white; gap: 6px;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxThumbnail .teamListBoxThumbnailArea i { line-height: 1; font-size: 14px;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxThumbnail .teamListBoxThumbnailArea p { font-size: 12px; font-family: myFont4;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxDetails { width: 100%; margin-top: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxDetails h3 { font-size: 18px; text-align: center;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxDetails h4 { font-size: 14px; text-align: center;opacity: .7;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxDetails h5 { font-size: 14px; text-align: center;color: var(--thirdColor);margin-top: 5px;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxDetails a { text-decoration: none; background: #f6f5f8; padding: 6px 15px 6px 6px; display: flex; align-items: center; gap: 10px; border-radius: 10px; font-size: 14px; color: var(--primaryColor); font-family: myFont4; margin-top: 10px; transition: 0.3s;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxDetails a:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxDetails a:hover i { color: var(--primaryColor); transition: 0.3s;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxDetails a i { line-height: 1; transform: rotate(90deg); background: white; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; border-radius: 5px; transition: 0.3s;}#leadershipList .leadershipListMain .leadershipListBox .leadershipListBoxDetails .teamListBox .teamListBoxDetails p { margin-top: 20px; font-size: 14px; color: var(--secondaryTextColor);}#galleryList { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #galleryList { padding: 80px 0px; }}#galleryList .galleryListTab { width: 100%; display: flex; justify-content: center; align-items: center; gap: 20px;}@media (max-width: 480px) { #galleryList .galleryListTab { justify-content: space-between; gap: inherit; }}#galleryList .galleryListTab .tablinks { border: none; outline: none; cursor: pointer; background: #eee; padding: 15px 40px; font-size: 20px; border-radius: 10px; display: flex; align-items: center; gap: 15px; transition: 0.3s;color: var(--thirdColor);}@media (max-width: 480px) { #galleryList .galleryListTab .tablinks { font-size: 16px; flex: 0 0 48%; padding: 15px; justify-content: center; }}#galleryList .galleryListTab .tablinks:hover { transition: 0.3s; transform: translateY(-5px); opacity: 0.7;}#galleryList .galleryListTab .tablinks i { line-height: 1;}#galleryList .galleryListTab .active { background: linear-gradient(var(--primaryColor), var(--secondaryColor)); color: white;}#galleryList .galleryListMain { width: 100%; margin-top: 60px;}#galleryList .galleryListMain .tabcontent { display: none; width: 100%; animation: fadeEffect 1s;}@keyframes fadeEffect { from { opacity: 0; } to { opacity: 1; }}#galleryList .galleryListMain .tabcontent .galleryImgList { width: 100%; display: flex; flex-wrap: wrap; -moz-column-gap: 40px; column-gap: 40px; row-gap: 80px;}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox { width: calc(25% - 30px); display: flex; flex-direction: column; text-decoration: none; transition: 0.3s;}@media (max-width: 1315px) { #galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox { width: calc(33.3333333333% - 27px); }}@media (max-width: 768px) { #galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox { width: calc(50% - 20px); }}@media (max-width: 480px) { #galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox { width: 100%; }}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox:hover { transition: 0.3s; transform: translateY(-10px);}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox:hover .galleryImgListBoxThumbnail img { transform: scale(1.05); transition: 0.3s;}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox .galleryImgListBoxThumbnail { width: 100%; height: 250px; background: #eee; border-radius: 10px; overflow: hidden; position: relative;}@media (max-width: 1800px) { #galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox .galleryImgListBoxThumbnail { height: 220px; }}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox .galleryImgListBoxThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: 0.3s;}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox .galleryImgListBoxThumbnail .galleryImgListBoxThumbnailCount { position: absolute; top: 10px; left: 10px; z-index: 2; background: var(--primaryColor); display: flex; align-items: center; gap: 10px; border-radius: 50px; padding: 5px 15px; color: white; border: 1px solid var(--primaryColor);}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox .galleryImgListBoxThumbnail .galleryImgListBoxThumbnailCount i { line-height: 1; font-size: 14px;}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox .galleryImgListBoxThumbnail .galleryImgListBoxThumbnailCount p { font-size: 14px;}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox .galleryImgListBoxDetails { width: 100%; margin-top: 20px; display: flex; justify-content: center; align-items: center;}#galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox .galleryImgListBoxDetails p { color: black; text-align: center; font-size: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}@media (max-width: 1800px) { #galleryList .galleryListMain .tabcontent .galleryImgList .galleryImgListBox .galleryImgListBoxDetails p { font-size: 16px; }}#galleryList .galleryListMain .tabcontent .galleryVideoList { width: 100%; display: flex; flex-wrap: wrap; -moz-column-gap: 40px; column-gap: 40px; row-gap: 80px;}#galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox { width: calc(25% - 30px); display: flex; flex-direction: column; text-decoration: none; transition: 0.3s; cursor: pointer; position: relative; z-index: 0;}@media (max-width: 1315px) { #galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox { width: calc(33.3333333333% - 27px); }}@media (max-width: 768px) { #galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox { width: calc(50% - 20px); }}@media (max-width: 480px) { #galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox { width: 100%; }}#galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox:hover { transition: 0.3s; transform: translateY(-10px);}#galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox:hover .galleryVideoListBoxThumbnail iframe { transform: scale(1.05); transition: 0.3s;}#galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox::after { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; z-index: 2;}#galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox .galleryVideoListBoxThumbnail { width: 100%; height: 250px; background: #eee; border-radius: 10px; overflow: hidden;}@media (max-width: 1800px) { #galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox .galleryVideoListBoxThumbnail { height: 220px; }}#galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox .galleryVideoListBoxThumbnail iframe { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: 0.3s;}#galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox .galleryVideoListBoxDetails { width: 100%; margin-top: 20px; display: flex; justify-content: center; align-items: center;}#galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox .galleryVideoListBoxDetails p { color: black; text-align: center; font-size: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}@media (max-width: 1800px) { #galleryList .galleryListMain .tabcontent .galleryVideoList .galleryVideoListBox .galleryVideoListBoxDetails p { font-size: 16px; }}#innerGalleryList { width: 100%; padding: 180px 0px 100px 0px;}@media (max-width: 1315px) { #innerGalleryList { padding: 130px 0px 100px 0px; }}@media (max-width: 768px) { #innerGalleryList { padding: 130px 0px 80px 0px; }}@media (max-width: 480px) { #innerGalleryList { padding: 100px 0px 80px 0px; }}#innerGalleryList .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#innerGalleryList .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #innerGalleryList .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#innerGalleryList .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#innerGalleryList .emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#innerGalleryList .backToNews { text-decoration: none; color: black; display: flex; align-items: center; font-size: 16px; gap: 10px; background: rgba(238, 238, 238, 0.5176470588); width: -moz-fit-content; width: fit-content; padding: 5px 20px; border-radius: 50px; transition: 0.3s;}#innerGalleryList .backToNews:hover { transition: 0.3s; transform: translateY(-5px);}#innerGalleryList .backToNews i { line-height: 0.5;}#innerGalleryList h2 { text-align: center;margin-top: 40px;}#innerGalleryList .innerGalleryListBtnArea { width: 100%; justify-content: center; align-items: center; display: flex;}#innerGalleryList .innerGalleryListBtnArea a { text-decoration: none; background: #f6f5f8; padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: var(--primaryColor); font-family: myFont4; margin-top: 10px; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#innerGalleryList .innerGalleryListBtnArea a:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#innerGalleryList .innerGalleryListBtnArea a i { line-height: 0.5; font-size: 16px;}#innerGalleryList .innerGalleryListMain { width: 100%; display: flex; flex-wrap: wrap; margin-top: 60px; -moz-column-gap: 40px; column-gap: 40px; row-gap: 80px;}@media (max-width: 480px) { #innerGalleryList .innerGalleryListMain { row-gap: 20px; }}#innerGalleryList .innerGalleryListMain .innerGalleryListBox { width: calc(25% - 30px); display: flex; flex-direction: column; text-decoration: none; transition: 0.3s;}@media (max-width: 1315px) { #innerGalleryList .innerGalleryListMain .innerGalleryListBox { width: calc(33.3333333333% - 27px); }}@media (max-width: 768px) { #innerGalleryList .innerGalleryListMain .innerGalleryListBox { width: calc(50% - 20px); }}@media (max-width: 480px) { #innerGalleryList .innerGalleryListMain .innerGalleryListBox { width: 100%; }}#innerGalleryList .innerGalleryListMain .innerGalleryListBox:hover { transition: 0.3s; transform: translateY(-10px);}#innerGalleryList .innerGalleryListMain .innerGalleryListBox:hover .innerGalleryListBoxThumbnail img { transform: scale(1.05); transition: 0.3s;}#innerGalleryList .innerGalleryListMain .innerGalleryListBox .innerGalleryListBoxThumbnail { width: 100%; height: 250px; background: #eee; border-radius: 10px; overflow: hidden; position: relative;}@media (max-width: 1800px) { #innerGalleryList .innerGalleryListMain .innerGalleryListBox .innerGalleryListBoxThumbnail { height: 220px; }}#innerGalleryList .innerGalleryListMain .innerGalleryListBox .innerGalleryListBoxThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: 0.3s;}#innerGalleryList .innerGalleryListMain .innerGalleryListBox .innerGalleryListBoxDetails { width: 100%; margin-top: 20px; display: flex; justify-content: center; align-items: center; flex-direction: column;}#innerGalleryList .innerGalleryListMain .innerGalleryListBox .innerGalleryListBoxDetails p { color: black; text-align: center; font-size: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}#welfareDetails { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #welfareDetails { padding: 80px 0px; }}#welfareDetails .welfareDetailsMain { width: 100%; display: flex; flex-direction: column; gap: 200px;}@media (max-width: 768px) { #welfareDetails .welfareDetailsMain { gap: 100px; }}#welfareDetails .welfareDetailsMain .welfareDetailsBox { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail { flex: 0 0 45%; border-radius: 20px; overflow: hidden; position: relative;}@media (max-width: 1315px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail { flex: 100%; order: 1; height: 500px; }}@media (max-width: 768px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail { height: 400px; }}@media (max-width: 480px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail { height: 300px; }}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 20px; overflow: hidden;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox { position: absolute; bottom: 20px; right: 20px; background: white; border-radius: 10px; padding: 20px; display: flex; flex-direction: column;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox h3 { font-size: 16px; font-family: myFont1;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox .welfareDetailsThumbnailBoxAmt { display: flex; align-items: center; gap: 20px;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox .welfareDetailsThumbnailBoxAmt .welfareDetailsThumbnailBoxAmtCol1 { display: flex; flex-direction: column;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox .welfareDetailsThumbnailBoxAmt .welfareDetailsThumbnailBoxAmtCol1 h2 { font-size: 30px; font-family: myFont4; color: rgb(9, 174, 9);}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox .welfareDetailsThumbnailBoxAmt .welfareDetailsThumbnailBoxAmtCol1 h2 i { font-size: 22px; line-height: 1;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox .welfareDetailsThumbnailBoxAmt .welfareDetailsThumbnailBoxAmtCol1 h2 span { font-size: 16px; color: black;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox .welfareDetailsThumbnailBoxAmt .welfareDetailsThumbnailBoxAmtCol1 p { color: var(--secondaryTextColor); font-size: 12px; font-family: myFont3;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox .welfareDetailsThumbnailBoxAmt .welfareDetailsThumbnailBoxAmtCol2 { font-size: 2em; display: flex; align-items: center; justify-content: center;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsThumbnail .welfareDetailsThumbnailBox .welfareDetailsThumbnailBoxAmt .welfareDetailsThumbnailBoxAmtCol2 i { line-height: 0.5; color: rgb(255, 182, 72);}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent { flex: 0 0 45%; display: flex; flex-direction: column;}@media (max-width: 1800px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent { flex: 0 0 50%; }}@media (max-width: 1315px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent { flex: 100%; order: 2; margin-top: 30px; }}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent h2 { line-height: 1.4;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor);}@media (max-width: 480px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent p { font-size: 16px; }}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent a { text-decoration: none; display: flex; align-items: center; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); padding: 10px 20px 10px 30px; border-radius: 50px; color: white; transition: 0.3s; width: -moz-fit-content; width: fit-content; margin-top: 40px;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent a:hover { transition: 0.3s; transform: translateY(-10px); opacity: 0.8;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent a h3 { font-size: 16px;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent a i { border-left: 1px solid rgba(255, 255, 255, 0.454); margin-left: 16px; padding-left: 10px; font-size: 25px; line-height: 0.5;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .downloadBtnArea{width :100%;display :flex;flex-wrap :wrap;margin-top :30px;gap :10px;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .downloadBtnArea .downloadBtnAreaBtn{background: #edfbff;margin-top: 0;padding :5px 20px;display :flex;align-items :center;gap :15px;width: calc(100% / 2 - 5px);}@media(max-width:768px){#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .downloadBtnArea .downloadBtnAreaBtn{width :100%;}}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .downloadBtnArea .downloadBtnAreaBtn:hover{transform: scale(1.05);}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .downloadBtnArea .downloadBtnAreaBtn h4{font-size :16px;color :var(--primaryColor);overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;width :calc(100% - 45px);}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .downloadBtnArea .downloadBtnAreaBtn .downloadIcon{width: 30px;height :30px;border-radius :50%;display :flex;justify-content :center;align-items :center;background: orange;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .downloadBtnArea .downloadBtnAreaBtn .downloadIcon i{border-left: none; margin-left: 0px; padding-left: 0px; font-size: 16px; line-height: 0.5;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea { width: 100%; display: flex; flex-wrap: wrap; gap: 20px; margin-top: 40px;}@media (max-width: 1800px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea { gap: 10px; }}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaPrimaryBox { width: calc(33.3333333333% - 14px); display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 20px; padding: 20px 10px; margin-top: 0;}@media (max-width: 1800px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaPrimaryBox { width: calc(33.3333333333% - 10px); }}@media (max-width: 480px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaPrimaryBox { width: 100%; }}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaPrimaryBox .welfareDetailsContentBtnAreaPrimaryBoxIcon i { border: none; margin-left: 0px; padding-left: 0px;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaSectionBox { width: calc(33.3333333333% - 13px); display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 20px; border: 1px solid #ddd; padding: 10px 20px;}@media (max-width: 1800px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaSectionBox { width: calc(33.3333333333% - 5px); }}@media (max-width: 480px) { #welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaSectionBox { width: 100%; }}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaSectionBox h3 { font-size: 16px;text-align :center;}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaSectionBox a { margin-top: 10px; font-size: 14px; padding: 6px 10px 6px 20px; width: 100%; justify-content: center; background: var(--thirdColor);}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaSectionBox a:hover { transform: translateY(-5px);}#welfareDetails .welfareDetailsMain .welfareDetailsBox .welfareDetailsContent .welfareDetailsContentBtnArea .welfareDetailsContentBtnAreaSectionBox a i { font-size: 14px;}#newsEventsList { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #newsEventsList { padding: 80px 0px; }}#newsEventsList .newsEventsListMain { width: 100%; display: flex; flex-wrap: wrap; gap: 50px;}@media (max-width: 1024px) { #newsEventsList .newsEventsListMain { -moz-column-gap: 20px; column-gap: 20px; }}#newsEventsList .newsEventsListMain .newsEventsListBox { width: calc(33.3333333333% - 34px); text-decoration: none; display: flex; flex-direction: column; border-radius: 15px; overflow: hidden; transition: 0.3s;}@media (max-width: 1024px) { #newsEventsList .newsEventsListMain .newsEventsListBox { width: calc(33.3333333333% - 14px); }}@media (max-width: 768px) { #newsEventsList .newsEventsListMain .newsEventsListBox { width: calc(50% - 10px); }}@media (max-width: 480px) { #newsEventsList .newsEventsListMain .newsEventsListBox { width: 100%; }}#newsEventsList .newsEventsListMain .newsEventsListBox:hover { transform: translateY(-10px); transition: 0.3s;}#newsEventsList .newsEventsListMain .newsEventsListBox:hover .newsEventsListBoxThumbnail img { transition: 0.3s; transform: scale(1.1);}#newsEventsList .newsEventsListMain .newsEventsListBox .newsEventsListBoxThumbnail { width: 100%; height: 260px; background: #eee; overflow: hidden;}@media (max-width: 1315px) { #newsEventsList .newsEventsListMain .newsEventsListBox .newsEventsListBoxThumbnail { height: 220px; }}@media (max-width: 1024px) { #newsEventsList .newsEventsListMain .newsEventsListBox .newsEventsListBoxThumbnail { height: 200px; }}#newsEventsList .newsEventsListMain .newsEventsListBox .newsEventsListBoxThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: 0.3s;}#newsEventsList .newsEventsListMain .newsEventsListBox .newsEventsListBoxDetails { width: 100%; display: flex; flex-direction: column; padding: 20px; border: 1px solid #eee; border-top: none; border-radius: 0px 0px 15px 15px;}#newsEventsList .newsEventsListMain .newsEventsListBox .newsEventsListBoxDetails h4 { padding: 5px 15px; border-radius: 50px; background: var(--thirdColor); width: -moz-fit-content; width: fit-content; font-size: 12px; display: flex; align-items: center; gap: 10px; font-family: myFont1; color: white;}#newsEventsList .newsEventsListMain .newsEventsListBox .newsEventsListBoxDetails h4 i { line-height: 1;}#newsEventsList .newsEventsListMain .newsEventsListBox .newsEventsListBoxDetails h3 { color: black; font-size: 20px; font-family: myFont4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 15px;}#newsEventsList .newsEventsListMain .newsEventsListBox .newsEventsListBoxDetails p { font-size: 14px; color: var(--secondaryTextColor); margin-top: 10px; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}#innerNews { width: 100%; padding: 150px 0px 100px 0px;}@media (max-width: 1315px) { #innerNews { padding: 100px 0px 100px 0px; }}@media (max-width: 768px) { #innerNews { padding: 100px 0px 80px 0px; }}#innerNews .innerNewsMain { width: 100%; display: flex; flex-direction: column; padding: 0px 10%;}@media (max-width: 1315px) { #innerNews .innerNewsMain { padding: 0; }}#innerNews .innerNewsMain .backToNews { text-decoration: none; color: black; display: flex; align-items: center; font-size: 16px; gap: 10px; background: rgba(238, 238, 238, 0.5176470588); width: -moz-fit-content; width: fit-content; padding: 5px 20px; border-radius: 50px; transition: 0.3s;}#innerNews .innerNewsMain .backToNews:hover { transition: 0.3s; transform: translateY(-5px);}#innerNews .innerNewsMain .backToNews i { line-height: 0.5;}#innerNews .innerNewsMain h1 { margin-top: 80px;}#innerNews .innerNewsMain img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain;}#innerNews .innerNewsMain p { font-size: 18px; font-family: myFont3; margin-top: 20px;}@media (max-width: 480px) { #innerNews .innerNewsMain p { font-size: 16px; }}#innerNews .innerNewsMain iframe { width: 100% !important; height: 600px !important; -o-object-fit: cover; object-fit: cover; margin-top: 40px;}@media (max-width: 768px) { #innerNews .innerNewsMain iframe { height: 400px !important; }}@media (max-width: 480px) { #innerNews .innerNewsMain iframe { height: 300px !important; }}#innerNews .innerNewsMain .driveBtn{text-decoration: none;padding: 10px 30px;border-radius: 50px;display: flex;align-items: center;gap: 10px;background: #36BA98;width :fit-content;color: white;font-size: 16px;margin-top: 20px;transition: .3s;}#innerNews .innerNewsMain .driveBtn:hover{transition: .3s;opacity: .7;}#innerNews .innerNewsMain audio { width: 100%; margin-top: 50px;}/*# sourceMappingURL=style.css.map */#helpDeskSection { width: 100%; padding: 100px 0px;}@media (max-width: 768px) { #helpDeskSection { padding: 80px 0px; }}#helpDeskSection .helpDeskSectionMain { width: 100%; display: flex; flex-direction: column;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionSearch { width: 100%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.0862745098); border-radius: 10px; overflow: hidden; display: flex; align-items: center; padding: 0px 20px;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionSearch .helpDeskSectionSearchIcon { width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionSearch .helpDeskSectionSearchIcon i { line-height: 0.5; font-size: 20px; color: #bbb;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionSearch input { width: calc(100% - 85px); height: 70px; border: none; outline: none; font-size: 20px; padding: 0px 30px 0px 10px;background :white;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionSearch input::-moz-placeholder { font-family: myFont3; color: #bbb;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionSearch input::placeholder { font-family: myFont3; color: #bbb;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionSearch button { width: 45px; height: 45px; border: none; outline: none; cursor: pointer; border-radius: 50%; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); color: white; display: flex; justify-content: center; align-items: center; font-size: 25px; transition: 0.3s;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionSearch button:hover { transition: 0.3s; transform: translateY(-5px); opacity: 0.7;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionSearch button i { line-height: 0.5;}#helpDeskSection .helpDeskSectionMain .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#helpDeskSection .helpDeskSectionMain .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #helpDeskSection .helpDeskSectionMain .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#helpDeskSection .helpDeskSectionMain .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#helpDeskSection .helpDeskSectionMain.emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}/*#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable { width: 100%; margin-top: 20px;}@media (max-width: 480px) { #helpDeskSection .helpDeskSectionMain .helpDeskSectionTable { overflow-x: auto; }}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table { width: 100%; border-collapse: collapse; border-radius: 10px 10px 0px 0px; overflow: hidden;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table thead { width: 100%;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table thead tr { width: 100%;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table thead tr th { background: #4C4C6D; padding: 10px; font-size: 16px; text-align: left; border: 1px solid #ddd; color: white; white-space: pre;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody { width: 100%;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody tr { width: 100%;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody tr:nth-of-type(even) td { background: #f6f5f8;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody tr td { padding: 10px; font-size: 14px; text-align: left; border: 1px solid #ddd; font-family: myFont3; white-space: pre;}*/#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable { width: 100%; margin-top: 20px; overflow-x: auto;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table { width: 100%; border-collapse: collapse; border-radius: 10px 10px 0px 0px; overflow: hidden;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table thead tr th { background: #4C4C6D; padding: 10px; font-size: 16px; text-align: left; border: 1px solid #ddd; color: white; white-space: nowrap;}/* Style for table body */#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody tr:nth-of-type(even) td { background: #f6f5f8;}#helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody tr td { padding: 10px; font-size: 14px; border: 1px solid #ddd; font-family: myFont3;}/* Mobile-specific styling for linear labels and content */@media (max-width: 480px) { /* Hide the thead on small screens */ #helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table thead { display: none; } /* Stack rows and display each td as a flex container */ #helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody, #helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody tr { display: block; width: 100%;padding-bottom: 1em; } #helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody tr td { display: flex; justify-content: start; align-items: center; width: 100%; padding: 8px 10px; } /* Label styling for left alignment within each td */ #helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody tr td::before { content: attr(data-label); font-weight: bold; color: #4C4C6D; flex-basis: 30%; /* Width for label on the left */ text-align: left; margin-right: 10px; } /* Data content styling */ #helpDeskSection .helpDeskSectionMain .helpDeskSectionTable table tbody tr td { flex-basis: 70%; /* Width for content on the right */ text-align: left; white-space: nowrap; }}#map { width: 100%; height: 400px; background: #eee;}#map iframe { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#hubSection { width: 100%; padding: 100px 0px; background: #f6f5f8;}@media (max-width: 768px) { #hubSection { padding: 80px 0px; }}#hubSection .hubSectionMain { width: 100%; display: flex; flex-direction: column;}#hubSection .hubSectionMain .tabcontent { display: none; width: 100%; animation: fadeEffect 1s;}@keyframes fadeEffect { from { opacity: 0; } to { opacity: 1; }}#hubSection .hubSectionMain .tabcontent .byeLawsSection { width: 100%; display: flex; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .byeLawsSection .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .byeLawsSection .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #hubSection .hubSectionMain .tabcontent .byeLawsSection .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#hubSection .hubSectionMain .tabcontent .byeLawsSection .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#hubSection .hubSectionMain .tabcontent .byeLawsSection .emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#hubSection .hubSectionMain .tabcontent .byeLawsSection ul { width: 100%; display: flex; flex-direction: column; gap: 10px;}#hubSection .hubSectionMain .tabcontent .byeLawsSection ul li { list-style: none; display: flex; flex-direction: column; background: white; border-radius: 10px; padding: 20px;}#hubSection .hubSectionMain .tabcontent .byeLawsSection ul li:nth-of-type(1) { border-top: none;}#hubSection .hubSectionMain .tabcontent .byeLawsSection ul li h3 { font-size: 20px;}#hubSection .hubSectionMain .tabcontent .byeLawsSection ul li a { text-decoration: none; background: #f6f5f8; padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: var(--primaryColor); font-family: myFont4; margin-top: 10px; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .byeLawsSection ul li a:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .byeLawsSection ul li a i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .circularSectionSearch { width: 100%; box-shadow: 0 0 20px rgba(0, 0, 0, 0.0862745098); border-radius: 10px; overflow: hidden; display: flex; align-items: center; padding: 0px 20px; background: white;}#hubSection .hubSectionMain .tabcontent .circularSectionSearch .circularSectionSearchIcon { width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}#hubSection .hubSectionMain .tabcontent .circularSectionSearch .circularSectionSearchIcon i { line-height: 0.5; font-size: 20px; color: #bbb;}#hubSection .hubSectionMain .tabcontent .circularSectionSearch input { width: calc(100% - 85px); height: 70px; border: none; outline: none; font-size: 20px; padding: 0px 30px 0px 10px;}#hubSection .hubSectionMain .tabcontent .circularSectionSearch input::-moz-placeholder { font-family: myFont3; color: #bbb;}#hubSection .hubSectionMain .tabcontent .circularSectionSearch input::placeholder { font-family: myFont3; color: #bbb;}#hubSection .hubSectionMain .tabcontent .circularSectionSearch button { width: 45px; height: 45px; border: none; outline: none; cursor: pointer; border-radius: 50%; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); color: white; display: flex; justify-content: center; align-items: center; font-size: 25px; transition: 0.3s;}#hubSection .hubSectionMain .tabcontent .circularSectionSearch button:hover { transition: 0.3s; transform: translateY(-5px); opacity: 0.7;}#hubSection .hubSectionMain .tabcontent .circularSectionSearch button i { line-height: 0.5;}#hubSection .hubSectionMain .tabcontent .circularSection { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: 30px;}#hubSection .hubSectionMain .tabcontent .circularSection .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .circularSection .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #hubSection .hubSectionMain .tabcontent .circularSection .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#hubSection .hubSectionMain .tabcontent .circularSection .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#hubSection .hubSectionMain .tabcontent .circularSection .emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#hubSection .hubSectionMain .tabcontent .circularSection ul { width: 100%; background: white; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .circularSection ul li { list-style: none;}#hubSection .hubSectionMain .tabcontent .circularSection ul li:nth-of-type(1) a { border-top: none;}#hubSection .hubSectionMain .tabcontent .circularSection ul li a { text-decoration: none; display: flex; justify-content: space-between; align-items: flex-start; padding: 14px 20px; color: black; border-top: 1px solid #f6f5f8; font-size: 16px; transition: 0.3s;}#hubSection .hubSectionMain .tabcontent .circularSection ul li a:hover { transition: 0.3s; color: var(--primaryColor); background: rgba(102, 0, 255, 0.046);}#hubSection .hubSectionMain .tabcontent .circularSection ul li a:hover p { transform: translateX(-10px); transition: 0.3s;}#hubSection .hubSectionMain .tabcontent .circularSection ul li a:hover i { transform: translateX(-10px); transition: 0.3s;}#hubSection .hubSectionMain .tabcontent .circularSection ul li a i { color: var(--thirdColor); margin-top: 2px; transition: 0.3s;}#hubSection .hubSectionMain .tabcontent .circularSection ul li a p { width: calc(100% - 35px); font-family: myFont3; transition: 0.3s;}#hubSection .hubSectionMain .tabcontent .downloadsSection { width: 100%; display: flex; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .downloadsSection .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .downloadsSection .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #hubSection .hubSectionMain .tabcontent .downloadsSection .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#hubSection .hubSectionMain .tabcontent .downloadsSection .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#hubSection .hubSectionMain .tabcontent .downloadsSection .emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul { width: 100%; display: flex; flex-direction: column; gap: 10px;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li { list-style: none; display: flex; flex-direction: column; background: white; border-radius: 10px; padding: 20px;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li:nth-of-type(1) { border-top: none;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li h3 { font-size: 20px;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li .downloadsSectionBtnArea { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 10px;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li .downloadsSectionBtnArea .viewBtn { text-decoration: none; background: #f6f5f8; padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: var(--thirdColor); font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li .downloadsSectionBtnArea .viewBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li .downloadsSectionBtnArea .viewBtn i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li .downloadsSectionBtnArea .DownloadBtn { text-decoration: none; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: white; font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li .downloadsSectionBtnArea .DownloadBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .downloadsSection ul li .downloadsSectionBtnArea .DownloadBtn i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .magazineSection { width: 100%; display: flex; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .magazineSection .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .magazineSection .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #hubSection .hubSectionMain .tabcontent .magazineSection .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#hubSection .hubSectionMain .tabcontent .magazineSection .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#hubSection .hubSectionMain .tabcontent .magazineSection .emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#hubSection .hubSectionMain .tabcontent .magazineSection ul { width: 100%; display: flex; flex-direction: column; gap: 10px;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li { list-style: none; display: flex; flex-direction: column; background: white; border-radius: 10px; padding: 20px;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li:nth-of-type(1) { border-top: none;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li h3 { font-size: 20px;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li .magazineSectionBtnArea { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 10px;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li .magazineSectionBtnArea .viewBtn { text-decoration: none; background: #f6f5f8; padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: var(--thirdColor); font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li .magazineSectionBtnArea .viewBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li .magazineSectionBtnArea .viewBtn i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li .magazineSectionBtnArea .DownloadBtn { text-decoration: none; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: white; font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li .magazineSectionBtnArea .DownloadBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .magazineSection ul li .magazineSectionBtnArea .DownloadBtn i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .symphonySection { width: 100%; display: flex; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .symphonySection .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .symphonySection .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #hubSection .hubSectionMain .tabcontent .symphonySection .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#hubSection .hubSectionMain .tabcontent .symphonySection .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#hubSection .hubSectionMain .tabcontent .symphonySection .emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#hubSection .hubSectionMain .tabcontent .symphonySection ul { width: 100%; display: flex; flex-direction: column; gap: 10px;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li { list-style: none; display: flex; flex-direction: column; background: white; border-radius: 10px; padding: 20px;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li:nth-of-type(1) { border-top: none;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li h3 { font-size: 20px;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li .symphonySectionBtnArea { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 10px;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li .symphonySectionBtnArea .viewBtn { text-decoration: none; background: #f6f5f8; padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: var(--thirdColor); font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li .symphonySectionBtnArea .viewBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li .symphonySectionBtnArea .viewBtn i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li .symphonySectionBtnArea .DownloadBtn { text-decoration: none; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: white; font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li .symphonySectionBtnArea .DownloadBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .symphonySection ul li .symphonySectionBtnArea .DownloadBtn i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .electionsSection { width: 100%; display: flex; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .electionsSection .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .electionsSection .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #hubSection .hubSectionMain .tabcontent .electionsSection .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#hubSection .hubSectionMain .tabcontent .electionsSection .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#hubSection .hubSectionMain .tabcontent .electionsSection .emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#hubSection .hubSectionMain .tabcontent .electionsSection ul { width: 100%; display: flex; flex-direction: column; gap: 10px;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li { list-style: none; display: flex; flex-direction: column; background: white; border-radius: 10px; padding: 20px;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li:nth-of-type(1) { border-top: none;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li h3 { font-size: 20px;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li .electionsSectionBtnArea { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 10px;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li .electionsSectionBtnArea .viewBtn { text-decoration: none; background: #f6f5f8; padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: var(--thirdColor); font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li .electionsSectionBtnArea .viewBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li .electionsSectionBtnArea .viewBtn i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li .electionsSectionBtnArea .DownloadBtn { text-decoration: none; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: white; font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li .electionsSectionBtnArea .DownloadBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .electionsSection ul li .electionsSectionBtnArea .DownloadBtn i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .referenceTab{width: 100%;display :flex;align-items :center;gap: 15px;margin-bottom: 40px;}#hubSection .hubSectionMain .tabcontent .referenceTab .referenceTabBtn{padding: 0px 20px;height: 40px;border-radius: 10px;background: lavender;font-size: 16px;font-weight :500;cursor: pointer;display :flex;justify-content: center;align-items :center;transition: .3s;}@media(max-width:480px){#hubSection .hubSectionMain .tabcontent .referenceTab .referenceTabBtn{font-size: 14px;}}#hubSection .hubSectionMain .tabcontent .referenceTab .referenceTabBtn:hover{transition: .3s;opacity: .7;}#hubSection .hubSectionMain .tabcontent .referenceTab .referenceTabBtnActive{background: var(--primaryColor);color: white;}#hubSection .hubSectionMain .tabcontent .referenceItem{display: none;}#hubSection .hubSectionMain .tabcontent .referencesSection { width: 100%; display: flex; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .referencesSection .emptyPage { width: 100%; /* min-height: 80vh; */ display: none; justify-content: center; align-items: center; flex-direction: column;}#hubSection .hubSectionMain .tabcontent .referencesSection .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #hubSection .hubSectionMain .tabcontent .referencesSection .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#hubSection .hubSectionMain .tabcontent .referencesSection .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#hubSection .hubSectionMain .tabcontent .referencesSection .emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#hubSection .hubSectionMain .tabcontent .referencesSection ul { width: 100%; display: flex; flex-direction: column; gap: 10px;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li { list-style: none; display: flex; flex-direction: column; background: white; border-radius: 10px; padding: 20px;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li:nth-of-type(1) { border-top: none;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li h3 { font-size: 20px;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li .referencesSectionBtnArea { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 10px;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li .referencesSectionBtnArea .viewBtn { text-decoration: none; background: #f6f5f8; padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: var(--thirdColor); font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li .referencesSectionBtnArea .viewBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li .referencesSectionBtnArea .viewBtn i { line-height: 0.5; font-size: 16px;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li .referencesSectionBtnArea .DownloadBtn { text-decoration: none; background: linear-gradient(var(--primaryColor), var(--secondaryColor)); padding: 6px 15px; display: flex; align-items: center; gap: 10px; border-radius: 50px; font-size: 14px; color: white; font-family: myFont4; transition: 0.3s; width: -moz-fit-content; width: fit-content;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li .referencesSectionBtnArea .DownloadBtn:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#hubSection .hubSectionMain .tabcontent .referencesSection ul li .referencesSectionBtnArea .DownloadBtn i { line-height: 0.5; font-size: 16px;}#termsConditions { width: 100%; padding: 180px 0px 100px 0px;}#termsConditions .termsConditionsMain { width: 100%; display: flex; flex-direction: column;}#termsConditions .termsConditionsMain h1 { font-size: 4em; font-family: myFont4;}@media (max-width: 1800px) { #termsConditions .termsConditionsMain h1 { font-size: 3em; }}#termsConditions .termsConditionsMain p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor);}@media (max-width: 1800px) { #termsConditions .termsConditionsMain p { font-size: 16px; }}#innerCirculars { width: 100%; padding: 100px 0px;margin-top: 50px;}@media (max-width: 1315px) { #innerCirculars {margin-top: 20px; }}@media (max-width: 768px) { #innerCirculars { padding: 100px 0px 80px 0px; }}#innerCirculars .innerCircularsMain { width: 100%; display: flex; flex-direction: column;}#innerCirculars .innerCircularsMain .backToNews { text-decoration: none; color: black; display: flex; align-items: center; font-size: 16px; gap: 10px; background: rgba(238, 238, 238, 0.5176470588); width: -moz-fit-content; width: fit-content; padding: 5px 20px; border-radius: 50px; transition: 0.3s;}#innerCirculars .innerCircularsMain .backToNews:hover { transition: 0.3s; transform: translateY(-5px);}#innerCirculars .innerCircularsMain .backToNews i { line-height: 0.5;}#innerCirculars .innerCircularsMain h1 { margin-top: 80px;}#innerCirculars .innerCircularsMain p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor);}@media (max-width: 1800px) { #innerCirculars .innerCircularsMain p { font-size: 16px; }}#innerCirculars .innerCircularsMain iframe { width: 100% !important; height: 600px !important; -o-object-fit: cover; object-fit: cover; margin-top: 40px;}@media (max-width: 768px) { #innerCirculars .innerCircularsMain iframe { height: 400px !important; }}@media (max-width: 480px) { #innerCirculars .innerCircularsMain iframe { height: 300px !important; }}#innerCirculars .innerCircularsMain audio { width: 100%; margin-top: 50px;}/*# sourceMappingURL=style.css.map */#innerCirculars .innerCircularsMain .driveBtn{text-decoration: none;padding: 10px 30px;border-radius: 50px;display: flex;align-items: center;gap: 10px;background: #36BA98;width :fit-content;color: white;font-size: 16px;margin-top: 20px;transition: .3s;}#innerCirculars .innerCircularsMain .driveBtn:hover{transition: .3s;opacity: .7;}#innerCirculars .innerCircularsMain .videoList{width: 100%;display: flex;flex-wrap: wrap;gap: 40px;margin-top: 40px;}#innerCirculars .innerCircularsMain .videoList video{width: calc(100% / 2 - 20px); height: 400px; -o-object-fit: cover; object-fit: cover;}@media (max-width: 768px) {#innerCirculars .innerCircularsMain .videoList video{height: 300px;}}@media (max-width: 480px) {#innerCirculars .innerCircularsMain .videoList video{width: 100%;height: 200px;}}#circulars .container .emptyPage { width: 100%; min-height: 80vh; display: none; justify-content: center; align-items: center; flex-direction: column;}#circulars .container .emptyPage .emptyPageThumbnail { width: 200px; height: 200px; border-radius: 10px; overflow: hidden;}@media (max-width: 500px) { #circulars .container .emptyPage .emptyPageThumbnail { width: 150px; height: 150px; }}#circulars .container .emptyPage .emptyPageThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#circulars .container .emptyPage p { font-size: 20px; font-weight: 500; text-align: center; margin-top: 20px;}#formSection { width: 100%; margin-top: 80px; padding: 100px 0px;}@media (max-width: 768px) { #formSection { margin-top: 60px; }}@media (max-width: 480px) { #formSection { padding: 50px 0px; margin-top: 30px; }}#formSection .formSectionMain { width: 100%; display: flex; flex-direction: column;}#formSection .formSectionMain .formBackBtnArea { width: 100%; display: flex; align-items: center;margin-top: 60px}#formSection .formSectionMain .formBackBtnArea:nth-of-type(1){margin-top: 0;}#formSection .formSectionMain .formBackBtnArea .formBackBtn { text-decoration: none; display: flex; align-items: center; gap: 15px;}#formSection .formSectionMain .formBackBtnArea .formBackBtn .formBackBtnIcon { width: 20px;}@media (max-width: 768px) { #formSection .formSectionMain .formBackBtnArea .formBackBtn .formBackBtnIcon { display: none; }}#formSection .formSectionMain .formBackBtnArea .formBackBtn .formBackBtnIcon img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain;}#formSection .formSectionMain .formBackBtnArea .formBackBtn p { color: black; font-size: 26px;}@media (max-width: 768px) { #formSection .formSectionMain .formBackBtnArea .formBackBtn p { font-weight: 600; }}#formSection .formSectionMain form { width: 100%; margin-top: 30px; display: flex; flex-wrap: wrap; row-gap: 20px; -moz-column-gap: 100px; column-gap: 100px;}@media (max-width: 1350px) { #formSection .formSectionMain form { -moz-column-gap: 80px; column-gap: 80px; }}@media (max-width: 1200px) { #formSection .formSectionMain form { -moz-column-gap: 40px; column-gap: 40px; }}@media (max-width: 768px) { #formSection .formSectionMain form { margin-top: 20px; }}#formSection .formSectionMain form .formGroup { width: calc(33.3333333333% - 67px); display: flex; flex-direction: column;}@media (max-width: 1350px) { #formSection .formSectionMain form .formGroup { width: calc(33.3333333333% - 54px); }}@media (max-width: 1200px) { #formSection .formSectionMain form .formGroup { width: calc(33.3333333333% - 27px); }}@media (max-width: 1000px) { #formSection .formSectionMain form .formGroup { width: calc(50% - 20px); }}@media (max-width: 650px) { #formSection .formSectionMain form .formGroup { width: 100%; }}#formSection .formSectionMain form .formGroup label { font-size: 18px; color: #000;}#formSection .formSectionMain form .formGroup select { width: 100%; height: 50px; border: 1px solid #000; padding: 10px 10px; border-radius: 5px; margin-top: 5px; font-size: 14px; outline: none; background: white; color: black;}#formSection .formSectionMain form .formGroup .formGroupBox { width: 100%; position: relative;}#formSection .formSectionMain form .formGroup .formGroupBox input { width: 100%; height: 45px; border: 1px solid #343434; border-radius: 5px; outline: none;font-size: 18px; padding: 0px 15px;margin-top: 4px;}#formSection .formSectionMain form .formGroup .formGroupBox input:focus { border-color: var(--primaryColor);}#formSection .formSectionMain form .formGroup .formGroupBox input:focus ~ label { color: var(--primaryColor);}#formSection .formSectionMain form .formGroup .formGroupBox textarea { width: 100%; height: 100px; border: 1px solid #343434; border-radius: 5px; outline: none; padding: 12px 15px;font-size: 18px;}#formSection .formSectionMain form .formGroup .formGroupBox textarea:focus { border-color: var(--primaryColor);}#formSection .formSectionMain form .formGroup .formGroupBox textarea:focus ~ label { color: var(--primaryColor);}#formSection .formSectionMain form .formGroup .formGroupBox label { /*position: absolute; background: white; width: -moz-fit-content; width: fit-content; padding: 2px 5px; top: -15px; left: 12px;*/ color: #000; font-size: 18px;}#formSection .formSectionMain form .formGroup .formGroupFileUpload { width: 100%; display: flex; flex-direction: column;}#formSection .formSectionMain form .formGroup .formGroupFileUploadBox{ width: 100%; position: relative;}#formSection .formSectionMain form .formGroup .formGroupFileUploadBox input{ position: absolute; width: 100% !important; height: 100% !important; z-index: 2; top: 0; left: 0; cursor: pointer; opacity: 0; display: block !important;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .uploadBtn { width: 100%; background: #AACB73; color: white; padding: 6px; border-radius: 5px;height: 45px; margin-top: 5px; font-size: 16px; display: flex; justify-content: center; align-items: center; text-align: center; gap: 15px; cursor: pointer; transition: 0.3s;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .uploadBtn:hover { transition: 0.3s; transform: translateY(-5px); opacity: 0.7;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .uploadBtn i { line-height: 0.5;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .file-input { display: none;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .benevolent-fund-file-input { display: none;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .filePreview { width: 100%; display: flex; flex-direction: column;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .filePreview .filePreviewBox { width: fit-content; margin-top: 10px; background: #f3fff4; border-radius: 5px;overflow: hidden; display: none; align-items: center; justify-content: space-between;position: relative;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .filePreview .filePreviewBox .filePreviewName { width: calc(100% - 40px); font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;display: none;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .filePreview .filePreviewBox img{width :150px;height: 150px;object-fit: cover;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .filePreview .filePreviewBox .closeFileBtn { width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; outline: none; border: none; cursor: pointer; border-radius: 5px; background: white; color: #ff6b6b; font-size: 14px; transition: 0.3s;position: absolute;top: 10px;right: 10px;z-index: 2;}#formSection .formSectionMain form .formGroup .formGroupFileUpload .filePreview .filePreviewBox .closeFileBtn:hover { transition: 0.3s; transform: translateY(-5px);}#formSection .formSectionMain form .formGroup .formGroupFileUpload .filePreview .filePreviewBox .closeFileBtn i { line-height: 0.5;font-size :22px;}#formSection .formSectionMain form .formGroup .formGroupBox .togglePassword { position: absolute; right: 15px; top: 5%; cursor: pointer; background: white; height: 90%; width: 30px; display: flex; justify-content: flex-end; align-items: center;}#formSection .formSectionMain form .formGroup .courseDateParice { width: 100%; display: flex; flex-direction: column; gap: 10px; margin-top: 10px;}#formSection .formSectionMain form .formGroup .courseDateParice input { display: none;}#formSection .formSectionMain form .formGroup .courseDateParice input:checked ~ label { border-color: var(--primaryColor);}#formSection .formSectionMain form .formGroup .courseDateParice input:checked ~ label .courseDateBox { background: var(--primaryColor);}#formSection .formSectionMain form .formGroup .courseDateParice input:checked ~ label .courseTimeBox { border-right: 1px solid var(--primaryColor);}#formSection .formSectionMain form .formGroup .courseDateParice input:checked ~ label .courseTimeBox i { color: var(--primaryColor);}#formSection .formSectionMain form .formGroup .courseDateParice input:checked ~ label .courseTimeBox p { color: var(--primaryColor);}#formSection .formSectionMain form .formGroup .courseDateParice input:checked ~ label .coursePriceBox i { color: var(--primaryColor);}#formSection .formSectionMain form .formGroup .courseDateParice input:checked ~ label .coursePriceBox p { color: var(--primaryColor);}#formSection .formSectionMain form .formGroup .courseDateParice label { width: 100%; display: flex; align-items: center; border: 1px solid rgba(0, 0, 0, 0.8); border-radius: 5px; height: 50px; cursor: pointer; transition: 0.3s;}#formSection .formSectionMain form .formGroup .courseDateParice label:hover { transition: 0.3s; background: var(--secondaryHoverColor);}#formSection .formSectionMain form .formGroup .courseDateParice label .courseDateBox { width: 20%; display: flex; justify-content: center; align-items: center; flex-direction: column; background: rgba(0, 0, 0, 0.8); padding: 0px 10px; height: 100%;}#formSection .formSectionMain form .formGroup .courseDateParice label .courseDateBox p { color: white; font-size: 14px; text-transform: uppercase;}#formSection .formSectionMain form .formGroup .courseDateParice label .courseTimeBox { width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 0px 10px; height: 100%;}#formSection .formSectionMain form .formGroup .courseDateParice label .courseTimeBox i { line-height: 0.5; font-size: 16px;}#formSection .formSectionMain form .formGroup .courseDateParice label .courseTimeBox p { font-size: 14px; text-transform: uppercase;}#formSection .formSectionMain form .formGroup .courseDateParice label .coursePriceBox { width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 0px 10px; height: 100%;}#formSection .formSectionMain form .formGroup .courseDateParice label .coursePriceBox i { line-height: 0.5; font-size: 16px; color: #1CA733;}#formSection .formSectionMain form .formGroup .courseDateParice label .coursePriceBox p { color: #1CA733; font-size: 14px; font-weight: 500;}.paymentTypeRadio{width:100%; ! important}#formSection .formSectionMain form .formGroup .formRadioBtnArea{width: 100%;display :flex;gap :20px;flex-wrap:wrap;}#formSection .formSectionMain form .formGroup .formRadioBtnArea .formRadioBtnAreaBox{width: fit-content;margin-top :15px;}#formSection .formSectionMain form .formGroup .formRadioBtnArea .formRadioBtnAreaBox input{display: none;}#formSection .formSectionMain form .formGroup .formRadioBtnArea .formRadioBtnAreaBox input:checked ~ label .formRadioBtnAreaBoxIcon::after{display :block;}#formSection .formSectionMain form .formGroup .formRadioBtnArea .formRadioBtnAreaBox Label{display: flex;align-items :center;gap :10px;cursor: pointer;}#formSection .formSectionMain form .formGroup .formRadioBtnArea .formRadioBtnAreaBox Label .formRadioBtnAreaBoxIcon{width: 20px;height: 20px;border-radius: 50%;display :flex;justify-content: center;align-items: center;position: relative;border: 2px solid var(--primaryColor);}#formSection .formSectionMain form .formGroup .formRadioBtnArea .formRadioBtnAreaBox Label .formRadioBtnAreaBoxIcon::after{position: absolute;content: '';width :12px;height: 12px;background: var(--primaryColor);border-radius: 50%;display: none;}#formSection .formSectionMain form .formGroup .formCheckBtnArea{width: 100%;display :flex;gap :20px;}#formSection .formSectionMain form .formGroup .formCheckBtnArea .formCheckBtnAreaBox{width: fit-content;margin-top :15px;}#formSection .formSectionMain form .formGroup .formCheckBtnArea .formCheckBtnAreaBox input{display: none;}#formSection .formSectionMain form .formGroup .formCheckBtnArea .formCheckBtnAreaBox input:checked ~ label .formCheckBtnAreaBoxIcon::after{display :block;}#formSection .formSectionMain form .formGroup .formCheckBtnArea .formCheckBtnAreaBox Label{display: flex;align-items :center;gap :10px;cursor: pointer;}#formSection .formSectionMain form .formGroup .formCheckBtnArea .formCheckBtnAreaBox Label .formCheckBtnAreaBoxIcon{width: 20px; height: 20px; border-radius: 3px; display: flex; justify-content: center; align-items: center; position: relative; border: 2px solid var(--primaryColor);}#formSection .formSectionMain form .formGroup .formCheckBtnArea .formCheckBtnAreaBox Label .formCheckBtnAreaBoxIcon::after{position: absolute; content: ''; width: 5px; height: 9px; display: none; border-bottom: 2px solid var(--primaryColor); border-right: 2px solid var(--primaryColor); transform: rotate(45deg); margin-top: -3px;}@media (max-width: 1024px) { #formSection .formSectionMain form .formGroup .formCheckBtnArea .formCheckBtnAreaBox Label .formCheckBtnAreaBoxIcon{width: 20px; }}@media (max-width: 768px) { #formSection .formSectionMain form .formGroup .formCheckBtnArea .formCheckBtnAreaBox Label .formCheckBtnAreaBoxIcon{width: 20px; }}@media (max-width: 480px) {#formSection .formSectionMain form .formGroup .formCheckBtnArea .formCheckBtnAreaBox Label .formCheckBtnAreaBoxIcon{width: 24px;height: 20px; }}#formSection .formSectionMain form .formGroup .customDropDown { width: 100%; position: relative;margin-top: 4px;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownHead { width: 100%; position: relative; height: 45px; border: 1px solid #343434; border-radius: 5px; outline: none; padding: 0px 15px;font-size: 18px; display: flex; justify-content: space-between; align-items: center; cursor: pointer;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownHead label { /*position: absolute; background: white; width: -moz-fit-content; width: fit-content; padding: 2px 5px; top: -15px; left: 12px;*/ color: #8F8F8F; font-size: 16px;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownHead .customDropDownHeadInput { width: 100%; border: none; outline: none; font-size: 16px; display: flex; align-items: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownHead .customDropDownHeadInput:disabled { cursor: pointer; background: white;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownHead .customDropDownHeadIcon { font-size: 30px; display: flex; justify-content: center; align-items: center;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownHead .customDropDownHeadIcon i { line-height: 0.5;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownPopup { position: absolute; top: calc(100% - 3px); width: 100%; background: white; z-index: 10; border: 1px solid #343434; display: none; max-height: 200px; overflow-y: auto;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownPopup::-webkit-scrollbar { width: 5px; height: 5px;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownPopup ul { width: 100%; display: flex; flex-direction: column;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownPopup ul li { list-style: none; padding: 8px 15px; cursor: pointer; transition: 0.3s;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownPopup ul li:hover { transition: 0.3s; background: #f3f3f3;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownPopup ul li p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownPopup ul .selected { background: #f3f3f3;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownPopupUp { top: calc(100% - 3px); bottom: inherit;}#formSection .formSectionMain form .formGroup .customDropDown .customDropDownPopupDown { bottom: calc(100% - 3px); top: inherit;}#formSection .formSectionMain form .col-1 { width: 100%;}#formSection .formSectionMain form .col-2 { width: calc(50% - 25px);}@media (max-width: 1024px) { #formSection .formSectionMain form .col-2 { width: calc(50% - 10px); }}@media (max-width: 768px) { #formSection .formSectionMain form .col-2 { width: 100%; }}#formSection .formSectionMain form .col-3 { width: calc(33.3333333333% - 33.5px);}@media (max-width: 1024px) { #formSection .formSectionMain form .col-3 { width: calc(33.3333333333% - 14px); }}@media (max-width: 768px) { #formSection .formSectionMain form .col-3 { width: calc(50% - 10px); }}@media (max-width: 480px) { #formSection .formSectionMain form .col-3 { width: 100%; }}#formSection .formSectionMain form .desclimerArea{width: 100%;padding: 20px;background: #fff8eb;border-radius: 10px;margin-bottom: 20px;}#formSection .formSectionMain form .desclimerArea input{display: none;}#formSection .formSectionMain form .desclimerArea input:checked ~ label .formCheckBtnAreaBoxIcon::after{display :block;}#formSection .formSectionMain form .desclimerArea label{display: flex;align-items: flex-start;gap :10px;}#formSection .formSectionMain form .desclimerArea label .formCheckBtnAreaBoxIcon{width: 20px; height: 20px; border-radius: 3px; display: flex; justify-content: center; align-items: center; position: relative; border: 2px solid var(--primaryColor);cursor: pointer;}#formSection .formSectionMain form .desclimerArea label .formCheckBtnAreaBoxIcon::after{position: absolute; content: ''; width: 5px; height: 9px; display: none; border-bottom: 2px solid var(--primaryColor); border-right: 2px solid var(--primaryColor); transform: rotate(45deg); margin-top: -3px;}#formSection .formSectionMain form .desclimerArea p{width :calc(100% - 30px);font-size: 16px;line-height: 1.5;font-family: myFont3;}#formSection .formSectionMain form .formBtnArea { width: 100%;margin-top: 20px;padding-top: 20px;border-top: 1px solid #aaa;}#formSection .formSectionMain form .formBtnArea .formSbtBtn { background: var(--primaryColor); color: white; border: none; outline: none; padding: 8px 30px; border-radius: 7px; font-size: 20px; cursor: pointer; transition: 0.3s; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);}@media (max-width: 480px) { #formSection .formSectionMain form .formBtnArea .formSbtBtn { width: 100%; }}#formSection .formSectionMain form .formBtnArea .formSbtBtn:hover { transition: 0.3s; opacity: 0.7; box-shadow: none;}#announcement{width: 100%;}#announcement .announcementMain{width: 100%;display: flex;padding: 20px 0;gap: calc(var(--gap) / 2);background: var(--thirdColor);}#announcement .announcementMain .announcementBox{position: relative;flex-shrink: 0;display: flex;gap: 15px;left: 0;margin-left: 40px;text-decoration: none;background: white;border-radius: 7px;}#announcement .announcementMain .announcementBox:hover .announcementBoxThumbnail img{transform: scale(1.1);transition: 0.3s;}#announcement .announcementMain .announcementBox .announcementBoxThumbnail{width: 120px;height: 85px;background :#eee;overflow: hidden;border-radius :6px;}#announcement .announcementMain .announcementBox .announcementBoxThumbnail img{width :100%;height :100%;object-fit: cover;transition: 0.3s;}#announcement .announcementMain .announcementBox .announcementBoxDetails{width :200px;display :flex;flex-direction :column;padding: 10px 10px 10px 0px;}#announcement .announcementMain .announcementBox .announcementBoxDetails h2{font-size: 18px;font-weight: 500;color: black;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}#announcement .announcementMain .announcementBox .announcementBoxDetails p{font-size: 12px;color: black;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;opacity: .7;}#retiredSection{width: 100%;padding: 100px 0px;}#retiredSection .retiredSectionMain{width :100%;display :flex;justify-content: space-between;flex-wrap: wrap;}#retiredSection .retiredSectionMain .retiredSectionDetails{flex: 0 0 50%;display: flex;flex-direction: column;}@media(max-width:768px){#retiredSection .retiredSectionMain .retiredSectionDetails{flex: 100%;order: 2;margin-top: 40px;}}#retiredSection .retiredSectionMain .retiredSectionDetails p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor);}@media (max-width: 480px) {#retiredSection .retiredSectionMain .retiredSectionDetails p { font-size: 16px; }}#retiredSection .retiredSectionMain .retiredSectionThumbnail{flex: 0 0 35%;border-radius: 20px;overflow: hidden;background: #eee;height:500px;} @media(max-width:768px){#retiredSection .retiredSectionMain .retiredSectionThumbnail{flex: 100%;order: 1;}}#retiredSection .retiredSectionMain .retiredSectionThumbnail img{width: 100%;height: 100%;object-fit: fill;}#birthdayObituary{width: 100%;padding: 100px 0px;background: #e7f1ff;display:none;}@media(max-width:480px){#birthdayObituary{padding: 60px 0px;}}.birthdayObituary1{background: #fff8ee !important;}#birthdayObituary .birthdayObituaryMain{width: 100%;display :flex;flex-wrap: wrap;align-items: center;gap: 50px;margin: 0 auto;}@media(max-width:1024px){#birthdayObituary .birthdayObituaryMain{width :100%;}}@media(max-width:768px){#birthdayObituary .birthdayObituaryMain{gap: 20px;}}#birthdayObituary .birthdayObituaryMain .birthdayObituaryDetails{width: calc(100% / 2 - 25px);display: flex;flex-direction: column;}@media (max-width: 768px) {#birthdayObituary .birthdayObituaryMain .birthdayObituaryDetails { width: 100%; }}#birthdayObituary .birthdayObituaryMain .birthdayObituaryDetails h2{width: 80%;}@media (max-width: 768px) {#birthdayObituary .birthdayObituaryMain .birthdayObituaryDetails h2 { width: 100%; }}.birthdayObituary1 .birthdayObituaryMain .birthdayObituaryDetails h2{color: var(--thirdColor) !important;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryDetails p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: var(--secondaryTextColor);}@media (max-width: 480px) {#birthdayObituary .birthdayObituaryMain .birthdayObituaryDetails p { font-size: 16px; }}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox{width: calc(100% / 2 - 25px);display :flex;justify-content: center;align-items: center;flex-direction :column;border-radius: 20px;padding: 20px;background: white;}@media(max-width:768px){#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox{width: 100%;}}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox h2{text-align :center;font-size: 25px;font-family: 'myFont4';}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain{width:100%;margin-top: 10px;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .owl-nav{display: none;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .owl-dots{display: none;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain h4{font-size :16px;margin-top :30px;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox{width: 100%;display :flex;justify-content :center;align-items :center;flex-direction :column;margin-top :10px;border: 1px solid var(--thirdColor);border-radius :10px;padding :10px;position: relative;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox::after{position :absolute;content: '';width :100%;height: 200px;top: 0;left: 50%;transform: translateX(-50%);z-index: -1;background: url(../images/popsBlast.png);background-repeat: no-repeat;background-position: center;background-size: contain;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox .birthDayPopupThumbnail{width: 200px;height: 200px;border-radius :50%;overflow: hidden;border: 5px solid var(--thirdColor);position: relative;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox .birthDayPopupThumbnail::after{position :absolute;content: '';width :100%;height: 100%;top: 0;left: 0;z-index: 2;background: url(../images/birthdayFrame.png);background-repeat: no-repeat;background-position: center;background-size: cover;animation: birthDayRotate 15s forwards linear infinite;display: none;}@keyframes birthDayRotate {100%{transform: rotate(1turn);}}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox .birthDayPopupThumbnail img{width: 100%;height: 100%;object-fit: cover;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox .birthDayPopupDetails{width: 100%;margin-top :20px;display :flex;flex-direction :column;justify-content :center;align-items :center;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox .birthDayPopupDetails h2{font-size: 30px;font-family: "Dancing Script", cursive;color: var(--thirdColor);}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox .birthDayPopupDetails h3{font-size: 20px;margin-top :5px;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox .birthDayPopupDetails p{font-size: 12px; margin-top: 5px; padding: 4px 12px 3px 12px; border-radius: 50px; background: #e8f4ff;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .birthDayPopupBox .birthDayPopupDetails a{font-size: 15px;margin-top :0px;text-decoration:none;color:black;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .deathDayPopupBox{width: 100%;display :flex;justify-content :center;align-items :center;flex-direction :column;margin-top :10px;border: 1px solid var(--primaryColor);border-radius :10px;padding :10px;position: relative;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .deathDayPopupBox .deathDayPopupThumbnail{width: 200px;height: 200px;border-radius :50%;overflow: hidden;border: 5px solid var(--primaryColor);position: relative;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .deathDayPopupBox .deathDayPopupThumbnail::after{position :absolute;content: '';width :100%;height: 100%;top: 0;left: 0;z-index: 2;background: url(../images/birthdayFrame.png);background-repeat: no-repeat;background-position: center;background-size: cover;}.deathDiv .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .deathDayPopupBox .deathDayPopupThumbnail::after{display: none !important;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .deathDayPopupBox .deathDayPopupThumbnail img{width: 100%;height: 100%;object-fit: cover;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .deathDayPopupBox .deathDayPopupDetails{width: 100%;display :flex;flex-direction :column;justify-content :center;align-items :center;margin-top :20px;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .deathDayPopupBox .deathDayPopupDetails h2{font-size:28px;color: var(--primaryColor);}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .deathDayPopupBox .deathDayPopupDetails h3{font-size: 20px;margin-top :0px;}#birthdayObituary .birthdayObituaryMain .birthdayObituaryBox .wishDayPopupMain .deathDayPopupBox .deathDayPopupDetails p{font-size: 12px; margin-top: 5px; padding: 4px 12px 3px 12px; border-radius: 50px; background: #e8f4ff;}#hormeseSection{width :100%;padding :100px 0px;}@media(max-width: 480px){#hormeseSection{padding: 100px 0px 0px 0px;}}#hormeseSection .hormeseSectionMain{width :100%;background: var(--primaryColor);padding :20px 50px 20px 20px;border-radius :20px;display: flex;justify-content :space-between;align-items: center;flex-wrap: wrap;}@media(max-width: 768px){#hormeseSection .hormeseSectionMain{padding: 20px;}}#hormeseSection .hormeseSectionMain .hormeseSectionThumbnail{width: 300px;overflow :hidden;}@media(max-width: 768px){#hormeseSection .hormeseSectionMain .hormeseSectionThumbnail{width: 200px;}}@media(max-width: 480px){#hormeseSection .hormeseSectionMain .hormeseSectionThumbnail{width: 100%;}}#hormeseSection .hormeseSectionMain .hormeseSectionThumbnail img{width :100%;height: 100%;object-fit: cover;border: 2px solid white;border-radius :10px;}#hormeseSection .hormeseSectionMain .hormeseSectionDetails{width: calc(100% - 400px);display: flex;flex-direction :column;}@media(max-width: 1024px){#hormeseSection .hormeseSectionMain .hormeseSectionDetails{width: calc(100% - 350px);}}@media(max-width: 768px){#hormeseSection .hormeseSectionMain .hormeseSectionDetails{width: 100%;margin-top: 40px;}}#hormeseSection .hormeseSectionMain .hormeseSectionDetails h2{color: white;}#hormeseSection .hormeseSectionMain .hormeseSectionDetails p { font-size: 18px; font-family: myFont3; margin-top: 20px; color: white;}@media (max-width: 480px) {#hormeseSection .hormeseSectionMain .hormeseSectionDetails p { font-size: 16px; }}#hormeseSection .hormeseSectionMain .hormeseSectionDetails ul{width: 100%;display: flex;flex-wrap: wrap;gap: 10px;margin-top :40px;}#hormeseSection .hormeseSectionMain .hormeseSectionDetails ul li{list-style: none;width :calc(100% / 2 - 5px);}@media (max-width: 1800px) {#hormeseSection .hormeseSectionMain .hormeseSectionDetails ul li { width :100%; }}#hormeseSection .hormeseSectionMain .hormeseSectionDetails ul li a{text-decoration: none;background: white;display :flex;align-items :center;gap :15px;padding: 10px 15px;border-radius: 5px;border: 2px solid white;transition: .3s;}#hormeseSection .hormeseSectionMain .hormeseSectionDetails ul li a:hover{border: 2px solid var(--thirdColor);transform: translateY(-5px);transition: .3s;}#hormeseSection .hormeseSectionMain .hormeseSectionDetails ul li a .hormeseSectionIcon{font-size: 20px;color: var(--thirdColor);}#hormeseSection .hormeseSectionMain .hormeseSectionDetails ul li a h3{font-size: 20px;color: black;}@media(max-width: 480px){#hormeseSection .hormeseSectionMain .hormeseSectionDetails ul li a h3{font-size :16px;}}#mediaSection{width :100%;padding :100px 0px;background: var(--thirdColor);}#mediaSection .mediaSectionMain{width: 100%;display :flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding-left: 10%;}#mediaSection .mediaSectionMain .mediaSectionDetails{flex: 0 0 40%;display: flex;flex-direction :column;}@media(max-width:1024px){#mediaSection .mediaSectionMain .mediaSectionDetails{flex: 100%;}}#mediaSection .mediaSectionMain .mediaSectionDetails h2{color: white;}#mediaSection .mediaSectionMain .mediaSectionDetails a { text-decoration: none; display: flex; align-items: center; gap: 15px; color: white; font-size: 18px; font-family: myFont1; padding: 10px 0;margin-top: 20px; transition: 0.3s;width: fit-content;}#mediaSection .mediaSectionMain .mediaSectionDetails a:hover { transition: 0.3s; transform: translateY(-5px); color: var(--secondaryColor);}#mediaSection .mediaSectionMain .mediaSectionDetails a i { line-height: 1;}#mediaSection .mediaSectionMain .mediaSectionThumbnail{flex: 0 0 55%;overflow: hidden;}@media(max-width:1024px){#mediaSection .mediaSectionMain .mediaSectionThumbnail{flex: 100%;margin-top :40px;}}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox{width :100%;display: flex;flex-direction: column;}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList{width :100%;display: flex;flex-direction: column;text-decoration: none;position: relative;background :white;border-radius :10px;overflow: hidden;}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionIframeBtn{position: absolute;width :100%;height: 100%;top: 0;left: 0;z-index: 2;cursor: pointer;}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList:hover .mediaSectionThumbnailBoxListImg img{transition: .3s;transform :scale(1.1);}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList:hover .mediaSectionThumbnailBoxListImg iframe{transition: .3s;transform :scale(1.1);}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListImg{width: 100%;height: 250px;border-radius: 10px;overflow: hidden;position: relative;}@media(max-width:1800px){#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListImg{height: 200px;}}@media(max-width:768px){#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListImg{height: 250px;}}@media(max-width:480px){#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListImg{height: 200px;}}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListImg img{width :100%;height: 100%;transition: .3s;object-fit :cover;}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListImg iframe{width :100%;height: 100%;transition: .3s;object-fit :cover;}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListImg .mediaSectionThumbnailBoxListCount{ position: absolute; top: 10px; left: 10px; z-index: 2; background: var(--primaryColor); display: flex; align-items: center; gap: 10px; border-radius: 50px; padding: 5px 15px; color: white; border: 1px solid var(--primaryColor);}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListImg .mediaSectionThumbnailBoxListCount i { line-height: 1; font-size: 14px;}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListImg .mediaSectionThumbnailBoxListCount p { font-size: 14px;}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListTitle{width :100%;padding: 15px;display :flex;flex-direction :column;}#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListTitle h3{ color: black; text-align: center; font-size: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}@media (max-width: 1800px) {#mediaSection .mediaSectionMain .mediaSectionThumbnail .mediaSectionThumbnailBox .mediaSectionThumbnailBoxList .mediaSectionThumbnailBoxListTitle h3 { font-size: 16px; }}#homeLeaders{width :100%;padding :100px 0px;background :#f0f5ff;}@media(max-width:768px){#homeLeaders{padding :80px 0px;}}#homeLeaders .homeLeadersMain{width: 100%;display :flex;justify-content: space-between;flex-wrap :wrap;align-items: center;}#homeLeaders .homeLeadersMain .homeLeadersDetails{flex: 0 0 50%;display :flex;flex-direction :column;}@media(max-width:1024px){#homeLeaders .homeLeadersMain .homeLeadersDetails{flex: 100%;}}#homeLeaders .homeLeadersMain .homeLeadersDetails p{ font-size: 18px; font-family: myFont3; margin-top: 20px;}@media (max-width: 480px) {#homeLeaders .homeLeadersMain .homeLeadersDetails p { font-size: 16px; }}#homeLeaders .homeLeadersMain .homeLeadersThumbnails{flex: 0 0 45%;display :flex;flex-wrap :wrap;gap :40px;}@media(max-width:1024px){#homeLeaders .homeLeadersMain .homeLeadersThumbnails{flex: 0 0 70%;margin-top :40px;}}@media(max-width:768px){#homeLeaders .homeLeadersMain .homeLeadersThumbnails{flex: 100%;}}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox{width :calc(100% / 2 - 20px);display :flex;flex-direction :column;background :white;border-radius :20px;}@media(max-width:480px){#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox{width: 100%;}}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxThumbnail { width: 100%; background: #eee; border-radius: 20px; overflow: hidden; position: relative;aspect-ratio: 5/6;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxThumbnail img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxDetails { width: 100%;padding :20px; display: flex; flex-direction: column; justify-content: center; align-items: center;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxDetails h3 { font-size: 18px; text-align: center;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxDetails h4 { font-size: 14px; text-align: center;opacity: .7;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxDetails h5 { font-size: 14px; text-align: center;color: var(--thirdColor);margin-top: 5px;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxDetails a { text-decoration: none; background: #f6f5f8; padding: 6px 15px 6px 6px; display: flex; align-items: center; gap: 10px; border-radius: 10px; font-size: 14px; color: var(--primaryColor); font-family: myFont4; margin-top: 10px; transition: 0.3s;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxDetails a:hover { transition: 0.3s; transform: translateY(-5px); background: var(--primaryColor); color: white;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxDetails a:hover i { color: var(--primaryColor); transition: 0.3s;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxDetails a i { line-height: 1; transform: rotate(90deg); background: white; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; border-radius: 5px; transition: 0.3s;}#homeLeaders .homeLeadersMain .homeLeadersThumbnails .homeLeadersThumbnailsBox .homeLeadersThumbnailsBoxDetails p { margin-top: 20px; font-size: 14px; color: var(--secondaryTextColor);}#hormisList{width :100%;padding :100px 0px;}@media(max-width:768px){#hormisList{padding :80px 0px;}}@media(max-width:480px){#hormisList{padding :80px 0px 20px 0px;}}#hormisList .hormisListMain{width :100%;display :flex;flex-direction :column;gap :50px;}#hormisList .hormisListMain .hormisListBox{width :100%;display :flex;flex-direction: column;border-top :2px dashed #eee;padding-top :50px;justify-content: center;align-items :center;}#hormisList .hormisListMain .hormisListBox:nth-of-type(1){border-top: none;padding-top :0px;}#hormisList .hormisListMain .hormisListBox .hormisListBoxImg{width :50%;margin-bottom :20px;}@media(max-width:1024px){#hormisList .hormisListMain .hormisListBox .hormisListBoxImg{width :100%;}}#hormisList .hormisListMain .hormisListBox .hormisListBoxImg img{width :100%;height :100%;object-fit :contain;border-radius: 20px;overflow: hidden;}#hormisList .hormisListMain .hormisListBox h2{font-size: 35px;line-height :1.5;text-align :center;}@media(max-width:768px){#hormisList .hormisListMain .hormisListBox h2{font-size: 30px;}}@media(max-width:480px){#hormisList .hormisListMain .hormisListBox h2{font-size: 26px;}}#hormisList .hormisListMain .hormisListBox p{font-size: 16px;line-height :1.5;margin-top :20px;text-align :center;}@media(max-width:768px){#hormisList .hormisListMain .hormisListBox p{font-size: 14px;}}#hormisList .videoLinkArea{width: 100%;margin-top: 100px;}@media(max-width:768px){#hormisList .videoLinkArea{margin-top: 60px;}}#hormisList .videoLinkArea h2{font-size: 30px;line-height :1.5;}@media(max-width:480px){#hormisList .videoLinkArea h2{font-size: 26px;}}#hormisList .videoLinkArea .videoLinkAreaTable{width :100%;margin-top :20px;border :1px solid #aaa;border-radius: 10px;display: flex;flex-direction :column;}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox{width :100%;border-top :1px solid #aaa;display :flex;flex-wrap: wrap;}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox:nth-of-type(1){border-top: none;}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol1{width: 45%;padding: 20px;}@media(max-width:768px){#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol1{width :100%;}}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol1 h3{font-size :16px;}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol2{width: 55%;display :flex;flex-direction :column;border-left :1px solid #aaa;padding: 20px;}@media(max-width:768px){#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol2{width :100%;border-left :none;padding-top: 0;}}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol2 ul{width: 100%;display :flex;flex-direction :column;gap :15px;}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol2 ul li{list-style: none;}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol2 ul li a{text-decoration :none;display :flex;align-items :center;gap :10px;}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol2 ul li a:hover{text-decoration: underline;}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol2 ul li a .icon{font-size :16px;width: 20px;color: var(--primaryColor);}#hormisList .videoLinkArea .videoLinkAreaTable .videoLinkAreaTableBox .videoLinkAreaTableBoxCol2 ul li a h5{width :calc(100% - 30px);color: var(--primaryColor);font-size :14px;}#hormisList .hormisListImages{width :100%;margin-top: 40px;display :flex;flex-wrap: wrap;gap :20px;justify-content: center;align-items :center;}#hormisList .hormisListImages .hormisListImagesBox{width: 400px;}@media(max-width: 911px){#hormisList .hormisListImages .hormisListImagesBox{width: 300px;}}@media(max-width: 688px){#hormisList .hormisListImages .hormisListImagesBox{width: 250px;}}@media(max-width: 480px){#hormisList .hormisListImages .hormisListImagesBox{width: 100%;}}#hormisList .hormisListImages .hormisListImagesBox img{width: 100%;height: 100%;object-fit: contain;}.desclimerPopup{position :fixed;z-index: 300;top :50%;left :50%;transform: translate(-50%, -50%);width: 70%;padding: 40px;border-radius: 20px;background: white;display: none;}.desclimerPopup .desclimerPopupHead{width: 100%;display :flex;align-items: center;justify-content: space-between;}.desclimerPopup .desclimerPopupHead h2{font-size: 25px;font-weight: 500;}.desclimerPopup .desclimerPopupBody{width :100%;border-top :1px solid #ccc;border-bottom :1px solid #ccc;max-height: 60vh;overflow-y: auto;}.desclimerPopup .desclimerPopupBody ul{width: 100%;display :flex;flex-direction :column;gap: 10px;padding: 20p 0px;}.desclimerPopup .desclimerPopupBody ul li{list-style: none;display: flex;width: 100%;gap :10px;}.desclimerPopup .desclimerPopupBody ul li .icon{width: 20px;font-size :16px;}.desclimerPopup .desclimerPopupBody ul li .content{width :calc(100% - 30px);font-size :16px;line-height: 1.5;}.desclimerPopup .desclimerPopupFooter .desclimerPopupFooterNextBtn {margin-top: 10px;background-color: var(--secondaryColor);color: white;width: 120px;height: 40px;text-align:center;border-radius:5px;align-items: center;display:flex;justify-content: center;}.desclimerPopup .desclimerPopupFooter{ display: flex; justify-content: flex-end;}