/*
    Theme Name: Bethany
    Theme URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.section-padding {
  padding: 60px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}

/**media Queries**/

.navbar-default {
  background-color: transparent;
}

.main-header {
  background: url(../img/mn_1.jpg) no-repeat;
  background-size: cover;
  min-height: 500px;
}

.bg-color {
  background-color: RGBA(0, 0, 0, 0.41);
}

.nav>li>a {
  padding: 0px;
}

.navbar-brand {
  padding: 0px;
  height: inherit;
  font-family: 'Lato', sans-serif;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 9px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #43c96c;
  text-transform: uppercase;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #43c96c;
}

.navbar-fixed-top {
  padding: 40px 0;
  transition: all 0.5s;
}

@media (max-width: 768px) {
	.navbar-collapse {
		background: rgba(0, 0, 0, 0.8);
		border-top: 0;
	}
  .top-nav-collapse .navbar-toggle  {
  display: block;
}
  .cta-info {
    padding: 10px 0px!important;
}
  .img_back {
    background-size: 45%!important;
}
  .navbar-brand {
    line-height: 30px!important;
}
  .bg-image-2 {
    background-attachment: unset!important;
  }
  #services .box img {
    height: auto!important;
    width: 100%;
  }
  .detailss {
    width: 60%!important;
  }
  .cow_black {
    display: none;
  }
  #header {
    height: 100%!important;
    min-height:unset!important;
  }
  .sub-title {
    letter-spacing: 0!important;
  }
  .last_child {
  margin-right: 0px!important;
  border-right: unset!important;
}
}

.top-nav-collapse {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 0;
}

.wrapper {
  padding: 150px 0px 70px;
}
.navbar-brand {
  display: none;
}
.navbar-toggle {
  display: none;
}
.top-nav-collapse .navbar-brand {
  display: block;
      font-size: 17px;
}

.lang_ua {
  padding: 10px 5px 5px!important;    
  border-bottom: 2px solid;    
  margin-right: 10px;
  color: #43c96c!important;
}
.last_child {
  margin-right: 25px;
  border-right: 2px solid;
}
.top-title {
z-index: 5;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 0px;
    letter-spacing: 4px;
    opacity: 1;
    text-transform: uppercase;
}

.sub-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 0px;
    letter-spacing: 4px;
    opacity: 1;
    text-transform: uppercase;
}

.title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 88px;
  letter-spacing: 4px;
  opacity: 1;
  text-transform: uppercase;
  padding: 25px 0px;
}
.yura_ul {
  list-style: circle;
      color: #888;
}
.btn-submit {
  background: #43c96c;
  border: 0px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 40px;
  font-weight: normal;
  border-radius: 0px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 50px;
  border: 2px solid #43c96c;
}

.btn-submit:hover {
  background: #fff;
}

/****/

#cta-1 {
  padding: 40px 0px;
}

.cta-info {
    border: 5px solid #43c96c;
    padding: 35px 0px;
    margin: 0 15px;
}

.cta-info h3 {
  font-size: 20px;
      margin-top: 0px;
}

.dec-tec {
  font-size: 34px;
}

/****/

#feature {
  background-color: #f8f8f8;
}

.head-title {
  color: #2b2b2b;
  font-size: 32px;
  font-weight: 700;
}

.botm-line {
  background-color: #2b2b2b;
  width: 34px;
  height: 3px;
  display: inline-block;
}

.section-title:hover .botm-line {
  width: 70px;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: width;
  -webkit-transition-duration: 2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 1s;
  /* Standard syntax */
  transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}

p {
  color: #888;
}

.icon {
  position: relative;
  height: 48px;
  width: 48px;
  float: left;
  margin-top: 14px;
  margin-bottom: 20px;
}

.icon i {
  font-size: 45px;
      color: #43c96c;
}

.icon-text {
  margin-left: 73px;
  padding: 0px 25px 25px 0px;
}

h3.txt-tl {
  font-size: 24px;
  line-height: 1.35;
}

/****/

.parallax {
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center center;
}

.bg-image-2 {
  background: url('../img/crveno_meso_crop.jpg') no-repeat center fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section {
  position: relative;
  padding: 88px 0 67px 0;
  display: block;
}

.cta-txt h3 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.cta-txt p {
  color: #fff;
}

/****/

.portfolio-box {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px;
}

#contact {
  background-color: #fff;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

.black {
  color: #000 !important;
  font-weight: 600;
}

.btn-send {
  border-radius: 0px;
  color: #fff;
  background-color: #43c96c;
}

a, a:hover {
  color: #43c96c;
}

.cont-title {
  font-size: 24px;
  padding: 15px 0px;
}

.location-info p span {
  display: inline-block;
}

.location-info p span {
  width: 40px;
  font-size: 24px;
    color: #43c96c;
  vertical-align: middle;
}
#about  .head-title {
	margin-top: 15px;
}
.location-info p {
  margin-bottom: 5px;
}

.location-info p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.contact-icon-container {
  position: absolute;
  top: -38px;
  right: 0;
  padding-right: 20px;
  font-size: 320px;
  color: #555;
  line-height: 300px;
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/****/

#footer {
  background-color: #191919;
  padding: 20px 0px;
}

.footer-copyright {
  color: #fff;
  line-height: 32px;
  text-align: left;
}

.footer-social {
  float: right;
}

.footer-social a {
  font-size: 18px;
  color: #666;
}

.link-dec, .link-dec:hover {
  color: #000;
}

/****/

@media (min-width: 451px) and (max-width: 900px) {
  .section-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 20px) and (max-width: 450px) {
  .navbar-toggle:hover, .navbar-toggle {
    color: #fff;
    background: #0e0f0e73;
  }
  .navbar-toggle {
padding: 5px 10px!important;
    margin-right: 15px!important;
}
  .wrapper {
    padding: 90px 0px 30px;
}
.title {
    line-height: 35px!important;
}
  .navbar-toggle {
    margin-top: 0px;
  }
  .navbar-default .navbar-nav>li>a {
    text-align: center;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  }
  .top-title {
    font-size: 15px;
  }
  .title {
    font-size: 25px;
  }
  .sub-title {
    font-size: 16px;
  }
  .footer-copyright {
    text-align: center;
  }
  .padding-right-zero {
    padding-right: 15px;
  }
  .section-title {
    margin-bottom: 15px;
  }
  .cta-txt h3 {
    font-size: 28px;
  }
  body {
    font-size: 14px;
  }
  h3.txt-tl {
    font-size: 20px;
  }
}

/****/
.padding_block {
    padding: 30px 30px 0px 30px;
    margin: 30px 0;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}
.white_bg {
    background: #fff;
}
#services .box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
#services .title {
    font-weight: 700;
    font-size: 22px;
    padding-top: 0px;
    color: #000;
    line-height: 1.2;
}
.detailss {
      background: #43c96c;
    padding: 10px 30px;
    color: #fff;
    display: block;
    width: 25%;
    text-align: center;
    float: right;
    margin-bottom: 20px;
}
.img_back {
      background: url(../img/animals.png);
    background-size: 18%;
    background-attachment: fixed;
}
.img_opa {
  background: #ffffffe8;
      padding: 60px 0px;
}
.yura_fade {
  transition: 0.3s ease;
}
#btn_form {
      width: 50%;
    margin: 0 auto;
}
.modal-title {
    text-align: center;
    font-size: 23px;
}
.form-control {
  margin-bottom: 20px;
}