@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;900&display=swap');

* {
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
 body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Maven Pro', sans-serif !important;
	background-color:#ffff;
}

.container {
	max-width:100%;
	padding-right: 70px ;
    padding-left: 70px ;
    margin-right: auto;
    margin-left: auto;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}


a , a:hover{
	color: #fff ;
	text-decoration:none !important ;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 43px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}
ul {
	margin-bottom: 0 !important;
}
p {
	font-size: 16px;
	line-height: 25px;
}

img {
	max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
.w-100 {
    max-width: 100%!important;
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 999;
	transition: all 0.4s ease;
	border-bottom: 1px solid transparent;
}
.header.sticky {
    background-color: #fff;
	border-bottom: 1px solid #eee;
}
.header.sticky .menu ul li a {
    color: #000;
}

.navbar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: relative;
}
.navbar-logo {
    transform: translatex(-50%);
    top: 0;
    left: 50%;
    position: absolute;
    width: 130px;
	transition:all 0.5s ease;
}
.header.sticky .navbar-logo {
	top: -150px;
}
.navbar-logo-text{
	font-size:28px;
	font-weight:bolder;
	color:#f37521;
	position: absolute;
    left: 42%;
    top: -40px;
    transition: all 0.5s linear;
	text-transform: uppercase;
}
.header.sticky .navbar-logo-text{
	top:10px;
	
}
.navbar-logo-text a {
    color: #f37521;
}
#toggle {
	display:none;
}
.mobail .menu-m{
		display:none;
	}
.menu ul {
    display: flex;
	align-items: center;
}
.menu ul li {
    position: relative;
}
.menu ul li a {
    color: #fff;
    font-size: 15px;
    padding: 20px;
	display:block;
	transition:all 0.4s ease;
	position:relative;
	text-transform: uppercase;
    font-weight: 500;
}
/*.menu ul li a:hover {
	color:#f37521 !important;
}*/


/*(no sticky hover).menu ul li:hover a{
	color:#f37521;
}*/
.header.sticky .menu ul li:hover a {
    color: #f37521;
}
.menu ul li a:after {
	content:'';
	width:0;
	height:2px;
	position:absolute;
	right:0;
	bottom:0;
	transition:all 0.4s ease;
}
.menu ul li:hover a:after {
	width:100%;
	left:0;
	background-color:#f37521;
}
ul.sub-menu {
    position: absolute;
    top: 63px;
    display: block;
    width: 250px;
    transition: all 0.4s ease;
    pointer-events: none;
    opacity: 0;
	transform: translateY(100px);
	 background-color: #fff;
}
.menu ul li:hover ul.sub-menu{
	pointer-events: auto;
    opacity: 1;
	transform: translateY(0px);
} 
ul.sub-menu li a {
    padding: 15px !important;
	color:#000 !important;
	border-bottom: 1px solid #eee;
}
ul.sub-menu li:hover a{
	color:#f37521 !important;
}
.header.sticky ul.sub-menu li a {
    color: #green !important;
	
}
ul.sub-menu li:last-child a {
	border-bottom:none;
}
.menu ul li ul.sub-menu li a:after {
	content:'';
	width:0 !important;
	height:2px;
	position:absolute;
	right:0;
	bottom:0;
	transition:all 0.4s ease;
}
.menu ul li ul.sub-menu li:hover a:after {
	width:100% !important;
	left:0;
	background-color:#f37521;
}

.banner-main {
	margin-top: -65px;
}   

.banner-main-box {
    background-repeat: no-repeat;
    background-size:cover;
    padding-bottom: 25px;
}
.banner-textmain {
    display: flex;
	justify-content: center;
	width: 650px;
    margin: 0 auto;
    position: relative;
	height: 95vh;
}
.center {
    position: absolute;
    bottom: 0;
	width: 35%;
	left:32%;
}
.banner-logo-name {
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.nbanner-logo img {
    border-radius: 100%;
    border: 1px solid #eee;
}
.banner-group-images {
    width: 65px;
    margin: 0 auto;
}
.banner-logo img {
    border-radius: 100%;
    border: 1px dashed #eee;
	padding: 10px;
}
.banner-group-images img {
    border-radius: 100%;
}
.banner-title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
	margin-top: 6px;
}
.banner-title p {
    margin: 0;
    padding: 0;
	font-size: 14px;
    line-height: 20px;
	font-weight: 600;
}
.banner-title p.total-ben {
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 15px;
}
.banner-title p.total-ben span.plusei{
	font-size:30px;
	margin-bottom:4px;
	
}

.banner-textgroupleft li {
    position: relative !important;
    width: 180px;
    height: 180px;
    border: 1px dashed #eee;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	transition: all 0.4s ease;
    transform: translateX(0px);
}
.banner-textgroupleft li:hover {
	transform: translatey(5px);
}
.banner-textgroupleft li:nth-child(1) {
    position: absolute !important;
    bottom: 0;
    left: -20px;
	background-color: #f73078;
}
.banner-textgroupleft li:nth-child(2) {
    position: absolute !important;
    bottom: 215px;
    left: 20px;
	background-color:#9c54e4;
}
.banner-textgroupleft li:nth-child(3) {
    position: absolute !important;
    bottom: 310px;
    left: 235px;
	background-color:#35b9e9;
	
}
.banner-textgroupleft li:nth-child(4) {
    position: absolute !important;
    bottom: 215px;
    right: 20px;
	background-color:#42d992 ;
}
.banner-textgroupleft li:nth-child(5) {
    position: absolute !important;
    bottom: 0;
    right: -20px;
	background-color:#fcc103;
}

.banner-textgroupleft li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-footer {
    position: absolute;
    bottom: 20px;
    width: 33%;
    text-align: center;
    display: block;
    left: 50%;
    transform: translatex(-50%);
}
.banner-footer a {
    color: #fff;
    margin: 0px 5px;
}
.banner-footer a i {
    font-size: 12px;
}


.footer-social {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 1;
}
.footer-social ul li a {
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 100%;
	transform: translateX(0px);
    transition: all 0.4s ease;
}
.footer-social ul li a:hover {
	transform: translateX(-5px);
}
.navbar-social ul li:last-child a {
	margin-bottom: 0px;
}
.footer-social ul li:nth-child(1) a {
    background-color: #3a5999;
}
.footer-social ul li:nth-child(2) a {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.footer-social ul li:nth-child(3) a {
    background-color: #FF0000;
}
.footer-social ul li:nth-child(4) a {
    background-color: #0278b6;
}

.copy-main {
    background-color: #fff;
    padding: 15px 0;
}
.copy-detais {
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #212529;
}
.copy-right p {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
	color: #212529;
}
.copy-logo-visatc {
    display: flex;
    align-items: center;
}
.copy-logo-visatc span {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    margin-top: 5px;
}
.footer {
    padding: 50px 0;
    background-color: #151f2e;
    color: #fff;
}
.footer-text {
    text-align: center;
}
.footer-text span{
	display:block;
}
.footer-text a {
    color: #fff;
	transition:all 0.4s ease;
}
.footer-text a:hover {
    color: #f37521;
}
.footer-text a i {
    font-size: 13px;
}
a.donate-btn {
    color: #fff !important;
    background-color: #f37521;
    padding: 5px 30px !important;
    border-radius: 30px;
    text-transform: uppercase !important;
    font-weight: 500;
	border: 1px solid #f37521;
}
a.donate-btn:hover {
    color: #f37521 !important;
    background-color: #fff;
}
.header.sticky a.donate-btn {
    color: #fff !important;
}
.header.sticky a.donate-btn:hover {
    color: #f37521 !important;
    background-color: #fff;
}
.menu ul li  a.donate-btn:hover:after {
    width: 100%;
    left: 0;
    background-color: transparent;
}
.donatemain {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom:70px;
}
.donatemain-form {
    background-color: rgba(0,0,0,0.2);
    padding: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.donatemain-control {
    margin-bottom: 15px;
}
.donatemain-form .form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 0;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    border: none;
	outline:none;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.donatemain-form .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
button.defuild-btn {
    color: #fff;
    background-color: #f37521;
    padding: 5px 30px !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
	border:none;
	outline:none !important;
	cursor:pointer;
	font-size:14px;
	border:1px solid #f37521;
	transition: all 0.4s ease
}
button.defuild-btn:hover {
    color: #f37521;
    background-color: #fff;
}
/*.abountmain {
    padding: 70px 0;
}*/

.abo-content {
    margin: 70px 0;
}
.about-images {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 10px solid #fff;
}
.contactmain {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.contact-form {
    position: relative;
    z-index: 99;
}
.contact-form {
    padding: 30px;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
}
.contact-title {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contactmain .form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
	border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
.contactmain .form-control:focus {
    box-shadow: none;
	border-bottom: 1px solid #eee;
}
.contact-left {
    display: flex;
    align-items: center;
}
.contact-info ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.contact-detais {
    color: #fff;
	width: 50%;
}
.contact-info ul li a {
    color: #fff;
	transition: all 0.4s ease;
}
.contact-info ul li a:hover {
    color: #f37521;
}
.contact-icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 20px;
	color: #f37521;
}
.top-banner  {
    position: relative;
	margin-top: -65px;
}
.top-banner-group {
    position: absolute;
    top: 60%;
    transform: translatey(-50%);
}
.top-banner-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.top-banner-text {
    color: #ffff;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0;
	font-weight: 500;
}
li.breadcrumb-item a {
    color: #fff !important;
	text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before{
	color:#ffff !important;
}
.breadcrumb-item.active {
    color: #ffff !important;
	text-transform: uppercase;
}

.eductionmain {
    padding: 100px 0;
}
.menu-health {
    position: sticky;
    top: 130px;
    background-color: #fff;
    z-index: 1;
}
.eduction-top-text {
    margin-bottom: 75px;
    text-align: center;
}

.eduction-text-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}
.eduction-text p {
    margin: 0;
}
.eduction-ima-main {
    position: relative;
}
.eduction-patten {
    position: absolute;
    bottom: -71px;
    left: 0;
    z-index: -1;
}

.eduction-bottom {
    margin-top: 70px;
}
.eduction-bottom .eduction-text {
    margin-left: 0;
}
.eduction-bottom .eduction-text-detais {
    margin-left: 0;
}
.eduction-ima-main {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 10px solid #fff;
}
.eduction-text-main {
    background-color: #fff;
}
.Pre-primary {
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0;
    text-align: center;
	color: #fff;
}
.scholarship {
    padding: 70px 0;
    text-align: center;
}
.scholarship-group {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0;
	position: relative;
}
.scholarship-groupmain{
	position: relative;
}
.scholarship-images {
    width: 47%;
    margin-left: 15px;
}

.scholarship-patten {
    position: absolute;
    top: -55px;
    left: 0;
    z-index: -1;
}
.scholarship-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255.2);
    padding: 25px;
    border-radius: 28px;
}
.scholarship-group .eduction-text {
    margin-left: 0;
}
.scholarship-group .eduction-text-title {
    padding-top: 15px;
}
.eye-camp {
    padding-bottom: 70px;
}
.top-table {
    margin-top: 50px;
}
.trustees-name {	padding: 15px;    display: block;    border-radius: 30px;    border: 2px solid #eee;    margin-bottom: 20px;	text-align: center;	font-weight: 500;	text-transform: uppercase;	position: relative;
	transition: all 0.4s ease;
	background-color: #fff;
}.trustees-name:hover {    background-color: #f37521;	border: 2px solid #f37521;}

.trustees-main {
    padding: 70px 0;
	background-color: #fff;
}
.trustees-name span {
    position: relative;
    z-index: 1;
}
.trustees-name:hover span{
	color:#fff;
	transition: all 0.5s ease;
}
.trustees-box {
    position: relative;
    margin-top: 100px ;
}
.trustee-img {
    position: absolute;
    z-index: 1;
    top: -78px;
    left: 48%;
    transform: translateX(-50%);
}
.trustee-img img {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 100%;
}
.trustees-box-details {
    display: flex;
    flex-wrap: wrap;
}
.trustees-box {
    width: calc(100%/ 3 - 75px);
    margin-right: 112px;
}
.trustees-box-details .trustees-box:nth-child(3n+3) {
	margin-right: 0;
}
.testimontals {
    padding: 70px 0;
}
.testimontals-main {
    width: 50%;
    margin: 0 auto;
    text-align: center;
	margin-top: 30px;
}
.testimontals-name {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.disparmets-menu-bottom {
    background-color: #efefef;
    padding: 50px 0;

}
.disparment-companyname {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
}
.main-taitle {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 50px;
	text-transform: uppercase;
}
.disparment-main {
    display: flex;
    flex-wrap: wrap;
}
.disparment-group {
    padding: 30px 0;
    width: calc(100% / 4 - 16px);
    position: relative;
	/*margin-bottom: 20px;
    margin-right: 20px;*/
	text-align: center;
    box-shadow: 0 0 10px #d2d2d2;
    background-color: #fff;
    border-radius: 5px;
	position: relative;
	margin: 50px 20px 50px 0;
}
.team-member-img {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}
.team-member-img img{
	border-radius:100%;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.disparment-group:after{
	content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 25%;
    height: 2px;
    background-color: #f37521;
}
.disparment-name {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 16px;
}

.disparment-main .disparment-group:nth-child(4n+4) {
    margin-right: 0px;
}
#gg-screen {
    top: 15px !important;
}

#gg-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    background: rgba(255,255,255,0.85);
    z-index: 9999;
    text-align: center;
}
.gg-box {
    -webkit-column-count: 4;
	-webkit-column-gap: 15px;
	-moz-column-count: 4;
	-moz-column-gap: 15px;
	column-count: 4;
	column-gap: 15px;
}
.gg-element img {
    cursor: pointer;
    width: 100%;
    height: auto !important;
    background: rgba(255,255,255,0.02);
    border-radius: 10px;
	margin-bottom:15px;
}


.gallerymain{
	margin:70px 0;
}
.Reportsmain {
    padding: 70px 0;
}
.downloads-details {
    display: flex;
    flex-wrap: wrap;
}
.downloads-group {
    width:calc(100% / 4 - 15px);
    border: 1px solid #eee;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
	background-color: #fff;
}
.downloads-group:nth-child(4n+4) {
    margin-right: 0px;
}
.downloads-icon i{
    font-size: 65px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: #f37521;
    cursor: pointer;
    height: 100px;
    transition: all 0.4s ease;
}
.downloads-title {
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
}
.donate-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #f37521;
		text-transform: uppercase;
}
.donate-pay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.donate-paytextmain {
    background-color: rgba(0,0,0,0.2);
    padding: 20px;
}

.donate-paytext ul {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.donate-paytext ul li {
    line-height: 20px;
}
.donate-bank-details ul {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.donate-tax {
    margin: 20px 0;
}
.donate-tax ul li:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
}
.donate-tax ul {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.donate-tax ul li {
    line-height: 20px;
}
.donate-bank-details ul li:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
}
.donate-bank-details ul {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.donate-bank-details ul li {
    line-height:20px;
	font-size: 15px;
}
.donate-pera p {
    margin: 0;
    margin-top: 15px;
    color: #fff;
	font-size: 15px;
	line-height: 20px;
}
.downloads-icon  {
    overflow:hidden;
}
.downloads-icon a {
    width: 100%;
    height: 380px;
    display: inline-block;
}
.book-list {
    display: flex;
	padding-bottom: 50px;
}
.book-list ol {
    width: 50%;
}
.book-list ol li{
    list-style: auto;
}


.nav-tabs {
    border-bottom: 2px solid #f37521;
    align-items: center;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 170px;
    justify-content: center;
    display: flex;
    height: 100px;
    align-items: center;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
	align-items: center;
    height: 100%;
	text-align: center;
	color: #000;
    font-weight: 500;
	padding: 10px;
}
 .nav-tabs .nav-link:hover {
    border-color: transparent;
}
li.nav-item.active a {
    color: #f37521;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #f37521;
}
.nav-tabs .nav-link:focus {
    border-color: transparent;
}

.accordion  .inner {
  padding-left: 1em;
  overflow: hidden;
  display: block;
}

.accordion li.active .inner {
    display: block !important;
}
.box-event {
    width: 80%;
    margin: 0 auto;
}
.accordion li {
    display: flex;
    margin: 0 auto;
	position: relative;
}
ul.accordion li:nth-child(1) {
    padding-top: 0 !important;
}
.accordion li.active .accordion-images {
    display: block;
}
.accordion  .accordion-images {
    display: block;
}
.accordion li.active #texthealth {
    display: none;
}
.accordion  #texthealth {
    display: none;
}
.accordion-left {
    width: 22%;
	height: 100%;
   
}
.accordion-left .accordion-images img {
    filter: drop-shadow(0 0 10px rgba(255,130,0,90%) );
}
.accordion-left:after {
	content: '';
    position: absolute;
    top: 0;
    left: 8.3%;
    width: 2px;
    height: 100%;
    background-color: #f37521;
    z-index: -1;
    opacity: 0;
}
.accordion-right {
    width: 78%;
}
.eduction-text-detais p {
    text-align: justify;
}
.accordion-right-details {
    font-size: 20px;
    color: #f37521;
    font-weight: 700;
}
.accordion-right-text {
    margin:0 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-right-button {
    border: 3px solid #f37521;
    padding: 10px;
    border-radius: 8px;
}
.eductionmain .accordion-right-pera p {
    margin: 0;
	font-weight: 500;
}

#texthealth span {
    width: 200px;
    height: 200px;
    background-color: #f37521;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9%;
    text-align: center;
}
.donate-now {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.donate-now-text {
    color: #fff;
}
.donate-now-butto a {
	color: #f37521;
    background-color: #fff;
    padding: 7px 30px !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.4s ease;
    display: inline-block;
    margin-top: 20px;
}
.donate-now-butto a:hover {
	background-color: #f37521;
	color:#fff;
}
.donatemain .row{
	align-items:center;
}



.mobile-accordion .accordion {
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: #f7f7f7;
}


/*----- Section Titles -----*/

.mobile-accordion .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  background:#f37521;
  transition: all linear 0.15s;
  font-size: 1.200em;
  color: #fff;
}

.mobile-accordion .accordion-section-title.active,
.mobile-accordion .accordion-section-title:hover {
  text-decoration: none;
}

.mobile-accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}


/*----- Section Content -----*/

.mobile-accordion .accordion-section-content {
  padding: 15px;
  display: none;
}

.mobile-accordion {
    display: none;
}
.eductionmain {
    display: block;
}
.product-menu-section .sticky-tech {
	display: block;
}


.testimontals-detais {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border:2px solid #ffddc5;
    /*height: 430px;*/
    
}
.testimontals-detais .testimontals-img {
    height: 370px;
	overflow: hidden;
    object-fit: cover;
}
.testimontals-detais .testimontals-img img{
	/*height:100%;*/
}
.testimontals-detais .testimontals-title h3 {
    margin: 0;
    padding: 14px 0;
    font-size: 14px;
    display: inline-block;
}
.sticky-tech {
    position: sticky;
    top: 63px !important;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.sticky-tech .tech-speci-menu ul {
	text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sticky-tech  .tech-speci-menu ul li {
    display: inline-block;
}
.sticky-tech  .tech-speci-menu ul.edun li {
    width: 21%;
}
.sticky-tech .tech-speci-menu ul.heal li {
    width: 13%;
    text-align: center;
}
.sticky-tech .tech-speci-menu ul.heal li a {
    height: 120px;
}
/*.sticky-tech  .tech-speci-menu ul li a {
	position:relative;
}
.sticky-tech  .tech-speci-menu ul li a:after {
	content: '';
    background-color: #f37521;
    font-weight: 500;
    color: #f37521;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
*/
.sticky-tech  .tech-speci-menu ul li a.active {
    border-bottom: 5px solid #f37521;
	font-weight: 500;
    color: #f37521;
}
/*
.sticky-tech  .tech-speci-menu ul li a.active {
    border-bottom: 5px solid #4f95af;
} */
.sticky-tech  .tech-speci-menu li a {
    padding: 20px 10px;
    display: flex;
    border-bottom: 5px solid transparent;
    text-decoration: none;
    color: #000;
    align-items: center;
    justify-content: center;
}
.desktop-center{
	display:block;
}
.mobile-center{
	display:none;
}
.pipe-line {
		display: inline-block;
}
.video-section{
		width:100%;
		padding-top: 70px;
	}
.video-section .vid{
		width:50%;
		height:50%;
		margin:0 auto;
	}
.video-section .vid .video-box{
		width:100%;
		height:100%;
}
.award-main{
	padding:50px 0;
}
.award-main .award-contant {
    width: 100%;
    display: flex;	flex-wrap:wrap;
}
.award-main .award-contant .award-box  {    width: calc(100% / 4 - 15px);    margin-bottom: 30px;    margin-right: 20px;}
	.award-main .award-contant .award-box a img {	border: 1px solid #ddd;    border-radius: 4px;	padding:4px;}
	.award-title {   
		text-align: center;
		margin-top: 5px;
		text-transform: capitalize;
		font-weight: 500;
		color: #000;
		font-size: 15px;
		padding: 0 20px;
	}
	.award-main .award-contant .award-box:nth-child(4n + 4  ) {	margin-right: 0px;}
	.destop-donate{	display:block;}
	.responsive-donate{	display:none;}
	.donate-pera {    width: 70%;    margin: 0 auto;    text-align: center;}
	
.gallerymain.press-note {
    border-bottom: 1px solid #eee;
    padding-bottom: 70px;
}