@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  background: #ccc;
  font-family: 'DM Sans', sans-serif;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.dm {
  font-family: 'DM Sans', sans-serif;
}
.poppins {
  font-family: 'Poppins', sans-serif;
}
.top-part {
  background: url("../images/top-lines.jpg") repeat-x bottom center;
  padding: 26px 0 25px;
}
.white-bg {
  background: #fff;
  width: 90%;
  margin: 0 auto;
}
.top-section {
  padding: 0px 48px;
}
.main-pick {
  text-align: left;
}
.sushil-name {
  text-align: center;
  padding-top: 80px;
}
.sushil-name .name {
  color: #1a1b1c;
  font-size: 25px;
  font-weight: bold;
  line-height: 24px;
}
.sushil-name .name p {
  color: #131313;
  font-size: 16px;
  margin-bottom: 0px;
	font-weight: normal;
}
.sushil-name .name p em {
  color: #2d2d2f;
  font-size: 11px;
	font-weight: normal;
}
.sushil-name .name b {
  color: #1a1b1c;
  font-size: 21px;
}
.social-icon {
  margin-top: 90px;
}
.social-icon p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
}
.social-icon p a:hover {
  text-decoration: none;
}
.social-icon p i {
  background: #0077b7;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 4px;
	display: block;
}
.social-icon p a:hover i {
  text-decoration: none;
  background: #0a93dd;
}
.middle-part {
  padding: 35px 48px;
  background: url("../images/gray-gradent.jpg") #fff repeat-x bottom;
}
.run-text {
  text-align: left;
}
.run-text p {
  font-size: 17px;
  line-height: 30px;
  color: #373737;
  padding-bottom: 10px;
  padding-right: 30px;
}
.run-text ul {
  margin: 0px;
  padding: 0px;
  padding-top: 7px;
}
.run-text ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-bottom: 20px;
}
.run-text ul li:before {
  content: '';
  width: 29px;
  height: 24px;
  background: #d7d7d7;
  display: inline-block;
  margin-top: 5px;
  float: left;
}
.run-text ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #373737;
  padding-left: 50px;
  display: block;
}
.pd-t {
  padding-top: 28px;
}
.h-heading {
  text-align: left;
  margin-bottom: 35px;
}
.h-heading span {
  font-weight: bold;
  font-size: 28px;
  color: #283043;
}

.h-heading span:after {
  content: '';
  height: 5px;
  background: #ffa200;
  width: 148px;
  display: block;
  margin-top: 17px;
}
.h-heading-black {
  text-align: center;
}
.h-heading-black span {
  font-weight: bold;
  font-size: 28px;
  color: #211f1f;
}
.pa57 {
  padding: 40px 0 77px;
}
.pa58 {
  padding: 57px 0 50px;
}
.box-shadow-publication {
  -webkit-box-shadow: 0px 0px 27px -2px rgba(232, 229, 232, 1);
  -moz-box-shadow: 0px 0px 27px -2px rgba(232, 229, 232, 1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transition-duration: 500ms;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #c2c2c2;
  background: #fff;
}
.box-shadow-publication:hover {
  box-shadow: 0px 0px 27px -2px rgba(232, 229, 232, 1);
}
.gray-part {
  padding: 20px 100px 45px;
  background: url("../images/gray-botom-gradent.jpg") #e7e5e5 repeat-x bottom;
}
.publ-img {
  text-align: center;
}
.publ-text {
    font-size: 18px;
  color: #fff;
  padding: 10px;
height: 115px;
}
.publ-text a {
  color: #fff;
  text-decoration: none;
}
.publ-text a:hover {
  text-decoration: underline;
}
.bg-clr1 {
  background: #c5a550;
}
.bg-clr2 {
  background: #0464f8;
}
.bg-clr3 {
  background: #00ccff;
}
.bg-clr3 a {
	color: #000 !important;
}
.bg-clr33 {
  background: #8d0001;
}
.bg-clr4 {
  background: #2b8b72;
}
.bg-clr5 {
  background: #f1c232;
	color: #000;
}
.bg-clr5 a {
	color: #000 !important;
}
.light-gray-part {
  background: #f6f2f2;
  padding: 20px 100px 50px;
}
.build-text {
  text-align: left;
}
.build-text span {
  font-size: 25px;
  color: #283043;
  padding-top: 21px;
  display: block;
}
.build-text span a {
  color: #283043;

}
.build-text span a:hover {
  color: #0464f8;
	text-decoration: underline;

}

.build-text img {
  float: left;
  margin-right: 10px;
}
.box-shadow-project-slide {
  -webkit-box-shadow: 0px 0px 10px -2px rgba(232, 229, 232, 1);
  -moz-box-shadow: 0px 0px 10px -2px rgba(232, 229, 232, 1);
  box-shadow: 0px 0px 10px -2px rgba(232, 229, 232, 1);
  transition-duration: 500ms;
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
  padding: 15px 15px 0px 15px;
  height: 320px;
}
.box-shadow-project-slide:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.box-clr-light {
  background: #f17070;
}
.box-clr-dark {
  background: #b75a5a;
}
.box-shadow-projectmain-slide {
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
  transition-duration: 500ms;
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
  padding: 15px 15px 10px 15px;
  margin-top: 60px;
}
.box-shadow-project-slide:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}
.project-txt {
  text-align: left;
}
.project-txt p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.donate-slides .owl-prev, .donate-slides .owl-next {
  background-color: transparent !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 14px;
  color: #f89191 !important;
  top: 50%;
  margin-top: -48px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 44px !important;
  font-weight: normal !important;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 2px solid #f89191 !important;
}
.donate-slides .owl-prev {
  left: -65px !important;
}
.donate-slides .owl-next {
  right: -65px !important;
}
.view-btn {
  text-align: center;
  margin: 60px 0px 0px;
}
.view-btn button {
  text-align: center;
  font-size: 26px;
  color: #fff;
  padding: 13px 50px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  background: #ffa200;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  border: none !important;
  transition: 0.5s;
  outline: none !important;
}
.view-btn button:hover {
  background: #ffbf4f;
  transition: 0.5s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.footer-clr {
  background: #283043;
  padding: 40px 58px 30px;
}
.bottom-txt p {
  font-size: 18px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
}
.bottom-txt p a {
  color: #fff;
  text-decoration: none;
}
.bottom-txt span {
  font-size: 18px;
  color: #fff;
  text-align: right;
  display: block;
  font-family: 'Poppins', sans-serif;
}
.project {
  margin-top: 50px;
}
.mrgn1 {
  margin: 0px;
}


.top-part-int {
  padding: 40px 0 25px;
}
.middle-part-int {
  padding: 25px 48px;
}

.int-heading {
  text-align: center;
	
}
.int-heading h1{
  font-weight: bold;
  font-size: 28px;
  color: #283043;
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
}

.run-text-int {
  text-align: left;
}
.run-text-int p {
  font-size: 17px;
  line-height: 30px;
  color: #373737;
  padding-bottom: 10px;
}

.run-text-int ul {
	margin: 0px;
	padding: 0px;
	padding: 5px 0px 22px 40px;
}
.run-text-int ul li {
  font-size: 17px;
  line-height: 25px;
  color: #373737;
  padding-bottom: 10px;
}







.run-text-int p a{
  color: #225bff;
}
.run-text-int p.line {
  line-height: 26px;
}

.run-text-int h1 {
    font-weight: bold;
    font-size: 28px;
    color: #283043;
    margin: 0px;
    padding: 0px;
    padding-bottom: 40px;
}

.run-text-int h2 {
  font-size: 24px;
  color: #373737;
	font-weight: bold;
	margin-bottom: 0px;
}

.run-text-int h3 {
  font-size: 24px;
  color: #373737;
	font-weight: bold;
	margin-bottom: 0px;
	text-decoration: underline;
}
.run-text-int h4 {
  font-size: 24px;
  color: #373737;
	font-weight: bold;
	margin-bottom: 0px;
}
.run-text-int h5 {
  font-size: 20px;
  color: #373737;
	font-weight: bold;
	margin-bottom: 0px;
}

.run-text-int h6 {
  font-size: 22px;
  color: #373737;
	font-weight: bold;
	margin-bottom: 10px;
}

.run-text-int1 p {
  font-size: 18px;
  color: #373737;
	font-weight: bold;
	margin-bottom: 40px;
}

.run-text-int1 p u {
  font-size: 18px;
  color: #373737;
	font-weight: bold;
}
.int-heading h1.fnt-sz {
    font-size: 26px;
}

.add-space
{
	padding: 20px 83px;
}
.red-txt
{
	text-align: center;
}
.red-txt p
{
	font-size: 24px;
	font-weight: bold;
	color: #842b21;
	margin-bottom: 0px;
	padding: 180px 100px 0px;
	line-height: 36px;
		
}
.txt-cntr
{
	text-align: right;
}
.pd-right
{
	padding-right: 250px;
}
.pd-img
{
	padding-top: 40px;
}
.txt-rght
{
	text-align: right;
}
.pd-top
{
	padding-top: 80px;
}
.pd-icon
{
	padding-top: 15px;
}


.contct-box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
  margin-bottom: 50px;
}
.contct-box h4 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.contct-box p {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding-bottom: 25px;
}

.btn-change {
  text-align: center;
  font-size: 26px;
  color: #fff;
  padding: 13px 50px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  background: #ffa200;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  border: none !important;
  transition: 0.5s;
  outline: none !important;
	margin-top: 15px;
}
.btn-change:hover {
  background: #ffbf4f;
  transition: 0.5s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.bdr-btm
{
	height: 75px;
	margin-top: 70px;
	background: #ccc;
}