@font-face {
  font-family: 'Calisto-MT';
  src: url(../fonts/Calisto-MT.ttf);
}

@font-face {
  font-family: 'Calisto-MT-Italic';
  src: url(../fonts/Calisto-MT-Italic.ttf);
}

@font-face {
  font-family: 'Calisto-MT-Bold';
  src: url(../fonts/Calisto-MT-Bold.ttf);
}


@media screen and (max-width: 1280px) {

  body, select, textarea {
    font-size: 8pt;
  }

}

@media screen and (max-width: 980px) {

  body, select, textarea {
    font-size: 10pt;
  }

}

@media screen and (max-width: 736px) {

  body, select, textarea {
    font-size: 11pt;
  }

}

@media screen and (max-width: 480px) {

  body, select, textarea {
    font-size: 9pt;
  }

}




* {
  margin: 0;
  padding: 0;
  font-family: Lato, arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.nav-wrapper {
  width: 100%;
  padding: 30px 0 60px;
  color: #fff;
  margin-left: 32px;
}

.CTK{
 color: rgba(49, 65, 190, 0.6); 
}

nav {
  position: relative;
}

ul {
  list-style-type: none;
  float: left;
  left: 50%;
  position: relative;
}

@media screen and (max-width: 1680px) {

  body,  select, textarea {
    font-size: 9pt;
  }

}


li {
  margin: 0 30px;
  float: left;
  left: -50%;
  position: relative;
}

a {
  text-decoration: none;
  color: #fff;
  font-size: 1.75em;
  font-family: montserrat;
}


.effect-4 a:before {
  content: "｟";
  font-size: x-large;
  left: -5px;
}

.effect-4 a:after {
  content: "｠";
  font-size: x-large;
  right: -5px;
}

.effect-4 a:before,
.effect-4 a:after {
  position: absolute;
  opacity: 0;
  color: #fff;
  top: 1px;
  transition: all .5s;
}

.effect-4 a:hover:before,
.effect-4 a:hover:after {
  opacity: 0.8;
}

.effect-4 a:hover:before {
  left: -20px;
}

.effect-4 a:hover:after {
  right: -20px;
}



.site-container {
  width: 95em;
  margin: 0 auto;
}

.site-container1 {
  width: 95em;
  margin: 0 auto;
}

@media (max-width: 1670px) {
  .site-container, .site-container1 {
    width: 90%;
  }
}


@media (max-width: 1050px) {
  .site-container, .site-container1 {
    width: 75%;
  }
}


@media (max-width: 550px) {
  .site-container, .site-container1 {
    width: 85%;
  }
}



.universal-h2 {
  font-size: 3.25em;
  text-align: center;
  color: rgba(131, 24, 24, 0.884)
}

@media (max-width: 1250px) {
  .universal-h2 {
    font-size: 5em;
  }
}

@media (max-width: 668px) {
  .universal-h2 {
    font-size: 30px;
  }
}

.universal-h2-bckg {
  background-image: url("./images/double-line.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.universal-h3-bckg {
  background-image: url("./images/double-line.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 14px;
}


/* Navigation burger */
.burger-container {
  cursor: pointer;
  z-index: 3;
  margin-right: 90px;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;
  background-color: #eae5e0;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
  background-color: #220909;
}

.change .bar2 {
  opacity: 0;
  background-color: #1f0d0d;
}

.change .bar3 {
  transform: rotate(45deg) translate(-6px, -7px);
  background-color: #2d0e0e;
}

.stop-scroll {
  overflow: hidden;
}

/* Navigation burger end */
.fh5co-top-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: url("../images/top-banner-bckg.jpg");
  background-position: center;
  background-size: cover;
}

.fh5co-top-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(124, 56, 56);
  opacity: 0.85;
}

.fh5co-top-banner .site-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1600px) {
  .fh5co-top-banner {
    padding-top: 180px;
  }
}

@media (max-width: 1250px) {
  .fh5co-top-banner {
    padding-top: 130px;
  }
}

@media (max-width: 520px) {
  .fh5co-top-banner {
    padding-top: 105px;
  }
}

@media (min-width: 1600px) {
  .fh5co-top-banner {
    min-height: 100vh;
  }
}

.top-banner__inner {
  display: flex;
  align-items: center;
}

.top-banner__inner .top-banner__text {
  margin-left: 11em;
}

@media (max-width: 1250px) {
  .top-banner__inner .top-banner__text {
    width: 35%;
  }
}

@media (max-width: 868px) {
  .top-banner__inner .top-banner__text {
    width: 85%;
    margin-left: 2em;
  }
}
@media (max-width: 668px) {
  .top-banner__inner .top-banner__text {
    width: 85%;
    margin-left: 20px;
  }
}


.top-banner__inner .top-banner__text p {
  margin-bottom: 2.5em;
  color: rgb(255, 255, 255);
  font-size: 1.9em;
  font-family: Raleway, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  .top-banner__inner .top-banner__text p {
    margin-bottom: 25px;
    font-size: 14px;
  }
}

.top-banner__inner .top-banner__h2 {
  font-size: 8em;
  letter-spacing: 3px;
  color: #fff;
  font-family: Raleway, Helvetica, sans-serif;
  font-weight: 500;
}

@media (max-width: 1250px) {
  .top-banner__inner .top-banner__h2 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .top-banner__inner .top-banner__h2 {
    font-size: 35px;
  }
}

.top-banner__inner .top-banner__text-up .top-banner__h2 {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .top-banner__inner .top-banner__text-up .top-banner__h2 {
    margin-top: 0;
  }
}

.top-banner__inner .top-banner__text-down {
  margin-bottom: 2.5em;
  padding-left: 27%;
}

.top-banner__inner .top-banner__text-down .top-banner__h2 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .top-banner__inner .top-banner__text-down .top-banner__h2 {
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 0;
  }
}

.top-banner__inner .top-banner__image {
  font-size: 0;
}

@media (max-width: 1250px) {
  .top-banner__inner .top-banner__image {
    width: 50%;
  }

  .top-banner__inner .top-banner__image img {
    width: 90%;
  }
}


@media (max-width: 1250px) {
  .top-banner__inner .top-banner__image img {
    width: 110%;
  }
  }


  @media (max-width: 650px) {
    .top-banner__inner .top-banner__image img {
      width: 115%;
    }
    }




@media (max-width: 620px) {
  .top-banner__inner .top-banner__image {
    width: 75%;
    margin-bottom: 20px;
  }
}




@media (max-width: 520px) {
  .top-banner__inner {
    flex-direction: column;
  }
}

.brand-span {
  font-size: 2.25em;
  color: #ffffff;
  font-family: Raleway, Helvetica, sans-serif;
}

.brand-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #cc0404;
  border: 1.5px solid #fff;
  transition: 0.3s ease;
}

.mainbrand-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  color: rgba(65, 28, 28, 0.75);
  border: .15em solid #6b17179a;
  transition: 0.3s ease;
  background-color: #f5f0f0da;
}

.mainbrand-button:hover,
.mainbrand-button:focus {
  color: rgba(51, 19, 19, 0.966);
  border: .15em solid #4d2d2df3;
  background-color: #f5f0f0;
}

.platform-button {
  margin-top: 3em;
  display: inline-block;
  padding: 10px 21px;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  color: rgba(65, 28, 28, 0.75);
  border: .15em solid #573737dc;
  transition: 0.3s ease;
  background-color: #f5f0f0da;
}

.platform-button:hover,
.platform-button:focus {
  color: rgba(51, 19, 19, 0.966);
  border: .15em solid #4d2d2df3;
  background-color: #f5f0f0;
}




@media (max-width: 980px) {
  .platform-button {
    margin-top: 3em;
    display: inline-block;
    padding: 10px 21px;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    color: rgba(65, 28, 28, 0.75);
    border: .15em solid #573737dc;
    transition: 0.3s ease;
    background-color: #f5f0f0da;
  }
  
  .platform-button:hover,
  .platform-button:focus {
    color: rgba(51, 19, 19, 0.966);
    border: .15em solid #4d2d2df3;
    background-color: #f5f0f0;
  }
}

@media (max-width: 580px) {
  .platform-button {
    margin-top: 3em;
    display: inline-block;
    padding: 0.5em 1.15em;
    font-size: 1.55em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    color: rgba(65, 28, 28, 0.75);
    border: .15em solid #573737dc;
    transition: 0.3s ease;
    background-color: #f5f0f0da;
  }
  
  .platform-button:hover,
  .platform-button:focus {
    color: rgba(51, 19, 19, 0.966);
    border: .15em solid #4d2d2df3;
    background-color: #f5f0f0;
  }
}







.brand-button:hover,
.brand-button:focus {
  color: rgb(27, 1, 1);
  border: 1.5px solid rgb(27, 1, 1);
}

.fh5co-about-me {
  position: relative;
  margin: 150px 0 150px;
}

@media (max-width: 1250px) {
  .fh5co-about-me {
    margin: 100px 0;
  }
}

@media (max-width: 992px) {
  .fh5co-about-me {
    margin: 5em 0;
  }
}

.about-me-bckg {
  position: absolute;
  background-image: url("../images/about-me-bckg.jpg");
  background-position: center;
  background-size: cover;
  height: 500px;
  top: -75px;
  right: 0;
  height: calc(100% + 8em);
  width: 70%;
  z-index: -1;
}

.about-me-bckg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 100%);
  opacity: 0.9;
}

@media (max-width: 992px) {
  .about-me-bckg {
    width: 100%;
    padding-bottom: 15px;
  }
}

.about-me-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .about-me-inner {
    flex-direction: column;
    align-items: center;
  }
}

.about-me-slider {
  position: relative;
}

.about-me-slider .slick-arrow {
  position: absolute;
  bottom: -15%;
}

.about-me-slider .slick-prev {
  left: 45%;
}

@media (max-width: 520px) {
  .about-me-slider .slick-prev {
    left: 34%;
  }
}

.about-me-slider .slick-next {
  right: 45%;
}

@media (max-width: 520px) {
  .about-me-slider .slick-next {
    right: 34%;
  }
}

.span-arrow {
  padding: 9px 15px;
  cursor: pointer;
  color: #c50700;
  border: 2px solid #c50700;
  border-radius: 100%;
  transition: 0.5s ease;
}

.span-arrow:hover {
  color: rgb(32, 26, 26);
  border-color: rgb(32, 26, 26);
}

.portfolio-wrapper {
  width: 32em;
  padding: 1em;
  text-align: center;
  background-color: #fff;
  height: 51.5em;
}

@media (max-width: 992px) {
  .portfolio-wrapper {
    height: 40.5em;
  }
}



.portfolio-wrapper .portfolio__img {
  font-size: 0;
}

.portfolio-wrapper .portfolio__img img {
  width: 100%;
}

.portfolio-wrapper .portfolio__bottom {
  padding: 45px 0 95px;
  background-color: #fff;
  width: 31em;
}

@media (max-width: 992px) {
  .portfolio-wrapper .portfolio__bottom {
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .portfolio-wrapper .portfolio__bottom {
    padding: 20px 0;
    width: 100%;
  }
}



.portfolio-wrapper .portfolio__name {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2em;
}

@media (max-width: 992px) {
  .portfolio-wrapper .portfolio__name {
    margin-bottom: 10px;
  }
}

.portfolio-wrapper .portfolio__name span {
  font-size: 85px;
  line-height: 53px;
  color: rgb(73, 5, 5);
  font-family: "Calisto-MT-Bold";
}

@media (max-width: 992px) {
  .portfolio-wrapper .portfolio__name span {
    font-size: 65px;
    line-height: 62px;
  }
}

.portfolio-wrapper p {
  padding: 0 10%;
  line-height: 30px;
  font-style: italic;
  color: #777;
  font-size: 1.3em;
}

@media (max-width: 620px) {
  .portfolio-wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 992px) {
  .portfolio-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 620px) {
  .portfolio-wrapper {
    width: 250px;
  }
}

.about-me__text {
  width: 63%;
  text-align: center;
  margin-left: 10%;
}

@media (max-width: 880px) {
  .about-me__text {
    width: 63%;
    text-align: center;
    margin-left: 0%;
  }
}

.about-me__text .universal-h2 {
  color: rgba(131, 24, 24, 0.884);
  margin-bottom: 20px;
  font-size: 2.2em;
}

@media (max-width: 580px) {
  .about-me__text .universal-h2 {
    color: rgba(131, 24, 24, 0.884);
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 2.2em;
  }
}


.about-me__text p {
  font-size: 1.75em;
  margin-bottom: 30px;
  line-height: 1.1em;
  color: #ece3e3;
  font-family: Raleway, Helvetica, sans-serif;
}

.about-me__text p span {
  font-size: 38px;
}

@media (max-width: 620px) {
  .about-me__text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
  }
}

.about-me__text h4 {
  margin-bottom: 7px;
  font-size: 25px;
  color: rgba(131, 24, 24, 0.884);
}

.about-me__text .p-white {
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 1250px) {
  .about-me__text {
    width: 48%;
    margin-right: 40px;
  }
}

@media (max-width: 992px) {
  .about-me__text {
    width: 100%;
    margin-right: 0;
  }
}

.slick-slide:focus {
  outline: none;
}

.fh5co-books {
  margin-bottom: 122px;
}

.fh5co-books .universal-h2 {
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.fh5co-books .books-brand-button {
  text-align: center;
}

.fh5co-books .books-brand-button .brand-button {
  font-size: 16px;
  text-transform: none;
  border-color: #dd1b02;
}

.fh5co-books .books-brand-button .brand-button:hover {
  border-color: rgb(53, 13, 13);
}

@media (max-width: 1250px) {
  .fh5co-books {
    margin-bottom: 60px;
  }
}

.books {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

@media (max-width: 559px) {
  .books {
    justify-content: space-around;
  }
}

.single-book {
  margin-bottom: 20px;
  text-align: center;
}

.single-book .single-book__img {
  position: relative;
  display: block;
  font-size: 0;
}

.single-book .single-book__img .single-book_download {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.3s ease;
}

.single-book .single-book__img .single-book_download img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.single-book .single-book__img:hover .single-book_download {
  visibility: visible;
  opacity: 0.7;
}

.single-book .single-book__title {
  margin: 19px 0 18px;
  color: rgb(153, 16, 16);
  font-size: 18px;
}

@media (max-width: 1250px) {
  .single-book {
    margin-right: 10px;
  }

  .single-book:last-child {
    margin-right: 0;
  }
}


.counter-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-count {
  width: 23%;
  text-align: center;
  color: #fff;
}

.count-number {
  font-size: 42px;
  width: 23%;
  text-align: center;
  color: #fff;
}

.single-count span {
  display: block;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 900;
}

.count-number p {
  font-size: 20px;
  text-transform: uppercase;
}

.single-count p {
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 850px) {
  .single-count {
    width: 48%;
    margin-bottom: 30px;
  }

  .single-count .count {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .single-count {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
}

.framed {
  --red: rgba(230, 221, 219, 0.9);
}


img.framed {
  box-shadow:
    -50px -50px 0 -40px var(--red),
    50px 40px 0 -40px var(--red);
}


.single-count__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
}

.count-number__text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-count__text img {
  margin-right: 20px;
}

.fh5co-blog {
  margin-bottom: 55px;
  background-position: center; 
  background-size: cover;
  position: relative;
  padding: 5px 0 112px;
  text-align: center;
}

.fh5co-blog .universal-h2 {
  margin-top: .75em;
  margin-bottom: 1em;
}

@media (max-width: 620px) {
  .fh5co-blog {
    margin-bottom: 105px;
  }
}

.blog-inner {
  display: flex;
  justify-content: space-between;
}

.blog-slider .slick-slide {
  margin: 0 15px;
}

.blog-slider .slick-list {
  margin: 0 -15px;
}

.single-blog {
  display: flex !important;
}

.single-blog .single-blog__img {
  width: 50%;
  font-size: 0;
}

.single-blog .single-blog__text {
  width: 50%;
  padding: 7%;
  border: 3px solid #f5f5f5;
  border-left: 0;
}

.single-blog .single-blog__text h4 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 33px;
}



.single-blog .single-blog__text span {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: rgba(124, 36, 33, 0.855);
  font-family: "Calisto-MT-Bold";
}

.blog-slider-p{
  font-size: 1em;
  display: inline;
}


.about-me ul li{
  width: 79em;
  margin: 0 auto;
  list-style-type:none;
}


@media screen and (max-width: 1350px) {
  
.about-me ul li{
  width: 88em;
  margin: 0 auto;
  list-style-type:none;
  overflow: hidden; 
}
}


@media screen and (max-width: 1670px) {
  
.about-me ul li{
  width: 88em;
  margin: 0 auto;
  list-style-type:none;
  overflow: hidden; 
}
}

.postsleft {
  width: 300px;
  float: left;
}

.postsright {
  width: 51.25em;
  float: left; 
  text-align: left;
}

@media screen and (max-width: 1680px) {
  .postsright {
    width: 61.25em;
    float: left; 
    text-align: left;
  }
}


@media screen and (max-width: 880px) {
  .postsright {
    width: 30.25em;
    float: left; 
    text-align: left;
  }
}


@media screen and (max-width: 580px) {
  .postsright {
    width: 43.25em;
    float: left; 
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .postsright {
    width: 31.25em;
    float: left; 
    text-align: left;
  }
}







@media screen and (max-width: 980px) {
  .about-me ul li{
    width: 60em;
    margin: 0 auto;
    list-style-type:none;
  }
}

.marginDown{
  margin-bottom: 1em;
}

@media screen and (max-width: 880px) {
  .about-me ul li{
    width: 40em;
    margin: 0 auto;
    overflow: hidden;
    list-style-type:none;
  }
}

@media screen and (max-width: 580px) {
  .about-me ul li{
    width: 41em;
    margin: 0 auto;
    overflow: hidden;
    list-style-type:none;
  }
}


@media screen and (max-width: 320px) {
  .about-me ul li{
    width: 27em;
    margin: 0 auto;
    overflow: hidden;
    list-style-type:none;
  }
}



p.home {
  margin-left:27em !important;
  padding-right:4em !important;
  font-size: 1.15em;
}

h3.post-title-home {
  margin-left:21.5em !important;
  padding-right:22px !important;
  color: rgba(146, 50, 46, 0.855);
  font-size: 1.5em;
}


@media screen and (max-width: 1680px) {
  
  h3.post-title-home {
    margin-left:26em !important;
    padding-right:22px !important;
    color: rgba(146, 50, 46, 0.855);
    font-size: 1.5em;
  }

  p.home {
  margin-left:16em !important;
}
  }

  
@media screen and (max-width: 1680px) {
  
  p.home {
    margin-left:35em !important;
  }
  
  }

  @media screen and (max-width: 980px) {
  
    h3.post-title-home {
      margin-left:3em !important;
      padding-right:22px !important;
      color: rgba(146, 50, 46, 0.855);
      font-size: 1.5em;
    }
  
    p.home {
    margin-left:1em !important;
  }
    }


    @media screen and (max-width: 580px) {
  
      h3.post-title-home {
        margin-left:3em !important;
        padding-right:22px !important;
        color: rgba(146, 50, 46, 0.855);
        font-size: 1.55em;
      }
    
      p.home {
      margin-left:1.25em !important;
      font-size: 1.25em;
    }
      }

      
    @media screen and (max-width: 320px) {
  
      h3.post-title-home {
        margin-left:3em !important;
        padding-right:22px !important;
        color: rgba(146, 50, 46, 0.855);
        font-size: 1.25em;
      }
    
      p.home {
      margin-left:1em !important;
      font-size: 1em;
    }
      }



      



.single-blog .single-blog__text p {
  color: #777;
  line-height: 21px;
}

@media (max-width: 992px) {
  .single-blog .single-blog__text {
    padding: 5%;
  }

  .single-blog .single-blog__text h4 {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 24px;
  }

  .single-blog .single-blog__text p {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 420px) {
  .single-blog .single-blog__text {
    padding: 3%;
  }

  .single-blog .single-blog__text h4 {
    font-size: 16px;
  }

  .single-blog .single-blog__text span {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .single-blog .single-blog__text p {
    font-size: 13px;
    line-height: 16px;
  }
}

.single-blog:nth-child(even) h4 {
  color: #a5130eda;
}

@media (max-width: 1250px) {
  .single-blog .single-blog__img img {
    width: 100%;
    height: 100%;
  }
}

.endorsement-img {
  vertical-align: middle;
  border-style: none;
}

.about_section .container .img-box {
  margin: 45px 0;
  margin-left: 40px;
}

.blog-slider {
  position: relative;
}

.blog-slider .slick-arrow {
  position: absolute;
  bottom: -22%;
}

.blog-slider .slick-prev {
  left: 45.5%;
}

@media (max-width: 1250px) {
  .blog-slider .slick-prev {
    left: 40%;
  }
}

@media (max-width: 520px) {
  .blog-slider .slick-prev {
    left: 35%;
  }
}

.blog-slider .slick-next {
  right: 45.5%;
}

@media (max-width: 1250px) {
  .blog-slider .slick-next {
    right: 40%;
  }
}

@media (max-width: 520px) {
  .blog-slider .slick-next {
    right: 35%;
  }
}

.blog-slider .span-arrow:hover {
  color: rgb(235, 19, 19);
  border-color: rgb(255, 0, 0);
}

.fh5co-quotes {
  position: relative;
  padding: 3.5em 0 5em;
  text-align: center;
  background-image: url("../images/quotes-bckg.jpg");
  background-position: center;
  background-size: cover;
}

.fh5co-quotes::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}

.fh5co-quotes .site-container {
  position: relative;
  z-index: 1;
}

.fh5co-quotes .universal-h2 {
  padding-bottom: 10px;
  color: #fff !important;
}

.fh5co-quotes-pS {
  width: 60%;
  margin: 0.75em auto 25px;
  color: #fff;
  line-height: 30px;
  font-size: 1.5em;
  font-family: Raleway, Helvetica, sans-serif;
}


.fh5co-quotes-pL {
  width: 43%;
  margin: 1em auto 25px;
  color: #fff;
  line-height: 1.25em;
  font-size: 1.75em;
  font-family: Raleway, Helvetica, sans-serif;
}




.fh5co-quotes .img-box {
  margin: 30px 0;
}

.fh5co-blog .img-box {
  padding-bottom: 20px;
}


@media (max-width: 620px) {
  .fh5co-quotes p {
    font-size: 14px;
    line-height: 19px;
  }
}

.fh5co-quotes img {
  margin: 0 auto 5px;
}

.fh5co-quotes h4 {
  margin-bottom: 5px;
  font-size: 25px;
  color: #b43636;
}

.fh5co-blog h4 {
  margin-bottom: 15px;
  font-size: 25px;
  color: #b43636;
}



.fh5co-quotes .slick-arrow {
  bottom: -4%;
}

.fh5co-quotes .slick-prev {
  left: 45.5%;
}

@media (max-width: 1150px) {
  .fh5co-quotes .slick-prev {
    left: 34%;
  }
}

.fh5co-quotes .slick-next {
  right: 45.5%;
}

@media (max-width: 1150px) {
  .fh5co-quotes .slick-next {
    right: 34%;
  }
}

@media (max-width: 1150px) {
  .fh5co-quotes {
    padding: 75px 0 95px;
  }

  .fh5co-quotes p {
    width: 90%;
  }
}

.fh5co-social {
  position: relative;
  padding: 13px 0;
  background-image: url("../images/social-bckg.png");
  background-size: cover;
  background-position: center;
}

.fh5co-social::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7c3838;
  opacity: 0.9;
}

.fh5co-social .site-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 620px) {
  .fh5co-social {
    padding: 0px 0;
  }
}


.social {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}


.social h5 {
  font-size: 44px;
  color: #fff;
  margin-left: 45px;
  line-height: 42px;
  margin-right: 65px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: "Arial";
  letter-spacing: 2px;
  font-weight: 300;
}

.social-h3 {
  font-size: 14px;
  font-weight: 12px ;
  letter-spacing: 1px;
}

.social h4 {
  font-size: 30px;
  color: #fff;
  padding-right: 110px;
}

.esocial {
  display: flex;
  justify-content: space-between;
  align-items: left;
}


.esocial h5 {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 620px) {
  .social {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .social {
    content: none;
  }
  .social h5 {
    font-size: 0px;
    color: #fff;
    margin-bottom: 0px;
    font-family: "Arial";
    letter-spacing: 0px;
    font-weight: 0;
  }
  
  .social-h3 {
    font-size: 0px;
  }
  
  .social h4 {
    font-size: 0px;
  }
}





.social-icons a {
  position: relative;
  border: 1px solid white;
  border-radius: 50%;
  padding: 13px 23px;
  margin-right: 10px;
  transition: 0.3s ease;
  font-size: 16px;
}

.social-icons a:hover {
  background-color: rgb(51, 22, 22);
  border-color: transparent;
}

.social-icons img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 620px) {
  .social-icons {
    margin: 35px 0;
  }
}

.site-footer {
  padding-top: 120px;
  background-color: #343434;
}

@media (max-width: 1250px) {
  .site-footer {
    padding-top: 60px;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 95px;
}

.footer-inner h5 {
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 1250px) {
  .footer-inner {
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }
}

.footer-info {
  width: 50%;
  display: flex;
}

.footer-info .footer-info__left {
  margin-right: 45px;
}

.footer-info .footer-info__left img {
  margin-bottom: 10px;
}

.footer-info .footer-info__left p {
  color: #a13b3bb7;
}



@media (max-width: 620px) {
  .footer-info .footer-info__left p {
    font-size: 0em;
  }
  
}



@media (max-width: 620px) {
  .footer-info .footer-info__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer-info .footer-info__right p {
  margin-bottom: 15px;
  color: #aaa;
}

.footer-info .footer-info__right .footer-phone {
  font-size: 14px;
}




.footer-info .footer-info__right .social-icons {
  margin-top: 27px;
}

.footer-info .footer-info__right .social-icons a {
  padding: 9px 19px;
}

@media (max-width: 1250px) {
  .footer-info {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 580px) {
  .footer-info {
    flex-direction: column;
    align-items: center;
    zoom: 110%;
  }
}

.footer-contact-form {
  width: 50%;
}

.footer-contact-form .contact-form__input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-contact-form .contact-form__input input {
  width: 40%;
  padding: 20px;
  border: 1px solid #404040;
  background-color: #282828;
  color: #c18f59;
}

.footer-contact-form .contact-form__input input::placeholder {
  color: #aaa;
}

@media (max-width: 1250px) {
  .footer-contact-form .contact-form__input input {
    width: 45%;
  }
}

@media (max-width: 520px) {
  .footer-contact-form .contact-form__input input {
    width: 100%;
  }
}

.footer-contact-form textarea {
  box-sizing: border-box;
  height: 90px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #404040;
  background-color: #282828;
  resize: none;
  color: #c18f59;
}

.footer-contact-form .submit-button {
  padding: 19px 50px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background-color: #c00303;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s ease;
}

.footer-contact-form .submit-button:hover {
  background-color: #777;
}

@media (max-width: 1250px) {
  .footer-contact-form {
    width: 100%;
  }
}

.footer-bottom {
  padding: 25px 0;
  background-color: #2d2d2d;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
}

.footer-bottom-inner p {
  color: #777;
}

.footer-bottom-inner a {
  color: #b43636;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: medium;
}

.footer-bottom-inner a:hover {
  color: #777;
}

.footer-bottom-inner .footer-bottom__img img {
  margin-right: 25px;
}

.footer-bottom-inner .footer-bottom__img img:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-inner p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}


html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;

}



.testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #29d18b;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #29d18b;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #29d18b !important;
  border-color: #29d18b;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}


#menu
{
    border-radius: 15px; 
    box-shadow: 0px 0px 1px #000000;
    position: fixed;
}

#menu ul
{
    margin: 0.5em;
    padding: 0.5em;
    list-style-type: none;
    font-size: x-large;
}

#menu ul li
{
    padding-top: 1em;
    padding-bottom: 1em;
}

#menu ul li a
{
    text-decoration: none;
    color: #5C832F;
}

#menu ul li a:hover
{
    color: #284907;
}

#intro
{
    padding-bottom: 1em;
}

#intro p
{
    font-size: large;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

blockquote p
{
    width: 21em;
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
}


.main-vote
{
    border-radius: 15px; 
    box-shadow: 0px 0px 10px #ac9393; 
    width: 50em; 
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em; 
    color: #382513;
    background-color: #bebebec2;
}

@media screen and (max-width: 680px) {
  .main-vote
{
    border-radius: 15px; 
    box-shadow: 0px 0px 10px #ac9393; 
    width: 37em; 
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em; 
    color: #382513;
    background-color: #bebebec2;
}
}


@media screen and (max-width: 480px) {
  .main-vote
{
    border-radius: 15px; 
    box-shadow: 0px 0px 10px #ac9393; 
    width: 27em; 
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em; 
    color: #382513;
    background-color: #bebebec2;
}
}


.main-vote hr
{
    width: 25%;
}

.main-vote h3{
  font-family: "Calisto-MT";
  text-align: center;
  font-weight: bold;
  color: #812121;
  font-size: 1.75em;
  padding: .5em;
}

.main-vote p{
  font-family: "Calisto-MT";
  text-align: center;
  font-weight: bold;
  color: #292424;
  padding: 10px;
  font-size: 1.25em;
  padding: .5em;
}


.extro
{
    padding-top: 1em;
    padding-bottom: 1em;
}

.extro p
{
    font-size: large;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}




.w3-red,
.w3-hover-red:hover {
  color: #fff !important;
  background-color: #813e3e !important;
  padding-top: 10px;
  padding-bottom: 32em;
  margin-bottom: 10px;
}

@media screen and (max-width: 1485px)
{.w3-red,
  .w3-hover-red:hover {
    color: #fff !important;
    background-color: #813e3e !important;
    padding-top: 10px;
    padding-bottom: 43em;
    margin-bottom: 10px;
  }}

  
@media screen and (max-width: 1685px)
{.w3-red,
  .w3-hover-red:hover {
    color: #fff !important;
    background-color: #813e3e !important;
    padding-top: 10px;
    padding-bottom: 42em;
    margin-bottom: 10px;
  }}







  @media screen and (max-width: 1200px)
{.w3-red,
  .w3-hover-red:hover {
    color: #fff !important;
    background-color: #813e3e !important;
    padding-top: 10px;
    padding-bottom: 79em;
    margin-bottom: 10px;
  }}


  
  @media screen and (max-width: 885px)
{.w3-red,
  .w3-hover-red:hover {
    color: #fff !important;
    background-color: #813e3e !important;
    padding-top: 10px;
    padding-bottom: 112em;
    margin-bottom: 10px;
  }}



.w3-center{
  text-align: center !important;
}


@import url("https://fonts.googleapis.com/css?family=Roboto:900");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,700");

.monser-font {
  font-family: 'Montserrat', Helvetica, sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
}
.shady {
  -webkit-box-shadow: 0 0 20px 6px rgba(216, 220, 241, 0.6);
  -ms-box-shadow: 0 0 20px 6px rgba(216, 220, 241, 0.6);
  -moz-box-shadow: 0 0 20px 6px rgba(216, 220, 241, 0.6);
  -o-box-shadow: 0 0 20px 6px rgba(216, 220, 241, 0.6);
  box-shadow: 0 0 20px 6px rgba(216, 220, 241, 0.6);
}
.shado {
  -webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,.26), 0 10px 20px 0 rgba(0,0,0,.19);
  -ms-box-shadow:0 6px 6px 0 rgba(0,0,0,.26), 0 10px 20px 0 rgba(0,0,0,.19);
  -moz-box-shadow:0 6px 6px 0 rgba(0,0,0,.26), 0 10px 20px 0 rgba(0,0,0,.19);
  -o-box-shadow: 0 6px 6px 0 rgba(0,0,0,.26), 0 10px 20px 0 rgba(0,0,0,.19);
  box-shadow: 0 6px 6px 0 rgba(0,0,0,.26), 0 10px 20px 0 rgba(0,0,0,.19);
}
.masterdiv {
  max-width: 1500px;
  margin: auto;
}
/* ========  Top Subscribe Bar ======== */
.join-news, .add-fav {
  color: #4a5568;
  font-size: 14px;
}
.join-news:hover, .add-fav:hover, .join-news:active, .add-fav:active {
  text-decoration: underline;
  color: #1a272d;
}
.subscr-divider {
  color: #e2e8f0;
  margin: auto 12px;
  line-height: initial;
}
/* ========  Header Image ======== */
/* ============  Header Image ============ */
.header-img-block {
  max-width: 100%;
  margin: auto;
}
.header-img-block > img {
  max-width: 100%;
  height: auto;
}
.header-l {
  display: none;
}
/* ============  Menu ============ */
.nav-bar {
  position: relative;
  padding: 8px;
  color: #234a69;
  background-color: #fff;
}
.nav-bar > div {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.header-logo-block {
  position: relative;
  display: block;
}
.nav-ul {
  display: flex;
  margin: auto 0;
}
.mega-menu {
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 4;
}
.mega-products {
  display: none;
  position: absolute;
  text-align: left;
  width: fit-content;
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  z-index: 4;
}
.mega-products > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mega-products::before {
  content: '';
  border: 12px solid transparent;
  border-bottom-color: #6da7d630;
  width: 0;
  height: 0;
  position: absolute;
  top: -24px;
  left: 30%;
}
ul > hr {
  width: 40%;
}
.last-menu-item {
  right: 15px;
}
/* #hoverable –––––––––––––– */
.hoverable {
  position: static;
}
.hoverable > a {
  font-size: 16.5px;
  color: #2a597f;
  font-weight: 600;
  padding: 12px 16px;
  display: block;
  position: relative;
}
.sub-ul-first {
  -webkit-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.sub-ul-last {
  -webkit-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.submenu {
  color: #2a597f!important;
  font-size: 15px!important;
  padding: 4px 24px;
  display: block;
}
.submenu:hover, .submenu:active, .submenu:focus {
  color: #2d3748c7!important;
  background: #eceaea!important;
}
.hoverable > a:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}
.hoverable:hover .mega-products, .hoverable:active .mega-products, .hoverable:focus .mega-products {
  display: block;
}
  /* #Sandwich –––––––––––––– */
.hidden-menu {
  display: none!important;
}
.menu-icon {
  max-width: 40px;
}
.menu-icon:hover, .menu-icon:active, .menu-icon:focus {
  border: 1px solid #ffffff;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* ===============         Body         ===============  */
.header-logo {
  max-width: 180px;
  height: auto;
  margin: auto;
  padding: 0;
}
.mega-products::before {
  content: '';
  border: 12px solid transparent;
  border-bottom-color: #6da7d630;
  width: 0;
  height: 0;
  position: absolute;
  top: -24px;
  left: 30%;
}
/*  =========  ***** GALLERY *****  =========  */
#rl_pf {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: column;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 20px 20px;
  -webkit-box-shadow: inset 0 0 20px 6px rgba(46, 91, 138, 0.26);
  -ms-box-shadow: inset 0 0 20px 6px rgba(46, 91, 138, 0.26);
  -moz-box-shadow: inset 0 0 20px 6px rgba(46, 91, 138, 0.26);
  -o-box-shadow: inset 0 0 20px 6px rgba(46, 91, 138, 0.26);
  box-shadow: inset 0 0 20px 6px rgba(46, 91, 138, 0.26);
}
.show {
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto;
	width: 220px;
	margin: 0.4vw;
}
.show img {
	width: 100%;
	height: auto;
}
.item {
	overflow: hidden;
	position: relative;
	text-align: center;
  -webkit-box-shadow: inset 0 6px 6px 0 rgba(0,0,0,.26), 0 4px 20px 1px rgba(0,0,0,.25);
  -ms-box-shadow: inset 0 6px 6px 0 rgba(0,0,0,.26), 0 4px 20px 1px rgba(0,0,0,.25);
  -moz-box-shadow: inset 0 6px 6px 0 rgba(0,0,0,.26), 0 4px 20px 1px rgba(0,0,0,.25);
  -o-box-shadow: inset 0 6px 6px 0 rgba(0,0,0,.26), 0 4px 20px 1px rgba(0,0,0,.25);
  box-shadow: inset 0 6px 6px 0 rgba(0,0,0,.26), 0 4px 20px 1px rgba(0,0,0,.25);
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  max-width: 350px;
}
.item .pf_content {
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.item img {
	display: block;
	position: relative;
}
.item h2 {
  font-family: 'Montserrat', Helvetica, sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	color: white;
	font-size: 0.8em;
  text-indent: 3px;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  margin: 6% auto 25px auto;
}
.item h3 {
  font-family: 'Montserrat', Helvetica, sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	color: #fff;
	font-size: 9.5px;
	text-indent: 1px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
  margin: 0 7px;
}
.item .pf_viewmore {
  font-family: 'Montserrat', Helvetica, sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	color: #fff;
	width: 100%;
	font-size: 0.7em;
	text-indent: 3px;
	letter-spacing: 6px;
	font-weight: 200;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
}
.open-item img {
  -webkit-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.open-item .pf_content {
	opacity: 0;
	background-color: rgba(0,40,100,0.84);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.open-item h2 {
	transform: translateY(-100px);
	opacity: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.open-item h3 {
	transform: translateY(100px);
	opacity: 0;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
	transition: all 1s ease;
}
.open-item .pf_viewmore {
	transform: translateY(30px);
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	opacity: 0;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
	transition: all 1s ease;
	position: absolute;
	bottom: 0;
	left: 0;
}
.open-item:hover img {
	transform: scale(1.5);
}
.open-item:hover .pf_content {
	opacity: 1;
}
.open-item:hover h2,
.open-item:hover h3,
.open-item:hover .pf_viewmore {
	opacity: 1;
	transform: translateY(0px);
}
.full-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.gallery-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #2a597f;
  background: #ffffff;
}
/* ABOUT US */
.about {
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 20px;
}
.about-box {
  padding: 20px 0;
  top: 0;
  margin: auto;
  max-width: 650px;
  background: #ffffffd9;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.about-title {
  color: #002864d6;
  font-size: 26px;
  font-weight: 500;
  padding: 0 0 0 20px;
  text-align: center;
}
.about-text {
  font-size: 17px;
  color: #626d79;
  line-height: 21px;
  font-weight: 500;
  padding: 20px;
}
/* FEATURED */
.related-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 10px 30px;
  background: #ffffff;
  text-align: center;
}
.product-item {
  padding: 20px 0;
	width: 102%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-evenly;
}





.product-item li {
  width: 240px;
	float: left;
	text-align: center;
	-webkit-border-radius: 6px;
  -ms-border-radius: 6px;
	-moz-border-radius: 6px;
  -o-border-radius: 6px;
	border-radius: 6px;
	background: white;
	margin: 10px;
  -webkit-box-shadow: 0 7px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 7px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 7px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 7px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 7px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -7px 5px -1px rgba(255, 255, 255, 0.2), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
}
.product-item li:hover {
	-webkit-box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-thumb {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
  }
.product-thumb img {
	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	-webkit-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	}
.shop-button {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.product-thumb:hover {
	cursor:pointer;
}
.product-item li:hover .shop-button {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
  -o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-item li:hover .product-thumb img {
	opacity: 0.6;
  filter: blur(0.3px);
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shop-button div {
	display: inline-block;
	color: #fff;
	line-height: 25px;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 400;
  background: #630b0b;
  border-radius: 10%;
}
.product-item li h4 {
	font-size: 15px;
	color: #6b0404;
	font-weight: 500;
	margin: 14px 0 4px;
	padding: 0 8px 10px 8px;
	position: relative;
}S
/* FEATURES */
.features {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  height: auto;
  padding: 14px;
  background: #ffffff;
  justify-content: center;
}
.features > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 20px;
}
.feature-icon {
  max-width: 85px;
  height: auto;
}
.feat-info {
  text-align: center;
}
.feat-info > h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 2px 0;
}
.feat-info > div {
  font-size: 16px;
  color: #414f63;
  max-width: 300px;
}
/* FOOTER */
.footer {
  max-width: 100%;
  background: url(https://i.picsum.photos/id/1019/1570/438.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: auto;
}
.footer > div * {
  max-width: 260px;
  color: #696969;
}
.footer-logo-block {
  padding: 12px;
  display: flex;
  justify-content: center;
}
.footer-logo {
  height: auto;
  margin: auto;
  padding: 10px;
}
.footer-info {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-list {
  align-self: center;
}
.footer-list li{
  text-align: center;
}
.footer-nav-li {
  display: block;
  padding: 2px 14px;
}
.footer-nav-li:hover, .footer-nav-li:active, .footer-nav-li:focus {
  background-color: #d7e0e8a8;
    border-radius: 3px;
    color: black;
    transition: 0.2s ease-in-out;
}
.footer-info-right {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.footer-news {
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
}
.footer-news-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 12px 0;
}
.subscribe-button {
  background-color: #3781bf;
  padding: 8px 16px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 0 8px 0px #153654;
  -ms-box-shadow: 0 0 8px 0px #153654;
  -moz-box-shadow: 0 0 8px 0px #153654;
  -o-box-shadow: 0 0 8px 0px #153654;
  box-shadow: 0 0 8px 0px #153654;
}
.subscribe-button:hover, .subscribe-button:active, .subscribe-button:focus {
  background-color: #2b6cb0;
  -webkit-box-shadow: 0 0 3px 0px #153654;
  -ms-box-shadow: 0 0 3px 0px #153654;
  -moz-box-shadow: 0 0 3px 0px #153654;
  -o-box-shadow: 0 0 3px 0px #153654;
  box-shadow: 0 0 3px 0px #153654;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.sub-but-a {
  font-size: 16px;
  color: white!important;
}
.copyright {
  width: 100%;
  height: auto;
  color: #696969;
  font-size: 14px;
  line-height: 25px;
  padding: 12px 0;
  position: relative;
  text-align: center;
  letter-spacing: 0.4px;
  margin-top: 24px;
}
  /* ================== RESPONSIVE ================== */
/* == MENU ITEMS ==  */
@media screen and (max-width: 1301px) {
.sailing {
  display: none;
}
}
@media screen and (max-width: 1281px) {
.fishing {
  display: none;
}
}
@media screen and (max-width: 1050px) {
.seating {
  display: none;
}
}
@media screen and (max-width: 1025px) {
.covers {
  display: none;
}
}
@media screen and (max-width: 800px) {
.outboards {
  display: none;
}
}
@media screen and (max-width: 550px) {
.bimini, .ttops {
  display: none;
}
.hidden-menu {
  display: block!important;
}
.visible-menu {
  display: none!important;
}
.hoverable > a:after {
  display: none;
}
.mega-products::before {
  left: 50%;
}
}
/* == GALLERY ==  */
@media screen and (max-width: 400px) {
#rl_pf {
  margin: 10px;
  padding: 0;
}
.open-item .pf_content {
  background: white;
  opacity: 1;
}
.open-item h2,
.open-item h3,
.open-item .pf_viewmore {
  opacity: 1;
  color: black;
  transform: translateY(0px);
}
.pf_viewmore {
  display: none!important;
}
.item .pf_content {
  height: fit-content;
  top: unset;
  bottom: 0;
}
.pf_content h2 {
  letter-spacing: 4px;
  margin: 8px;
}
.pf_content h3 {
  display: none;
}
}
@media screen and (min-width: 401px) and (max-width: 800px) {
.open-item .pf_content {
  background: white;
  opacity: 1;
}
.open-item h2,
.open-item h3,
.open-item .pf_viewmore {
  opacity: 1;
  color: black;
  transform: translateY(0px);
}
.pf_viewmore {
  display: none!important;
}
.item .pf_content {
  height: fit-content;
  top: unset;
  bottom: 0;
}
.pf_content h2 {
  letter-spacing: 4px;
  margin: 8px;
}
.pf_content h3 {
  display: none;
}
}
@media screen and (max-width: 1383px) {
.product-item li {
  margin: 20px 50px;
}
}
@media screen and (min-width: 640px) {
.container {
  max-width: 640px;
}
.nav-bar > div {
  justify-content: space-between;
}
.footer-list {
  margin-right: 20px;
}
.footer-info-right {
  margin-left: 20px;
}
}
@media screen and (min-width: 700px) {
.header-l {
  display: block;
}
.header-m {
  display: none;;
}
.related-title {
  padding: 30px;
}
}
@media screen and (min-width: 760px) {
.container {
  max-width: 768px;
}
.subscribe-bar {
  justify-content: flex-end;
}
.features {
  flex-direction: row;
}
.footer-list {
  padding: 20px;
}
.copyright {
  margin-top: 64px;
}
}
@media screen and (min-width: 900px) {
.about {
  background: url(https://picsum.photos/1500/638) no-repeat top center;
  margin: 10px auto;
}
}
@media screen and (min-width: 1024px) {
.container {
  max-width: 1024px;
}
}
@media screen and (min-width: 1100px) {
.container {
  max-width: 1280px;
}
.features > div {
  margin: 30px 50px;
}
}
@media screen and (min-width: 1200px) {
.about-box {
  margin: 30px;
}
}
@media screen and (max-width: 565px) {
.about-box {
  padding: 10px 0;
  margin: 15px;
}
.about-image {
  display: none;
}
.about-title {
  font-size: 18px;
}
.about-text {
  font-size: 14px;
  text-align: center;
}
}

/*ebay corrections*/
.stBadge {
    min-width: auto!important;
}
.stBadge img {
  display:none;
}


@media screen and (max-width: 1680px){
  html {
    zoom: 90%;
  }
}

.btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin: 0 12px;
  padding: 16px 32px;
  outline: none;
  border: none;
  border-radius: 24px;  
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  box-shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
}

.btn::after {
  content: "";
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 250ms ease;
}

.btn:hover::after {
  opacity: 1;
}

.btn--accept {
  background-color: #388E3C;
}
.btn--accept::after {
  background-color: #43A047;
}

.btn--cancel {
  background-color: #D32F2F;
}
.btn--cancel::after {
  background-color: #E53935;
}

.dialog {
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: space-between;
  padding: 6px 0px 6px 16px;
  border-bottom: 1px solid #EEEEEE;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  width: 245px;
  background: #FAFAFA;
  box-shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
}

.dialog--accept {
  top: 30px;
}

.dialog--cancel {
  bottom: 30px;
}

.dialog__title {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
}

.dialog--show {
  animation: bounce-in-right 0.7s ease;
  animation-fill-mode: forwards;
}

.dialog--hide {
  animation: fade-out-down 1s ease;
}

@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% { 
    transform: translateX(5px); 
  }
  100% { 
    opacity: 1;
    visibility: visible;
    transform: translateX(0); 
  }
}

@keyframes fade-out-down {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
}


@media (max-width: 920px) {
  html {
    zoom: 60%;
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
    }

}



@media (max-width: 620px) {
  html {
    zoom: 55%;
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
    }

}

