/* =Import Required styles
========================================================================================*/
@import url(normalize.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

:root {
	--bs-font-sans-serif: 'Poppins',Arial, Helvetica, sans-serif;
	--bs-success: #2a6870; 
	--bs-green: #2fced6;
	--bs-gray: #6e819e;
	--bs-dark-gray: #202230;
	--bs-warning: #eea620;	
	--hover-brightness: 1.2;
}

html { height: 100%; }

body {
	font-size: 16px;
	color: var(--bs-gray);
	font-weight: 400;
	line-height: 1.65;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 { font-weight: 600; }
.section { padding: 60px 0; }
.section.xs-top-section { padding: 0 0 60px; }

/*Buttons Start*/
.btn-success { padding: 8px 15px 6px; background-color: var(--bs-success); border-color: var(--bs-success); text-transform: uppercase;  }
.btn-primary { padding: 8px 15px 6px; background-color: var(--bs-green); border-color: var(--bs-green); text-transform: uppercase;  }
.btn-primary:hover { background: #1B8388; border-color:#1B8388; }
.btn-primary:focus { background: #1B8388; border-color:#1B8388; box-shadow: 0 0 0 0.25rem rgba(27,131,136,0.5); }

.btn-success:hover { background: #16373B; border-color: #16373B; }
.btn-success:focus { background: #16373B; border-color:#16373B; box-shadow: 0 0 0 0.25rem rgba(22,55,59,0.5); }


.btn-link { color:var(--bs-gray); text-decoration: none; padding: 0; }
.btn-link:hover  { color:var(--bs-dark-gray); }
.btn-link:focus { box-shadow: none; }
.btn-link i { margin-left: 5px; }
.btn-warning { padding: 8px 15px 6px; background-color: var(--bs-warning); border-color: var(--bs-warning); text-transform: uppercase; color: #fff; }
.btn-warning:hover, .btn-warning:focus { color: #fff; }



/*Header Start*/
#header { padding: 30px 0; }
#logo { margin-right: 15px; }
#header .button-cols { text-align: right; font-size: 0; }
#header .button-cols .btn:not(:first-child), .buttons .btn:not(:first-child) { margin-left: 10px; }

#mainbanner figure { margin: 0; }
#mainbanner h1 { font-size: 40px; color: var(--bs-dark-gray); margin: 0 0 40px; position: relative; }
#mainbanner h1:before { content:""; position: absolute; left:0; top: 100%; background: url(../images/shape-01.png) 0 0 no-repeat; width:195px; height: 25px; margin-top:-5px; z-index: -1; }
.banner-box { padding-right: 60px; }
.banner-box p { margin: 0 0 20px; font-size: 18px; }
#mainbanner .btn-link { margin-left: 10px; }


.service-section .row { position: relative; padding-left: 240px;  }
.service-section p { margin: 0; color:var(--bs-gray); font-size: 14px; text-align: center; }
.service-section .row:before { content:""; position: absolute; left: 0; top: 0; width: 200px; height: 1px; background-color: var(--bs-warning); }


.about-section figure { margin: 0;  }
.about-section .content-col { padding-left: 60px; text-align: right; }

.about-section.reveser-column .image-col {  -ms-flex-order: 2; flex-order:2;  order: 2; }
.about-section.reveser-column .content-col {  -ms-flex-order: 1; flex-order:1;  order:1; text-align:left; padding-left:0; padding-right:60px; }
.about-section.reveser-column .section-title:before { right:auto; left:0; }


.home { background: url(../images/bg-pattern.png) 100% 0 no-repeat; background-size: 70% auto; }

.service-section h4 { font-size: 20px; color: var(--bs-dark-gray); text-align: center; }
.service-section .col-md-3 { cursor: pointer; position: relative; }
.service-section .col-md-3:before { content: ""; width: 256px; height: 156px; background: url(../images/); }
.service-section .col-md-3:hover h4 { text-decoration: underline; }


.navbar-light .navbar-nav .nav-link { color: var(--bs-gray); font-weight: 400; font-size: 15px; padding: 0 15px;}
.navbar-light .navbar-nav .nav-link:hover { color: var(--bs-dark-gray) }

.section-title { margin:0 0 30px; }
.section-title h3 { font-size:36px; color: var(--bs-dark-gray); margin: 0; }

.slider .item { padding:0 15px 40px; position: relative; height: auto; }
.slider figure { margin: 0 0 20px; }
.slider img { width: 100%; height: auto;  }
.slider h4 { font-size: 24px; color: var(--bs-dark-gray); }
.slider h6 { font-size: 16px; color: var(--bs-gray); }
.slider p { font-size: 15px; color: var(--bs-gray); }
.slider .item .btn-link { position: absolute; left: 13px; bottom:0; }
.slider .slick-track { display: flex; flex-wrap: wrap; }

.statstics-section h5 { margin:60px 0 20px; font-size: 42px; color: var(--bs-dark-gray); position: relative; }
.statstics-section h5:before { content: ""; width: 48px; height: 48px; border-radius: 50%; background-color:#7fb432; position: absolute; z-index: -1; top:-8px; left: -8px; }
.statstics-section figure { margin:0; }
.statstics-section figure img { width: 100%; height: auto;  }
.statstics-section .second-col h5:before { background-color:#81bde3; }
.statstics-section .third-col h5:before { background-color:#ec5078; }
.statstics-section .four-col h5:before { background-color:#f7b70d; }

.donate-now-section .container { height:336px; text-align: center; background: url(../images/donate__now__bg.jpg) 100%  50% no-repeat; background-size: cover; position: relative; } 
.donate-now-section h3 { font-size: 42px; color: var(--bs-dark-gray); width: 460px; margin: 0 auto 30px; }

.donate-now-section .container:before { content: ""; width:100px; height:272px; background: url(../images/shape-02.png) 0 0 no-repeat; position: absolute; left: -100px; }

.donate-now-section .container:after { content: ""; width:80px; height:272px; background: url(../images/shape-03.png) 100% 0 no-repeat; position: absolute; right: -80px; }


.contact-section {  padding: 0; }
.contact-section .phone-col, .contact-section .email-col { font-size: 24px; font-weight: 600; margin:20px 0 0 }

.social { text-align: right;  }
.social ul { margin: 0; padding: 0; list-style: none; }
.social li { display: inline-block; }
.social li a { display: block; text-indent: -999em; font-size: 0; width: 32px; height: 32px; background: url(../images/sprites@2x.png) 0 0 no-repeat; background-size: 600px auto; }
.social li.fb a { background-position: -16px -16px; }
.social li.yu a { background-position: -58px -16px; }
.social li.pi a { background-position: -96px -16px; }
.social li.tw a { background-position: -134px -16px; }
.social li.ins a { background-position: -174px -16px; }
.social li.fb a:hover { background-position: -16px -58px; }
.social li.yu a:hover { background-position: -58px -58px; }
.social li.pi a:hover { background-position: -96px -58px; }
.social li.tw a:hover { background-position: -134px -58px; }
.social li.ins a:hover { background-position: -174px -58px; }

.top-footer .container  { border-top: 1px solid #d4d4d4; padding-top: 40px; padding-bottom: 40px; margin-top: 40px; }
.top-footer .footer-menu ul { margin:0; padding: 0; font-size: 0; list-style: none; }
.top-footer .footer-menu li { display: inline-block; margin-right: 15px;  }
.top-footer .footer-menu li a { font-size: 16px; color:var(--bs-gray); text-decoration: none; }
.top-footer .footer-menu li a:hover { font-size: 16px; color:var(--bs-dark-gray); }
.top-footer .button-col { text-align: right; }
.footer-logo { margin-right: 20px; }

.middle-footer { font-size: 14px; color:#9eabc0; margin-bottom:  40px; }
.bottom-footer { padding-bottom:  40px; }
.bottom-footer .fmenu-col { text-align: right; }
.bottom-footer a { color: var(--bs-gray); text-decoration: none; margin-right: 10px; }
.bottom-footer a:last-child { margin-right: 0; }

.icon { display: block; margin:0 auto 20px; width: 56px; height: 56px; background: url(../images/sprites@2x.png) 0 0 no-repeat; text-indent: -999em; }
.icon.icon-volunteer { background-position: -25px -119px; }
.icon.icon-help { background-position: -90px -119px; }
.icon.icon-ai { background-position: -155px -119px; }
.icon.icon-collaboration { background-position: -222px -119px; }

.slick-prev:before, .slick-next:before { color:#6e819e !important; }
.slick-prev, .slick-next { z-index: 100; top: -70px !important; transform: translate(0,0) !important; right: 0 !important; }
.slick-prev { left: auto !important; right: 30px !important; }
.slick-next:before, .slick-prev:before { font-family:"Font Awesome 5 Free"!important; font-weight: 900; content: "\f0a9"!important; }
.slick-prev:before { content: "\f0a8" !important; }
.slick-prev:hover::before, .slick-next:hover::before { color:var(--bs-warning) !important; }

.section-title { position: relative; }
.section-title h3 { position: relative; z-index: 10; }
.section-title:before { content: ""; width: 195px; height: 25px; background:url(../images/shape-01.png) 0 0 no-repeat; position: absolute; right: 0; top: 100%; margin-top: -12px; }

.learn-section .section-title:before, .statstics-section .section-title:before { right: auto; left: 0; }


.signup-pages #wrapper { background: url(../images/singup-bg.jpg) 50% 50% no-repeat; background-size: cover;  min-height:100vh; display: flex; align-items: center; }


.signup-pages .form-list  { background: #fff; }
.form-list { padding:30px 30px 40px; }
.form-list h4 { font-size: 24px; color:var(--bs-green); margin: 0; }
.form-list ul { margin: 0; padding: 0; list-style: none; }
.form-list li { margin:20px 0 0; }
.form-control { height:48px; color: #9eabc0 !important; font-size: 16px; font-weight: 400; border-color: #e0e3ef; padding: 6px 16px; }

.singup-container .image-col, .singup-container .form-col { position: relative; padding:0; }
.singup-bg { background: url(../images/signup-image.jpg) 100% 50% no-repeat; background-size: cover; width: calc(100% - 110px); position: absolute; right: 0; top:-40px; bottom: -40px; }

.singup-navigation { width:110px; background:white; position: absolute; left:0; top: 20px; bottom: 20px; }
.singup-navigation ul { margin: 0; padding: 0; list-style: none; width: 100% }
.singup-navigation li { text-align: center; margin: 15px 0 0; }
.singup-navigation li a { color: var(--bs-gray); text-decoration: none; }
.singup-navigation li:first-child { margin: 0; }
.singup-navigation li em { font-size:14px; text-transform: uppercase; font-style: normal; }
.singup-navigation li .icon.icon-singup, .singup-navigation li .icon.icon-signin, .singup-navigation li .icon.icon-register { width:18px; height: 26px; background-position: -252px -18px; margin: 0 auto 5px; }
.singup-navigation li .icon.icon-signin { width:26px; height:24px; background-position: -279px -19px; }
.singup-navigation li .icon.icon-register { width:26px; height:24px; background-position: -309px -19px; }
.singup-navigation li a:hover { color: var(--bs-green); }
.singup-navigation li a:hover .icon.icon-singup { background-position: -252px -52px; }
.singup-navigation li a:hover .icon.icon-signin { background-position: -279px -53px; }
.singup-navigation li a:hover .icon.icon-register  { background-position: -309px -53px; }

.back-to-top { position: fixed;	bottom: 30px; right: 30px;	width: 48px; height: 48px; z-index: 9999; cursor: pointer;
	text-decoration: none; transition: opacity 0.2s ease-out; background-color:var(--bs-green); border-radius: 50%; line-height: 48px; text-align: center; color:#fff; }
.back-to-top:hover{ text-decoration: none; opacity: 0.7; color:#fff; }
