@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #3e454c;
  color: #bbbaba;
  font: 400 14px/23px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h2, h3, h4, h5 {
  font-weight: 300;
  color: #3e454c;
  text-transform: uppercase; }
  h2 span, h3 span, h4 span, h5 span {
    color: #779A32; }

h2 {
  font-size: 60px;
  line-height: 60px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 44px;
      line-height: 44px; } }
  @media (max-width: 479px) {
    h2 {
      font-size: 34px;
      line-height: 34px; } }

h3 {
  font-size: 40px;
  line-height: 40px; }
  @media (max-width: 479px) {
    h3 {
      font-size: 30px;
      line-height: 30px; } }

h4 {
  font-size: 30px;
  line-height: 30px; }
  h4 a:hover {
    color: #779A32; }

h5 {
  font-size: 20px;
  line-height: 25px; }
  h5.ls {
    letter-spacing: -1px;
    font-weight: 400; }
  h5 a:hover {
    color: #779A32; }
  h5 span a:hover {
    color: #3e454c; }

h6 {
  font-size: 15px;
  line-height: 20px;
  color: #779A32;
  text-transform: uppercase; }

time {
  display: block; }

p {
  font-family: "Arial", sans-serif; }
  p.lh {
    line-height: 24px; }
  p.primary {
    color: #8d9694; }

hr {
  border: none;
  height: 1px;
  background: #f5f6f6; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background: transparent; }

a[href^="tel:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

/*=============    Support Classes    =================*/
.center {
  text-align: center; }

.mg-add {
  margin-top: 5px; }

.oh {
  overflow: hidden; }

h5 + .off1 {
  margin-top: 10px; }

h5 + .off2 {
  margin-top: 36px; }

h3 + .off1 {
  margin-top: 42px; }

h3 + .off2 {
  margin-top: 48px; }

h4 + .off1 {
  margin-top: 20px; }

h6 + .off1 {
  margin-top: 14px; }

.row + .off1 {
  margin-top: 76px; }

.row + .off2 {
  margin-top: 30px; }

p + .off1 {
  margin-top: 23px; }

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
  padding-top: 35px;
  background: #ffffff; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*==================     Brand     ======================*/
.brand {
  position: relative;
  float: left; }
  .brand_name {
    text-transform: uppercase; }
  .brand_logo {
    position: absolute;
    left: 0; }
  .brand_slogan {
    text-transform: uppercase; }

/*========================================================
                     Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .sf-menu > li {
    position: relative;
    display: table-cell; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
.sf-menu a {
  display: block; }

.sf-menu > li {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #1f2228; }
  .sf-menu > li > a {
    color: #fff;
    background: #3e454c;
    font-size: 14px;
    padding: 42px 5px 43px;
    text-transform: uppercase; }
  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    background: #33383f; }
  .sf-menu > li.active > a {
    background: #779A32; }
    .sf-menu > li.active > a:after {
      content: '';
      position: absolute;
      top: 100%;
      height: 25px;
      left: 0;
      right: 0;
      background: #779A32;
      z-index: 1;
      margin-top: -1px; }
  .sf-menu > li + li {
    border-left: 1px solid #363d43; }
  .sf-menu > li.last {
    border-right: none; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 0;
  padding: 30px 0;
  text-align: center;
  background: #3e454c;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li > a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #779A32; }
  .sf-menu ul > li + li {
    margin-top: 5px; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
  margin-left: 14px;
  padding: 30px 0;
  background: #779A32;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul ul:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 5px 4.5px 0;
    border-color: transparent #21a8b0 transparent transparent; }
  .sf-menu ul ul a:hover {
    color: #3e454c; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome'; }

.sub-menu > li > .sf-with-ul {
  position: relative; }
  .sub-menu > li > .sf-with-ul:after {
    margin-left: 10px;
    content: '\f054';
    font: 400 14px/14px 'FontAwesome'; }

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #f4f5f5 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAIxJREFUeNrs1lEJgDAYxPG/YgErmMEKhlgBrWCFVViBPVjFDFYwwnwXxG8yEeHu+eDHtntYlVLii9R8FMGCBQsWbE5jLTrnWqA1VLcYYzkYWIHO0JuAUPKqveW0wFL6jQMw36A9sL8xLn+BZ6FPV33Gs9HccZ3xHRiBIRcFqPTnEixY8O/gAwAA//8DAESSGmWnetXBAAAAAElFTkSuQmCC") no-repeat right center;
  border: 1px solid #333;
  margin-bottom: 30px;
  overflow: hidden; }
  .select-menu .select {
    width: 440px;
    height: 30px;
    color: #585858;
    background-color: transparent;
    font: 400 15px "Open sans", sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none; }
    .select-menu .select::-ms-expand {
      display: none; }
  @media (max-width: 767px) {
    .select-menu {
      display: block; } }
  @media (max-width: 479px) {
    .select-menu {
      width: 270px; }
      .select-menu .select {
        width: 290px; } }

/*==================  Stuck menu  ======================*/
.isStuck {
  left: 0;
  background: #444444;
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck .nav {
    margin-top: 0; }
  .isStuck .sf-menu > li > a {
    padding: 15px 5px; }
    .isStuck .sf-menu > li > a:after {
      display: none; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: white url(../images/lazy-loader.gif) no-repeat center center; }
  .lazy-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 0;
	-moz-transition: 1s all ease;
	-o-transition: 1s all ease;
	-webkit-transition: 1s all ease;
	transition: 1s all ease;
	opacity: 0;
}
    .lt-ie9 .lazy-img img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .lazy-img .lazy-loaded {
	opacity: 1;
	/*width: 0px;*/
}
    .lt-ie9 .lazy-img .lazy-loaded {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #3e454c;
    color: white; }
    .lt-ie9 .thumb_overlay {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
    .thumb_overlay:before {
      content: "\f065";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover {
    background-image: none; }
    .thumb:hover .thumb_overlay {
      opacity: 0.5; }
      .lt-ie9 .thumb:hover .thumb_overlay {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
        filter: alpha(opacity=50); }
      .lt-ie9 .thumb:hover .thumb_overlay:before {
        display: block; }
    .thumb:hover img {
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  background: #333;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    background: #779A32;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat; }
  .mobile .parallax, .tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover; }

.parallax1 {
  background-image: url(../images/page-1_img01.jpg);
  padding: 152px 0 112px; }
  .parallax1 h5 {
    color: #ffffff; }

.parallax2 {
  background-image: url(../images/page-2_img10.jpg);
  padding: 159px 0 159px; }
  .parallax2 h3 {
    color: #ffffff; }

.parallax3 {
  background-image: url(../images/page-3_img02.jpg);
  padding: 152px 0 155px; }
  .parallax3 h3, .parallax3 h5 {
    color: #ffffff; }
  .lt-ie9 .parallax3 h5 {
    font-size: 19px; }
  .parallax3 .number {
    background: #779A32; }

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
    padding: 50px 0; } }
/*========================================================
                    HEADER Section
=========================================================*/
.header {
  padding-top: 91px;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, white 27%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(27%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #eaeaea 0%, white 27%, white 100%);
  background: -o-linear-gradient(top, #eaeaea 0%, white 27%, white 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%, white 27%, white 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, white 27%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=0); }
  .header_panel:before, .header_panel:after {
    display: table;
    content: "";
    line-height: 0; }
  .header_panel:after {
    clear: both; }
  @media (max-width: 767px) {
    .header {
      text-align: center;
      padding-top: 30px; }
      .header .brand {
        float: none; }
      .header .nav {
        margin-top: 30px; } }

/*==================     Header-Brand     ======================*/
.header-brand {
  padding-left: 450px; }
  .header-brand .brand_logo {
    top: 12px; }
  .header-brand .brand_name {
    font-size: 1px;
    line-height: 1px;
    font-weight: 600;
    color: #373d44; }
    .header-brand .brand_name span {
      color: #779A32; }
  .header-brand .brand_slogan {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 19.32px;
    color: #373d44; }
  @media (max-width: 767px) {
    .header-brand .brand_slogan {
      letter-spacing: 16px; } }
  @media (max-width: 479px) {
    .header-brand {
      text-align: left; }
      .header-brand .brand_logo {
        top: -12px; }
      .header-brand .brand_name {
        font-size: 45px;
        line-height: 45px; }
      .header-brand .brand_slogan {
        letter-spacing: 5px; } }

/*==================     Phone wrap     ======================*/
.phone-wr {
  float: right;
  margin-top: 15px;
  color: #779A32;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  padding-left: 60px;
  position: relative; }
  .phone-wr:before {
    content: '\f095 ';
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 50px;
    font-size: 50px;
    color: #779A32;
    font-family: "FontAwesome"; }
  .phone-wr .phone {
    color: #3e454c;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px; }
  @media (max-width: 767px) {
    .phone-wr {
      float: none;
      display: inline-block;
      margin-top: 20px; } }
  @media (max-width: 479px) {
    .phone-wr {
      font-size: 12px; } }

.nav {
  margin-top: 108px; }

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  background: white; }

.bg-content {
  background: #f5f6f6; }

.bg-primary {
  background: #3e454c;
  padding: 100px 0 119px; }

/*==================      Well      ======================*/
.well {
  padding-top: 90px;
  padding-bottom: 85px; }

.well2 {
  padding-top: 86px;
  padding-bottom: 119px; }
  .well2__ins1 {
    padding-bottom: 85px; }

.well3 {
  padding-top: 99px;
  padding-bottom: 100px; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left;
  margin-right: 30px; }
.box_cnt__no-flow {
  overflow: hidden; }
@media (max-width: 479px) {
  .box_aside {
    float: none;
    margin: 0 0 15px; } }

@media (min-width: 768px) and (max-width: 979px) {
  .box__mod-768 .box_aside {
    float: none;
    margin: 0 0 15px; } }

/*==================  Video  ======================*/
.video {
  width: 100%;
  height: 321px; }

/*==================  Date  ======================*/
.date {
  width: 70px;
  height: 70px;
  line-height: 24px;
  text-align: center;
  font-size: 30px;
  padding-top: 10px;
  font-weight: 300;
  color: #ffffff;
  background: #779A32;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .date span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.5; }
    .lt-ie9 .date span {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }

/*==================    Icon    ======================*/
.icon {
  display: inline-block;
  position: relative;
  width: 156px;
  height: 185px;
  line-height: 129px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #779A32;
  color: #ffffff;
  font-size: 61px; }
  .icon:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 56px 60px;
    border-color: transparent transparent white transparent; }

.icon__mod:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 56px 60px;
  border-color: transparent transparent #f5f6f6 transparent; }

.icon-box .icon {
  float: left;
  margin-right: 40px; }
.icon-box h5 {
  color: #abadae; }
@media (max-width: 767px) {
  .icon-box {
    text-align: center; }
    .icon-box .icon {
      float: none;
      margin: 0 0 15px; } }

/*==================    Number    ======================*/
.number {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  background: #3e454c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.number-box h3 {
  color: #779A32; }
  .number-box h3 a:hover {
    color: #3e454c; }
.number-box_cnt {
  margin-top: 38px; }

/*==================  Event  ======================*/
.event .bg-img {
  background-color: #779A32;
  background-repeat: no-repeat;
  background-position: right 0;
  padding: 13px 0 10px 17px; }
  .event .bg-img + h5 {
    margin-top: 28px; }
  .event .bg-img h5 {
    color: #ffffff;
    font-weight: 400; }
  .event .bg-img h6 {
    color: #5b605f; }
  .event .bg-img .date2 {
    margin-top: 20px;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300; }
    .event .bg-img .date2 span {
      display: block;
      opacity: 0.5;
      font-size: 15px;
      text-transform: uppercase;
      line-height: 28px;
      letter-spacing: -0.75px; }
      .lt-ie9 .event .bg-img .date2 span {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
        filter: alpha(opacity=50); }
  @media (min-width: 980px) and (max-width: 1199px) {
    .event .bg-img {
      -webkit-background-size: 50% 100%;
      background-size: 48% 100%; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .event .bg-img {
      padding-bottom: 190px;
      background-position: 0 bottom;
      -webkit-background-size: 100% auto;
      background-size: 100% auto; } }
.event .bg1 {
  background-image: url(../images/page-1_img03.jpg); }
.event .bg2 {
  background-image: url(../images/page-1_img06.jpg); }
.event .bg3 {
  background-image: url(../images/page-1_img05.jpg); }
.event .bg4 {
  background-image: url(../images/page-1_img06.jpg); }
@media (min-width: 480px) and (max-width: 767px) {
  .event {
    text-align: center; }
    .event .bg-img {
      padding-right: 150px; } }

/*==================    Owl Carousel    ======================*/
.owl-carousel {
  padding: 0 145px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .owl-carousel {
      padding: 0 30px; } }

.owl-prev, .owl-next {
  position: absolute;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  top: 29%;
  color: #ffffff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .owl-prev:hover, .owl-next:hover {
    color: #779A32; }
  @media (max-width: 767px) {
    .owl-prev, .owl-next {
      font-size: 30px;
      line-height: 30px; } }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

/*==================   Quote    ======================*/
.quote {
  text-align: center; }
  .quote p {
    position: relative;
    padding: 0 35px; }
    .quote p:before, .quote p:after {
      content: '“';
      position: absolute;
      top: 0;
      color: #ffffff;
      font: 300 60px/60px "Open Sans", sans-serif; }
    .quote p:before {
      left: 0; }
    .quote p:after {
      right: 0; }
  .quote p + .btn {
    margin-top: 26px; }
  @media (max-width: 479px) {
    .quote p {
      padding: 0 10px; }
      .quote p:before, .quote p:after {
        top: -15px;
        font-size: 40px;
        line-height: 40px; } }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #779A32; }
  .btn:hover {
    background: #3e454c; }

.btn2 {
  display: inline-block;
  padding: 20px 40px 20px 40px;
  line-height: 24px;
  color: #ffffff;
  background: #779A32;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase; }
  .btn2:hover {
    background: #3e454c; }
  @media (max-width: 479px) {
    .btn2 {
      font-size: 18px;
      padding: 20px; } }

.btn-wr {
  margin-top: 34px; }
  .btn-wr .btn2 + .btn2 {
    margin-left: 16px; }
    @media (max-width: 1199px) {
      .btn-wr .btn2 + .btn2 {
        margin: 15px 0 0; } }

/*==================      Link-list      ======================*/
.link-list {
  font-size: 15px;
  color: #779A32;
  text-transform: uppercase; }
  .link-list li + li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #dcdddd; }
  .link-list a:hover {
    color: #3e454c; }

/*==================    Blog box      ======================*/
.blog-box_cnt {
  background: #fff;
  padding: 39px 37px 37px 30px; }
.blog-box .date {
  float: left;
  margin: 6px 30px 0 0; }
  @media (max-width: 767px) {
    .blog-box .date {
      float: none;
      margin: 0 0 15px; } }
.blog-box p > a {
  font-size: 20px;
  line-height: 24px;
  color: #779A32;
  margin-left: 7px; }
  .blog-box p > a:hover {
    color: #3e454c; }
.blog-box + .blog-box {
  margin-top: 55px; }

/*==================   Address    ======================*/
address {
  text-transform: uppercase;
  color: #ffffff; }
  address p {
    font: 300 20px/25px "Open Sans", sans-serif; }
  address a {
    color: #779A32 }
    address a:hover {
      text-decoration: underline; }
  @media (max-width: 479px) {
    address p {
      font-size: 18px; } }

/*==================    Map    ======================*/
.map {
  height: 457px; }
  .map img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map {
      height: 250px; } }
  @media (max-width: 479px) {
    .map {
      height: 200px; } }

.policy-box + .policy-box {
  margin-top: 76px; }

.policy-link {
  margin-top: 80px;
  font-size: 15px;
  text-transform: uppercase;
  color: #779A32; }
  .policy-link a:hover {
    text-decoration: underline; }

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  padding: 83px 0;
  background: #3e454c;
  color: #697682;
  font-size: 15px;
  line-height: 17px; }
  .footer .wr {
    margin-top: 114px; }
  @media (max-width: 767px) {
    .footer {
      text-align: center; }
      .footer .footer-brand, .footer .social-list {
        float: none; }
      .footer .footer-brand {
        display: inline-block; } }

/*==================     Contacts     ======================*/
.addr, .contact {
  position: relative;
  padding-left: 50px;
  text-transform: uppercase; }
  .addr:before, .contact:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #779A32;
    font-family: "FontAwesome"; }
  .addr a:hover, .contact a:hover {
    text-decoration: underline; }

.addr:before {
  content: '\f041';
  font-size: 40px;
  line-height: 40px; }

.contact:before {
  content: '\f10b';
  font-size: 35px;
  line-height: 30px; }

/*==================     Footer Brand     ======================*/
.footer-brand {
  padding-left: 250px; }
  .footer-brand .brand_logo {
    top: 6px; }
  .footer-brand .brand_name {
    font-size: 46px;
    line-height: 46px;
    font-weight: 600;
    color: #fff; }
    .footer-brand .brand_name span {
      color: #697682; }
  .footer-brand .brand_slogan {
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 11.04px;
    color: #fff; }

/*==================     Social List     ======================*/
.social-list {
  margin-top: 16px; }
  .social-list li {
    display: inline-block; }
    .social-list li + li {
      margin-left: 6px; }
  .social-list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #32383e;
    border-radius: 50%; }
    .social-list a:hover {
      background: #779A32; }

.copyright span:first-child {
  color: #779A32;
  text-transform: uppercase; }
.copyright a:hover {
  text-decoration: underline; }
