header {
  -webkit-box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}

header .custom-nav {
  width: 100%;
  text-align: right;
}

header .custom-nav .top-header {
  float: right;
}

header .custom-nav .top-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .custom-nav .top-header ul li {
  margin: 0 10px;
}

header .custom-nav .top-header ul li a {
  color: #707070;
  font-size: 14px;
}

header .custom-nav .bottom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

header nav.navbar.navbar-expand-lg {
  padding: 0;
}

header nav.navbar.navbar-expand-lg .navbar-collapse ul.navbar-nav li {
  padding: 8px 10px;
}

header nav.navbar.navbar-expand-lg .navbar-collapse ul.navbar-nav li a {
  color: #707070;
  font-size: 18px;
}

header nav.navbar.navbar-expand-lg .navbar-collapse ul.navbar-nav li:last-child {
  padding-right: 0;
}

div#popupModal img {
  width: 100%;
}

.banner .sing-banner {
  background-position: center !important;
  background-size: cover !important;
  height: 540px;
  position: relative;
}

.banner .sing-banner h3 {
  font-size: 62px;
  color: #fff;
  font-weight: 800;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.banner .banner-slider {
  position: relative;
}

.banner .banner-slider .item {
  background-position: center !important;
  background-size: cover !important;
  height: 600px;
  position: relative;
}

.banner .banner-slider .item h3 {
  font-size: 62px;
  color: #fff;
  font-weight: 800;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.banner .banner-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner .banner-slider .owl-dots button {
  width: 15px;
  height: 10px;
  border-radius: 50%;
  background: #34bd8b;
  margin: 0 5px;
}

.banner .banner-slider .owl-dots button.owl-dot.active {
  width: 50px;
  border-radius: 10px;
  background: #20ac79;
}

.banner .srls {
  background: #20AC79;
  color: #fff;
}

.banner .srls .row .col-md-4:nth-child(even) {
  background: #34bd8b;
}

.banner .srls .srls-wr {
  text-align: center;
  padding: 40px 0;
}

.banner .srls .srls-wr:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.banner .srls .srls-wr img {
  width: 75px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner .srls .srls-wr h4 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 100;
}

.intro {
  padding: 60px 0;
}

.intro h2 {
  font-weight: 600;
  font-size: 32px;
}

.intro .inner-abt {
  margin-top: 30px;
}

.intro .inner-abt p {
  margin-bottom: 15px;
}

section.msg-founder {
  background: #E4EAEE;
  padding: 60px 0;
}

section.msg-founder .ms-img img {
  width: 100%;
}

section.msg-founder .ms-text p {
  margin-bottom: 30px;
}

section.msg-founder .ms-text h4 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

section.msg-founder .ms-text span {
  font-size: 19px;
  color: #747474;
  line-height: 1.5;
  font-weight: 600;
}

.missions {
  padding: 60px 0;
}

.missions .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.missions .mis-wrap h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.missions .mis-sing {
  background: #e4eaee;
  margin: 15px 0;
  padding: 50px 20px;
  text-align: center;
  min-height: 330px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.missions .mis-sing:hover {
  -webkit-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.missions .mis-sing:hover img {
  width: 90px;
  background: #016540;
}

.missions .mis-sing img {
  width: 90px;
  background: #20ac79;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.event {
  padding: 80px 0;
  color: #fff;
}

.event .ev-wrap {
  width: 80%;
  color: #fff;
}

.event .ev-wrap span {
  font-size: 20px;
}

.event .ev-wrap h3 {
  font-size: 42px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: 600;
}

.event .ev-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

footer {
  background: #34bd8b;
  padding: 15px 0;
}

footer p {
  color: #fff;
  font-size: 16px;
}

.tm-mem {
  padding: 50px 0;
  background: #E4EAEE;
}

.tm-mem .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-mem .team-wrapper {
  padding: 25px 10px;
}

.tm-mem .team-wrapper .team-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-mem .team-wrapper .team-wrap .tw-ts {
  text-align: center;
  margin: 15px 5px;
  border-right: 1px solid #fff;
  max-width: 150px;
}

.tm-mem .team-wrapper .team-wrap .tw-ts:last-child {
  border-right: 0;
}

.tm-mem .team-wrapper .team-wrap .tw-ts h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.tm-mem .team-wrapper .team-wrap .tw-ts img {
  border-radius: 50%;
  width: 70%;
  margin-bottom: 15px;
}

.tm-mem .team-wrapper h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .ser-sing {
  background-color: #E4EAEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  margin: 15px 0;
}

.services .ser-sing:nth-child(even) {
  background: #e4eee5;
}

.services .ser-sing .sr-ic {
  margin-right: 20px;
}

.services .ser-sing .sr-ic img {
  background: #20AC79;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  padding: 10px;
}

.contact {
  padding: 30px 0 15px 0;
}

.contact .c-info ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .c-info ul li a, .contact .c-info ul li p {
  display: block;
  color: #707070;
  font-size: 19px;
  font-family: 'Mukta', sans-serif;
  font-weight: 200;
}

.contact .c-info ul li i {
  background: #34bd8b;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.contact .c-map iframe {
  width: 100%;
  height: 500px;
}

.sbs {
  margin: 40px 0;
}

.sbs .sbs-sing {
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #34bd8b;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sbs .sbs-sing:hover figure svg {
  fill: #34bd8b;
  border: 2px solid #34bd8b;
}

.sbs .sbs-sing:hover a {
  color: #34bd8b;
}

.sbs .sbs-sing:hover p {
  color: #34bd8b;
}

.sbs .sbs-sing figure svg {
  width: 100px;
  fill: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
}

.sbs .sbs-sing a {
  padding-left: 30px;
  color: #fff;
  width: 290px;
}

.sbs .sbs-sing a h5 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 5px;
}

.sbs .sbs-sing a p {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */