
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
/*body*/
:root{
	--main-color: #000000;
	--primary-color: #888888;
	--button-background: #2F4F4F;
	--primary-button-background: #F0F8FF;
	--background-color: #e2efff;
}
h1,
h2{
	font-family: "Courgette, cursive";
	color: var(--main-color);
}
h4,
h3{
	font-family: "Yanone Kaffeesatz";
	color: var(--main-color);
}
h3{
	font-weight: 750;
	font-size: 2.2rem;
	line-height: 6rem;
	text-transform: capitalize;
}

p,
a,
li,
button{
	font-family: "Yanone Kaffeesatz";
	color: var(--primary-color);
}

p{
	font-size: 1.8rem;
	line-height: 150%;
	font-size: normal;
	font-weight: normal;
}

a{
	text-decoration: none;
	cursor: pointer;
}
li{
	list-style: none;
}
button{
	padding: 1rem 3rem;
	border-radius: 2rem;
	border: none;
	outline: none;
	line-height: 3.6rem;
	text-transform: capitalize;
	cursor: pointer;
	font-size: normal;
	font-weight: normal;
	font-size: 2rem;
}

/*..............................Main menu style.....................................*/
header{
	padding: 0 20rem;
	position: relative;
}
header nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 12rem;
	line-height: 3.6rem;
}
header nav .left-side-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-right: 60rem;
}
header nav .left-side-menu a img{
	width: 15rem;
	height: 15rem;
	margin-top: 5rem;
}
header nav .left-side-menu .sub-menu{
	height: inherit;
	display: flex;
}
header nav .left-side-menu .sub-menu a{
margin-right: 5rem;
margin-left: 2rem;
}
header nav .left-side-menu .sub-menu a li{
	font-size: 3rem;
	line-height: 3.6rem;
	text-transform: capitalize;
	transition: all 0.2s;
	color: #0E3A53;
	display: block;
	position: relative;
	transition: transform 650ms cubic-bezier(0.55, 0.55, 0.675, 0.19);
	margin-top: 3rem;
}
header nav .left-side-menu .sub-menu a li:hover{
	color: 	#00BFFF;
}
.empty1 {
	line-height: 3rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.empty2{
	line-height:10rem;
	margin-top: 0rem;
	margin-bottom: 0rem;
	background-color: #ffffff;
}


/*........................header content...................*/


.header-content{
	padding: 0 20rem;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10rem;
}

.column-1{
	width: 50%;
	height: 80vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.column-1{
	margin-right: 1.5rem;
}
.column-2{
	margin-left: 1.5rem;
}

.column-1 h1{
	width: 55rem;
	font-size: 6rem;
	line-height: 9rem;
	margin-bottom: 5rem;
	color: #22506B;
	font-family: MV Boli;
}
.column-1 p{
	margin-bottom: 8rem;
	width: 45rem;
	font-size: 3.5rem;
	color: #3f4c6b;
	font-family: Bradley Hand ITC;
	font-weight: bold;
	
}
.column-1 a img{
	width: 15.5rem;
	height: 5rem;
	margin-bottom: -0.4rem;
}

.column-2{
	width: 10rem;
	height: 10rem;
	position: absolute;
	right: 50rem;
	top: 65rem;
	display: flex;
	justify-content: center;
	align-items: center;
}


.overlay .log{
	width: 265rem;
	height: 150rem;
	top: 30rem;
	left: 3rem;
}
/*.....................................services.........................................*/
.section-header{
	text-align: center;
	margin-bottom: 9rem;
	line-height:20rem;
}
.title{
	position: relative;
	display: inline-block;
	padding-bottom: 1rem;
	font-size: 7.5rem;
	margin-bottom: 5rem;
	width: 55rem;
	line-height: 9rem;
	margin-top: 5rem;
}
.title:before{
	content: attr(data-title);
	display: block;
	margin-bottom: 0.1rem;
	font-size: 3rem;
	color:#00BFFF;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.title:after{
	content: "";
	position: absolute;
	width: 90px;
	height: 5px;
	border-radius: 3px;
	background-color: #00BFFF;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.section-header .text{
	margin-bottom: 6rem;
	width: 70rem;
	font-size: 4rem;
	margin: auto;
	color: #2F4F4F;
}
.cards{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 9rem;
}
.card{
	max-width: 100rem;
	min-height: 50rem;
	background-color: #EEF5F6;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3rem 2rem;
	overflow: hidden;
	transition: 0.3s;
	position: relative;
	margin-bottom: 9rem;
	border-radius: 5rem;
	
}
.container1 .card-wrap img{
	width: 70rem; 
	height: 50rem;
	border-radius: 5rem;
}
.icon{
	width: 50rem;
	height: 40rem;
	margin-bottom: 1.7rem;
}
.card-wrap{
	position: relative;
	margin: 1.7rem 0.8rem;
}
.title-sm{
	font-size: 5rem;
	font-weight: 600;
}
.card  .text{
	line-height: 4rem;
}
.card .text{
	font-size: 4rem;
	margin: 1.8rem 0;
	color:#307D7E;
	margin-bottom: 4rem;
}
.card-content .btn-small{
	font-size: 3rem;
	background:#FFFAFA;
	padding: 0.7rem 2rem;
	position: relative;
	border-radius: 3rem;
	cursor: pointer;
}
.btn-small:hover{
	color: #00BFFF;
}
.card-wrap:hover .card{
	transform: translateY(-15px);
	background-color: #fff;
	box-shadow: 3rem 3rem 3rem #D7EEF6;
}
/*------------------------------------Donate-------------------------------------------------------------*/
.section-third{
	width: 280rem;
	height: 100rem;
	background-color: #EEF5F6;
	padding: 3rem 2rem;
	border-radius: 5rem;

}
.section-third  h2{
	font-size: 8rem;
	margin-bottom: 1rem;
	margin-top: 3rem;
	text-align: center;
}
.section-third  p{
	width: 40rem;
	height: 9rem;
	font-size: 3rem;
	margin-bottom: 3rem;
	text-align: center;
	margin: auto;
}
.section-third .section-third-task{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 3rem;
	grid-column-gap: 4rem;
}
.section-third-task img{
	width: 40rem;
	height: 25rem;
	align-items: center;
	transition: all 0.3s;
	border-radius: 5rem;
	
}
.section-third .section-third-task .task-1{
	padding-top: 2rem;
	text-align: center;
	transition: all 0.3s linear;
	border-radius: 2rem;
}
.section-third .section-third-task .task-1:hover{
	background-color: #FFFFFF;
	box-shadow: 0rem 0.4rem 5rem #ADD8E6;
	max-width: 100rem;
	min-height: 70rem;
}
.section-third .section-third-task .task-1 h3{
	font-size: 3.5rem;
	text-transform: capitalize;
	margin-top: 2rem;
	
}

/*....................................About us..........................................*/

.common-section{
	width: 100%;
	height: 70rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 50rem;
	padding: 0rem;
}
.common-section .left-side{
	width: inherit;
	height: inherit;
}

.common-section .middle-side img{
	width: 90rem;
	height: 60rem;
	border-radius: 5rem;
	margin-left: 0rem;
	margin-top: 2.5rem;
	
}
.common-section .left-side img{
	width: 80rem;
	height: 60rem;
	border-radius: 5rem;
	margin-left: 10rem;
	margin-top: 1rem;
}
.common-section .right-side{
	width: inherit;
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
}
.common-section .right-side h2{
	width: 600;
	font-size: 7rem;
	text-align: center;
	font-weight: 900;
	line-height: 6.3rem;
	margin-bottom: 3rem;
	font-family: Times New Roman;
	text-transform: capitalize;
}
.goals h3{
	text-transform: none;
	font-size: 3.5rem;
	font-family: Times New Roman;
	
}
.goals p{
	height: 5rem;
	font-size: 3rem;
	margin: 1.8rem 0;
	margin-bottom: 3rem;
	font-family:Times New Roman;
	text-transform: uppercase;
	color:#2F4F4F;
}
/*............................................Contact....................................................*/
.contact{
	width: 272rem;
	height: 100%;
	padding: 3rem 3rem;
	position: relative;
	margin-bottom: 5rem;
}
.contact img{
	width: 70%;
	height: 100%;
	position: absolute;
	left: 42rem;
	z-index: -1;
}

.contact-box{
	margin-top: 6%;
	width: 100%;
	background-color: #F9FAFA;
	border-radius: 45px;
	padding: 5.5rem 4.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	opacity: 0.80;
	z-index: -1;
}
.contact-info{
	padding-right: 4rem;
}
.contact-form{
	padding-left: 2rem;
}
.contact-info .title:after{
	left: 0;
	transform: initial;
}
.information-wrap{
	margin-top: 2rem;
}
.information{
	
	align-items: center;
}
.information:not(:last-child){
	margin-bottom: 3rem;	
}
.contact-icon{
	height: 5rem;
	width: 5rem;
	display: inline-block;
	border-radius: 50%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 3rem;
	margin-right: 0.1rem;
}
.contact-icon i{
	line-height: 5rem;
}
.info-text{
	height: 5rem;
	font-size: 3.5rem;
	line-height : 2 rem;
	display: inline-block;
	color: #000000;
	margin-bottom: 4rem;
	text-align: left;
}
.contact-info .text{
	height: 6rem;
	font-size: 4rem;
	display: inline-block;
	margin-bottom: 6rem;
	color: #2F4F4F;
}
.contact-form .title:after{
	display: none;
}
.contact-form .title{
	margin: 0;
}
/*------------------------------------------------Footer----------------------------------------------------------------*/
.footer{
	background-color: #2F4F4F;
	padding: 6rem 0;
	border-radius: 5rem;
}
.footer .grid-4{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.grid-4-col{
	padding: 0 1.7rem;
}

.footer .title-sm{
	color: #fafafa;
	margin-bottom: 0.9rem;
}
.footer .text{
	color: #DCDCDC;
	font-size: 2.5rem;
}
.footer-links a{
	color: #DCDCDC ;
	font-size: 3rem;
	display: inline-block;
	margin-bottom: 0.8rem;
	transition: 0.3s;
}
.footer-links a:hover{
	color: #00BFFF;
}
.footer-input-wrap{
	display: grid;
	grid-template-columns: auto 50px;
	width: 80%;
	height: 60px;
	border-radius: 40px;
	overflow: hidden;
	margin-top: 0.9rem;
}
.footer-input{
	background-color: #373737;
	color: #2F4F4F;
	outline: none;
	border: none;
	padding: 0 1.5rem;
	font-size: 2.5rem;
	transition: 0.3s;
}
.input-arrow{
	color: #FFFFFF;
	background-color: #008080;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	transition: 0.3s;
}
.input-arrow:hover{
	background-color: #00BFFF;
}
.focus{
	background: #FFFFFF;
}
.bottom-footer{
	margin-top: 5.5rem;
	padding: 0 1.7rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright .text{
	color: #DCDCDC;
	font-size: 2rem;
	display: inline-block;
	text-align: center;
	margin-left: 30rem;
}
.copyright .text span{
	color: #00BFFF;
	cursor: pointer;
}

.back-btn-wrap{
	position: relative;
	margin-left: 10rem;
}



.back-btn-wrap:before{
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	background-color: #000000;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scal(0.7);
	border-radius: 50%;
	opacity: 0.08;
	animation: scale 1.2s ease-out infinite 1s;
}

@keyframes scale{
	0%{
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.15;
	}
	100%{
		transform: translate(-50%, -50%) scale(1.6);
		opacity: 0;
	}
}
/*........................................Responsive website layout......................................................*/

@media (max-width: 1620px) {
  header,
  .header-content,
  .services {
    padding: 0 12rem;
  }

  .header-content .column-2 img {
    width: 95rem;
    height: 95rem;
    margin-right: 30rem;
  }
}

/* laptop devices  */
@media (max-width: 1280px) {
  header,
  .header-content,
  .services {
    padding: 0 10rem;
  }
  html {
    font-size: 50%;
  }
.overlay .overlay-lg .shape{
	height: 10rem;
	width: 10rem;
}

  .header-content  .column-2 img {
    width: 80rem;
    height: 80rem;
    margin-right: 28rem;
    margin-top: 5rem;
  }
  .contact .container .contact-box{
      grid-template-columns: 1fr;
      width: 110rem;
      height: 150rem;
      margin-left: 10rem;
  }
  .contact img{
      width: 100rem;
      height: 80rem;
  }
}

/* tablet mode css style   */
@media (max-width: 980px) {
  header,
  .header-content,
  .services,
  .section-third {
    padding: 0 8rem;
  }

  .header-content .column-2 {
    width: 100%;
    position: relative;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-content .column-2 img {
    width: 60rem;
    height: 60rem;
    /* margin-left: -11rem; */
    margin-right: 0;
    margin-top: 5rem;
  }

  .common-section {
    width: 50% 50%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }


  .common-section .left-side img {
    height: 30rem;
    margin-left: 5rem;
    width: 30rem;
  }
  .common-section .middle-side img {
    height: 40.5rem;
    width: 40rem;
	margin-left: 5rem;
	
  }

  .common-section .right-side {
    margin-top: 6rem;
    justify-content: center;
    height: auto;
	margin-left: 22rem;
  }

  .common-section .right-side h2 {
    font-size: 4.5rem;
    width: 35rem;
  }
/*.................................................................................................................................*/
  /* section 3 style  */
  .section-third {
    height: 150rem;
	width: 128rem;
    padding: 0rem;
	line-height: 2rem;
  }

  .section-third h2 {
    width: auto;
    padding: 0 1rem;
    font-size: 7rem;
    line-height: 6rem;
    padding-top: 5rem;
  }
   .section-third p{
    font-size: 4rem;
	color: #2F4F4F;
  }

  .section-third .section-third-task {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5rem;
    padding: 0rem;
  }

  .section-third .section-third-task .task-1 img{
    width: 10rem;
    height: 10rem;
  }
  .section-third .section-third-task .task-1:hover{
	background-color: #FFFFFF;
	box-shadow: 0rem 0.4rem 5rem #ADD8E6;
	max-width: 110rem;
	min-height: 100rem;
}
/*....................................................................................................*/


  .common-section .right-side {
    order: 2;
  }

  .common-section .right-side h2 {
    width: 40rem;
    font-size: 3.5rem;
    line-height: 4.2rem;
  }

  .common-section .left-side img {
    height: 38rem;
    width: 38rem;
    margin-top: 5rem;
  }
}

/* mobile devices */
@media (max-width: 770px) {
  header,
  .header-content,
  .services {
    padding: 0 5rem;
  }

  header nav {
    padding-top: 1rem;
    display: flex;
    flex-flow: column;
	width: 100%;
    align-items: flex-start;
  }

  header nav .left-side-menu {
    width: 100%;
    display: block;
    order: 1;
  }
 .overlay img{
	 width: 5rem;
	 height: 5rem;
 }

  header nav .left-side-menu img {
    display: block;
    width: 10rem;
	margin-left: 2rem;
	margin-right: 2rem;
  }

  header .left-side-menu .sub-menu{
    width: 100%;
    display: block;
	margin-right: 10rem;
	
  }

  header nav .left-side-menu .sub-menu a {
    margin-right: 5rem;
  }

  header nav .left-side-menu .sub-menu a li {
    font-size: 1.7rem;
  }

  header nav .right-side-menu {
    width: 100%;
    order: 1;
  }

  header nav .right-side-menu .sub-menu a {
    width: 10rem;
    height: 3.5rem;
    border: 0.1rem solid var(--main-color);
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
  }

  header nav .right-side-menu .sub-menu a li {
    font-size: 1.5rem;
    margin-right: 0;
    text-transform: uppercase;
  }

  header nav .right-side-menu .sub-menu button {
    width: 13rem;
    font-size: 1.5rem;
    text-transform: uppercase;
  }

  /* hero section css style  */
  .header-content {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-flow: column;
  }

  .header-content .column-1 {
    order: 2;
    width: 100%;
  }

  .header-content .column-1 h1 {
    width: 35rem;
    font-size: 5rem;
    line-height: 6rem;
    margin-bottom: 2rem;
  }

  .header-content .column-1 p {
    width: 35rem;
    font-size: 2rem;
    margin-bottom: 5rem;
  }

  .header-content .column-2 {
    order: 1;
    background: transparent;
	width: 50%;
	height: 100vh;
	background-color: #EEF5F6;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 90px 20px 0px 90px;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .header-content .column-2 img {
    width: 35rem;
    height: 35rem;
    margin: 0;
    margin-top: 4rem;
  }

  .grid-2 {
    grid-template-columns: 1fr !important;
  }
  .services{
	width: 100%;
    height: 80vh;
    display: flex;
    flex-flow: column;
  }
  .section-header{
	  width: 100%;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
  }
  
}



















/* Responsive */

@media (max-width: 1280px) {
.left-side-menu .logo img{
	width: 12rem;
	height: 12rem;
	margin-left: 14rem;
}

.header-content .container .column-2 img{
	width:10rem;
	height: 10rem;
	margin-left: 50rem;
	margin-top: 10rem;
}
.services .container1 .section-header h6{
	top: 5rem;
	font-size: 6rem;
}

  .overlay.overlay-lg .shape {
    width: 115rem;
	height:70rem;
	padding: 2rem 2rem;
  }

}

@media (max-width: 850px) {
  

  .about .column-1:before {
    font-size: 5rem;
  }

  .about .points {
    top: 60%;
    left: 59%;
  }


  .records .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .records .wave2 {
    left: 48%;
  }

  .records .sqaure2 {
    bottom: 45%;
    right: 50px;
  }

  .testi-content {
    margin-top: 1.7rem;
  }

  .testi-content .image {
    max-width: 500px;
    margin: 0 auto;
  }

  .review-nav {
    bottom: 3rem;
  }

  .contact-box {
    grid-template-columns: 1fr 1fr;
    padding: 3.2rem 2.7rem;
  }

  .contact-info {
    padding-right: 0;
    padding-bottom: 0.5rem;
  }

  .contact-form {
    padding-left: 0;
    padding-top: 0.5rem;
  }

  .information-wrap {
    margin-top: 0.7rem;
  }

  .information:not(:last-child) {
    margin-bottom: 0.8rem;
  }

  .contact-input.textarea {
    min-height: 220px;
  }

  .contact:before {
    height: 25%;
  }

  .contact:after {
    height: 75%;
    top: 25%;
  }

  .footer .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  .footer-about {
    grid-column: 1 / 3;
  }

  .footer-newstletter {
    grid-column: 1 / 3;
  }

  .grid-4-col {
    margin: 1rem 0;
    padding: 0;
  }

  .footer-input-wrap {
    max-width: 300px;
    margin: 0.95rem auto 0 auto;
    grid-template-columns: auto 45px;
  }

  .bottom-footer {
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding: 1.5rem 0 0 0;
    margin-top: 2.5rem;
    position: relative;
  }

  .bottom-footer:before {
    content: "";
    position: absolute;
    width: 90%;
    max-width: 500px;
    height: 1px;
    background-color: #7b7b7b;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .followme-wrap {
    margin-top: 0.8rem;
  }
}


/* End Responsive */