* {
  margin: 0px;
  padding: 0px;
}





body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;

}

::selection {
  color: #fff;
  background-color: #8167a9;
}

::-moz-selection {
  color: #fff;
  background-color: #8167a9;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.custompadd {
  padding: 15px;
}

.twitterfeedsection {
  max-height: 520px;
}
.twitter-timeline {
  max-height: 498px;
  overflow-x: auto;
}
/* #Navigation
================================================== */
.headermain {
  background-image: url('../images/banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;

  overflow-x: hidden;
  transition: all 200ms linear;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 75px;
  width: auto;
  display: block;
  /* filter: brightness(10%); */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
ul.navbar-nav.colorinner li a {
  color: #111 !important;
  cursor: pointer;
}
ul.navbar-nav.colorinner li a:hover {
  color: #234084 !important;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #fff !important;

  transition: all 200ms linear;
}

.nav-item:hover .nav-link {
  color: #f7f7f7 !important;
}

.nav-item.active .nav-link {
  color: #fff !important;
  font-weight: 500;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

ul.navbar-nav {
  border-top: 1px solid #3f5793;
  padding: 0 0px;
  line-height: 45px;
}

.tp-socialicon {
  width: 100%;
  text-align: right;
}

.tp-socialicon a {
  color: #9c9c9c;
  margin: 0px 0px 0px 12px;
}

h2.tptext-Widget {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  padding-top: 4rem;
}

.text-white {
  color: #fff;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}
.card.customfull {
  width: 100%;
  box-shadow: 0px 2px 40px #d7dfe2;
}
.card.customfull:hover{transform:inherit;
  box-shadow:inherit}
.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 48vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  color: #212112;

}

.text-justify {
  text-align: justify;
}

.imageabout {
  margin-bottom: 20px;
}

.header_paragraph {
  max-width: 80%;
}

.custombg {
  background: #30c478;
  margin: 1rem 0px;
  padding: 10px;
}

p {

  margin: 0;
  padding-top: 10px;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1700ms;
}

body.hero-anime p {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1700ms;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129, 103, 169, .6);
}


/* #Media
================================================== */



/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}
section.newssection {
  background: #f5f5f5;
  padding: 60px 0px;
}
p.text-white.bannertxt {
  font-size: 2rem;
  line-height: 2.6rem;
}


.volunteerssection {
  background: url(../images/volunteer.png) no-repeat center top;
  padding: 50px 15px;
}

.formrow {
  max-width: 925px;
  margin: 30px auto;
  background: #eaeaea;
  padding: 15px 15px 0px;
}

.conectwithus {
  background: url(../images/connect-bg.jpg) no-repeat center top;
  padding: 100px 15px;
}

.conectcard {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 15px;
}

.conectform {
  max-width: 450px;
  margin: 0 auto;
  padding: 25px 0px 0px;
}

.conectform input {
  padding: 14px 15px;
  height: 49px;
  border-color: #30c478;
}

.tp-socialicon1 a {
  margin: 0px 4px;
}

.tp-socialicon1 a img {
  width: 28px;
}

button.btn.btn-success.custombg.verify {
  padding: 10px 40px;
}

.customfooter {
  background-color: #121d3b;
  padding: 30px 0px;
}

a.cpyrighttext {
  color: #30c478;
}

.footerlink {
  padding: 20px 0px;
}

.footerlink a {
  padding: 0 12px;
}


.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #234084;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #234084;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #234084;
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*NEWS SECTION START HERE*/
.wrap{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  grid-gap:10px;
  padding:0.5em;
  perspective:500px;
}
.article {
  display:flex;
  flex-direction:column;
  height:300px;
  position:relative;
  background-size:cover;
  border-radius:7px;
  overflow:hidden;
  padding:1em;
  cursor:pointer;
  transform: rotateX(0deg) rotateY(0deg);
  transition: all 0.2s linear ;
  will-change: transform;
}

.article:nth-child(5n+1){
    background-image:url("https://images.unsplash.com/photo-1446776877081-d282a0f896e2?q=80&w=2072&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
}

.article:nth-child(5n+2){
    background-image:url("https://images.unsplash.com/photo-1518364538800-6bae3c2ea0f2?q=80&w=2071&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
}
.article:nth-child(5n+3){
  background-image:url("https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?q=80&w=2072&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
}

.article:nth-child(5n+4){
  background-image:url("https://images.unsplash.com/photo-1614121181207-4b6c334d353d?q=80&w=1776&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
}
.article:nth-child(5n+5){
  background-image:url("https://images.unsplash.com/photo-1656077217715-bdaeb06bd01f?q=80&w=1964&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
}


.overlay {
  width:100%;
  height:100%;
  background-image:radial-gradient(circle at 50% 50%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.4) 50%);
  position:absolute;
  left:0;
  top:0;
  z-index:1;
}
.article h1{
  font-size:1.5em;
  font-family:'Oswald';
  margin-top:auto;
  cursor:pointer;
  transition:all 0.3s;
  position:relative;
  z-index:2;
  pointer-events:none;
}

.article h1{
  transform:translateY(-20px)
}
.article h1 span{
  color:#fff;
}

.article span.cat {
  letter-spacing:2px;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
  position:relative;
  z-index:2;
  pointer-events:none;
  overflow:hidden;
  color:#fff;
}

@media screen and (min-width:1000px){
  .wrap{
    grid-template-columns:repeat(auto-fit,minmax(400px,1fr));
    grid-gap:20px;
    padding:1em;
  }
  .article h1{
    transform:translateY(0px);
  }
  .article:hover h1{
  transform:translateY(-20px)
  }
  
  .article span.cat {
    color:transparent;
  }
  
.article span.cat::before,.article span.cat::after{
  content:attr(data-hover);
  position:absolute;
  display:inline-block;
  left:0;
  top:0;
  white-space: nowrap;
  overflow:hidden;
  max-width:0%;
  transition:max-width 300ms ease-out; 
}
.article span.cat::before {
  color:yellow;
  transition-delay:100ms;
}
.article span.cat::after {
  color:white;
}

.article:hover span.cat:after,.article:hover span.cat:before{
  max-width:100%;
}

.article:hover span.cat:after {
  transition-delay:300ms;
}
}




/*NEWS SECTION CLOSE HERE*/

/*blog*/
.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  position: relative;
  width: 350px;
  margin: 1rem;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
  position: absolute;
  object-fit: cover;
  height: 14rem;
  width: 100%;
}

.category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}

.popular {
  background: #30c478;
}

.technology {
  background: #651fff;
}

.psychology {
  background: #e85808;
}

.card-body {
  margin: 15rem 1rem 1rem 1rem;
}

.blog-hashtag {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4d97b2;
}

.blog-title {
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
  font-size:1.5rem;
}
h2.blog-title a {
  color: #111;
  font-size: 1.1rem;
}
h2.blog-title a:hover{text-decoration:none; color:#4d97b2;cursor: pointer;}
.card.customcard {
  width: 100%;
}
.marginnone{margin:0px !important;}
.card.customcard:hover{transform:inherit;}
.blog-description {
  color: #616b74;
  font-size: 0.9rem;
}

.card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.card-profile-info {
  margin-left: 1rem;
}

.profile-name {
  font-size: 1rem;
}

.profile-followers {
  color: #616b74;
  font-size: 0.9rem;
}
/*Blog*/

/*CONTACT US*/
.gradient-brand-color {
  background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  color: #fff;
}
.contact-info__wrapper {
  overflow: hidden;
  border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
  .contact-info__wrapper {
      border-radius: 0 .625rem .625rem 0;
      padding: 5rem !important
  }
}
.contact-info__list span.position-absolute {
  left: 0
}
.z-index-101 {
  z-index: 101;
}
.list-style--none {
  list-style: none;
}
.contact__wrapper {
  background-color: #fff;
  border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
  .contact__wrapper {
      border-radius: .625rem 0 .625rem .625rem
  }
}
@media (min-width: 1024px) {
  .contact-form__wrapper {
      padding: 5rem !important
  }
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}

/*CONTACT US*/

/*responsive*/
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .nav-item:after {
    display: none;
  }

  

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  body.dark .nav-item::before {
    background-color: #fff;
  }

  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }

  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }

  .full-height {
    height: auto;
}

.navigation-wrap{position: absolute;}
.navbar-toggler-icon{color:#fff;}
ul.navbar-nav {
  border-top: 1px solid #3f5793;
  padding: 0 0px;
  line-height: 45px;
  background: #3f5793;
}

ul.navbar-nav li {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #203b81;
}

ul.navbar-nav li:last-child{border-bottom:0px;}
.imageabout img {
  width: 100%;
}

section.volunteerssection.py-5 {
  padding-top: 1rem !important;
}

}



