@charset "UTF-8";
/* Animation */
/* font name */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

button:focus, .form-control:focus, select:focus {
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: unset;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

p {
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

dl, ol, ul, li, p, figure, img, h1, h2, h3, h4, h5, h6, button, a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sec {
  padding: 4rem 0;
}

.secwithBg {
  background-color: #f9f9f9;
  background-image: url(http://localhost/ngo/wp-content/uploads/2021/06/map.jpg);
}

.clearsiteBtn a {
  color: #073e65;
}

.sec-subTitle h4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #073e65;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-right: 15%;
  margin-bottom: 1rem;
}

.sec-subTitle h4:after {
  position: absolute;
  content: "";
  top: 10px;
  right: -25px;
  width: 60px;
  height: 1px;
  background-color: #073e65;
}

.img-container img {
  width: 100%;
}

.sec-Title h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #073e65;
}

/* header portion start */
header {
  width: 100%;
  height: auto;
}
header .top-header {
    padding: 10px 0;
    background-color: #fff;
    z-index: 9;
    left: 0;
    width: 100%;
}
@media(max-width:768px){
	header .top-header{
		position:unset;
		background-color:#fff;
	}
}

header .top-header .email-box {
  margin-top: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .top-header .email-box a {
  color: #333;
  font-size: 1rem;
}

header .top-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .top-header .search-box #custom-search-form {
  margin: 0;
  padding: 0;
}

header .top-header .search-box .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

header .top-header .search-box .has-search .form-control {
  padding-left: 2.375rem;
}

header .top-header div#gtranslate_wrapper {
  top: -14px !important;
  left: -100px;
}

header .top-header .socialIcons {
  padding: 0px;
  margin: 0px;
  float: right;
}

header .top-header .socialIcons li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
}

header .top-header .socialIcons a {
  height: 30px;
  width: 30px;
  display: block;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  text-decoration: none;
  border-radius: 5px;
}

header .top-header .socialIcons .fb {
  background-color: #007bff;
}

header .top-header .socialIcons .insta {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

header .top-header .socialIcons .twitter {
  background-color: #1da1f2;
}

header .top-header .socialIcons .you {
  background-color: #ff0300;
}

header .top-header .socialIcons .linkedin {
  background-color: #0a66c2;
}

header .menu-section {
  background-color: #073e65;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}

header .menu-section a {
  color: #fff;
}

header .form-control:focus {
  border-color: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*.top-header img.custom-logo {*/
/*    height: 110px;*/
/*    width: 135px;*/
/*    object-fit: contain;*/
/*}*/
.top-header a {
    color: #000;
}
.top-header svg {
    fill: #000;
}
.logo img {
        height: 100px !important;
}
p{
    text-align:justify;
}
@media (min-width: 991.9px) {
    header .top-header ul ul.sub-menu {
    display: none;
}
  nav ul#main-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav ul#main-mobile-menu li {
    position: relative;
    list-style-type: none;
  }
  nav ul#main-mobile-menu li a {
        color: #000;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        padding: 0 20px;
        text-transform: uppercase;
        border: 3px solid transparent;
        position: relative;
        letter-spacing: 0;
  }
  nav ul#main-mobile-menu li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: 0.3s -webkit-transform ease-in;
    transition: 0.3s -webkit-transform ease-in;
    transition: 0.3s transform ease-in;
    transition: 0.3s transform ease-in, 0.3s -webkit-transform ease-in;
    top: 100%;
    left: 20px;
    min-width: 200px;
    padding: 10px;
    display: block;
    background-color: #333;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 9;
    border-radius: 5px;
  }
  nav ul#main-mobile-menu li ul li a {
    padding: 7px 15px;
    display: block;
    color: #fff;
    font-size: 0.7rem;
  }
  nav ul#main-mobile-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    display: block;
  }
  .sidebar {
    display: none;
  }
  .bars {
    display: none;
  }
}

@media (max-width: 991.8px) {
  ul#main-mobile-menu {
    display: none;
  }
  .socialIcons li:nth-child(1) {
    display: none;
  }
  .bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* Sidebar css */
  nav.sidebar {
    background: #f5f5f5 none repeat scroll 0 0;
    border-right: 1px solid #e1e8ed;
    height: 100vh;
    left: -90%;
    max-width: 250px;
    position: fixed;
    top: 0;
    width: 270px;
    z-index: 99;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
    padding-bottom: 20px;
    display: block;
  }
  nav.sidebar:hover {
    width: 100%;
  }
  .sidebar {
    margin: 0 auto;
    width: 100%;
    float: left;
  }
  .menu-slide {
    display: inline-block;
    list-style: outside none none;
    padding-left: 0;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden;
    -ms-overflow-style: none;
    overflow-y: scroll;
  }
  .menu-slide > li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    width: 100%;
  }
  .menu-slide > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    color: #333;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu-slide .menu-item-has-children > a::before {
    color: #333;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    top: 12px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
  }
  .sidebar:hover .menu-slide .menu-item-has-children > a::before {
    display: block;
    opacity: 1;
  }
  .sub-menu {
    list-style: outside none none;
    padding-left: 34px;
    display: none;
    padding-top: 10px;
  }
  .menu-item-has-children ul.sub-menu > li a {
    color: inherit;
    display: inline-block;
    padding: 5px 14px;
    width: 100%;
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    font-size: 13px;
    position: relative;
  }
  .menu-item-has-children ul.sub-menu > li a::before {
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 5px;
    background: #088dcd;
  }
  .menu-slide > li.active > a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 9px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.6);
  }
  nav.sidebar.hide {
    left: 0px;
    width: 250px;
  }
  span.menu-text {
    min-width: 200px;
  }
  .contant-panal {
    margin-left: 100px;
  }
  .bars .bar1 {
    height: 2px;
    width: 30px;
    background: #333;
  }
  .ps-container::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
  }
  .ps-container::-webkit-scrollbar {
    width: 14px;
  }
  .ps-container::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 0 10px;
            box-shadow: inset 0 0 0 10px;
    background-color: #eee;
    color: #eee;
  }
  .ps-container::-webkit-scrollbar-corner {
    background-color: transparent;
    background-color: #eee;
  }
  .menu-slide > li > a:hover {
    background: #cfd9e4 none repeat scroll 0 0;
    border-radius: 8px;
  }
  .menu-item-has-children ul.sub-menu > li a:hover {
    padding-left: 16px;
  }
  nav.sidebar.hide .menu-slide .menu-item-has-children > a::before {
    opacity: 1;
  }
  header .top-header .search-box #custom-search-form {
    margin: 0.7rem 0;
  }
}

/* banner start */
.banner-sec {
  position: relative;
}

.banner-sec .imgBanner img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media(max-width:768px){
	.banner-sec .imgBanner img{
		height:450px;
		object-fit:cover;
	}
	nav.sidebar ul {
    flex-direction: column;
            flex-direction: column;
        justify-content: center;
        align-items: flex-start;
}
nav.sidebar ul.sub-menu{
    display:none;
}

}

.banner-sec .banner-content {
  position: absolute;
  bottom: 5%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  max-width: 600px;
}

.banner-sec .banner-content h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media(max-width:768px){
	.banner-sec .banner-content h2 {
		font-size:1rem;
	}
}

/* about us */
.aboutImg {
  position: relative;
}

.aboutImg .topimg {
  position: absolute;
  top: 58%;
  right: -30px;
}

.aboutImg .topimg img {
  height: 390px;
  max-width: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px #fff solid;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
}

.aboutImg .downimg img {
  height: 390px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px #fff solid;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
}

.about-content {
  padding-left: 7%;
}
@media(max-width:768px){
    .about-content{
        padding-left:0;
    }
}
.about-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.8rem;
}

.about-content ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0.8rem;
  padding-left: 7%;
  position: relative;
  color: #000;
  font-size: 0.9rem;
}

.about-content ul li:before {
  position: absolute;
  content: "";
  top: 21px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #073e65;
}

.about-content ul li:nth-child(7), .about-content ul li:nth-child(8) {
  margin-top: 0.7rem;
  padding: 0;
}

.about-content ul li:nth-child(7):before, .about-content ul li:nth-child(8):before {
  display: none;
}

/* Partners sec */
.sec.partners, .videve {
  background-color: #f9f9f970;
  border-top: 1px #d7d7d7 solid;
  border-bottom: #d7d7d7 solid 1px;
}

.partnermainsec {
  position: relative;
  height: 700px;
  margin-bottom: 3rem;
}

.partnermainsec .differences-partners {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0.66, 0.24, 1.17);
  transition: all 0.6s cubic-bezier(0.77, 0.66, 0.24, 1.17);
}

.partnermainsec .differences-partners.differences-partners-1 {
  margin: 183px 0 0 21.84615%;
}

.partnermainsec .differences-partners.differences-partners-2 {
  margin: 0px 0 0 -33.84615%;
}

.partnermainsec .differences-partners.differences-partners-3 {
  margin: 95px 0 0 -15.38462%;
}

.partnermainsec .differences-partners.differences-partners-4 {
  margin: -295px 0 0 -4.61538%;
}

.partnermainsec .differences-partners.differences-partners-5 {
  margin: -260px 0 0 9.23077%;
}

.partnermainsec .differences-partners.differences-partners-6 {
  margin: 20px 0 0 8.46154%;
}

.partnermainsec .differences-partners.differences-partners-7 {
  margin: -150px 0 0 27.69231%;
}

.partnermainsec .differences-partners.differences-partners-8 {
  margin: -380px 0 0 37.69231%;
}

.partnermainsec .differences-partners.differences-partners-9 {
  margin: 60px 0 0 -46.15385%;
}

.partnermainsec .differences-partners.differences-partners-10 {
  margin: 20% 0 0 -29.15385%;
}

.partnermainsec .differences-partners.differences-partners-11 {
  margin: 49px 0 0 32.15385%;
}

.partnermainsec .differences-partners.differences-partners-12 {
  margin: -89px 0 0 -6.15385%;
}

.partnermainsec .differences-partners img {
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: 5px #eee solid;
}

.partnermainsec .differences-partners .partnerContent {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: rgba(255, 255, 255, 0.489);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 0;
  border-radius: 50%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.partnermainsec .differences-partners h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.partnermainsec .differences-partners:hover .partnerContent {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.partnermainsec .differences-partners a {
  color: #333;
}

/* recent blogs */
.singleBlogs {
  position: relative;
  -webkit-box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}

.singleBlogs .img-container img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.singleBlogs .blogsContent {
  padding: 7px;
}

.singleBlogs .blogsContent h3 {
  font-size: 1.2rem;
  padding-top: 0.5rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.singleBlogs .blogsContent p {
  font-size: 0.8rem;
  padding-top: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.singleBlogs .blogsContent .readMore {
  background-color: #073e65;
  padding: 7px 10px;
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  top: 175px;
  right: 0%;
  line-height: 27px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.videosimages img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.videosimages .singlevideo {
  position: relative;
}

.videosimages .singlevideo .playBtn {
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 5px;
}

.videosimages .singlevideo h6 {
  position: relative;
  z-index: 9;
  font-size: 1rem;
  padding: 15px 10px;
  background: #f1f1f1;
  color: #073e65;
  -webkit-box-shadow: 1px 1px 6px #f7eded;
          box-shadow: 1px 1px 6px #f7eded;
}

/* timeline for events */
.timeline {
  float: left;
  width: 100%;
  background: url(../imgs/line.png) center top repeat-y;
  padding: 32px 0 10px 0px;
}

.timeline ul {
  float: left;
  width: 100%;
}

.timeline ul li {
  float: left;
  width: 50%;
  position: relative;
}

.timeline ul li .point {
  width: 57px;
  height: 57px;
  background: url(../imgs/plus.png);
  position: absolute;
  right: -28px;
  top: 4px;
}

.timeline ul li .bubble {
  float: right;
  width: 90%;
  margin: 0px 30px 0 0px;
  padding: 10px 32px 10px 30px;
  background: #073e65;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear, 1s;
  transition: all 0.2s linear, 1s;
}

.timeline ul li .bubble a.siteBtn {
  color: #eee;
  background-color: #073e65;
  padding: 7px 20px;
  display: inline-block;
  text-align: center;
}

.timeline ul li .bubble .bubble-arrow {
  width: 16px;
  height: 25px;
  background: url(../imgs/arrow.png) left top no-repeat;
  position: absolute;
  top: 20px;
  right: -10px;
}

.timeline ul li .bubble p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  margin: 0px;
  text-align: left;
  margin: 0 0 15px 0px;
}

.timeline ul li .bubble p.name {
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  line-height: 1.3;
  color: #fff;
}

.timeline ul li.odd {
  margin-top: 6rem;
}

.timeline ul li.odd .point {
  left: -29px;
}

.timeline ul li.odd .bubble {
  float: left;
  margin: 0px 0px 0 30px;
}

.timeline ul li.odd .bubble-arrow {
  left: -10px;
  right: auto;
  background-position: right top;
}

@media only screen and (max-width: 765px) {
  .timeline {
    background-position: 38px top;
  }
  .timeline ul li {
    margin: 0px 0 20px 43px;
    width: 85%;
  }
  .timeline ul li .point {
    left: -32px;
    right: auto;
  }
  .timeline ul li .bubble {
    margin: 0px 0 0 30px;
    width: 80%;
    padding: 22px 30px 25px 32px;
  }
  .timeline ul li .bubble .bubble-arrow {
    background-position: right top;
    left: -10px;
    right: auto;
  }
  .timeline ul li.odd {
    margin: 0px 0 20px 43px;
    width: 85%;
  }
  .timeline ul li.odd .bubble {
    margin: 0px 0 0 30px;
    width: 80%;
    padding: 22px 30px 25px 32px;
  }
  .timeline ul li.odd .point {
    left: -32px;
    right: auto;
  }
  .timeline .point {
    left: -32px;
    right: auto;
  }
  .aboutImg .topimg {
    right: unset;
    position: unset;
  }
  .aboutImg .topimg img {
    height: auto;
  }
}

.font-secondary {
  font-size: 48px;
  letter-spacing: 1px;
}

.footer-widget img {
  width: 100%;
}

.footer-widget .logo img {
  width: auto;
}

.footer-widget ul li a {
  display: inline-block;
  line-height: 2;
  font-size: 0.8rem;
}

.copyrightFooter {
  font-size: 0.8rem;
}

@media (max-width: 991.9px) {
  .banner-sec .banner-content {
    left: 20%;
  }
  /* partners section */
  .partners .position-absolute {
    position: unset !important;
  }
  .partnermainsec {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partnermainsec .differences-partners {
    position: unset;
    margin: 0 !important;
  }
  .partnermainsec .differences-partners .partnerContent {
    position: unset;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: unset;
    display: unset;
  }
}

footer.pt-5.mt-4 {
  background-color: #000;
}

footer.pt-5.mt-4 * {
  color: #eee;
}

footer.pt-5.mt-4 img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo a {
  color: #333;
  font-weight: 600;
  font-size: 1.04rem;
}
.logo img {
    width: 100%;
    object-fit: contain;
    height: unset;
}
p.site-title, p.site-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

form .form-control-border {
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 2px #a8a3a3 solid;
}

form textarea {
  height: 110px;
}

form textarea.form-control-border {
  height: 110px;
}

form .siteBtn {
  display: block;
  background-color: #073e65;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: 100%;
  border: 1px transparent solid;
}

.site-description {
  font-size: 1rem;
}

.messageFrom .imgmax-container img {
  max-width: 100%;
}

.siteBtn a {
  display: block;
  background-color: #073e65;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: 100%;
  border: 1px transparent solid;
}

.vodeoSec {
  background-color: #073e65;
}

.vodeoSec .sec-subTitle h4:after {
  background-color: #fff;
}

ul.socialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.org-team .col-md-1 {
  padding: 5px;
}

.org-team .col-md-1 .orgTeamWrapper {
  position: relative;
}

.org-team .col-md-1 .orgTeamWrapper .orgTeamDetail {
  position: absolute;
  min-width: 150px;
  text-align: center;
  background-color: #fff;
  top: -90%;
  padding: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  left: -22%;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  border-radius: 10px;
}

.org-team .col-md-1 .orgTeamWrapper .orgTeamDetail h6 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #073e65;
}

.org-team .col-md-1 .orgTeamWrapper .orgTeamDetail h5 {
  font-size: 1.01rem;
  margin-bottom: 0.2rem;
}

.org-team .col-md-1 .orgTeamWrapper .orgTeamDetail p {
  font-size: 0.8rem;
}

.org-team .col-md-1 .orgTeamWrapper .orgTeamImg img {
  height: 93px;
  width: 93px;
  border-radius: 50%;
}

.org-team .col-md-1 .orgTeamWrapper .orgTeamImg:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  border: 5px #eee solid;
}

.org-team .col-md-1 .orgTeamWrapper .orgTeamImg:hover + .orgTeamDetail {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.org-team .col-md-1:nth-child(1) {
  padding-left: 15px;
}

.org-team .col-md-1:nth-child(1) .orgTeamWrapper .orgTeamDetail {
  left: 0;
}

.org-team .col-md-1:last-child {
  padding-right: 15px;
}

.org-team .col-md-1:last-child .orgTeamWrapper .orgTeamDetail {
  left: unset;
  right: -5%;
}

.latestPressRelease {
  background-image: url(../imgs/press_bg.jpg);
  background-size: cover;
}

.latestPressRelease ul li {
  border-bottom: 1px #747474 solid;
  padding: 0px 0 0 20px;
  position: relative;
}

.latestPressRelease ul li a {
  padding: 12px 0 12px 20px;
  display: block;
  font-size: 0.9rem;
  color: #000;
  font-weight: 600;
}

.latestPressRelease ul li:before {
  content: "■";
  position: absolute;
  left: 12px;
  top: 12px;
  color: black;
}

.h430 {
  min-height: 430px;
}

.pagesBanner {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 430px;
  background-size: cover;
  background-position: center center;
}

.pagesBanner .hero-content .subTitle h5 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.pagesBanner .hero-content .title {
  padding: 20px 0;
  margin: 0;
  font-size: 2rem;
  letter-spacing: .5px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.pagesBanner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(-106deg, rgba(0, 0, 0, 0.5) calc(43.33333px + 50vw), transparent 0);
}

.aboutUsSec p:not(:last-child) {
  margin-bottom: 1rem;
}

.servcon .provide {
  width: 480px;
  height: 480px;
  position: relative;
  border: 2px solid #DCD1D1;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
  top: 30px;
}

.servcon .circle {
  position: absolute !important;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  background: #180E0E;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  color: #ffffff;
}

.servcon .circle::after {
  content: "";
  position: absolute;
  border: 3px solid #e9e5e5;
  width: 164px;
  height: 164px;
  border-radius: 100%;
  left: -7px;
  top: -7px;
  margin: auto;
  opacity: 0.5;
}

.servcon .circle .text {
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  top: 35px;
  text-align: center;
}

.servcon .circle strong {
  color: #FFFFFF;
  font-size: 40px;
}

.servcon .circle span::after {
  content: "";
  position: absolute;
  border: 3px solid #e9e5e5;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  left: -20px;
  top: -20px;
  margin: auto;
  opacity: 0.10;
}

.servcon .hand0 {
  position: absolute !important;
  left: 10%;
  top: -13px;
}

.servcon .hand2 {
  position: absolute !important;
  right: 10%;
  top: -13px;
}

.servcon .hand3 {
  position: absolute !important;
  left: -13%;
  top: 35%;
}

.servcon .hand1 {
  position: absolute !important;
  right: -13%;
  top: 35%;
}

.servcon .hand4 {
  position: absolute !important;
  left: 10%;
  bottom: -13px;
}

.servcon .hand5 {
  position: absolute !important;
  right: 10%;
  bottom: -13px;
}

.servcon .item {
  border-radius: 100%;
  color: #180e0e;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  position: relative;
  text-align: center;
  margin: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 9;
}

.servcon .item:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  border: #d2d2d2 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.servcon .item .item-element {
  position: relative;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  width: 88px;
  height: 88px;
  margin: auto;
  line-height: 88px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.servcon .item .item-element img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.servcon .item .item-element.item-element-0 {
  background-color: #F1C152;
}

.servcon .item .item-element.item-element-1 {
  background-color: #43DA86;
}

.servcon .item .item-element.item-element-2 {
  background-color: #2b04f2;
}

.servcon .item .item-element.item-element-3 {
  background-color: #ff0000;
}

.servcon .item .item-element.item-element-4 {
  background-color: #ff01e6;
}

.servcon .item .item-element.item-element-5 {
  background-color: #ff3700;
}

.servcon .item .item-element span {
  font-size: 2.5em;
  line-height: 88px;
}

.single-serv {
  padding: 0.7rem;
  border: 0.5px #eee solid;
}

.single-serv h3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.single-serv p {
  font-size: 0.8rem;
}

.single-team {
  padding: 10px 20px;
  border: 1px #eee solid;
  text-align: center;
}

.single-team img {
  height: 100%;
  width: 100%;
}

.single-team h5 {
  margin-top: 0.7rem;
  font-size: 0.9rem;
  color: #073e65;
}

.single-team h6 {
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0.7rem;
}

.single-team ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-team ul li {
  padding: 0 10px;
}

.single-team ul li:first-child {
  padding-left: 0;
}

.single-team ul li:last-child {
  padding-right: 0;
}

.single-team ul li a {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  border-radius: 50%;
  color: #eee;
}

.single-team ul li a.linked {
  background-color: #0a66c2;
}

.single-team ul li a.twitter {
  background-color: #5da9dd;
}

.single-team ul li a.fb {
  background-color: #02aeef;
}

ul.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

ul.social-links li {
  padding: 0 10px;
}

ul.social-links li:first-child {
  padding-left: 0;
}

ul.social-links li:last-child {
  padding-right: 0;
}

ul.social-links li a {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  border-radius: 50%;
  color: #eee;
}

ul.social-links li a.linked {
  background-color: #0a66c2;
}

ul.social-links li a.twitter {
  background-color: #5da9dd;
}

ul.social-links li a.fb {
  background-color: #02aeef;
}

.siteBtnWrapper {
  margin-top: 1.7rem;
}

.siteBtnWrapper .siteBtn {
  background-color: #073e65;
  padding: 7px 20px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 5px;
}

@media (max-width: 767.9px) {
  .servcon {
    display: none;
  }
}

.footer-widget ul li {
  line-height: 2;
}

h2.screen-reader-text {
  display: none;
}

.site-main p {
  line-height: 2;
}

nav.navigation.post-navigation, .sfsi_responsive_icons {
  margin: 1rem 0 !important;
}

nav.navigation.post-navigation .nav-links, .sfsi_responsive_icons .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.navigation.post-navigation .nav-links a, .sfsi_responsive_icons .nav-links a {
  padding: 30px;
  display: block;
  color: #fff;
  font-size: 0.85rem;
}

nav.navigation.post-navigation .nav-links .nav-previous, .sfsi_responsive_icons .nav-links .nav-previous {
  background-color: #000484;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

nav.navigation.post-navigation .nav-links .nav-next, .sfsi_responsive_icons .nav-links .nav-next {
  background-color: #073e65;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.site-main a {
  color: #073e65;
}

.archiveMenu {
  margin-bottom: 2rem;
}

.archiveMenu a {
  line-height: 2;
  color: #333;
  font-size: 0.89rem;
}

span.screen-reader-text {
  display: none;
}

input.search-field {
  width: 100%;
  padding: 7px;
  border: 0;
  border: 1px #a8a3a3 solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 0.8rem;
}

input.search-submit {
  background-color: #073e65;
  padding: 0 7px;
  text-align: center;
  font-size: 0.8rem;
  height: 39px;
  border: 0;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#recent-posts-2 {
  margin-top: 2rem;
}

section#recent-posts-2 h2.widget-title {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 4px;
  color: #073e65;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-right: 15%;
  margin-bottom: 1rem;
}

section#recent-posts-2 ul li {
  line-height: 1.8;
  list-style: auto;
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}

section#recent-posts-2 ul li a {
  font-size: 0.8rem;
}

.footer-widget .logo img {
  height: 150px;
  width: 150px;
}

.tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tree .single-team {
  width: 250px;
  margin: 0  auto;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/
.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}

.tree li a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}
.orgTeamImg img {
    height: 250px;
    object-fit: cover;
}
.orgTeamDetail {
    position: absolute;
    top: 50%;
    left: 0;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    text-align: center;
}
.orgTeamWrapper{
	position:relative;
	margin-bottom:20px;
}
.orgTeamDetail h5 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.supportersSingle img{
    height:100px;
    widdth:100px;
    margin:0 auto;
}
.supportersSingle a h3{
    font-size:18px;
    color:#000;
}
.supportersSingle img {
    height: 150px;
    width: 150px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 16px;
}
/*Connector styles on hover*/
/*# sourceMappingURL=style.css.map */