@charset "utf-8";

/* CSS Document */



/* Google Fonts open sans */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');



body

{

	margin: 0;

	font-family: 'Roboto', sans-serif;

	font-size: 1rem;

	font-weight: 400;

	line-height: 1.5;

	color: #545454;

	background-color: #fff;

}

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: 600;

	color: #333;

}

.subtitle {

	font-size: 18px;

	text-transform: uppercase;

	margin-bottom: 20px;

}



a {

	text-decoration: none;

	transition: all 0.3s;

	-webkit-transition: all 0.3s;

}

a:hover {

	/* color: #fff; */

	text-decoration: none;

}

a:focus {

	outline: none;

	text-decoration: none;

}

ul,

li {

	margin: 0;

	padding: 0;

	list-style-type: none;

}

img

{

	max-width:100%;

	height:auto;

}

/*---------------------------  feedback  ----------------------- */



#feedback {

  position: fixed;

  top: 50%;

  right: 0%;

  transform: translate(0%, -50%);

  height: auto;

  margin-left: -3px;

  margin-bottom: -3px;

  z-index: 11;

}

.FeedBack_title h4

{

  margin:0px 0px 20px 0px;

  font-size:22px;

  font-weight:bold;

}



#feedback-form {

  float: right;

  width: 300px;

  height: 100%;

  z-index: 1000;

  padding: 20px;

  background-color:#fff;

  border: 1px solid rgba(0,0,0,.2);

  -moz-border-radius: 0px;

  -webkit-border-radius: 0px;

  border-radius: 0px;

  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);

  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);

  box-shadow: 0 5px 10px rgba(0,0,0,.2);

}

#feedback-form .form-control

{

  font-size:13px;

}

.submitFeed

{

  padding:8px 16px;

  background-color: #20C063;

  border: none;

  cursor: pointer;

  color: #fff;

  border-radius: 2px;

}

#feedback-tab {

  float: right;

  color: #fff;

  font-size: 20px;

  cursor: pointer;

  text-align: center;

  width: 120px;

  height: 42px;

  background-color: #242424;

  margin-top: 60px;

  margin-right: -39px;

  padding-top: 5px;

  -moz-border-radius: 3px;

  -webkit-border-radius: 3px;

  border-radius: 3px;

  -webkit-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  transform: rotate(90deg);

}



#feedback-tab:hover { background-color: #242424; }



#feedback-form textarea { resize: none; }

.send_Requirement

{

  max-width:900px;

  margin:0 auto;

}

.send_Requirement label

{

  font-weight:bold;

}

.send_Requirement select.form-control:not([size]):not([multiple]) {

    height: auto;

}

.PersonalDetails h4

{

  font-size:18px;

  color:#20C063;

}



/*---------------------------  Top Header  ----------------------- */

.TopHeader

{

   background-color: #00ADE5;

}

.TopHeader .Theader_box .callustop

{

	padding-top: 6px;

}

.TopHeader .Theader_box .callustop a

{

	color: #333;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

}

.TopHeader .Theader_box .callustop a i

{

	color: #fff;

}



.TopHeader ul.SocialMedia

{

	text-align: right;

	vertical-align: top;

}



.TopHeader ul.SocialMedia li

{

	line-height: 35px;

}

.TopHeader ul.SocialMedia li a:last-child

{

  padding-right: 0px;

}
.TopHeader ul.SocialMedia li:last-child
{
	border-left: 1px solid #1e96e6;
}
.TopHeader ul.SocialMedia li a

{

	text-decoration: none;

	display: block;

	padding: 2px 10px 2px 12px;

	text-align: center;

	color: #fff;

  font-size: 12px;

}



.TopHeader ul.SocialMedia li a i

{

	font-size: 18px;

}

.TopHeader ul.SocialMedia li.donatebtn a

{

	margin: 0;

	color: #fff;

	font-size: 14px;

	font-weight: bold;

	/* text-transform: uppercase; */

}

ul.LeftSocialmks li i

{

  color: #fff;

}

ul.LeftSocialmks

{

  vertical-align: top;

}

ul.LeftSocialmks li

{

  padding: 2px 10px 2px 20px;

  line-height: 35px;

  color: #fff;

  font-size: 12px;

}

ul.LeftSocialmks li i

{

  padding-right: 3px;

}

ul.LeftSocialmks li.facebookiconmks

{

  border-right: 1px solid #1e96e6;

}







/*---------------------------  Menu and Logo  ----------------------- */

.MainMenu_Logo

{

	padding: 15px 0px 43px 0px;
  background-color: #0080d5;

}

.Toplogo img

{

	max-width: 450px;

}

.RightBorder

{

  padding-top: 10px;

}

.RightBorder button

{

  border: none;

  padding: 0px 20px;

  cursor: pointer;

  color: #0081d6;

}

.RightBorder .input-group

{

  padding-top: 17px;

}

.RightBorder .form-control

{

  padding: 6px 16px;

  border-radius: 0px;

  background: none;

  color: #fff;

}

.MainMenumks_page

{

   background-color: #333;

}

.MainMenumks

{

  position: absolute;

  top: -29px;

  left: 0px;

  right: 0px;

  z-index: 10;

}

.affix 

{

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    z-index: 9999;

    background-color: #333;

    border-bottom: 2px solid #5da527;

}

.menu-mobile {

    display: none;

    padding: 10px;

}


/*---------------------------  Slider  ----------------------- */

.Mainslider

{

  position: relative;

}

.Mainslider .carousel-caption

{

  /* left: 20%;
  right: 20%;
  bottom: 40%;
  background-color: rgba(0, 0, 0, 0.6); */

	left: 2%;
	right: 20%;
	bottom: 20%;
	background-color: rgba(0, 0, 0, 0.6);
	max-width: 600px;
	padding: 10px;

}

.Mainslider .carousel-caption h5

{

  color: #0080d5;
  font-weight: bold;

}

.Mainslider .carousel-caption p

{

  margin: 0px;

  font-size: 14px;

}

.Mainslider .carousel-control-prev {

   

    justify-content: left;

    opacity: 1;

}

.Mainslider .carousel-control-next {

   

    justify-content: right;

    opacity: 1;

    width: 47px;

}

.Mainslider  a.carousel-control-next i,

.Mainslider  a.carousel-control-prev i

{

	/* background-color: #017dd3; */

	padding: 6px 16px;

	color: #017dd3;

	font-size: 40px;

}



/*---------------------------  Donater, Fubdrising and Volunteer  ----------------------- */

.DonaterVolunteer

{

	margin: 70px 0px;

}

.DonaterVolunteer .Donatevolun_box

{

	text-align: center;

	overflow: hidden;

	box-shadow: 0px 4px 15px rgba(0, 0, 0, .3);

	padding: 10px;

}



.DonaterVolunteer .Donatevolun_box .donatePic img

{

	width: 50px;

	height: 50px;

	margin: 0pc 0px 15px 0px;

}

.DonaterVolunteer .Donatevolun_box h4

{

	font-size: 16px;

	font-weight: bold;

}

.DonaterVolunteer .Donatevolun_box p

{

	font-size: 14px;

	color: #666262;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

	line-height: 22px;

	margin: 0px;

}



/*--------------------------- Welcome Message  ----------------------- */

.WelcomeMessage

{

	padding: 50px 0px 50px 0px;

	/* background-color: #27262c; */

}

.WelcomeMessage .welmess_box .welcomePic img

{

	border-radius: 4px;

	float: right;

}

.WelcomeMessage .welmess_box h1

{

	font-size: 32px;

	font-family: 'Roboto', sans-serif;

	font-weight: bold;

	color: #333;

	margin-bottom: 20px;

}

.WelcomeMessage .welmess_box h1 span

{

	color: #333;

}

.WelcomeMessage .welmess_box p

{

	font-size: 14px;

	color: #808080;

	font-family: Arial, Helvetica, sans-serif;

	text-align: justify;

	line-height: 26px;

}





/*---------------------------  Our Projects  ----------------------- */

.OurProjectNgo

{

	padding: 50px 0px 50px 0px;

  background-color: #f2f2f2;

}

.ourworkslists

{

  background: none;

  padding: 0px;

}

.ourworkslists .Project_box

{

  margin-bottom: 30px !important;

  overflow: hidden;

}

.OurProjectNgo .Project_title h2

{

	font-size: 30px;

	font-family: 'Roboto', sans-serif;

	font-weight: bold;

	color: #333;

	margin-bottom: 20px;

	/* text-align: center; */

}

.OurProjectNgo .Project_box

{

	border: 1px solid #ddd;

}

.OurProjectNgo .Project_box .ProjectDetail

{

	padding: 10px;

}

.OurProjectNgo .Project_box img

{

	width: 350px;

	height: 233px;

	object-fit: cover;

	object-position: center;

}

.OurProjectNgo .Project_box h3

{

	font-size: 18px;

	font-family: 'Roboto', sans-serif;

	font-weight: bold;

	color: #000;

	margin: 20px 0px;

}

.OurProjectNgo .Project_box h3 a

{

	color: #545454;

}

.OurProjectNgo .Project_box h3 a:hover

{

  color: #0082d6;

}

.OurProjectNgo .Project_box p

{

	font-size: 14px;

	color: #808080;

	font-family: Arial, Helvetica, sans-serif;

	text-align: justify;

	line-height: 22px;

}

.our-works .owl-nav

{

  text-align:right;

  -webkit-tap-highlight-color:transparent;

}

.our-works .owl-nav [class*=owl-]

{

  color:#fff;

  font-size:14px;

  margin: 5px 14px 5px 5px;

  padding: 0px 10px;

  background: #ffffff;

  display:inline-block;

  cursor:pointer; /* border-radius: 2px; */

}

.our-works .owl-nav [class*=owl-]:hover

{

  background:#ffffff;

  color:#fff !important;

  text-decoration:none

}

.our-works .owl-nav .disabled

{

  opacity:1;

  cursor:default;

}

.our-works .owl-nav i

{

  font-size: 50px; 

  color: #333;

}

.our-works .owl-nav i:hover

{

 color:#333 !important;

}

.our-works .owl-prev

{

  position: absolute;

  top: 40%;

  left: -5px;

}

.our-works .owl-next

{

  position: absolute;

  top: 40%;

  right: -14px;

}

/* Pagination */



.pagination {

   /*  display: inline-block; */
   margin-bottom: 30px;

}

.pagination li
{
	margin-right: 10px;
}
.pagination li span,
.pagination a {

    color: black;

    float: left;

    padding: 6px 12px;

    text-decoration: none;

    transition: background-color .3s;

    border: 1px solid #ddd;

}



.pagination li.active span {

    background-color: #5da527;

    color: white;

    border: 1px solid #5da527;

}



.pagination a:hover:not(.active) {background-color: #ddd;}

/*---------------------------  Become a Volunteer  ----------------------- */

.BecomeAvolunteer

{

	background: url('../img/volunteerimg.jpg') no-repeat;

	background-size: cover;

}

.Background_overlay

{

	background: rgba(0, 0, 0,0.8) none repeat;

	padding: 60px 0px;

}

.Background_overlay .Volunteerbox

{

	text-align: center;

  max-width: 750px;

  margin: 0 auto;

}

.Background_overlay .Volunteerbox h3

{

	font-size: 27px;

	font-family: 'Roboto', sans-serif;

	font-weight: bold;

	color: #fff;

	margin-bottom: 20px;



}

.Background_overlay .Volunteerbox p

{

	font-size: 14px;

	color: #fff;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 26px;

}

.Background_overlay .Volunteerbox .JoinWithUs

{

	padding-top: 20px;

}

.Background_overlay .Volunteerbox .JoinWithUs a

{

	background-color: #4fa90b;

	padding: 10px 16px;

	color: #fff;

	font-weight: bold;

	text-transform: uppercase;

	font-family: 'Roboto', sans-serif;

	font-size: 14px;

	border-radius: 2px;

}



/*---------------------------  News & Events  ----------------------- */

.NewsEventsNgo

{

	padding: 70px 0px;

}

.Newsevent_title h3

{

	font-size: 30px;

	font-family: 'Roboto', sans-serif;

	font-weight: bold;

	color: #333;

	margin-bottom: 20px;

}

.Newsevent_box img

{

	object-fit: cover;

	object-position: center;

}

.NewsEventsNgo .Newsevent_box 

{

	background-color: #f3f3f3;

	overflow: hidden;

}

.NewsEventsNgo .Newsevent_box .NewEvent_detail

{

	padding: 10px;

}

.NewsEventsNgo .Newsevent_box .NewEvent_detail h5

{

	font-size: 16px;

	font-weight: bold;

	line-height: 24px;

}

.NewsEventsNgo .Newsevent_box .NewEvent_detail h5 a

{

	color: #333;

	font-weight: bold;

	font-family: 'Roboto', sans-serif;

}

.NewsEventsNgo .Newsevent_box .NewEvent_detail h5 a:hover

{

  color: #0082d6;

}

.NewsEventsNgo .Newsevent_box .NewEvent_detail p

{

	font-size: 14px;

	color: #605f5f;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 22px;

}

p.postDatemks

{

  color: #7e7878 !important;

  font-size: 12px !important;

}

p.postDatemks i

{

  padding-right: 3px;

  color: #900;

}

ul.NewslistBox li

{

  margin-bottom: 30px;

  overflow: hidden;

}

ul.NewslistBox li .Newsevent_box img

{

  max-width: 150px;

  min-width: 150px;

  height: 150px;

  float: left;

  margin: 0px 15px 0px 0px;

  object-fit: cover;

  object-position: center;

}

ul.NewslistBox li h5

{

  font-size: 16px;

  font-weight: bold;

  line-height: 24px;

}

ul.NewslistBox li h5 a

{

  color: #333;

  font-weight: bold;

  font-family: 'Roboto', sans-serif;

}

/*---------------------------  Modern Page  ----------------------- */

.leftimgks

{

  padding: 0px 0px 0px 0px;

}

.right_contentmks

{

  padding: 0px 30px;

}

.rightimgks

{

  padding: 0px 0px 0px 0px;

}

.right_content

{

  padding: 40px 0px 30px 0px;

}

.right_content p

{

  margin: 0px;

}



/*---------------------------  Footer  ----------------------- */

.FooterBottomNgo

{

	padding: 50px 0px;

	background-color: #333;

}

.FooterBottomNgo .Footerbtn_box h5

{

	font-size: 16px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 30px;

	text-transform: uppercase;

}

.FooterBottomNgo .Footerbtn_box h6

{

  font-size: 14px;

  color: #fff;

  margin-bottom: 20px;

  text-transform: uppercase;
  text-decoration: underline;

}

.FooterBottomNgo .Footerbtn_box img

{

    max-width: 200px;

    margin-bottom: 10px;

}

.FooterBottomNgo .Footerbtn_box p

{

	font-size: 13px;

	color: #fff;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 22px;

}

.FooterBottomNgo .Footerbtn_box p i

{

  padding-right: 3px;

}

.FooterBottomNgo .Footerbtn_box ul.ListItemkNgo a

{

	color: #fff;

	font-size: 13px;

}

.FooterBottomNgo .Footerbtn_box ul.ListItemkNgo a::before {

    content: "\f105";

    font-family: FontAwesome;

    font-size: 13px;

    display: inline-block !important;

    cursor: pointer;

    line-height: 20px;

    color: #fff;

    margin-right: 6px;

}

.FooterBottomNgo .Footerbtn_box ul.ListItemkNgo a:hover::before

{

  color: #5da527;

}

.FooterBottomNgo .Footerbtn_box ul.ListItemkNgo a:hover

{

	color: #5da527;

}

.FooterBottomNgo .Footerbtn_box ul.ListItemkNgo p

{

	margin-bottom: 0px;

}

.FooterBottomNgo .Footerbtn_box ul.ListItemkNgo li

{

	padding-bottom: 10px;

  -webkit-transition: .5s all ease;

  -moz-transition: .5s all ease;

  transition: .5s all ease;

}

.FooterBottomNgo .Footerbtn_box ul.ListItemkNgo li:hover

{

  margin-left:5px;

}

.FooterBottomNgo .Footerbtn_box ul.ListItemkNgo li span

{

	font-size: 12px;

	font-style: italic;

	color: #0b9b35;

}

ul.SocialMediahnkjs li a

{

  color: #fff;

}

/* Contact Form */

.ContactForm .form-control

{

	background-color: #222222;

	border: 1px solid #3c3d3f;

	border-radius: 0px;

	padding: .675rem .75rem;

	font-size: 12px;

	color: #fff;

}

.SendMessage input.SubmitBtn

{

	background-color: #5da527;

	padding: 6px 12px;

	color: #fff;

	font-weight: bold;

	font-family: 'Roboto', sans-serif;

	font-size: 14px;

	border: none;

	cursor: pointer;

}



/* Lfooter */

.LfooterBtnMan

{

	background-color: #222;

	padding: 20px 0px;

}

.LfooterBtnMan .Lfooter_box p

{

	font-size: 12px;

	margin: 0px;

}

.LfooterBtnMan .Poweredby

{

	text-align: right;

}



/*---------------------------  Content Page  ----------------------- */

.Contant-Page

{

	padding: 70px 0px;

}

.Contant-Page .Contentpage_title h2

{

	font-size: 30px;

	font-family: 'Roboto', sans-serif;

	font-weight: bold;

	color: #0082d6;

	margin-bottom: 20px;

}

.Contant-Page p

{

	font-size: 14px;

	color: #808080;

	font-family: Arial, Helvetica, sans-serif;

	text-align: justify;

	line-height: 26px;

}

.Contant-Page .Volunteerimg img

{

	float: left;

	margin: 0px 15px 0px 0px;

	max-width: 300px;

}

#lightbox .modal-content {

    display: inline-block;

    text-align: center;   

}

#lightbox

{

	cursor: pointer;

}

#lightbox .close {

    opacity: 1;

    color: rgb(255, 255, 255);

    background-color: rgb(25, 25, 25);

    padding: 2px 11px 6px 11px;

    border-radius: 30px;

    border: 2px solid rgb(255, 255, 255);

    position: absolute;

    top: -15px;

    right: -55px;

    z-index:1032;

    cursor: pointer;

}

.Contant-Page .modal-dialog 

{

    max-width: 100%;

    margin: 30px auto;   

}

.Contant-Page .modal-content

{

	width: auto;

}

.Contant-Page .Gallery_Box img

{

	object-fit: cover;

	object-position: center;

	margin-bottom: 30px;

}

.Contant-Page .modal 

{

    z-index: 9999;

}

.Contactus_bg h2

{

	text-align: center;

}

.Contactus_bg

{

	max-width: 900px;

	margin: 0 auto;

}

.Contactus_bg p

{

	text-align: center;

}

.ContactDetail

{

	margin-top: 40px;

}

.Contactus_bg .contact_box img

{

	max-width: 48px;

}

.Contactus_bg .contact_box h5

{

	font-size: 14px;

	font-weight: bold;

	text-transform: uppercase;

}

.Contactus_bg .contact_box p

{

	text-align: left;

}

.contactFormNgo

{

	margin-top: 40px;

	border: 1px solid #ddd;

	padding: 30px;

}

.contactFormNgo .SendMessage

{

	text-align: center;

}

.contactFormNgo .form-control

{

border-radius: 0px;

padding: .875rem .75rem;

font-size: 12px;

}

.Googlemap

{

	padding-top: 50px;

}

/*---------------------------  Page Title  ----------------------- */

.PagetitleMks

{

  background: url('../img/bgbreadcrumb.jpeg') no-repeat center center;

  background-size: cover;

}

.Bgoverlaykks

{

  background-color: rgba(0, 0, 0, 0.7);

  padding: 60px 0px;

}

.Bgoverlaykks h2

{

  font-size: 3.2em;

  margin-bottom: 20px;

  padding-bottom: 5px;

  font-weight: 600;

  color: #fff;

}



.TabpanelMks nav

{

  margin-bottom: 40px;

}



.TabpanelMks .nav-tabs {

    display: flex;

    justify-content: center;

    flex-direction: row;

}

.TabpanelMks .nav-tabs .nav-link {

  display: block;

  padding: .7rem 1rem;

  font-size: 14px;

  color: #000;

  border: none;

  background-color: #f2f2f2;

  margin-right: 10px;

  border-radius: 0px;

}

.TabpanelMks .nav-tabs .nav-link.active

{

   color: #fff;

   background-color: #e99809;

   border-radius: 0px;

}



.TabpanelMks .nav-tabs

{

  border: none;

}

/* Breadcrumb Section */



.Bgoverlaykks

{

  /* margin: 10px 0px; */

}

.Bgoverlaykks ol.breadcrum_box

{

  margin: 0px;

}

.Bgoverlaykks ol.breadcrum_box li

{

  font-size: 14px;

  color: #fff;

}



.breadcrum_box { white-space: nowrap; }

.breadcrum_box li {

    display: inline-block;

    line-height: 13px;

    margin: 0 9px 0 -10px;

    padding: 0 15px;

    position: relative;

}

.breadcrum_box li::before,

.breadcrum_box li::after {

    border-right: 1px solid #fff;

    content: '';

    display: block;

    height: 50%;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

   /*  z-index: -1; */

    transform: skewX(45deg);   

}

.breadcrum_box li::after {

    bottom: 0;

    top: auto;

    transform: skewX(-45deg);

}



.breadcrum_box li:last-of-type::before, 

.breadcrum_box li:last-of-type::after { 

    display: none; 

}



.breadcrum_box li a { 

   font: bold 24px Sans-Serif;  

   letter-spacing: -1px; 

   text-decoration: none;

}



.breadcrum_box li:nth-of-type(1) a { color: hsl(0, 0%, 70%); } 

.breadcrum_box li:nth-of-type(2) a { color: hsl(0, 0%, 65%); } 

.breadcrum_box li:nth-of-type(3) a { color: hsl(0, 0%, 50%); } 

.breadcrum_box li:nth-of-type(4) a { color: hsl(0, 0%, 45%); } 





/*---------------------------  Right Sidebar  ----------------------- */

.Rightsidebar_mks h4

{

  font-size: 20px;

  border-bottom: 1px solid #ddd;

  padding-bottom: 10px;

  margin-bottom: 20px;

}

.Rightsidebar_mks p

{

  font-size: 14px;

}

.DonateDirectmks

{

  background-color: #f2f2f2;

  padding: 15px;

  margin-bottom: 30px;

}

.DonateDirectmks p span

{

  color: #900;

  font-weight: bold;

}

.Our_worksmks

{

  background-color: #f2f2f2;

  padding: 15px;

}

.DonationNowmks

{

  margin: 25px 0px 10px 0px;

}

.DonationNowmks a

{

  background-color: #5da527;

  padding: 10px 20px;

  color: #fff;

  border-radius: 4px;

}

ul.workslistsmks li

{

  border-bottom: 1px solid #ddd;

  padding: 10px 0px 10px 0px;

  -webkit-transition: .5s all ease;

  -moz-transition: .5s all ease;

  transition: .5s all ease;

}

ul.workslistsmks li:hover

{

  margin-left: 6px;

}

ul.workslistsmks li:last-child

{

  border-bottom: none;

}

ul.workslistsmks li a

{

  font-size: 14px;

 color: #666262;

}

ul.workslistsmks li a:hover

{

  color: #5da527;

}

ul.workslistsmks li a::before {

    content: "\f105";

    font-family: FontAwesome;

    font-size: 15px;

    display: inline-block !important;

    cursor: pointer;

    line-height: 20px;

    color: #5da527;

    margin-right: 6px;

}



/*---------------------------  FAQ  ----------------------- */





.smk_accordion{

  position: relative;

  margin-bottom: 20px;

}

.smk_accordion .accordion_in{ 

  border: 1px solid #ccc;

  position: relative;

  z-index: 10;

  margin-top: -1px;

  overflow: hidden;

  margin-bottom: 15px;

}



/* Head */

.smk_accordion .accordion_in .acc_head{

  position: relative;

  background: #FDFDFD;

  padding: 10px;

  font-size: 16px;

  display: block;

  cursor: pointer;

  font-weight: 500; 

  color: #333;

}

.smk_accordion .accordion_in .acc_head span

{

  color: #5da527;

}

.smk_accordion .accordion_in:first-of-type,

.smk_accordion .accordion_in:first-of-type .acc_head{

  border-radius: 3px 3px 0 0;

}

.smk_accordion .accordion_in:last-of-type,

.smk_accordion .accordion_in:last-of-type .acc_content{

  border-radius: 0 0 3px 3px;

}



/* Content */

.smk_accordion .accordion_in .acc_content{

  background: #F9F9F9;

  color: #7B7E85;

  padding: 3px 10px;

}

.smk_accordion .accordion_in h1:first-of-type,

.smk_accordion .accordion_in h2:first-of-type,

.smk_accordion .accordion_in h3:first-of-type,

.smk_accordion .accordion_in h4:first-of-type,

.smk_accordion .accordion_in h5:first-of-type,

.smk_accordion .accordion_in h6:first-of-type

{

  margin-top: 5px;

}





/* Icon expand */

.smk_accordion .accordion_in .acc_head .acc_icon_expand:before{

  float: right !important;

  font-family: FontAwesome;

  content:"\f067";

  padding-right: 0px;

  background-color: #5da527;

  color: #fff;

  border-radius: 50%;

  width: 23px;

  height: 23px;

  padding-left: 6px;

  font-size: 14px;

}

.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand:before{

   float: right !important;

    content:"\f068";

}



/* JS requires */

.smk_accordion .accordion_in.acc_active .acc_content{ 

  display: block;

}

.smk_accordion .accordion_in.acc_active .acc_head{

  background: #F9F9F9;

}

.smk_accordion.acc_with_icon .accordion_in .acc_head,

.smk_accordion.acc_with_icon .accordion_in .acc_content{

  /* padding-left: 40px; */

  background-color: #f0f0f0;

}



/*---------------------------  Our Partner  ----------------------- */

.ourpartners

{

  padding: 50px 0px;

}

.Partner_img img

{

  max-width: 100px;

  display: block;

  margin-right: auto;

  margin-left: auto;

}

/*---------------------------  Download  ----------------------- */

.DownloadBtn a

{

  background-color: #5da527;

  padding: 6px 12px;

  color: #fff;

  font-size: 12px;

}

.DownloadBtn i

{

  padding-right: 3px;

}

ul.downloadlist li:first-child

{

  padding-top: 0px;

}

ul.downloadlist li

{

  border-bottom: 1px solid #ddd;

  padding: 10px 0px 20px 0px;

}

ul.downloadlist li:last-child

{

  border-bottom: none;

}

/*---------------------------  Donate Now  ----------------------- */

.donatemks-Page 

{

    padding: 70px 0px;

}.donatemks-Page p

{

  color: #808080;

  font-size: 14px;

  line-height: 26px;

}

.donatemks-Page .modal 

{

    z-index: 9999;    

}

.contactFormNgo_donate 

{

    border: 1px solid #ddd;

    padding: 30px;

}

.contactFormNgo_donate .form-control {

    border-radius: 0px;

    padding: .875rem .75rem;

    font-size: 12px;

}

.SendMessage

{

  text-align: center;

}

.donatenowpage_mks img

{

  max-width: 300px;

  float: left;

  margin: 0px 15px 0px 10px;

}

.Howmuch_Donate

{

  margin: 0px 0px 30px 0px;

}

.Howmuch_Donate h5

{

  margin-bottom: 15px;

  color: #555;

  font-weight: 400;

  font-size: 16px;

}

ul.donate_money li a

{

  background-color: #0083d8;

  padding: 8px 16px;

  border-radius: 4px;

  color: #fff;

}

ul.donate_money li.active a

{

  background-color: #777;

}

/*---------------------------  Full Width Content  ----------------------- */

.Leftlist-Contentdmks img,

.Left-Contentdmks img

{

  max-width: 400px;

  float: left;

  margin: 0px 15px 0px 0px;

}

.Leftlist-Contentdmks 

{

  margin-bottom: 40px;

  overflow: hidden;

}

.Right-Contentdmks

{

  margin: 50px 0px;

}

.Right-Contentdmks img

{

  max-width: 400px;

  float: right;

  margin: 0px 0px 0px 15px;

}

.full_widthpage h4

{

  color: #454545;

  font-weight: 400;

  font-size: 20px;

}

/*---------------------------  Css Menu ----------------------- */
.Topmenubg
{
  background-color: #333;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #333333;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.active a
{
  color: #fff;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
 /*  text-transform: uppercase; */
  font-family: 'Roboto', sans-serif;
  padding: 17px;
}
#cssmenu > ul > li:hover > a 
{
  color: #5da527;
  background: #222;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 26px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 23px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 300px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  background: #222222;
  z-index: 9;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #5da527;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* Extra css */
.content-boxmks
{
	background-color: #878484;
	padding: 20px;
}
.content-boxmks ul li,
.content-boxmks span
{
	color: #fff;
}

.content-boxmks ul li
{
	padding: 10px 0px;
	border-bottom: 1px solid #989494;
}
.content-boxmks ul li:last-child
{
	border-bottom: none;
}
.darkBg
{
	background-color: #efe9e9;
}
.darkBg td
{
	padding: 10px;
}

/*---------------------------  Responsive  ----------------------- */



@media (min-width: 320px) and (max-width: 576px) 

{

.Toplogo img

{

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.DonaterVolunteer .Donatevolun_box

{

	margin-bottom: 30px;

}

.WelcomeMessage .welmess_box .welcomePic img

{

	max-width: 290px;

}

.OurProjectNgo .Project_box

{

	margin-bottom: 30px;

}

.Newsevent_box img

{

	max-width: 100%;

	height: auto;

}

.NewsEventsNgo .Newsevent_box 

{

	margin-bottom: 30px;

}

#cssmenu > ul > li > a {

  padding: 17px;

}

.Contant-Page .Gallery_Box img {

	max-width: 100%;

	height: auto;

}

#feedback

{

  display: none;

}

.menu > ul > li

{

  margin-bottom: 10px;

}

.MainMenumks 

{

    position: initial;

    background-color: #333;

}

.Toplogo img 

{

    max-width: 250px;

}

.maxheightmks

{

  display: none;

}

.affix {

    position: relative;

    top: auto;

    right: auto;

    left: 0;

}

.menu

{

  max-height: 350px;

  overflow-y: auto !important;

}

.Partner_img img

{

  margin-bottom: 20px;

}
#cssmenu 
{
 display: block;
}
}



@media (min-width: 768px) 

{

.Toplogo img

{

	float: left;

}

.DonaterVolunteer .Donatevolun_box

{

	margin-bottom: 0px;

}

.WelcomeMessage .welmess_box .welcomePic img

{

	max-width: 270px;

}

.OurProjectNgo .Project_box

{

	margin-bottom: 0px;

}

.Newsevent_box img

{

	width: 328px;

	height: 200px;

}

.NewsEventsNgo .Newsevent_box 

{

	margin-bottom: 30px;

}

#cssmenu > ul > li > a {

  padding: 17px;

}

.Contant-Page .Gallery_Box img {

	width: 255px;

	height: 170px;

}

}

@media (min-width: 992px) 

{

.Toplogo img

{

	float: left;

}

.DonaterVolunteer .Donatevolun_box

{

	margin-bottom: 0px;

}

.WelcomeMessage .welmess_box .welcomePic img

{

	max-width: 370px;

}

.OurProjectNgo .Project_box

{

	margin-bottom: 0px;

}

.Newsevent_box img

{

	width: 255px;

	height: 170px;

}

.NewsEventsNgo .Newsevent_box 

{

	margin-bottom: 0px;

}

#cssmenu > ul > li > a {

  padding: 16px;

}

.Contant-Page .Gallery_Box img {

	width: 255px;

	height: 170px;

}

}



.checkposition{
	display: inline-block;
	position:sticky;
}
 .checktable{
 	padding:10px 0px;
 }


@media (min-width: 1200px) 

{

.Toplogo img

{

	float: left;

}

.DonaterVolunteer .Donatevolun_box

{

	margin-bottom: 0px;

}

.WelcomeMessage .welmess_box .welcomePic img

{

	max-width: 400px;

}

.OurProjectNgo .Project_box

{

	margin-bottom: 0px;

}

.Newsevent_box img

{

	width: 255px;

	height: 170px;

}

.NewsEventsNgo .Newsevent_box 

{

	margin-bottom: 0px;

}

#cssmenu > ul > li > a {
  padding: 20px;
}
.Contant-Page .Gallery_Box img {
    width: 338px;
    height: 224px;

}

}