/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  color: #545454; }

  html
  {
scroll-behavior: smooth;
  }

body {
  background-color: #f1f1f145 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden; }

.session-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .session-title {
      padding: 5px; } }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .9rem;
    margin-top: 6px; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  background-color: #eaeaea; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 992px) {
    .page-nav {
      background-size: auto; } }
  @media screen and (max-width: 767px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
  .page-nav h2 {
    font-size: 28px;
    width: 100%;
    font-weight: 700;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-size: .93rem;
    font-weight: 600;
    color: #444; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444;
      font-size: .93rem;
      font-weight: 600; }

.btn-success {
  background-color: #51be78;
  border-color: #51be78; }
  .btn-success:hover {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:active {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:focus {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #3cc88f;
  border-color: #3cc88f; }
  .btn-primary:hover {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important; }
  .btn-primary:active {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important; }
  .btn-primary:focus {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1170px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

/* =================== Header Style Starts Here =================== */
header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  width: 100%;
  z-index: 99; }
  header .logo {
    padding-top: 6px; }
  header .header-top {
    background-color: #fff;
    border-bottom: 1px solid #d3d7cea6;
    padding: 7px; }
    header .header-top .col-det .ulleft li {
      float: left;
      padding: 12px;
      color: #686968;
      font-size: .9rem; }
      header .header-top .col-det .ulleft li i {
        margin-right: 5px;
        color: #bfbfbf; }
      header .header-top .col-det .ulleft li span {
        margin-left: 15px; }
    header .header-top .col-det .ulright {
      float: right; }
      header .header-top .col-det .ulright li {
        float: left;
        padding: 10px;
        color: #d3d7ce;
        font-size: 1rem;
        font-weight: 600; }
        header .header-top .col-det .ulright li i {
          margin-right: 5px;
          color: #8c8a8a; }
        header .header-top .col-det .ulright li small {
          color: #8c8a8a;
          font-weight: 600; }
        header .header-top .col-det .ulright li span {
          margin-left: 15px; }
    header .header-top .btn-bhed {
      padding-top: 7px;
      text-align: right; }
      header .header-top .btn-bhed .btn {
        padding: 5px 23px;
        border-radius: 50px;
        margin-left: 5px; }
  header .header-bottom {
    padding: 6px;
    background-color: #fff; }
    @media screen and (max-width: 991px) {
      header .header-bottom {
        padding: 0px; } }
    @media screen and (max-width: 991px) {
      header .header-bottom img {
        padding: 5px;
        margin-top: 0px;
        max-width: 230px; } }
  header .nav-col .navbad {
    display: block;
    float: right; }
    @media screen and (max-width: 991px) {
      header .nav-col .navbad {
        width: 100%; } }
    header .nav-col .navbad li {
      padding: 15px 15px;
      font-weight: 700;
      font-size: .9rem;
      float: left; }
      @media screen and (max-width: 1005px) {
        header .nav-col .navbad li {
          padding: 15px 12px; } }
      @media screen and (max-width: 991px) {
        header .nav-col .navbad li {
          float: none;
          width: 100%;
          padding: 10px; } }
      header .nav-col .navbad li a {
        color: #686968 !important;
        border: 1px solid #CCC;
        border-radius: 50px; }
        header .nav-col .navbad li a:hover {
          background-color: #3cc88f;
          color: #fff !important; }
    header .nav-col .navbad .nav-btn {
      float: right; }
  header .small-menu {
    float: right;
    color: #686968;
    font-size: 1.8rem;
    position: absolute;
    right: 13px;
    top: 19px; }

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0px; } }

.navbar-toggler {
  position: absolute;
  right: 0px;
  top: -40px; }
  @media screen and (max-width: 767px) {
    .navbar-toggler {
      top: -50px; } }

.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.scroll-to-fixed-fixed {
  padding: 5px !important; }

/* =================== Slider Style Starts Here =================== */
.slider {
  position: relative; }

.slider-captions {
     position: absolute;

    width: 100%;
  bottom: 132px;
  text-align: center; }

@media screen and (max-width: 1050px)
{
  .slider-captions
  {
    bottom: 100px !important;

  width: 90%;
  text-align: center;
  float: none;
  margin: auto;
}
  .slider-captions .slider-title
  {
    font-size: 42px;
    color: #fff;

    line-height: 1.2em;
    font-family: "Guardian-EgypTT",Georgia,serif;
    font-weight: 300;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0,0,0,.5);
}
}
@media screen and (max-width: 810px)
{
  .slider-captions
  {
    bottom: 50px !important;
}

  .slider-captions .slider-title
  {
    font-size: 32px;
}
}
@media screen and (max-width: 572px)
 {
  .slider-captions
  {
    display: none;
}
}
.slider-title
{
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px; }

.slider-text {
  margin-bottom: 20px;
  color: #fff; }

.slider-img {
  background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
  position: relative; }

.slider-img img {
  position: relative;
  z-index: -1; }

.owl-next {
    background-color: #51be78 !important;
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff; }

  .owl-prev {
    background-color: #51be78 !important;
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff; }

.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #fff; }

.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 25px; }

.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 25px; }

.slider .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  bottom: 40px;
  max-width: 1140px;
  margin: 0 auto; }

.slider .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 0px 10px 10px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  float: left; }

.slider .owl-dots .owl-dot.active span {
  background-color: #fff; }

.slider .owl-dots .owl-dot.active span,
.slider .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

.slider .col-lg-offset-2 {
  float: none;
  margin: auto; }

/* ===================================== About CSS ================================== */
.about-us {
  background-color: #edf1f5;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .about-us {
      padding: 30px 10px; } }
  .about-us .natur-row {
    margin-top: 20px; }
  .about-us .text-part h2 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 20px; }
  .about-us .text-part p {
    text-indent: 20px;
    margin-bottom: 15px;
    line-height: 27px;
    font-weight: 500;
    text-align: justify;
    font-size: .9rem; }
  .about-us .image-part .about-quick-box .about-qcard {
    padding: 50px 30px;
    background-color: #FFF;
    box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px; }
    .about-us .image-part .about-quick-box .about-qcard p {
      font-weight: 600;
      font-size: 1.2rem; }
    .about-us .image-part .about-quick-box .about-qcard i {
      font-size: 3rem;
      margin-bottom: 30px;
      color: #3cc88f; }
    .about-us .image-part .about-quick-box .about-qcard .red {
      color: #ff6b70; }
    .about-us .image-part .about-quick-box .about-qcard .yell {
      color: #f7a900; }
    .about-us .image-part .about-quick-box .about-qcard .blu {
      color: #21d7d9; }

/* ===================================== Events Home CSS ================================== */
.events {
  background-color: #efefef2e;
  padding: 50px; }

@media screen and (max-width: 940px) {
  .events {
    padding: 30px 10px; } }
.events .event-ro .event-box {
  text-align: center;
  margin-bottom: 20px; }

.events .event-ro .event-box img {
  margin-bottom: 20px; }

.events .event-ro .event-box h4 {
  font-size: 18px; }

.events .event-ro .event-box .raises {
  margin-bottom: 10px; }

.events .event-ro .event-box .raises span {
  color: #71b61b; }

.events .event-ro .event-box .desic {
  font-size: 13px;
  margin-bottom: 15px; }

/* ===================================== Mission Vision CSS ================================== */
.mission-vision {
  background-color: #FFF; }
  .mission-vision .mission {
    padding: 50px; }
    @media screen and (max-width: 940px) {
      .mission-vision .mission {
        padding: 30px 10px; } }
  .mission-vision .vision {
    padding: 50px; }
    @media screen and (max-width: 940px) {
      .mission-vision .vision {
        padding: 30px 10px; } }
  .mission-vision .mv-det {
    margin: auto; }

/* ===================================== Charity Number CSS ================================== */
.doctor-message {
    background:linear-gradient(rgba(0,0,0,0.5)
    ,rgba(0,0,0,0.5)),url(../img/banner/bradcam.png)no-repeat;
    background-size: cover;
    height: 400px;
    background-position: center center;
       background-attachment: fixed;
}
  .doctor-message .session-title h2 {
    color: #FFF; }

.doctor-message .inner-lay {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
  color: #FFF; }

@media screen and (max-width: 940px) {
  .doctor-message .inner-lay {
    padding: 30px 10px; } }
.doctor-message .inner-lay .numb {
  text-align: center;
  padding: 30px; }

.doctor-message .inner-lay .numb h3 {
  font-size: 42px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  color: #FFF; }

/* ===================================== Our Blog CSS ================================== */
.our-blog {
  background-color: #FDFDFD;
  padding: 40px; }

@media screen and (max-width: 967px) {
  .our-blog {
    padding: 30px 0px; } }
.our-blog .single-blog {
  margin-bottom: 20px;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54); }

.our-blog .single-blog figure {
  margin-bottom: 5px; }

.our-blog .single-blog .blog-detail {
  padding: 15px; }

.our-blog .single-blog small {
  color: #71b61b;
  font-size: 12px; }

.our-blog .single-blog h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 10px; }

.our-blog .single-blog p {
  text-align: justify;
  text-indent: 20px; }

.our-blog .single-blog .link a {
  font-size: 12px;
  color: #71b61b; }

.our-blog .single-blog .link i {
  padding-top: 6px;
  margin-left: 5px;
  color: #FFFFFF; }

/* ===================================== Fooer CSS ================================== */
.footer {
  padding: 50px;
  padding-bottom: 50px;
  background-color: #1e2436;
  color: #FFF; }

@media screen and (max-width: 940px) {
  .footer {
    padding: 30px 10px; } }
.footer h2 {
  font-size: 26px;
  margin-top: 10px;
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 15px; }

.footer p {
  text-align: justify;
  text-indent: 20px;
  font-size: .9rem; }

.footer .link-list li {
  padding: 10px;
  border-bottom: 1px solid #6C6C6C;
  font-size: .9rem; }

.footer .link-list li a {
  color: #FFF; }

.footer .link-list li i {
  float: right; }

.footer .map-img {
  font-weight: 600;
  font-size: 17px;
  padding-left: 20px; }

.footer address {
  font-weight: 300; }

.footer address a {
  color: #FFF;
  font-size: 1rem;
  font-family: "mouse-300", Arial, Helvetica, sans-serif; }

.copy {
  padding: 20px;
  background: #1a202f;
  color: #FFF; }

.copy a {
  color: #FFF; }

.copy span {
  float: right; }

.copy span i {
  margin-right: 20px; }

.kf-2 {
  background-color: #FCFCFC;
  padding: 50px; }

@media screen and (max-width: 940px) {
  .kf-2 {
    padding: 30px 10px; } }
.kf-2 .single-key {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35); }

/* ===================================== Our Team Starts Here ===================================== */
.our-team {
  padding: 50px;
  background-color: #cccccc1c; }
  @media screen and (max-width: 940px) {
    .our-team {
      padding: 30px 10px; } }
  .our-team .team-row {
    margin-top: 20px; }
    .our-team .team-row .single-usr {
      box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
      margin-bottom: 20px; }
      .our-team .team-row .single-usr img {
        width: 100%; }
      .our-team .team-row .single-usr .det-o {
        padding: 20px;
        background-color: #3cc88f; }
        .our-team .team-row .single-usr .det-o h4 {
          color: #FFF;
          margin-bottom: 0px;
          font-size: 1.1rem;
          font-weight: 600; }
        .our-team .team-row .single-usr .det-o i {
          color: #FFF;
          font-size: .8rem; }

.nav-box {
  margin-top: 50px;
  border-radius: 50px;
  border: 1px solid #ccc; }
  .nav-box ul li {
    float: left;
    padding: 15px; }
    .nav-box ul li a {
      color: #FFFF; }
  .nav-box .btn {
    margin-top: 7px;
    float: right;
    border-radius: 50px; }

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center; }

.gallery-filter .btn {
  background-color: #FFF; }

.gallery {
  padding: 50px;
  padding: 30px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .gallery {
      padding: 30px 10px; } }

.gallery-title {
  font-size: 36px;
  color: #00ab9f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #3cc88f; }

.filter-button {
  font-size: 18px;
  border: 1px solid #3cc88f;
  border-radius: 5px;
  text-align: center;
  color: #3cc88f;
  margin-bottom: 30px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #3cc88f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #3cc88f; }

.btn-default:active .filter-button:active {
  background-color: #3cc88f;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
p {
    margin: 0px;
}

#flexcontainer {
    margin: 50px auto;
}

.card {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    padding: 10px 25px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.card .fas.fa-arrow-right {
    position: absolute;
    bottom: -100px;
    background-color: #4e9525;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgba(162,36,6,1);
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease;
}

.card:hover .fas.fa-arrow-right {
    bottom: 0px;
    opacity: 1;
}

.card
.fas.fa-tree,
.fas.fa-balance-scale-right,
.fas.fa-seedling{
    font-size: 40px;
    background-color: #0000000d;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #4e9525;
}

.card .h4 {
    font-weight: 700;
}

.container .content {
    max-width: 300px;
}

.container .content .h-6 {
    color: #4e9525;
    font-weight: 600;
}

.container .content .btn.btn-primary {
    padding: 15px;
    background-color: #4e9525;
    color: white;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.card:hover .fas.fa-tree,
.card:hover .fas.fa-balance-scale-right,
.card:hover .fas.fa-seedling {
    color: gold;
    background-color: #4e9525;
}

@media (max-width:990px) {
    .container .content {
        max-width: 100%;
    }
}

@media (max-width:500px) {
    body {
        padding: 25px;
    }

    .card {
        width: 100%;
    }

    .content {
        padding: 25px;
    }
}


/* custom reset styles JA */

/* ----------------------- */
.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
/* ----------------------- */
.main {
  flex: 1 1 auto;
}
[class*='_container'] {
  max-width: 1087px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1087px) {
  [class*='_container'] {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  [class*='_container'] {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  [class*='_container'] {
    max-width: none;
  }
}
/*

*/
/*
._container {
  max-width: 1026px;
  padding: 0 15px;

  box-sizing: content-box;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

  object-fit: cover;
}
*/
/* header---------------------------------- */

@media (max-width: 991.98px) {
    .header__container {
      min-height: 80px;
    }
  }
  .header__logo {
    position: relative;
    z-index: 5;
  }
  .header__menu {
    flex: 1 1 auto;
  }
  .menu {
    display: flex;
    justify-content: flex-end;
  }
  .menu__list {
    display: flex;
  }
  .menu__item {
    padding-right: 40px;
  }
  @media (max-width: 991.98px) {
    .menu__item {
      padding-right: 30px;
    }
  }
  .menu__link {
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.2;
    color: #000;
    letter-spacing: 1px;
  }
  .menu__link:hover {
    text-decoration: underline;
  }
  .header__button {
    position: relative;
    z-index: 5;
    flex: 0 0 252px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  @media (max-width: 991.98px) {
    .header__button {
      flex: 0 0 170px;
    }
  }
  @media (max-width: 767.98px) {
    .menu__body {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      overflow: auto; /*  обязательно добавляется для меню если будет больше пунктов - появится скрол */
      background-color: #fff;
      padding: 90px 15px 30px;
      transition: left 0.3s ease 0s;
    }
    .header:target .menu__body {
      left: 0;
    }
    .header:target .menu__body:before {
      /* прокладка для того чтобы меню не наезжало на хедер */
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      height: 80px;
      width: 100%;
      background-color: #fff;
    }
    .menu__item {
      margin-bottom: 25px;
    }
    .menu__item:last-child {
      margin-bottom: 0;
    }
    .menu__list {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .menu__link {
      font-size: 20px;
    }
  }
  @media (max-width: 479.98px) {
    .header__logo {
      flex: 0 0 40px;
      overflow: hidden;
    }
  }
  /* button___________________________________ */
  .button {
    display: inline-block;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #fcfdfe;
    padding: 13px 30px;
    border-radius: 30px;
    background-color: #4e9525;
    transition: background-color 0.3s ease 0s;
  }
  .button:hover {
    background-color: rgba(162,36,6,1);
  }
  .button_blue {
    background-color: rgba(162,36,6,1);
  }
  /* ------------------- */
  .close-icon-menu,
  .icon-menu {
    display: none;
  }

  @media (max-width: 767.98px) {
    .icon-menu {
      position: relative;
      flex: 0 0 30px;
      height: 18px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-left: 20px;
    }

    .icon-menu::before,
    .icon-menu::after {
      content: '';
      background-color: #000;
      height: 2px;
    }
    .icon-menu span {
      height: 2px;
      background-color: #000;
    }
    .close-icon-menu {
      position: relative;
      flex: 0 0 30px;
      height: 30px;
      margin-left: 20px;
    }
    .close-icon-menu::before,
    .close-icon-menu::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      background-color: #000;
      height: 2px;
    }
    .close-icon-menu::before {
      transform: rotate(45deg);
    }
    .close-icon-menu::after {
      transform: rotate(-45deg);
    }
    .header:target .icon-menu {
      display: none;
    }
    .header:target .close-icon-menu {
      display: flex;
    }
  }
  /* block-text===================================================== */
  .block-text {
  }
  .block-text-center {
    text-align: center;
  }
  .block-text__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 126%;
    color: #000;
  }
  .block-text__title:not(:last-child) {
    margin-bottom: 12px;
  }

  .block-text__title span {
    color: #4e9525;
  }
  .block-text__title-blue span {
    color: #4285f4;
  }
  .block-text__text {
    line-height: 138.5%;
  }
  .block-text__text_mw {
    max-width: 600px;
    margin: 0 auto;
  }
  .block-text__text:not(:last-child) {
    margin-bottom: 24px;
  }
  .block-text__button {
  }
  .button {
  }
  @media (max-width: 767.98px) {
    .block-text__title {
      font-size: 34px;
    }
  }
  /* get-started================================================ */
  .get-started {
    background-color: #fafbfd;
  }
  .get-started__container {
    padding: 10px 15px 50px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  .get-started__container::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 267px;
    top: 0;
    transform: translate(100%, 0px);
    /* background-color: #FE0944

    #FEAE96; */
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(162,36,6,1) 0%, rgba(78,149,37,1) 30%);
    border-radius: 30px 0 0 30px;
  }

  .get-started__content {
    flex: 0 1 48%;
    padding: 0 20px;
  }
  .get-started__block-text {
      margin-bottom: 250px;
    max-width: 410px;
  }

  .get-started__video {
    flex: 1 1 100%;
    padding-top: -60px;
    padding-left: 20px;
  }
  .get-started__image {
    flex: 0 1 52%;
    position: relative;
    z-index: 2;
  }
  .get-started__image img {
    max-width: 100%;
  }
  .video-get-started {
    display: inline-flex;
    align-items: center;
  }
  .video-get-started__icon {
    flex: 0 0 44px;
  }
  .video-get-started__body {
    margin-left: 12px;
  }
  .video-get-started__title {
    color: #b0b0b0;
    font-size: 13px;
    line-height: 126%;
    letter-spacing: 1.5px;
  }
  .video-get-started__title:not(:last-child) {
    margin-bottom: 5px;
  }
  .video-get-started__text {
    text-transform: uppercase;
    color: #000;
    font-size: 9px;
    line-height: 126%;
    letter-spacing: 2px;
  }
  @media (max-width: 991.98px) {
    .get-started__container::before {
      right: 185px;
      border-radius: 20px 0 0 20px;
    }
  }
  @media (max-width: 767.98px) {
    .get-started__container {
      padding: 100px 15px 30px;
    }
    .get-started__container::before {
      display: none;
    }
    .get-started__block-text {
      max-width: none;
    }
    .get-started__content {
      flex: 1 1 100%;
      padding: 0;
    }
    .get-started__image {
      flex: 1 1 100%;
      text-align: center;
      padding: 30px 0;
    }
    .get-started__video {
      padding: 0;
    }
  }















  .testimonial{
    border-left: 3px solid #6ab33e;
    padding: 100px 0 100px 275px;
    position: relative
}
.testimonial:before,
.testimonial:after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #6ab33e;
    position: absolute;
    left: 0;
}
.testimonial:before{
    border-top: 3px solid #6ab33e;
    top: 0;
}
.testimonial:after{
    border-bottom: 3px solid #6ab33e;
    bottom: 0;
}
.pic{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 100px;
    left: 50px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 14px;
    color: #7a7e82;
    line-height: 27px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: #7a7e82;
}
.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    color: #22272c;
    text-transform: capitalize;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color :#6ab33e;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #6ab33e;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
.owl-next:before{

    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 990px){
    .testimonial{
        padding: 80px 0 80px 265px;
    }
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 0;
        border: none;
    }
    .testimonial:before,
    .testimonial:after{
        border: none;
    }
    .testimonial .pic{
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonial .description{
        margin-top: 15px;
    }
    .testimonial .description:before{
        content: "";
    }
}

/* .owl-nav .owl-prev {
    background-color: green;
    border-radius: 50%;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
































































main{
    width: 100%;
    background-image: linear-gradient( 115deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url(../img/banner/mtkenya.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .title{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    padding: 50px 0 20px 0;
  }
  #title{
    font-family: 'Pacifico', cursive;
    font-size: 3rem;
  }
  #description{
    font-style: italic;
    padding: 5px;
  }
  #survey-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    margin: 0 auto;
    width: 50%;
  }
  .uno{
    padding: 10px;
  }
  #name, #email, #number, #dropdown, #submit{
    width: 80%;
    height: 40px;
    font-size: 1rem;
    border: transparent;
    border-radius: 5px;
    padding-left: 5px;
  }
  input[type="radio"]{
    width: 50px;
    height: 20px;
    cursor: pointer;
  }

  .check{
    display: flex;
    flex-direction: column;

  }

  #message{
    width: 80%;
    height: 100px;
    font-size: 1rem;
    border: transparent;
    border-radius: 5px;
    padding-left: 5px;
  }
  .submit{
    margin: 20px;
  }




























  #contatti{
    background-color: transparent;
    letter-spacing: 2px;
    }
  #contatti a{
    color: #fff;
    text-decoration: none;
  }


  @media (max-width: 575.98px) {

    #contatti{padding-bottom: 800px;}
    #contatti .maps iframe{
      width: 100%;
      height: 450px;
    }
   }


  @media (min-width: 576px) {

     #contatti{padding-bottom: 800px;}

     #contatti .maps iframe{
       width: 100%;
       height: 450px;
     }
   }

  @media (min-width: 768px) {

    #contatti{padding-bottom: 350px;}

    #contatti .maps iframe{
      width: 100%;
      height: 850px;
    }
  }

  @media (min-width: 992px) {
    #contatti{padding-bottom: 200px;}

     #contatti .maps iframe{
       width: 100%;
       height: 700px;
     }
  }


  #author a{
    color: #fff;
    text-decoration: none;

  }

#isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
  }


  body{
    font-family: 'Roboto', sans-serif;
}
.team-wrapper{
    background: #2c2d33;
    padding: 50px 0px;
    min-height: 100vh;
}
.section-title{
    padding: 30px 0px;
}
.section-title h2{
    color:white;
    font-size: 42px;
    line-height: 48px;
    font-family: "Guardian-EgypTT",Georgia,serif;
    font-weight: 300;
    margin-bottom: 28px;
}
.team-item{

    position: relative;
    background: #424248;
    margin: 15px 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s;
}
.item-meta{

    position: absolute;
    background: #424248;
    width: 100%;
    bottom: 0px;
    left: 0;
    height: 80px;
    padding: 10px 20px;
    transition: all .5s;
}

.item-meta h3{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
     text-decoration: underline;
}
.item-meta h6{
    color: #3cc88f;
}
.item-image img{

    transition: all .5s;
}
.team-item:hover img{
    background: #3cc88f;
}



#team_intro {

    padding-top: 70px;
    padding-bottom: 70px;

}
.offset-two {
    margin-left: 13.333333%;
}
#team_intro h3 {
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    font-family: "Guardian-EgypTT",Georgia,serif;
    margin-bottom: 28px;
}

#team_intro .paragraph {
    font-size: 30px;
    font-family: "Guardian-EgypTT",serif;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 28px;
    text-align: left;
}


@media only screen and (min-width: 0) and (max-width: 639px)
{
#team_intro {
    padding-top: 60px;
    padding-bottom: 60px;
}
.offset-two {
    margin-left: 16.666666%;
}
#team_intro h3 {
    font-size: 28px;
    line-height: 38px;
    font-family: "Guardian-EgypTT",Georgia,serif;
    font-weight: 300;
    margin-bottom: 28px;
}

#team_intro .paragraph {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
    font-family: "Guardian-EgypTT",Georgia,serif;
    text-align: left;
}

}







.about-banner
{
    background: #222;
    height: 80vh;
    min-height: 480px;
    background: #e1e3df;
    margin: 0;
    height: 0;
    min-height: 350px;
    padding: 0 0 40%;
    position: relative;
    overflow: hidden;
}
.about-banner .content
{
    position: absolute;
    top: 45%;
    width: 100%;
}
.content h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1.2em;
    font-family: "Guardian-EgypTT",Georgia,serif;
    font-weight: 300;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0,0,0,.5);
}









.team-masthead{

    background-image: url(https://i.imgur.com/OQ7e2A4.jpg) ;

    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



































.header_name
{ color: #222;
    text-align: center;
        font-size: 42px;
        font-family: "Guardian-EgypTT",Georgia,serif;
        line-height: 48px;
        margin-bottom: 28px;
        font-weight: 300;
}

.header_paragraph
{
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #222;
}

#nova
{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
    text-align: left;
    color: #222;
    font-family: -apple-system,BlinkMacSystemFont,"Roboto","Droid Sans","Segoe UI","Helvetica",Arial,sans-serif;
}
