@import "font-awesome.css";
@import "font-awesome.min.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #3c3a3e;
  background: #ffffff;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #a5d177;
}
.hover1 a:hover {
  color: #888888;
}
.hover2 a:hover {
  color: #ffffff;
}
a.color-6:hover {
  color: #3c3a3e;
}
img {
  max-width: 100%;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  min-height: 229px;
  background: url(../images/header_bg.jpg) no-repeat;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
.header-top {
  width: 100%;
}
.header-top_section-1 {
  padding: 35px 65px 34px 0;
  float: left;
  background: #169133;
}
.header-top_section-2 {
  padding: 33px 0 30px 72px;
  float: right;
  background: #ffffff;
}
#stuck_container {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  z-index: 999;
    
}
#stuck_container:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 50%;
  left: 0;
  margin-right: 585px;
  background: #ffffff;
}
#stuck_container:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  right: 0;
  margin-left: 585px;
  background: #ffffff;
}
.isStuck {
  background: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .header-top_section-1 {
  padding: 7px 65px 7px 0;
}
.isStuck .header-top_section-1 h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: -0.07em;
  
}
@media only screen and (max-width: 1199px) {
	.isStuck .header-top_section-1  {
		 padding: 4px 15px 0 0;
}
	
	}
.isStuck .header-top_section-2 {
  padding: 6px 0 4px 72px;
}
.isStuck .header-top_section-2 .sf-menu > li > ul {
  margin-top: 4px;
}
/* superfish-menu styles
========================================================*/
.sf-menu {
  display: inline-block;
  position: relative;
}
.sf-menu > li {
  float: left;
  position: relative;
}
.sf-menu > li > a {
  display: inline-block;
  color: #565656;
}
.sf-menu > li > a.sf-with-ul {
  color: #565656;
}
.sf-menu > li > a:hover {
  color: #a5d177;
}
.sf-menu > li.current > a {
  color: #a5d177;
}
.sf-menu > li.sfHover > a {
  color: #a5d177;
}
.sf-menu > li + li {
  margin-left: 37px;
}
.sf-menu a {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.sf-menu ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* first level sub-menu styles */
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 30px;
  left: -27px;
  width: 250px;
  padding: 15px 28px 20px 28px;
  background: #303334;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #ffffff;
}
.sf-menu ul > li > a:hover {
  color: #a5d177;
}
.sf-menu ul > li.sfHover > a {
  color: #a5d177;
}
/* second level sub-menu styles */
.sf-menu ul ul {
  top: -30px;
  margin-left: 29px;
  left: 100%;
  width: 154px;
  padding: 2px 28px 10px 28px;
  background: #303334;
}
.sf-menu ul ul > li {
  position: relative;
}
.sf-menu ul ul > li a {
  color: #ffffff;
}
.sf-menu ul ul > li a:hover {
  color: #a5d177;
}
/* superfish responsive layout */
@media only screen and (max-width: 1499px) {
  .sf-menu ul {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .sf-menu ul {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content_map {
  position: relative;
  min-height: 547px;
}
.content_map .google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.content_map #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content_map iframe {
  width: 100%;
}
.content_map img {
  max-width: none !important;
}
.circle {
  border-radius: 50%;
}
.talign__right {
  text-align: right;
}
.color-1 {
  color: #ffffff;
}
.color-2 {
  color: #000000;
}
.color-3 {
  color: #3c3a3e;
}
.color-4 {
  color: #23232b;
}
.color-5 {
  color: #565656;
}
.color-6 {
  color: #a5d177;
}
.color-10 {
  color: #9d9d9d;
}
.bg-color-1 {
  background-color: #ffffff;
}
.bg-color-6 {
  background-color: #a5d177;
}
.bg-color-8 {
  background-color: #f5f5f5;
}
.bg-color-11 {
  background-color: #b0d687;
}
.bg-img-1 {
  background: url(../images/bg_img1.jpg) 50% 0 no-repeat;
}
.bg-img-2 {
  background: url(../images/bg_img2.jpg) 50% 0 repeat-y;
}
.bg-img-3 {
  background: url(../images/bg_img3.jpg) 50% 0 no-repeat;
}
.bg-img-4 {
  background: url(../images/bg_img4.jpg) 50% 0 no-repeat;
}
.decoration-1 {
  float: left;
}
.decoration-1__part-1 {
  border-right: 1px solid #f1f1f2;
  border-bottom: 1px solid #f1f1f2;
}
.decoration-1__part-1a {
  border-right: 1px solid #f1f1f2;
  border-bottom: 1px solid #f1f1f2;
  padding-left: 30px;
  margin-left: -30px;
}
.decoration-1__part-2 {
  border-bottom: 1px solid #f1f1f2;
  padding-left: 30px;
  margin-left: -30px;
}
.decoration-1__part-3 {
  border-right: 1px solid #f1f1f2;
  padding-top: 25px;
}
.decoration-1__part-4 {
  padding-top: 25px;
}
/*---boxes---*/
.slider-box_section-1 {
  padding: 50px 0 103px 0;
}
.slider-box_section-2 {
  padding: 0 0 107px 0;
}
.slider-box_wrapper {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
.super-box-1 {
  padding: 0 0 80px 0;
}
.super-box-2 {
  padding: 0 0 65px 0;
}
.super-box-3 {
  padding: 0 0 148px 0;
}
.super-box-4 {
  padding: 0 0 119px 0;
}
.super-box-5 {
  padding: 0 0 94px 0;
}
.header-box-1 {
  padding: 80px 0 60px 0;
  text-align: center;
}
.header-box-2 {
  padding: 60px 0 40px 0;
  text-align: center;
}
.header-box-3 {
  padding: 94px 0 90px 0;
  text-align: center;
}
.header-box-3a {
  padding: 60px 0 60px 0;
  text-align: center;
  font-size:32px !important;
  line-height: 42px !important;
}
.header-box-3lef {
  padding: 94px 0 90px 90px;
  text-align: left;
}
.header-box-4 {
  padding: 102px 0 92px 0;
  text-align: center;
}
.header-box-5 {
  padding: 94px 0 53px 0;
  text-align: center;
}
.content-box-1 {
  text-align: center;
}
.content-box-0 {
  text-align: center;
}
.content-box-0 h3{ line-height:65px;}
.content-box-1_extension-1 {
  padding: 0 0 53px 0;
  text-align: center;
}
.content-box-1_section-1 {
  padding: 0 0 16px 0;
}
.content-box-1_section-2 {
  padding: 0 0 39px 0;
}
.content-box-1_section-3 {
  padding: 0 0 30px 0;
}
.content-box-1_section-4 {
  padding: 0 0 18px 0;
}
.content-box-2 {
  display: block;
  padding: 56px 0 60px 0;
  overflow: hidden;
  text-align: center;
   
}
.content-box-2c {
  display: block;
  padding: 56px;
  overflow: hidden;
  text-align: center;
   
}
.content-box-2_extension-1 {
  padding: 118px 0 46px 0;
  text-align: center;
}
.content-box-2_section-1 {
  padding: 0 0 41px 0;
}
.content-box-2_section-2 {
  padding: 0 0 12px 0;
}
.content-box-2_section-3 {
  padding: 0 30px 53px;
}
.content-box-2_hover {
  display: block;
}
.content-box-2_hover:hover {
  background: #F9F9F9 !important;
  
}
.content-box-2_hover:hover .btn-2 {
  color: #ffffff !important;
}
.content-box-2_hover:hover .btn-2:after {
  border-color: #ffffff;
}
.content-box-2_hover-2 {
  display: block;
}
.content-box-2_hover-2:hover {
  color: #a5d177 !important;
}
.content-box-2_hover-2:hover .btn-2 {
  color: #a5d177 !important;
}
.content-box-2_hover-2:hover .btn-2:after {
  border-color: #a5d177;
}
.content-box-2__no-indent {
  padding: 0;
}
.content-box-3 {
  padding: 48px 10px 46px 0;
  overflow: hidden;
}
.content-box-3a {
  padding: 48px 10px 46px 0;
  
}
.content-box-3_extension-1 {
  float: left;
  padding: 67px 0 0 0;
  width: 252px;
  margin-right: 48px;
  text-align: center;
}
.content-box-3_extension-2 {
  position: relative;
  float: left;
  padding: 23px 0 0 0;
  width: 272px;
  margin-right: 28px;
  text-align: center;
}
.content-box-3_extension-2a {
  position: relative;
  float: left;
  padding: 23px 0 0 0;
  width: 172px;
  margin-right: 28px;
  text-align: center;
}
.content-box-3_extension-3 {
  position: absolute;
  top: 32px;
  left: 16px;
}
.content-box-3_section-1 {
  padding: 0 0 16px 0;
}
.content-box-4 {
  text-align: center;
}
.content-box-4_extension-1 {
  position: relative;
  padding: 0 0 55px 0;
  text-align: center;
}
.content-box-4_extension-2 {
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -50px;
}
.content-box-4_section-1 {
  padding: 0 0 10px 0;
}
.content-box-5 {
  padding: 0 0 33px 0;
  overflow: hidden;
}
.content-box-5_extension-1 {
  float: left;
  margin-right: 30px;
  width: 670px;
  overflow: hidden;
}
.content-box-5_extension-1 img {
  max-width: none;
}
.content-box-5_extension-2 {
  padding: 0 0 35px 0;
  width: 100%;
  overflow: hidden;
}
.content-box-5_extension-2 img {
  max-width: none;
}
.content-box-5_section-1 {
  padding: 0 0 16px 0;
  margin-top: -5px;
}
.content-box-5_section-2 {
  padding: 0 0 39px 0;
}
.content-box-6 {
  padding: 0 0 0 0;
  text-align: center;
}
.content-box-6_extension-1 {
  position: relative;
  padding: 0 0 65px 0;
  text-align: center;
}
.content-box-6_extension-2 {
  position: absolute;
  bottom: 33px;
  left: 50px;
}
.content-box-6_section-1 {
  padding: 0 0 15px 0;
}
.content-box-7 {
  padding: 48px 35px 94px 22px;
}
.content-box-7a {
  padding: 48px 35px 34px 22px;
}
.content-box-7_extension-1 {
  padding: 0 0 27px 0;
}
.content-box-7_extension-2 {
  text-align: center;
  padding: 66px 21px 36px 0;
  border-right: 1px solid #f1f1f2;
}
.content-box-7_extension-2b {
  text-align: center;
  padding: 20px 21px 20px 0;
 
}
.content-box-7_extension-2a {
  text-align: left;
  padding: 20px 21px 36px 0;
  border-right: 1px solid #f1f1f2;
}
.content-box-7_section-1 {
  padding: 0 0 15px 0;
}
.content-box-7_section-2 {
  padding: 0 0 39px 0;
}
.content-box-8 {
  padding: 15px 0 0 0;
  overflow: hidden;
}
.content-box-8_wrapper {
  padding: 0 0 23px 0;
  overflow: hidden;
}
.content-box-8_extension-1 {
  float: left;
  padding: 18px 0;
  margin-right: 29px;
  width: 72px;
  text-align: center;
}
.content-box-8_section-1 {
  display: block;
  padding: 10px 0 0 0;
}
.mini-box-1_section-1 {
  padding: 0 0 15px 0;
}
.mini-box-2_section-1 {
  padding: 0 0 47px 0;
}
.mini-box-2_section-1b {
  padding: 20px;
  display:block;
  border:#97C06D 2px solid;
}
.mini-box-3 {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
}
.mini-box-3_section-1 {
  padding: 37px 0 0 0;
}
.mini-box-4 {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
}
.mini-box-4_section-1 {
  padding: 10px 0 0 0;
}
.mini-box-4_section-2 {
  padding: 0 0 0 0;
  margin-top: -11px;
}
.footer-header-box {
  padding: 107px 0 110px 0;
}
.footer-box-1 {
  padding: 0 0 0 0;
}
.footer-box-2 {
  padding: 4px 0 0 4px;
}
.footer-box-3 {
  padding: 4px 0 0 1px;
}
.footer-box-3:before,
.footer-box-3:after {
  content: " ";
  display: table;
}
.footer-box-3:after {
  clear: both;
}
.footer-box-4 {
  padding: 5px 0 0 0;
}
.footer-box-5 {
  padding: 100px 0 0 3px;
}
.footer-box-6 {
  padding: 238px 0 0 37px;
}
.privacy-box {
  padding: 0 70px;
  text-align: center;
}
.privacy-box_section-1 {
  padding: 0 0 16px 0;
}
.privacy-box_section-2 + .privacy-box_section-1 {
  padding-top: 68px;
}
@media only screen and (max-width: 1699px) {
  .slider-box_wrapper {
    top: 28%;
  }
}
@media only screen and (max-width: 1599px) {
  .slider-box_wrapper {
    top: 23%;
  }
}
@media only screen and (max-width: 1499px) {
  .slider-box_section-1 {
    padding: 0 0 95px 0;
  }
  .slider-box_section-2 {
    padding: 0 0 110px 0;
  }
  .slider-box_wrapper {
    top: 23%;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-box_section-1 {
    padding: 0 0 60px 0;
  }
  .slider-box_section-2 {
    padding: 0 0 60px 0;
  }
  .content-box-3 {
    padding-top: 34px;
  }
  .content-box-3_extension-1 {
    width: 172px;
  }
  .content-box-3_extension-2 {
    width: 200px;
    margin-right: 10px;
  }
  .content-box-3_extension-3 {
    top: 15px;
    left: 0;
  }
  .content-box-5_extension-1 {
    width: 470px;
  }
  .footer-header-box {
    padding: 60px 0 50px 0;
  }
  .footer-box-5 {
    padding: 142px 0 0 3px;
  }
  .footer-box-6 {
    padding: 138px 0 0 37px;
  }
  .privacy-box {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) {
  .content-box-3_extension-2 {
    width: 150px;
  }
  .content-box-5_extension-1 {
    width: 270px;
  }
  .content-box-6_extension-2 {
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
.content-box-2c{ padding:20px;}

  .super-box-1,
  .super-box-2,
  .super-box-3,
  .super-box-4,
  .super-box-5 {
    padding: 0 0 40px 0;
  }
  .header-box-1,
  .header-box-2,
  .header-box-3,
  .header-box-4,
  .header-box-5 {
    padding: 40px 0 40px 0;
  }
  .content-box-2 {
    margin-bottom: 15px;
    padding: 20px 0 30px 0;
  }
  .content-box-2 br {
    display: none;
  }
  .content-box-2_extension-1 {
    padding: 10px 0 10px 0;
  }
  .content-box-2_section-1 {
    padding: 0 0 10px 0;
  }
  .content-box-2_section-2 {
    padding: 0 0 10px 0;
  }
  .content-box-2_section-3 {
    padding: 0 10px 10px;
  }
  .content-box-3_extension-2 {
    width: 120px;
  }
  .content-box-4 {
    padding-bottom: 30px;
  }
  .content-box-5_extension-1 {
    padding: 0 0 35px 0;
    float: none;
    width: 100%;
  }
  .content-box-6 {
    padding-bottom: 20px;
  }
  .content-box-6_extension-2 {
    left: 70px;
  }
  .content-box-7 {
    padding: 0 0 50px 0;
  }
  .content-box-7_extension-1 {
    padding: 0 0 50px 0;
  }
  .content-box-7_extension-2 {
    padding: 0 0 20px 0;
    border: none;
  }
  .content-box-7_section-1 {
    padding: 0 0 15px 0;
  }
  .content-box-7_section-2 {
    padding: 0 0 39px 0;
  }
  .slider-box_section-1 {
    padding: 0 0 40px 0;
  }
  .slider-box_section-2 {
    padding: 0 0 65px 0;
  }
  .footer-header-box {
    padding: 30px 0;
  }
  .footer-box-5 {
    padding: 60px 0 0 0;
  }
  .footer-box-6 {
    padding: 20px 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
.content-box-7a {
  padding: 20px 20px 20px 0;
}
.header-box-3a{ font-size:25px !important;
	line-height:35px !important;}
  .slider-box_section-1 {
    padding: 0 0 40px 0;
  }
  .slider-box_section-2 {
    padding: 0 0 65px 0;
  }
  .slider-box_wrapper {
    top: 27%;
  }
  .content-box-3 {
    padding-top: 15px;
  }
  .content-box-3_extension-1 {
    width: 128px;
    margin-right: 0;
    padding-top: 30px;
  }
  .content-box-6 br {
    display: none;
  }
  .content-box-6_extension-2 {
    left: 20px;
  }
  .mini-box-2_section-1 {
    padding-bottom: 20px;
  }
}
/*---texts---*/
.text__thin {
  font-weight: 100 !important;
}
.text__light {
  font-weight: 300 !important;
}
.text__regular {
  font-weight: 400 !important;
}
.text__bold {
  font-weight: 700 !important;
}
.text__black {
  font-weight: 900 !important;
}
.text__upercase {
  text-transform: uppercase !important;
}
.text__italic {
  font-style: italic !important;
}
a[href^="tel:"] {
    pointer-events: none;
}
h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  background:url(../images/logo2.png) 30px 0 no-repeat;
  color:#FFFFFF;
  padding-left:60px;
}
h1 .logo-descriptor {

  padding-left: 31px;
  font-size: 12px;
  line-height: 54px;
  letter-spacing: 0.2em;
}

h1 a:hover {
  color: #23232b;
}
h2 {
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -0.04em;
  font-weight: 700;
}
h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
h4 {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
.text-menu-1 {
  font-size: 15px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.text-menu-2 {
  font-size: 15px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.text-slider-1 {
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 0.08em;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000000;
}
.text-slider-2 {
  font-size: 180px;
  line-height: 50px;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-shadow: 0 1px 1px #000000
}
.text-1 {
  font-size: 15px;
  line-height: 24px;
}
.text-2 {
  font-size: 162px;
  line-height: 50px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.text-2a {
  font-size: 70px;
  line-height: 50px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.text-3 {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 300;
}
.text-3b {
  font-size: 17px !important;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 300;
}
.text-3a {
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0;
  font-weight: 600;
}
.text-4 {
  font-size: 40px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 700;
}
.text-5 {
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 300;
}
.text-6 {
  font-size: 42px;
  line-height: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.text-7 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  font-weight: 300;
}
.text-7__spacing-1 {
  line-height: 25px;
}
.text-8 {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 300;
  text-transform: uppercase;
}
.text-9 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
.text-10 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.text-11 {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.text-top {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color:#ffffff;
  margin-left:30px;
}
.text__quote-1:before {
  content: "“";
  font-size: 100px;
  line-height: 24px;
  font-weight: 700;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  text-align: center;
}
.icon-1 {
  font-size: 40px !important;
  line-height: 40px !important;
}
.icon-2 {
  font-size: 110px !important;
  line-height: 110px !important;
}
.icon-3 {
  font-size: 14px !important;
  line-height: 20px !important;
}
.icon-4 {
  font-size: 36px !important;
  line-height: 36px !important;
}
.icon-5 {
  font-size: 30px !important;
  line-height: 36px !important;
}
@media only screen and (max-width: 1499px) {
  .text-slider-2 {
    font-size: 180px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
h1{ font-size:40px; padding-right:30px;}
  h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .text-slider-1 {
    font-size: 18px;
    line-height: 50px;
  }
  .text-slider-2 {
    font-size: 100px;
    line-height: 50px;
  }
  .text-6 {
    font-size: 32px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 979px) {
h2{
	font-size: 40px;
    line-height: 50px;}
  h3 {
    font-size: 19px;
    line-height: 19px;
  }
  h4 {
    font-size: 15px;
    line-height: 24px;
  }
  .text-6 {
    font-size: 28px;
    line-height: 16px;
  }
    .text-slider-2 {
    font-size: 70px;
    line-height: 70px;
  }
 
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  
}
@media only screen and (max-width: 479px) {
h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  background:url(../images/logo3.png) 5px 0 no-repeat;
  color:#FFFFFF;
  padding-left:15px;
}
h1 .logo-descriptor {  padding-left: 17px;
line-height: 34px;
}
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
    h3 {
    font-size: 15px;
    line-height: 15px;
  }
  .text-slider-1 {
    font-size: 14px;
    line-height: 30px;
  }
  .text-slider-2 {
    font-size: 50px;
    line-height: 50px;
  }
  .text-2 {
    font-size: 92px;
    line-height: 50px;
  }
  .icon-2 {
    font-size: 80px !important;
    line-height: 80px !important;
  }
 
}
/*---buttton---*/
.btn-0 {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #a5d177;
}
.btn-0:hover {
  color: #3c3a3e;
  background: #ffffff;
}
.btn-1 {
  display: inline-block;
  padding: 26px 32px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #a5d177;
}
.btn-1:hover {
  color: #3c3a3e;
  background: #ffffff;
}
.btn-2 {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3c3a3e;
  -webkit-transition: 0.4s color ease;
  transition: 0.4s color ease;
}
.btn-2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  right: -2px;
  border-bottom: 3px solid #3c3a3e;
  -webkit-transition: 0.4s border-color ease;
  transition: 0.4s border-color ease;
}
.btn-2:hover {
  color: #a5d177;
}
.btn-2:hover:after {
  border-color: #a5d177;
}
.btn-2b {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3c3a3e;
  -webkit-transition: 0.4s color ease;
  transition: 0.4s color ease;
}
.btn-2b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  right: -2px;
  border-bottom: 3px solid #3c3a3e;
  -webkit-transition: 0.4s border-color ease;
  transition: 0.4s border-color ease;
}
.btn-2b:hover {
  color: #ffffff;
}
.btn-2b:hover:after {
  border-color: #ffffff;
}
.btn-2.color-1 {
  color: #ffffff;
}
.btn-2.color-1:after {
  border-color: #ffffff;
}
.btn-2.color-1:hover {
  color: #a5d177;
}
.btn-2.color-1:hover:after {
  border-color: #a5d177;
}
.btn-3 {
  position: absolute;
  top: 7px;
  right: -2px;
  font-size: 22px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-3:hover {
  color: #a5d177;
}
.isotope {
  width: 100%;
}
.isotope:before,
.isotope:after {
  content: " ";
  display: table;
}
.isotope:after {
  clear: both;
}
.isotope_wrapper {
  text-align: center;
}
.isotope_item {
  position: relative;
  float: left;
  max-width: 100%;
  overflow: hidden;
}
.isotope_item img {
  max-width: none;
}
.isotope_item .overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 114px 0 0 0;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.isotope_item:hover .overlayer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.isotope_button-group {
  display: inline-block;
  padding: 0 0 30px 0;
}
.isotope_button-group:before,
.isotope_button-group:after {
  content: " ";
  display: table;
}
.isotope_button-group:after {
  clear: both;
}
.isotope_button-group .button {
  float: left;
  display: inline-block;
  background: none;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 27px;
  line-height: 48px;
  cursor: pointer;
}
.isotope_button-group .button + .button {
  margin-left: 8px;
}
.isotope_button-group .button:hover,
.isotope_button-group .button.is-checked {
  border-color: #c6eb9e;
  background-color: #c6eb9e;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  overflow: hidden;
  background-color: #303334;
  padding: 0 0 33px 0;
}
.gallery {
  margin-left: -9px;
}
.gallery_item {
  float: left;
  margin-left: 9px;
  margin-bottom: 9px;
}
.gallery_item:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.socials-1 {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.socials-1 .fa + .fa {
  margin-left: 30px;
}
/* newsletter styles
========================================================*/
#form1 {
  position: relative;
}
#form1 input {
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #484b4c;
  background: none;
  width: 100%;
  padding: 0 0 6px 0;
  color: #9d9d9d;
}
#form1 label {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 50px;
}
#form1 .error {
  display: block;
  overflow: hidden;
  height: 0px;
  font-size: 10px;
  color: #f00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#form1 .success {
  text-align: center;
  padding: 4px 0;
  color: #ffffff;
  background: #a5d177;
  position: absolute;
  z-index: 10;
  left: 0;
  right: -5px;
  top: 0;
}
#form1 label.invalid .error {
  /*display: block;*/
  height: 19px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles =======================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  color: #5fc7e6;
  font-size: 45px;
  line-height: 79px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #aaaaaa;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
.school table td { padding:20px;}
.school table tr td{ border:none !important;}

.school table tr th{
	padding:20px;
	border: none !important;
	text-align:center;
	white-space:nowrap;
	color:#000;
	background:#eee;
}
.school table tr{ border-bottom: #EEEEEE 2px dotted;}

.school input[type='text']{
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 20px;
  border: none;
  width: 100%;
  outline: none;
  height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 300;
  color: #3c3a3e;
  background: #f5f5f5;
}

.school textarea {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 15px 21px;
  border: none;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 153px;
  font-weight: 300;
  color: #3c3a3e;
  background: #f5f5f5;
  margin: 0;
}


#contact-form {
  padding: 2px 0 0 0;
  margin: 0 auto;
  width: 100%;
}
#contact-form .contact-form_btn {
  text-align: left;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;

  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  margin: 0 0 18px 0;
}

#contact-form label.message:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  bottom: 26px;
}
#contact-form fieldset {
  border: none;
  width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 15px 0 0 21px;
  color: #3c3a3e;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  font-weight: 300;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 20px;
  border: none;
  width: 100%;
  outline: none;
  height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-weight: 300;
  color: #3c3a3e;
  background: #f5f5f5;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 15px 21px;
  border: none;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 153px;
  font-weight: 300;
  color: #3c3a3e;
  background: #f5f5f5;
  margin: 0;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
  padding-right: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#contact-form .modal h4 {
  font-size: 24px;
  color: #343438;
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  color: #000;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 979px) {
  #contact-form {
    padding-right: 0;
    width: 100%;
  }
  #contact-form label {
    width: 100%;
    margin-left: 0 !important;
    clear: left;
  }
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1499px) {
  #stuck_container {
    top: 36px;
  }
  .header-top {
    top: 25px;
  }
  .header-top_section-1 {
    padding: 30px 65px 29px 0;
  }
  .header-top_section-2 {
    padding: 28px 0 25px 72px;
  }
  .camera_prev,
  .camera_next {
    bottom: 25px !important;
  }
}
@media only screen and (max-width: 1199px) {
  #header {
    min-height: 0;
  }
  #stuck_container {
    position: relative;
    top: 0;
  }
  .header-top {
    top: 25px;
  }
  .header-top_section-1 {
    padding: 20px 0 19px 0;
  }
  .header-top_section-2 {
    padding: 18px 0 15px 0;
  }
  #stuck_container {
    background: #ffffff;
  }
  #stuck_container:before,
  #stuck_container:after {
    width: 0;
  }
  .btn-1 {
    padding: 16px 22px;
    font-size: 25px;
    line-height: 25px;
  }
  .camera_prev,
  .camera_next {
    bottom: 25px !important;
  }
  .content_map {
    min-height: 447px;
  }
  .socials-1 .fa + .fa {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none;
  }
  .content_map {
    min-height: 347px;
  }
  .socials-1 .fa + .fa {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top {
    top: 0;
  }
  .header-top_section-2 {
    padding: 38px 0 15px 0;
    width: 200px;
  }
  .decoration-1 {
    float: none;
  }
  .decoration-1__part-1 {
    border: none;
  }
  .decoration-1__part-2 {
    border: none;
    padding: 0;
    margin: 0;
  }
  .decoration-1__part-3 {
    border: none;
    padding: 0;
  }
  .decoration-1__part-4 {
    padding: 0;
  }
  .isotope .item {
    width: 100%;
    text-align: center;
  }
  .socials-1 .fa + .fa {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .header-top_section-1 {
    text-align: center;
    padding: 18px 0 15px 0;
    width: 100%;
  }
  .header-top_section-2 {
    padding: 0 0 15px 0;
    width: 100%;
  }
}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt100{ margin-top:100px;}

.mlr20{ margin:0 20px;}

.content-box-2 table{ 
border-top:1px #cccccc solid;
border-left:1px #cccccc solid;
margin-left:5px;

}
.content-box-2 table td{ 
border-bottom:1px #cccccc solid;
border-right:1px #cccccc solid;
padding:10px;
}

.blue{ color:#227AB9 !important;}
.red0{ color:#CF3A60 !important}
.white0{ color:#FFFFFF !important}
.aleft{ text-align:left !important;}
.bold{ font-weight:600;}
.title-obi h3{ display:block;
background:#545353;
line-height:2em;
color:#FFFFFF;
padding-left:25px;}

.title-qa h3{ display:block;
background: #A5D177;
line-height:2em;
color:#FFFFFF;
padding-left:25px;}

.title-ca h3{ display:block;
background: #A5D177;
line-height:2em;
color:#FFFFFF;
}


hr{
    border:none;
    border-top: dotted 5px #CCC;
    height:5px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}
.osusume1{ display:block;}
.osusume2{ display:none;}
@media only screen and (max-width: 479px) {
.osusume2{ display:block;}
.osusume1{ display:none;}
	
	}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}	
	
.content-box-2 ul{ margin-left:25px;}
.content-box-2 ul li{ list-style-type:decimal;
padding:15px;
border-bottom:#E2E2E2 1px dotted;}

.comp table{ 
border-top:1px #cccccc solid;
border-left:1px #cccccc solid;
margin-left:15px;

}
.comp table td{ 
border-bottom:1px #cccccc solid;
border-right:1px #cccccc solid;
padding:10px;
}
.center{ text-align:center;}
.vide video{ width:100%;}
.small{ font-size:10px !important;}
.mb50{ margin-bottom:50px;}

.waku{ display:block; border:#FF0004 3px solid;}

