*{
    box-sizing: border-box;
}
body{
    margin: 0px;
    padding: 0px;
    background: #f6f6f6;
    /* font-family: 'lora',serif; */
}
header{
    background: #008489;
    /* position: fixed; */
    height: 66px;
}
header *{
    color: white;
}
header .logo{
    float: left;
    height: inherit;
    margin-left: 0px;
   
}
header .logo-text{
    margin: 10px;
    /* font-family: 'Candal',serif; */
}
header .logo-text span{
    color: #15e5ec;
}
header ul{
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
header ul li{
    float: left;
    position: relative;
}

header ul li ul{
    position: absolute;
    top: 66px;
    right: 0px;
    left: 0px;
    width: 180px;
    display: none;
}

header ul li:hover ul{
    display: block;
}
header ul li ul li{
    width: 180px;
    display: block;
}
header ul li ul .health{
    width: 300px;
}

header ul li ul li a{
    padding: 10px;
    background-color: rgb(163, 45, 45);
    color: #f1e3e3;
}
header ul li ul li a:hover{
    background: #0f3f08;
    
}
header ul li a{
    display: block;
    padding: 20px;
    font-size: 1.1em;
    text-decoration: none;
    margin-left: 5px;
}
header ul li a:hover{
    background:#09d1d8;
    padding: 18px;
    color: white;
    border-radius: 10px;
    transition: 0.5s;
}
header .menu-toggle{
    float: left;
    display: none;
}

/* ---- Post Slider ----- */
.post-slider{
    /* border: 1px solid red; */
}
.post-slider .next
{
    position: absolute;
    top: 65%;
    right: 0px;
    font-size: 2em;
    cursor: pointer;
}
.post-slider .prov
{
    position: absolute;
    top: 65%;
    left: 0px;
    font-size: 2em;
    cursor: pointer;
}
.post-slider .post-wraper{
    width: 97%;
    height: 100vh;
    margin: 0px auto;
    overflow: hidden;
    /* border: 1px dashed red; */
}
.post-slider .post-wraper .post{
    width: 300px;
    height: 350px;
    display: inline-block;
    
}
.post-slider .post-wraper .post img{
    width: 100%;
    height: 100vh;
}
/* slider end */
.img-name{
    margin-top: 20px;
    height: 150px;
    width: 100%;
    /* border: 1px solid red; */

}
.img-name img{
    height: 150px;
    width: 100%;
}
.about-us{
    margin-top: 20px;
    color: black;
}
.about-us h1{
    color: rgb(92, 15, 15);
    margin-bottom: 10px;
}
.about-us p{
    text-align: justify;
}
.about-us h3{
    color: rgb(92, 15, 15);
}
/* Other Pages Background design */

.Cfrfirstsection{
    margin-top: 70px;
    width: 100%;
    background-image: url('./assests/images/sld2/cfrm.jpg');
    height: 120vh;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.hfirstsection{
    width: 100%;
    height: 100vh;
    background-image: url('./assests/images/sld2/health1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}.hfirstsection h1{
    color: rgba(94, 14, 14);
    margin-top: 100px;
    
}
.donatefirstsection{
    width: 100%;
    height: 100vh;
    background-image: url('./assests/images/poor.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.donatefirstsection h1{
    color: rgba(94, 14, 14);
    margin-top: 100px;
}

.heading{
    margin-top: 50px;
}
.heading h1{
    background-color: rgba(94, 14, 14);
    color: white;
    padding: 3px;
    border-radius: 5px;
}
.heading h1:hover{
    background-color: black;
    color: white;

    border-radius: 10;
    box-shadow: 0 0 25px rgba(94, 14, 14);
    margin-left: 50px;
}

.pragraph{
    border: 1px solid gray;
    margin-top: 50px;
    text-align: justify;
}
.pragraph p{
    color: black;
}
.covidfirstsection{
    width: 100%;
    height: 100vh;
    background-image: url('./assests/images/sld2/covid.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.covidfirstsection h1{
    color: rgba(94, 14, 14);
    margin-top: 100px;
    
}

.Peacefirstsection{
    width: 100%;
    height: 100vh;
    background-image: url('./assests/images/slider/slide5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.Peacefirstsection h1{
    color: rgba(94, 14, 14);
    margin-top: 100px;
    
}
.Idpfirstsection{
    width: 100%;
    height: 100vh;
    background-image: url('./assests/images/slider/slide7.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.Idpfirstsection h1{
    color: rgba(94, 14, 14);
    margin-top: 100px;
    
}
.pssfirstsection{
    width: 100%;
    height: 100vh;
    background-image: url('./assests/images/sld2/UN0502896\ \(1\).jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.pssfirstsection h1{
    color: rgba(94, 14, 14);
    margin-top: 100px;
    
}
.Becomdonorfirstsection{
    width: 100%;
    height: 100vh;
    background-image: url('./assests/images/por.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.Becomdonorfirstsection h1{
    color: rgba(94, 14, 14);
    margin-top: 100px;
    margin-left: 20%;
    
}
.pragraph h4{
    margin-top: 30px;
    font-family: sans-serif;
    margin-bottom: 20px;
}
.pragraph table tr{
    border-bottom: 1px solid black;
}
.pragraph table tr th {
    padding: 4px;
    color: black;
    
}
.pragraph table tr td {
    color: black;
    font-size: 1em;
    padding: 4px;
    
}
.Getfirstsection{
    width: 100%;
    height: 100vh;
    background-image: url('./assests/images/getinvolved.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.Getfirstsection h1{
    color: rgba(94, 14, 14);
    margin-top: 100px;
    margin-left: 30%;
    
}
.contactfirstsection{
    width: 100%;
    height: 80vh;
    /* border: 1px solid red; */
    margin-top: 70px;
    background-color: lightgray;
}
.contactfirstsection .contact .contact-row .hoverable{
    /* border: 1px solid red; */
    text-align: center;
    color: black;
    border: 1px solid white;
    border-radius: 10px;
}
.contactfirstsection .contact .contact-row  .hoverable i{
    font-size: 2.5em;
    color: rgb(94, 14, 14);
    margin-left: 10px;
    
}
.contactfirstsection .contact .contact-row  .hoverable h3{
    color: rgb(94, 14, 14);
    margin-top: 10px;
    /* margin-left: 80px; */
}
.contactfirstsection .contact .contact-row .hoverable:hover {
    box-shadow: 0 0 20px rgb(46, 41, 41);
    color: black;
    border-radius: 10px;
}
.pragraph .textwidget .done{
    display: none;
}
.pragraph .the-headline{
    /* border:1px solid red; */
    width: 210px;
    
}

.pragraph .the-headline h1{
    margin-top: 10px;
    font-size: 1.4em;
    color: white;
    background-color: rgb(94, 14, 14);
    padding: 20px;
    border-radius: 5px;
    
}
.pragraph .the-headline h1:hover{
    background-color: rgb(15, 66, 15);
    border-radius: 10px;
}
.pragraph .textwidget .wpcf7-form .row input{
    width: 300px;
    height: 50px;
    border-radius: 30px;
    margin-top: 30px;
    padding-left: 5px;
}

.pragraph .textwidget .wpcf7-form textarea{
    width: 620px;
    height: 70px;
    border-radius: 10px;
    padding-left: 5px;
    /* s */
    /* margin-top: 30px; */
}

#submitmaincontact{
    background-color: rgb(94, 14, 14);
    /* padding: 6px; */
    font-size: 1.5em;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    color: white;
    border-radius: 10px;
}
#submitmaincontact:hover{
    background-color: rgb(15, 66, 15);
}
/* gallary style */


.portfolio-filter-list {
	padding:0;
	margin:0 0 40px 0;
	overflow:hidden
}
.portfolio-filter-list li {
	text-transform:uppercase;
	margin:5px;
	display:inline-block
}
.portfolio-filter-list a {
	font-size:12px;
	padding:10px 20px;
	position:relative;
	display:inline-block;
	letter-spacing:.1em;
	font-weight:600;
	text-decoration:none!important;
	border: 1px solid rgba(0,0,0,0.1);
}
.darkarea .portfolio-filter-list a {	border:1px solid rgba(255,255,255,0.4);}
.page-template-template-portfolio .portfolio-filter-list a {
	border:1px solid rgba(0,0,0,0.1);
}
.portfolio-filter-list a:hover {
	color:inherit;
}
.portfolio-filter-list a.active {
	border-width:1px;
	background-color:#9c342b;
	border-color:#9c342b;
	 color:#333;
}
.portfolio-items {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:-1px
}
.portfolio-items article {
	float:left;
	overflow:hidden;
	position:relative;
	width:25%
}
.thirdp .portfolio-items article {
	width:33.33%;
}
.portfolio-items article * {
	-moz-transition:all .6s ease-out;
	-o-transition:all .6s ease-out;
	-webkit-transition:all .6s ease-out;
	transition:all .6s ease-out
}
.portfolio-items article img {
	width:100%;
	margin:5px 5px 5px 5px;
	border-radius:10px;
}
.portfolio-items article:hover img {
	-moz-transform:scale(1.4);
	-ms-transform:scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4)
}
.portfolio-items article .overlay {
	position:absolute;
	width:100%;
	height:100%;
	background:#c5e4f2;
	color:#fff;
	top:0;
	left:0;
	opacity:0;
	text-align:center;
	padding:50px 10px;
	-moz-transform:scale(0.1);
	-ms-transform:scale(0.1);
	-webkit-transform:scale(0.1);
	transform:scale(0.1)
}
.portfolio-items article:hover .overlay {
	opacity:.85;
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1)
}
.portfolio-items article .overlay i {
	font-size:20px;
	margin-bottom:10px;
	background:#fff;
	color:#111;
	border-radius:50%;
	height:40px;
	width:40px;
	line-height:40px;
}
.portfolio-items article .overlay h3 {
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
}
.portfolio-items article .overlay h3:after {
	border-bottom:1px solid;
	border-width:1px;
	border-style:solid;
	border-color:#9c342b;
	content:' ';
	width:180px;
	display:block;
	margin:10px auto 5px;
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-webkit-transform:scale(0.3);
	transform:scale(0.3)
}

.primarygoal-section{
    margin-top: 20px;
    width: 100%;
    height: 1300px;
    background-color: rgb(227, 228, 181);
}
.primarygoal-section .golacontainer{
    width: 100%;
    height: 100px;
    
}
.primarygoal-section .golacontainer .headline{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(94, 14, 14);
    width: 30%;
    margin-left: 37%;
    padding: 10px;
    border-radius: 10px;
}
.primarygoal-section .golacontainer .headline h1{
    color: white;
}
.primarygoal-section .golacontainer .list{
    border: 1px solid rgb(94, 14, 14);
    width: 100%;
    font-size: 1em;
    border-radius: 10px 50px 10px 50px;
    margin-bottom: 15px;
}
.primarygoal-section .golacontainer .list ul li{
    font-size: 1.5em;
    color: black;
    
}
.primarygoal-section .golacontainer .primarpragraph1{

    border: 1px solid rgb(94, 14, 14);
    margin-top: 50px;
    border-radius: 10px 40px 10px 40px;
    height: 110px;
    
}
.primarygoal-section .golacontainer .primarpragraph1 p{
    color: black;
    font-size: 1.5em;
}
.primarygoal-section .golacontainer .primarpragraph2{

    border: 1px solid rgb(94, 14, 14);
    margin-top: 50px;
    border-radius: 10px 40px 10px 40px;
    height: 200px;

}
.primarygoal-section .golacontainer .primarpragraph2 p{
    color: black;
    font-size: 1.5em;
}
.primarygoal-section .golacontainer .primarpragraph2 span{
    
    margin-left: 18%;
}
.primarygoal-section .golacontainer .primarpragraph2 span img{
    margin-left: 10%;
    height: 100px;
    width: 200px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.primarygoal-section .golacontainer .facebookpost{

    border: 1px solid rgb(94, 14, 14);
    margin-top: 50px;
    border-radius: 10px 40px 10px 40px;
    height: 470px;

}
.primarygoal-section .golacontainer .facebookpost .facebookheadin{
   background-color: rgb(94, 14, 14);
   width: 40%;
   margin-left: 35%;
   margin-top: 10px;
   font-size: 1.9em;
   padding: 10px;
   border-radius: 10px;
}
.primarygoal-section .golacontainer .facebookpost .facebookheadin h3{
    color: white;
}
.primarygoal-section .golacontainer .facebookpost iframe{
    width: 500px;
    height: 400px;
    border: 1px solid rgb(94, 14, 14);
    margin-left: 50px;
    border-radius: 10px 50px 10px 50px;
}
.images{
    height: 500px;
    width: 100%;
    margin-top: 10px;
}
.images .imgcontainer{
    width: 100%;
    height: 500px;
}
.images .imgcontainer img{
    width: 100%;
    height: 500px;
}

.donorlogo{
    /* border: 1px solid red; */
    margin-top: 10px;
    height: 300px;
}
.donorlogo .container .logohidden{
    /* border: 1px solid red; */
    margin-top: 10px;
    margin-left: 37%;
    width: 32%;
    background-color: rgb(94, 14, 14);
    border-radius: 10px;
}
.donorlogo .container .logohidden h1{
    color: white;
    margin-left: 155px;
    font-size: 1.5em;
    margin-left: 10px;
}
.donorlogo .container .logohidden p {
    
    margin-left: 10px;
    color: white;
}
.donorlogo .container .logo-wraper{
    background-color: white;
    width: 100%;
    height: 150px;
    margin-top: 30px;
    border: 1px solid lightblue;
}
.donorlogo .container .logo-wraper img{
    height: 150px;
    width: 200px;
    margin-left: 50px;
}
.donorlogo .container .logo-wraper .afghan{
    height: 130px;
    width: 150px;
}
.donorlogo .container .logo-wraper .ahf{
    height: 140px;
    width: 260px;
}
.donorlogo .container .logo-wraper .un-habitat{
    height: 140px;
    width: 140px;
}
.donorlogo .container .logo-wraper .Ministry-health{
    height: 140px;
    width: 170px;
}
.donorlogo .container .logo-wraper .centeral-asia{
    height: 140px;
    width: 260px;
}
.donorlogo .container .logo-wraper .ministary-refugee{
    width: 160px;
    height: 130px;
}
.donorlogo .container .logo-wraper .ministary-economic{
    width: 160px;
    height: 130px;
}
.donorlogo .container .logo-wraper .ministray-education{
    width: 160px;
    height: 120px;
}
.donorlogo .container .logo-wraper .unicef2{
    height: 130px;
}.post-heading{
    /* border: 1px solid red; */
    position: absolute;
    top: 110%;
    margin-left: 15%;
    width: 60%;
}
.title{
    color: rgb(94, 14, 14);
    position: absolute;
    top: 90%;
    margin-left: 15%;
    text-shadow: 1 1 20px teal;
}
.post-heading h3{
    /* background-color: rgba(0,0,0,0.3); */
    color: white;
    position: absolute;
    top: 170%;
    margin-left: 20%;
    text-shadow: 0 0 15px black;
}
.imgcontainer .img-heading{
    position: absolute; 
    top: 50%;
    margin-left: 15%;
}
.imgcontainer .img-heading h1{
    color: white;
    margin-left: 15%;
}
.imgcontainer .img-heading .p1{
    margin-top: 10px;
    color: white;
    font-style: bold;
     justify-content: space-evenly;
}
.imgcontainer .img-heading .p2{
    color: white; 
    margin-left: 25%;
}

.memberlogo{
    /* border: 1px solid red; */
    margin-top: 10px;
    height: 300px;
}
.memberlogo .container .logohidden{
    /* border: 1px solid red; */
    margin-top: 10px;
    margin-left: 20%;
    width: 70%;
    background-color: rgb(94, 14, 14);
    border-radius: 10px;
}
.memberlogo .container .logohidden h3{
    color: white;
    margin-left: 155px;
    font-size: 1.5em;
    margin-left: 10%;
}
.memberlogo .container .logo-wraper{
    width: 100%;
    height: 170px;
    margin-top: 30px;
    border: 1px solid lightblue;
    background-color: white;
}
.memberlogo .container .logo-wraper img{
    margin-top: 10px;
    height: 130px;
    width: 240px;
    margin-left: 50px;
}
.footer{
    /* border: 1px solid red; */
    margin-top: 50px;
    width: 100%;
    height: 400px;
    background-color: black;
}
.footer .footer-container{
    margin: 0px;
    padding: 0px;
    /* border: 1px solid red; */
    width: 100%;
    height: 400px;
}

.footer .footer-container .footer-row .footer-hover{
    /* border: 1px solid red; */
    width: 25%;
}
.footer .footer-hover h3{
    color: white;
    margin-top: 10px;
}
.footer .footer-hover h5{
    color: white;
}
.footer .footer-hover p{
    color: white;
}
.footer .footer-container .footer-row .footer-hover .icon{
    /* border: 1px solid red; */
    width: 20%;
    height: 80px;
    margin-left: 25px;
    border-radius: 50%;
    font-size: 1em;
}
.footer .footer-container .footer-row .footer-hover .icon a{
    margin-top: 10px;
    text-decoration: none;
    font-size: 1em;
   
    color: rgb(10, 54, 10)
   
}
.footer .footer-container .footer-row .footer-hover .icon a i{
    margin-top: 10px;
    margin-left: 15px;
}
.footer .footer-container .footer-row .footer-hover .icon a p{
    margin-top: 10px;
    margin-left: -5px;
}
.footer-hover ul li{
    list-style: none;
    margin-top: 10px;
    
}
.footer-hover ul li a{
    text-decoration: none;
    color: white;
    
}
.footer-hover input{
    width: 250px;
    height: 50px;
    margin-top: 20px;
    border-radius: 10px;
}
.footer-hover textarea{
    width: 250px;
    margin-top: 20px;
    border-radius: 10px;
}
.footer-hover .send{
    width: 100px;
    height: 50px;
    margin-top: 10px;
    color: white;
    border-radius: 10px;
    background-color: rgb(94, 14, 14);
}
.footer-hover .send:hover{
    width: 100px;
    height: 50px;
    margin-top: 10px;
    color: white;
    border-radius: 10px;
    background-color: rgb(8, 44, 11);
}.donate{
    width: 100%;
    height: 500px;
    
    margin-top: 50px;
}
.donate .pragraph{
    
    margin-left: 10%;
    margin-top: 5px;
    margin-right: 10%;
}

.donate .pragraph .tabpanel table{
    border: 1px solid rgb(0, 0, 0);
    height: 400px;
    margin-left: 100px;
   margin-bottom: 10px;
 
}
.tabstyle1 li a {
    
    text-decoration: none;
    display: block;
    border: 1px solid black;
    margin-top: 10px;
    margin-left: 20px;
    background-color: rgb(94, 14, 14);
    color: white;
    padding: 10px;
}
@media Only screen and (max-width: 750px){
    .Idpfirstsection{
        margin-top: 120px;
        width: 100%;
    }
    .Peacefirstsection{
        margin-top: 120px;
        width: 100%;
    }
    .Becomdonorfirstsection{
        margin-top: 120px;
    }
    .contactfirstsection{
        height: 160vh;
    }
    .pragraph{
        margin-left: 20%;
    }
    .info{
        margin-left: -70px;
    }
    .pragraph .textwidget .wpcf7-form textarea{
        width: 310px;
        height: 70px;
        border-radius: 10px;
        padding-left: 5px;
        /* s */
        /* margin-top: 30px; */
    }
    .footer{
        /* border: 1px solid red; */
        margin-top: 50px;
        width: 100%;
        height: 700px;
        background-color: black;
    }
    .footer .footer-container{
        margin: 0px;
        padding: 0px;
        /* border: 1px solid red; */
        width: 70%;
        height: 400px;
        margin-left: 5px;
    }
    .footer .footer-container .footer-hover{
        margin-left: 0px;
    }
    
    .post-heading{
        
        position: absolute;
        top: 25%;
        width: 90%;
        margin-left: 30px;
    }
    .post-heading .title{
        color: rgb(88, 9, 9);
        text-shadow: rgb(94, 14, 14,.4em);
        position: absolute;
        margin-left: 0px;
        top: 10%;
        font-size: 1.1em;
    }
    .post-heading h3{
        top: 35%;
        color: white;
        font-size: .9em !important;
        width: 90%;
        margin-left: -5px !important;
    }
    .imgcontainer img{
        width: 100%;
    }
    .imgcontainer .img-heading{
        position: absolute; 
        top: 40%;
        width: 100%;
    }
    .imgcontainer .img-heading h1{
        color: white;
        font-size: 1em;
        margin-left: 0px;
    }
    .imgcontainer .img-heading .p1{
        width: 100%;
        color: white;
        font-size: 10px;
       margin-left: -5px;
        
        
    }
    .imgcontainer .img-heading .p2{
        color: white; 
        font-size: 10px;
        width: 100%;
        margin-left: -4px;
    }
  
  
    header {
        position: relative;
        
    }
    header ul{
        width: 100%;
        background: #008489;
        max-height: 0px;
        overflow: hidden;
        
    }
    .showing{
        max-height: 120em;
    }
    header ul li{
        width: 100%;
        padding: 0px;
        margin-top: 20px;
        font-size: 1em;
    }
    header ul li ul{
        position: static;
        display: none;
        width: 100%;
        
    }
    header ul li ul li a{
        /* color:white; */
        background-color: rgb(94, 14, 14);
    }
    header .menu-toggle{
        display: block;
        position: absolute;
        right: 20px;
        top: 17px;
        font-size: 2em;
    }
    .post-slider .post-wraper{
        margin-top: 175px;
    }
    .post-slider .next{
        top: 35%;
        
    }
    .post-slider .prov{
        top: 35%;
        
    }
    .post-slider .post-wraper{
        width: 94%;
        height: 30vh;
    }
    .post-slider .post-wraper .post img{
        width: 97%;
        height: 30vh;
    }
    /* sections background sizing */
    .Cfrfirstsection{
        width: 100%;
        height: 50vh;
        margin-top: 130px;
    }
    .hfirstsection{
        width: 100%;
        height: 50vh;
        margin-top: 130px;
    }
    .hfirstsection h1{
        color: rgba(94, 14, 14);
        margin-top: 130px;
        margin-left: 20%;
    }
    .covidfirstsection{
        width: 100%;
        height: 70vh;
        margin-top: 180px;
    }
    .primarygoal-section{
        height: 1300px;
        width: 100%;
    }
    .primarygoal-section .golacontainer{
        width: 100%;
        height: 100px;
        
    }
    .primarygoal-section .golacontainer .headline{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: rgb(94, 14, 14);
        width: 100%;
        margin-left: -10px;
        border-radius: 10px;
    }
    .primarygoal-section .golacontainer .headline h1{
        color: white;
    }
    .primarygoal-section .golacontainer .list{
        border: 1px solid rgb(94, 14, 14);
        width: 100%;
        font-size: .5em;
        border-radius: 10px 50px 10px 50px;
        margin-bottom: 15px;
    }
    .primarygoal-section .golacontainer .list ul li{
        font-size: 1.5em;
        color: black;
        
    }
    .primarygoal-section .golacontainer .primarpragraph1{
    
        width: 100%;
        border: 1px solid rgb(94, 14, 14);
        margin-top: 50px;
        border-radius: 10px 40px 10px 40px;
        height: 150px;
        
    }
    .primarygoal-section .golacontainer .primarpragraph1 p{
        color: black;
        font-size: 1em;
    }
    .primarygoal-section .golacontainer .primarpragraph2{
    
        width: 100%;
        border: 1px solid rgb(94, 14, 14);
        margin-top: 50px;
        border-radius: 10px 40px 10px 40px;
        height: 200px;
    
    }
    .primarygoal-section .golacontainer .primarpragraph2 p{
        color: black;
        font-size: 1em;
    }
    .primarygoal-section .golacontainer .primarpragraph2 span{
        
        
    }
    .primarygoal-section .golacontainer .primarpragraph2 span img{
        margin-left: 5%;
        height: 70px;
        width: 100px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .primarygoal-section .golacontainer .facebookpost{
    
        width: 100%;
        border: 1px solid rgb(94, 14, 14);
        margin-top: 50px;
        /* border-radius: 10px 40px 10px 40px; */
        height: 470px;
    
    }
    .primarygoal-section .golacontainer .facebookpost .facebookheadin{
       background-color: rgb(94, 14, 14);
       width: 100%;
       margin-left: 0%;
       margin-top: 10px;
       font-size: 1em;
       
       border-radius: 10px;
    }
    .primarygoal-section .golacontainer .facebookpost .facebookheadin h3{
        color: white;
    }
    .primarygoal-section .golacontainer .facebookpost iframe{
        width: 100%;
        height: 450px;
        border: 1px solid rgb(94, 14, 14);
        margin-left: 50px;
        /* border-radius: 10px 50px 10px 50px; */
    }
    .images{
        height: 500px;
        width: 100%;
        margin-top: 10px;
    }
    .images .imgcontainer{
        width: 100%;
        height: 500px;
    }
    .images .imgcontainer img{
        width: 100%;
        height: 400px;
    }
    .donorlogo .container .logohidden{
        width: 100%;
        margin-left: 0px;
    }
    .donorlogo .container .logohidden h1{
        width: 100%;
        font-size: 1em;
    }
    .donorlogo .container .logohidden p{
        width: 100%;
        font-size: 1em;
        margin-left: 0px;
    }
}
@media Only screen and (max-width : 1350px){
    header{
      height: 170px;
      background: #008489;
    }
    header ul{
        font-size: 1em;
        margin: 0px;
        padding: 0;
        
    }
    /* Sections Backround sizing */
    .Cfrfirstsection{
        width: 100%;
        height: 50vh;
        margin-top: 170px;
    }
    .covidfirstsection{
        width: 100%;
        height: 50vh;
        margin-top: 180px;
    }
    .covidfirstsection{
        background-size: cover;
    }
}