/*!
Theme Name: farm

*/

@charset "UTF-8";
/*@import url(animate.css);*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,700,800|Sarina);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #212722;
  font: 400 14px/24px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

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

.brand_name  {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  position: relative;
}

.brand_name .name {
  font-family: 'Sarina', cursive;
  font-size: 39px;
  line-height: 39px;
}

/*h1 {*/
/*  margin: 0;*/
/*}*/

h2, h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #465d50;
}

@media (max-width: 991px) {
  h2, h1 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 4px;
  }
}

@media (max-width: 440px) {
  h2, h1 {
    font-size: 20px;

  }
}

h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e5cab;
}

h4 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #1e5cab;
}

@media (max-width: 991px) {
  h4 {
    font-size: 30px;
    line-height: 34px;
  }
}

h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e5cab;
}

h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e5cab;
}

h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #465d50;
}

p a:hover, .marked-list a:hover, .list a:hover, .list2 a:hover, .addr a:hover, .inline-list a:hover {
  text-decoration: underline;
}

p .fa, .marked-list .fa, .list .fa, .list2 .fa, .addr .fa, .inline-list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

.container {
  position: relative;
}

@media (max-width: 767px) {
  [class*='col-'] + [class*='col-'] {
    margin-top: 30px;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
h2 + *,
h1 + *{
  margin-top: 25px;
}

h3 + * {
  margin-top: 15px;
}

* + h3 {
  margin-top: 25px;
}

img + h3 {
  margin-top: 45px;
}

h4 + * {
  margin-top: 10px;
}

h4 + .row {
  margin-top: 15px;
}

* + h4 {
  margin-top: 20px;
}

h5 + * {
  margin-top: 15px;
}

img + h5 {
  margin-top: 45px;
}

h6 + * {
  margin-top: 10px;
}

* + h6 {
  margin-top: 45px;
}

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

.team > h5 {
  margin-top: 45px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;

}



.brand_name {
  position: relative;
  overflow: hidden;
  padding: 25px 40px 30px 30px;
  background: #1e5cab;
}

.brand_name .abs {
  position: absolute;
  right: 33px;
  bottom: 22px;
  text-transform: uppercase;
  letter-spacing: -.5px;
}

.brand_name .abs span {
  font-weight: 700;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #f1f1f1;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  border: 1px solid #b9b9b9;
  padding: 20px 30px;
  color: #1e5cab;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background: #fff;
}

@media (min-width: 1199px) {
  .btn {
    min-width: 240px;
  }
}

.btn:hover {
  background: #1e5cab;
  border-color: #1e5cab;
  color: #fff;
}

.btn:active {
  background: #b3410a;
}

* + .btn {
  margin-top: 30px;
}

.btn-wrap {
  margin-top: 110px;
  text-align: center;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
  margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.box_cnt__no-flow {
  overflow: hidden;
}

.box_icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid #1e5cab;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_icon:hover {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.box h3 + * {
  margin-top: 5px;
}

.camera-box {
  background: #1e5cab;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
}

.camera-box h6 {
  color: #fff;
  margin: 0;
  padding: 15px 0;
  font-weight: 400;
}

.camera-box a:hover {
  color:#000;
}


@media (max-width: 1850px) and (min-width: 1400px) {
  .camera-box {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 1399px) {
  .camera-box {
    max-width: 230px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .camera-box img {
    display: none;
  }
}

/*==================      Lists     ======================*/
.list .fa {
  min-width: 25px;
  font-size: 17px;
  line-height: 21px;
  margin-right: 5px;
  color: #1e5cab;
}

.list2 {
  font-size: 14px;
  line-height: 21px;
  color: #465d50;
}

* + .list2 {
  margin-top: 15px;
}

.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.flex-list li {
  display: table-cell;
}

.flex-list li img {
  opacity: 0.7;
  padding: 0 5px;
}

.lt-ie9 .flex-list li img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
  filter: alpha(opacity=70);
}

.flex-list li img:hover {
  opacity: 1;
}

.lt-ie9 .flex-list li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

@media (max-width: 767px) {
  .flex-list {
    text-align: center;
    display: block;
  }

  .flex-list li {
    display: inline-block;
    margin: 5px 10px;
  }
}

.inline-list {
  font-size: 11px;
  line-height: 16px;
}

.inline-list li {
  display: inline-block;
}

.inline-list li a {
  position: relative;
  margin: 0 2px;
}

.inline-list li a:after {
  position: absolute;
  content: '|';
  top: 0;
  left: 100%;
}

.index-list {
  counter-reset: li;
}

.index-list li {
  position: relative;
  padding-left: 115px;
}

.index-list li:before {
  content: counter(li) ".";
  counter-increment: li;
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid #1e5cab;
  color: #1e5cab;
  font-size: 36px;
  line-height: 82px;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 0;
  left: 15px;
}

.index-list li h3 + * {
  margin-top: 5px;
}
.index-list li:nth-child(4),
.index-list li:nth-child(5),
.index-list li:nth-child(6)
{
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-list li {
    padding-left: 0;
  }

  .index-list li:before {
    position: relative;
    margin-bottom: 20px;
  }
}

.index-list2 {
  counter-reset: h4;
}

.index-list2 h4 {
  position: relative;
}

.index-list2 h4:before {
  content: counter(h4) ".";
  counter-increment: h4;
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid #1e5cab;
  color: #1e5cab;
  font-size: 36px;
  line-height: 82px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;

}

.index-list2 a {
  color: #465d50;
}

@media (max-width: 768px) {
  .index-list2 .wp-block-columns {
    justify-content: center;
    align-items: center;
  }


  .index-list2 .wp-block-column:nth-child(2n),
  .page-links .wp-block-column:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 599px) {
  .index-list2 .wp-block-column {
    margin-top: 20px;
    text-align: center;
  }

  .index-list2 h4:before {
    margin: 0 auto 20px auto;
  }
}

.price-list {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  color: #465d50;
}

.price-list li {
  display: flex;
  /*position: relative;*/
  /*z-index: 2;*/
  /*overflow: hidden;*/
  justify-content: space-between;
  align-items: flex-end;
  /*padding-right: 70px;*/
}

/*.price-list li:before, .price-list li:after {*/
/*	display: table;*/
/*	content: "";*/
/*	line-height: 0; }*/
/*.price-list li:after {*/
/*  clear: both;*/
/*}*/

.price-list li .price-list_right {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: 0;*/
  background: #f1f1f1;
}
.price-list_item {
  flex-grow: 0;
}
.price-list li .price-list_item {

  background: #f1f1f1;
}

.price-list li .dots {
  display: inline-block;
  flex: 1;
  height: 16px;
  margin: 0 5px 4px 5px;
  background-image: linear-gradient(to right, #f1f1f1 50%, #465d50 0%);
  background-position: bottom;
  background-size: 4px 2px;
  background-repeat: repeat-x;

}

/*==================      Address      ======================*/
.addr dt, .addr dd {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .addr dt, .addr dd {
    display: block;
  }
}

.addr dd {
  min-width: 115px;
}

.addr2 dt, .addr2 dd {
  display: inline-block;
}

.addr2 dt {
  min-width: 195px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .addr2 dt {
    min-width: 105px;
  }
}

/*==================      Blockquote      ======================*/
.quote {
  font-style: italic;
  font-weight: 300;
  position: relative;
  padding-left: 200px;
  padding-top: 55px;
}

.quote:before, .quote:after {
  display: table;
  content: "";
  line-height: 0;
}

.quote:after {
  clear: both;
}

.quote_text {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  color: #63696b;
}

.quote_text + * {
  margin-top: 20px;
}

.quote_title {
  color: #465d50;
  font-size: 26px;
  line-height: 32px;
}

.quote img {
  border-radius: 50%;
}

.quote_aside {
  float: left;
  margin-right: 20px;
}

.quote_aside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 92px;
  width: 104px;
  height: 99px;
  background: no-repeat url(./assets/images/quotes.png);
}

.quote_cnt__no-flow {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .quote {
    padding-left: 100px;
  }

  .quote_aside:before {
    left: 0;
  }
}

@media (max-width: 650px) {
  .owl-dots{
    padding-top: 50px;
  }
  .quote {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .quote_aside {
    float: unset;
    margin: 0 auto;

  }
  .quote_cnt__no-flow{
    display: block;

  }
  .quote_aside:before {
    display: none;
  }
  .owl-carousel .owl-item img{
    width: 140px;
  }
}



/*==================      Progress     ======================*/
.progress {
  margin-right: 30px;
  padding-top: 14px;
}

.progress-item .progress-item_bar {
  background: #dbdbdb;
  height: 40px;
}

.progress-item .progress-item_inner {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-align: right;
}

.progress-item .progress-item_inner span {
  padding: 0 8px;
}

.progress-item .progress-item_label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212722;
}

.progress-item:nth-child(2n) .progress-item_inner {
  background: #1e5cab;
}

.progress-item:nth-child(2n+1) .progress-item_inner {
  background: #465d50;
}

/*.progress-item:first-child .progress-item_inner {*/
/*  width: 43%;*/
/*}*/

/*.progress-item:nth-child(2) .progress-item_inner {*/
/*  width: 78%;*/
/*}*/

/*.progress-item:nth-child(3) .progress-item_inner {*/
/*  width: 75%;*/
/*}*/

/*.progress-item:nth-child(4) .progress-item_inner {*/
/*  width: 80%;*/
/*}*/

.progress-item + .progress-item {
  margin-top: 14px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}

.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu:after {
  clear: both;
}

.sf-menu > li {
  position: relative;
  float: left;
}

@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 18px;
  }
}

.sf-menu a {
  display: block;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #1e5cab;
}

.sf-menu .current-menu-item > a {
  color: #1e5cab;
}

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

.sf-menu ul > li {
  position: relative;
}

.sf-menu ul > li > a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 30px 9px;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  background: #1e5cab;
}

.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 100%;
  margin-left: 2px;
  width: 170px;
  margin-top: 0;
  padding: 10px 0;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -6px;
  content: "";
  font: 400 24px/24px "FontAwesome";
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}

.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 25px;
  top: 0;
  margin-top: 5px;
  content: "";
  font: 400 24px/24px "FontAwesome";
}



/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
  background: #1e5cab;
  color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  letter-spacing: 0;
}

.rd-mobilepanel_toggle {
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: 8px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
@media (max-width: 1200px) {
  .rd-mobilemenu, .rd-mobilepanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
    .sf-menu {
      display: none;
    }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*==================  Stuck menu  ======================*/

.stuck_container:after {
  clear: both;
}

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #323232;
}

.isStuck .brand_name {
  padding-top: 15px;
  padding-bottom: 20px;
}

.isStuck .brand_name .abs {
  bottom: 12px;
}


.isStuck .sf-menu > li > ul {
  margin-top: 19px;
}

@media (min-width: 768px) {
  .isStuck .search-form {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 34px;
  height: 34px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background: #465d50;
  border-radius: 50%;
  border: 1px solid #fff;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: #fff;
  background: #a8a8a8;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 130px;
  color: #fff;
}

.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}

.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.parallax_pattern {
  background-repeat: repeat;
}

.parallax_cnt {
  position: relative;
}

.parallax h2 {
  color: #fff;
}


.parallax_1 {
  padding-top: 155px;
  padding-bottom: 155px;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}

.thumb img {
  width: 100%;
  height: auto;
  -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;
  left: 0;
  top: 0;
  right: 0;
  bottom: 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;
  color: #fff;
  background: transparent;
}

.thumb_overlay:before {
  content: "";
  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 .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}

.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);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header.bb {
  border-bottom: 10px solid #f1f1f1;
}

header .header-right:before, header .header-right:after {
  display: table;
  content: "";
  line-height: 0;
}

@media (max-width: 1199px) {
  header .header-right {
    margin-left: 35px;
    margin-right: 25px;
  }

  header .search-form_toggle {
    margin-left: 20px;
  }
}

@media (max-width: 979px) {
  header {
    text-align: center;
  }

  header .brand, header .header-right {
    float: none;
  }
}

@media (max-width: 767px) {
  header .header-right {
    margin: 0;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

.primary {
  color: #1e5cab;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.bb {
  border-bottom: 1px solid #c6c6c6;
}

@media (min-width: 992px) {
  .ml {
    margin-left: 30px;
  }
}

.mt1 {
  margin-top: 40px;
}

.row.mt2 {
  margin-top: 75px;
}

.mt3 {
  margin-top: 20px;
}

.row.mt4 {
  margin-top: 50px;
}

.bg-img {
  position: absolute;
  top: 0;
}

.bg-img + .row {
  position: relative;
}

@media (max-width: 767px) {
  .bg-img {
    display: none;
  }
}

.bg-img_1 {
  right: 75px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .bg-img_1 {
    right: 0;
    width: 250px;
    top: 50px;
  }
}

.bg-img_2 {
  left: -160px;
  top: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .bg-img_2 {
    left: 0;
    top: 50px;
    width: 250px;
  }
}

.bg-img_3 {
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .bg-img_3 {
    left: 0;
    top: 50px;
    width: 250px;
  }
}

.bg-img_4 {
  top: -10px;
  right: -30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .bg-img_4 {
    right: 0;
    width: 250px;
    top: 50px;
  }
}

.policy-link {
  margin-top: 20px;
}

/*==================      Well     ======================*/

.well1, .well2, .well3, .well4 {
  padding: 75px 0;
}

@media (max-width: 991px) {
  .well1, .well2, .well3, .well4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .row.mt2 {
    margin-top: 50px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
.footer-top {
  border-top: 7px solid #1e5cab;
  padding-top: 102px;
  padding-bottom: 105px;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .footer-top .tr {
    text-align: left;
  }
}

.footer-bottom {
  background: #465d50;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 55px;
}

.copy-brand {
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.copy a {
  white-space: nowrap;
}

@media (max-width: 769px) and (min-width: 600px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 16.66667%;
  }
}


.contacts a {
  display: inline-block;
}

.row-flex {
  display: flex;
  justify-content: space-between;
}
.contacts a,
.contact__email a {
  color: #1e5cab;
  margin-left: 0;
}


@media (max-width: 767px) {
 .photo-gl {
    display: none; }

}

.photo-gl img {
  object-fit: cover;
}

.d-center {
  display: flex;
  justify-content: center;
}

.entry-title {
  text-align: center;
  margin: 20px auto;
  color: #1e5cab;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 4px;
}

.entry-content {
  margin: 20px;
  font-size: 16px;
}

/*.logo {*/
/* margin: 20px 10px;*/
/*}*/
.map iframe {
  width: 100%;
}

.copy  {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.copy a {
  margin-left: 5px;
  cursor: pointer;
  /*text-decoration: underline;*/
}

.copy a:hover {
  text-decoration: underline;
}

.error-404 .page-header {
  margin: 30px 0;
}

.error-404 .page-title {
  color:#1e5cab;
}
.text-404 {
  display: flex;
  justify-content: center;
  margin: 20px;
  background: linear-gradient(#1e5cab, #29298d);

}

.text-404  h2 {
  width: 100%;
  font-size: 10rem;
  padding: 50px;
  background: white;
  mix-blend-mode: screen;
}

.entry-content ul,
article ul {
  list-style: square;
  margin-left: 25px;
}

