body .section-2 .container .titles .title, body .section-3 .container .titles-gallery .title-gallery, body .section-6 .container .row .col-md-12 .title {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
}

html {
  background-color: #000; }

body {
  position: relative; }
  body .navs {
    position: fixed;
    z-index: 99999;
    top: 115px;
    right: 0;
    width: 195px;
    padding: 0;
    list-style-type: none; }
    body .navs .li {
      transition: all 0.4s;
      margin-left: auto;
      margin-bottom: 10px;
      width: 185px;
      position: relative;
      display: block; }
      body .navs .li .li-link {
        transition: all 0.4s;
        display: block;
        padding: 12px;
        background-color: rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.8);
        font-size: 15.6px; }
        body .navs .li .li-link i {
          margin-right: 10px; }
      body .navs .li:hover {
        transition: all 0.4s;
        width: 195px; }
        body .navs .li:hover .li-link {
          color: #fff;
          text-decoration: none;
          background-color: #000; }
    body .navs .ol {
      transition: all 0.4s;
      margin-left: auto;
      margin-top: 15px;
      margin-bottom: 10px;
      width: 135px;
      position: relative;
      display: block; }
      body .navs .ol .ol-link {
        transition: all 0.4s;
        display: block;
        padding: 10px 8px 7px 11px;
        background-color: #3E8340;
        text-transform: uppercase;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8); }
        body .navs .ol .ol-link i {
          margin-right: 10px; }
      body .navs .ol:hover {
        transition: all 0.4s;
        width: 145px; }
        body .navs .ol:hover .ol-link {
          color: #fff;
          text-decoration: none;
          background-color: #3E8340; }
  body .navs-in {
    position: fixed;
    z-index: 99999;
    top: 115px;
    right: 385px;
    width: 195px;
    padding: 0;
    list-style-type: none; }
    body .navs-in .li {
      transition: all 0.4s;
      margin-left: auto;
      margin-bottom: 10px;
      width: 185px;
      position: relative;
      display: block; }
      body .navs-in .li .li-link {
        transition: all 0.4s;
        display: block;
        padding: 12px;
        background-color: rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.8);
        font-size: 15.6px; }
        body .navs-in .li .li-link i {
          margin-right: 10px; }
      body .navs-in .li:hover {
        transition: all 0.4s;
        width: 195px; }
        body .navs-in .li:hover .li-link {
          color: #fff;
          text-decoration: none;
          background-color: #000; }
    body .navs-in .ol {
      transition: all 0.4s;
      margin-left: auto;
      margin-top: 15px;
      margin-bottom: 10px;
      width: 135px;
      position: relative;
      display: block; }
      body .navs-in .ol .ol-link {
        transition: all 0.4s;
        display: block;
        padding: 10px 8px 7px 11px;
        background-color: #3E8340;
        text-transform: uppercase;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8); }
        body .navs-in .ol .ol-link i {
          margin-right: 10px; }
      body .navs-in .ol:hover {
        transition: all 0.4s;
        width: 145px; }
        body .navs-in .ol:hover .ol-link {
          color: #fff;
          text-decoration: none;
          background-color: #3E8340; }
  body .n-have {
    transition: all 0.7s;
    width: 195px;
    position: fixed;
    z-index: 9999; }
  body .n-d-have {
    transition: all 0.7s;
    width: 0;
    position: fixed;
    z-index: 9999; }
  body .right-navs {
    position: fixed;
    width: 0;
    top: 0;
    right: 0%;
    z-index: 800;
    transition: all 0.6s; }
    body .right-navs .navs-close {
      opacity: 0;
      width: calc(100% - 385px);
      height: 100vh;
      position: relative;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.71); }
    body .right-navs .right-menu {
      position: relative;
      width: 0;
      right: -58px;
      display: none;
      padding: 58px;
      height: 100vh;
      background-color: #000; }
      body .right-navs .right-menu h1 {
        color: red; }
  body .right-navs-open {
    width: 100%; }
    body .right-navs-open .navs-close {
      opacity: 1;
      animation-name: keyframes2;
      animation-iteration-count: 1;
      animation-duration: 0.7s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
@keyframes keyframes2 {
  0% {
    opacity: 0;
    display: none; }
  75% {
    opacity: 0.1;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }
    body .right-navs-open .right-menu {
      position: absolute;
      top: 0;
      right: 0;
      height: 100vh;
      animation-name: keyframes;
      animation-iteration-count: 1;
      animation-duration: 0.7s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      display: block;
      overflow: auto;
      transition-delay: 2s; }
      body .right-navs-open .right-menu::-webkit-scrollbar {
        display: none; }
      body .right-navs-open .right-menu .removed {
        position: absolute;
        right: 25px;
        top: 10px;
        font-size: 25px; }
        body .right-navs-open .right-menu .removed:hover {
          text-decoration: none; }
      body .right-navs-open .right-menu .right-menu-in {
        width: 100%;
        display: block;
        transition-delay: 2s; }
        body .right-navs-open .right-menu .right-menu-in .menu-right {
          display: block;
          width: 100%;
          transition-delay: 2s; }
          body .right-navs-open .right-menu .right-menu-in .menu-right .link1 {
            padding: 0;
            list-style-type: none;
            border-top: 2px solid #2c2c33; }
            body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li {
              border-bottom: 2px solid #2c2c33; }
              body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li a {
                font-size: 17px;
                padding: 5px 14.400px 5px 0;
                transition: all 0.3s;
                display: inline-block;
                margin-bottom: 1px;
                color: #fff;
                width: 87%; }
                body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li a:hover {
                  text-decoration: none;
                  padding-left: 15px;
                  background-color: #2c2c33;
                  color: #fff; }
              body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li .btns {
                display: inline-block;
                width: 13%;
                float: right;
                height: 100%;
                background-color: #16161a;
                color: #fff;
                border-radius: 0;
                border: none;
                padding: 6.5px 0px; }
                body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li .btns i {
                  color: #fff; }
              body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li ul {
                padding-left: 20px;
                list-style-type: none; }
                body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li ul li {
                  border-top: 2px solid #2c2c33;
                  border-bottom: none;
                  width: 100%;
                  display: block; }
                  body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li ul li a {
                    font-size: 16px;
                    padding: 5px 14.400px 5px 0;
                    transition: all 0.3s;
                    display: block;
                    width: 100%;
                    margin-bottom: 1px;
                    color: #bbb; }
                    body .right-navs-open .right-menu .right-menu-in .menu-right .link1 li ul li a:hover {
                      text-decoration: none;
                      padding-left: 15px;
                      background-color: #2c2c33;
                      color: #fff; }
          body .right-navs-open .right-menu .right-menu-in .menu-right .link2 {
            padding-left: 0;
            list-style-type: none; }
            body .right-navs-open .right-menu .right-menu-in .menu-right .link2 li {
              width: 100%;
              display: block; }
              body .right-navs-open .right-menu .right-menu-in .menu-right .link2 li a {
                font-size: 14px;
                padding: 5px 14.400px 5px 0;
                transition: all 0.3s;
                display: inline-block;
                margin-bottom: 1px;
                color: #bbb; }
                body .right-navs-open .right-menu .right-menu-in .menu-right .link2 li a:hover {
                  text-decoration: none;
                  padding-left: 15px;
                  color: #fff; }
        body .right-navs-open .right-menu .right-menu-in .search-right {
          width: 100%; }
          body .right-navs-open .right-menu .right-menu-in .search-right .search-inputs {
            width: 100%;
            position: relative; }
            body .right-navs-open .right-menu .right-menu-in .search-right .search-inputs form {
              width: 100%;
              position: relative;
              display: block; }
              body .right-navs-open .right-menu .right-menu-in .search-right .search-inputs form .form-controls {
                position: relative;
                border-radius: 0;
                width: calc(100% - 24px);
                display: block;
                border: 7px solid #2c2c33;
                border-bottom: none;
                line-height: 2.5;
                font-size: 20px;
                color: #2c2c33;
                padding: 0 5px; }
              body .right-navs-open .right-menu .right-menu-in .search-right .search-inputs form .btns {
                background-color: #2c2c33;
                position: relative;
                display: block;
                width: 100%;
                border: 7px solid #2c2c33;
                line-height: 2.5;
                border-radius: 0;
                color: #fff; }
          body .right-navs-open .right-menu .right-menu-in .search-right h1 {
            font-size: 22px;
            color: #fff;
            margin-bottom: 5px;
            margin-top: 20px;
            font-weight: 700; }
          body .right-navs-open .right-menu .right-menu-in .search-right .link1 {
            padding: 0;
            list-style-type: none;
            border-top: 2px solid #2c2c33; }
            body .right-navs-open .right-menu .right-menu-in .search-right .link1 li {
              border-bottom: 2px solid #2c2c33; }
              body .right-navs-open .right-menu .right-menu-in .search-right .link1 li a {
                font-size: 17px;
                padding: 5px 14.400px 5px 0;
                transition: all 0.3s;
                display: inline-block;
                margin-bottom: 1px;
                width: 100%;
                color: #b4b2ad; }
                body .right-navs-open .right-menu .right-menu-in .search-right .link1 li a:hover {
                  text-decoration: none;
                  padding-left: 15px;
                  background-color: #2c2c33;
                  color: #fff; }
        body .right-navs-open .right-menu .right-menu-in .apllVisit {
          display: none; }
        body .right-navs-open .right-menu .right-menu-in .news-right {
          position: relative; }
          body .right-navs-open .right-menu .right-menu-in .news-right .link1 {
            padding: 0;
            list-style-type: none; }
            body .right-navs-open .right-menu .right-menu-in .news-right .link1 li {
              border-bottom: 2px solid #2c2c33; }
              body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a {
                font-size: 17px;
                padding: 5px 14.400px 0px 0;
                transition: all 0.3s;
                display: inline-block;
                margin-bottom: 1px;
                width: 100%;
                color: #b4b2ad; }
                body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a h5 {
                  font-weight: 700;
                  margin-bottom: 0px; }
                body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a:hover {
                  text-decoration: none;
                  padding-left: 15px;
                  background-color: #2c2c33;
                  color: #fff; }
                body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .img {
                  width: 60px;
                  height: 60px;
                  position: relative;
                  overflow: hidden;
                  display: inline-block; }
                body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .text {
                  width: 68%;
                  display: inline-block;
                  font-size: 14px;
                  word-break: keep-all;
                  max-height: 60px;
                  text-overflow: clip;
                  overflow: hidden; }
                  body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .text p {
                    font-size: 14px;
                    word-break: keep-all;
                    max-height: 30px;
                    text-overflow: clip;
                    overflow: hidden;
                    margin-bottom: 0;
                    line-height: 1;
                    padding-bottom: 0; }
                  body .right-navs-open .right-menu .right-menu-in .news-right .link1 li a .text .date {
                    display: inline-block; }
            body .right-navs-open .right-menu .right-menu-in .news-right .link1 .more-news {
              border-bottom: 0; }
              body .right-navs-open .right-menu .right-menu-in .news-right .link1 .more-news a {
                padding: 5px 14.400px 5px 0;
                font-size: 15px; }
          body .right-navs-open .right-menu .right-menu-in .news-right .footers {
            text-align: center; }
            body .right-navs-open .right-menu .right-menu-in .news-right .footers .seticons a {
              margin-right: 5px; }
              body .right-navs-open .right-menu .right-menu-in .news-right .footers .seticons a:hover i {
                color: #3E8340; }
              body .right-navs-open .right-menu .right-menu-in .news-right .footers .seticons a i {
                font-size: 24px; }
@keyframes keyframes {
  0% {
    width: 0%;
    padding: 0; }
  75% {
    width: 415px;
    padding: 58px; }
  100% {
    width: 385px;
    padding: 58px; } }
  body .right-navs-close {
    width: 0;
    transition-delay: 2s;
    transition: all 0.7s; }
    body .right-navs-close .navs-close {
      animation-name: keyframes22;
      animation-iteration-count: 1;
      animation-duration: 0.7s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
@keyframes keyframes22 {
  0% {
    opacity: 1;
    display: block; }
  75% {
    opacity: 0.1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
    body .right-navs-close .right-menu {
      position: absolute;
      top: 0;
      right: 0;
      width: 385px;
      animation-name: keyframes3;
      animation-iteration-count: 1;
      animation-duration: 0.3s;
      animation-delay: 0.4s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      display: block; }
@keyframes keyframes3 {
  0% {
    width: 385px;
    padding: 58px; }
  75% {
    width: 415px;
    padding: 58px; }
  100% {
    width: 0%;
    padding: 0;
    right: -385px; } }
  body .header {
    padding-left: 0;
    margin-left: 0;
    overflow: hidden;
    position: relative; }
    body .header .big-title {
      position: absolute;
      z-index: 99;
      background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));
      width: 100%;
      font-family: "Trebuchet MS", sans-serif;
      font-size: 2rem;
      font-weight: 100;
      text-shadow: -1px -1px 15px rgba(0, 0, 0, 0.85);
      color: #fff;
      margin: 0;
      line-height: 1;
      padding: 0; }
      body .header .big-title span {
        text-align: right;
        display: block;
        font-weight: 100;
        font-size: 3rem;
        text-transform: lowercase; }


body .header .big1-title {
  position: absolute;
  z-index: 99;
   top: 80%;
  left: 40px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 8rem;
  font-weight: 100;
  text-shadow: -1px -1px 15px rgba(0, 0, 0, 0.85);
  color: #fff;
  margin: 0;
  line-height: 1;
  padding: 0; }
@media screen and (max-width: 640px) {
  body .header .big1-title {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 30px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-shadow: -1px -1px 15px rgba(0, 0, 0, 0.85);
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0; }
  }
body .header .big1-title span {
  text-align: right;
  display: block;
  font-weight: 100;
  font-size: 3rem;
 }
    body .header .scroll {
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 25px;
      background-color: #3E8340;
      left: 0%;
      line-height: 25px;
      z-index: 99;
      text-align: center; }
  body .section-1 {
    position: relative;
    background-color: #fff; }
    body .section-1 .menus {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 333;
      background-color: #3E8340;
      height: 57px;
      width: 57px;
      text-align: center;
      transition: all 0.4s; }
      body .section-1 .menus .fa-bars {
        color: #fff;
        font-size: 18px;
        border: none;
        line-height: 57px; }
      body .section-1 .menus:hover {
        transition: all 0.4s;
        background-color: #000;
        width: 70px; }
        body .section-1 .menus:hover .fa-bars {
          color: #fff;
          text-decoration: none; }
    body .section-1 .m-have {
      transition: all 0.7s;
      width: 70px;
      opacity: 1; }
    body .section-1 .n-d-have {
      transition: all 0.7s;
      width: 0;
      opacity: 0; }
  body .section-2 {
    box-shadow: -1px -1px 15px #787878;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    z-index: 99; }
    body .section-2 .container .titles {
      width: auto;
      position: relative;
      margin-bottom: 30px; }
    body .section-2 .container .news {
      border-top: none;
      border-bottom: none;
      position: relative;
      padding-right: 2.5px;
      padding-left: 2.5px; }
      body .section-2 .container .news .new {
        padding: 30px;
        height: 200px;
        margin-bottom: 40px;
        position: relative; }
        body .section-2 .container .news .new .new-img {
          height: 200px;
          border-radius: 5px;
          box-shadow: -1px -1px 15px #5d5d5d;
          padding-left: 0;
          padding-right: 0;
          position: relative; }
          body .section-2 .container .news .new .new-img a {
            display: block;
            height: 100%;
            width: 100%;
            position: relative; }
            body .section-2 .container .news .new .new-img a .date {
              position: absolute;
              right: 0px;
              top: 0px;
              background: red;
              color: #fff;
              text-shadow: -1px -1px 2px #000;
              padding: 5px 5px 2px 5px;
              font-size: 12px;
              box-shadow: -1px -1px 15px #5d5d5d; }
            body .section-2 .container .news .new .new-img a .img-fluid {
              width: 100%;
              height: 100%;
              display: block; }
        body .section-2 .container .news .new .new-text {
          color: #000;
          height: 200px;
          padding-right: 0;
          overflow: hidden;
          padding-top: 4px; }
          body .section-2 .container .news .new .new-text .title {
            color: #000;
            word-break: keep-all;
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 15px;
            margin-top: 0;
            max-height: 25%;
            text-overflow: clip;
            overflow: hidden;
            padding: 0;
            text-transform: uppercase; }
            body .section-2 .container .news .new .new-text .title:hover {
              text-decoration: none; }
          body .section-2 .container .news .new .new-text p {
            text-indent: 20px;
            font-size: 14px;
            color: #000;
            text-overflow: clip;
            overflow: hidden;
            max-height: 53%;
            margin-bottom: 0;
            padding-bottom: 0; }
          body .section-2 .container .news .new .new-text .more-link {
            color: #3E8340;
            margin-bottom: 5px;
            margin-top: 0;
            position: absolute;
            bottom: -10px;
            background-color: #fff;
            width: 60%; }
            body .section-2 .container .news .new .new-text .more-link:hover {
              color: #3E8340;
              text-decoration: underline; }
          body .section-2 .container .news .new .new-text .news-link {
            color: #3E8340;
            margin-bottom: 5px;
            position: absolute;
            bottom: -10px;
            right: 0;
            text-align: right;
            width: 60%;
            background-color: #fff; }
            body .section-2 .container .news .new .new-text .news-link:hover {
              color: #3E8340;
              text-decoration: underline; }
  body .section-3 {
    background-size: 100% auto;
    background-attachment: fixed;
    background-color: #fff; }
    body .section-3 .container {
      padding-top: 20px;
      padding-bottom: 80px; }
      body .section-3 .container .titles-gallery {
        position: relative;
        margin-bottom: 30px; }
        body .section-3 .container .titles-gallery .title-gallery {
          color: #000; }
  body .section-4 {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("../img/back1.jpg");
    background-size: 100% auto;
    background-position: top center;
    box-shadow: -1px -1px 15px #787878;
    background-attachment: fixed;
    background-repeat: no-repeat; }
    body .section-4 .container {
      padding-top: 50px;
      padding-bottom: 30px;
      position: relative; }
      body .section-4 .container .row .col-12 .video-title {
        font-size: 50px;
        color: white;
        text-align: center;
        line-height: 100px;
        text-shadow: -1px -1px 10px #000; }
      body .section-4 .container .play {
        position: absolute;
        bottom: -40px;
        z-index: 300;
        left: calc(50% - 30px);
        width: 80px;
        height: 80px;
        background-color: #3E8340;
        color: #fff;
        border-radius: 50px;
        box-shadow: 0 0 0px 4px rgba(0, 92, 191, 0.37), 0 0 0px 8px rgba(0, 92, 191, 0.22); }
        body .section-4 .container .play i {
          font-size: 1.7rem; }
      body .section-4 .container .modal .modal-dialog {
        width: auto;
        padding: 0;
        margin-right: auto;
        margin-left: auto; }
        body .section-4 .container .modal .modal-dialog .modal-content {
          padding: 0;
          background-color: transparent;
          border: none;
          margin: 0;
          outline: none; }
          body .section-4 .container .modal .modal-dialog .modal-content .modal-header {
            height: 30px;
            padding: 0;
            background-color: transparent;
            border: none; }
            body .section-4 .container .modal .modal-dialog .modal-content .modal-header a {
              color: #fff;
              opacity: 1;
              font-size: 16px; }
          body .section-4 .container .modal .modal-dialog .modal-content .modal-body {
            padding: 0;
            margin: 0; }
            body .section-4 .container .modal .modal-dialog .modal-content .modal-body video {
              width: 100%;
              margin: 0;
              padding: 0; }
  body .section-5 {
    background-color: #fff; }
    body .section-5 .container {
      padding-top: 70px;
      padding-bottom: 30px;
      position: relative; }
      body .section-5 .container .row .col-2 {
        text-align: center; }
        body .section-5 .container .row .col-2 .count {
          color: #000;
          margin-bottom: 5px; }
        body .section-5 .container .row .col-2 p {
          font-size: 12px;
          color: #3E8340; }
  body .section-6 {
    padding-top: 30px;
    background-color: #fff;
    padding-bottom: 30px; }
    body .section-6 .container .row .col-md-12 .title {
      margin-bottom: 30px; }
    body .section-6 .container .row .col-md-12 .owl-carousel .owl-nav.disabled {
      text-align: right;
      width: 100%;
      display: block; }
      body .section-6 .container .row .col-md-12 .owl-carousel .owl-nav.disabled .owl-prev {
        background-color: #000;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding-right: 10px;
        transition: all 0.5s;
        margin-top: 25px; }
        body .section-6 .container .row .col-md-12 .owl-carousel .owl-nav.disabled .owl-prev span {
          color: #fff;
          font-weight: 100;
          font-size: 28px;
          line-height: 25px;
          text-shadow: -1px -1px 5px #515151; }
        body .section-6 .container .row .col-md-12 .owl-carousel .owl-nav.disabled .owl-prev:hover {
          margin-right: 20px;
          transition: all 0.5s;
          background-color: #3E8340; }
      body .section-6 .container .row .col-md-12 .owl-carousel .owl-nav.disabled .owl-next {
        background-color: #3E8340;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        margin-left: 10px;
        padding-left: 10px;
        transition: all 0.5s; }
        body .section-6 .container .row .col-md-12 .owl-carousel .owl-nav.disabled .owl-next span {
          color: #fff;
          font-weight: 100;
          font-size: 28px;
          line-height: 25px;
          text-shadow: 1px 1px 5px #515151; }
        body .section-6 .container .row .col-md-12 .owl-carousel .owl-nav.disabled .owl-next:hover {
          margin-left: 20px;
          transition: all 0.5s;
          background-color: #000; }
    body .section-6 .disabled {
      display: inline-block; }
  body .section-7 {
    background-image: url("../img/uzor1.jpeg");
    backdrop-filter: blur(8px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-repeat: no-repeat;*/
    padding: 20px;
    display: block;
    width: 100%;
    color: #fff;
    position: relative;
    transition: all 0.25s; }
    body .section-7 .backdrop-blur
    {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(5px);
   height: 100%;
  width: 100%;
    }
    
    body .section-7 .img {
      width: 312px;
      border-radius: 50%;
      position: absolute;
      top: -40px;
      transition: all 0.25s; }
      body .section-7 .img:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        transition: all 0.25s;
        border: 4px solid #3E8340;
        border-radius: 50%; }
      body .section-7 .img .img-fluid {
        border-radius: 50%;
        box-shadow: -1px -1px 5px #3E8340; }
    body .section-7 .text {
      width: 70%;
      margin-left: auto;
      position: relative;
      font-size: 35px;
      z-index: 0;
      text-shadow: -1px -1px 15px #515151; }
      body .section-7 .text p {
        margin: 0; }
    body .section-7 .who {
      width: 70%;
      margin-left: auto;
      position: relative;
      font-size: 18px;
      text-align: right; }
      body .section-7 .who p {
        display: inline-block;
        margin: 0; }
      body .section-7 .who span {
        display: block; }
    body .section-7:hover {
      text-decoration: none;
      color: #fff; }
      body .section-7:hover .img {
        top: -50px; }
        body .section-7:hover .img:after {
          top: -10px;
          left: -10px;
          width: calc(100% + 20px);
          height: calc(100% + 20px);
          border: 2px solid rgba(0, 0, 0, 0.25); }
  body footer {
    padding-top: 60px;
    padding-bottom: 20px;
   /* background-image: url("../img/footerBack.png");*/
    background-color: #e4dcd3;
    background-position: center right; }
    body footer .container .row .col1 .brand {
      width: 80%;
      height: auto; }
    body footer .container .row .col1 .brand img {
      	width: 45%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-bottom: 20px;
        margin-right: auto;
    body footer .container .row .col1 p {
      margin-top: 40px; }
    body footer .container .row .col1 .social {
      margin-top: 30px; }
      body footer .container .row .col1 .social a {
        background-color: rgba(0, 0, 0, 0.44);
        border-radius: 50%;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 45px;
        display: inline-block;
        margin-left: 15px !important;
        transition: all 0.5s; }
        body footer .container .row .col1 .social a i {
          font-size: 22px; }
        body footer .container .row .col1 .social a:hover {
          background-color: #3E8340;
          color: #616059;
          transition: all 0.5s; }
    body footer .container .row .col2 
      margin-bottom: 30px; }
    body footer .container .row .col2 .link1 {
      padding: 0;
      list-style-type: none;
      width: 100%; }
      body footer .container .row .col2 .link1 li {
        width: 100%;
        margin-bottom: 20px; }
        body footer .container .row .col2 .link1 li a {
          font-size: 17px;
          padding: 5px 14.400px 0px 0;
          transition: all 0.3s;
          display: inline-block;
          margin-bottom: 1px;
          width: 100%;
          color: #fff; }
          body footer .container .row .col2 .link1 li a h5 {
            font-weight: 700;
            margin-bottom: 0px; }
          body footer .container .row .col2 .link1 li a .img {
            width: 60px;
            height: 60px;
            position: relative;
            overflow: hidden;
            display: inline-block;
            margin-right: 10px; }
          body footer .container .row .col2 .link1 li a .text {
            width: 75%;
            display: inline-block;
            font-size: 14px;
            word-break: keep-all;
            max-height: 60px;
            text-overflow: clip;
            overflow: hidden; }
            body footer .container .row .col2 .link1 li a .text p {
              font-size: 14px;
              word-break: keep-all;
              max-height: 30px;
              text-overflow: clip;
              overflow: hidden;
              line-height: 1;
              margin-bottom: 10px;
              padding-bottom: 0; }
            body footer .container .row .col2 .link1 li a .text .date {
              display: inline-block; }
              body footer .container .row .col2 .link1 li a .text .date i {
                margin-right: 3px;
                margin-left: 3px; }
          body footer .container .row .col2 .link1 li a:hover {
            text-decoration: none;
            color: #3E8340; }
    body footer .container .row .col3 h5 {
      margin-bottom: 30px; }
    body footer .container .row .col3 a {
      text-decoration: none;
      color: #616059;
      display: block;
      margin-bottom: 10px; }
      body footer .container .row .col3 a:hover {
        text-decoration: none;
        color: #3E8340; }
    body footer .container .row .col4 h5 {
      margin-bottom: 20px; }
    body footer .container .row .col4 .qu1 {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      margin-bottom: 15px; }
      body footer .container .row .col4 .qu1 i {
        display: inline-table;
        margin-right: 15px; }
      body footer .container .row .col4 .qu1 .address {
        width: calc(100% - 35px);
        display: inline-table; }
    body footer .container .row .col-12 {
      text-align: center;
      width: 100%;
      margin-top: 20px; }
  body .bodies {
    animation-name: keyframes12;
    animation-iteration-count: 1;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out; }
@keyframes keyframes12 {
  0% {
    -webkit-transform: translateX(-385px);
    -moz-transform: translateX(-385px);
    -ms-transform: translateX(-385px);
    -o-transform: translateX(-385px);
    transform: translateX(-385px); }
  75% {
    -webkit-transform: translateX(-415px);
    -moz-transform: translateX(-415px);
    -ms-transform: translateX(-415px);
    -o-transform: translateX(-415px);
    transform: translateX(-415px); }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }
  body .margin-right {
    animation-name: keyframes1;
    animation-iteration-count: 1;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
@keyframes keyframes1 {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  75% {
    -webkit-transform: translateX(-415px);
    -moz-transform: translateX(-415px);
    -ms-transform: translateX(-415px);
    -o-transform: translateX(-415px);
    transform: translateX(-415px); }
  100% {
    -webkit-transform: translateX(-385px);
    -moz-transform: translateX(-385px);
    -ms-transform: translateX(-385px);
    -o-transform: translateX(-385px);
    transform: translateX(-385px); } }
@media only screen and (max-width: 500px) {
  body .navs {
    display: none; }
  body .right-navs-open .navs-close {
    width: 0; }
  body .right-navs-open .right-menu {
    width: 100%; }
    body .right-navs-open .right-menu .right-menu-in .apllVisit {
      display: block;
      margin-bottom: 30px; }
      body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 {
        padding-left: 0;
        text-align: center; }
        body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 a {
          width: 100%;
          color: #fff;
          text-decoration: none;
          background-color: #3E8340;
          padding: 5px;
          margin: 0;
          font-size: 1rem;
          display: inline-block; }
          body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 a:hover {
            text-decoration: none; }
  @keyframes keyframes {
    0% {
      width: 0%;
      padding: 0; }
    100% {
      width: 100%;
      padding: 58px; } }

  body .section-2 .container {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0; }
    body .section-2 .container .row {
      max-width: 100%;
      width: 100%;
      display: block;
      padding: 0;
      margin-left: auto;
      margin-right: auto; }
      body .section-2 .container .row .col-6 {
        max-width: 100%;
        width: 100%;
        padding: 0;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 0; }
        body .section-2 .container .row .col-6 .row {
          max-width: 100%;
          width: 100%;
          padding: 0; }
          body .section-2 .container .row .col-6 .row .col-6 {
            max-width: 100%;
            width: 100%;
            padding: 0; }
          body .section-2 .container .row .col-6 .row .new-img {
            margin-bottom: 20px;
            height: auto; }
  body .section-3 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%; }
  body .section-4 {
    background-size: auto 100%;
    background-position: bottom center; }
    body .section-4 .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%;
      padding-top: 20px; }
      body .section-4 .container .row {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        body .section-4 .container .row .col-12 {
          width: 100%;
          max-width: 100%; }
          body .section-4 .container .row .col-12 .video-title {
            font-size: 25px;
            line-height: 40px; }
      body .section-4 .container .play {
        width: 60px;
        height: 60px;
        left: calc(50% - 30px); }
        body .section-4 .container .play i {
          font-size: 1.2rem; }
  body .section-5 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%; }
    body .section-5 .container .row {
      max-width: 100%;
      width: 100%;
      display: block;
      margin-left: 0;
      margin-right: 0; }
      body .section-5 .container .row .col-2 {
        max-width: 100%;
        width: 100%;
        display: block; }
  body .section-7 {
    padding: 0;
    width: 100%; }
    body .section-7 .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%;
      padding-bottom: 20px; }
      body .section-7 .container .img {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        position: relative; }
      body .section-7 .container .text {
        width: 100%;
        margin-left: 0;
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: -30px; }
      body .section-7 .container .who {
        font-size: 15px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 20px; }
  body footer {
    padding-top: 70px; }
    body footer .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%; }
      body footer .container .row {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0; }
        body footer .container .row .col-3 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
        body footer .container .row .col-4 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
          body footer .container .row .col-4 .link1 li a .text {
            width: 70%; }
        body footer .container .row .col-2 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
        body footer .container .row .col-12 {
          width: 100%;
          max-width: 100%;
          display: block; } }
@media only screen and (min-width: 501px) and (max-width: 600px) {
  body .navs {
    display: none; }
  body .right-navs-open .navs-close {
    width: 0; }
  body .right-navs-open .right-menu {
    width: 100%; }
    body .right-navs-open .right-menu .right-menu-in .apllVisit {
      display: block;
      margin-bottom: 30px; }
      body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 {
        padding-left: 0;
        text-align: center; }
        body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 a {
          width: 100%;
          color: #fff;
          text-decoration: none;
          background-color: #3E8340;
          padding: 5px;
          margin: 0;
          font-size: 1rem;
          display: inline-block; }
          body .right-navs-open .right-menu .right-menu-in .apllVisit .col-4 a:hover {
            text-decoration: none; }
  @keyframes keyframes {
    0% {
      width: 0%;
      padding: 0; }
    100% {
      width: 100%;
      padding: 58px; } }

  body .section-2 .container {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0; }
    body .section-2 .container .news {
      max-width: 100%;
      width: 100%;
      display: block;
      padding: 0;
      margin-left: 0;
      margin-right: 0; }
      body .section-2 .container .news .new {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden; }
        body .section-2 .container .news .new .row {
          max-width: 100%;
          width: 100%;
          padding: 0;
          margin-left: 0;
          margin-right: 0; }
          body .section-2 .container .news .new .row .col-6 {
            max-width: 100%;
            width: 100%;
            padding: 0; }
          body .section-2 .container .news .new .row .new-img {
            margin-bottom: 20px;
            height: auto; }
          body .section-2 .container .news .new .row .new-text {
            padding-left: 15px; }
  body .section-3 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%; }
  body .section-4 {
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: repeat; }
    body .section-4 .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%;
      padding-top: 20px; }
      body .section-4 .container .row {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        body .section-4 .container .row .col-12 {
          width: 100%;
          max-width: 100%; }
          body .section-4 .container .row .col-12 .video-title {
            font-size: 35px;
            line-height: 50px; }
      body .section-4 .container .play {
        width: 70px;
        height: 70px;
        left: calc(50% - 25px); }
        body .section-4 .container .play i {
          font-size: 1.2rem; }
  body .section-5 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%; }
    body .section-5 .container .row {
      max-width: 100%;
      width: 100%;
      display: inline-block;
      margin-left: 0;
      margin-right: 0; }
      body .section-5 .container .row .col-2 {
        max-width: 49%;
        width: 49%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
        text-align: center; }
      body .section-5 .container .row .dnone {
        display: none; }
  body .section-7 {
    padding: 0;
    width: 100%; }
    body .section-7 .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%;
      padding-bottom: 30px; }
      body .section-7 .container .img {
        margin-left: 10px;
        margin-right: 10px;
        width: 50%;
        top: -20px;
        display: inline-block; }
      body .section-7 .container .text {
        float: right;
        width: 45%;
        margin-left: 0;
        font-size: 20px;
        margin-top: 30px;
        display: inline-block;
        padding-right: 10px;
        margin-bottom: 20px;
        text-align: justify; }
      body .section-7 .container .who {
        clear: both;
        font-size: 15px;
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 20px; }
    body .section-7:hover .container .img {
      top: -30px; }
  body footer {
    padding-top: 70px; }
    body footer .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%; }
      body footer .container .row {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0; }
        body footer .container .row .col-3 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
        body footer .container .row .col-4 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
          body footer .container .row .col-4 .link1 li a .text {
            width: 70%; }
        body footer .container .row .col-2 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
        body footer .container .row .col-12 {
          width: 100%;
          max-width: 100%;
          display: block; }
        body footer .container .row .col1 {
          width: auto;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
          body footer .container .row .col1 .brand {
            position: relative; }
            body footer .container .row .col1 .brand img {
              width: 60%; } }
@media only screen and (min-width: 601px) and (max-width: 800px) {
  body .right-navs-open .right-menu {
    width: 100%; }



  body .section-2 .container {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0; }
    body .section-2 .container .news {
      max-width: 100%;
      width: 100%;
      display: block;
      padding: 0;
      margin-left: 0;
      margin-right: 0; }
      body .section-2 .container .news .new {
        max-width: 49%;
        width: 49%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        overflow: hidden;
        display: inline-block; }
        body .section-2 .container .news .new .row {
          max-width: 100%;
          width: 100%;
          padding: 0;
          margin-left: 0;
          margin-right: 0;
          display: block; }
          body .section-2 .container .news .new .row .col-6 {
            max-width: 100%;
            width: 100%;
            padding: 0;
            display: block; }
          body .section-2 .container .news .new .row .new-img {
            margin-bottom: 20px;
            height: 200px;
            overflow: hidden;
            width: 100%;
            display: block; }
            body .section-2 .container .news .new .row .new-img img {
              width: 100%;
              height: auto; }
          body .section-2 .container .news .new .row .new-text {
            width: 100%;
            display: block;
            padding-left: 15px; }
  body .section-3 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%; }
  body .section-4 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    padding-top: 20px; }
    body .section-4 .container .row {
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      body .section-4 .container .row .col-12 {
        width: 100%;
        max-width: 100%; }
        body .section-4 .container .row .col-12 .video-title {
          font-size: 45px;
          line-height: 60px; }
  body .section-5 .container .row .col-2 {
    display: inline-block;
    margin: 20px 15px;
    text-align: center; }
    body .section-5 .container .row .col-2 h1 {
      text-align: center; }
    body .section-5 .container .row .col-2 p {
      text-align: center; }
  body .section-5 .container .row .dnone {
    display: none; }
  body .section-5 .container .row .col-2:nth-child(1) {
    display: inline-block;
    width: 5%;
    max-width: 5%; }
  body .section-7 {
    padding: 0;
    width: 100%; }
    body .section-7 .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%;
      padding-bottom: 30px; }
      body .section-7 .container .img {
        margin-left: 10px;
        margin-right: 10px;
        width: 35%;
        top: -20px;
        display: inline-block; }
      body .section-7 .container .text {
        float: right;
        width: 60%;
        margin-left: 0;
        font-size: 20px;
        margin-top: 30px;
        display: inline-block;
        padding-right: 10px;
        margin-bottom: 20px;
        text-align: justify; }
      body .section-7 .container .who {
        clear: both;
        font-size: 15px;
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 0px; }
    body .section-7:hover .container .img {
      top: -30px; }
  body footer {
    padding-top: 70px; }
    body footer .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      width: 100%; }
      body footer .container .row {
        max-width: 100%;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0; }
        body footer .container .row .col-3 {
          width: 49%;
          max-width: 49%;
          display: inline-block;
          margin-bottom: 20px; }
        body footer .container .row .col-4 {
          width: 100%;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
          body footer .container .row .col-4 .link1 li a .text {
            width: 70%; }
        body footer .container .row .col-2 {
          width: 49%;
          max-width: 49%;
          display: inline-block;
          margin-bottom: 20px; }
        body footer .container .row .col-12 {
          width: 100%;
          max-width: 100%;
          display: block; }
        body footer .container .row .col1 {
          width: auto;
          max-width: 100%;
          display: block;
          margin-bottom: 20px; }
          body footer .container .row .col1 .brand {
            position: relative; }
            body footer .container .row .col1 .brand img {
              width: 60%; } }
@media only screen and (min-width: 801px) and (max-width: 990px) {
  body .right-navs-open .right-menu {
    width: 100%; }

  body .section-2 .container .news {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }
    body .section-2 .container .news .new {
      max-width: 100%;
      width: 100%;
      padding: 0;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 0; }
      body .section-2 .container .news .new .row {
        max-width: 100%;
        width: 100%; }
        body .section-2 .container .news .new .row .new-img {
          max-width: 43%;
          width: 43%; }
        body .section-2 .container .news .new .row .new-text {
          max-width: 56%;
          width: 56%;
          flex: 56%; }
  body .section-4 {
    background-attachment: inherit; }
    body .section-4 .container .row .col-12 {
      width: 100%;
      max-width: 100%; }
      body .section-4 .container .row .col-12 .video-title {
        font-size: 50px;
        line-height: 80px; }
  body .section-5 .container .row .col-2 {
    display: inline-block;
    margin: 20px 15px;
    text-align: center; }
    body .section-5 .container .row .col-2 h1 {
      text-align: center; }
    body .section-5 .container .row .col-2 p {
      text-align: center; }
  body .section-5 .container .row .dnone {
    display: none; }
  body .section-5 .container .row .col-2:nth-child(1) {
    display: inline-block;
    width: 5%;
    max-width: 5%; }
  body .section-7 .container .img {
    margin-left: 10px;
    margin-right: 10px;
    width: 28%;
    top: -20px;
    display: inline-block; }
  body .section-7 .container .text {
    float: right;
    width: 58%;
    margin-left: 0;
    font-size: 20px;
    margin-top: 0px;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 20px;
    text-align: justify; }
  body .section-7 .container .who {
    clear: both;
    font-size: 15px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
    padding-bottom: 20px; }
  body .section-7:hover .container .img {
    top: -30px; }
  body footer {
    padding-top: 70px; } }
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  body .right-navs-open .right-menu {
    width: 100%; }

  body .section-2 .container .news .new {
    height: 160px; }
    body .section-2 .container .news .new .new-img {
      height: 160px; }
    body .section-2 .container .news .new .new-text {
      height: 160px; }
  body .section-7 .container .img {
    margin-left: 10px;
    margin-right: 10px;
    width: 22%;
    top: -20px;
    display: inline-block; }
  body .section-7 .container .text {
    float: right;
    width: 70%;
    margin-left: 0;
    font-size: 25px;
    margin-top: 0px;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 20px;
    text-align: justify; }
  body .section-7 .container .who {
    clear: both;
    font-size: 15px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
    padding-bottom: 20px; }
  body .section-7:hover .container .img {
    top: -30px; }
  body footer .container .row .col2 .link1 li a .text {
    width: 70%; } }
    
    
     /*Обнуление*/


.headernav {
    display: flex;
    width: 100%;
    height: 110px;
}

.headernav .navlogo {
    width: 17%;
    margin: 15px 0 0 25px;
}

.headernav .navlogo img {
    height: 75px;
}

.headernav .navmenulist {
    padding-top: 10px;
    width: 78%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}

.navmenu {
    display: flex;
    justify-content: flex-end;
}

.upnav {
    display: flex;
}

.ulnav {
    padding-top: 12px;
    display: flex;
}

.ulnav a li {
    font-weight: 500;
    color: #0c0c0c;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 25px;
    font-weight: bold;
}

.ulnav a li:hover {
    text-decoration-line: underline;
    position: relative;
}

.dropbtn {
    border-radius: 10px;
    margin-left: 10px;
    background-color: #3E8340;
    color: white;
    height: 50px;
    width: 100px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
 
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3E8340;
    min-width: 40px;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 11px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #81bd83;
}

.dropdown:hover .dropdown-content,
.gobtn:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn,
.gobtn:hover .dropbtn {
    background-color: #3E8340;
}

.godropbtn {
    /* border-radius: 10px;
  margin-left: 10px; */
    margin: 0 20px 0 0;
    background-color: #3a473b;
    color: white;
    height: 40px;
    width: 40px;
    font-size: 16px;
    border: none;
}

.gobtn {
    margin-left: 20px;
    position: relative;
    display: inline-block;
}
    
     /* I added below */

 .gobtn a {
   color: #212529;
   text-align: center;
   margin: auto;
   padding: 5px;
    }
    
    .gobtn a:hover {
    color: #9fabb7;
    }
   /* till here */

.navmenubot {
    display: flex;
}

.botnav {
    display: flex;
    margin-top: 10px;
    justify-content: flex-end;
}

.dropbtnbot {
    background-color: transparent;
    color: #3E8340;
    height: 40px;
    min-width: 90px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    padding: 10px;
}

.dropdownbot-content {
    display: none;
    position: absolute;
    background-color: #3E8340;
    min-width: 160px;
    z-index: 10;
}

.dropdownbot-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownbot-content a:hover {
    background-color: #81bd83;
}

.dropdown:hover .dropdownbot-content {
    display: block;
}

.dropbtnbot:hover,
.dropdown:hover .dropbtnbot {
    background-color: #3E8340;
    color: white;
}

.navigationbarmenu {
    display: none;
}


/* @media */

@media screen and (max-width: 1250px) {
    .headernav {
        width: 100%;
        height: 130px;
    }
    .navigationbarmenu {
        display: list-item;
        width: 100%;
    }
    .headernav .navlogomenu {
        width: 100%;
        left: 0;
        display: flex;
        margin: 20px 0 0 5px;
    }
    .headernav .navlogomenu img {
        height: 95px;
        z-index: 11;
    }
    .navigationbarmenunav {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-around;
    }
    .headernav {
        justify-content: center;
        align-content: center;
    }
    .navigationbar {
        cursor: pointer;
        background-color: #3E8340;
        align-self: center;
        height: 50px;
        min-width: 180px;
        display: flex;
        z-index: 102;
    }
    .navigationbar span {
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        align-self: center;
        font-size: 18px;
        font-weight: 600;
        margin-left: 10px;
        letter-spacing: .95px;
        z-index: 102;
    }
    /* .navigationbarmenunav.active{
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6502976190476191) 70%, rgba(255,255,255,0) 100%);
    z-index: 15;
  } */
    .headerburger.active:before {
        transform: rotate(45deg);
        top: 9px;
    }
    .headerburger.active span {
        transform: scale(0);
    }
    .headerburger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .headerburger {
        margin-left: 10px;
        align-self: center;
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
    }
    .headerburger span {
        position: absolute;
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 2px;
        right: 0;
        top: 9px;
        z-index: 11;
    }
    .headerburger:before,
    .headerburger:after {
        content: '';
        background-color: rgb(255, 255, 255);
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
    }
    .headerburger:before {
        top: 0;
        z-index: 12;
    }
    .headerburger:after {
        z-index: 11;
        bottom: 0;
    }
    .headernav .navmenulist {
        display: none;
    }
    .navlogo {
        display: none;
    }
    .navigationmenu {
        top: -100%;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #3E8340;
        left: 0;
        transition: all 0.3s ease 0s;
        z-index: 3;
    }
    .navigationmenu.active {
        top: 0;
    }
    .navigationmenu {
        width: 100%;
        padding-top: 150px;
        overflow: auto;
    }
    .mainnavmenu {
        padding-top: 75px;
        padding-bottom: 5px;
        display: flex;
        width: 80%;
        margin: auto;
        justify-content: space-around;
    }
    .mainnavmenu a {
        text-transform: uppercase;
        font-size: 14px; 
        text-align: center;
        font-weight: 600;
        color: white;
        letter-spacing: .95px;
        border-bottom: 1px solid #669167;
    }
    .mainnavmenu a:hover {
        border-bottom: 1px solid #ffffff;
    }
    .botnavmenu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        justify-content: center;
    }
    .botnavmenu a {
        margin: 12px 12px;
        cursor: pointer;
        text-align: center;
        width: 33.3333%
        color: white;
        border-bottom: 1px solid #669167;
    }
    .botnavmenu a li {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        align-self: center;
    }
    .botnavmenu a:hover {
        border-bottom: 1px solid #ffffff;
    }
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {
    .headernav .navmenulist {
        display: none;
    }
    body main .section-1 .container .titles {
        padding-top: 0;
    }
    .navigationbar .navigationword {
        display: none;
    }
    .navigationbar {
        min-width: 50px;
    }
    .mainnavmenu {
        flex-direction: column;
        margin-top: -65px;
        margin-bottom: 15px;
    }
    .mainnavmenu a {
        margin: auto;
        margin-top: 15px;
    }
    .botnavmenu {
        margin-top: -15px;
    }
}
    
    

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}
    
   