html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Lora', serif;
}
#padding{
	padding-left: 300px;
}

.donate {
	padding-top: 10px;
}
.donate #button {
	padding-right:20px;
}

a:link {
  color:black;
  text-decoration: none;
}

a:visited {
  color:white;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color:white;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
#margin{
	margin-left:10px;
}
#button{
	border: none;
	color: white;
	background-color: #8c5c29;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	display: inline;
    width: 100px;
    border-radius: 15px;
}
.button {
	border: none;
	color: white;
	background-color: #8c5c29;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	border-radius: 10%;
	margin: 4px 2px;
	cursor: pointer;
	display: inline;
    width: 130px;
    color: white;
    border-radius: 25px;
  }
  
.slider{

    height: 600px;
    background-image:url("./images/slider1.jpg");
    animation: slide 10s infinite;

    background-size: cover;
    padding: 90px;
   /*-- position: relative; */
    animation-delay: 3s;
    background-repeat: no-repeat;



}
@keyframes slide{

    0%{
        background-image: url("./images/slider1.jpg");
    }

    15%{
        background-image: url("./images/slider2.jpg");
    }


    30%{
        background-image: url("./images/slider3.jpg");
    }
    45%{
        background-image: url("./images/slider4.jpg");

    }

	60%{
        background-image: url("./images/slider5.jpg");
    }

    75%{
        background-image: url("./images/slider6.jpg");
    }


    80%{
        background-image: url("./images/slider7.jpg");
    }
    100%{
        background-image: url("./images/slider8.jpg");

    }
}


.intro-section {
	position: relative;
	padding: 0;
	margin: 0;
}

.intro-section img {
	width: 100%;
	height: 600px;
	display: block;
}

.intro-section::after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0)
		linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%)
		repeat 0 0;
	z-index: 1;
}

.read-text {
	display: block;
	position: absolute;
	width: 100%;
	color: #fff;
	left: 0;
	bottom: 0;
	padding: 1em;
	font-weight: 500;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact {
	background-color: #8c5c29;
}

.font-awesome-underline {
	text-decoration: none;
}

.img-circle {
	border-radius: 200px;
}

/* sdg focus */
.sdg-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
  }

  .sdg-image {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
  }
  
  .sdg-header {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
  }
  
  .sdg-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 30px;
  }
  
  .sdg-box {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
  }
  
  .sdg-box:last-child {
	margin-right: 0;
  }
  
  .sdg-box h2 {
	font-size: 24px;
	margin-bottom: 10px;
  }
  
  .sdg-box p {
	font-size: 18px;
  }
  
  .sdg1 {
	background-color: #eb352c;
	color: #fff;
  }
  
  .sdg3 {
	background-color: #299b45;
	color: #fff;
  }
  
  .sdg4 {
	background-color: #c52c2c;
	color: #fff;
  }
  
  .sdg13 {
	background-color: #47773c;
	color: #fff;
  }
  
  .sdg16 {
	background-color: #00548c;
	color: #fff;
  }
  
  @media screen and (max-width: 768px) {
	.sdg-box {
	  width: calc(100% - 20px);
	  margin-right: 0;
	}
	.sdg-image {
		width: 60px;
		height: 60px;
	  }
  }

  
  

/*================ CONTACT US SECTION ==============================*/
.icons-container {
	width: 40px;
}

.social-icons {
	font-size: 2em;
	color: #fff;
}

.social-icons:hover {
	color: #fff;
}

/*================ END CONTACT US SECTION ==============================*/

.common-bg-color {
	/* background-color:rgb(94, 94, 83); */
	background-color:#00588b;
	color: white;
}

.header-size {
	font-size: 48px;
	font-weight: bold;
}

.subheader-size {
	font-size: 30px;
	font-weight: bold;
}

#contact, #service, #team, #about {
	padding-top: 100px;
}


@media screen and (max-width: 760px) {
	.pm {
		width: 100% !important;
	}

	.intro-section {
		height: auto;
	}

	#company-desc {
		font-size: 12px;
	}

	.intro-section img {
		width: 100%;
		display: block;
		object-fit: cover;
	}

	.header-size {
		padding-top: 20px;
		font-size: 16px;
	}

	.margin-top {
		margin-top: 15x;
	}

	.font-size {
		font-size: 35px;
	}

	.team-mobile {
		margin: auto;
		display: block;
		text-align: center;
	}
}
