/*******************
	Fonts Family 
********************/
/*******************
	common color
********************/
/******************
	button colors
*******************/
/******************
	Media Queries
*********************/
h1.page-title {
  color: #1861a7; }

h2 {
  color: #1861a7; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: "Overpass";
  background-color: #fcf9f4;
  font-size: 14px;
  line-height: 1.7em; }

button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em; }

p {
  margin-bottom: 1em; }

p:last-of-type {
  margin-bottom: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1em; }

address {
  margin: 0 0 1em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #5a8de9;
  border: 1px solid #5a8de9;
  color: #fff !important;
  font-weight: bold;
  border-radius: 50px;
  padding: 6px 27px;
  text-transform: capitalize; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #5a8de9;
    border-color: #5a8de9; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

textarea.form-control,
textarea {
  height: 100px !important; }

body:not(.home) .site-header {
  position: relative; }

body.blog .site-header {
  position: absolute; }

.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center; }

.site-main {
  min-height: 510px; }

body:not(.home) .main-header {
  background: #213d9b;
  background: -moz-linear-gradient(left, #213d9b 0%, #1e6bc3 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #213d9b), color-stop(100%, #1e6bc3));
  background: -webkit-linear-gradient(left, #213d9b 0%, #1e6bc3 100%);
  background: -o-linear-gradient(left, #213d9b 0%, #1e6bc3 100%);
  background: -ms-linear-gradient(left, #213d9b 0%, #1e6bc3 100%);
  background: linear-gradient(to right, #213d9b 0%, #1e6bc3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213d9b', endColorstr='#1e6bc3', GradientType=1 ); }

.btn-light {
  padding: 12px 36px 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  border-radius: 50px;
  color: #1861a7; }
  .btn-light img {
    margin-left: 10px; }

.page-template-contact {
  background-color: #f1f0ec; }
  .page-template-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
    width: 100%;
    background-color: #fff;
    z-index: -1; }

.pageTitle {
  font-size: 52px;
  line-height: 1.2em; }

@media screen and (min-width: 1200px) {
  .main-contact .container {
    max-width: 1200px; } }

.contact-form {
  background: #fff;
  border-radius: 10px;
  padding: 60px; }
  @media screen and (max-width: 767px) {
    .contact-form {
      padding: 20px; } }
  .contact-form h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
  @media screen and (max-width: 767px) {
    .contact-form li.gfield {
      padding-right: 16px; } }
  .contact-form li.gfield:first-child,
  .contact-form li.gfield:nth-child(2),
  .contact-form li.gfield:nth-child(3),
  .contact-form li.gfield:nth-child(4) {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .contact-form li.gfield:first-child,
      .contact-form li.gfield:nth-child(2),
      .contact-form li.gfield:nth-child(3),
      .contact-form li.gfield:nth-child(4) {
        width: 100%; } }
  .contact-form .gform_wrapper ul.gform_fields {
    margin-right: -16px !important; }
  .contact-form .gform_wrapper .gray-border {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px; }
  .contact-form .gform_wrapper .gform_footer {
    text-align: right;
    margin-top: 0 !important;
    float: right !important;
    width: auto !important;
    margin-top: -31px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .contact-form .gform_wrapper .gform_footer input[type=submit] {
      background-image: url("/wp-content/uploads/2020/01/arrowBtnWhite.png");
      background-repeat: no-repeat !important;
      background-position: 80% !important;
      padding-right: 60px; }
      @media screen and (max-width: 767px) {
        .contact-form .gform_wrapper .gform_footer input[type=submit] {
          width: auto !important; } }
    @media screen and (max-width: 767px) {
      .contact-form .gform_wrapper .gform_footer {
        margin-top: 16px !important;
        text-align: left;
        float: none !important; } }

.contact-form-section {
  padding-bottom: 80px; }
  @media screen and (min-width: 992px) {
    .contact-form-section .contact-details {
      padding-left: 30px; } }
  @media screen and (max-width: 991px) {
    .contact-form-section {
      padding-bottom: 30px; } }

.contact-details * {
  color: #1861a7; }
.contact-details ul li strong {
  font-size: 14px;
  font-family: "Overpass";
  text-transform: uppercase;
  font-weight: 700;
  display: block; }
.contact-details ul li a {
  display: inline-block; }
.contact-details ul li:first-child a {
  font-size: 32px;
  font-family: "Crimson Text"; }
.contact-details ul li + li {
  padding-top: 60px; }
  @media screen and (max-width: 991px) {
    .contact-details ul li + li {
      padding-top: 30px; } }

@media screen and (max-width: 991px) {
  .contact-details {
    padding-top: 30px; } }
.blog-banner {
  position: relative;
  min-height: 550px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center; }
  .blog-banner * {
    color: #fff; }
  .blog-banner .blog-banner-inner {
    max-width: 500px;
    width: 100%;
    font-size: 16px; }
  .blog-banner .blog-banner-content {
    width: 100%; }
  .blog-banner h1 {
    font-size: 75px;
    line-height: 1.2em;
    margin-bottom: 40px;
    letter-spacing: 0; }
  .blog-banner .bottom-banner {
    position: absolute;
    right: 0;
    bottom: -1px; }

body.blog {
  background-color: #fff; }

.blog-posts {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .blog-posts {
      padding-bottom: 30px; } }

.inner-blog {
  background-color: #1861a7; }
  .inner-blog * {
    color: #fff; }
  .inner-blog + .inner-blog {
    margin-top: 30px; }
  .inner-blog div[class*="col-"]:first-child {
    padding: 50px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .inner-blog div[class*="col-"]:first-child {
        order: 2;
        padding: 30px !important; } }
    @media screen and (max-width: 575px) {
      .inner-blog div[class*="col-"]:first-child {
        padding: 30px !important; } }
    .inner-blog div[class*="col-"]:first-child::before {
      content: "";
      background-image: url("/wp-content/uploads/2020/01/curve-let.svg");
      height: 47px;
      width: 72px;
      position: absolute;
      left: 25px;
      bottom: 10px;
      background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .inner-blog div[class*="col-"]:last-child {
      padding: 0; } }
  .inner-blog .post-thumbnail {
    display: block;
    height: 100%; }
    .inner-blog .post-thumbnail img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .inner-blog .entry-content {
    opacity: .67;
    font-size: 16px; }
  .inner-blog .entry-title {
    line-height: 1.15em; }
    .inner-blog .entry-title a:hover {
      color: #fff; }

.entry-meta {
  font-size: 14px;
  text-transform: uppercase;
  color: #e2cfad; }

.blog-bottom-banner {
  position: relative;
  margin-top: -28%;
  z-index: -1; }
  .blog-bottom-banner img {
    width: 100%; }

.pagination-section {
  text-align: center; }
  .pagination-section ul li {
    display: inline-block; }
    .pagination-section ul li.prev, .pagination-section ul li.next {
      display: none  !important; }
    .pagination-section ul li a {
      width: 35px;
      height: 35px;
      line-height: 2em;
      font-weight: 700;
      display: inline-block;
      color: #1861a7;
      border-radius: 50%;
      font-size: 20px; }
    .pagination-section ul li.active a {
      background: #1861a7;
      color: #fff; }

@media screen and (max-width: 767px) {
  .top-breadcrumbs {
    text-align: center; } }
.top-breadcrumbs .container {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-bottom: 25px; }
.top-breadcrumbs div[class*="col-"]:last-child {
  text-align: right; }
  @media screen and (max-width: 767px) {
    .top-breadcrumbs div[class*="col-"]:last-child {
      text-align: center;
      padding-top: 20px; } }
.top-breadcrumbs .btn-primary {
  font-size: 11px;
  padding: 12px 36px 8px; }
.top-breadcrumbs #breadcrumbs span, .top-breadcrumbs #breadcrumbs a {
  color: #e58e7e;
  font-size: 15px;
  text-transform: uppercase; }

.bottom-arrow {
  padding-top: 20px; }

.prod-title {
  font-size: 52px;
  line-height: 1.4em; }
  @media screen and (max-width: 767px) {
    .prod-title {
      font-size: 35px; } }

.top-product-section {
  padding-top: 20px;
  padding-bottom: 30px;
  /*img{
  	border-radius: 10px;
  }*/ }
  @media screen and (max-width: 767px) {
    .top-product-section .bottom-arrow {
      display: none; } }
  .top-product-section * {
    color: #1861a7; }

.divTable {
  display: table;
  width: 100%; }

.divCell {
  display: table-cell;
  font-size: 16px;
  font-weight: 400; }

.headRow {
  display: table-row; }
  .headRow .divCell {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    padding-top: 0; }
    .headRow .divCell:last-child {
      text-align: right; }

.divRow {
  display: table-row;
  width: auto; }
  .divRow .divCell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0; }
    .divRow .divCell:last-child {
      text-align: right; }
  .divRow:last-child .divCell {
    border-bottom: 0; }

.prodInner {
  background: #213e9c;
  background: -moz-linear-gradient(left, #213e9c 0%, #1e6ac2 100%);
  background: -webkit-linear-gradient(left, #213e9c 0%, #1e6ac2 100%);
  background: linear-gradient(to right, #213e9c 0%, #1e6ac2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213e9c', endColorstr='#1e6ac2',GradientType=1 );
  padding: 50px;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .prodInner {
      padding: 15px; } }
  .prodInner * {
    color: #fff; }
  .prodInner .info-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Overpass"; }
  .prodInner .prod-small-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .prodInner .prod-small-container .divTable {
        padding-top: 20px; } }

.products-information {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f0ec;
  font-size: 16px; }
  .products-information .container {
    max-width: 1000px; }
  @media screen and (max-width: 767px) {
    .products-information {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .products-information * {
    color: #1861a7; }
  .products-information h2 {
    margin-bottom: 40px;
    text-transform: capitalize; }
    @media screen and (max-width: 767px) {
      .products-information h2 {
        margin-bottom: 15px; } }
  .products-information div[class*="col-"]:first-child {
    border-right: 1px solid #d6d6d6; }
  .products-information div[class*="col-"] {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .products-information div[class*="col-"]:first-child .info-inner {
        padding-right: 100px; }
      .products-information div[class*="col-"]:last-child .info-inner {
        padding-left: 100px; } }

.gallery-title {
  margin-bottom: 20px; }
  .gallery-title h2 {
    text-transform: capitalize; }
  .gallery-title * {
    color: #1861a7; }

.productGallery {
  padding-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .productGallery .slick-next,
    .productGallery .slick-prev {
      display: none !important; } }
  .productGallery::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #f1f0ec;
    height: calc(100% - 70%);
    width: 100%;
    z-index: -1; }

.prodGallery .inner-Gallery .description {
  color: #1861a7;
  text-align: center;
  margin-bottom: 10px; }
.prodGallery .inner-Gallery img {
  width: 100%;
  height: 658px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media screen and (max-width: 767px) {
    .prodGallery .inner-Gallery img {
      height: 400px; } }
.prodGallery .inner-Gallery video {
  width: 100%;
  height: 100%; }
.prodGallery .slick-prev.slick-arrow {
  background-image: url(/wp-content/uploads/2020/01/gallery-left.svg);
  height: 48px;
  background-repeat: no-repeat; }
  .prodGallery .slick-prev.slick-arrow::before {
    display: none; }
.prodGallery .slick-next.slick-arrow {
  background-image: url(/wp-content/uploads/2020/01/gallery-right.svg);
  height: 48px;
  background-repeat: no-repeat; }
  .prodGallery .slick-next.slick-arrow::before {
    display: none; }

.prod-quote-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  .prod-quote-section .small-container {
    max-width: 600px; }
  @media screen and (max-width: 767px) {
    .prod-quote-section {
      padding-top: 30px;
      padding-bottom: 30px; } }

.prod-testimonials .quote-img {
  max-width: 50px;
  margin: 0 auto 20px; }
.prod-testimonials * {
  color: #1861a7; }
.prod-testimonials .author {
  margin-top: 20px;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative; }
  .prod-testimonials .author::before {
    content: "-";
    padding-right: 5px; }

.cta-product .cta-prod {
  background: #213e9c;
  background: -moz-linear-gradient(left, #213e9c 0%, #1e6ac2 100%);
  background: -webkit-linear-gradient(left, #213e9c 0%, #1e6ac2 100%);
  background: linear-gradient(to right, #213e9c 0%, #1e6ac2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213e9c', endColorstr='#1e6ac2',GradientType=1 );
  padding: 88px 50px; }
  @media screen and (max-width: 991px) {
    .cta-product .cta-prod {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .cta-product .cta-prod {
      text-align: center;
      padding: 20px; } }
.cta-product .cta-title {
  color: #fff;
  text-transform: capitalize; }
.cta-product .cta-info {
  color: #fff;
  text-align: right; }
  @media screen and (max-width: 991px) {
    .cta-product .cta-info {
      padding-top: 20px;
      text-align: center;
      text-transform: uppercase; } }
  .cta-product .cta-info span {
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .cta-product .cta-info span {
        display: block;
        padding-left: 0;
        padding-top: 20px; } }
    .cta-product .cta-info span * {
      color: #fff; }

.tents-items-section {
  padding-top: 50px;
  padding-bottom: 80px; }
  .tents-items-section .tents-inner-list {
    padding: 70px 50px;
    background-color: #f1f0ec;
    border-radius: 5px;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .tents-items-section .tents-inner-list {
        padding: 20px; } }
    .tents-items-section .tents-inner-list h2 {
      border-bottom: 1px solid #d6d6d6;
      padding-bottom: 20px;
      margin-bottom: 30px; }
    .tents-items-section .tents-inner-list * {
      color: #1861a7; }
    .tents-items-section .tents-inner-list ul li {
      font-size: 20px;
      line-height: 1.2em;
      text-transform: capitalize; }
      .tents-items-section .tents-inner-list ul li + li {
        padding-top: 30px; }
      .tents-items-section .tents-inner-list ul li img {
        margin-left: 10px; }

.price-description {
  position: relative; }
  @media screen and (max-width: 767px) {
    .price-description {
      padding-bottom: 30px; } }
  .price-description::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: #f1f0ec;
    z-index: -1; }

.page-template-about .site-header {
  position: absolute !important; }

.about-page-area {
  font-size: 16px;
  line-height: 1.55em; }

.banner-top {
  min-height: 550px;
  padding-top: 250px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .banner-top {
      padding-top: 150px; } }
  .banner-top::before {
    content: "";
    position: absolute;
    height: 150px;
    bottom: -5px;
    width: 100%;
    box-shadow: 0 -40px 18px #0b1006 inset;
    left: 0; }
  .banner-top .banner-title h1 {
    font-size: 52px;
    line-height: 1.3em; }
  .banner-top .about-banner-content {
    max-width: 650px;
    width: 100%;
    margin: 0 auto; }
    .banner-top .about-banner-content .banner-middle-content {
      padding-top: 60px;
      padding-bottom: 0;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .banner-top .about-banner-content .banner-middle-content {
          padding-top: 30px; } }

@media screen and (min-width: 768px) {
  .two-col-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; } }
.about-default-content {
  background-color: #0b1006; }
  .about-default-content .flower-white {
    margin: 0 auto;
    display: block;
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .about-default-content .flower-white {
        padding-top: 20px; } }
  .about-default-content .about-inner-default {
    padding-top: 50px;
    padding-bottom: 50px; }
    .about-default-content .about-inner-default h2 {
      margin-bottom: 20px; }

.about-imddle-img img {
  border-radius: 5px; }

.pageTitle h1 {
  font-size: 52px;
  line-height: 1.3em;
  color: #1861a7; }

.galleryPage .gallery-img {
  min-height: 250px;
  max-height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  @media screen and (max-width: 575px) {
    .galleryPage .gallery-img {
      width: 100%; } }

.loadMore {
  padding-top: 60px; }
  .loadMore .btnLoadMore {
    text-transform: uppercase;
    color: #074d93;
    font-weight: 700; }
    .loadMore .btnLoadMore img {
      max-width: 20px;
      display: block;
      margin: auto; }

.galleryImages .row {
  margin-left: -6px;
  margin-right: -6px; }
.galleryImages a[class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 12px; }

.filter-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .filter-grid {
      display: block;
      background: #fff;
      padding: 20px;
      box-shadow: 0 0 18px rgba(0, 0, 0, 0.1); } }
  .filter-grid h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Overpass";
    font-weight: 700;
    margin-bottom: 0; }
  .filter-grid ul li {
    display: inline-block; }
    @media screen and (max-width: 991px) {
      .filter-grid ul li {
        display: block; } }
  .filter-grid form {
    width: 80%;
    text-align: right; }
    @media screen and (max-width: 1199px) {
      .filter-grid form {
        width: 90%; } }
    @media screen and (max-width: 991px) {
      .filter-grid form {
        width: 100%;
        text-align: left; } }
  .filter-grid .main-filter {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    color: #1861a7; }
    .filter-grid .main-filter + .main-filter {
      padding-left: 10px; }
      @media screen and (max-width: 991px) {
        .filter-grid .main-filter + .main-filter {
          padding-left: 0; } }
    .filter-grid .main-filter.has-children {
      padding-right: 16px;
      /*&::before {
          content: "";
          position: absolute;
          right: 0;
          top: 14px;
          border-bottom: 2px solid $colorBlue;
          border-left: 2px solid $colorBlue;
          height: 8px;
          width: 8px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
      }*/ }
      .filter-grid .main-filter.has-children span.arrow {
        position: absolute;
        right: 0;
        top: 12px; }
    .filter-grid .main-filter > input[type="radio"]:checked + label {
      color: #5a8de9; }
    .filter-grid .main-filter label {
      color: #1861a7;
      line-height: 3em;
      display: inline-block;
      margin-bottom: 0;
      cursor: pointer; }
    .filter-grid .main-filter > input {
      display: none; }
    .filter-grid .main-filter .dropdownMenu {
      display: none;
      padding-top: 10px;
      padding-bottom: 10px;
      position: absolute;
      left: 50%;
      top: 100%;
      width: 220px;
      background: #fff;
      z-index: 999;
      box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1); }
      .filter-grid .main-filter .dropdownMenu.active {
        display: block; }
      @media screen and (min-width: 992px) {
        .filter-grid .main-filter .dropdownMenu {
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%); } }
      @media screen and (max-width: 991px) {
        .filter-grid .main-filter .dropdownMenu {
          position: relative;
          left: 0;
          width: 100%; } }
      .filter-grid .main-filter .dropdownMenu::before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        left: 0;
        top: -10px;
        right: 0;
        margin: auto; }
        @media screen and (max-width: 991px) {
          .filter-grid .main-filter .dropdownMenu::before {
            display: none; } }
    @media screen and (min-width: 992px) {
      .filter-grid .main-filter:hover .dropdownMenu {
        display: block; } }
    .filter-grid .main-filter .child-grid {
      text-align: left;
      padding: 6px 15px; }
      .filter-grid .main-filter .child-grid label {
        text-transform: capitalize;
        position: relative;
        font-size: 14px;
        line-height: 1em; }
      .filter-grid .main-filter .child-grid input {
        display: none; }
      .filter-grid .main-filter .child-grid input ~ label {
        padding-left: 30px !important; }
        .filter-grid .main-filter .child-grid input ~ label::before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          bottom: 0;
          margin: auto;
          height: 15px;
          width: 15px;
          border: 1px solid #d8d8d8; }
        .filter-grid .main-filter .child-grid input ~ label:after {
          content: "";
          position: absolute;
          display: none; }
      .filter-grid .main-filter .child-grid input:checked + label {
        color: #5a8de9; }
      .filter-grid .main-filter .child-grid input:checked ~ label:after {
        display: block; }
      .filter-grid .main-filter .child-grid label:after {
        content: "";
        left: 5px;
        top: -2px;
        bottom: 0;
        margin: auto;
        width: 4px;
        height: 8px;
        border: solid #1861a7;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .filter-grid .main-filter .child-grid input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
  .filter-grid input[type="submit"] {
    background: #1861a7;
    border-color: #1861a7;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 15px 5px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Overpass"; }

.galleryPage {
  padding-top: 0; }

.filter-section {
  padding-top: 40px; }

.lg-backdrop {
  background-color: #074d93;
  opacity: .9 !important;
  z-index: 999999; }

.lg-outer.lg-visible {
  z-index: 999999; }

@media screen and (max-width: 767px) {
  .filter-grid {
    display: block; }
    .filter-grid form {
      width: 100%; }
      .filter-grid form ul li {
        display: block;
        text-align: left; }
        .filter-grid form ul li + li {
          padding-left: 0 !important; } }
.landing-logo {
  position: absolute;
  left: 35px;
  right: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 25px; }
  .landing-logo a {
    display: inline-block; }

.landing-area .container {
  max-width: 960px; }

.page-template-landingpage {
  background-color: #fff; }
  .page-template-landingpage .site-header {
    display: none; }
  .page-template-landingpage .site-footer {
    display: none; }
    .page-template-landingpage .site-footer.landing-footer {
      display: block;
      padding-bottom: 40px; }

.landing-banner {
  min-height: 690px;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 575px) {
    .landing-banner {
      min-height: 490px; } }
  .landing-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2020/03/gradient-banner.png");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    z-index: -1; }
  .landing-banner .shaperimg {
    position: absolute;
    bottom: 0; }
  .landing-banner .subTitle {
    font-size: 18px;
    line-height: 2.8em;
    text-transform: uppercase;
    font-family: "Overpass";
    font-weight: 700;
    margin-bottom: 0; }
  @media screen and (min-width: 576px) {
    .landing-banner .landingTitle {
      font-size: 73px; } }

.landing-column-section {
  padding-top: 100px;
  padding-bottom: 80px; }
  @media screen and (max-width: 575px) {
    .landing-column-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .landing-column-section h2 {
    color: #042545;
    margin-bottom: 25px;
    text-transform: capitalize; }
  @media screen and (min-width: 992px) {
    .landing-column-section div[class*="col-"]:first-child .info-inner {
      padding-right: 50px; }
    .landing-column-section div[class*="col-"]:last-child .info-inner {
      padding-left: 50px; } }

.landing-bottom-img {
  padding-bottom: 55px; }
  .landing-bottom-img img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .landing-bottom-img img {
        height: 250px; } }
    @media screen and (max-width: 767px) {
      .landing-bottom-img img {
        height: auto; } }
  .landing-bottom-img div[class*="col-"] {
    margin-bottom: 18px; }
  @media screen and (min-width: 768px) {
    .landing-bottom-img div[class*="col-"] {
      padding-left: 9px;
      padding-right: 9px; }
      .landing-bottom-img div[class*="col-"]:first-child {
        padding-left: 0; }
      .landing-bottom-img div[class*="col-"]:last-child {
        padding-right: 0; } }

.form-inner {
  max-width: 600px;
  margin: -70px auto 0;
  padding: 50px 15px 23px;
  background: #fff;
  width: 100%;
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
  position: relative;
  border-radius: 3px; }
  .form-inner .formTitle {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 0 !important; }

.form-grid {
  max-width: 500px;
  margin: 0 auto;
  width: 100%; }
  .form-grid .gform_wrapper ul.gform_fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .form-grid .gform_wrapper li.gfield {
    display: inline-block;
    vertical-align: top; }
    @media screen and (min-width: 641px) {
      .form-grid .gform_wrapper li.gfield {
        width: 48%;
        padding-right: 0 !important; }
        .form-grid .gform_wrapper li.gfield:nth-last-of-type(2), .form-grid .gform_wrapper li.gfield:last-child {
          margin-top: 35px; } }
    @media screen and (max-width: 640px) {
      .form-grid .gform_wrapper li.gfield {
        width: 100%; } }
  .form-grid .gform_wrapper .ginput_container_date input[type="text"] {
    width: 100% !important; }
  .form-grid .gform_wrapper .ginput_complex .ginput_right {
    width: 100%;
    padding-right: 0 !important; }
    .form-grid .gform_wrapper .ginput_complex .ginput_right select + label {
      display: none; }
  .form-grid .gform_wrapper .gform_footer {
    text-align: center;
    padding-top: 45px; }
    .form-grid .gform_wrapper .gform_footer input[type="submit"] {
      background-image: url("/wp-content/uploads/2020/03/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: 81%;
      padding: 11px 30px;
      min-width: 185px;
      text-transform: uppercase;
      margin-right: 0;
      text-align: left; }

@media screen and (max-width: 991px) {
  .product-section-gallery .slick-next, .product-section-gallery .slick-prev {
    display: none !important; } }

.not-found {
  background-color: #fff;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1); }
  .not-found .search-form {
    margin-top: 20px; }
    .not-found .search-form input[type="submit"] {
      padding: 11px 27px;
      vertical-align: top; }

.single-bottom {
  padding-top: 50px; }

.small-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }
  .small-container a {
    color: #1861a7; }

.middle-img-grid {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .middle-img-grid {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .middle-img-grid img {
    width: 100%;
    @incldue objectCover(); }

.top-single-banner {
  padding-top: 60px; }
  .top-single-banner .entry-meta {
    color: #4C9FD3; }
  .top-single-banner .entry-title {
    font-size: 52px;
    line-height: 1.2em;
    color: #1861a7;
    text-transform: capitalize; }
    @media screen and (max-width: 1199px) {
      .top-single-banner .entry-title {
        font-size: 40px; } }
    @media screen and (max-width: 1199px) {
      .top-single-banner .entry-title {
        font-size: 30px; } }
  @media screen and (max-width: 767px) {
    .top-single-banner .entry-header {
      padding-bottom: 30px; } }
  .top-single-banner .entry-content {
    display: none; }

.single-bottom-next-prev {
  background-color: #fff; }
  .single-bottom-next-prev .blog-posts {
    padding-top: 0; }

.default-content {
  background-color: #f1f0ec;
  margin-top: -30px;
  padding-top: 150px;
  color: #042545; }
  .default-content .single-post-gallery {
    padding-top: 60px; }
    .default-content .single-post-gallery h2 {
      font-size: 2rem; }
  .default-content ul {
    margin-bottom: 20px;
    margin-top: 20px; }
    .default-content ul li {
      position: relative;
      padding-left: 15px; }
      .default-content ul li + li {
        margin-top: 10px; }
      .default-content ul li::before {
        content: "";
        height: 10px;
        width: 10px;
        background: #1861a7;
        position: absolute;
        left: 0;
        top: 6px;
        border-radius: 50%; }
  .default-content ol {
    margin-bottom: 20px;
    margin-top: 20px;
    counter-reset: section; }
    .default-content ol li {
      position: relative;
      padding-left: 20px; }
      .default-content ol li + li {
        margin-top: 10px; }
      .default-content ol li::before {
        counter-increment: section;
        content: counter(section);
        height: 15px;
        width: 15px;
        background: #1861a7;
        position: absolute;
        left: 0;
        top: 4px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        font-size: 8px;
        line-height: 2; }
  @media screen and (max-width: 767px) {
    .default-content {
      padding-top: 80px; } }
  .default-content h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Overpass"; }
  .default-content .small-content + .small-content {
    padding-top: 20px; }
  @media screen and (min-width: 992px) {
    .default-content .small-content {
      position: relative; }
      .default-content .small-content::before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 1px;
        background-color: #fff; } }

.single-post {
  position: relative;
  background-color: #fff; }

.inner-single-banner .post-thumbnail img {
  min-height: 380px;
  max-height: 380px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  background-color: #f8f8f8 !important;
  border-color: #e6e6e6 !important;
  border-radius: 4px;
  min-height: 37px;
  padding: 10px !important;
  font-size: 14px !important;
  color: #1861a7 !important;
  text-transform: capitalize; }

.gform_wrapper {
  margin-top: 0; }
  .gform_wrapper * {
    color: #1861a7;
    font-family: "Overpass"; }
  .gform_wrapper .gfield .gfield_label {
    color: #1861a7;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 1.2em !important;
    margin-bottom: 4px; }
  .gform_wrapper .gfield legend,
  .gform_wrapper .gfield label {
    font-size: 14px !important;
    line-height: 1.2em !important; }
  .gform_wrapper .gfield > .gfield_label {
    display: none !important; }
  .gform_wrapper .gfield.d-label > .gfield_label {
    display: inline-block !important;
    margin-bottom: 0 !important; }
  .gform_wrapper .ginput_container_date input[type="text"] {
    width: calc(50% - 8px) !important; }
    @media screen and (max-width: 767px) {
      .gform_wrapper .ginput_container_date input[type="text"] {
        width: 100%	 !important; } }
  .gform_wrapper .contact-me.d-label label.gfield_label {
    text-transform: inherit !important;
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 400 !important; }
  .gform_wrapper .contact-me.d-label .ginput_container_select {
    display: inline-block !important; }
    .gform_wrapper .contact-me.d-label .ginput_container_select select {
      border: 0 !important;
      width: auto !important;
      font-size: 18px !important;
      color: #4C9FD3;
      background-color: transparent !important; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1861a7; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1861a7; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1861a7; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #1861a7; }

body .gform_wrapper ul .ginput_container_checkbox {
  margin-top: 0 !important; }

.gfield_checkbox li {
  position: relative; }
  .gfield_checkbox li + li {
    margin-top: 13px !important; }
  .gfield_checkbox li input ~ label {
    padding-left: 30px !important;
    font-weight: 700; }
    .gfield_checkbox li input ~ label::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 15px;
      width: 15px;
      border: 1px solid #d8d8d8; }
    .gfield_checkbox li input ~ label:after {
      content: "";
      position: absolute;
      display: none; }
  .gfield_checkbox li input:checked ~ label:after {
    display: block; }
  .gfield_checkbox li label:after {
    content: "";
    left: 5px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid #1861a7;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .gfield_checkbox li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
  background-color: #1861a7;
  border-color: #1861a7;
  padding-top: 9px; }

.gform_wrapper .gform_footer {
  text-align: right;
  margin-top: 0 !important; }

.gform_wrapper .ginput_container_date input[type="text"] {
  background-image: url("/wp-content/uploads/2020/01/celender.svg");
  background-repeat: no-repeat;
  background-position: 94%; }
.gform_wrapper ol.validation_list {
  display: none; }

.gform_wrapper div.validation_error {
  display: none; }

.gform_wrapper .instruction.validation_message {
  display: none; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px !important; }

.gform_confirmation_message {
  text-align: center;
  background: #f1f1f1 !important;
  padding: 130px 15px 30px 15px !important;
  font-size: 25px;
  position: relative;
  border: none !important;
  color: #1861a7;
  line-height: 1.5em; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-right: 0;
  padding-top: 0; }

.gform_confirmation_message::before {
  content: "\2713";
  line-height: 3;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background: #398f14;
  width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 0; }

/*# sourceMappingURL=main.css.map */
