@import url('https://fonts.googleapis.com/css?family=Arimo|Exo+2|Rubik');
@charset "UTF-8";
* {
  font-family: 'Exo 2', sans-serif; }

.header {
  background-image: url("../img/bg_header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.color_bg {
  /*opacity: 0.9;
  background-color: #003b23; */
  opacity: 0.8;
  background-color: #3a3c3e;
}

.logo {
  display: inline-block;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px; }

h2 {
    font-size: 20px;
}

.nav_bar {
  padding-left: 0;
  display: inline-block;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 117px; }
  .nav_bar li {
    display: inline-block; }
    .nav_bar li:last-of-type {
      margin-right: 0; }
      .nav_bar li:last-of-type a {
        padding-right: 0; }
    .nav_bar li a {
      color: white;
      font-family: 'Exo 2', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 42px;
      text-decoration: none;
      padding: 15px; }

.header_top {
  border-bottom: 1px #174f41 solid; }

.hamburger {
  display: none; }

.header_bottom {
  text-align: center;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px; }
  .header_bottom .title_hed {
    position: relative; }
    .header_bottom .title_hed:before {
      content: '';
      position: absolute;
      width: 388px;
      height: 388px;
      left: 50%;
      top: -90px;
      margin-left: -194px;
      border-top: 18px solid #f9a337;
      border-bottom: 18px solid #f36222;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;
      -webkit-background-size: 18px 100%;
      -moz-background-size: 18px 100%;
      background-size: 18px 100%;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
      background-image: -webkit-linear-gradient(top, #f9a337 0%, #f36222 100%), -webkit-linear-gradient(top, #f9a337 0%, #f36222 100%);
      background-image: -moz-linear-gradient(top, #f9a337 0%, #f36222 100%), -moz-linear-gradient(top, #f9a337 0%, #f36222 100%);
      background-image: -o-linear-gradient(top, #f9a337 0%, #f36222 100%), -o-linear-gradient(top, #f9a337 0%, #f36222 100%);
      background-image: linear-gradient(to bottom, #f9a337 0%, #f36222 100%), linear-gradient(to bottom, #f9a337 0%, #f36222 100%); }
    .header_bottom .title_hed h2 {
      color: white;
      font-family: 'Exo 2', sans-serif;
      font-size: 48px;
      font-weight: 700;
      padding-bottom: 20px;
      margin-bottom: 15px;
      position: relative; }
      .header_bottom .title_hed h2:before {
        content: '';
        position: absolute;
        width: 66px;
        height: 4px;
        background-color: #fff;
        left: 50%;
        margin-left: -33px;
        bottom: 0; }
    .header_bottom .title_hed p {
      opacity: 0.7;
      color: white;
      font-family: 'Exo 2', sans-serif;
      font-size: 16px;
      font-weight: 400; }
    .header_bottom .title_hed i {
      opacity: 0.7;
      font-size: 16px; }

.text-sec1 {
  padding: 50px; }
  .text-sec1 h2 {
    color: black;
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative; }
    .text-sec1 h2:after {
      /* ╨У╤А╨░╨┤╨╕╨╡╨╜╤В */
      position: absolute;
      bottom: 0;
      left: 0;
      background: #f36222;
      background: -moz-linear-gradient(left, #f36222 0%, #f9a337 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f36222), color-stop(100%, #f9a337));
      background: -webkit-linear-gradient(left, #f36222 0%, #f9a337 100%);
      background: -o-linear-gradient(left, #f36222 0%, #f9a337 100%);
      background: -ms-linear-gradient(left, #f36222 0%, #f9a337 100%);
      background: linear-gradient(to right, #f36222 0%, #f9a337 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36222', endColorstr='#f9a337', GradientType=1);
      content: "";
      display: block;
      /* ╨Т╨╝╨╡╤Б╤В╨╛ ╤В╨╛╨╗╤Й╨╕╨╜╤Л */
      height: 3px;
      width: 68px; }
  .text-sec1 p {
    color: #29363b;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0; }

.pic-sec1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.main_sect1 {
  padding-top: 75px;
  padding-bottom: 50px;
	background-color: rgba(153, 153, 153, 0.05);
 }

.main_sect2 {
  background-color: #f1f2f4; }

.element_pdf {
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  /*margin-bottom: 0px;*/ }
  .element_pdf .item:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center; }
    .element_pdf .item:first-of-type i {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      height: 75px;
      width: 75px; }
  .element_pdf .item:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center; }
    .element_pdf .item:last-of-type a:first-of-type {
      margin-right: 18px;
      background-color: #19a645;
      border-radius: 2px;
      color: white;
      font-family: 'Exo 2', sans-serif;
      font-size: 13px;
      font-weight: 400;
      padding: 10px 18px;
      text-decoration: none;
      transition: .25s; }
      .element_pdf .item:last-of-type a:first-of-type:hover {
        transition: .25s;
        background-color: #557760;
        color: #fff; }
    .element_pdf .item:last-of-type a:last-of-type {
      color: #666666;
      background-color: #e6e6e6;
      border-radius: 2px;
      font-family: 'Exo 2', sans-serif;
      font-size: 13px;
      font-weight: 400;
      padding: 10px 18px;
      text-decoration: none;
      transition: .25s; }
      .element_pdf .item:last-of-type a:last-of-type:hover {
        transition: .25s;
        background-color: #557760;
        color: #fff; }
  .element_pdf .item_text {
    width: 50%;
    text-align: left;
    padding: 0 10px; }
    .element_pdf .item_text h3 {
      color: #000;
      font-family: 'Exo 2', sans-serif;
      font-size: 15px;
      line-height: 23px;
      font-weight: 400; }
    .element_pdf .item_text p {
      color: #999;
      font-family: 'Exo 2', sans-serif;
      font-size: 13px;
      line-height: 23px;
      font-weight: 400; }

.sec2_pgf {
  display: none; }

.sec2_nav {
  padding: 40px 0; }
  .sec2_nav button, .sec2_nav a {
    display: inline-block;
    color: #666;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dadada;
    border-radius: 2px;
    background-color: transparent;
    padding: 10px 20px;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
    outline: none; }
  .sec2_nav button.active, .sec2_nav a.active {
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.15); }
  .sec2_nav button, .sec2_nav a {
    color: #666;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dadada;
    border-radius: 2px;
    background-color: transparent;
    padding: 10px 20px;
    margin-right: 20px;
    text-decoration: none; }

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

.dropdown-list {
  display: inline-block;
  position: relative; }
  .dropdown-list ul {
    margin: 0;
    position: absolute;
    top: calc(100% + 1px);
    z-index: 3;
    background-color: #e6e6e6;
    border: 1px solid #cdcdcd;
    left: 0;
    right: 0;
    padding-left: 0px;
    display: none;
    max-height: 300px;
    width: 100%; }
    .dropdown-list ul li {
      text-align: center;
      list-style-type: none;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      padding-right: 5px;
      color: black;
      font-family: 'Exo 2', sans-serif;
      font-size: 15px;
      font-weight: 400;
      transition: 0.25s; }
      .dropdown-list ul li:hover {
        transition: 0.25s;
        background-color: #fff; }
      .dropdown-list ul li a {
        color: #666;
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: inline-block;
        border: 0; }
  .dropdown-list button {
    outline: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 25px;
    position: relative;
    background-color: transparent;
    border: 1px solid #dadada;
    border-radius: 0;
    color: black;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 400; }
    .dropdown-list button:before {
      position: absolute;
      content: '\f107';
      font-family: "FontAwesome";
      right: 9px;
      top: 11px;
      color: #000;
      font-size: 14px; }

.sec2_pgf {
  text-align: center; }
  .sec2_pgf > button {
    color: #333;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 12px 30px;
    background-color: #cdcdcd;
    border-radius: 22px;
    transition: .25s;
    outline: none;
    border: 0; }
    .sec2_pgf > button:hover {
      transition: .25s;
      background-color: #f9a337;
      color: #fff; }

.main_sect3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 75px; }
  .main_sect3 a {
    color: #fff;
    text-decoration: none; }
  .main_sect3 .text_info h3 {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px; }
  .main_sect3 .text_info p {
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 35px; }
  .main_sect3 .text_info .text_info_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px; }
    .main_sect3 .text_info .text_info_item p {
      display: inline-block;
      float: left;
      color: #fff;
      font-family: 'Exo 2', sans-serif;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0; }
      .main_sect3 .text_info .text_info_item p:first-of-type {
        width: 108px; }

.mat-label {
  display: block;
  font-size: 16px;
  transform: translateY(36px);
  color: #ccc;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s;
  padding-left: 12px; }
  .mat-label i {
    margin-right: 10px;
    color: #fff;
    transition: all 0.5s; }

.mat-input {
  position: relative;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 2px;
  width: 100%;
  outline: none;
  padding: 8px 0;
  font-size: 14px;
  color: #fff;
  padding-left: 10px; }

.mat-div {
  padding: 0 20px;
  position: relative; }

.is-active .mat-label {
  color: white;
  transition: all 0.5s; }
  .is-active .mat-label i {
    color: white;
    transition: all 0.5s; }

.is-completed .mat-label {
  font-size: 14px;
  transform: translateY(4px);
  color: white; }

.mat_textarea.mat-div {
  margin-top: 20px; }

textarea {
  resize: none; }

.mat-div:first-of-type {
  width: calc(50% - (2px));
  display: inline-block; }
.mat-div:nth-child(2) {
  width: calc(50% - (2px));
  display: inline-block; }

.main_form button {
  margin-top: 20px;
  margin-left: 20px;
  color: white;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #f36222;
  padding: 12px 30px;
  border: 0;
  border-radius: 22px;
  outline: none; }
  .main_form button:hover {
    transition: .25s;
    background-color: #f9a337;
    color: #fff; }

#map {
  display: inline-block;
  height: 575px;
  width: 100%; }

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #3a3c3e; }
  .footer .left_footer p {
    opacity: 0.4;
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400; }
  .footer .mid_footer {
    text-align: center; }
    .footer .mid_footer ul {
      padding-left: 0; }
      .footer .mid_footer ul li {
        display: inline-block;
        margin-right: 30px; }
        .footer .mid_footer ul li a {
          text-decoration: none;
          color: white;
          font-family: 'Exo 2', sans-serif;
          font-size: 14px;
          font-weight: 400;
          transition: .25s; }
          .footer .mid_footer ul li a:hover {
            transition: .25s;
            color: #f9a337; }
  .footer .right_footer {
    text-align: right; }
    .footer .right_footer p {
      opacity: 0.4;
      color: white;
      font-family: 'Exo 2', sans-serif;
      font-size: 14px;
      font-weight: 400; }
    .footer .right_footer a {
      opacity: 0.4;
      color: white;
      font-family: 'Exo 2', sans-serif;
      font-size: 14px;
      font-weight: 400;
      transition: 0.25s;
      text-decoration: none; }
      .footer .right_footer a:hover {
        opacity: 1; }

.pic-sec1 {
  min-height: 270px; }

@media (max-width: 991px) {
  .header_bottom .title_hed:before {
    width: 290px;
    height: 290px;
    margin-left: -145px; }

  .main_sect1 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .text-sec1 {
    padding: 20px; }

  .pic-sec1 {
    margin-bottom: 20px; }

  .main_sect3 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .main_sect3 .text_info h3 {
    margin-bottom: 15px; }

  .main_sect3 .text_info p {
    margin-bottom: 15px; }

  .main_sect3 .text_info {
    padding-left: 35px; }

  .footer .mid_footer ul li {
    display: inline-block;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 5px; }

  .pic-sec1_non {
    display: none; } }
@media (max-width: 768px) {
  .header_bottom .title_hed h2 {
    font-size: 25px; }

  .dropdown-item {
    display: inline-block;
    position: relative;
    float: none;
    margin-bottom: 15px; }

  .sec2_nav button, .sec2_nav a {
    margin-bottom: 15px; }

  .sec2_nav {
    padding: 40px 0;
    padding-bottom: 25px; }

  .element_pdf {
    padding: 15px 20px;
    display: block;
    background-color: #fff;
    margin-bottom: 20px; }

  .element_pdf .item_text {
    width: 100%;
    text-align: center;
    padding: 0 10px; }

  .footer .right_footer {
    text-align: center; }

  .footer .left_footer {
    text-align: center; }

  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #003b23; }

  .hamburger {
    display: inline-block;
    float: right;
    padding: 35px 15px; }

  .nav_bar li:last-of-type a {
    padding-right: 5px; }

  .nav_bar {
    height: auto;
    max-width: none;
    position: absolute;
    left: 0;
    top: 117px;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    padding-bottom: 10px;
    background-image: linear-gradient(to bottom, #003b23 0%, #003b23 100%), linear-gradient(to bottom, #003b23 0%, #003b23 100%);
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: calc(100vh - 117px);
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .nav_bar li {
      display: inline-block;
      width: 100%;
      margin: 0; }
      .nav_bar li a {
        width: 100%;
        display: inline-block;
        padding: 5px;
        transition: .25s;
        font-size: 22px; }
        .nav_bar li a:hover {
          transition: .25s;
          background-color: rgba(0, 0, 0, 0.2); }

  .nav_bar.active {
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #f9a337;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#hamburger-11.active {
  animation: smallbig 0.6s forwards; }

@keyframes smallbig {
  0%,
    100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
#hamburger-11.active .line:nth-child(1),
#hamburger-11.active .line:nth-child(2),
#hamburger-11.active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

#hamburger-11.active .line:nth-child(2) {
  opacity: 0; }

#hamburger-11.active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg); }

#hamburger-11.active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg); }

@media (max-width: 480px) {
  .color_bg {
    opacity: 1;
    background-color: #003b23; }

  .mat-div:first-of-type {
    width: 100%;
    display: inline-block; }

  .mat-div:nth-child(2) {
    width: 100%;
    display: inline-block; } }
div#scroll-top {
  position: fixed;
  right: 30px;
  bottom: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to bottom, #19a645 0%, #557760 100%), linear-gradient(to bottom, #19a645 0%, #557760 100%);
  border: 0;
  z-index: 9999;
  -webkit-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  cursor: pointer; }

div#scroll-top:before {
  content: '>';
  font-size: 45px;
  color: #fff;
  position: absolute;
  left: 11px;
  top: -7px;
  content: "\f102";
  font-family: "FontAwesome"; }

div#scroll-top.visible {
  bottom: 30px; }

@media (max-width: 480px) {
  div#scroll-top.visible {
    bottom: 15px;
    right: 15px; } }
.modal-content {
  background-image: linear-gradient(to bottom, #f9a337 0%, #f36222 100%), linear-gradient(to bottom, #f9a337 0%, #f36222 100%); }
  .modal-content .close {
    position: relative;
    top: -10px; }
  .modal-content .modal-header {
    border-bottom: 0; }
  .modal-content .modal-body h5 {
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    text-align: center; }
  .modal-content .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0; }
  .modal-content .btn-secondary {
    margin-right: 18px;
    background-color: #f36222;
    border-radius: 2px;
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 18px;
    text-decoration: none;
    border: 1px #fff solid;
    transition: .25s; }
    .modal-content .btn-secondary:hover {
      transition: .25s;
      background-color: #f9a337;
      color: #fff; }
.sec_gallary {
  padding: 25px 0;
}

.sec_gallary .item_gallary {
  margin: 15px 0;
}
.sec_gallary .item_gallary div{
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
}
.sec_gallary .item_gallary div a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sec_gallary .item_gallary a:after {
    content: "";
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.2);
    transition: .3s;
    position: absolute;
}
.sec_gallary .item_gallary a:hover:after {
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
}
.new_text h4 {
  text-align: center;
}
.new_text p {
  text-align: justify;
  text-align-last: center;
}
/*# sourceMappingURL=style.css.map */
.lang-switcher {
	color: white;
	margin-right: 35px;
}

.nav_bar li a:hover {
	color: #eca64a;
}
.new_text{
	font-size: 16px;
	margin-top: 50px;
}