body {
font-family: Lato,sans-serif;
font-weight: normal;
font-size: 18px;
min-width: 320px;
position: relative;
line-height: 1.8; 
color: #444;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;}
    
    
a {
  color: #38d430; }

.hidden {
  display: none; }

section,
.main_head {
  position: relative; }
  section h3,
  .main_head h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 35px; }

section {
  padding: 70px 0 90px; }
  section h2 {
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 1px; }
  section .personal_header {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    color: #555; }

.s_descr_wrap {
  text-align: center; }
  .s_descr_wrap .s_descr {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    position: relative;
    margin-bottom: 130px;
    font-weight: 600; }
    .s_descr_wrap .s_descr::after {
      content: "";
      height: 1px;
      left: 50%;
      margin-left: -75px;
      margin-top: 60px;
      position: absolute;
      width: 150px; }

.main_head {
  min-height: 400px;
  padding-top: 20px;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: right;}
  
 

  
	/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
.top_wrapper .header_social_wrap li {
  display: inline-block;
 }
} 


.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-posirion: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }


.toggle_mnu {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  border: 2px solid #fff;
  border-radius: 10px;
  right: 20px;
  top: 20px;
  background-color: #0d9b54; }

  .toggle_mnu span {
    display: block; }

.sandwich {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200; }

.sw-topper {
  position: relative;
  top: 0;
  width: 28px;
  height: 3px;
  background: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  display: block; }


.sw-bottom {
  position: relative;
  width: 28px;
  height: 3px;
  top: 6.6px;
  background: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }

.sw-footer {
  position: relative;
  width: 28px;
  height: 3px;
  top: 13.5px;
  background: #fff;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.top_mnu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 155, 84, 0.75);
  z-index: 50;
  right: 0;
  top: 0;
  display: none; }
 .top_mnu ul,
 .top_mnu li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
.top_mnu ul {
    margin-top: 180px;
    text-align: center;
    -webkit-animation-duration: 0.01s;
    animation-duration: 0.01s; }
.top_mnu ul li:nth-child(1) a {
      -webkit-animation-delay: 0;
      animation-delay: 0; }
.top_mnu ul li:nth-child(2) a {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
.top_mnu ul li:nth-child(3) a {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
.top_mnu ul li:nth-child(4) a {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
.top_mnu ul a {
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 1.2em;
      opacity: 0;
      position: relative;
      height: 4em;
      outline: none; }
.top_mnu ul a span {
        display: block;
        position: relative;
        top: -3em;
        left: 0;
        height: 100%;
		  line-height: 4em;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
.top_mnu ul a span:hover {
          background-color: rgba(255, 255, 255, 0.28); }

.top_wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
.top_wrapper .top_descr {
    display: table-row; }
.top_wrapper .top_descr .top_centered {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
.top_wrapper .top_text {
    display: inline-block;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; 
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;}

.top_wrapper .top_text span {
      margin: 12px;
      padding: 0 20px 0 20px;
      color: #ffffff;
      font-size: 1em;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
    }

.top_wrapper .top_text p {
      margin: 24px auto;
		padding: 0 30px 0 30px;
	   color: #38d430;
	   letter-spacing: 5px;
  		font-size: 2.2em;
      text-transform: uppercase;
     animation-delay: 1s;
		background: white;
    border: 2px solid #38d430;
    border-radius: 10px;
    width: fit-content; }
		
.top_wrapper .top_text img {
    width: 450px;
	 	-webkit-animation-delay: 1s;
      animation-delay: 1.5s;
	 }
	 
.main_footer {
  padding: 50px 0;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff; }

.main_footer .social_wrap {
    float: right;
    line-height: 0; }

.main_footer .social_wrap ul {
      margin: 0; }

.main_footer a {
  color: #ffffff; }

.person {
  text-align: center;
  margin-bottom: 35px; }
  .person img {
    max-width: 220px;
    display: inline-block;
    border-radius: 50%; }

.s_about p {
  margin-bottom: 25px; }
.s_about ul,
.s_about li {
  margin: 0;
  padding: 0 0 0 15px;}
.s_about li {
  margin-bottom: 5px; }
.s_about .social_wrap {
  margin-top: 25px; }
  

.social_wrap li {
  display: inline-block;
  font-size: 2em;
  padding: 0 5px;
  vertical-align: middle;}


.s_portfolio ul,
.s_portfolio li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }
.s_portfolio li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  line-height: 2; }
.s_portfolio ul {
  margin-bottom: 50px; }

.portfolio_item {
  margin-bottom: 20px;
  display: none;
}
.portfolio_item img {
  width: 100%;
	border: 1px solid #ccc; 
box-shadow: 5px 10px 10px -5px rgba(0, 0, 0, 0.2);}
.portfolio_item h2 {
	position: absolute;
  letter-spacing: 3px;
	left: 15px;
  right: 15px;
	font-size: 14px;
	font-weight: normal;
	padding: 15px;
	margin-top: 25px;
  line-height: 1.5em;
   -webkit-transition: all 0.5s;
           transition: all 0.5s;
} 
.portfolio_item:hover h2 {
	opacity:1;
}

.portfolio_item .port_item_cont {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
	  border: 1px solid #fff;
    text-align: center;
    padding-top: 12%;
    opacity: 0;
    -webkit-transition: all 0.5s;
            transition: all 0.5s; }
 
.portfolio_item:hover .port_item_cont {
   opacity: 1;
 	 background-color: rgba(56, 212, 48, 0.85);
   vertical-align: middle;} 

	 
.portfolio_item .port_item_cont a,
.portfolio_item .port_item_cont a:visited {
  border: 1px solid #fff200;
  color: #ffffff;
  font-size: 20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 12%;
  right: 12%;

}

.podrt_descr {
  background-color: #fff;
  max-width: 700px;
  margin: auto; }
  .podrt_descr p,
  .podrt_descr h3 {
    padding: 20px;
    padding-bottom: 0; }
  .podrt_descr h3 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
    padding-top: 25px; }
  .podrt_descr p {
    margin: 0; }
  .podrt_descr img {
    width: 100%;
    margin-top: 10px; }

.modal-box-content {
  position: relative; }

.contact_box {
  margin-bottom: 30px; }
  .contact_box h3 {
    text-align: left;
    color: #000;
    margin-bottom: 0px;
    font-size: 14px; }
  .contact_box .contacts_icon {
    font-size: 30px; }
  .contact_box p {
    margin-top: 5px; }
form {
	padding: 20px 20px 60px 20px;
	background-color: #fff;
	opacity: 0.95;
	max-width: 350px;
	margin: auto;
	position: relative;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
}
.main_form button.send_mail {
  border: none;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  display: block;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.5); }


.form-group {
  display: block;
  margin-bottom: 20px; }
  .form-group .color_element {
    font-weight: 700;
    font-size: 18px; }
  .form-group .text-danger {
    font-size: 11px;
    margin-top: 5px;
    display: block; }
    .form-group .text-danger ul,
    .form-group .text-danger li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .form-group input,
  .form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 5px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 12px;
    background-color: transparent; }

	 @media (max-width:992px){
 	 .top_wrapper .top_text img {
	 	width: 300px;
	 }
	 .top_wrapper .top_text p {
	 font-size: 24px;}



	 }

   .top_wrapper .header_social_wrap {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 20px; 
   }
   .top_wrapper .header_social_wrap ul {
    margin: 0px;
    padding: 0px; 
   }
   .top_wrapper .header_social_wrap a {
    color: #ffffff;
    padding: 5px;

   }

   /*youtube styles*/
   .youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin: 40px auto 0 auto;
}

iframe {
  margin: 40px auto -10px auto;
}

.youtube .play {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAE/UlEQVR4Xu2bW2gcZRTH/+dMNtmYpqaiEcQ2Sc22fZnMRnwJvqTqiyIKQuKjeHnRIFQLvohXfDCJPhgqPlSI+KYVHwoiiBdaxReJ3SQUCkmzm16ghTa33SbdJHuOfJNuzGVt3GVndra7AyFLkjnf+f/mf+b75psTQoUfVOH6UQVQdUCFE6iWQIUboHoTvG0JxFtbw2hqOsQie4XoXgLuAXC3Eu0m1UYV2QXmegANpFoPonBGpI4tq45VaxUIiWqIVUMChJjZEhEGMzPAG90ngMD8kjkjIhkGVoRolYlWaO3zsmQyaYs5rcCS+SKiG6S6KMANSzUpRAsEzCvRDKteyzBfzCST5yKTk+n/cnpOAAnHOSwiR5n5CQB1ZV4mBthPYP607cyZU1u1bAIw0d5eF2po+ALAi2UuOnf6qsevhUJ9j4yMrGT/YB2AdnfXTM/NnYTqk3ek+FuilOhkayTyHJ04kTE/WgcQj0bfJ9X37mTx69qI3mqNxQbXAUzb9h5zw2CgoSIAiMzdJbK3+ezZlOuAacd5XYGhihCfLQXgpbbR0WEXQMK2fwNzdyUBEJEf9o+PP00Xu7rqM6nUPJhDlQQAQKrlwIEmmo5GH1XVPypMvCtXMhmHEh0dr4DoeCUCIOB5mnacdxX4oBIBKPCmccDnIHrNKwDNQ0OYGRjA6qVLXg1RcFwF+inhON8C6Ck4yg4ntsRi0HQaC8PDmB8edj8H5SDgK4o7zi8EPOZVUgZA9jAumBkcxNKpbc8kXg1/27hmWWwc8DeATq8y2AggO8bS6dOBKAsFfqcpxznPwH4/AZixAlEWRGPGAVcBNPsNIAhlIUDcAEgC2FUqACUui6s0ZdsrzFxTagAlKQuReeMA9Uq8iZvrJrjTeH7NFmYvMZAAfCyLm4EG4ENZpAMPwOPZoswADAzALKKKeAQfgFkwmWcI8yzhwXNEsAG4S+b+fqxevlzEi74pVDBvgu40WHy7b4O4Ng3a9rKX+4H5rAM8tvt2F91aCC0AaPTKY/8XgA92zyXxipkGrwC4v1QA/LJ7Ln0CTFE8Gp0k1Yf8BuC73XMLHKXzjjNiAQ/7CaBEdt8mMbsh8jMDj/sBoJR2z6XP3RKL2/Y3xNzrJYCA2D2XxGGzJXaMgT6vALjb4t4uZgpOnYCPzSzwDoAPC45Sxicq0RvmxcjLIPqyjHUUnDoR9VKis7MLIn8WHKWMT2RVe+31+OLiHIDaMtaSf+oiCy3j43vWGiQ6On4F0eH8o5TvGWYKbIvFnl0DEI32QfVY+crJP3NSfaFlbOxrF0A8Gm0i1QtePhTln6J3Z4jq9XAotO+BkZHF9Ta5RDT6NlQ/8m7Y4EQm1SMtY2OfmYz+bZTs6bESExPfk+ozwUnVg0yIvmuJxXoJcN+HbGqVdbtFZ2f7BTiytZnZg1R8DSmAEtFQayRyNNslug1ANqO4bR8C86sEPAWg3ddMiz9YUkV+tCzrk32x2F9bw+/4HyPnDh5sDIfD7WbPQID7ADQx0W5de6FqOkvrs63yqhoGkekurzNt8xZzLUyrvGmZZ65xW+aBGhGpcVvnAfNOkja1yTNnILIK1VVYlvm+rCJpmHZ55jQDN02rPJuWeZFFYk4pkCLVJDEviOo8A7NQvc7MFx6MRKY2XvG8ART/ggQr4o4OCFa6xc+mCqD4TMsrYtUB5XW9ip9t1QHFZ1peEf8BQLiRGHbvOw4AAAAASUVORK5CYII=) no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
     background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAE/UlEQVR4Xu2bW2gcZRTH/+dMNtmYpqaiEcQ2Sc22fZnMRnwJvqTqiyIKQuKjeHnRIFQLvohXfDCJPhgqPlSI+KYVHwoiiBdaxReJ3SQUCkmzm16ghTa33SbdJHuOfJNuzGVt3GVndra7AyFLkjnf+f/mf+b75psTQoUfVOH6UQVQdUCFE6iWQIUboHoTvG0JxFtbw2hqOsQie4XoXgLuAXC3Eu0m1UYV2QXmegANpFoPonBGpI4tq45VaxUIiWqIVUMChJjZEhEGMzPAG90ngMD8kjkjIhkGVoRolYlWaO3zsmQyaYs5rcCS+SKiG6S6KMANSzUpRAsEzCvRDKteyzBfzCST5yKTk+n/cnpOAAnHOSwiR5n5CQB1ZV4mBthPYP607cyZU1u1bAIw0d5eF2po+ALAi2UuOnf6qsevhUJ9j4yMrGT/YB2AdnfXTM/NnYTqk3ek+FuilOhkayTyHJ04kTE/WgcQj0bfJ9X37mTx69qI3mqNxQbXAUzb9h5zw2CgoSIAiMzdJbK3+ezZlOuAacd5XYGhihCfLQXgpbbR0WEXQMK2fwNzdyUBEJEf9o+PP00Xu7rqM6nUPJhDlQQAQKrlwIEmmo5GH1XVPypMvCtXMhmHEh0dr4DoeCUCIOB5mnacdxX4oBIBKPCmccDnIHrNKwDNQ0OYGRjA6qVLXg1RcFwF+inhON8C6Ck4yg4ntsRi0HQaC8PDmB8edj8H5SDgK4o7zi8EPOZVUgZA9jAumBkcxNKpbc8kXg1/27hmWWwc8DeATq8y2AggO8bS6dOBKAsFfqcpxznPwH4/AZixAlEWRGPGAVcBNPsNIAhlIUDcAEgC2FUqACUui6s0ZdsrzFxTagAlKQuReeMA9Uq8iZvrJrjTeH7NFmYvMZAAfCyLm4EG4ENZpAMPwOPZoswADAzALKKKeAQfgFkwmWcI8yzhwXNEsAG4S+b+fqxevlzEi74pVDBvgu40WHy7b4O4Ng3a9rKX+4H5rAM8tvt2F91aCC0AaPTKY/8XgA92zyXxipkGrwC4v1QA/LJ7Ln0CTFE8Gp0k1Yf8BuC73XMLHKXzjjNiAQ/7CaBEdt8mMbsh8jMDj/sBoJR2z6XP3RKL2/Y3xNzrJYCA2D2XxGGzJXaMgT6vALjb4t4uZgpOnYCPzSzwDoAPC45Sxicq0RvmxcjLIPqyjHUUnDoR9VKis7MLIn8WHKWMT2RVe+31+OLiHIDaMtaSf+oiCy3j43vWGiQ6On4F0eH8o5TvGWYKbIvFnl0DEI32QfVY+crJP3NSfaFlbOxrF0A8Gm0i1QtePhTln6J3Z4jq9XAotO+BkZHF9Ta5RDT6NlQ/8m7Y4EQm1SMtY2OfmYz+bZTs6bESExPfk+ozwUnVg0yIvmuJxXoJcN+HbGqVdbtFZ2f7BTiytZnZg1R8DSmAEtFQayRyNNslug1ANqO4bR8C86sEPAWg3ddMiz9YUkV+tCzrk32x2F9bw+/4HyPnDh5sDIfD7WbPQID7ADQx0W5de6FqOkvrs63yqhoGkekurzNt8xZzLUyrvGmZZ65xW+aBGhGpcVvnAfNOkja1yTNnILIK1VVYlvm+rCJpmHZ55jQDN02rPJuWeZFFYk4pkCLVJDEviOo8A7NQvc7MFx6MRKY2XvG8ART/ggQr4o4OCFa6xc+mCqD4TMsrYtUB5XW9ip9t1QHFZ1peEf8BQLiRGHbvOw4AAAAASUVORK5CYII=) no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
}
.youtube .youtube_title {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  z-index: 100;
  color: #ffffff;
}