@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(http://fonts.googleapis.com/css?family=Sarina);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 17px/29px "Open Sans", sans-serif;
  color: #353535;
  background: #ffffff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #f18d05;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 300 52px/52px "Open Sans", sans-serif;
  color: #353535;
}
.heading1 {
  text-align: center;
  margin-bottom: 79px;
}
.heading1 h2 {
  margin-bottom: 19px;
}
.heading1 .secondary {
  display: block;
  font: italic 300 18px/18px "Open Sans", sans-serif;
  color: #686868;
}
h3 {
  font: 400 30px/30px "Open Sans", sans-serif;
  letter-spacing: -0.025em;
}
h3.h3__inset1 {
  line-height: 36px;
}
h6 {
  font: 300 42px/42px "Open Sans", sans-serif;
  color: #ffffff;
  text-transform:uppercase
}
h6.h6__inset1 {
  font-size: 68px;
  line-height: 68px;
}
h6.h6__inset2 {
  font-size: 84px;
  line-height: 84px;
}
@media (max-width: 1366px) {
  h6.h6__inset2 {
    font-size: 59px;
    line-height: 59px;
  }
}
h6.h6__inset3 {
  font-size: 101px;
  line-height: 101px;
}
h6.h6__inset3 .lower {
  font-size: 52px;
  line-height: 52px;
}
h6.h6__inset4 {
  font-weight: 400;
  font-size: 76px;
  line-height: 91px;
  letter-spacing: -0.025em;
}
h6.h6__inset5 {
  font-size: 60px;
  line-height: 99px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h6.h6__inset6 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  h6 {
    font-size: 30px;
    line-height: 30px;
  }
  h6.h6__inset1 {
    font-size: 30px;
    line-height: 30px;
  }
  h6.h6__inset2 {
    font-size: 30px;
    line-height: 30px;
  }
  h6.h6__inset3 {
    font-size: 30px;
    line-height: 30px;
  }
  h6.h6__inset3 .lower {
    font-size: 30px;
    line-height: 30px;
  }
  h6.h6__inset4 {
    font-size: 30px;
    line-height: 30px;
  }
  h6.h6__inset5 {
    font-size: 30px;
    line-height: 30px;
  }
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  text-align: center;
  font: 800 18px/18px "Open Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #ffffff;
  padding: 16px 60px 15px;
}
.btn-default:hover {
  background: #ffffff;
  color: #353535;
}
.btn-default.btn-default__inset1 {
  font-weight: 700;
  color: #353535;
  border-color: #353535;
}
.btn-default.btn-default__inset1:hover {
  background: #f18d05;
  border-color: #f18d05;
  color: #ffffff;
}
.btn-default.btn-default__inset2 {
  font-weight: 800;
}
.btn-default.btn-default__inset3 {
  padding-left: 22px;
  padding-right: 22px;
}
/* ======= Modifiers ======= */
b {
  font-weight: 800;
}
strong {
  font-weight: 700;
}
.div__relative {
  position: relative;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding-bottom: 62px;
}
.wrapper2 {
  padding-bottom: 81px;
}
.wrapper3 {
  padding: 83px 0 16px;
  background: #f8f8f8;
}
.wrapper4 {
  padding: 102px 0 96px;
  background: #ececec;
}
.wrapper5 {
  padding: 72px 0 80px;
}
.wrapper6 {
  padding-bottom: 51px;
}
.wrapper7 .list2 {
  margin-top: -6px;
  margin-bottom: 59px;
}
.wrapper8 {
  padding-bottom: 21px;
}
.wrapper9 {
  padding-bottom: 69px;
}
.wrapper10 {
  padding-bottom: 45px;
}
.button-wrapper {
  text-align: center;
}
.button-wrapper.button-wrapper__offset1 {
  margin-top: 69px;
  margin-bottom: 81px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  margin-bottom: 75px;
}
#header.common {
  margin-bottom: 54px;
}
#header #stuck_container {
  background: url(../images/background2.png) repeat;
  position: relative;
}
#header #stuck_container:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 8px;
  background: url(../images/background1.png) repeat;
}
#header .search-block {
  position: relative;
  float: right;
}
#header .search-block .icon {
  margin-top: 61px;
  margin-right: 24px;
  text-align: center;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #586e62;
}
@media (max-width: 1199px) {
  #header .search-block .icon {
    margin-top: 11px;
  }
}
#header .search-block .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 48px;
  color: #ffffff;
}
#header .search-block .icon:hover {
  cursor: pointer;
}
#header .search-block .icon:hover i {
  color: #f18d05;
}
#header .search-block #search {
  position: absolute;
  left: -152px;
  bottom: -110px;
  display: none;
}
@media (max-width: 1199px) {
  #header .search-block #search {
    bottom: -63px;
  }
}
@media (max-width: 767px) {
  #header .search-block #search {
    left: -213px;
    bottom: 4px;
  }
}
@media (max-width: 1199px) {
  #header {
    text-align: center;
  }
}
/* ======= Logo ======= */
h1 {
  float: left;
  display: block;
  background: #e48301;
  padding: 50px 47px 36px 115px;
}
h1 img {
  position: absolute;
  left: 39px;
  top: 48px;
  border: 2px solid #ffffff;
  border-radius: 100px;
}
h1 span {
  color: #ffffff;
  display: inline-block;
}
h1 .main {
  font: 400 53px/53px "Sarina", sans-serif;
  margin-bottom: -7px;
}
@media (max-width: 479px) {
  h1 .main {
    font-size: 40px;
  }
}
h1 .secondary {
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  margin-left: 4px;
}
@media (max-width: 1199px) {
  h1 {
    float: none;
    padding: 15px 0 0 0;
  }
  h1 img {
    /*display: none;*/
  }
}
/* ======= Banner 1 We cultivate new crops ======= */
.banner1 {
  padding: 390px 0 182px;
  text-align: center;
}
.banner1 .slogan {
  font-weight: 300;
  font-size: 69px;
  line-height: 83px;
  color: #ffffff;
  position: relative;
}
.banner1 .slogan:after {
  font-family: FontAwesome;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #ffffff;
  position: absolute;
  content: '\f107';
  left: 50%;
  margin-left: -15.5px;
  bottom: -156px;
}
@media (max-width: 1199px) {
  .banner1 {
    padding: 50px 0 150px;
  }
}
@media (max-width: 767px) {
  .banner1 {
    padding: 30px 0 40px;
  }
  .banner1 .slogan {
    font-size: 30px;
    line-height: 35px;
  }
  .banner1 .slogan:after {
    bottom: -30px;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  float: right;
  margin-right: 88px;
}
@media (max-width: 1199px) {
  nav {
    float: none;
    display: inline-block;
    margin-right: 0;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  z-index: 6;
  text-align: center;
  padding: 76px 27px 56px;
}
@media (max-width: 1600px) {
  .sf-menu > li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1199px) {
  .sf-menu > li {
    padding: 20px;
  }
}
.sf-menu > li + li {
  margin-left: 7px;
}
.sf-menu > li + li:before {
  position: absolute;
  content: '/';
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  left: -7px;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f078";
  color: #ffffff;
  bottom: 20px;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 700 18px/18px "Open Sans", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .sf-menu > li > a {
    font-size: 11px;
  }
}
.sf-menu > li > a:hover {
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #ffffff;
}
.sf-menu .sfHover {
  background: #353535;
}
.sf-menu .sfHover a {
  color: #ffffff;
}
.sf-menu .sfHover a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  color: #ffffff;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
}
.sf-menu > li.sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.sfHover:hover a:after {
  color: #ffffff;
}
.sf-menu > li.current {
  background: #353535;
}
.sf-menu > li.current:hover a:after {
  color: #ffffff;
}
.sf-menu > li:hover {
  background: #353535;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  display: none;
  min-width: 235px;
  font: 300 14px/37px "Lato", sans-serif;
  position: absolute;
  top: 161px;
  left: 0;
  background: #333638;
  text-align: left;
  padding: 19px 0 21px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .sf-menu ul {
    top: 69px;
  }
}
.sf-menu ul li {
  letter-spacing: 0;
  position: relative;
  display: block;
}
.sf-menu ul li:hover > a {
  background: #f18d05;
  color: #ffffff;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f054";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  padding-left: 32px;
  display: block;
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul > .sfHover > a {
  background: #f18d05;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  background: #f18d05;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -19px;
  left: 235px;
  margin-left: 0;
  z-index: 4;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #f18d05;
    margin-top: 20px;
    width: 100%;
    background: #ffffff;
    font: 22px/28px "Lato", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 1979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* ======= Box 1 Wrapper ======= */
.box1-wrapper .box1 + .box1 {
  margin-left: 0.625%;
}
@media (max-width: 1199px) {
  .box1-wrapper .box1 + .box1 {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .box1-wrapper {
    text-align: center;
  }
}
/* ======= Box 1 About us ======= */
.box1 {
  float: left;
  margin-bottom: 12px;
}
.box1.box1__background1 {
  height: 423px;
  background: url(../images/page1_img2.png) no-repeat center 0;
  background-size: cover;
}
.box1.box1__background2 {
  height: 423px;
  background: url(../images/page1_img3.png) no-repeat center 0;
  background-size: cover;
}
.box1.box1__background3 {
  height: 423px;
  background: url(../images/page1_img4.png) no-repeat center 0;
  background-size: cover;
}
.box1.box1__background4 {
  height: 423px;
  background: url(../images/page1_img5.png) no-repeat center 0;
  background-size: cover;
}
.box1.box1__background5 {
  height: 423px;
  background: url(../images/page1_img6.png) no-repeat center 0;
  background-size: cover;
}
.box1.box1__background6 {
  height: 423px;
  background: url(../images/page1_img7.png) no-repeat center 0;
  background-size: cover;
}
.box1.box1__background7 {
  height: 775px;
  background: url(../images/page1_img11.png) no-repeat center 0;
  background-size: cover;
}
.box1.box1__background8 {
  height: 381px;
  background: url(../images/page1_img12.png) no-repeat center 0;
  background-size: cover;
}
.box1.box1__background9 {
  height: 382px;
  background: url(../images/page1_img13.png) no-repeat center 0;
  background-size: cover;
}
.box1.box1__width1 {
  width: 32.916666666666664%;
}
.box1.box1__width2 {
  width: 50%;
}
.box1.box1__width3 {
  width: 24.375%;
}
.box1.box1__width4 {
  width: 49.375%;
}
@media (max-width: 1199px) {
  .box1 {
    float: none;
    display: inline-block;
  }
  .box1 img {
    width: 100%;
  }
  .box1.box1__width1 {
    width: 100%;
  }
  .box1.box1__width2 {
    width: 100%;
  }
  .box1.box1__width3 {
    width: 100%;
  }
  .box1.box1__width4 {
    width: 100%;
  }
}
.box1 .wrapper {
  position: relative;
}
.box1 .wrapper .info {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 87px;
  left: 0;
  right: 0;
}
.box1 .wrapper .info h6 {
  margin-bottom: 11px;
}
.box1 .wrapper .info h6.h6__inset1 {
  margin-bottom: 22px;
}
.box1 .wrapper .info h6.h6__inset2 {
  margin-bottom: 26px;
}
.box1 .wrapper .info h6.h6__inset3 .lower {
  display: block;
  margin-top: 5px;
}
.box1 .wrapper .info h6.h6__inset4 {
  margin-bottom: 7px;
}
.box1 .wrapper .info .btn-default {
  margin-top: 33px;
}
.box1 .wrapper .info.info__inset1 .btn-default {
  margin-top: 40px;
}
.box1 .wrapper .info.info__inset2 .btn-default {
  margin-top: 39px;
}
.box1 .wrapper .info.info__offset1 {
  margin-top: 72px;
}
.box1 .wrapper .info.info__offset2 {
  margin-top: 103px;
}
.box1 .wrapper .info.info__offset3 {
  margin-top: 83px;
}
.box1 .wrapper .info.info__offset4 {
  margin-top: 53px;
}
.box1 .wrapper .info.info__offset5 {
  margin-top: 214px;
}
.box1 .wrapper .info.info__offset5 h6 {
  margin-bottom: -11px;
}
.box1 .wrapper .info.info__offset5 time {
  font-weight: 400;
}
.box1 .wrapper .info.info__offset6 {
  margin-top: 71px;
}
.box1 p {
  font: 400 18px/32px "Open Sans", sans-serif;
  color: #ffffff;
}
.box1.box1__inset1 time {
  display: block;
  font: 300 25px/32px "Open Sans", sans-serif;
  color: #ffffff;
  margin-top: 28px;
}
.box1.box1__inset1 .info .btn-default {
  margin-top: 74px;
}
.box1.box1__inset1 .info.info__inset3 time {
  margin-top: 2px;
}
.box1.box1__inset1 .info.info__inset3 .btn-default {
  margin-top: 35px;
}
.box1.box1__inset1 .info.info__inset3 h6 {
  margin-bottom: 18px;
}
.box1.box1__inset2 {
  margin-bottom: 30px;
}
.box1.box1__inset2:hover .info {
  opacity: 100;
  filter: alpha(opacity=10000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.box1.box1__inset2 .info {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  margin-top: -419px;
}
@media (max-width: 979px) {
  .box1.box1__inset2 .info {
    margin-top: -324px;
  }
}
@media (max-width: 479px) {
  .box1.box1__inset2 .info {
    margin-top: -268px;
  }
}
/* ======= Box 2 What we do ======= */
.box2 {
  margin-top: -9px;
  margin-bottom: 73px;
}
.box2 img {
  display: block;
  margin: 0 0 31px 100px;
}
.box2 h3 {
  margin-bottom: 22px;
}
/* ======= Box 3 Partners ======= */
@media (max-width: 767px) {
  .box3 ul {
    text-align: center;
  }
}
.box3 ul li {
  float: left;
  width: 12.5%;
  text-align: center;
}
@media (max-width: 767px) {
  .box3 ul li {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 10px;
    display: block;
  }
  .box3 ul li img {
    margin: 0 auto;
  }
}
.box3 ul li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.box3 ul li a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #ececec;
}
/* ======= Banner 2 Contact us ======= */
.banner2 {
  text-align: center;
}
.banner2 h6 {
  margin-bottom: 2px;
}
.banner2 .secondary {
  font: 700 21px/24px "Open Sans", sans-serif;
  color: #ffffff;
  display: block;
  margin-bottom: 51px;
}
.banner2 p {
  font: 400 16px/22px "Open Sans", sans-serif;
  color: #ffffff;
  padding: 0 70px;
}
@media (max-width: 767px) {
  .banner2 p {
    padding: 0;
  }
}
/* ======= Box 4 Services overview ======= */
.box4 {
  margin-top: -8px;
  margin-bottom: 39px;
}
.box4 .label {
  width: 70px;
  height: 70px;
  background: #e48301;
  border-radius: 200px;
  font: 300 48px/70px "Open Sans", sans-serif;
  color: #ffffff;
  text-align: center;
  margin-top: 7px;
}
@media (max-width: 1199px) {
  .box4 .label {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}
@media (max-width: 979px) {
  .box4 .label {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
  }
}
.box4 .label span {
  display: inline-block;
  margin-left: 4px;
}
.box4 h3 {
  margin-bottom: 29px;
}
/* ======= Banner 3 Services list ======= */
.banner3 h2 {
  color: #ffffff;
}
.banner3 .secondary {
  color: #ffffff;
}
.banner3 .list1 {
  margin-top: -6px;
}
@media (max-width: 767px) {
  .banner3 .list1 {
    margin-top: 20px;
  }
}
/* ======= Box 5 Research services ======= */
.box5 {
  margin-bottom: 40px;
}
.box5 img {
  margin-bottom: 25px;
}
.box5 h3 {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .box5 {
    margin-bottom: 60px;
  }
  .box5 img {
    width: 100%;
  }
}
/* ======= Post 1 Latest News ======= */
.post1 {
  margin-top: -8px;
  margin-bottom: 60px;
}
.post1 time {
  font: 400 25px/32px "Open Sans", sans-serif;
  color: #353535;
  display: block;
  margin-bottom: 4px;
}
.post1 img {
  margin-top: 8px;
}
.post1 h3 {
  margin-bottom: 22px;
}
.post1.post1__offset1 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .post1 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Banner 4 What people say about us ======= */
.banner4 .heading1 h2,
.banner4 .heading1 .secondary {
  color: #ffffff;
}
/* ======= Blockquote 1 What people say about us ======= */
.blockquote1 {
  color: #ffffff;
  padding-left: 55px;
  position: relative;
  margin-top: -9px;
}
.blockquote1:before {
  font-family: FontAwesome;
  font-size: 36px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f10d';
  color: #ffffff;
  top: 11px;
  left: 0;
}
.blockquote1 .author {
  display: block;
  font: 400 25px/32px "Open Sans", sans-serif;
  margin-top: 19px;
}
.blockquote1 .author a {
  display: inline-block;
}
@media (max-width: 767px) {
  .blockquote1 {
    margin-bottom: 60px;
  }
}
/* ======= Post 2 Blog ======= */
.post2 {
  padding-bottom: 45px;
  margin-bottom: 44px;
  border-bottom: 1px solid #f3f3f3;
}
.post2 time {
  display: block;
  font: 400 25px/32px "Open Sans", sans-serif;
  color: #353535;
  margin-bottom: 29px;
  margin-top: -8px;
}
@media (max-width: 979px) {
  .post2 time {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .post2 time {
    margin-bottom: 10px;
  }
}
.post2 .info span {
  display: block;
  font: italic 300 18px/22px "Open Sans", sans-serif;
  color: #686868;
}
.post2 .info span a {
  color: #e48301;
}
.post2 .info span a:hover {
  color: #353535;
}
@media (max-width: 767px) {
  .post2 .info {
    margin-bottom: 20px;
  }
}
.post2 h3 {
  margin-top: -3px;
  margin-bottom: 22px;
}
.post2 .btn-default {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .post2 img {
    margin-bottom: 20px;
    width: 100%;
  }
}
/* ======= Box 6 Privacy Policy ======= */
.box6 {
  margin-top: -5px;
  margin-bottom: 32px;
}
.box6 h3 {
  margin-bottom: 22px;
}
.box6 .simple-link {
  margin-top: 29px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
  color: #353535;
}
.simple-link:hover {
  color: #f18d05;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 21px;
  position: relative;
  font: 400 17px/24px "Open Sans", sans-serif;
  color: #ffffff;
}
.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 11px;
  left: 0;
  top: 7px;
  overflow: hidden;
  background: url(../images/list1.png) no-repeat center 0;
}
.list1 li + li {
  margin-top: 11px;
}
/* ======= List 2 ======= */
.list2 li {
  padding-left: 21px;
  position: relative;
  font: 400 17px/24px "Open Sans", sans-serif;
  color: #353535;
}
.list2 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 11px;
  left: 0;
  top: 7px;
  overflow: hidden;
  background: url(../images/list2.png) no-repeat center 0;
}
.list2 li + li {
  margin-top: 11px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 72px;
}
.socials1 li a {
  border-radius: 200px;
  display: block;
}
.socials1 li a i {
  color: #ffffff;
  background: #e48301;
  text-align: center;
  font-size: 47px;
  display: block;
  width: 87px;
  height: 87px;
  line-height: 91px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  background: #ff6953;
  color: #ffffff;
}
@media (max-width: 479px) {
  .socials1 {
    text-align: center;
  }
  .socials1 li {
    display: block;
    margin-bottom: 10px;
  }
  .socials1 li i {
    margin: 0 auto;
  }
  .socials1 li + li {
    margin-left: 0;
  }
}
/* ======= Gallery  ======= */
.gallery_image {
  margin-bottom: 30px;
}
.gallery_image a {
  display: block;
  position: relative;
  background: #353535;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a:hover .gallery_icon i {
  color: #f18d05;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -17.5px;
}
.gallery_image a .gallery_icon i {
  color: #ffffff;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer .socials1 {
  text-align: center;
}
#footer .socials1 li {
  margin-top: 71px;
}
#footer .privacy-block {
  margin-top: 165px;
  color: #ffffff;
  text-align: center;
  font: 400 14px/16px "Open Sans", sans-serif;
}
/* ======= Google Map Main page ======= */
.google-map_main iframe {
  width: 100%;
  height: 332px;
}
@media (max-width: 767px) {
  .google-map_main iframe {
    height: 200px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #6f7274;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #cbcccd;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
