/*
Theme Name: NGO-Theme
Theme URI: https://themesbazar.com/ngotheme
Author: The ThemesBazar Team
Author URI: https://themesbazar.com/
Description: NGO-Theme brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI:  https://themesbazar.com/
Text Domain: ngotheme
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use

/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { 
	height: 100%;
	
 }
body {
	font-family: SolaimanLipiNormal;
}
a:hover { text-decoration: none }


                    /*======================================
                                header css-start
                    ======================================*/



.header-address {
	margin-top: 7px;
}

.header-address ul{
    padding: 0;
    margin: 0;
    list-style: none;
}






.header-social Ul{
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}
.header-social Ul li{
    position: relative;
    list-style: none;
    width: 30px;
    height: 30px;
    margin: 5px 5px;
    display: inline-block;
}

.header-social Ul li span{
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: #3D9804;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size: 16px;
    border-radius:50%;
}
.header-social Ul li:hover span:nth-child(3){
    transform: translate(5px,-5px);
    opacity: 1;
}


.header-social Ul li:hover span:nth-child(2){
    transform: translate(2px,-2px);
    opacity: .8;
}


.header-social Ul li:hover span:nth-child(1){
    transform: translate(1,-1);
    opacity: .6;
}

                                /*=========================
                                   header-css-End
                                =========================*/


                                /*============================
                                    Home-page-silde-css-start
                                =============================*/

.logo img {
	width: 100%;
	height: auto;
}
.logo {
	padding: 15px 0;
}
.home-silde-image {
	margin-bottom: 40px;
}

.home-silde-image img{
    width: 100%;
    height: auto;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 10px;
	border-radius : 5px;
	text-align:center;
}
.centered h1{
    font-size: 30px;
    color:#fff;
    text-transform: uppercase;
	opacity:.6;
}

.centered p{
    font-size: 20px;
    color:#fff;
	opacity:.8;
}


.homepage-slides .owl-nav div {
	position: absolute;
	top: 45%;
	font-size: 40px;
	line-height: 20px;
	margin-top: -20px;
	opacity: .0;
	transition: .4s;
	color: #fff;
	background-color: #000;
	padding: 9px 22px;
	border-radius: 50%;
	font-weight: 400;
}

.homepage-slides .owl-nav div.owl-next{
    left: auto;
    right: 0;

}

.homepage-slides:hover .owl-nav div{
    opacity: .5;
}

                                /*=========================
                                    Home-page-silde-css-End
                                =========================*/





                                /*=========================
                                    about-css-start
                                =========================*/
.about-section {
	margin-bottom: 17px;
}

.about-contant-padding{
	padding:20px 10px;
}
.about-contant p{
    font-size: 23px;
    color: #000;
    text-align: justify;
    line-height:35px;
    
}

.about-contant a{
    font-size: 16px;
    color:#F7A81B;
}

.about-images img {
	width: 100%;
	height: auto;
}
.about-images:hover img {
	box-shadow: 0 0 10px #ddd;
	transition: .5s;
}
                                /*=========================
                                    about-css-End
                                =========================*/ 



                                
                                /*===========================
                                    Management-css-Start
                                =============================*/
.management-section {
	margin: 37px 0 17px 0;
}
.padding-management{
	margin-bottom:20px;
}
.management-image img{
	float: right;
}
.management-image img{
	width: 45%;
	height: auto;
	margin-left: 10px;
}

.management-title h2 {
	font-weight: normal;
	color: #000;
	font-size: 30px;
    text-transform:uppercase;
	position: relative;
	z-index: 1;
}

.management-title h2:before{
    position: absolute;
    left: 0;
    top:40px;
    bottom: 10px;
    width: 20%;
    height: 4px;
    content: "";
    background: #F7A81B;
    
}


.management-contant p {
	font-size: 21px;
	text-align: justify;
	color: #000;
	margin-top: 22px;
}

.management-contant a {
	color: #F7A81B;
	font-size: 16px;
}
                                 /*===========================
                                    Management-css-End
                                =============================*/



                                /*===========================
                                    Notice-css-Start
                                =============================*/
.notice-section{
    padding-bottom: 50px;
}


.single-notice:after{
    position:absolute;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content:"";
    background: #66A938;
    z-index: -1;
    opacity:.8;
}


.our-notice {
	text-align: center;
    margin: 110px 0;
    color:#fff;
}
.our-notice h1{
    font-size: 40px;
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
}
.our-notice p{
    font-size: 20px;
    color:#fff;
   
}
                                /*===========================
                                        Notice-css-End
                                =============================*/
                           


                                /*=============================
                                        Our Team-css-start
                                ===============================*/

section.Our-Team-section{
    padding-bottom: 50px
}

.Team-title{
    margin-bottom: 60px;
   text-align: center;
}

.Team-title h2{
    color:#333;
    position:relative;
    padding-bottom: 15px;
    text-transform: uppercase;
     
}

.Team-title h2:before{
    position: absolute;
    left:49%;
    bottom: 0;
    height: 2px;
    width:60px;
    content: "";
    margin-left: -25px;
    background: #70AA42; 
}


.owl-carousel .owl-item .Team-item img{
    width:100%;
    height: auto;
   
}



.Team-meta{
    color:#aaa8a7;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    background: #F0EFEF;
    margin-top:0;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    
}

.Team-meta:after{
    position: absoluet;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content:"";
    background: #67BA44;
    opacity: .8;
    z-index: -1;
    
}

.Team-meta h3{
    color:#333;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 20px;
    
}

.Team-meta h5{
    color:#333;
    font-size: 16px;
   
    
}
.Team-list .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #6AB43E;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-left: 10px;
    transition: .3s;
    border-radius: 50px;
    color:#fff;
	padding-top: 5px;
}

.Team-list .owl-nav div:hover{
    background: #13acf3;
    color:#fff;
    border-radius: 20px 20px 20px 20px;
}

.Team-list .owl-nav{
    position: absolute;
    right: 0;
    top: -40px;
}
 
                                /*=============================
                                        Our-Team-css-End
                                ===============================*/



                                /*=============================
                                    Our-photo-galley-css-start
                                ===============================*/



.photo-gallery-section:after{
    position:absolute;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content:"";
    background: #66A938;
    z-index: -1;
    opacity:.8;
}




.Projects-title{
      text-align: center
}

.Projects-title h2{
    color:#333;
    position:relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.Projects-title h2:before{
    position: absolute;
    left:3%;
    bottom: 0;
    height: 3px;
    width:50px;
    content: "";
    margin-left: -25px;
    background: #06A1EE; 
}


.owl-carousel .owl-item .Projects-item img{
    width:100%;
    height: auto;
}

.photo-meta{
    color:#aaa8a7;
    font-size: 14px;
    margin-top: 10px;
}
.photo-meta a h5 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 10px;
	background: rgba(0,0,0,.5);
	padding: 20px;
	text-align: center;
}


.photo-list .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #6AB43E;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-left: 10px;
    transition: .3s;
    border-radius: 50px;
    color:#fff;
	padding-top: 6px;
}

.photo-list .owl-nav div:hover{
    background: #13acf3;
    color:#fff;
    border-radius: 20px 20px 20px 20px;
}

.photo-list .owl-nav{
    position: absolute;
    right: 0;
    top: -40px;
}


                                /*=============================
                                     Our-photo-gallery-css-End
                                ===============================*/



                                /*=============================
                                    letast-news-css-start
                                ===============================*/
.Latest-section{
    margin-bottom: 80px;
}

.Latest-title{
    margin-bottom: 60px;
}

.Latest-title h2{
    color:#333;
    position:relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.Latest-title h2:before{
    position: absolute;
    left:3%;
    bottom: 0;
    height: 3px;
    width:50px;
    content: "";
    margin-left: -25px;
    background: #06A1EE; 
}


.owl-carousel .owl-item .Latest-item img{
    width:100%;
    height: auto;
}

.Latest-meta{
    color:#999;
    font-size: 14px;
    margin-top: 10px;
}
.Latest-meta h5{
    color:#333;
    font-size: 20px;
    margin: 0 0 10px;
    text-align: justify;
    
}
.Latest-meta h6{
    border-bottom: 1px solid#ddd;
    margin-top: 10px;
    padding-bottom: 20px;
}

.Latest-meta p{
    color:#333;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;

}
.redmore {
    color:#5A8ABA;
    font-size: 16px;
}
 .redmore:hover{
    color:#5A8ABA;
    margin-left: 15px;
    transition: .5s;
 }

.Latest-list .owl-nav div {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: #f3f3f3;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    margin-left: 10px;
    transition: .3s;
    border: 1px solid #999;
	padding-top: 5px;
}

.Latest-list .owl-nav div:hover{
    background: #13acf3;
    color:#fff;
    border-radius: 20px 20px 20px 20px;
}

.Latest-list .owl-nav{
    position: absolute;
    right: 0;
    top: -40px;
}


.Latest-image{
    position: relative;
    overflow: hidden 

    
}
.Latest-image img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width:100%;
    height:auto;
   

 
}

.Latest-image img:hover{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.1111);

}
                                 /*=============================
                                        letast-news-css-End
                                ===============================*/



                                /*=============================
                                        Video-css-start
                                ===============================*/



.Video-section:after{
    position:absolute;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content:"";
    background: #66A938;
    z-index: -1;
    opacity:.8;
}


.Video-title {
	margin-bottom: 60px;
	padding-top: 80px;
	text-align: center;
}
.Video-title h2 {
	color: #fff;
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 39px;
}

.Video-title h2:before{
    position: absolute;
    left:50%;
    bottom: 0;
    height: 3px;
    width:50px;
    content: "";
    margin-left: -25px;
    background: #fff; 
}



.Video-item iframe {
	width: 100%;
	height: 191px;
}





.Video-list .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #6AB43E;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-left: 10px;
    transition: .3s;
    border-radius: 50px;
    color:#fff;
	padding-top: 6px;
}

.Video-list .owl-nav div:hover{
    background: #13acf3;
    color:#fff;
    border-radius: 20px 20px 20px 20px;
}

.Video-list .owl-nav{
    position: absolute;
    right: 0;
    top: -40px;
}
  

								/*=============================
                                        Video-css-End
                                ===============================*/



                                 /*=============================
                                        partner-css-start
                                ===============================*/
.Partner-section{
    margin-bottom: 50px;

}

.Partner-title{
    margin-bottom: 60px;
}

.Partner-title h2{
    color:#333;
    position:relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.Partner-item {
    border:1px solid#E8E8FF;
	padding:2px;
}
.Partner-title h2:before{
    position: absolute;
    left:3%;
    bottom: 0;
    height: 3px;
    width:50px;
    content: "";
    margin-left: -25px;
    background: #fff; 
}


.owl-carousel .owl-item .Partner-item img{
   width:100%;
    height: auto;
}
.Partner-list .owl-nav div {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #6AB43E;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-left: 10px;
    transition: .3s;
    border-radius: 50px;
    color:#fff;
	padding-top: 5px;
}

.Partner-list .owl-nav div:hover{
    background: #13acf3;
    color:#fff;
    border-radius: 20px 20px 20px 20px;
}

.Partner-list .owl-nav{
    position: absolute;
    right: 0;
    top: -40px;
}
                                  /*=============================
                                        partner-css-End
                                ===============================*/





                                /*=============================
                                        footer-css-start
                                ===============================*/






.footer-icon {
	margin-top: 20px;
}


.contcat-info i.fa{
    position: absolute;
    left: 0;
    top:5px;
    font-size: 20px;
    color: #5C9A35;
 }

 .contcat-info{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
 }

/*--------- footer link css-start---------------*/



.footer-link-title h4:before{
    position: absolute;
    right: 15px;
    top:30px;
    bottom: 15px;
    width: 20%;
    height: 4px;
    content: "";
    background: #F7A81B;
    
}

.footer-link ul{
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    
    
}

.footer-link ul li{
    margin-bottom: 10px;
}
.footer-link ul li a:hover{
   margin-right: 5px;
    transition: .3s;
    color:#7CBD45;
    
}
                                /*--------- footer link css-End---------------*/
                                



/*--------- footer menu css-start---------------*/



.footer-menu-title h4:before{
    position: absolute;
    left: 15px;
    top:30px;
    bottom: 15px;
    width: 20%;
    height: 4px;
    content: "";
    background: #F7A81B;
    
}

.footer-menu ul{
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    
    
}

.footer-menu ul li{
    margin-bottom: 10px;
}



.footer-menu ul li a:hover{
    margin-left: 3px;
    transition: .3s;
    color:#7CBD45;
}

.footer-menu ul li a:hover{
    
    transition: .3s;
    
}
                                /*--------- footer menu css-End---------------*/


/*--------- footer working css-Start---------------*/

.footer-logo img{
    width:100%;
    height: auto;
}


 /*--------- footer working css-End---------------*/


.bottom-footer-social {
	text-align: center;
}




.bottom-footer-social a:hover{
    color:#6AB43E;
    transition:.3s;
}



.design-developed a{
    text-decoration: none;
    color:#7CBD45;
    font-size: 20px;
}


                                /*=============================
                                        footer-css-End
                                ===============================*/

/**=======================================
      go to top css start
 =======================================**/ 


.scrollToTop i.fa {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	display: block;
	position: absolute;
	bottom: 15px;
	left: 13px;
}
.scrollToTop:hover{
    text-decoration:none;
    opacity: .8;
}




                                /*=============================
                                        page-css-Start
                                ===============================*/

/*-------------about css start -----------------------*/
.about-page-section {
	padding: 80px 0;
    border-top: 2px solid#ddd;
}
/*-------------about css End -----------------------*/



/*-------------news css Start -----------------------*/
.news-page-border{
    border-top:2px solid#ddd;
    padding: 40px 0 0 0;
}
.Newspage-item{
	margin-bottom:20px;
	overflow:hidden;
}


/*-------------news css End -----------------------*/


/*-------------video css Start -----------------------*/

.video-page-padding{
    padding: 40px 0;
    border-top: 2px solid#ddd;
}

.video-page-title{
    text-align: center;
    color:#6AB33D;
    margin-bottom: 20px;
}

.video-page-title h4{
     font-size: 40px;
     text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.video-page-margin{
    padding-bottom: 10px;
    margin-top: 10px;
}
/*-------------video css End -----------------------*/


/*-------------photo css Start -----------------------*/
.photo-page-padding{
	overflow:hidden;
}
.photogallary {
	margin-bottom: 25px !important;
	overflow: hidden !important;
}
.gallary{
	width:100%;
	height:auto;
	border:1px solid#E7E5E5!important;
	padding:2px;
	background:#fff!important;
}
.photo_title a{
	color:#000;
	font-size:20px;
	line-height:auto;
}
.photo_title a:hover{
	color:#23529C;
}
.photo_title {
	background:#E8E8FF;
	padding:8px 12px 12px 12px;
	text-align:center;
}
/*-------------photo css End -----------------------*/



 /*-------------Members css start -----------------------*/

.members-section{
    padding: 50px 0;
    border-top: 2px solid#ddd;
}

.member-images{
    box-shadow: 0 3px 8px#ddd;
    margin-bottom: 40px;
    
}

.member-images img{
    width: 100%;
    height:auto;
    
}

.member-content {
	padding: 10px 5px;
    text-align: center;
}

.member-content h4 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
  
}
.member-content h6 {
	font-size: 16px;
	color: #000;
    margin-bottom: 10px;
   
	
}
.member-content a {
	font-size: 16px;
	color: #6AB33D;
    padding-bottom: 10px;
	
}
.member-content:hover a {
	margin-left: 5px;
    transition: .5s;
	
}


/*-------------members css End -----------------------*/



/*-------------contact css start -----------------------*/

.contact-section{
    padding: 40px 0;
}

.contact-page:after{
    position:absolute;
   bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content:"";
    background: #333;
    z-index: -1;
    opacity:.7;
}

.contact-page input[type="text"], input[type="email"], input[type="Subject"], 
 textarea{
    background: none;
   border:2px solid#fff;
    padding:15px;
    color: #fff;
    
 }

.contact-page input:focus, textarea:focus{
    border: 2px solid#6AB33D;
    transition:.5s;
 }

input:focus, textarea:focus{
  outline:none;
 }

 .contact-page input{
    width: 100%;
}

.contact-page input, .contact-page textarea{
    width: 100%;
    margin-bottom: 15px;
 }
.contact-page input[type="submit"]{
    width: auto;
    margin: 0;
 }


.contact-page input[type="submit"],button[type="submit"]{
    background:transparent;
    border: 2px solid#fff;
    color: #fff;
    padding:10px 30px;
   display: inline-block;
   margin-bottom: 20px;
   font-size: 16px;
    text-transform: uppercase;

}

.contact-page input[type="submit"]:hover{
   background: #fff;
    margin-left: 10px;
    color:#000;
    transition:.5s;
}

.contact-page h3 {
	color: #fff;
	text-align: center;
	font-size: 25px;
}


.contact-page h6{
    font-size: 20px;
    color:#CA5A1D;
    text-align: center;
}


.page-phone{
    color:#CA5A1D;
    margin-top: 35px;
    margin-bottom: 60px;
}
.page-phone h5{
    font-size: 18px;
    font-weight: normal;
    color:#999;
    margin-bottom: 10px;


}
.page-phone span{
    font-size: 14px;
    font-weight: normal;
    color:#333;
    display: block;
    margin-top: 10px;

}

.page-phone i.fa{
    float: left;
    margin-right: 30px;
    margin-left:  30px;
    margin-top: 8px;
    font-size: 16px;
    border: 1px solid#CA5A1D;
    padding: 10px 15px;
}

.contact-page-address h3{
    font-size: 20px;
    text-align: center;
    color:#CA5A1D;
    text-transform: uppercase;
}
.maps iframe{
    margin-bottom:50px;
    width:100%;
    
}

/*-------------contact css End -----------------------*/


/*-------------ThemeRotary css Start -----------------------*/

.themerotary-section{
    padding: 50px 0;
    border-top:2px solid#ddd;
    
}

.rotary-images {
	margin: 15px 0;
}

.rotary-images h3{
    font-size: 25px;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    padding:16px;
     opacity: 0;
    visibility:hidden;
    color: #0074E8;
}

.rotary-images:hover h3{
    opacity: 1;
    visibility: visible;
    padding-bottom: 40px;
    transition: .8s;
    cursor:pointer;

}


.rotary-images img{
    width:100%;
    height: auto;
    box-shadow: 0 3px 15px#ddd;
    border-radius: 10px;
    
}


/*-------------ThemeRotary css End -----------------------*/


/*============================================
		single_page css start
============================================*/
.single-page-padding{
	padding: 20px 0;
    border-top: 2px solid#ddd;
}
.single_page_img{
	width:100%;
	height:auto;
}
.single_page{
	margin-bottom:20px !important;
	overflow:hidden;
}
.page_hadding{
	font-size:22px;
	line-height:auto;
	color:#020F74;
	border-bottom:1px solid#B9B9B9;
	border-top:1px solid#B9B9B9;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}
.page_dtails {
	padding:20px 0px 30px 0px;;
}

.page_dtails p{
	color:#000;
	text-align:justify;
	font-size:18px;
    padding:0 15px;
}
/*============================================
		Photo Gallery single_page css start
============================================*/
.psingle_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
}
.psingle_page img{
	width:100%;
	height:auto;
}
.ppage_hadding{
	font-size:22px;
	line-height:auto;
	color:#020F74;
	border-bottom:1px solid#B9B9B9;
	border-top:1px solid#B9B9B9;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}

iframe {
	width: 100%;
	height: 500px;
}


/**==================================
        Archive Page CSS Start
 ==================================**/
.archive-section{
	margin-bottom:30px;
}
 .archive-page-post {
    background: #FEFEFE;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 5px;
	border:1px solid#EAEAEA;
	box-shadow:0 0 10px #E6E6E6;
}
.archive-img{
    border:1px solid #ddd;
    padding:2px;
}
.archive-title {
    font-size: 20px;
	color:#F5A623;
    padding-top: 5px;
    margin-bottom: 5px;
}