/*---------------------------------------------

Template Name: Woddingat
Template URL: 
Description: Woddingat
Author: Radiustheme
Author URL: http://radiustheme.com 
Version: 1.0

=========================================================================  
CSS INDEX
=========================================================================

[01] Typography
[02] Default Style
[03] Select2 Custom Style
[04] Preloader Style
[05] Pagination Style
[06] Back To Top Style
[07] Section Heading Style
[08] Button Style
[09] Header Style
[10] Pagepiling Style
[11] Main Banner Style
[12] About Style
[13] Shop Style
[14] Accomodation Style
[15] Faq Style
[16] Team Style
[17] Pricing Style
[18] Invitation Style
[19] Sidebar Area Style
[20] Countdown Style
[21] Skill Style
[22] Inner Page Banner Style
[23] Testimonial Style
[24] Brand Style
[25] Process Style
[26] Service Style
[27] Call To Action Style
[28] Feature Style
[29] Portfolio Style
[30] Gallery Style
[31] Story Style
[32] Twins Section Style
[33] Footer Style
[33] Follow Style
[34] Contact Style
[35] RSVP Style
[36] Blog Style
[37] Footer Style


/*=======================================================================
[01] Typography 
=========================================================================*/
html {
  overflow: inherit;
  height: 100%;
  font-size: 62.5%;
}
@media (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.875;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #595e5e;
  overflow-x: hidden;
}
p {
  margin: 0 0 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Cormorant', sans-serif;
  margin: 0 0 20px 0;
  color: #121f38;
}
h1,
h2 {
  line-height: 1.2;
}
h3 {
  line-height: 1.3;
}
h4 {
  line-height: 1.4;
}
h1 {
  font-size: 90px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px !important;
  }
}
h3 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px !important;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 24px !important;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 18px;
  }
}
/*=======================================================================
[02] Default Style
=========================================================================*/
a {
  text-decoration: none;
  color: #121f38;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
select:focus {
  outline: none;
}
ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}
.slick-slider {
  margin: 0 -15px;
}
.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.z-index-1 {
  z-index: 1;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.second-bg-color {
  background-color: #ebeef5;
}
.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}
.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-150 > [class^="col-"] {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1199px) {
  .row.gutters-150 > [class^="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .row.gutters-150 > [class^="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row.gutters-150 > [class^="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .row.gutters-150 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1199px) {
  .row.gutters-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.gutters-80 > [class^="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.gutters-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.gutters-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.gutters-60 > [class^="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container-fluid.box-layout {
    padding: 0 120px;
  }
}
@media (min-width: 1440px) {
  .col-xxl-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.margin-top-200 {
  margin-top: 200px;
}
.margin-top-130 {
  margin-top: 130px;
}
.box-shadow {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .box-shadow {
    padding: 110px 0;
  }
}
@media (max-width: 991px) {
  .box-shadow {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .box-shadow {
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .box-shadow {
    padding: 80px 0;
  }
}
.box-shadow .container {
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
}
.box-shadow:after {
  position: absolute;
  z-index: 0;
  top: 0;
  content: url("../img/element28.png");
}
.box-shadow:before {
  position: absolute;
  z-index: 0;
  top: 0;
  content: url("../img/element29.png");
}
body .box-shadow.active-animation:after {
  left: -100%;
  transition: all 2s ease-in-out;
}
body .box-shadow.active-animation:before {
  right: -100%;
  transition: all 2s ease-in-out;
}
body.loaded .box-shadow.active-animation:after {
  left: 0;
}
body.loaded .box-shadow.active-animation:before {
  right: 0;
}
ul.block-list,
ul.inline-list {
  margin: 0;
  padding: 0;
}
.footer-padding-1 {
  padding-top: 90px;
}
.fpb-300{
  padding-bottom: 300px;
}
@media (max-width: 1199px) {
  .footer-padding-1 {
    padding-bottom: 250px;
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .footer-padding-1 {
    padding-bottom: 200px;
    padding-top: 50px;
  }
  .fpb-none.footer-padding-1 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-padding-1 {
    padding-bottom: 150px;
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .footer-padding-1 {
    padding-bottom: 100px;
    padding-top: 25px;
  }
}
.footer-padding-2 {
  padding-top: 65px;
  padding-bottom: 300px;
}
@media (max-width: 1199px) {
  .footer-padding-2 {
    padding-bottom: 250px;
    padding-top: 55px;
  }
}
@media (max-width: 991px) {
  .footer-padding-2 {
    padding-bottom: 200px;
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .footer-padding-2 {
    padding-bottom: 150px;
    padding-top: 35px;
  }
}
@media (max-width: 575px) {
  .footer-padding-2 {
    padding-bottom: 100px;
    padding-top: 25px;
  }
}
.footer-padding-3 {
  padding-top: 40px;
  padding-bottom: 300px;
}
@media (max-width: 1199px) {
  .footer-padding-3 {
    padding-top: 30px;
    padding-bottom: 250px;
  }
}
@media (max-width: 991px) {
  .footer-padding-3 {
    padding-top: 20px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .footer-padding-3 {
    padding-top: 10px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .footer-padding-3 {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
/*=======================================================================
[03] Select2 Custom Style        
=========================================================================*/
.select2-container {
  box-shadow: none;
  border-radius: 0px;
}
.select2-container ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 0;
  background-color: rgba(240, 95, 117, 0.3);
}
.select2-container ::-webkit-scrollbar {
  border-radius: 4px;
  width: 14px;
  height: 10px;
  background-color: rgba(240, 95, 117, 0.1);
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #e0e0e0;
  border-radius: 0px;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}
.select2-search--dropdown {
  padding: 5px;
}
.select2-results {
  background-color: transparent;
  padding: 5px 0 0;
  box-shadow: none;
}
.select2-results__option {
  font-size: 17px;
  color: #000000;
  padding: 10px;
  margin-right: 1px;
}
.select2-container--classic .select2-selection--single {
  border: 1px solid #e0e0e0;
  background-image: none;
  height: 50px;
  background-color: transparent;
  box-shadow: none;
}
.fluentform select.select-reservationfm {
    border: 1px solid #e0e0e0;
    background-image: none;
    height: 50px !important;
    background-color: transparent;
    box-shadow: none;
}
.select2-container--classic .select2-selection--single .select2-selection__rende {
  font-size: 17px;
  color: #6a6a6a;
  font-weight: 300;
  background-color: transparent;
  border-radius: 0px;
  line-height: 1.4;
  padding: 15px 10px 13px 20px;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: none;
  border-radius: 0px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
  background-image: none;
  border-left: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  background-color: transparent;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #6a6a6a transparent transparent transparent;
  top: 50%;
  right: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  border-width: 7px 6px 0 6px;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6a6a6a transparent;
  border-width: 0 6px 7px 6px;
  transition: all 0.3s ease-in-out;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
  border-top: 1px solid #e0e0e0;
}
.select2-container--classic .select2-dropdown--below {
  border-top: 1px solid #e0e0e0;
}
.select2-container--classic .select2-dropdown {
  background-color: #ffffff;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #f05f75;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  border-radius: 0px;
  color: #000000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}
.select2-selection.select2-selection--single {
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}
/*=======================================================================
[04] Preloader Style        
=========================================================================*/
#preloader {
  background: #fbf1f2 url('../img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
/*=======================================================================
[05] Pagination Style        
=========================================================================*/
.pagination-box .navigation-separator {
  line-height: 1;
  font-size: 42px;
  text-align: center;
}
.pagination-box .navigation-separator a {
  color: #bababa;
  transition: all 0.3s ease-in;
}
.pagination-box .navigation-separator a:hover {
  color: #f05f75;
}
.pagination-box .item-arrow {
  line-height: 1;
  font-size: 42px;
}
.pagination-box .item-arrow a {
  color: #bababa;
  display: inline-block;
  transition: all 0.3s ease-in;
}
.pagination-box .item-arrow a:hover {
  color: #f05f75;
}
.pagination-box .prev-arrow {
  text-align: left;
}
.pagination-box .next-arrow {
  text-align: right;
}
.pagination-box.style-1 {
  margin-top: 120px;
  padding-top: 60px;
  border-top: 1px solid #bababa;
}
@media (max-width: 1199px) {
  .pagination-box.style-1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .pagination-box.style-1 {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pagination-box.style-1 {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.pagination-box.style-2 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-box.style-2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .pagination-box.style-2 {
    margin-top: 40px;
  }
}
.pagination {
  margin-top: 30px;
  justify-content: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pagination ul li {
  margin: 0 5px;
  list-style: none;
}
.pagination ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #bdbdbd;
  height: 40px;
  width: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.pagination ul li.active {
  border-radius: 50%;
  border: 1px solid #d8d7d7;
}
.pagination ul li.active a {
  color: #000000;
}
.pagination ul li:hover a {
  color: #000000;
}
.entry-content .posts-pagi span,
.entry-content .posts-pagi a{
  font-size: 18px;
  font-weight: 600;
  color: #bdbdbd;
  height: 40px;
  width: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.entry-content .posts-pagi a:hover{
  color: #000000;
}
.entry-content .posts-pagi .post-page-numbers.current{
  border-radius: 50%;
  border: 1px solid #d8d7d7;
  color: #000000;
}
.section.content-area.customize-content-selector {
  padding-top: 120px;
}
/*=======================================================================
[06] Back To Top Style
=========================================================================*/
.return-to-top {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 45px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: rgba(240, 95, 117, 0.8);
  display: block;
  font-size: 17px;
  color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.3s cubic-bezier(0, 0, 0.15, 1.88);
}
.return-to-top i {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.return-to-top:hover,
.return-to-top:focus {
  color: #ffffff;
}
.return-to-top:hover i,
.return-to-top:focus i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.return-to-top.back-top {
  bottom: 20px;
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*=======================================================================
[07] Section Heading Style
=========================================================================*/
.section-heading.style-1 {
  text-align: center;
  margin-bottom: 40px;
}
.section-heading.style-1 .title {
  font-weight: 700;
  color: #121f38;
}
.section-heading.style-1 .description {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.style-2 {
  text-align: center;
}
.section-heading.style-2 .title {
  font-weight: 700;
  color: #121f38;
}
.section-heading.style-2 .description {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.modal-content .section-heading.style-3{
  margin-bottom: 40px;
}
.section-heading.style-3 {
  text-align: center;
}
.section-heading.style-3 .sub-title {
  color: #f05f75;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Cormorant', sans-serif;
}
.section-heading.style-3 .title {
  font-weight: 700;
  color: #121f38;
}
.section-heading.style-3 .description {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.style-4 { 
  text-align: center;
}
.section-heading.style-4 img {
  margin-bottom: 10px;
}
.section-heading.style-4 span.rtin-icon {
    color: #f05f75;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
}
.section-heading.style-4 .title {
  font-weight: 600;
  color: #121f38;
}
.section-heading.style-4 .description {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.style-5 {
  text-align: center;
  margin-bottom: 80px;
}
.section-heading.style-5 .title {
  font-weight: 700;
  font-size: 60px;
  color: #121f38;
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .section-heading.style-5 .title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .section-heading.style-5 .title {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .section-heading.style-5 .title {
    font-size: 36px !important;
  }
}
@media (max-width: 575px) {
  .section-heading.style-5 .title {
    font-size: 30px;
  }
}
.section-heading.style-6 {
  text-align: center;
  margin-bottom: 55px;
}
.section-heading.style-6 .title {
  font-weight: 700;
  color: #121f38;
  margin-bottom: 5px;
}
.section-heading.style-6 .sub-title {
  color: #f05f75;
  font-weight: 600;
  font-style: italic;
}
.section-heading.style-6 .sub-title a {
  color: #f05f75;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.section-heading.style-6 .sub-title a:hover {
  opacity: 1;
}
.section-heading.style-7 {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .section-heading.style-7 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .section-heading.style-7 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-heading.style-7 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .section-heading.style-7 {
    margin-bottom: 40px;
  }
}
.section-heading.style-7 img {
  margin-bottom: 22px;
}
.section-heading.style-7 .title {
  font-weight: 700;
  color: #121f38;
}
.section-heading.style-7 .description {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.style-8 {
  text-align: center;
  margin-bottom: 40px;
}
.section-heading.style-8 img {
  margin-bottom: 22px;
}
.section-heading.style-8 .title {
  font-weight: 700;
  color: #121f38;
}
.section-heading.style-8 .description {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.style-9 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .section-heading.style-9 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .section-heading.style-9 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-heading.style-9 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .section-heading.style-9 {
    margin-bottom: 40px;
  }
}
.section-heading.style-9 img {
  margin-bottom: 22px;
}
.section-heading.style-9 .title {
  font-weight: 700;
  color: #121f38;
}
.section-heading.style-9 .description {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.element-on-top.style-1 {
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
.element-on-top.style-1:before {
  content: url("../../media/elements/element3.png");
  position: absolute;
  z-index: 1;
  top: -55px;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
}
.element-on-top.style-2 {
  margin-top: 47px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .element-on-top.style-2 {
    margin-top: 33px;
  }
}
.element-on-top.style-2:before {
  position: absolute;
  z-index: 1;
  top: -47px;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .element-on-top.style-2:before {
    transform: scale(0.7);
    top: -54px;
  }
}
.element-on-top.style-3 {
  margin-top: 47px;
  position: relative;
  z-index: 1;
}
.element-on-top.style-3:before {
  position: absolute;
  z-index: 1;
  top: -47px;
  left: 0;
  margin: 0 auto;
  right: 0;
  height: 132px;
  width: 170px;
}
body .section-heading.style-4.has-animation img,
body .section-heading.style-7.has-animation img,
body .section-heading.style-8.has-animation img {
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px);
  transition: all 0.6s;
}
body.loaded .section-heading.style-4.has-animation.active-animation img,
body.loaded .section-heading.style-7.has-animation.active-animation img,
body.loaded .section-heading.style-8.has-animation.active-animation img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*=======================================================================
[08] Button Style
=========================================================================*/
.btn-fill {
  display: inline-block;
  font-size: 15px;
  padding: 8px;
  background-color: #f05f75;
  color: #ffffff;
  box-shadow: none;
  border: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn-fill {
    font-size: 14px;
  }
}
.btn-fill > span {
  display: inline-block;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 1;
}
.btn-fill > span:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #f05f75;
  width: 50%;
  z-index: 1;
  top: -1px;
  right: -1px;
  transition: all 0.3s;
  transition-delay: 0.3s;
}
.btn-fill > span:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #f05f75;
  width: 50%;
  z-index: 1;
  bottom: -1px;
  right: -1px;
  transition: all 0.3s;
  transition-delay: 0.3s;
}
.btn-fill > span > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 7px 36px;
}
@media (max-width: 767px) {
  .btn-fill > span > span {
    padding: 4px 20px;
  }
}
.btn-fill > span > span:after {
  content: "";
  position: absolute;
  height: 50%;
  background-color: #f05f75;
  width: 1px;
  z-index: 1;
  bottom: 50%;
  right: -1px;
  transition: all 0.3s;
}
.btn-fill > span > span:before {
  content: "";
  position: absolute;
  height: 50%;
  background-color: #f05f75;
  width: 1px;
  z-index: 1;
  top: 50%;
  right: -1px;
  transition: all 0.3s;
}
.btn-fill:focus {
  outline: none;
}
.btn-fill:hover {
  color: #ffffff;
}
.btn-fill:hover > span:after,
.btn-fill:hover > span:before {
  width: 0;
  transition-delay: 0s;
}
.btn-fill:hover > span > span:after,
.btn-fill:hover > span > span:before {
  height: 0;
  transition-delay: 0.3s;
}
.play-btn {
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .play-btn {
    height: 100px;
    width: 100px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .play-btn {
    height: 80px;
    width: 80px;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .play-btn {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
}
.play-btn .item-icon {
  margin-left: 5px;
}
.play-btn:after,
.play-btn:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  transition: all 0.3s ease-out;
}
.play-btn:before {
  transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
}
.play-btn:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.play-btn:hover:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.play-btn:hover:after {
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.play-btn.circle {
  border-radius: 50%;
}
.play-btn.circle:after,
.play-btn.circle:before {
  border-radius: 50%;
}
.play-btn.style-1 {
  color: #f05f75;
}
.play-btn.style-1:after {
  background-color: #ffffff;
}
.play-btn.style-1:before {
  border: 1px solid #f05f75;
}
.play-btn.style-1:hover {
  color: #f05f75;
}
.play-btn.style-2 {
  color: #ffffff;
}
.play-btn.style-2:after {
  background-color: #f05f75;
}
.play-btn.style-2:before {
  background-color: #ffffff;
}
.play-btn.style-2:hover {
  color: #f05f75;
}
.play-btn.style-3 {
  color: #ffffff;
}
.play-btn.style-3:after {
  background-color: transparent;
  border: 1px solid #aeaeae;
}
.play-btn.style-3:before {
  background-color: #ffffff;
}
.play-btn.style-3:hover {
  color: #f05f75;
}
.play-btn.style-4 {
  height: 70px;
  width: 70px;
  font-size: 20px;
  color: #ffffff;
}
.play-btn.style-4:after {
  background-color: #f05f75;
}
.play-btn.style-4:before {
  background-color: #ffffff;
}
.play-btn.style-4:hover {
  color: #f05f75;
}
.btn-text {
  transition: all 0.3s ease-in-out;
}
.btn-text.style-1 {
  font-weight: 700;
  font-size: 18px;
  color: #121f38;
}
.btn-text.style-1:hover {
  color: #f05f75;
}
.btn-text.style-2 {
  font-weight: 600;
  font-size: 18px;
  color: #f05f75;
}
.btn-text.style-2:hover {
  color: #121f38;
}
.btn-text.style-3 {
  font-weight: 700;
  font-size: 15px;
  color: #051441;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .btn-text.style-3 {
    font-size: 14px;
  }
}
.btn-text.style-3:hover {
  color: #f05f75;
}
.btn-text.style-4 {
  font-weight: 500;
  font-size: 16px;
  color: #f05f75;
}
.btn-text.style-4:hover {
  color: #121f38;
}
/*=======================================================================
[09] Header Style
=========================================================================*/
.admin-bar .main-content,
.admin-bar header.header.header3 {
    margin-top: 32px;
}
@media (max-width: 768px) {
  .admin-bar .main-content,
  .admin-bar header.header.header3 {
      margin-top: 47px;
  }
}
@media screen and (max-width: 600px){
  .admin-bar .nojq {
      position: fixed !important;
  }
}
.admin-bar .sticky-on.sticky .navbar-wrap{
  margin-top: 32px;
}
.topbar-layout1 {
  background-color: #fbf1f2;
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  min-height: 40px;
  margin: auto;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.topbar-layout1 .header-schedule-info {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.topbar-layout1 .header-schedule-info .single-item {
  color: #121f38;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  list-style: none;
}
.topbar-layout1 .header-schedule-info .single-item:before {
  content: "/";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.topbar-layout1 .header-schedule-info .single-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.topbar-layout1 .header-schedule-info .single-item:last-child:before {
  display: none;
}
.topbar-layout1 .social {
  min-height: 40px;
  border-right: 1px solid rgba(237, 237, 237, 0.2);
  display: flex;
  align-items: center;
  list-style: none;
}
.topbar-layout1 .social .single-item {
  margin-right: 10px;
}
.topbar-layout1 .social .single-item:last-child {
  margin-right: 0;
}
.topbar-layout1 .social .single-item a {
  color: #5d6980;
  display: block;
  font-size: 14px;
  padding: 6px;
  transition: all 0.3s ease-in-out;
}
.topbar-layout1 .social .single-item a:hover {
  color: #f05f75;
}
.midlebar-layout1 {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.midlebar-layout1 .contact-info {
  display: flex;
  align-items: center;
}
.midlebar-layout1 .contact-info .icon-box {
  margin-right: 15px;
  color: #f05f75;
  font-size: 36px;
  line-height: 1;
}
.midlebar-layout1 .contact-info .content-box .item-title {
  color: #f05f75;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.midlebar-layout1 .contact-info .content-box .item-info {
  color: #121f38;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.midlebar-layout1 .contact-info .content-box .item-info a{
  color: #121f38;
}
header.header {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  header.header {
    display: none;
  }
}
header.header:not(.trheader):not(.sticky) .site-branding .logo-dark {
  display: inline-block;
}
header.header:not(.trheader):not(.sticky) .site-branding .logo-light {
  display: none;
}
header.header:not(.trheader).sticky .site-branding .logo-dark {
  display: inline-block;
}
header.header:not(.trheader).sticky .site-branding .logo-dark img {
  max-width: 125px;
}
header.header:not(.trheader).sticky .site-branding .logo-light {
  display: none;
}
header.header.trheader:not(.sticky) .site-branding .logo-light {
  display: inline-block;
}
header.header.trheader:not(.sticky) .site-branding .logo-dark {
  display: none;
}
header.header.header4.trheader:not(.sticky) .site-branding .logo-dark {
  display: inline-block;
}
header.header.header4.trheader:not(.sticky) .site-branding .logo-light {
  display: none;
}
header.header.trheader.sticky .site-branding .logo-dark {
  display: inline-block;
}
header.header.trheader.sticky .site-branding .logo-dark img {
  max-width: 125px;
}
header.header.trheader.sticky .site-branding .logo-light {
  display: none;
}
header.header nav.template-main-menu ul.menu > li ul.sub-menu > li > a,
header.header nav.template-main-menu ul.menu > li ul.children > li > a {
  color: #6c6b6b;
}
header.header nav.template-main-menu ul.menu > li ul.sub-menu > li > a:hover {
  color: #f05f75;
}
.temp-logo img {
    max-width: 140px;
}
.header-menu {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.header-menu:after {
  clear: both;
  content: "";
  display: block;
}
nav.template-main-menu > ul.menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.template-main-menu > ul.menu li > ul{
  margin: 0;
}
nav.template-main-menu > ul.menu > li {
  position: relative;
}
nav.template-main-menu > ul.menu > li > a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
nav.template-main-menu > ul.menu > li > a:foucs {
  outline: none;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu,
nav.template-main-menu > ul.menu > li > ul.children {
  background-color: #ffffff;
  list-style: none;
  padding: 30px 0 30px 35px;
  min-width: 285px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li, 
nav.template-main-menu > ul.menu > li > ul.children > li{
  position: relative;
  z-index: 1;
  padding-right: 35px;
  margin-bottom: 3px;
  padding-bottom: 5px;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li:after,
nav.template-main-menu > ul.menu > li > ul.children > li:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #ececec;
  position: absolute;
  z-index: 1;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li:before,
nav.template-main-menu > ul.menu > li > ul.children > li:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  right: 0;
  background-color: #f05f75;
  position: absolute;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
nav.template-main-menu > ul.menu > li > ul.children > li > a,
nav.template-main-menu > ul.menu > li > ul.sub-menu > li > a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 5px 0;
  line-height: 1.4;
  display: block;
  color: #6c6b6b;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li > a:hover,
nav.template-main-menu > ul.menu > li > ul.children > li > a:hover {
  color: #f05f75;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li:last-child,
nav.template-main-menu > ul.menu > li > ul.children > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li:last-child:after,
nav.template-main-menu > ul.menu > li > ul.sub-menu > li:last-child:before,
nav.template-main-menu > ul.menu > li > ul.children > li:last-child:after,
nav.template-main-menu > ul.menu > li > ul.children > li:last-child:before {
  display: none;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li:hover:before,
nav.template-main-menu > ul.menu > li > ul.children > li:hover:before {
  width: 100%;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li.menu-item-has-children > a:after,
nav.template-main-menu > ul.menu > li > ul.children > li.page_item_has_children > a:after {
  font-style: normal;
  font-size: 12px;
  content: "\f054";
  position: absolute;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: 10px;
  right: 0;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li > ul.sub-menu,
nav.template-main-menu > ul.menu > li > ul.children > li > ul.children {
  min-width: 272px;
  left: 100%;
  top: 0;
  background-color: #ffffff;
  list-style: none;
  padding: 30px 0 30px 35px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li {
  padding-right: 35px;
  margin-bottom: 5px;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 5px 0;
  line-height: 1.4;
  display: block;
  color: #6c6b6b;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #f05f75;
}
nav.template-main-menu > ul.menu > li:hover ul.sub-menu,
nav.template-main-menu > ul.menu > li:hover ul.children {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
nav.template-main-menu > ul.menu > li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:hover ul.sub-menu,
nav.template-main-menu > ul.menu > li:hover ul.children > li:hover ul.children {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu {
  display: flex;
  width: inherit;
  padding: 0;
  background-color: #ffffff;
  padding: 30px 0 30px 35px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-right: 0;
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item:after,
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item:before {
  display: none;
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu {
  position: relative;
  background-color: #ffffff;
  list-style: none;
  left: 0;
  padding: 0;
  margin-right: 35px;
  min-width: 270px;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  transform: none;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li {
  position: relative;
  z-index: 1;
  padding-right: 35px;
  margin-bottom: 3px;
  padding-bottom: 5px;
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li:after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #ececec;
  position: absolute;
  z-index: 1;
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  right: 0;
  background-color: #f05f75;
  position: absolute;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Cormorant', sans-serif;
  padding: 5px 0;
  line-height: 1.4;
  display: block;
  color: #6c6b6b;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li > a:hover {
  color: #f05f75;
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li:last-child:after,
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li:last-child:before {
  display: none;
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li:hover:before {
  width: 100%;
}
nav.template-main-menu > ul.menu > li.current-menu-item > a, 
nav.template-main-menu > ul.menu > li.current-menu-ancestor > a, 
nav.template-main-menu > ul.menu > li > ul.sub-menu li.current-menu-ancestor > a, 
nav.template-main-menu > ul.menu > li > ul.sub-menu .current-menu-item > a,
nav.template-main-menu > ul.menu > li > ul.children .current-menu-item > a {
  color: #f05f75 !important;
}
nav.template-main-menu > ul.menu > li > ul.sub-menu > li.current-menu-ancestor:after,
nav.template-main-menu > ul.menu > li > ul.sub-menu > li.current-menu-item:after,
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.current-menu-item:after{
  background-color:#f05f75;
}
nav.template-main-menu > ul.menu > li.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item >a:after {
  display: none;
}

.site-branding .logo-dark img,
.site-branding .logo-light img {
  transition: max-width 0.5s ease-in;
  max-width: 152px;
}
.header1 .navbar-wrap {
  width: 100%;
}
.header1 .navbar-wrap .header-menu {
  transition: all 0.3s ease-in-out;
}
.header1:not(.trheader) .navbar-wrap .header-menu {
  background-color: #fbf1f2;
}
.header1:not(.trheader) nav.template-main-menu ul.menu > li > a {
  color: #121f38;
  padding: 26px 25px;
}
@media (max-width: 1199px) {
  .header1:not(.trheader) nav.template-main-menu ul.menu > li > a {
    padding: 26px 20px;
  }
}
.header1:not(.trheader) nav.template-main-menu ul.menu > li > a:hover {
  color: #f05f75;
}
.header1:not(.trheader) nav.template-main-menu ul.menu > li:first-child > a {
  padding: 26px 25px 26px 0;
}
@media (max-width: 1199px) {
  .header1:not(.trheader) nav.template-main-menu ul.menu > li:first-child > a {
    padding: 26px 20px 26px 0;
  }
}
.header1:not(.trheader) .minicart-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header1.trheader .navbar-wrap {
  position: relative;
  z-index: 1;
}
.header1.trheader .navbar-wrap .header-menu {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header1.trheader nav.template-main-menu ul.menu > li > a {
  color: #ffffff;
  padding: 41px 25px;
}
@media (max-width: 1199px) {
  .header1.trheader nav.template-main-menu ul.menu > li > a {
    padding: 41px 20px;
  }
}
.header1.trheader nav.template-main-menu ul.menu > li > a:hover {
  color: #f05f75;
}
.header1.trheader nav.template-main-menu ul.menu > li:first-child > a {
  padding: 41px 25px 41px 0;
}
@media (max-width: 1199px) {
  .header1.trheader nav.template-main-menu ul.menu > li:first-child > a {
    padding: 41px 20px 41px 0;
  }
}
.header1.trheader .minicart-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header1.trheader .minicart-wrap .cart-icon {
  color: #ffffff;
}
.header1.trheader .search-wrap a {
  color: #ffffff;
}
.header1.trheader button.offcanvas-menu-btn .menu-btn-icon span {
  background-color: #ffffff;
}
.header1.sticky-on.sticky .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.header1.sticky-on.sticky:not(.trheader) .navbar-wrap .header-menu {
  background-color: rgba(255, 255, 255, 0.95);
}
.header1.sticky-on.sticky.trheader .navbar-wrap .header-menu {
  background-color: rgba(255, 255, 255, 0.95);
}
.header1.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li > a {
  color: #000000;
  padding: 26px 25px;
}
@media (max-width: 1199px) {
  .header1.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li > a {
    padding: 26px 20px;
  }
}
.header1.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li > a:hover {
  color: #f05f75;
}
.header1.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li:first-child > a {
  padding: 26px 25px 26px 0;
}
@media (max-width: 1199px) {
  .header1.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li:first-child > a {
    padding: 26px 20px 26px 0;
  }
}
.header1.sticky-on.sticky.trheader .minicart-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header1.sticky-on.sticky.trheader .minicart-wrap .cart-icon {
  color: #000000;
}
.header1.sticky-on.sticky.trheader .search-wrap a {
  color: #000000;
}
.header1.sticky-on.sticky.trheader button.offcanvas-menu-btn .menu-btn-icon span {
  background-color: #000000;
}
.header2 .site-branding {
  min-width: 152px;
}
.header2 .navbar-wrap {
  width: 100%;
}
.header2 .navbar-wrap .header-menu {
  transition: all 0.3s ease-in-out;
}
.header2:not(.trheader) .navbar-wrap .header-menu {
  background-color: #ffffff;
}
.header2:not(.trheader) nav.template-main-menu ul.menu > li > a {
  color: #000000;
  padding: 50px 20px;
}
@media (max-width: 1439px) {
  .header2:not(.trheader) nav.template-main-menu ul.menu > li > a {
    padding: 50px 10px;
  }
}
.header2:not(.trheader) nav.template-main-menu ul.menu > li > a:hover {
  color: #f05f75;
}
.header2.trheader .navbar-wrap {
  position: relative;
  z-index: 1;
}
.header2.trheader .navbar-wrap .header-menu {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header2.trheader nav.template-main-menu ul.menu > li > a {
  color: #ffffff;
  padding: 50px 20px;
}
@media (max-width: 1439px) {
  .header2.trheader nav.template-main-menu ul.menu > li > a {
    padding: 50px 10px;
  }
}
.header2.trheader nav.template-main-menu ul.menu > li > a:hover {
  color: #f05f75;
}
.header2.trheader .minicart-wrap .cart-icon {
  color: #ffffff;
}
.header2.trheader .search-wrap a {
  color: #ffffff;
}
.header2.trheader button.offcanvas-menu-btn .menu-btn-icon span {
  background-color: #ffffff;
}
.header2.sticky-on.sticky:not(.trheader) .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header2.sticky-on.sticky:not(.trheader) .navbar-wrap .header-menu {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.header2.sticky-on.sticky:not(.trheader) nav.template-main-menu > ul.menu > li > a {
  padding: 30px 20px;
}
@media (max-width: 1439px) {
  .header2.sticky-on.sticky:not(.trheader) nav.template-main-menu > ul.menu > li > a {
    padding: 30px 10px;
  }
}
.header2.sticky-on.sticky:not(.trheader) .minicart-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header2.sticky-on.sticky.trheader .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header2.sticky-on.sticky.trheader .navbar-wrap .header-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.header2.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li > a {
  color: #000000;
  padding: 30px 20px;
}
@media (max-width: 1439px) {
  .header2.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li > a {
    padding: 30px 10px;
  }
}
.header2.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li > a:hover {
  color: #f05f75;
}
.header2.sticky-on.sticky.trheader .minicart-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header2.sticky-on.sticky.trheader .minicart-wrap .cart-icon {
  color: #000000;
}
.header2.sticky-on.sticky.trheader .search-wrap a {
  color: #000000;
}
.header2.sticky-on.sticky.trheader button.offcanvas-menu-btn .menu-btn-icon span {
  background-color: #000000;
}
.header3.trheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header3.trheader .navbar-wrap {
  width: 100%;
}
.header3.trheader .navbar-wrap .header-menu {
  background-color: transparent;
}
.header3.trheader .search-wrap a {
  color: #ffffff;
}
.header3.trheader .minicart-wrap .cart-icon {
  color: #ffffff;
}
.header3.trheader button.offcanvas-menu-btn .menu-btn-icon span {
  background-color: #ffffff;
}
.header4.trheader:not(.sticky) .site-branding .logo-light {
  display: none;
}
.header4.trheader:not(.sticky) .site-branding .logo-dark {
  display: inline-block;
}
.header4:not(.trheader) .topbar-wrap {
  background-color: #ffffff;
}
.header4:not(.trheader) .topbar-wrap .site-branding {
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.header4:not(.trheader) .minicart-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header4:not(.trheader) .navbar-wrap {
  width: 100%;
}
.header4:not(.trheader) .navbar-wrap .header-menu {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header4:not(.trheader) nav.template-main-menu ul.menu > li > a {
  color: #000000;
  padding: 30px 25px;
}
@media (max-width: 1199px) {
  .header4:not(.trheader) nav.template-main-menu ul.menu > li > a {
    padding: 30px 20px;
  }
}
.header4:not(.trheader) nav.template-main-menu ul.menu > li > a:hover {
  color: #f05f75;
}
.header4:not(.trheader) nav.template-main-menu ul.menu > li:first-child > a {
  padding: 30px 25px 30px 0;
}
@media (max-width: 1199px) {
  .header4:not(.trheader) nav.template-main-menu ul.menu > li:first-child > a {
    padding: 30px 20px 30px 0;
  }
}
.header4.trheader .topbar-wrap {
  background-color: transparent;
}
.header4.trheader .topbar-wrap .site-branding {
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.header4.trheader .minicart-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header4.trheader .navbar-wrap {
  width: 100%;
}
.header4.trheader .navbar-wrap .header-menu {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.header4.trheader nav.template-main-menu ul.menu > li > a {
  color: #000000;
  padding: 30px 25px;
}
@media (max-width: 1199px) {
  .header4.trheader nav.template-main-menu ul.menu > li > a {
    padding: 30px 20px;
  }
}
.header4.trheader nav.template-main-menu ul.menu > li > a:hover {
  color: #f05f75;
}
.header4.trheader nav.template-main-menu ul.menu > li:first-child > a {
  padding: 30px 25px 30px 0;
}
@media (max-width: 1199px) {
  .header4.trheader nav.template-main-menu ul.menu > li:first-child > a {
    padding: 30px 20px 30px 0;
  }
}
.header4.sticky-on.sticky .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header4.sticky-on.sticky .navbar-wrap .header-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.header4.sticky-on.sticky nav.template-main-menu > ul.menu > li > a {
  padding: 30px 25px;
}
.header4.sticky-on.sticky nav.template-main-menu > ul.menu > li:first-child > a {
  padding: 30px 25px 30px 0;
}
.header4.sticky-on.sticky .minicart-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header5 .site-branding {
  min-width: 152px;
}
.header5 .navbar-wrap {
  width: 100%;
}
.header5 .navbar-wrap .header-menu {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header5 nav.template-main-menu ul.menu > li > a {
  color: #000000;
  padding: 75px 25px;
}
@media (max-width: 1439px) {
  .header5 nav.template-main-menu ul.menu > li > a {
    padding: 75px 12px;
  }
}
.header5 nav.template-main-menu ul.menu > li > a:hover {
  color: #f05f75;
}
.header5 .minicart-wrap {
  padding-top: 65px;
  padding-bottom: 64px;
}
.header5.sticky-on.sticky .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header5.sticky-on.sticky .navbar-wrap .header-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.header5.sticky-on.sticky nav.template-main-menu > ul.menu > li > a {
  padding: 30px 25px;
}
.header5.sticky-on.sticky .minicart-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
button.offcanvas-menu-btn {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border-radius: 0;
}
button.offcanvas-menu-btn:focus {
  outline: none;
}
button.offcanvas-menu-btn .menu-btn-icon {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 0;
  width: 40px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  button.offcanvas-menu-btn .menu-btn-icon {
    height: 40px;
  }
}
button.offcanvas-menu-btn .menu-btn-icon span {
  width: 30px;
  right: 0;
  position: absolute;
  height: 2px;
  z-index: 2;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  button.offcanvas-menu-btn .menu-btn-icon span {
    width: 20px;
  }
}
button.offcanvas-menu-btn .menu-btn-icon span:nth-child(1n) {
  top: 35%;
  transform: translateY(-50%);
}
button.offcanvas-menu-btn .menu-btn-icon span:nth-child(2n) {
  top: 50%;
  transform: translateY(-50%);
}
button.offcanvas-menu-btn .menu-btn-icon span:nth-child(3n) {
  width: 20px;
  top: 65%;
  transform: translateY(-50%);
}
button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(1n) {
  width: 20px;
}
button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(2n) {
  width: 30px;
}
button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(3n) {
  width: 30px;
}
.offcanvas-menu-wrap {
  min-height: 100vh;
  padding: 35px 60px;
  max-width: 500px;
  width: 100%;
  position: fixed;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  background-color: #4c5048;
  z-index: 200;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 767px) {
  .offcanvas-menu-wrap {
    padding: 20px 30px;
  }
}
.offcanvas-menu-wrap[data-position='right'] {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
div#wrapper.open > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 150;
  transition: all 0.5s ease-in-out;
}
button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span {
  width: 25px;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span {
    width: 20px;
  }
}
button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(1n) {
  transform: translateY(-50%) rotate(45deg);
}
button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(2n) {
  display: none;
}
button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(3n) {
  transform: translateY(-50%) rotate(-45deg);
}
button.offcanvas-menu-btn.menu-status-close .menu-btn-icon:hover {
  transform: rotate(360deg);
}
button.offcanvas-menu-btn.menu-status-close .menu-btn-icon:hover span {
  width: 25px;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.offcanvas-header .header-text {
  color: #ffffff;
  font-size: 18px;
}
.offcanvas-logo {
  display: block;
  margin-bottom: 20px;
}
.offcanvas-logo img{
  max-width: 194px; 
}
.offcanvas-logo a {
  display: block;
}
.offcanvas-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offcanvas-content .top-content {
  text-align: center;
  border-bottom: 1px solid #747474;
  padding-bottom: 30px;
  margin-bottom: 40px;
  padding-top: 25px;
}
.offcanvas-content .top-content p {
  color: #ffffff;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.offcanvas-content h2 {
  color: #f05f75;
  font-style: italic;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.offcanvas-content .sub-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.offcanvas-content .info {
  padding: 0;
  margin: 0;
}
.offcanvas-content .info li {
  text-align: center;
  list-style: none;
  color: #d4d4d4;
  margin-bottom: 5px;
}
.offcanvas-content .info li a{
  color: #d4d4d4;
}
.offcanvas-content .info li:last-child {
  margin-bottom: 0;
}
.offcanvas-content .text-btn {
  margin-top: 20px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in;
}
.offcanvas-content .text-btn:hover {
  color: #f05f75;
}
.offcanvas-footer {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #747474;
}
.offcanvas-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.offcanvas-footer ul li {
  list-style: none;
  margin-right: 15px;
  margin-bottom: 10px;
  font-family: 'Cormorant', sans-serif;
}
.offcanvas-footer ul li:last-child {
  margin-right: 0;
}
.offcanvas-footer ul li a {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.offcanvas-footer ul li a:hover {
  color: #f05f75;
}
.header-action-items {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header3 li.header-action-item {
    padding-top: 40px;
    padding-bottom: 40px;
}
.header-action-items > li {
  list-style: none;
  margin-right: 20px;
}
.header-action-items > li:last-child {
  margin-right: 0;
}
.minicart-wrap {
  position: relative;
  z-index: 2;
  padding-right: 12px;
  padding-left: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.minicart-wrap:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 40px;
  cursor: pointer;
  background-color: transparent;
  left: 0;
  right: 0;
  font-size: 23px;
  top: 0;
}
.minicart-wrap .cart-icon {
  font-size: 26px;
  color: #121f38;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.minicart-wrap .cart-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -10px;
  border-radius: 50%;
  background-color: #f05f75;
  color: #ffffff;
  height: 20px;
  width: 20px;
  transition: all 0.3s ease-in-out;
}
.minicart-wrap:hover .cart-body {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cart-body {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  padding: 35px 30px;
  width: 350px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.1);
  z-index: 200;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .cart-body {
    padding: 20px 30px;
  }
}
.cart-body .cart-content {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.cart-body .cart-content .cart-header {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-body .cart-content .cart-items {
  margin-bottom: 40px;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
  padding-bottom: 30px;
}
.cart-body .cart-content .cart-items li {
  list-style: none;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cart-body .cart-content .cart-items li:last-child {
  margin-bottom: 0;
}
.cart-body .cart-content .cart-items li .item-figure {
  border: 1px solid #d8d8d8;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.cart-body .cart-content .cart-items li .item-description {
  margin-left: 15px;
  padding-right: 25px;
}
.cart-body .cart-content .cart-items li .item-description .item-main-title {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #121f38;
}
.cart-body .cart-content .cart-items li .item-description .item-amount {
  color: #f05f75;
}
.cart-body .cart-content .cart-items li .item-description .item-amount .item-quantity {
  margin-right: 5px;
}
.cart-body .cart-content .cart-items li .item-description .item-amount .item-price {
  margin-left: 5px;
}
.cart-body .cart-content .cart-items li .item-dismiss {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.cart-body .cart-content .cart-items li .item-dismiss a {
  height: 15px;
  width: 15px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aeafb1;
  background-color: #ffffff;
  color: #7b858a;
  transition: all 0.3s ease-in-out;
}
.cart-body .cart-content .cart-items li .item-dismiss a:hover {
  color: #f05f75;
}
.cart-body .cart-content .cart-items li:hover .item-figure {
  border: 1px solid #f05f75;
}
.cart-body .cart-content .total-amount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cart-body .cart-content .total-amount li {
  list-style: none;
}
.cart-body .cart-content .total-amount .title {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #121f38;
}
.cart-body .cart-content .total-amount .amount {
  font-size: 18px;
  font-weight: 600;
  color: #f05f75;
}
.cart-body .cart-content .cart-footer {
  width: 100%;
}
.cart-body .cart-content .action-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.cart-body .cart-content .action-buttons li {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}
.cart-body .cart-content .action-buttons li .cart-btn {
  background-color: #f05f75;
  border: 1px solid #f05f75;
  padding: 10px 28px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.cart-body .cart-content .action-buttons li .cart-btn:hover {
  background-color: transparent;
  border: 1px solid #aeafb1;
  color: #121f38;
}
.cart-body .cart-content .action-buttons li:last-child {
  margin-right: 0;
}
.search-wrap a {
  padding: 10px 5px;
  line-height: 1;
  display: block;
  font-size: 26px;
  color: #121f38;
  transition: all 0.3s ease-in-out;
}
.template-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}
.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.template-search .search-form input[type="search"] {
  width: 60%;
  color: #000000;
  font-size: 40px;
  text-align: left;
  border: none;
  border-bottom: 2px solid #f05f75;
  margin: 0 auto;
  padding: 10px 0;
  outline: none;
}
.template-search .search-form .search-btn {
  padding: 28px 60px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  transform: translateX(-150px) translateY(-10px);
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.template-search .search-form .search-btn i {
  margin-left: 0;
}
.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.template-search .search-form input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input::-moz-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input:-moz-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input:-ms-input-placeholder {
  color: #cfcfcf;
}
.template-search .close {
  position: fixed;
  top: 15px;
  right: 20px;
  color: #000000;
  border: none;
  opacity: 0.3;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 70px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.template-search .close:hover {
  opacity: 1;
}
.template-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}
/*=======================================================================
[10] Pagepiling Style
=========================================================================*/
.pagepiling-layout .inner-section {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .pagepiling-layout .inner-section {
    display: block;
    height: auto;
  }
}
.pagepiling-layout .section-first {
  background-color: #333932;
}
.pagepiling-layout .section-second {
  background-color: #e3c9b4;
}
.pagepiling-layout .section-third {
  background-color: #a3b0b9;
}
.pagepiling-layout .section-forth {
  background-color: #cbb1e9;
}
.pagepiling-layout .left-box {
  width: 50%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .pagepiling-layout .left-box {
    width: 100%;
    height: calc(100vh - 51px);
  }
}
.pagepiling-layout .left-box:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagepiling-layout .left-box .content-box {
  padding: 30px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pagepiling-layout .left-box .content-box img {
  margin-bottom: 10px;
}
.pagepiling-layout .left-box .content-box .title {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .pagepiling-layout .left-box .content-box .title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .pagepiling-layout .left-box .content-box .title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .pagepiling-layout .left-box .content-box .title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .pagepiling-layout .left-box .content-box .title {
    font-size: 30px;
  }
}
.pagepiling-layout .left-box .content-box .sub-title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .pagepiling-layout .left-box .content-box .sub-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .pagepiling-layout .left-box .content-box .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .pagepiling-layout .left-box .content-box .sub-title {
    font-size: 22px;
  }
}
.pagepiling-layout .left-box .social {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 991px) {
  .pagepiling-layout .left-box .social {
    bottom: 70px;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 575px) {
  .pagepiling-layout .left-box .social {
    bottom: 100px;
    transform: translateX(-21%);
    left: 33%;
  }
}
.pagepiling-layout .left-box .social li {
  margin-right: 10px;
}
.pagepiling-layout .left-box .social li a {
  color: #ffffff;
  display: inline-block;
  padding: 2px 10px;
  transition: all 0.3s ease-in;
}
.pagepiling-layout .left-box .social li a:hover {
  color: #f05f75;
}
.pagepiling-layout .right-box {
  height: auto;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 30px 100px;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .pagepiling-layout .right-box {
    width: 100%;
    margin-top: 0;
    padding: 30px 30px 0;
  }
}
.pagepiling-layout .right-box .box-container {
  max-width: 604px;
  width: 100%;
}
@media (max-width: 991px) {
  .pagepiling-layout .right-box .box-container {
    max-width: 100%;
  }
}
.pagepiling-layout .right-box .box-row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.pagepiling-layout .right-box .box-col {
  line-height: 1;
  margin-bottom: 30px;
  width: 50%;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .pagepiling-layout .right-box .box-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.pagepiling-layout .right-box .figure-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pagepiling-layout .right-box .figure-box img {
  transform: scale(1);
  transition: transform 1.1s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.pagepiling-layout .right-box .figure-box:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.pagepiling-layout .right-box .figure-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.pagepiling-layout .right-box .figure-box:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  body.pagepiling {
    overflow: scroll !important;
  }
}
#pp-nav.right {
  right: 120px !important;
}
@media (max-width: 1199px) {
  #pp-nav.right {
    right: 10px;
  }
}
#pp-nav li,
.pp-slidesNav li {
  width: 20px;
  height: 20px;
}
#pp-nav span,
.pp-slidesNav span {
  width: 8px;
  height: 8px;
  top: 0px;
  left: 0px;
}
#pp-nav span,
.pp-slidesNav span {
  border: 1px solid #ffffff;
  border-color: #ffffff !important;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
#pp-nav span:before,
.pp-slidesNav span:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-in-out;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
  background-color: #ffffff !important;
}
#pp-nav li .active span:before,
.pp-slidesNav .active span:before {
  opacity: 1;
  visibility: visible;
}
#pp-nav li a,
.pp-slidesNav li a {
  text-align: center;
  width: 20px;
  height: auto;
  display: inline-block;
  border-radius: 50%;
}
body.pagepiling .offcanvas-menu-wrap {
  max-width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body.pagepiling .offcanvas-header {
  justify-content: space-between;
}
body.pagepiling .offcanvas-content {
  margin-top: 120px;
  margin-bottom: 30px;
}
body.pagepiling .offcanvas-content .offcanvas-menu {
  padding: 0;
  text-align: center;
}
body.pagepiling .offcanvas-content .offcanvas-menu > .menu-item {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
}
body.pagepiling .offcanvas-content .offcanvas-menu > .menu-item:last-child {
  margin-bottom: 0;
}
body.pagepiling .offcanvas-content .offcanvas-menu > .menu-item a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
body.pagepiling .offcanvas-content .offcanvas-menu > .menu-item a:hover {
  color: #f05f75;
}
body.pagepiling .offcanvas-content .offcanvas-menu > .menu-item .nav-link {
  padding: 0;
  color: #ffffff;
}
body.pagepiling .offcanvas-content .offcanvas-menu > .menu-item .sub-menu {
  padding-left: 0;
  display: none;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
}
body.pagepiling .offcanvas-content .offcanvas-menu > .menu-item .sub-menu > li {
  list-style: none;
  font-family: 'Cormorant', sans-serif;
}
body.pagepiling .offcanvas-content .offcanvas-menu > .menu-item .menu-col-2 {
  width: 100%;
  display: none;
}
/*=======================================================================
[11] Main Banner Style
=========================================================================*/
.main-banner-layout1 {
  position: relative;
  z-index: 1;
}
.main-banner-layout1:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  z-index: 6;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.main-banner-layout1 .nivo-caption {
  opacity: 1;
}
.main-banner-layout1 .slide {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-banner-layout1 .slide .banner-element {
  margin-bottom: 20px;
}
.main-banner-layout1 .slide .banner-element img {
  position: inherit;
}
.main-banner-layout1 .slide .banner-sub-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.main-banner-layout1 .slide .banner-big-text {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 90px;
}
@media (max-width: 991px) {
  .main-banner-layout1 .slide .banner-big-text {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .main-banner-layout1 .slide .banner-big-text {
    font-size: 36px;
  }
}
.main-banner-layout1 .slide .banner-paragraph {
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Cormorant', sans-serif;
  font-size: 30px;
  max-width: 600px;
  width: 100%;
  color: #ffffff;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .main-banner-layout1 .slide .banner-paragraph {
    display: none;
  }
}
.main-banner-layout1 .slide-1 .banner-element,
.main-banner-layout1 .slide-2 .banner-element,
.main-banner-layout1 .slide-3 .banner-element {
  animation: fadeInUp 300ms ease-in-out;
}
.main-banner-layout1 .slide-1 .banner-sub-title,
.main-banner-layout1 .slide-2 .banner-sub-title,
.main-banner-layout1 .slide-3 .banner-sub-title {
  animation: fadeInUp 600ms ease-in-out;
}
.main-banner-layout1 .slide-1 .banner-big-text,
.main-banner-layout1 .slide-2 .banner-big-text,
.main-banner-layout1 .slide-3 .banner-big-text {
  animation: fadeInUp 900ms ease-in-out;
}
.main-banner-layout1 .slide-1 .banner-paragraph,
.main-banner-layout1 .slide-2 .banner-paragraph,
.main-banner-layout1 .slide-3 .banner-paragraph {
  animation: fadeInUp 1200ms ease-in-out;
}
.main-banner-layout1 .slide-1 .banner-btn,
.main-banner-layout1 .slide-2 .banner-btn,
.main-banner-layout1 .slide-3 .banner-btn {
  animation: fadeInUp 1500ms ease-in-out;
}
.main-banner-layout1 .nivo-directionNav .nivo-prevNav,
.main-banner-layout1 .nivo-directionNav .nivo-nextNav {
  background: #0e0e0e;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .main-banner-layout1 .nivo-directionNav .nivo-prevNav,
  .main-banner-layout1 .nivo-directionNav .nivo-nextNav {
    height: 60px;
    width: 60px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .main-banner-layout1 .nivo-directionNav .nivo-prevNav,
  .main-banner-layout1 .nivo-directionNav .nivo-nextNav {
    height: 50px;
    width: 50px;
    font-size: 14px;
  }
  .main-banner-layout1 .nivo-directionNav .nivo-prevNav,
  .main-banner-layout1 .nivo-directionNav .nivo-nextNav, 
  .main-banner-layout2 .nivo-directionNav .nivo-prevNav,
  .main-banner-layout2 .nivo-directionNav .nivo-nextNav{
    display: none;
  }
}
@media (max-width: 575px) {
  .main-banner-layout1 .nivo-directionNav .nivo-prevNav,
  .main-banner-layout1 .nivo-directionNav .nivo-nextNav {
    height: 40px;
    width: 40px;
    font-size: 13px;
  }
}
.main-banner-layout1 .nivo-directionNav .nivo-prevNav:hover,
.main-banner-layout1 .nivo-directionNav .nivo-nextNav:hover {
  background-color: #f05f75;
}
.main-banner-layout1 .nivo-directionNav .nivo-prevNav {
  left: 60px;
}
@media (max-width: 767px) {
  .main-banner-layout1 .nivo-directionNav .nivo-prevNav {
    left: 0;
  }
}
.main-banner-layout1 .nivo-directionNav .nivo-nextNav {
  right: 60px;
}
@media (max-width: 767px) {
  .main-banner-layout1 .nivo-directionNav .nivo-nextNav {
    right: 0;
  }
}
.main-banner-layout1 .nivoSlider {
  height: calc(100vh - 51px);
}
.main-banner-layout1 .nivoSlider img {
  height: 100%!important;
  object-fit: cover;
}
.main-banner-layout2 {
  position: relative;
  z-index: 1;
}
.main-banner-layout2:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  z-index: 6;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.main-banner-layout2 .nivo-caption {
  opacity: 1;
}
.main-banner-layout2 .slide {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-banner-layout2 .slide .banner-element {
  margin-bottom: 20px;
}
.main-banner-layout2 .slide .banner-element img {
  position: inherit;
}
.main-banner-layout2 .slide .banner-big-text {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 80px;
}
@media (max-width: 1199px) {
  .main-banner-layout2 .slide .banner-big-text {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .main-banner-layout2 .slide .banner-big-text {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-banner-layout2 .slide .banner-big-text {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .main-banner-layout2 .slide .banner-big-text {
    font-size: 30px;
  }
}
.main-banner-layout2 .slide .banner-paragraph {
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Cormorant', sans-serif;
  font-size: 30px;
  max-width: 700px;
  width: 100%;
  color: #ffffff;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .main-banner-layout2 .slide .banner-paragraph {
    display: none;
  }
}
.main-banner-layout2 .slide-1 .banner-element,
.main-banner-layout2 .slide-2 .banner-element,
.main-banner-layout2 .slide-3 .banner-element {
  animation: fadeInUp 300ms ease-in-out;
}
.main-banner-layout2 .slide-1 .banner-sub-title,
.main-banner-layout2 .slide-2 .banner-sub-title,
.main-banner-layout2 .slide-3 .banner-sub-title {
  animation: fadeInUp 600ms ease-in-out;
}
.main-banner-layout2 .slide-1 .banner-big-text,
.main-banner-layout2 .slide-2 .banner-big-text,
.main-banner-layout2 .slide-3 .banner-big-text {
  animation: fadeInUp 900ms ease-in-out;
}
.main-banner-layout2 .slide-1 .banner-paragraph,
.main-banner-layout2 .slide-2 .banner-paragraph,
.main-banner-layout2 .slide-3 .banner-paragraph {
  animation: fadeInUp 1200ms ease-in-out;
}
.main-banner-layout2 .slide-1 .banner-btn,
.main-banner-layout2 .slide-2 .banner-btn,
.main-banner-layout2 .slide-3 .banner-btn {
  animation: fadeInUp 1500ms ease-in-out;
}
.main-banner-layout2 .nivo-directionNav {
  text-align: center;
  position: relative;
  z-index: 8;
  top: -120px;
  height: auto;
  width: 100%;
}
.main-banner-layout2 .nivo-directionNav:after {
  content: "";
  height: 25px;
  width: 1px;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .main-banner-layout2 .nivo-directionNav .nivo-prevNav,
  .main-banner-layout2 .nivo-directionNav .nivo-nextNav {
    font-size: 40px;
  }
}
.main-banner-layout2 .nivo-directionNav .nivo-prevNav:hover,
.main-banner-layout2 .nivo-directionNav .nivo-nextNav:hover {
  color: #f05f75 !important;
}
.main-banner-layout2 .nivo-directionNav .nivo-prevNav {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.main-banner-layout2 .nivo-directionNav .nivo-prevNav:before {
  content: url("../img/l-arrow.png");
  margin-right: 15px;
  opacity: 0.6;
  transition: all 0.1s ease-in-out;
}
.main-banner-layout2 .nivo-directionNav .nivo-prevNav:hover:before {
  opacity: 1;
}
.main-banner-layout2 .nivo-directionNav .nivo-nextNav {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.main-banner-layout2 .nivo-directionNav .nivo-nextNav:before {
  content: url("../img/r-arrow.png");
  margin-left: 15px;
  opacity: 0.6;
  transition: all 0.1s ease-in-out;
}
.main-banner-layout2 .nivo-directionNav .nivo-nextNav:hover:before {
  opacity: 1;
}
.main-banner-layout2 .nivoSlider {
  height: 100vh;
}
.main-banner-layout2 .nivoSlider img {
  height: 100%!important;
  object-fit: cover;
}
.main-banner-layout2 .nivo-controlNav {
  position: absolute;
  right: 125px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  z-index: 6;
}
@media (max-width: 991px) {
  .main-banner-layout2 .nivo-controlNav {
    display: none;
  }
}
.main-banner-layout2 .nivo-controlNav .nivo-control {
  height: 20px;
  width: 20px;
  text-indent: 999999999px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.main-banner-layout2 .nivo-controlNav .nivo-control:before {
  content: "";
  height: 70%;
  width: 70%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  background-color: transparent;
  border: 2px solid #ededed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.main-banner-layout2 .nivo-controlNav .nivo-control:last-child {
  margin-bottom: 0;
}
.main-banner-layout2 .nivo-controlNav .nivo-control.active {
  border: 2px solid #a8a8a8;
}
.main-banner-layout2 .nivo-controlNav .nivo-control.active:before {
  background-color: #ededed;
}
.main-banner-layout2 .social {
  position: absolute;
  z-index: 6;
  top: 50%;
  transform: translateY(-50%);
  left: 125px;
  list-style: none;
}
@media (max-width: 991px) {
  .main-banner-layout2 .social {
    display: none;
  }
}
.main-banner-layout2 .social li {
  margin-bottom: 5px;
}
.main-banner-layout2 .social li:last-child {
  margin-bottom: 0;
}
.main-banner-layout2 .social li a {
  padding: 2px 10px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.main-banner-layout2 .social li a:hover {
  color: #f05f75;
}
.main-banner-layout4 {
  padding-top: 82px;
  position: relative;
  z-index: 1;
}
.main-banner-layout4:before {
  position: absolute;
  z-index: -1;
  height: 100vw;
  width: 100vw;
  border-radius: 0 0 50% 50%;
  content: "";
  background-color: #fff8f9;
  top: -20%;
  right: 0;
  transition: all 1s ease-in-out;
}
.main-banner-layout4 .mask-box {
  border-radius: 50%;
  background-color: #ffffff;
  max-width: 49vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}
@media (max-width: 1199px) {
  .main-banner-layout4 .mask-box {
    max-width: 65vw;
  }
}
@media (max-width: 991px) {
  .main-banner-layout4 .mask-box {
    max-width: 75vw;
  }
  .main-banner-layout4{
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .main-banner-layout4 .mask-box {
    max-width: 85vw;
  }
}
@media (max-width: 575px) {
  .main-banner-layout4 .mask-box {
    max-width: 90vw;
  }
}
.main-banner-layout4 .mask-box .content-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}
.main-banner-layout4 .mask-box .content-wrap:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}
.main-banner-layout4 .mask-box .content-wrap img {
  border-radius: 50%;
}
.main-banner-layout4 .mask-box .content-box {
  padding: 30px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.main-banner-layout4 .mask-box .content-box img {
  margin-bottom: 10px;
}
.main-banner-layout4 .mask-box .content-box .title {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .main-banner-layout4 .mask-box .content-box .title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .main-banner-layout4 .mask-box .content-box .title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .main-banner-layout4 .mask-box .content-box .title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .main-banner-layout4 .mask-box .content-box .title {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.main-banner-layout4 .mask-box .content-box .sub-title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .main-banner-layout4 .mask-box .content-box .sub-title {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .main-banner-layout4 .mask-box .content-box .sub-title {
    font-size: 24px !important;
  }
}
@media (max-width: 575px) {
  .main-banner-layout4 .mask-box .content-box .sub-title {
    font-size: 20px !important;
  }
}
body .main-banner-layout4.has-animation:before {
  transform: translateY(-100%);
}
body .main-banner-layout4.has-animation .content-wrap {
  opacity: 0;
  visibility: hidden;
}
body .main-banner-layout4.has-animation .mask-box {
  transform: translateY(200px);
}
body.loaded .main-banner-layout4.has-animation.active-animation:before {
  transform: translateY(-50%);
}
body.loaded .main-banner-layout4.has-animation.active-animation .content-wrap {
  opacity: 1;
  visibility: visible;
}
body.loaded .main-banner-layout4.has-animation.active-animation .mask-box {
  transform: translateY(0);
}
/*=======================================================================
[12] About Style
=========================================================================*/
.about-wrap-layout1 {
  padding: 120px 0 97px;
}
@media (max-width: 1199px) {
  .about-wrap-layout1 {
    padding: 110px 0 87px;
  }
}
@media (max-width: 991px) {
  .about-wrap-layout1 {
    padding: 100px 0 0;
  }
}
@media (max-width: 767px) {
  .about-wrap-layout1 {
    padding: 90px 0 0;
  }
}
@media (max-width: 575px) {
  .about-wrap-layout1 {
    padding: 80px 0 0;
  }
}
.about-box.style-1 {
  padding: 115px 0 100px;
  text-align: center;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box.style-1 {
    padding: 115px 0 87px;
  }
}
@media (max-width: 767px) {
  .about-box.style-1 {
    padding: 115px 0 77px;
  }
}
@media (max-width: 575px) {
  .about-box.style-1 {
    padding: 115px 0 67px;
  }
}
.about-box.style-1 .element-wrap {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-box.style-1 .element-wrap li {
  list-style: none;
  position: absolute;
  z-index: -1;
}
.about-box.style-1 .element-wrap li:first-child {
  top: 0;
  left: 0;
}
.about-box.style-1 .element-wrap li:last-child {
  bottom: 0;
  right: 0;
}
.about-box.style-1 .sub-title {
  font-family: 'Cormorant', sans-serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 600;
  color: #121f38;
  display: block;
}
.about-box.style-1 .title {
  color: #f05f75;
  font-weight: 600;
  line-height: 1.1;
}
.about-box.style-1 .description {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px
}
.about-wrap-layout2 {
  padding: 142px 0 110px;
  position: relative;
  z-index: 1;
}
.about-wrap-layout2 .element-wrap {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .about-wrap-layout2 .element-wrap {
    display: none;
  }
}
.about-wrap-layout2 .element-wrap li {
  list-style: none;
  position: absolute;
  z-index: -1;
  transition: all 1.5s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.about-wrap-layout2 .element-wrap li:first-child {
  bottom: 0;
  left: 0;
}
.about-wrap-layout2 .element-wrap li:last-child {
  top: 0;
  right: 0;
}
body .about-wrap-layout2.active-animation .element-wrap li:first-child {
  transform: translateY(100px) translateX(-100px);
}
body .about-wrap-layout2.active-animation .element-wrap li:last-child {
  transform: translateY(-100px) translateX(100px);
}
body.loaded .about-wrap-layout2.active-animation .element-wrap li:first-child {
  transform: translateY(0) translateX(0);
}
body.loaded .about-wrap-layout2.active-animation .element-wrap li:last-child {
  transform: translateY(0) translateX(0);
}
.about-box.style-2 {
  text-align: center;
}
.about-box.style-2 .sub-title {
  font-style: italic;
  font-weight: 600;
  font-family: 'Cormorant', sans-serif;
  font-size: 24px;
  color: #121f38;
  line-height: 1.2;
  display: block;
}
.about-box.style-2 .title {
  color: #f05f75;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.2;
}
.about-box.style-2 .description {
  font-size: 18px;
  line-height: 1.7;
  color: #121f38;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.about-wrap-layout3 {
  padding: 120px 0 90px;
}
@media (max-width: 1199px) {
  .about-wrap-layout3 {
    padding: 110px 0 80px;
  }
}
@media (max-width: 991px) {
  .about-wrap-layout3 {
    padding: 100px 0 70px;
  }
}
@media (max-width: 767px) {
  .about-wrap-layout3 {
    padding: 90px 0 60px;
  }
}
@media (max-width: 575px) {
  .about-wrap-layout3 {
    padding: 80px 0 50px;
  }
}
.about-box.style-3 {
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
}
.about-box.style-3 figure {
  margin: 0;
  overflow: hidden;
}
.about-box.style-3 figure img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.about-box.style-3 .content-box {
  padding: 30px;
  position: absolute;
  z-index: 1;
  bottom: -60px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 12px 0 51px 0 rgba(0, 0, 0, 0.05);
  width: calc(100% - 60px);
  margin: 0 auto;
}
.about-box.style-3 .content-box .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
}
.about-box.style-3 .content-box .description {
  margin-bottom: 0;
  color: #444343;
}
.about-box.style-3:hover figure img {
  transform: scale(1.1);
}
/*=======================================================================
[13] Shop Style
=========================================================================*/
.shop-page-wrap-layout1 {
  padding: 120px 0 25px;
}
@media (max-width: 1199px) {
  .shop-page-wrap-layout1 {
    padding: 110px 0 25px;
  }
}
@media (max-width: 991px) {
  .shop-page-wrap-layout1 {
    padding: 94px 0 25px;
  }
}
@media (max-width: 767px) {
  .shop-page-wrap-layout1 {
    padding: 84px 0 25px;
  }
}
@media (max-width: 575px) {
  .shop-page-wrap-layout1 {
    padding: 74px 0 25px;
  }
}
.shop-page-box-layout1 {
  margin-bottom: 30px;
}
.shop-page-box-layout1 .filter-result {
  margin-bottom: 10px;
  color: #121f38;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .shop-page-box-layout1 .filter-result {
    margin-bottom: 20px;
  }
}
.shop-page-box-layout1 .filter-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .shop-page-box-layout1 .filter-box {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.shop-page-box-layout1 .filter-box .dropdown .btn {
  color: #051441;
  font-size: 15px;
  background-color: transparent;
  padding: 0 20px 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .shop-page-box-layout1 .filter-box .dropdown .btn {
    padding: 0 20px 15px 0;
  }
}
.shop-page-box-layout1 .filter-box .dropdown .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop-page-box-layout1 .filter-box .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 10px;
}
.shop-page-box-layout1 .filter-box .dropdown .dropdown-menu {
  font-size: 14px;
  padding: 0;
  right: 0;
  min-width: 130px;
  margin: 0;
}
.shop-page-box-layout1 .filter-box .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-page-box-layout1 .filter-box .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f05f75;
  color: #ffffff;
}
.shop-box-layout1 {
  margin-bottom: 30px;
}
.shop-box-layout1 figure {
  margin-bottom: 25px;
  overflow: hidden;
}
.shop-box-layout1 figure img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.shop-box-layout1 .content-box {
  text-align: center;
}
.shop-box-layout1 .content-box .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.shop-box-layout1 .content-box .title a {
  color: #121f38;
  transition: all 0.3s ease-in-out;
}
.shop-box-layout1 .content-box .title a:hover {
  color: #f05f75;
}
.shop-box-layout1 .content-box .price {
  color: #f05f75;
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.shop-box-layout1 .content-box .btn-cart {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.shop-box-layout1 .content-box .btn-cart:hover {
  color: #f05f75;
}
.shop-box-layout1 .content-box .btn-cart:focus {
  outline: none;
}
.shop-box-layout1 .content-box .bottom-content {
  position: relative;
  z-index: 1;
}
.shop-box-layout1:hover figure img {
  transform: scale(1.1);
}
.shop-box-layout1:hover .price {
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}
.shop-box-layout1:hover .btn-cart {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.single-shop-wrap-layout1 {
  padding: 120px 0 15px;
}
@media (max-width: 1199px) {
  .single-shop-wrap-layout1 {
    padding: 110px 0 15px;
  }
}
@media (max-width: 991px) {
  .single-shop-wrap-layout1 {
    padding: 100px 0 15px;
  }
}
@media (max-width: 767px) {
  .single-shop-wrap-layout1 {
    padding: 90px 0 15px;
  }
}
@media (max-width: 575px) {
  .single-shop-wrap-layout1 {
    padding: 80px 0 15px;
  }
}
.single-shop-wrap-layout1 .inner-title {
  font-weight: 700;
  color: #051441;
  margin-bottom: 35px;
}
.content-single-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .content-single-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .content-single-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .content-single-wrapper {
    margin-bottom: 20px;
  }
}
.content-single-wrapper .single-product-image-gallery {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-single-wrapper .single-product-image-gallery {
    display: block;
  }
}
.content-single-wrapper .single-product-image-gallery .tab-content {
  height: 100%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .content-single-wrapper .single-product-image-gallery .tab-content {
    margin-right: 0;
    height: auto;
  }
}
.content-single-wrapper .single-product-image-gallery .tab-content .tab-pane {
  height: 100%;
}
@media (max-width: 767px) {
  .content-single-wrapper .single-product-image-gallery .tab-content .tab-pane {
    height: auto;
  }
}
.content-single-wrapper .single-product-image-gallery .tab-content .tab-pane a {
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .content-single-wrapper .single-product-image-gallery .tab-content .tab-pane a {
    height: auto;
  }
}
.content-single-wrapper .single-product-image-gallery .tab-content .tab-pane a img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .content-single-wrapper .single-product-image-gallery .tab-content .tab-pane a img {
    height: auto;
    object-fit: inherit;
  }
}
.content-single-wrapper .single-product-image-gallery .tab-nav-list {
  flex: 1;
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (max-width: 767px) {
  .content-single-wrapper .single-product-image-gallery .tab-nav-list {
    flex: inherit;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    align-items: center;
  }
}
.content-single-wrapper .single-product-image-gallery .tab-nav-list .nav-item {
  min-width: 170px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .content-single-wrapper .single-product-image-gallery .tab-nav-list .nav-item {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 25%;
  }
}
.content-single-wrapper .single-product-image-gallery .tab-nav-list .nav-item a {
  display: block;
}
.content-single-wrapper .single-product-description {
  margin-bottom: 30px;
}
.content-single-wrapper .single-product-description .title {
  color: #051441;
  font-weight: 700;
  margin-bottom: 5px;
}
.content-single-wrapper .single-product-description .price {
  font-weight: 600;
  color: #f05f75;
  font-size: 22px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .content-single-wrapper .single-product-description .price {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .content-single-wrapper .single-product-description .price {
    font-size: 18px;
  }
}
.content-single-wrapper .single-product-description .description {
  color: #444343;
  font-size: 17px;
  margin-bottom: 0;
}
.content-single-wrapper .single-product-description .top-content {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.content-single-wrapper .single-product-description .mid-content {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.content-single-wrapper .single-product-description .action-area {
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .content-single-wrapper .single-product-description .action-area {
    display: block;
  }
}
.content-single-wrapper .single-product-description .action-area li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .content-single-wrapper .single-product-description .action-area li {
    display: block;
    margin-right: 0;
  }
}
.content-single-wrapper .single-product-description .action-area li:last-child {
  margin-right: 0;
}
.content-single-wrapper .single-product-description .action-area li .input-group {
  width: auto;
}
.content-single-wrapper .single-product-description .action-area li .input-group .form-control {
  text-align: center;
  height: 50px;
  width: 50px;
  display: block;
  outline: none;
  font-size: 24px;
  border-radius: 0;
  color: #051441;
  border: 1px solid #d3d3d3;
  border-right: 0;
}
.content-single-wrapper .single-product-description .action-area li .input-group .form-control:focus {
  box-shadow: none;
}
.content-single-wrapper .single-product-description .action-area li .input-group .input-group-btn {
  display: inline-grid;
}
.content-single-wrapper .single-product-description .action-area li .input-group .input-group-btn .quantity-btn {
  padding: 2px 12px;
  font-size: 10px;
  color: #444444;
  background-color: transparent;
  background-image: none;
  outline: none;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}
.content-single-wrapper .single-product-description .action-area li .cart-btn {
  border: 1px solid #f05f75;
  background-color: #f05f75;
  border-radius: 4px;
  padding: 10px 25px;
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.content-single-wrapper .single-product-description .action-area li .cart-btn:hover {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #f05f75;
}
.content-single-wrapper .single-product-description .action-area li .item-btn {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 14px 15px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-single-wrapper .single-product-description .action-area li .item-btn i:before {
  margin-left: 0;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  transition: 0.3s ease-in-out;
}
.content-single-wrapper .single-product-description .action-area li .item-btn:hover {
  border: 1px solid #f05f75;
  background-color: #f05f75;
}
.content-single-wrapper .single-product-description .action-area li .item-btn:hover i:before {
  color: #ffffff;
}
.content-single-wrapper .single-product-description .action-area2 {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content-single-wrapper .single-product-description .action-area2 li {
  margin-right: 20px;
}
.content-single-wrapper .single-product-description .action-area2 li:last-child {
  margin-right: 0;
}
.content-single-wrapper .single-product-description .action-area2 li i {
  margin-right: 5px;
}
.content-single-wrapper .single-product-description .action-area2 .link-text {
  color: #444343;
  transition: all 0.3s ease-in-out;
}
.content-single-wrapper .single-product-description .action-area2 .link-text:hover {
  color: #f05f75;
}
.content-single-wrapper .single-product-description .action-area2 .rotate-me {
  animation: sync 2s ease-in-out;
}
.content-single-wrapper .single-product-description .action-area2 #sync {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  outline: none;
}
.content-single-wrapper .single-product-description .action-area2 #icon_wrap {
  line-height: 1;
}
.content-single-wrapper .single-product-description .action-area2 #icon_wrap i {
  margin: 5px;
}
@keyframes sync {
  100% {
    transform: rotate(360deg);
  }
}
.content-single-wrapper .single-product-description .product-meta li {
  color: #051441;
  font-size: 17px;
  margin-bottom: 5px;
}
.content-single-wrapper .single-product-description .product-meta li:last-child {
  margin-bottom: 0;
}
.content-single-wrapper .single-product-description .product-meta li span {
  color: #444343;
  display: inline-block;
  margin-left: 5px;
}
.single-product-tab {
  margin-bottom: 80px;
}
.single-product-tab .tab-nav-list {
  margin-bottom: 1px solid #d8d7d7;
}
.single-product-tab .tab-nav-list .nav-item {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Cormorant', sans-serif;
  margin-bottom: 0;
}
.single-product-tab .tab-nav-list .nav-item a {
  border: 1px solid transparent;
  color: #051441;
  padding: 7px 20px;
  transition: all 0.3s ease-in-out;
}
.single-product-tab .tab-nav-list .nav-item a.active {
  border-top: 1px solid #d8d7d7;
  border-left: 1px solid #d8d7d7;
  border-right: 1px solid #d8d7d7;
  border-bottom: 1px solid #ffffff;
}
.single-product-tab .tab-content {
  padding: 30px 0 0;
}
/*=======================================================================
[14] Accomodation Style
=========================================================================*/
.accomodation-wrap-layout1 {
  padding: 120px 0 25px;
}
@media (max-width: 1199px) {
  .accomodation-wrap-layout1 {
    padding: 110px 0 25px;
  }
}
@media (max-width: 991px) {
  .accomodation-wrap-layout1 {
    padding: 100px 0 25px;
  }
}
@media (max-width: 767px) {
  .accomodation-wrap-layout1 {
    padding: 90px 0 25px;
  }
}
@media (max-width: 575px) {
  .accomodation-wrap-layout1 {
    padding: 80px 0 25px;
  }
}
.accomodation-box-layout1 {
  padding: 60px 45px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .accomodation-box-layout1 {
    padding: 40px 20px;
  }
}
.accomodation-box-layout1 .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.accomodation-box-layout2 {
  padding: 40px 35px 40px;
  background-color: #ffffff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .accomodation-box-layout2 {
    padding: 30px 15px 30px;
    text-align: center;
  }
}
.accomodation-box-layout2 .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.accomodation-box-layout2 .description {
  margin-bottom: 0;
}
/*=======================================================================
[15] Faq Style
=========================================================================*/
.faq-wrap-layout1 {
  padding: 120px 0 435px;
}
@media (max-width: 991px) {
  .faq-wrap-layout1 {
    padding: 100px 0 25px;
  }
}
@media (max-width: 767px) {
  .faq-wrap-layout1 {
    padding: 90px 0 25px;
  }
}
@media (max-width: 575px) {
  .faq-wrap-layout1 {
    padding: 80px 0 25px;
  }
}
.faq-box-layout1 {
  margin-bottom: 30px;
}
.faq-box-layout1 figure {
  margin-bottom: 0;
  margin-right: -200px;
  height: 100%;
}
.faq-box-layout1 figure img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .faq-box-layout1 figure {
    margin-right: 0;
  }
}
.faq-box-layout1 .single-item {
  border: none;
  border-bottom: 1px solid #dedede !important;
}
.faq-box-layout1 .single-item .item-nav {
  padding: 0;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
.faq-box-layout1 .single-item .item-nav a {
  border-radius: 0;
  color: #f05f75;
  width: 100%;
  display: block;
  padding: 10px 50px 0 0;
  font-size: 30px;
  position: relative;
  font-weight: 700;
  font-family: 'Cormorant', sans-serif;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .faq-box-layout1 .single-item .item-nav a {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .faq-box-layout1 .single-item .item-nav a {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .faq-box-layout1 .single-item .item-nav a {
    font-size: 22px;
  }
}
.faq-box-layout1 .single-item .item-nav a:after {
  position: absolute;
  content: "\f068";
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 14px;
  z-index: 5;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f05f75;
}
@media (max-width: 767px) {
  .faq-box-layout1 .single-item .item-nav a:after {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .faq-box-layout1 .single-item .item-nav a:after {
    font-size: 10px;
  }
}
.faq-box-layout1 .single-item .item-nav a.collapsed {
  padding: 10px 50px 12px 0;
  background-color: #ffffff;
  color: #000000;
}
.faq-box-layout1 .single-item .item-nav a.collapsed:after {
  color: #000000;
  content: "\f067";
}
.faq-box-layout1 .single-item .item-content-wrap .item-content {
  padding: 0 0 25px;
  transition: all 0.3s ease-in-out;
}
.faq-box-layout1 .single-item .item-content-wrap .item-content p {
  margin-bottom: 0;
  padding-right: 50px;
}
.faq-box-layout1 .single-item:last-child {
  border-bottom: 0!important;
}
.faq-box-layout1 .accordion {
  transform: translateY(400px);
  padding: 60px;
  background-color: #ffffff;
  box-shadow: 12px 0 51px 0 rgba(0, 0, 0, 0.08);
}
.faq_bg .elementor-accordion{
  background: #fff;
  box-shadow: 12px 0 51px 0 rgb(0 0 0 / 8%);
  padding-top: 60px;
  padding-bottom: 65px;
  padding-left: 60px;
  padding-right: 60px;
}
.faq_bg .elementor-accordion .elementor-accordion-item{
  border-bottom: 1px solid #dedede !important;
}
.faq_bg .elementor-accordion .elementor-accordion-item:last-child {
  border: none !important;
}
@media (max-width: 991px) {
  .faq-box-layout1 .accordion {
    transform: translateY(0);
    padding: 50px;
  }
  .faq_bg .elementor-accordion{
    padding-top: 50px;
    padding-bottom: 55px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .faq-box-layout1 .accordion {
    padding: 40px;
  }
  .faq_bg .elementor-accordion{
    padding-top: 40px;
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .faq-box-layout1 .accordion {
    padding: 30px;
  }
  .faq_bg .elementor-accordion{
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*=======================================================================
[16] Team Style
=========================================================================*/
.team-wrap-layout1 {
  padding: 110px 0 82px;
}
@media (max-width: 1199px) {
  .team-wrap-layout1 {
    padding: 100px 0 72px;
  }
}
@media (max-width: 991px) {
  .team-wrap-layout1 {
    padding: 90px 0 62px;
  }
}
@media (max-width: 767px) {
  .team-wrap-layout1 {
    padding: 80px 0 52px;
  }
}
@media (max-width: 575px) {
  .team-wrap-layout1 {
    padding: 70px 0 42px;
  }
}
.team-box {
  margin-bottom: 30px;
}
.team-box figure {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px !important;
}
.team-box .social {
  background-color: rgba(18, 31, 56, 0.75);
  padding: 25px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.team-box .social li {
  margin: 5px;
}
.team-box .social li a {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #121f38;
  transition: all 0.3s ease-in;
}
.team-box .social li a:hover {
  background-color: #f05f75;
  color: #ffffff;
}
.team-box .content-box {
  text-align: center;
}
.team-box .content-box .title {
  font-weight: 700;
  margin-bottom: 0;
  color: #121f38;
  transition: all 0.3s ease-in;
  font-size: 30px;
}
.team-box .content-box .title a:hover {
  color: #f05f75;
}
.team-box .content-box .sub-title{
  font-weight: 700;
  color: #f05f75;
  font-style: italic;
  font-size: 24px;
}
.team-box:hover .social {
  top: calc(100% - 100px);
}
.team-tab {
  margin-bottom: 25px;
  justify-content: center;
}
.team-tab li {
  margin: 0 7px 15px;
}
.team-tab li a {
  font-weight: 600;
  font-size: 18px;
  color: #121f38;
  padding: 10px 30px;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.team-tab li a:hover {
  background-color: #f05f75;
  color: #ffffff;
}
.team-tab li a.active {
  background-color: #f05f75;
  color: #ffffff;
}
.team-wrap-layout2 {
  padding: 120px 0 66px;
}
@media (max-width: 1199px) {
  .team-wrap-layout2 {
    padding: 110px 0 56px;
  }
}
@media (max-width: 991px) {
  .team-wrap-layout2 {
    padding: 100px 0 46px;
  }
}
@media (max-width: 767px) {
  .team-wrap-layout2 {
    padding: 90px 0 36px;
  }
}
@media (max-width: 575px) {
  .team-wrap-layout2 {
    padding: 80px 0 26px;
  }
}
.team-box-layout2 {
  margin-bottom: 45px;
}
.team-layout2-wrap .masonry-item:nth-child(2) {
  margin-top: 120px;
}
@media (max-width: 575px) {
  .team-layout2-wrap .masonry-item:nth-child(2) {
    margin-top: 0;
  }
}
.team-box-layout2 figure {
  position: relative;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team-box-layout2 figure a {
  display: block;
}
.team-box-layout2 figure img {
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team-box-layout2 .social {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.team-box-layout2 .social li {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0s;
}
.team-box-layout2 .social li:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-color: #ffffff;
  height: 2px;
  width: 6px;
  top: 50%;
  right: -5px;
}
.team-box-layout2 .social li:last-child {
  margin-right: 0;
}
.team-box-layout2 .social li:last-child:before {
  display: none;
}
.team-box-layout2 .social li a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  padding: 2px 10px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team-box-layout2 .social li a:hover {
  color: #f05f75;
}
.team-box-layout2 .content-box {
  text-align: center;
  padding-top: 10px;
}
.team-box-layout2 .content-box .sub-title {
  font-size: 20px;
  color: #f05f75;
  font-weight: 700;
  font-family: 'Cormorant', sans-serif;
}
.team-box-layout2 .content-box .title {
  font-weight: 700;
  font-size: 30px;
}
.team-box-layout2 .content-box .title a {
  color: #121f38;
  transition: all 0.3s ease-in-out;
}
.team-box-layout2 .content-box .title a:hover {
  color: #f05f75;
}
.team-box-layout2:hover figure img {
  filter: blur(6px);
}
.team-box-layout2:hover .social li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.team-box-layout2:hover .social li:nth-child(1n) {
  transition-delay: 0s;
}
.team-box-layout2:hover .social li:nth-child(2n) {
  transition-delay: 0.3s;
}
.team-box-layout2:hover .social li:nth-child(3n) {
  transition-delay: 0.6s;
}
.team-box-layout2:hover .social li:nth-child(4n) {
  transition-delay: 0.9s;
}
.team-box-layout2:hover .social li:nth-child(5n) {
  transition-delay: 1.2s;
}
.team-box-layout2:hover .social li:nth-child(6n) {
  transition-delay: 1.5s;
}
.team-wrap-layout3 {
  padding: 120px 0 0;
}
@media (max-width: 1199px) {
  .team-wrap-layout3 {
    padding: 110px 0 0;
  }
}
@media (max-width: 991px) {
  .team-wrap-layout3 {
    padding: 100px 0 0;
  }
}
@media (max-width: 767px) {
  .team-wrap-layout3 {
    padding: 90px 0 0;
  }
}
@media (max-width: 575px) {
  .team-wrap-layout3 {
    padding: 80px 0 0;
  }
}
.team-wrap-layout4 {
  padding: 120px 0 15px;
}
@media (max-width: 1199px) {
  .team-wrap-layout4 {
    padding: 110px 0 15px;
  }
}
@media (max-width: 991px) {
  .team-wrap-layout4 {
    padding: 100px 0 15px;
  }
}
@media (max-width: 767px) {
  .team-wrap-layout4 {
    padding: 90px 0 15px;
  }
}
@media (max-width: 575px) {
  .team-wrap-layout4 {
    padding: 80px 0 15px;
  }
}
.team-wrap-layout5 {
  padding: 120px 0 82px;
}
@media (max-width: 1199px) {
  .team-wrap-layout5 {
    padding: 110px 0 72px;
  }
}
@media (max-width: 991px) {
  .team-wrap-layout5 {
    padding: 100px 0 62px;
  }
}
@media (max-width: 767px) {
  .team-wrap-layout5 {
    padding: 90px 0 52px;
  }
}
@media (max-width: 575px) {
  .team-wrap-layout5 {
    padding: 80px 0 42px;
  }
}
/*=======================================================================
[17] Pricing Style
=========================================================================*/
.pricing-wrap-layout1 {
  padding: 120px 0 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .pricing-wrap-layout1 {
    padding: 110px 0 10px;
  }
}
@media (max-width: 991px) {
  .pricing-wrap-layout1 {
    padding: 100px 0 10px;
  }
}
@media (max-width: 767px) {
  .pricing-wrap-layout1 {
    padding: 90px 0 10px;
  }
}
@media (max-width: 575px) {
  .pricing-wrap-layout1 {
    padding: 80px 0 10px;
  }
}
.pricing-wrap-layout1:before {
  content: "";
  background-color: #ffffff;
  height: 40%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.pricing-box-layout1 {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 50px;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media (max-width: 1439px) {
  .pricing-box-layout1 {
    padding: 20px;
  }
}
.pricing-box-layout1 .inner-box {
  padding: 85px 15px 90px;
  background-color: #ffffff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .pricing-box-layout1 .inner-box {
    padding: 75px 15px 80px;
  }
}
@media (max-width: 991px) {
  .pricing-box-layout1 .inner-box {
    padding: 65px 15px 70px;
  }
}
@media (max-width: 767px) {
  .pricing-box-layout1 .inner-box {
    padding: 55px 15px 60px;
  }
}
@media (max-width: 575px) {
  .pricing-box-layout1 .inner-box {
    padding: 45px 15px 50px;
  }
}
.pricing-box-layout1 .inner-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url("../img/element13.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: content;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.6s;
}
.pricing-box-layout1 .title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .pricing-box-layout1 .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .pricing-box-layout1 .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .pricing-box-layout1 .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .pricing-box-layout1 .title {
    font-size: 28px;
  }
}
.pricing-box-layout1 .price {
  font-weight: 700;
  line-height: 1.2;
  font-size: 40px;
  font-family: 'Cormorant', sans-serif;
  color: #f05f75;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .pricing-box-layout1 .price {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .pricing-box-layout1 .price {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .pricing-box-layout1 .price {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .pricing-box-layout1 .price {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.pricing-box-layout1 .price span {
  font-weight: 600;
  font-size: 22px;
  font-style: italic;
}
@media (max-width: 1199px) {
  .pricing-box-layout1 .price span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .pricing-box-layout1 .price span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pricing-box-layout1 .price span {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .pricing-box-layout1 .price span {
    font-size: 16px;
  }
}
.pricing-box-layout1 .list-info {
  padding: 0;
  margin: 0 0 40px;
}
.pricing-box-layout1 .list-info li {
  margin-bottom: 5px;
  list-style: none;
  font-size: 18px;
  color: #858585;
}
.pricing-box-layout1 .list-info li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .pricing-box-layout1 .list-info li {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .pricing-box-layout1 .list-info li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pricing-box-layout1 .list-info li {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .pricing-box-layout1 .list-info li {
    font-size: 16px;
  }
}
.pricing-box-layout1:hover .inner-box:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pricing-wrap-layout2 {
  padding: 0 0 25px;
}
.pricing-wrap-layout3 {
  padding: 120px 0 55px;
}
@media (max-width: 1199px) {
  .pricing-wrap-layout3 {
    padding: 110px 0 55px;
  }
}
@media (max-width: 991px) {
  .pricing-wrap-layout3 {
    padding: 100px 0 55px;
  }
}
@media (max-width: 767px) {
  .pricing-wrap-layout3 {
    padding: 90px 0 55px;
  }
}
@media (max-width: 575px) {
  .pricing-wrap-layout3 {
    padding: 80px 0 55px;
  }
}
/*=======================================================================
[18] Invitation Style
=========================================================================*/
.invitation-wrap-layout1 {
  padding: 120px 0 55px;
}
.invitation-box-layout1 {
  padding: 210px 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .invitation-box-layout1 {
    padding: 110px 100px;
  }
}
@media (max-width: 575px) {
  .invitation-box-layout1 {
    padding: 0;
  }
}
.invitation-box-layout1 .invitation-inner-box {
  text-align: center;
  border: 2px solid #f05f75;
  padding: 145px 30px 175px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .invitation-box-layout1 .invitation-inner-box {
    padding: 55px 30px 85px;
  }
}
.invitation-box-layout1 .invitation-inner-box .sub-title {
  color: #f05f75;
  font-family: 'Cormorant', sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-style: italic;
  line-height: 1.3;
}
.invitation-box-layout1 .invitation-inner-box .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
.invitation-box-layout1 .invitation-inner-box .address-info {
  margin-bottom: 40px;
}
.invitation-box-layout1 .invitation-inner-box .address-info li {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #444343;
  list-style: none;
}
.invitation-box-layout1 .invitation-inner-box .address-info li:last-child {
  margin-bottom: 0;
}
.invitation-box-layout1 .invitation-inner-box .address-info li span {
  display: block;
}
/*=======================================================================
[19] Sidebar Area Style
=========================================================================*/
.sidebar-widget {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sidebar-widget {
    margin-top: 50px;
  }
}
.sidebar-widget .widget {
  background-color: #ffffff;
  margin-bottom: 60px;
  border: 1px solid #e0e0e0;
  padding: 30px;
}
.sidebar-widget .widget.widget_media_image{
  border: 0;
  padding: 0;
}
.sidebar-widget .widget:last-child {
  margin-bottom: 0 !important;
}
.sidebar-widget .widget .widget-section-heading {
  margin-bottom: 20px;
}
.sidebar-widget .widget.widget_block h2,
.sidebar-widget .widget .widget-section-heading .widget-title {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}
.sidebar-widget .widget.widget_block h2{
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sidebar-widget .widget .widget-section-heading .widget-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .sidebar-widget .widget .widget-section-heading .widget-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .sidebar-widget .widget .widget-section-heading .widget-title {
    font-size: 24px;
  }
}
.sidebar-widget .widget .widget-section-heading.heading-dark .widget-title {
  color: #000;
}
.sidebar-widget .widget.no-space {
  border: 0;
  padding: 0;
}
.widget-search .input-group {
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.widget-search .form-control {
  height: 45px;
  padding: 10px 0;
  font-size: 17px;
  color: #000000;
  border: 0;
}
.widget-search .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wp-block-search .wp-block-search__input:focus {
  outline: none;
}
.wp-block-search .wp-block-search__input {
  border: 1px solid #dcdcdc;
}
.wp-block-search .wp-block-search__button {
    background: #f05f75;
    border: 1px solid #f05f75;
    color: #fff;
    outline: none;
}
.widget-search .input-group-addon button {
  height: 45px;
  width: 50px;
  background-color: transparent;
  border: 0;
  padding: 10px 0;
  text-align: right;
  color: #000;
}
.widget-search .input-group-addon button i {
  transition: all 0.3s ease-in-out;
}
.widget-search .input-group-addon button:focus {
  outline: none;
  box-shadow: none;
}
.widget-search .input-group-addon button:hover i {
  color: #f05f75;
}
.widget-search input.form-control::-webkit-input-placeholder {
  font-family: 'Cormorant', sans-serif;
}
.widget-search input.form-control::-moz-placeholder {
  font-family: 'Cormorant', sans-serif;
}
.widget-search input.form-control:-moz-placeholder {
  font-family: 'Cormorant', sans-serif;
}
.widget-search input.form-control:-ms-input-placeholder {
  font-family: 'Cormorant', sans-serif;
}
.widget-search.style-2 .input-group {
  border: 1px solid #dcdcdc;
}
.widget-search.style-2 .form-control {
  height: 50px;
  padding: 15px;
}
.widget-search.style-2 .input-group-addon button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  padding: 15px;
}
.widget-latest ul li:before{
  content: none !important;
}
.widget-latest ul li{
  padding-left: 0!important;
}
.widget-latest ul > li {
  margin-bottom: 20px !important;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .widget-latest ul > li {
    display: block;
  }
}
.widget-latest ul > li:last-child {
  margin-bottom: 0;
}
.widget-latest ul > li .figure-box {
  display: inline-block;
  max-width: 100px;
  width: 100%;
}
@media (max-width: 479px) {
  .widget-latest ul > li .figure-box {
    margin-bottom: 15px;
  }
}
.widget-latest ul > li .figure-box .item-figure {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.widget-latest ul > li .figure-box .item-figure:after {
  content: "";
  background-color: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.widget-latest ul > li .figure-box .item-figure img {
  transform: scale(1);
  opacity: 1;
  transition: all 1.1s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.widget-latest ul > li .content-box {
  margin-left: 15px;
}
@media (max-width: 479px) {
  .widget-latest ul > li .content-box {
    margin-left: 0;
  }
}
.widget-latest ul > li .entry-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget-latest ul.block-list li .entry-title a {
  color: #121f38;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0;
}
.widget-latest ul > li .entry-title a:hover {
  color: #f05f75;
}
.widget-latest ul.block-list li.entry-date {
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 0;
  color: #818181;
  margin-bottom: 10px !important;
}
.widget-latest ul > li li.entry-date a {
  color: #818181;
  transition: all 0.3s ease-in-out;
}
.widget-latest ul.block-list li.entry-date i {
  margin-right: 10px;
}
.widget-latest ul > li li.entry-date a:hover {
  color: #f05f75;
}
.widget-latest ul > li:hover .figure-box .item-figure:after {
  opacity: 1;
  visibility: visible;
}
.widget-latest ul > li:hover .figure-box .item-figure img {
  opacity: 0.5;
  transform: scale(1.3);
}
.sidebar-widget .widget ul{
  margin: 0;
  padding: 0;
}
.sidebar-widget .widget ol{
  padding-left: 0;
}
.sidebar-widget .widget ol li{
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.sidebar-widget .widget ol li a{
  display: inline;
  color: #444343;
  transition: all 0.3s ease-in-out;
  line-height: 1.875;
}
.sidebar-widget .widget ul li{
  list-style: none;
  margin-bottom: 5px;
  font-size: 15px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}
.sidebar-widget .widget ol li:before,
.sidebar-widget .widget ul li:before{
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 3px;
  color: #444343;
}
.sidebar-widget .widget ol li:before{
  top: 7px;
}
.sidebar-widget .widget_categories ul li,
.sidebar-widget .widget_archive ul li {
  width: 100%;
  text-align: right;
  display: inline-block;
}
.sidebar-widget .widget ul li a {
  display: inline;
  color: #444343;
  transition: all 0.3s ease-in-out;
}
.sidebar-widget .widget.widget_block ol li a:hover,
.widget.footer-widgets ul li a:hover,
.sidebar-widget .widget ul li a:hover{
  color: #f05f75;
}
.sidebar-widget .widget_recent_comments ul li a,
.widget.widget_recent_comments.footer-widgets ul li a{
  font-weight: 400;
  letter-spacing: 0;
}
.sidebar-widget .widget_recent_comments ul li,
.widget.widget_recent_comments.footer-widgets ul li{
  font-weight: 700;
}
.sidebar-widget .widget_recent_comments ul li:hover{
  color: #444343;
}
.sidebar-widget .widget_recent_comments ul li a:hover{
  color: #f05f75;
}
.sidebar-widget .widget_categories ul li a,
.sidebar-widget .widget_archive ul li a {
  float: left;
}
.sidebar-widget .widget_categories ul li a span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar-widget .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget .widget_rss ul li:before {
  display: none;
}
.sidebar-widget .widget_rss ul li{
  padding-left: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
}
.sidebar-widget .widget_rss ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: transparent;
}
.sidebar-widget .widget_rss ul li a {
  font-weight: 500;
}
.sidebar-widget .widget_search button,
.widget_search.footer-widgets button{
  color: #000;
}
.widget-category.style-2 ul li {
  letter-spacing: 0;
}
.widget-category.style-2 ul li a span {
  position: inherit;
  right: inherit;
  top: inherit;
  margin-left: 5px;
}
.widget-instagram {
  display: inline-block;
}
.widget-instagram ul.inline-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}
.widget-instagram ul.inline-list li {
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 8px;
  width: 100%;
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}
.widget-instagram ul.inline-list li a {
  display: block;
}
.widget-instagram ul.inline-list li a img {
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.widget-instagram ul.inline-list li a:hover img {
  transform: scale(0.9);
}
.widget-tag {
  display: inline-block;
}
.widget-tag .widget-section-heading {
  margin-bottom: 20px;
}
.tagcloud a {
    border: 1px solid #dcdcdc;
    padding: 5px 20px;
    display: inline-block;
    color: #808182;
    font-size: 15px !important;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 2px;
    margin-bottom: 5px;
}
.tagcloud a:hover{
  color: #ffffff;
  background: #f05f75;
  border: 1px solid #f05f75;
}
.widget-follow ul.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.widget-follow ul.social li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.widget-follow ul.social li a {
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .widget-follow ul.social li a {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
}
.widget-follow ul.social li a.facebook {
  color: #4867aa;
}
.widget-follow ul.social li a.twitter {
  color: #50abf1;
}
.widget-follow ul.social li a.pinterest {
  color: #c51c25;
}
.widget-follow ul.social li a.youtube {
  color: #ff0000;
}
.widget-follow ul.social li a.instagram {
  color: #f31894;
}
.widget-follow ul.social li a:hover {
  color: #ffffff;
}
.widget-follow ul.social li a:hover.facebook {
  background-color: #4867aa;
  border: 1px solid #4867aa;
}
.widget-follow ul.social li a:hover.twitter {
  background-color: #50abf1;
  border: 1px solid #50abf1;
}
.widget-follow ul.social li a:hover.pinterest {
  background-color: #c51c25;
  border: 1px solid #c51c25;
}
.widget-follow ul.social li a:hover.youtube {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
.widget-follow ul.social li a:hover.instagram {
  background-color: #f31894;
  border: 1px solid #f31894;
}
.widget-follow ul.social li:last-child {
  margin-right: 0;
}
.sidebar-widget .widget .widget-newsletter{
  position: relative;
}
.sidebar-widget .widget-newsletter .newsletter-form-btn{
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-widget .widget-newsletter .newsletter-form-btn button{
  position: relative;
}
.sidebar-widget .widget-newsletter .newsletter-form-btn .ff-btn-submit{
  border-radius: 0;
  border: 0;
  background: transparent;
}
.sidebar-widget .widget-newsletter .newsletter-form-btn .ff-btn-submit:hover{
  border-radius: 0;
  border: 0;
  background: transparent;
}
.sidebar-widget .widget-newsletter .newsletter-form-btn .ff-btn-submit:hover:before{
  color: #f05f75;
}
.sidebar-widget .widget-newsletter .newsletter-form-btn button:before{
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  color: #b3b3b3;
  font-size: 17px;
  line-height: 32px;
}
.widget_categories select,
.widget_archive select,
.widget_text select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  color: #444;
}
.widget_calendar caption{
  caption-side: initial;
  text-align: center;
  font-weight: 600;
  border-radius: 3px 3px 0 0;
  background: #f05f75;
  color: #ffffff;
  padding: 10px 7px;
  margin-top: 0px;
}
.widget_calendar table td#today {
  background: #f05f75;
  color: #fff;
}
.widget-newsletter form {
  margin-top: 30px;
  margin-bottom: 25px;
}
.widget-newsletter form .input-group {
  border-radius: 0;
  height: 45px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.widget-newsletter form .input-group .form-control {
  color: #000000;
  padding: 6px 15px 6px;
  height: 45px;
  font-size: 17px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.widget-newsletter form .input-group .input-group-btn {
  padding: 0;
}
.widget-newsletter form .input-group .input-group-btn button {
  background-color: transparent;
  padding: 10px;
  height: 45px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.widget-newsletter form .input-group .input-group-btn button i {
  color: #b3b3b3;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
.widget-newsletter form .input-group .input-group-btn button:hover i {
  color: #f05f75;
}
.widget-newsletter form input:focus {
  outline-width: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.widget-newsletter form input::-webkit-input-placeholder {
  color: #87898f;
  font-size: 15px;
}
.widget-newsletter form input::-moz-placeholder {
  color: #87898f;
  font-size: 15px;
}
.widget-newsletter form input:-moz-placeholder {
  color: #87898f;
  font-size: 15px;
}
.widget-newsletter form input:-ms-input-placeholder {
  color: #87898f;
  font-size: 15px;
}
.widget-author figure {
  text-align: center;
  margin-bottom: 35px;
}
.widget-author figure img {
  border-radius: 50%;
}
.widget-author .content-box .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .widget-author .content-box .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .widget-author .content-box .title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .widget-author .content-box .title {
    font-size: 24px;
  }
}
.widget-author .content-box .description {
  font-size: 17px;
  margin-bottom: 0;
}
.widget.footer-widgets h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
} 
.footer-widgets ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widgets ul li{
  list-style: none;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.footer-widgets ul li:before{
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 3px;
  color: #444343;
}
.widget_rss.footer-widgets ul li{
  padding-left: 0;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.widget_rss.footer-widgets ul li:before {
  display: none;
}
/*=======================================================================
[20] Countdown Style
=========================================================================*/
.countdown-layout1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -85px;
  z-index: 1;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .countdown-layout1 {
    position: inherit;
    bottom: inherit;
  }
}
.countdown-layout1 .countdown-section {
  margin: 15px;
  min-width: 150px;
  height: 140px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .countdown-layout1 .countdown-section {
    min-width: 140px;
    height: 130px;
  }
}
@media (max-width: 991px) {
  .countdown-layout1 .countdown-section {
    min-width: 130px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .countdown-layout1 .countdown-section {
    min-width: 120px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .countdown-layout1 .countdown-section {
    min-width: 110px;
    height: 100px;
  }
}
.countdown-layout1 .countdown-section h2 {
  color: #f05f75;
  font-size: 48px;
  margin-bottom: 4px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .countdown-layout1 .countdown-section h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .countdown-layout1 .countdown-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .countdown-layout1 .countdown-section h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .countdown-layout1 .countdown-section h2 {
    font-size: 32px !important;
  }
}
.countdown-layout1 .countdown-section h3 {
  color: #9e9f9f;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .countdown-layout1 .countdown-section h3 {
    font-size: 18px !important;
  }
}
.countdown-layout2 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.countdown-layout2 .countdown-section {
  margin: 0 15px;
  min-width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .countdown-layout2 .countdown-section {
    min-width: 180px;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .countdown-layout2 .countdown-section {
    min-width: 160px;
    height: 160px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .countdown-layout2 .countdown-section {
    min-width: 140px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .countdown-layout2 .countdown-section {
    min-width: 120px;
    height: 120px;
  }
}
.countdown-layout2 .countdown-section h2 {
  color: #f05f75;
  font-size: 58px;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .countdown-layout2 .countdown-section h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .countdown-layout2 .countdown-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .countdown-layout2 .countdown-section h2 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .countdown-layout2 .countdown-section h2 {
    font-size: 32px !important;
  }
}
.countdown-layout2 .countdown-section h3 {
  color: #9e9f9f;
  font-size: 28px;
  margin-bottom: 0;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .countdown-layout2 .countdown-section h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .countdown-layout2 .countdown-section h3 {
    font-size: 18px !important;
  }
}
/*=======================================================================
[21] Skill Style
=========================================================================*/
.skill-wrap-layout1 {
  background-color: #fff3f5;
}
.skill-figure-box-layout1 {
  margin-left: -100%;
  height: 100%;
}
@media (max-width: 991px) {
  .skill-figure-box-layout1 {
    margin-left: inherit;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .skill-figure-box-layout1 {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .skill-figure-box-layout1 {
    padding-top: 80px;
  }
}
.skill-figure-box-layout1 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.skill-content-box-layout1 {
  padding-top: 92px;
  padding-bottom: 100px;
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .skill-content-box-layout1 {
    padding-left: 0;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .skill-content-box-layout1 {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .skill-content-box-layout1 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.skill-content-box-layout1 .title {
  font-weight: 700;
}
.skill-content-box-layout1 .description {
  color: #444343;
}
.about-skill {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.about-skill .progress {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 10px;
  margin-bottom: 25px;
  overflow: visible;
  position: relative;
  margin-top: 44px;
  border: 1px solid #d3d0d0;
  padding: 2px;
}
.about-skill .progress .lead {
  color: #051441;
  font-size: 22px;
  font-style: italic;
  font-family: 'Cormorant', sans-serif;
  position: absolute;
  top: -20px;
  font-weight: 700;
}
.about-skill .overflow-hidden:last-child .progress {
  margin-bottom: 0;
}
.about-skill .progress-bar {
  overflow: visible;
  background-color: #051441;
  position: relative;
}
.about-skill .progress-bar > span {
  color: #051441;
  float: right;
  font-weight: 700;
  font-size: 15px;
  margin-right: 10px;
  margin-top: -25px;
  position: absolute;
  padding: 5px;
  top: 0;
  right: -10px;
}
/*=======================================================================
[22] Inner Page Banner Style
=========================================================================*/
.inner-page-banner {
  min-height: 400px;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .inner-page-banner {
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .inner-page-banner {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .inner-page-banner {
    min-height: 250px;
  }
}
@media (max-width: 575px) {
  .inner-page-banner {
    min-height: 200px;
  }
}
.inner-page-banner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.entry-banner-content {
  text-align: center;
}
.entry-banner-content .entry-title {
  color: #ffffff;
  font-size: 52px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .entry-banner-content .entry-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .entry-banner-content .entry-title {
    font-size: 32px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .entry-banner-content .entry-title {
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .entry-banner-content .entry-title {
    font-size: 28px;
  }
}
.entry-banner-content .breadcrumb-area .entry-breadcrumb {
  font-size: 22px;
  font-family: 'Cormorant', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .entry-banner-content .breadcrumb-area .entry-breadcrumb {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .entry-banner-content .breadcrumb-area .entry-breadcrumb {
    font-size: 18px;
  }
}
.entry-banner-content .breadcrumb-area .entry-breadcrumb ul{
  list-style: none;
}
.entry-banner-content .breadcrumb-area .entry-breadcrumb ul li{
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-right: 16px;
  color: #fff;
}
.entry-banner-content .breadcrumb-area .entry-breadcrumb ul li:before{
  content: "-";
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #ffffff;
}
.entry-banner-content .breadcrumb-area .entry-breadcrumb ul li:last-child:before{
  display: none;
}
.entry-banner-content .breadcrumb-area .entry-breadcrumb a {
  color: #c5c5c5;
  transition: all 0.3s ease-in;
}
.entry-banner-content .breadcrumb-area .entry-breadcrumb a:hover {
  color: #f05f75;
}
.entry-banner-content .breadcrumb-area .entry-breadcrumb span span.current {
  color: #ffffff;
}
.entry-banner-content .breadcrumb-area .entry-breadcrumb .delimiter {
  color: #ffffff;
  margin: 0 5px;
}
/*=======================================================================
[23] Testimonial Style
=========================================================================*/
.testimonial-wrap-layout1 {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 105px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 991px) {
  .testimonial-wrap-layout1 {
    padding: 95px 0;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap-layout1 {
    padding: 85px 0;
  }
}
@media (max-width: 575px) {
  .testimonial-wrap-layout1 {
    padding: 75px 0;
  }
}
.testimonial-wrap-layout1:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgba(18, 31, 56, 0.6);
  top: 0;
  left: 0;
}
.testimonial-box-layout1 .icon {
  font-size: 90px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 30px;
}
.testimonial-box-layout1 .title {
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 700;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
.testimonial-box-layout1 .name {
  display: inline-block;
  color: #f05f75;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.testimonial-box-layout1 .name:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 30px;
  background-color: #f05f75;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 25px);
}
.testimonial-box-layout1 .name:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 30px;
  background-color: #f05f75;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 25px);
}
.testimonial-wrap-layout2 {
  padding: 105px 0 112px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonial-wrap-layout2 {
    padding: 95px 0 102px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap-layout2 {
    padding: 85px 0 92px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrap-layout2 {
    padding: 75px 0 82px;
  }
}
.testimonial-wrap-layout2:before {
  content: "";
  background-color: #f05f75;
  height: 1px;
  width: 300px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
}
.testimonial-box-layout2 .icon {
  font-size: 90px;
  color: #f05f75;
  line-height: 1;
  margin-bottom: 30px;
}
.testimonial-box-layout2 .title {
  color: #121f38;
  margin-bottom: 45px;
  font-weight: 700;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  font-size: 30px;
}
@media (max-width: 991px) {
  .testimonial-box-layout2 .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .testimonial-box-layout2 .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-layout2 .title {
    margin-bottom: 20px;
  }
}
.testimonial-box-layout2 .name {
  display: inline-block;
  color: #121f38;
  font-size: 20px;
  font-weight: 700;
}
.testimonial-box-layout2 .designation {
  font-size: 20px;
  font-weight: 600;
  color: #f05f75;
  font-family: 'Cormorant', sans-serif;
  line-height: 1.3;
}
.testimonial-wrap-layout3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 108px 0 110px;
  text-align: center;
  background-color: #121f38;
}
@media (max-width: 1199px) {
  .testimonial-wrap-layout3 {
    padding: 98px 0 100px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap-layout3 {
    padding: 88px 0 90px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap-layout3 {
    padding: 78px 0 80px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrap-layout3 {
    padding: 68px 0 70px;
  }
}
.testimonial-box-layout3 {
  padding: 0 30px;
  text-align: center;
}
.testimonial-box-layout3 .icon {
  font-size: 90px;
  color: #f05f75;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .testimonial-box-layout3 .icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-box-layout3 .icon {
    margin-bottom: 10px;
  }
}
.testimonial-box-layout3 .title {
  color: #ffffff;
  margin-bottom: 45px;
  font-weight: 700;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
@media (max-width: 991px) {
  .testimonial-box-layout3 .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .testimonial-box-layout3 .title {
    margin-bottom: 25px;
  }
}
.testimonial-box-layout3 .name {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.testimonial-box-layout3 .designation {
  font-size: 20px;
  font-weight: 600;
  color: #f05f75;
  font-family: 'Cormorant', sans-serif;
  line-height: 1.3;
}
/*=======================================================================
[24] Brand Style
=========================================================================*/
.brand-wrap-layout1 {
  background-color: #f4f0ed;
  padding: 100px 0;
}
.brand-box-layout1 {
  text-align: center;
  padding: 15px 0;
}
.brand-box-layout1 img {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.brand-box-layout1:hover img {
  opacity: 1;
}
.brand-wrap-layout2 {
  padding: 120px 0 55px;
}
.brand-wrap-layout2 .inner-brand-wrap {
  padding: 100px 0 75px;
  background-color: #f4f0ed;
}
.brand-box-layout2 {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}
.brand-box-layout2 img {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.brand-box-layout2:hover img {
  opacity: 1;
}
/*=======================================================================
[25] Process Style
=========================================================================*/
.process-wrap-layout1 {
  padding: 120px 0 5px;
}
@media (max-width: 1199px) {
  .process-wrap-layout1 {
    padding: 110px 0 5px;
  }
}
@media (max-width: 991px) {
  .process-wrap-layout1 {
    padding: 100px 0 5px;
  }
}
@media (max-width: 767px) {
  .process-wrap-layout1 {
    padding: 90px 0 5px;
  }
}
@media (max-width: 575px) {
  .process-wrap-layout1 {
    padding: 80px 0 5px;
  }
}
.process-box-row {
  display: flex;
  margin-bottom: 50px;
  background-color: #fff3f5;
}
@media (max-width: 991px) {
  .process-box-row {
    display: block;
  }
}
.process-box-layout1 {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .process-box-layout1 {
    width: 100%;
  }
}
.process-box-layout1 .item-figure {
  height: 100%;
}
.process-box-layout1 .item-figure img {
  height: 100%;
  object-fit: cover;
}
.process-box-layout1 .item-content {
  padding: 50px;
}
@media (max-width: 767px) {
  .process-box-layout1 .item-content {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .process-box-layout1 .item-content {
    padding: 30px;
  }
}
.process-box-layout1 .item-content .serial {
  color: #242424;
  display: block;
  font-size: 130px;
  font-weight: 300;
  opacity: 0.1;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .process-box-layout1 .item-content .serial {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .process-box-layout1 .item-content .serial {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .process-box-layout1 .item-content .serial {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .process-box-layout1 .item-content .serial {
    font-size: 50px;
  }
}
.process-box-layout1 .item-content .title {
  font-weight: 700;
  font-size: 40px;
  color: #051441;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .process-box-layout1 .item-content .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .process-box-layout1 .item-content .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .process-box-layout1 .item-content .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .process-box-layout1 .item-content .title {
    font-size: 28px;
  }
}
.process-box-layout1 .item-content .description {
  margin-bottom: 0;
}
/*=======================================================================
[26] Service Style
=========================================================================*/
.service-wrap-layout1 {
  padding: 120px 0 90px;
}
@media (max-width: 1199px) {
  .service-wrap-layout1 {
    padding: 110px 0 80px;
  }
}
@media (max-width: 991px) {
  .service-wrap-layout1 {
    padding: 100px 0 70px;
  }
}
@media (max-width: 767px) {
  .service-wrap-layout1 {
    padding: 90px 0 60px;
  }
}
@media (max-width: 575px) {
  .service-wrap-layout1 {
    padding: 80px 0 50px;
  }
}
.service-box-layout1 {
  border: 1px solid;
  border-color: #e9e9e9;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 40px 35px 35px;
  transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
@media (max-width: 767px) {
  .service-box-layout1 {
    padding: 30px;
  }
}
.service-box-layout1 .icon-box {
  color: #f05f75;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .service-box-layout1 .icon-box {
    font-size: 42px;
  }
}
.service-box-layout1 .title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 30px;
}
.service-box-layout1 .title a {
  color: #121f38;
  transition: all 0.3s ease-in-out;
}
.service-box-layout1 .title a:hover {
  color: #f05f75;
}
.service-box-layout1 .sub-title{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #f05f75;
}
.service-box-layout1 .description {
  font-size: 17px;
  color: #444343;
}
.service-box-layout1:hover {
  box-shadow: 0 0 25px rgba(70, 51, 51, 0.08);
  border-color: #ffffff;
}
.service-wrap-layout2 {
  padding: 120px 0 25px;
}
@media (max-width: 1199px) {
  .service-wrap-layout2 {
    padding: 110px 0 25px;
  }
}
@media (max-width: 991px) {
  .service-wrap-layout2 {
    padding: 100px 0 25px;
  }
}
@media (max-width: 767px) {
  .service-wrap-layout2 {
    padding: 90px 0 25px;
  }
}
@media (max-width: 575px) {
  .service-wrap-layout2 {
    padding: 80px 0 25px;
  }
}
.service-box-layout2 {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 40px;
  transition: all 0.3s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.service-box-layout2 .icon-box {
  color: #f05f75;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .service-box-layout2 .icon-box {
    font-size: 42px;
  }
}
.service-box-layout2 .title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 30px;
}
.service-box-layout2 .title {
  color: #121f38;
  transition: all 0.3s ease-in-out;
}
.service-box-layout2 .title a:hover {
  color: #f05f75;
}
.service-box-layout2 .description {
  font-size: 17px;
  color: #444343;
  margin-bottom: 0;
}
.service-box-layout2:hover {
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.05);
  border-color: #ffffff;
}
/*=======================================================================
[27] Call To Action Style
=========================================================================*/
.call-to-action-wrap-layout1 {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 142px 0 150px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1199px) {
  .call-to-action-wrap-layout1 {
    padding: 132px 0 140px;
  }
}
@media (max-width: 991px) {
  .call-to-action-wrap-layout1 {
    padding: 122px 0 130px;
  }
}
@media (max-width: 767px) {
  .call-to-action-wrap-layout1 {
    padding: 112px 0 120px;
  }
}
@media (max-width: 575px) {
  .call-to-action-wrap-layout1 {
    padding: 102px 0 110px;
  }
}
.call-to-action-wrap-layout1:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.call-to-action-box-layout1{
  text-align: center;
}
.call-to-action-box-layout1 .title {
  color: #ffffff;
  font-weight: 700;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.call-to-action-box-layout1 .description {
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .call-to-action-box-layout1 .description {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .call-to-action-box-layout1 .description {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .call-to-action-box-layout1 .description {
    margin-bottom: 20px;
  }
}
/*=======================================================================
[28] Feature Style
=========================================================================*/
.feature-wrap-layout1 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .feature-wrap-layout1 {
    padding: 110px 0;
  }
}
@media (max-width: 991px) {
  .feature-wrap-layout1 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .feature-wrap-layout1 {
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .feature-wrap-layout1 {
    padding: 80px 0;
  }
}
.feature-box-layout1 {
  background-color: #f4f0ed;
  padding: 0;
}
.feature-box-layout1.nav {
  height: 100%;
  padding: 100px 30px 100px 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../img/element16.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: content;
}
@media (max-width: 1199px) {
  .feature-box-layout1.nav {
    padding: 30px 30px 30px 50px;
  }
}
@media (max-width: 991px) {
  .feature-box-layout1.nav {
    padding: 30px 30px 30px 50px;
  }
}
@media (max-width: 767px) {
  .feature-box-layout1.nav {
    padding: 30px 30px 30px 50px;
  }
}
@media (max-width: 575px) {
  .feature-box-layout1.nav {
    padding: 30px 30px 30px 50px;
  }
}
.feature-box-layout1.nav li {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .feature-box-layout1.nav li {
    margin-bottom: 20px;
  }
}
.feature-box-layout1.nav li:last-child {
  margin-bottom: 0;
}
.feature-box-layout1.nav li a {
  font-family: 'Cormorant', sans-serif;
  color: #121f38;
  display: inline-block;
  letter-spacing: 4px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  font-size: 40px;
  line-height: 1.4;
  transition: all 0.3s ease-in;
}
@media (max-width: 1199px) {
  .feature-box-layout1.nav li a {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .feature-box-layout1.nav li a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .feature-box-layout1.nav li a {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .feature-box-layout1.nav li a {
    font-size: 22px;
  }
}
.feature-box-layout1.nav li a:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-color: #f05f75;
  height: 4px;
  width: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.feature-box-layout1.nav li span {
  display: block;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #898989;
  font-weight: 400;
}
.feature-box-layout1.nav li.active a {
  padding-left: 90px;
}
@media (max-width: 767px) {
  .feature-box-layout1.nav li.active a {
    padding-left: 50px;
  }
}
.feature-box-layout1.nav li.active a:before {
  width: 60px;
}
@media (max-width: 767px) {
  .feature-box-layout1.nav li.active a:before {
    width: 30px;
  }
}
.feature-box-layout1.tab-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .feature-box-layout1.tab-content {
    height: 480px;
  }
}
.feature-box-layout1.tab-content .tab-pane {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: transparent;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  transition: all 0.1s ease-in-out;
}
.feature-box-layout1.tab-content .tab-pane img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.1s ease-in-out;
  transition-delay: 0.8s;
}
.feature-box-layout1.tab-content .tab-pane a {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Cormorant', sans-serif;
  position: absolute;
  z-index: 1;
  color: #121f38;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.feature-box-layout1.tab-content .tab-pane a span {
  font-size: 18px;
  font-weight: 300;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.5s ease-in-out;
}
.feature-box-layout1.tab-content .tab-pane a:hover {
  color: #ffffff;
}
.feature-box-layout1.tab-content .tab-pane a:hover span {
  background-color: #f05f75;
  color: #ffffff;
}
.feature-box-layout1.tab-content .tab-pane.active {
  z-index: 2;
}
.feature-box-layout1.tab-content .tab-pane.active img {
  clip-path: inset(0 0 0 0);
  transition: all 0.8s ease-in-out;
}
body .feature-box-layout1.nav.has-animation {
  background-position: bottom center;
  transition: all 2s ease-in-out;
}
body.loaded .feature-box-layout1.nav.has-animation.active-animation {
  background-position: center center;
}
/*=======================================================================
[29] Portfolio Style
=========================================================================*/
.portfolio-wrap-layout1 {
  padding: 142px 0 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .portfolio-wrap-layout1 {
    padding: 132px 0 80px;
  }
}
@media (max-width: 991px) {
  .portfolio-wrap-layout1 {
    padding: 122px 0 70px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrap-layout1 {
    padding: 112px 0 60px;
  }
}
@media (max-width: 575px) {
  .portfolio-wrap-layout1 {
    padding: 102px 0 50px;
  }
}
.portfolio-wrap-layout1:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fbfbfb;
  background: linear-gradient(0deg, #fbfbfb 0%, #fbedef 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.portfolio-wrap-layout2 {
  padding: 80px 0 0;
  background-color: #f4f0ed;
  position: relative;
  z-index: 1;
  margin-bottom: -160px;
}
.portfolio-wrap-layout2:before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  height: 1000px;
  width: 100%;
}
.portfolio-wrap-layout3 {
  padding: 120px 0 0;
}
@media (max-width: 1199px) {
  .portfolio-wrap-layout3 {
    padding: 110px 0 25px;
  }
}
@media (max-width: 991px) {
  .portfolio-wrap-layout3 {
    padding: 100px 0 25px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrap-layout3 {
    padding: 90px 0 25px;
  }
}
@media (max-width: 575px) {
  .portfolio-wrap-layout3 {
    padding: 80px 0 25px;
  }
}
.portfolio-wrap-layout4 {
  padding: 120px 0 70px;
}
@media (max-width: 1199px) {
  .portfolio-wrap-layout4 {
    padding: 110px 0 60px;
  }
}
@media (max-width: 991px) {
  .portfolio-wrap-layout4 {
    padding: 100px 0 50px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrap-layout4 {
    padding: 90px 0 40px;
  }
}
@media (max-width: 575px) {
  .portfolio-wrap-layout4 {
    padding: 80px 0 30px;
  }
}
.portfolio-wrap-layout5 {
  padding: 120px 0 5px;
}
@media (max-width: 1199px) {
  .portfolio-wrap-layout5 {
    padding: 110px 0 5px;
  }
}
@media (max-width: 991px) {
  .portfolio-wrap-layout5 {
    padding: 100px 0 5px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrap-layout5 {
    padding: 90px 0 5px;
  }
}
@media (max-width: 575px) {
  .portfolio-wrap-layout5 {
    padding: 80px 0 5px;
  }
}
.portfolio-wrap-layout6 {
  padding: 120px 0 0;
}
@media (max-width: 1199px) {
  .portfolio-wrap-layout6 {
    padding: 110px 0 25px;
  }
}
@media (max-width: 991px) {
  .portfolio-wrap-layout6 {
    padding: 100px 0 25px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrap-layout6 {
    padding: 90px 0 25px;
  }
}
@media (max-width: 575px) {
  .portfolio-wrap-layout6 {
    padding: 80px 0 25px;
  }
}
.portfolio-box {
  position: relative;
  z-index: 1;
}
.portfolio-box .item-content {
  width: 100%;
}
.portfolio-box .item-content .sub-title {
  margin-bottom: 0;
}
.portfolio-box .item-content .title a {
  transition: all 0.3s ease-in;
}
.portfolio-box.portfolio-layout1 {
  overflow: hidden;
  margin-bottom: 30px;
}
.portfolio-box.portfolio-layout1 .item-content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 160px;
  background-color: rgba(18, 31, 56, 0.75);
  transition: all 0.3s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.portfolio-box.portfolio-layout1 .item-content .sub-title a {
  color: #f05f75;
  font-size: 18px;
  font-style: italic;
}
.portfolio-box.portfolio-layout1 .item-content .title {
  font-size: 30px;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: 700;
}
.portfolio-box.portfolio-layout1 .item-content .title a {
  color: #ffffff;
  display: block;
}
.portfolio-box.portfolio-layout1 .item-content .title a:hover {
  color: #f05f75;
}
.portfolio-box.portfolio-layout1.style-1 .item-content {
  top: 100%;
}
.portfolio-box.portfolio-layout1.style-1:hover .item-content {
  transform: translateY(-100%);
}
.portfolio-layout2-wrapper .masonry-item:nth-child(2) {
    margin-top: 200px;
}
@media (max-width: 575px) {
  .portfolio-layout2-wrapper .masonry-item:nth-child(2) {
    margin-top: 0;
  }
}
.portfolio-box.portfolio-layout2 {
  margin-bottom: 30px;
}
.portfolio-box.portfolio-layout2:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: all 0.5s ease-in;
}
.portfolio-box.portfolio-layout2 .item-content {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in;
}
.portfolio-box.portfolio-layout2 .item-content .sub-title a{
  letter-spacing: 2px;
  color: #f05f75;
  font-size: 18px;
}
.portfolio-box.portfolio-layout2 .item-content .title {
  font-weight: 700;
  margin-bottom: 0;
  display: block;
}
.portfolio-box.portfolio-layout2 .item-content .title a {
  color: #121f38;
}
.portfolio-box.portfolio-layout2 .item-content .title a:hover {
  color: #f05f75;
}
.portfolio-box.portfolio-layout2:hover:before {
  opacity: 1;
  visibility: visible;
}
.portfolio-box.portfolio-layout2:hover .item-content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
.portfolio-box.portfolio-layout2.style-1 {
  margin-bottom: 250px;
}
@media (max-width: 1199px) {
  .portfolio-box.portfolio-layout2.style-1 {
    margin-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .portfolio-box.portfolio-layout2.style-1 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .portfolio-box.portfolio-layout2.style-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .portfolio-box.portfolio-layout2.style-1 {
    margin-bottom: 30px;
  }
}
.portfolio-box.portfolio-layout2.style-1 .item-content {
  padding-left: 75px;
  padding-right: 75px;
}
@media (max-width: 1199px) {
  .portfolio-box.portfolio-layout2.style-1 .item-content {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .portfolio-box.portfolio-layout2.style-1 .item-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .portfolio-box.portfolio-layout2.style-1 .item-content {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  .portfolio-box.portfolio-layout2.style-1 .item-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.portfolio-box.portfolio-layout2.style-1 .item-content .sub-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.portfolio-box.portfolio-layout2.style-1 .item-content .title {
  font-size: 30px;
}
.portfolio-box.portfolio-layout2.style-1:before {
  top: 70px;
  left: 70px;
  height: calc(100% - 140px);
  width: calc(100% - 140px);
}
@media (max-width: 1199px) {
  .portfolio-box.portfolio-layout2.style-1:before {
    top: 50px;
    left: 50px;
    height: calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
@media (max-width: 991px) {
  .portfolio-box.portfolio-layout2.style-1:before {
    top: 40px;
    left: 40px;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .portfolio-box.portfolio-layout2.style-1:before {
    top: 30px;
    left: 30px;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media (max-width: 575px) {
  .portfolio-box.portfolio-layout2.style-1:before {
    top: 15px;
    left: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.portfolio-box.portfolio-layout2.style-2 .item-figure img {
  width: 100%;
}
.portfolio-box.portfolio-layout2.style-2:before {
  top: 30px;
  left: 30px;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
}
.portfolio-box.portfolio-layout2.style-2 .item-content {
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio-box.portfolio-layout2.style-2 .item-content .sub-title {
  font-size: 18px;
}
.portfolio-box.portfolio-layout2.style-2 .item-content .title {
  font-size: 30px;
}
.portfolio-box.portfolio-layout2.style-3:before {
  top: 30px;
  left: 30px;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
}
.portfolio-box.portfolio-layout2.style-3 .item-content {
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio-box.portfolio-layout2.style-3 .item-content .sub-title {
  font-size: 15px;
  margin-bottom: 0;
}
.portfolio-box.portfolio-layout2.style-3 .item-content .title {
  font-size: 30px;
}
.portfolio-box.portfolio-layout2.style-4:before {
  top: 15px;
  left: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}
.portfolio-box.portfolio-layout2.style-4 .item-content {
  padding-left: 15px;
  padding-right: 15px;
}
.portfolio-box.portfolio-layout2.style-4 .item-content .sub-title {
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio-box.portfolio-layout2.style-4 .item-content .title {
  font-size: 24px;
}
.portfolio-box.portfolio-layout2.style-5:before {
  background-color: rgba(18, 31, 56, 0.75);
  top: 30px;
  left: 30px;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
}
.portfolio-box.portfolio-layout2.style-5 .item-content {
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio-box.portfolio-layout2.style-5 .item-content .sub-title {
  font-size: 15px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
.portfolio-box.portfolio-layout2.style-5 .item-content .title {
  font-size: 20px;
}
.portfolio-box.portfolio-layout2.style-5 .item-content .title a {
  color: #ffffff;
}
.portfolio-box.portfolio-layout2.style-5 .item-content .title a:hover {
  color: #f05f75;
}
.portfolio-box.portfolio-layout3 {
  margin-bottom: 50px;
}
.portfolio-box.portfolio-layout3 .item-figure {
  overflow: hidden;
}
.portfolio-box.portfolio-layout3 .item-figure a {
  display: inline-block;
}
.portfolio-box.portfolio-layout3 .item-figure img {
  transition: all 2s cubic-bezier(0.21, 1, 1, 0.97);
}
.portfolio-box.portfolio-layout3 .item-content {
  text-align: center;
  padding: 20px 30px 30px;
  background-color: #ffffff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.8s cubic-bezier(0.21, 1, 1, 0.97);
}
@media (max-width: 991px) {
  .portfolio-box.portfolio-layout3 .item-content {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-box.portfolio-layout3 .item-content {
    padding: 20px 10px 30px;
  }
}
.portfolio-box.portfolio-layout3 .item-content .sub-title a{
  color: #f05f75;
  font-size: 18px;
  letter-spacing: 2px;
}
.portfolio-box.portfolio-layout3.stories .item-content .sub-title {
  color: #f05f75;
  font-size: 18px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .portfolio-box.portfolio-layout3 .item-content .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .portfolio-box.portfolio-layout3 .item-content .sub-title {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .portfolio-box.portfolio-layout3 .item-content .sub-title {
    font-size: 16px;
  }
}
.portfolio-box.portfolio-layout3 .item-content .title {
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .portfolio-box.portfolio-layout3 .item-content .title {
    font-size: 20px !important;
  }
}
@media (max-width: 575px) {
  .portfolio-box.portfolio-layout3 .item-content .title {
    font-size: 18px !important;
  }
}
.portfolio-box.portfolio-layout3 .item-content .title a {
  color: #121f38;
  display: block;
}
.portfolio-box.portfolio-layout3 .item-content .title a:hover {
  color: #f05f75;
}
.portfolio-box.portfolio-layout3:hover .item-content {
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.1);
}
.portfolio-box.portfolio-layout3.style-1 .item-figure img {
  transform: scale(1);
}
.portfolio-box.portfolio-layout3.style-1:hover .item-figure img {
  transform: scale(1.3);
}
.portfolio-box.portfolio-layout3.style-2 .item-figure img {
  transform: scale(1.3);
}
.portfolio-box.portfolio-layout3.style-2:hover .item-figure img {
  transform: scale(1);
}
.portfolio-box.portfolio-layout4 {
  margin-bottom: 37px;
}
.portfolio-box.portfolio-layout4 .item-figure {
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.portfolio-box.portfolio-layout4 .item-figure a {
  display: inline-block;
}
.portfolio-box.portfolio-layout4 .item-figure img {
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.portfolio-box.portfolio-layout4 .item-content {
  text-align: center;
  padding: 8px 30px 15px;
  transition: all 0.5s cubic-bezier(0.21, 1, 1, 0.97);
}
.portfolio-box.portfolio-layout4 .item-content .sub-title a {
  color: #f05f75;
  font-style: italic;
  font-size: 18px;
}
.portfolio-box.portfolio-layout4 .item-content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.portfolio-box.portfolio-layout4 .item-content .title a {
  color: #121f38;
  transition: all 0.3s ease-in;
  display: block;
}
.portfolio-box.portfolio-layout4 .item-content .title a:hover {
  color: #f05f75;
}
.portfolio-box.portfolio-layout4.style-1 .item-figure {
  clip-path: inset(12px 12px 12px 12px);
}
.portfolio-box.portfolio-layout4.style-1 .item-figure img {
  filter: grayscale(100%);
  transform: scale(1.06);
}
.portfolio-box.portfolio-layout4.style-1:hover .item-figure {
  clip-path: inset(0 0 0 0);
}
.portfolio-box.portfolio-layout4.style-1:hover .item-figure img {
  filter: grayscale(0);
  transform: scale(1);
}
.portfolio-box.portfolio-layout4.style-2 .item-figure {
  clip-path: inset(0 0 0 0);
}
.portfolio-box.portfolio-layout4.style-2 .item-figure img {
  filter: grayscale(100%);
  transform: scale(1);
}
.portfolio-box.portfolio-layout4.style-2:hover .item-figure {
  clip-path: inset(12px 12px 12px 12px);
}
.portfolio-box.portfolio-layout4.style-2:hover .item-figure img {
  filter: grayscale(0);
  transform: scale(1.06);
}
.portfolio-box.portfolio-layout5 {
  margin-bottom: 12px;
}
.portfolio-box.portfolio-layout5 .item-figure {
  position: relative;
  overflow: hidden;
}
.portfolio-box.portfolio-layout5 .item-figure a {
  display: inline-block;
}
.portfolio-box.portfolio-layout5 .item-figure img {
  transition: all 0.5s ease-in-out;
}
.portfolio-box.portfolio-layout5 .item-content {
  text-align: center;
  padding: 8px 30px 15px;
}
.portfolio-box.portfolio-layout5 .item-content .sub-title a{
  color: #f05f75;
  font-style: italic;
  font-size: 18px;
}
.portfolio-box.portfolio-layout5 .item-content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.portfolio-box.portfolio-layout5 .item-content .title a {
  color: #121f38;
  transition: all 0.3s ease-in;
}
.portfolio-box.portfolio-layout5 .item-content .title a:hover {
  color: #f05f75;
}
.portfolio-box.portfolio-layout5.style-1 .item-figure img {
  filter: grayscale(100%);
}
.portfolio-box.portfolio-layout5.style-1:hover .item-figure img {
  filter: grayscale(0);
}
.single-portfolio-wrap-layout1 {
  padding: 120px 0 22px;
}
@media (max-width: 1199px) {
  .single-portfolio-wrap-layout1 {
    padding: 110px 0 45px;
  }
}
@media (max-width: 991px) {
  .single-portfolio-wrap-layout1 {
    padding: 100px 0 45px;
  }
}
@media (max-width: 767px) {
  .single-portfolio-wrap-layout1 {
    padding: 90px 0 45px;
  }
}
@media (max-width: 575px) {
  .single-portfolio-wrap-layout1 {
    padding: 80px 0 45px;
  }
}
.portfolio-info-box .figure-box {
  margin-bottom: 30px;
}
.portfolio-info-box .content-box {
  padding: 50px;
  border: 2px solid #f1f1f1;
  display: flex;
}
@media (max-width: 767px) {
  .portfolio-info-box .content-box {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .portfolio-info-box .content-box {
    padding: 30px;
  }
}
.portfolio-info-box .content-box .content1 {
  flex: 1;
  padding-right: 100px;
}
.portfolio-info-box .content-box .content2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.portfolio-info-box .content-box .sub-title {
  color: #83868a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.portfolio-info-box .content-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 40px;
}
.portfolio-info-box .content-box .details-box {
  margin-bottom: 30px;
}
.portfolio-info-box .content-box .details-box li {
  line-height: 1.5;
  font-size: 22px;
  font-weight: 700;
  color: #121f38;
  font-family: 'Cormorant', sans-serif;
  list-style: none;
}
.portfolio-info-box .content-box .details-box li span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #83868a;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}
.portfolio-info-box .content-box .details-box li span a{
  color: #83868a;
}
.portfolio-info-box .content-box .details-box li span a:hover{
  color: #f05f75;
}
.portfolio-info-box .content-box ul.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -8px;
}
.portfolio-info-box .content-box ul.social li {
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
}
.portfolio-info-box .content-box ul.social li a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
.portfolio-info-box .content-box ul.social li a.facebook {
  color: #4867aa;
}
.portfolio-info-box .content-box ul.social li a.twitter {
  color: #50abf1;
}
.portfolio-info-box .content-box ul.social li a.pinterest {
  color: #c51c25;
}
.portfolio-info-box .content-box ul.social li a.youtube {
  color: #ff0000;
}
.portfolio-info-box .content-box ul.social li a:hover {
  color: #ffffff;
}
.portfolio-info-box .content-box ul.social li a:hover.facebook {
  background-color: #4867aa;
  border: 1px solid #4867aa;
}
.portfolio-info-box .content-box ul.social li a:hover.twitter {
  background-color: #50abf1;
  border: 1px solid #50abf1;
}
.portfolio-info-box .content-box ul.social li a:hover.pinterest {
  background-color: #c51c25;
  border: 1px solid #c51c25;
}
.portfolio-info-box .content-box ul.social li a:hover.youtube {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
.portfolio-info-box .content-box ul.social li:last-child {
  margin-right: 0;
}
.single-portfolio-box-layout1 .content-box {
  border: 5px solid #f1f1f1;
  display: block;
}
.single-portfolio-box-layout1 .content-box .content1 {
  padding-right: 0;
}
.single-portfolio-box-layout1 .content-box .content2 {
  align-items: flex-start;
}
.single-portfolio-box-layout1 .figure-box ul li {
  margin-bottom: 30px;
  list-style: none;
}
.single-portfolio-box-layout1 .figure-box ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .single-portfolio-box-layout1 .content-box {
    margin-top: 30px;
  }
  .single-portfolio-box-layout2 .content-box {
    display: block;
  }
}
@media (max-width: 991px) {
  .single-portfolio-box-layout2 .content-box .content1 {
    padding-right: 0;
  }
  .single-portfolio-box-layout2 .content-box .content1 p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .single-portfolio-box-layout2 .content-box .content2 {
    display: block;
  }
}
.single-portfolio-box-layout3 .figure-box {
  margin-bottom: 0;
}
.single-portfolio-box-layout2 .content-box,
.single-portfolio-box-layout3 .content-box {
  padding-bottom: 30px;
}
.single-portfolio-box-layout3 .figure-box .item-figure {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .single-portfolio-box-layout3 .content-box {
    display: block;
  }
}
@media (max-width: 991px) {
  .single-portfolio-box-layout3 .content-box .content1 {
    padding-right: 0;
  }
  .single-portfolio-box-layout3 .content-box .content1 p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .single-portfolio-box-layout3 .content-box .content2 {
    display: block;
  }
}
.single-portfolio-box-layout4 .figure-box {
  margin-bottom: 0;
}
.single-portfolio-box-layout4 .figure-box .item-figure {
  margin-bottom: 30px;
}
.single-portfolio-box-layout4 .content-box {
  background-color: #f7f7f7;
  text-align: center;
  display: block;
  border: none;
}
.single-portfolio-box-layout4 .content-box .content1 {
  padding: 0;
}
.single-portfolio-box-layout4 .content-box .content1 p {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 700px;
}
.single-portfolio-box-layout4 .content-box .content2 .details-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
}
.single-portfolio-box-layout4 .content-box .content2 .details-box li {
  margin-right: 20px;
  margin-left: 20px;
}
.carousel-portfolio-box {
  position: relative;
  z-index: 1;
}
.carousel-portfolio-box .figure-box {
  background-color: #000000;
}
.carousel-portfolio-box .figure-box img {
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.carousel-portfolio-box .content-box {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in;
}
.carousel-portfolio-box .content-box img {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-portfolio-box .content-box .title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .carousel-portfolio-box .content-box .title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .carousel-portfolio-box .content-box .title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .carousel-portfolio-box .content-box .title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .carousel-portfolio-box .content-box .title {
    font-size: 30px;
  }
  .carousel-portfolio-box .content-box{
    padding: 0 10px;
  }
}
.carousel-portfolio-box .content-box .title a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.carousel-portfolio-box .content-box .title a:hover {
  color: #f05f75;
}
.carousel-portfolio-box .content-box .sub-title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .carousel-portfolio-box .content-box .sub-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .carousel-portfolio-box .content-box .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .carousel-portfolio-box .content-box .sub-title {
    font-size: 22px;
  }
}
.carousel-portfolio-box:hover .figure-box img {
  opacity: 0.8;
}
.carousel-portfolio-box:hover .content-box {
  opacity: 1;
  visibility: visible;
}
.carousel-portfolio-footer {
  margin-top: 15px;
  margin-bottom: 15px;
}
.carousel-portfolio-footer ul.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
}
@media (max-width: 991px) {
  .carousel-portfolio-footer ul.social {
    justify-content: center;
  }
}
.carousel-portfolio-footer ul.social li {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 17px;
}
.carousel-portfolio-footer ul.social li a {
  color: #7a7a7a;
  display: block;
  padding: 2px 10px;
  transition: all 0.3s ease-in;
}
.carousel-portfolio-footer ul.social li a:hover {
  color: #f05f75;
}
.carousel-portfolio-footer ul.social li:last-child {
  margin-right: 0;
}
.carousel-portfolio-footer ul.social li:last-child a {
  padding-right: 0;
}
.carousel-portfolio-footer .footer-copyright {
  padding: 10px 0;
}
@media (max-width: 991px) {
  .carousel-portfolio-footer .footer-copyright {
    text-align: center;
  }
}
.carousel-portfolio-footer .footer-copyright p {
  margin-bottom: 0;
}
.carousel-portfolio-footer .footer-copyright a {
  color: #f05f75;
}
/*=======================================================================
[30] Gallery Style
=========================================================================*/
.gallery-wrap-layout1 {
  padding: 120px 0 25px;
}
@media (max-width: 1199px) {
  .gallery-wrap-layout1 {
    padding: 110px 0 25px;
  }
}
@media (max-width: 991px) {
  .gallery-wrap-layout1 {
    padding: 100px 0 25px;
  }
}
@media (max-width: 767px) {
  .gallery-wrap-layout1 {
    padding: 90px 0 25px;
  }
}
@media (max-width: 575px) {
  .gallery-wrap-layout1 {
    padding: 80px 0 25px;
  }
}
.gallery-box {
  margin-bottom: 30px;
}
.gallery-box .item-figure {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gallery-box .item-figure img {
  transform: scale(1);
  transition: all 0.8s cubic-bezier(0.21, 1, 1, 0.97);
}
.gallery-box .item-figure .item-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.gallery-box .item-figure .popup-zoom {
  display: block;
}
.gallery-box:hover .item-figure img {
  transform: scale(1.3);
}
.gallery-box:hover .item-figure.with-video img,
.gallery-box:hover .item-figure.with-carousel img {
  transform: scale(1);
}
.gallery-box .slick-navigation.slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 12px;
  color: #000000;
  transition: all 0.3s ease-out;
}
.gallery-box .slick-navigation.slick-arrow:hover {
  color: #ffffff;
  background-color: #f05f75;
}
.gallery-box .slick-next.slick-navigation.slick-arrow {
  right: 45px;
}
.gallery-box .slick-prev.slick-navigation.slick-arrow {
  left: 45px;
}
/*=======================================================================
[31] Story Style
=========================================================================*/
.story-left-box {
  margin-bottom: 30px;
  margin-right: 60px;
  padding: 50px;
  border: 1px dashed #f05f75;
}
@media (max-width: 991px) {
  .story-left-box {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.story-left-box ul {
  padding: 0;
  text-align: center;
}
.story-left-box ul li {
  list-style: none;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.story-left-box ul li img {
  border-radius: 50%;
}
.story-left-box ul li:last-child {
  margin-bottom: 0;
}
.story-left-box ul li.text-img {
  margin-bottom: 25px;
}
.story-left-box ul li.text-img img {
  border-radius: 0;
  max-width: 130px;
}
.story-left-box ul li span {
  position: absolute;
  bottom: -15px;
  left: 50%;
  background-color: #f05f75;
  color: #ffffff;
  padding: 2px 20px;
  display: inline-block;
  transform: skewX(-15deg) translateX(-50%);
  font-weight: 700;
}
.story-box-layout1 {
  margin-left: 100px;
  padding: 35px;
  background-color: #ffffff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.5s cubic-bezier(0.3, 0.02, 0, 0.6);
}
@media (max-width: 991px) {
  .story-box-layout1 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .story-box-layout1 {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .story-box-layout1 {
    padding: 20px;
  }
}
.story-box-layout1:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 40px;
  left: -24px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 24px solid #ffffff;
  border-bottom: 16px solid transparent;
  transition: all 0.5s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.story-box-layout1 .icon-box {
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  left: -130px;
  top: 20px;
  color: #f05f75;
  font-size: 30px;
  border: 3px solid #f4f4f4;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
@media (max-width: 991px) {
  .story-box-layout1 .icon-box {
    left: -100px;
  }
}
.story-box-layout1 .title {
  font-size: 30px;
  font-weight: 700;
  color: #121f38;
  margin-bottom: 10px;
}
.story-box-layout1 .date {
  color: #f05f75;
  font-size: 16px;
  font-weight: 500;
}
.story-box-layout1 .description {
  margin-bottom: 25px;
}
.story-box-layout1 figure {
  margin: 0;
  overflow: hidden;
}
.story-box-layout1 figure img {
  transform: scale(1);
  transition: transform 1.1s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.story-box-layout1:hover {
  box-shadow: none;
  background-color: rgba(240, 95, 117, 0.05);
}
.story-box-layout1:hover figure img {
  transform: scale(1.1);
}
.story-box-layout1:hover:before {
  border-right: 24px solid rgba(240, 95, 117, 0.05);
}
.story-box-layout1:hover .icon-box {
  color: #ffffff;
  background-color: #f05f75;
  border: 3px solid #f05f75;
}
.straight-line {
  position: relative;
  z-index: 1;
}
.straight-line:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: calc(100% - 200px);
  width: 3px;
  background-color: #f4f4f4;
  top: -70px;
  left: 20px;
}
@media (max-width: 991px) {
  .straight-line:before {
    left: 50px;
    top: -30px;
  }
}
.straight-line .start-end-point:after {
  content: "";
  height: 15px;
  width: 15px;
  border: 5px solid #f4f4f4;
  background-color: #f05f75;
  position: absolute;
  z-index: 1;
  top: -70px;
  left: 14px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .straight-line .start-end-point:after {
    top: -30px;
    left: 44px;
  }
}
.straight-line .start-end-point:before {
  content: "";
  height: 15px;
  width: 15px;
  border: 5px solid #f4f4f4;
  background-color: #f05f75;
  position: absolute;
  z-index: 1;
  bottom: 260px;
  left: 14px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .straight-line .start-end-point:before {
    bottom: 230px;
    left: 44px;
  }
}
.story-wrap-layout2 {
  padding: 112px 0 90px;
}
@media (max-width: 991px) {
  .story-wrap-layout2 {
    padding: 92px 0 70px;
  }
}
@media (max-width: 767px) {
  .story-wrap-layout2 {
    padding: 82px 0 60px;
  }
}
@media (max-width: 575px) {
  .story-wrap-layout2 {
    padding: 72px 0 50px;
  }
}
/*=======================================================================
[32] Twins Section Style
=========================================================================*/
.twins-layout1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*=======================================================================
[33] Footer Style
=========================================================================*/
.video-wrap-layout1 {
  padding: 100px 0 0;
  background-color: #f4f0ed;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.video-wrap-layout1:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  height: 340px;
  width: 100%;
  background-color: #ffffff;
}
.video-box-layout1 {
  position: relative;
  z-index: 1;
}
.video-box-layout1 .item-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 991px) {
  .home2-video-title {
      margin-left: 15px;
      margin-right: 15px;
  }
}
/*=======================================================================
[33] Follow Style
=========================================================================*/
.follow-wrap-layout1 {
  padding: 100px 0;
}
ul.follow-box-layout1 {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
ul.follow-box-layout1 li {
  max-width: 20%;
  flex: 0 0 20%;
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}
ul.follow-box-layout1 li:nth-child(even) figure {
  padding: 10%;
}
ul.follow-box-layout1 li:nth-child(even) figure a {
  border-radius: 50%;
}
ul.follow-box-layout1 li:nth-child(even) figure a img {
  border-radius: 50%;
}
#sbi_images .sbi_item .sbi_photo_wrap{
  padding-right: 29px;
}
@media (max-width: 575px) {
  #sbi_images .sbi_item .sbi_photo_wrap{
    padding-right: 0;
  }
}
#sbi_images .sbi_item:last-child .sbi_photo_wrap{
  padding-right: 0;
}
#sbi_images .sbi_item:nth-child(even) a {
  border-radius: 50%;
}
.sidebar-widget .widget #sbi_images .sbi_item:nth-child(even) a {
  border-radius: 0;
}
.sidebar-widget .widget #sbi_images .sbi_item .sbi_photo_wrap {
  padding-right: 0;
}
.sidebar-widget .widget #sb_instagram #sbi_images {
  margin-left: -5px;
}
ul.follow-box-layout1 li figure {
  padding: 0;
  margin: 0;
}
ul.follow-box-layout1 li figure a {
  background: transparent;
  overflow: hidden;
  position: relative;
  display: block;
}
ul.follow-box-layout1 li figure a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 20%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
ul.follow-box-layout1 li figure a:hover:before {
  -webkit-animation: shine 0.8s;
  animation: shine 0.8s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.follow-wrap-layout2 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .follow-wrap-layout2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .follow-wrap-layout2 {
    padding: 80px 0;
  }
}
.follow-wrap-layout2:before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #fff8f9;
  height: 60%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
/*=======================================================================
[34] Contact Style
=========================================================================*/
.contact-wrap-layout1 {
  margin-top: 310px;
  margin-bottom: 347px;
  padding: 90px 0 91px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.contact-wrap-layout1:before {
  content: "";
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .contact-wrap-layout1:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .contact-wrap-layout1 {
    margin-top: 300px;
    margin-bottom: 337px;
    padding: 80px 0 81px;
  }
}
@media (max-width: 991px) {
  .contact-wrap-layout1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 0 71px;
  }
}
@media (max-width: 767px) {
  .contact-wrap-layout1 {
    padding: 70px 0 61px;
  }
}
@media (max-width: 575px) {
  .contact-wrap-layout1 {
    padding: 60px 0 51px;
  }
}
.contact-wrap-layout1 .shadow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .contact-wrap-layout1 .shadow-wrap {
    display: none;
  }
}
.contact-wrap-layout1 .shadow-wrap .top {
  text-align: center;
  list-style: none;
  position: absolute;
  z-index: -2;
  bottom: 100%;
  left: 0;
  right: 0;
}
.contact-wrap-layout1 .shadow-wrap .bottom {
  text-align: center;
  list-style: none;
  position: absolute;
  z-index: -2;
  top: 100%;
  left: 0;
  right: 0;
}
.contact-wrap-layout1 .elements-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .contact-wrap-layout1 .elements-wrap {
    display: none;
  }
}
.contact-wrap-layout1 .elements-wrap .top {
  list-style: none;
  position: absolute;
  bottom: 100%;
  z-index: -2;
  left: 0;
  right: 0;
  text-align: center;
}
.home1_contact_shape1 img,
.home1_contact_shape2 img{
  z-index: -2 !important;
}
.contact-wrap-layout1 .elements-wrap .bottom {
  list-style: none;
  position: absolute;
  top: 100%;
  z-index: -2;
  left: 0;
  right: 0;
  text-align: center;
}
.contact-form-box.style2 .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.contact-form-box.style2 .form-group .form-control:focus {
  border: 0;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
}
.contact-form-box.style2 input:focus::-webkit-input-placeholder,
.contact-form-box .form-group input:focus::-webkit-input-placeholder{
  color: #000 !important;
}
.contact-form-box.style2 input:focus:-moz-placeholder,
.contact-form-box .form-group input:focus:-moz-placeholder{
  color: #000 !important;
}
.contact-form-box.style2 input:focus::-moz-placeholder,
.contact-form-box .form-group input:focus::-moz-placeholder{
  color: #000 !important;
}
.contact-form-box.style2 input:focus:-ms-input-placeholder,
.contact-form-box .form-group input:focus:-ms-input-placeholder{
  color: #000 !important;
}
.contact-form-box.style2 textarea:focus::-webkit-input-placeholder,
.contact-form-box .form-group textarea:focus::-webkit-input-placeholder{
  color: #000 !important;
}
.contact-form-box.style2 textarea:focus:-moz-placeholder,
.contact-form-box .form-group textarea:focus:-moz-placeholder{
  color: #000 !important;
}
.contact-form-box.style2 textarea:focus::-moz-placeholder,
.contact-form-box .form-group textarea:focus::-moz-placeholder{
  color: #000 !important;
}
.contact-form-box.style2 textarea:focus:-ms-input-placeholder,
.contact-form-box .form-group textarea:focus:-ms-input-placeholder{
  color: #000 !important;
}
.contact-form-box form {
  width: 100%;
}
.contact-form-box .form-group {
  margin-bottom: 30px !important;
}
.contact-form-box .form-group input {
  height: 50px;
}
.contact-form-box .form-group .form-control {
  font-size: 17px;
  padding-right: 15px;
  padding-left: 15px;
  color: #1c1b1b;
  border: 1px solid #e0e0e0;
  background-color: transparent;
}
.contact-form-box .form-group .form-control:focus,
.contact-form-box .form-group select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #000;
}
.contact-form-box .form-group textarea {
  padding: 15px;
}
.contact-form-box .alert.alert-danger,
.contact-form-box .alert.alert-info,
.contact-form-box .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 15px;
  border-radius: 0;
}
.contact-form-box .alert.alert-danger p,
.contact-form-box .alert.alert-info p,
.contact-form-box .alert.alert-success p {
  margin-bottom: 0;
}
.contact-form-box input.form-control::-webkit-input-placeholder,
.contact-form-box textarea.form-control::-webkit-input-placeholder {
  color: #b8b8b8;
  font-size: 17px;
}
.contact-form-box input.form-control::-moz-placeholder,
.contact-form-box textarea.form-control::-moz-placeholder {
  color: #b8b8b8;
  font-size: 17px;
}
.contact-form-box input.form-control:-moz-placeholder,
.contact-form-box textarea.form-control:-moz-placeholder {
  color: #b8b8b8;
  font-size: 17px;
}
.contact-form-box input.form-control:-ms-input-placeholder,
.contact-form-box textarea.form-control:-ms-input-placeholder {
  color: #b8b8b8;
  font-size: 17px;
}
.contact-form-box .select-reservationfm {
  color: #b8b8b8;
  font-size: 17px;
}
.contact-wrap-layout2 {
  padding: 80px 0 90px;
}
@media (max-width: 1199px) {
  .contact-wrap-layout2 {
    padding: 70px 0 80px;
  }
}
@media (max-width: 991px) {
  .contact-wrap-layout2 {
    padding: 60px 0 70px;
  }
}
@media (max-width: 767px) {
  .contact-wrap-layout2 {
    padding: 50px 0 60px;
  }
}
@media (max-width: 575px) {
  .contact-wrap-layout2 {
    padding: 40px 0 50px;
  }
}
.contact-wrap-layout3 {
  padding: 100px 155px 90px;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1170px;
  }
}
.contact-wrap-layout4 {
  padding: 0 0 90px;
}
@media (max-width: 1199px) {
  .contact-wrap-layout4 {
    padding: 0 0 80px;
  }
}
@media (max-width: 991px) {
  .contact-wrap-layout4 {
    padding: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .contact-wrap-layout4 {
    padding: 0 0 60px;
  }
}
@media (max-width: 575px) {
  .contact-wrap-layout4 {
    padding: 0 0 50px;
  }
}
.address-wrap-layout1 {
  padding: 120px 0 90px;
}
@media (max-width: 1199px) {
  .address-wrap-layout1 {
    padding: 110px 0 80px;
  }
}
@media (max-width: 991px) {
  .address-wrap-layout1 {
    padding: 100px 0 70px;
  }
}
@media (max-width: 767px) {
  .address-wrap-layout1 {
    padding: 90px 0 60px;
  }
}
@media (max-width: 575px) {
  .address-wrap-layout1 {
    padding: 80px 0 50px;
  }
}
.address-box-layout1 {
  margin-bottom: 30px;
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 12px 0 51px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in;
}
.address-box-layout1 .title {
  color: #121f38;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 10px;
}
.address-box-layout1 .address {
  color: #444343;
  display: block;
  margin-bottom: 5px;
}
.address-box-layout1 .address-info li {
  display: flex;
  margin-bottom: 5px;
  color: #444343;
}
.address-box-layout1 .address-info li a {
  color: #444343; 
}
.address-box-layout1 .address-info li a:hover {
  color: #f05f75; 
}
.address-box-layout1 .address-info li:last-child {
  margin-bottom: 0;
}
.address-box-layout1 .address-info li i {
  color: #f05f75;
  margin-right: 12px;
}
.address-box-layout1:hover {
  box-shadow: 12px 0 51px 0 rgba(0, 0, 0, 0.1);
}
.form-wrap-layout1 {
  background-color: #f9f9f9;
  padding: 120px 0 90px;
}
@media (max-width: 1199px) {
  .form-wrap-layout1 {
    padding: 110px 0 80px;
  }
}
@media (max-width: 991px) {
  .form-wrap-layout1 {
    padding: 92px 0 70px;
  }
}
@media (max-width: 767px) {
  .form-wrap-layout1 {
    padding: 82px 0 60px;
  }
}
@media (max-width: 575px) {
  .form-wrap-layout1 {
    padding: 72px 0 50px;
  }
}
.form-box-layout1 {
  margin-bottom: 30px;
}
.form-box-layout1 .title {
  font-weight: 700;
  font-size: 30px;
}
.form-box-layout1 .form-group {
  margin-bottom: 30px;
}
.form-box-layout1 .form-group label {
  font-size: 17px;
}
.form-box-layout1 .form-group input {
  height: 50px;
}
.form-box-layout1 .form-group .form-control {
  font-size: 17px;
  padding: 15px 20px;
  color: #121f38;
  background-color: #ffffff;
  border-color: #eaeaea;
}
.form-box-layout1 .form-group .form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-box-layout1 input.form-control::-webkit-input-placeholder,
.form-box-layout1 textarea.form-control::-webkit-input-placeholder {
  color: #a2a2a2;
  font-size: 15px;
}
.form-box-layout1 input.form-control::-moz-placeholder,
.form-box-layout1 textarea.form-control::-moz-placeholder {
  color: #a2a2a2;
  font-size: 15px;
}
.form-box-layout1 input.form-control:-moz-placeholder,
.form-box-layout1 textarea.form-control:-moz-placeholder {
  color: #a2a2a2;
  font-size: 15px;
}
.form-box-layout1 input.form-control:-ms-input-placeholder,
.form-box-layout1 textarea.form-control:-ms-input-placeholder {
  color: #a2a2a2;
  font-size: 15px;
}
.form-box-layout1 input:focus::-webkit-input-placeholder,
.form-box-layout1 textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.form-box-layout1 input:focus::-moz-placeholder,
.form-box-layout1 textarea:focus::-moz-placeholder {
  color: #000;
}
.form-box-layout1 input:focus:-moz-placeholder,
.form-box-layout1 textarea:focus:-moz-placeholder {
  color: #000;
}
.form-box-layout1 input:focus:-ms-input-placeholder,
.form-box-layout1 textarea:focus:-ms-input-placeholder {
  color: #000;
}
.form-box-layout1 .form-response .alert-danger,
.form-box-layout1 .form-response .alert.alert-info,
.form-box-layout1 .form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-box-layout1 .form-response .alert-danger p,
.form-box-layout1 .form-response .alert.alert-info p,
.form-box-layout1 .form-response .alert.alert-success p {
  margin-bottom: 0;
}
.form-wrap-layout1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.form-bg-shape {
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  z-index: 0;
  transition: all 1.5s cubic-bezier(0.14, 0.67, 0.45, 0.94);
  transition-delay: 0.2s;
}
body .form-wrap-layout1 .form-bg-shape.active-animation {
  top: -90%;
  opacity: 0;
  visibility: hidden;
}
body.loaded .form-wrap-layout1 .form-bg-shape.active-animation {
  top: 0;
  opacity: 1;
  visibility: visible;
}
/*=======================================================================
[35] RSVP Style
=========================================================================*/
.rsvp-wrap {
  padding: 120px 0 55px;
}
@media (max-width: 1199px) {
  .rsvp-wrap {
    padding: 110px 0 55px;
  }
}
@media (max-width: 991px) {
  .rsvp-wrap {
    padding: 100px 0 55px;
  }
}
@media (max-width: 767px) {
  .rsvp-wrap {
    padding: 90px 0 55px;
  }
}
@media (max-width: 575px) {
  .rsvp-wrap {
    padding: 80px 0 55px;
  }
}
.rsvp-wrap .container {
  position: relative;
  z-index: 1;
}
.rsvp-wrap .container .figure1 {
  position: absolute;
  z-index: -1;
  top: -80px;
  right: -80px;
}
.rsvp_right_shape,
.rsvp_left_shape {
    z-index: -1 !important;
}
.rsvp-wrap .container .figure2 {
  position: absolute;
  z-index: -1;
  bottom: -80px;
  left: -80px;
}
.rsvp-box {
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 100px 170px 50px;
}
@media (max-width: 991px) {
  .rsvp-box {
    padding: 100px 30px 50px;
  }
}
body .rsvp-wrap .elements.has-animation .figure1 {
  transform: translateX(-50px) translateY(50px);
  transition: all 1.5s cubic-bezier(0.3, 0.02, 0, 0.6);
}
body .rsvp-wrap .elements.has-animation .figure2 {
  transform: translateX(50px) translateY(-50px);
  transition: all 1.5s cubic-bezier(0.3, 0.02, 0, 0.6);
}
body.loaded .rsvp-wrap .elements.has-animation.active-animation .figure1 {
  transform: translateX(0) translateY(0);
}
body.loaded .rsvp-wrap .elements.has-animation.active-animation .figure2 {
  transform: translateX(0) translateY(0);
}
/*=======================================================================
[36] Blog Style
=========================================================================*/
.blog-wrap-layout1 {
  background-color: #fbf1f2;
  padding: 142px 0 90px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .blog-wrap-layout1 {
    padding: 132px 0 80px;
  }
}
@media (max-width: 991px) {
  .blog-wrap-layout1 {
    padding: 122px 0 70px;
  }
}
@media (max-width: 767px) {
  .blog-wrap-layout1 {
    padding: 112px 0 60px;
  }
}
@media (max-width: 575px) {
  .blog-wrap-layout1 {
    padding: 102px 0 50px;
  }
}
.blog-wrap-layout1:after {
  content: "";
  background-image: url("../img/element34.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 595px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.blog-wrap-layout1 .element-wrap {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.blog-wrap-layout1 .element-wrap img {
  transition: all 2s cubic-bezier(0.3, 0.02, 0, 0.6);
}
body .blog-wrap-layout1.active-animation .element-wrap img {
  transform: translateY(-300px);
}
body.loaded .blog-wrap-layout1.active-animation .element-wrap img {
  transform: translateY(0);
}
.blog-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.sticky {
  display: block;
  position: relative;
  overflow: hidden;
}
.sticky .meta-featured-post {
  top: 13px;
  right: -48px;
  padding: 7px 50px;
  position: absolute;
  position: absolute;
  text-align: center;
  color: #ffffff;
  transform: rotate(45deg);
  background-color: #000000;
}
.blog-box figure a {
  display: block;
}
.blog-box .content-box .entry-meta {
  padding: 0;
  margin-bottom: 10px;
}
.blog-box .content-box .entry-meta li {
  display: inline;
  margin-bottom: 5px;
  margin-right: 15px;
  list-style: none;
  font-size: 15px;
}
.blog-box .content-box .entry-meta li span {
  color: #a3a3a3;
}
.blog-box .content-box .entry-meta li a {
  color: #121f38;
  transition: all 0.3s ease-in;
}
.blog-box .content-box .entry-meta li a:hover {
  color: #f05f75;
}
.blog-box .content-box .entry-meta li i {
  color: #f05f75;
  margin-right: 7px;
}
.blog-box .content-box .entry-meta li:last-child {
  margin-right: 0;
}
.blog-box .content-box .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-box .content-box .title a {
  color: #121f38;
  transition: all 0.3s ease-in-out;
}
.blog-box .content-box .title a:hover {
  color: #f05f75;
}
.blog-box:hover {
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.1);
}
.blog-box.blockquote {
  background-color: #fff3f5;
  box-shadow: none;
}
.blog-box.link-post {
  box-shadow: none;
  text-align: center;
}
.blog-box.link-post .link-post-inner {
  padding: 183px 20px 130px;
  background-color: #ebeef5;
}
.blog-box.link-post .link-text {
  color: #051441;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Cormorant', sans-serif;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.blog-box.link-post .link-text:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 60px;
  background-color: #051441;
}
.blog-box.link-post .link-text:hover {
  color: #f05f75;
}
.blog-box.link-post .icon-box {
  color: #000000;
  font-size: 50px;
  opacity: 0.1;
  line-height: 1;
}
.blog-box.link-post.blog-grid {
  padding: 0;
}
.blog-box.blog-grid {
  padding: 20px;
}
.blog-box.blog-grid figure {
  margin-bottom: 20px !important;
  margin-top: 0;
  overflow: hidden;
}
.blog-box.blog-grid figure img {
  transform: scale(1.3);
  transition: transform 1.1s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.blog-box.blog-grid .content-box .title {
  font-size: 30px;
}
.blog-box.blog-grid:hover figure img {
  transform: scale(1.1);
}
.blog-box.blog-grid blockquote {
  padding: 150px 10px 86px;
}
.blog-box.blog-list {
  padding: 30px;
}
.blog-box.blog-list figure {
  margin-bottom: 30px;
  margin-top: 0;
  overflow: hidden;
}
.blog-box.blog-list figure img {
  transform: scale(1);
  transition: transform 1.1s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.blog-box.blog-list .content-box .entry-meta li span {
  color: #696868;
  display: inline-block;
}
.blog-box.blog-list .content-box .entry-meta li a {
  color: #121f38;
  transition: all 0.3s ease-in;
}
.blog-box.blog-list .content-box .entry-meta li a:hover {
  color: #f05f75;
}
.blog-box.blog-list .content-box .title {
  margin-bottom: 15px;
  font-size: 40px;
}
@media (max-width: 1199px) {
  .blog-box.blog-list .content-box .title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .blog-box.blog-list .content-box .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-box.blog-list .content-box .title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .blog-box.blog-list .content-box .title {
    font-size: 24px;
  }
}
.blog-box.blog-list .content-box .description {
  margin-bottom: 25px;
}
.blog-box.blog-list:hover figure img {
  transform: scale(1.1);
}
.blog-box.blog-list.blockquote {
  padding: 20px;
}
.blog-box.blog-list.blockquote blockquote {
  padding: 115px 10px 26px;
}
.blog-box.blog-list.blockquote blockquote:before {
  top: 15px;
}
.blog-box.blog-list.video figure {
  position: relative;
}
.blog-box.blog-list.video .youtube-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.blog-box.blog-list.video .youtube-play-btn .item-icon {
  color: #ff0000;
  font-size: 100px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1199px) {
  .blog-box.blog-list.video .youtube-play-btn .item-icon {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .blog-box.blog-list.video .youtube-play-btn .item-icon {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .blog-box.blog-list.video .youtube-play-btn .item-icon {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .blog-box.blog-list.video .youtube-play-btn .item-icon {
    font-size: 30px;
  }
}
.blog-box.blog-list.video .youtube-play-btn .item-icon:before {
  background-color: #ffffff;
  height: 50%;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  position: absolute;
  z-index: -1;
}
blockquote {
  margin: 0;
  text-align: center;
  padding: 150px 10px 51px;
  border: 1px solid #d8d7d7;
  position: relative;
  z-index: 1;
}
blockquote:before {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0;
  right: 0;
  content: "\f108";
  font-family: "Flaticon";
  font-weight: 400;
  font-size: 100px;
  opacity: 0.15;
  line-height: 1;
}
blockquote .title {
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
blockquote h3.title{
  font-size: 30px;
}
blockquote .title a {
  color: #051441;
  transition: all 0.3s ease-in;
  font-size: 24px;
}
blockquote .title a:hover {
  color: #f05f75;
}
blockquote span {
  display: block;
  font-weight: 600;
  color: #051441;
  font-size: 20px;
  line-height: 1.3;
}
blockquote cite {
  color: #000 !important;
  font-size: 18px;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p{
  font-size: 22px;
}
.wp-block-quote cite, 
.wp-block-quote footer{
  font-size: 16px;
}
.blog-wrap-layout2 {
  padding: 120px 0 30px;
}
@media (max-width: 1199px) {
  .blog-wrap-layout2 {
    padding: 110px 0 55px;
  }
}
@media (max-width: 991px) {
  .blog-wrap-layout2 {
    padding: 100px 0 55px;
  }
}
@media (max-width: 767px) {
  .blog-wrap-layout2 {
    padding: 90px 0 55px;
  }
}
@media (max-width: 575px) {
  .blog-wrap-layout2 {
    padding: 80px 0 55px;
  }
}
.single-blog-wrap-layout1 {
  padding: 120px 0 0;
}
@media (max-width: 1199px) {
  .single-blog-wrap-layout1 {
    padding: 110px 0 25px;
  }
}
@media (max-width: 991px) {
  .single-blog-wrap-layout1 {
    padding: 100px 0 20px;
  }
}
@media (max-width: 767px) {
  .single-blog-wrap-layout1 {
    padding: 90px 0 25px;
  }
}
@media (max-width: 575px) {
  .single-blog-wrap-layout1 {
    padding: 80px 0 25px;
  }
}
.single-blog-wrap-layout2 {
  padding: 112px 0 25px;
}
@media (max-width: 1199px) {
  .single-blog-wrap-layout2 {
    padding: 102px 0 25px;
  }
}
@media (max-width: 991px) {
  .single-blog-wrap-layout2 {
    padding: 92px 0 25px;
  }
}
@media (max-width: 767px) {
  .single-blog-wrap-layout2 {
    padding: 82px 0 25px;
  }
}
@media (max-width: 575px) {
  .single-blog-wrap-layout2 {
    padding: 72px 0 25px;
  }
}
.single-blog-box-layout1 .entry-meta {
  padding: 0;
}
.single-blog-box-layout1 .entry-meta li {
  font-size: 15px;
  margin-bottom: 5px;
  margin-right: 15px;
  list-style: none;
  display: inline;
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .entry-meta li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .single-blog-box-layout1 .entry-meta li {
    font-size: 15px;
  }
}
.single-blog-box-layout1 .entry-meta li span {
  color: #a3a3a3;
  display: inline-block;
  margin-right: 5px;
}
.single-blog-box-layout1 .entry-meta li a {
  color: #121f38;
  transition: all 0.3s ease-in;
}
.single-blog-box-layout1 .entry-meta li a:hover {
  color: #f05f75;
}
.single-blog-box-layout1 .entry-meta li i {
  color: #f05f75;
  margin-right: 7px;
}
.single-blog-box-layout1 .entry-meta li:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #121f38;
  max-width: 850px;
}
.single-blog-box-layout1 .main-figure {
  margin-bottom: 30px;
}
.single-blog-box-layout1 .entry-content a:hover{
  color: #f05f75;
}
.single-blog-box-layout1 .blockquote {
  padding: 20px;
  background-color: #f8fafd;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .single-blog-box-layout1 .blockquote blockquote {
    padding: 20px 30px;
  }
  .single-blog-box-layout1 .blockquote blockquote:before {
    left: 0;
    position: inherit;
  }
}
.single-blog-box-layout1 blockquote,
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large, 
.page-content-main blockquote {
  padding: 50px 30px 50px 200px;
  text-align: left;
  border: 1px solid rgba(216, 215, 215, 0.4);
  margin: 40px 0;
}
.page-content-main blockquote:before{
  padding-left: 30px;
}
@media (max-width: 991px) {
  .single-blog-box-layout1 blockquote {
    padding: 40px 30px 40px 150px;
  }
}
@media (max-width: 767px) {
  .single-blog-box-layout1 blockquote {
    padding: 30px 20px 30px 120px;
  }
}
@media (max-width: 575px) {
  .single-blog-box-layout1 blockquote {
    padding: 20px;
  }
}
.single-blog-box-layout1 blockquote .title {
  max-width: 490px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.no-sidebar .single-blog-box-layout1 blockquote .title{
  max-width: 100%;
}
.single-blog-box-layout1 blockquote:before {
  background: -webkit-linear-gradient(#626e95, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 150px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .single-blog-box-layout1 blockquote:before {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .single-blog-box-layout1 blockquote:before {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .single-blog-box-layout1 blockquote:before {
    font-size: 60px;
  }
}
.single-blog-box-layout1 .wp-block-gallery .blocks-gallery-grid {
  margin-bottom: 30px;
}
.single-blog-box-layout1 .wedd-block-gallery .blocks-gallery-grid img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in;
}
.single-blog-box-layout1 .wp-block-gallery .blocks-gallery-grid img:hover {
  filter: grayscale(0);
}
.single-blog-box-layout1 .post-tag-share {
  margin-top: 32px;
  padding-bottom: 40px;
}
.single-blog-box-layout1 .tag-wrap{
  display: flex;
}
.single-blog-box-layout1 .tag-title {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.single-blog-box-layout1 .post-tag {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-blog-box-layout1 .post-tag a {
  font-family: 'Cormorant', sans-serif;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  color: #444343;
  margin-right: 15px;
  transition: all 0.3s ease-in;
}
.single-blog-box-layout1 .post-tag a:hover {
  color: #f05f75;
}
.single-blog-box-layout1 .post-tag a:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .post-tag a:last-child:before {
  display: none;
}
.single-blog-box-layout1 .post-tag a:before {
  position: absolute;
  z-index: 1;
  content: "-";
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.single-blog-box-layout1 .post-share {
  text-align: right;
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .post-share {
    text-align: left;
  }
}
.single-blog-box-layout1 .post-share .social {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-blog-box-layout1 .post-share .social li {
  margin-right: 5px;
  list-style: none;
}
.single-blog-box-layout1 .post-share .social li:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .post-share .social li a {
  padding: 2px 10px;
  color: #444343;
  display: inline-block;
  transition: all 0.3s ease-in;
}
.single-blog-box-layout1 .post-share .social li a:hover {
  color: #f05f75;
}
.post-author-wrap {
    border-top: 1px solid #e7e7e7;
}
.single-blog-box-layout1 .post-author {
  background-color: #f8fafd;
  padding: 45px 50px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .post-author {
    display: block;
    padding: 30px 35px;
  }
}
.single-blog-box-layout1 .post-author figure {
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .post-author figure {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.single-blog-box-layout1 .post-author figure img {
  border-radius: 50%;
}
.single-blog-box-layout1 .post-author .content-box {
  flex: 1;
}
.single-blog-box-layout1 .post-author .content-box cite {
  color: #051441;
  font-size: 22px;
  font-family: 'Cormorant', sans-serif;
  line-height: 1.1;
  display: block;
  margin-bottom: 5px;
}
.single-blog-box-layout1 .post-author .content-box .title {
  margin-bottom: 5px;
  color: #040404;
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .post-author .content-box .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .single-blog-box-layout1 .post-author .content-box .title {
    font-size: 22px;
  }
}
.single-blog-box-layout1 .post-author .content-box .description {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.5;
}
.single-blog-box-layout1 .post-navigation {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.single-blog-box-layout1 .post-navigation .post-nav {
  font-size: 32px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: #c9c9c9;
  height: 56px;
  width: 73px;
  background-color: transparent;
  border: 1px solid #d0d0d0;
  transition: all 0.3s ease-in;
}
.single-blog-box-layout1 .post-navigation .post-nav:hover {
  background-color: #f05f75;
  border: 1px solid #f05f75;
  color: #ffffff;
}
@media (max-width: 991px) {
  .single-blog-box-layout1 .post-navigation .post-nav {
    height: 46px;
    width: 63px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .post-navigation .post-nav {
    height: 36px;
    width: 53px;
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .single-blog-box-layout1 .post-navigation .post-nav {
    height: 36px;
    width: 53px;
    font-size: 26px;
  }
}
.single-blog-box-layout1 .post-comment {
  background-color: #ffffff;
  margin-bottom: 75px;
}
.single-blog-box-layout1 .post-comment ul li,
.page-content-main .post-comment ul li {
  position: relative;
}
.single-blog-box-layout1 .post-comment ul li .each-comment, 
.page-content-main .post-comment ul li .each-comment {
  margin-bottom: 50px;
}
.single-blog-box-layout1 .post-comment ul.block-list, 
.page-content-main .post-comment ul.block-list, 
.single-blog-box-layout1 .post-comment ul.children {
  list-style: none;
}
ul.block-list li .comment-respond {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .post-comment ul li .media {
    display: block;
  }
}
.single-blog-box-layout1 .post-comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-blog-box-layout1 .post-comment ul li:nth-child(odd) {
  margin-left: 0;
}
.single-blog-box-layout1 .post-comment ul li:nth-child(even) {
  margin-left: 50px;
}
@media (max-width: 575px) {
  .single-blog-box-layout1 .post-comment ul li:nth-child(even) {
    margin-left: 20px;
  }
  .single-blog-box-layout1 .post-comment li > ul, li > ol{
    margin-left: 0;
  }
}
.single-blog-box-layout1 .post-comment ul li figure,
.page-content-main .post-comment ul li figure {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .post-comment ul li figure {
    margin: 0 0 20px 0;
  }
}
.single-blog-box-layout1 .post-comment ul li figure img {
  border-radius: 50%;
}
.single-blog-box-layout1 .post-comment ul li .post-date,
.page-content-main .post-comment ul li .post-date {
  margin-bottom: 15px;
  display: block;
  color: #f05f75;
  font-size: 14px;
  font-style: italic;
}
.single-blog-box-layout1 .post-comment ul li .comment-title,
.page-content-main .post-comment ul li .comment-title{
  margin-bottom: 5px;
}
.single-blog-box-layout1 .post-comment ul li .comment-title a,
.page-content-main .post-comment ul li .comment-title a{
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 24px;
  color: #121f38;
  text-transform: capitalize;
}
ul.block-list li .comment-respond{
  margin-top: 23px;
}
ul.block-list li .comment-respond a{
  color: #000000;
  transition: all 0.3s ease-out;
}
ul.block-list li .comment-respond a:hover{
  color: #f05f75;
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .post-comment ul li .comment-title a{
    font-size: 22px;
  }
}
.page-content-main .comments-area{
  margin-top: 60px;
}
.single-blog-box-layout1 .post-comment ul li p,
.page-content-main .post-comment ul li p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 17px;
  color: #444343;
}
.single-blog-box-layout1 .post-comment ul li .item-btn a,
.page-content-main .post-comment ul li .item-btn a{
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Cormorant', sans-serif;
  font-style: italic;
  color: #000000;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .post-comment ul li .item-btn a:hover {
  color: #f05f75;
}
@media (max-width: 767px) {
  .single-blog-box-layout1 .post-comment ul li .item-btn {
    position: inherit;
    top: inherit;
    right: inherit;
  }
}
.single-blog-box-layout1 .comment-form p.logged-in-as a{
  color: #000000;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .comment-form p.logged-in-as a:hover{
  color: #f05f75;
}
.single-blog-box-layout1 .leave-comment {
  background-color: #ffffff;
}
.single-blog-box-layout1 .leave-comment .comment-form .form-group,
.page-content-main .leave-comment .comment-form .form-group {
  margin-bottom: 30px;
}
.single-blog-box-layout1 .leave-comment .comment-form .form-group .form-control,
.page-content-main .leave-comment .comment-form .form-group .form-control {
  color: #000000;
  font-size: 17px;
  padding: 15px 20px 15px 0;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  background-color: transparent;
  border-radius: 0;
}
.single-blog-box-layout1 .leave-comment .comment-form .form-group .form-control:focus,
.page-content-main .leave-comment .comment-form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
}
.single-blog-box-layout1 .leave-comment .comment-form .form-group input,
.page-content-main .leave-comment .comment-form .form-group input {
  height: 50px;
}
.single-blog-box-layout1 .leave-comment .comment-form input.form-control::-webkit-input-placeholder,
.single-blog-box-layout1 .leave-comment .comment-form textarea.form-control::-webkit-input-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}
.single-blog-box-layout1 .leave-comment .comment-form input.form-control::-moz-placeholder,
.single-blog-box-layout1 .leave-comment .comment-form textarea.form-control::-moz-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}
.single-blog-box-layout1 .leave-comment .comment-form input.form-control:-moz-placeholder,
.single-blog-box-layout1 .leave-comment .comment-form textarea.form-control:-moz-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}
.single-blog-box-layout1 .leave-comment .comment-form input.form-control:-ms-input-placeholder,
.single-blog-box-layout1 .leave-comment .comment-form textarea.form-control:-ms-input-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}
.single-blog-box-layout1 .leave-comment .comment-form input:focus::-webkit-input-placeholder,
.single-blog-box-layout1 .leave-comment .comment-form textarea:focus::-webkit-input-placeholder {
  color: #000;
}
.single-blog-box-layout1 .leave-comment .comment-form input:focus::-moz-placeholder,
.single-blog-box-layout1 .leave-comment .comment-form textarea:focus::-moz-placeholder {
  color: #000;
}
.single-blog-box-layout1 .leave-comment .comment-form input:focus:-moz-placeholder,
.single-blog-box-layout1 .leave-comment .comment-form textarea:focus:-moz-placeholder {
  color: #000;
}
.single-blog-box-layout1 .leave-comment .comment-form input:focus:-ms-input-placeholder,
.single-blog-box-layout1 .leave-comment .comment-form textarea:focus:-ms-input-placeholder {
  color: #000;
}
.single-blog-box-layout1 .inner-title,
.page-content-main .inner-title {
  font-weight: 700;
  color: #051441;
  margin-bottom: 35px;
}
.page-content-main .inner-title small {
  font-size: 22px;
}
.each-comment .media-body {
    overflow-x: hidden;
}
/*=======================================================================
[37] Footer Style
=========================================================================*/
.footer-layout1 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: all 2s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.fpb-500{
  padding-bottom: 500px;
}
@media (max-width: 1199px) {
  .footer-layout1 {
    padding-bottom: 400px;
  }
}
@media (max-width: 991px) {
  .footer-layout1 {
    padding-bottom: 350px;
  }
}
@media (max-width: 767px) {
  .footer-layout1 {
    padding-bottom: 300px;
  }
}
@media (max-width: 575px) {
  .footer-layout1 {
    padding-bottom: 250px;
  }
}
.footer-layout1:before {
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 595px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.footer-layout1 .footer-logo {
  margin-bottom: 30px;
}
.footer-logo img{
  max-width: 152px;
}
.footer-layout1 .footer-info > ul {
  padding: 0;
}
.footer-layout1 .footer-info > ul > li {
  font-size: 17px;
  color: #121f38;
  width: 100%;
  max-width: 500px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
.footer-layout1 .footer-info > ul > li a{
  color: #121f38;
}
.footer-layout1 .footer-info > ul > li:last-child {
  margin-bottom: 0;
}
.footer-layout1 .footer-info > ul > li.email {
  font-weight: 700;
}
.footer-layout1 .footer-info > ul > li .social {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.footer-layout1 .footer-info > ul > li .social li {
  margin: 0 1px;
}
.footer-layout1 .footer-info > ul > li .social li a {
  display: inline-block;
  padding: 2px 10px;
  color: #7a7a7a;
  transition: all 0.3s ease-in;
}
.footer-layout1 .footer-info > ul > li .social li a:hover {
  color: #f05f75;
}
.footer-layout1 .footer-copyright {
  margin-top: 50px;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
}
.footer-layout1 .footer-copyright a {
  color: #f05f75;
}
body .footer-layout1.has-animation {
  background-position: 0 300px;
}
body.loaded .footer-layout1.has-animation.active-animation {
  background-position: 0 0;
}
.footer-layout2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer-layout2 .footer-logo {
  text-align: center;
  margin-bottom: 70px;
}
.footer-layout2 .footer-info{
  margin-bottom: 50px;
}
.footer-layout2 .footer-address {
  display: flex;
  align-items: center;
  color: #121f38;
  padding: 0 65px;
}
@media (max-width: 575px) {
  .footer-layout2 .footer-address {
    padding: 0;
  }
}
.footer-layout2 .footer-address .icon-box {
  margin-right: 10px;
  font-size: 36px;
  line-height: 1;
  color: #f05f75;
}
.footer-layout2 .footer-address .description {
  font-weight: 500;
  color: #121f38;
  margin-bottom: 0;
}
.footer-layout2 .footer-contact ul li {
  color: #121f38;
  letter-spacing: inherit;
  padding: 0;
  margin: 0;
}
.footer-layout2 .footer-contact ul li:before{
  content: none;
}
.footer-layout2 .footer-contact ul li a{
  color: #121f38;
}
.footer-layout2 .footer-contact ul li span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
}
.footer-layout2 ul.social,
.sidebar-widget .widget ul.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-layout2 ul.social li,
.sidebar-widget .widget ul.social li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.sidebar-widget .widget ul.social{
  margin-left: -15px;
}
.footer-layout2 ul.social li{
  margin-left: 0;
  padding-left: 0;
}
.footer-layout2 ul.social li:before,
.sidebar-widget .widget ul.social li:before{
  content: none;
}
.sidebar-widget .widget ul.social li {
  margin-right: 10px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .footer-layout2 ul.social li,
  .sidebar-widget .widget ul.social li {
    margin-right: 10px;
  }
}
.footer-layout2 ul.social li a,
.sidebar-widget .widget ul.social li a {
  font-size: 15px;
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .footer-layout2 ul.social li a,
  .sidebar-widget .widget ul.social li a {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
}
.footer-layout2 ul.social li a.facebook,
.sidebar-widget .widget ul.social li a.facebook {
  color: #4867aa;
}
.footer-layout2 ul.social li a.twitter,
.sidebar-widget .widget ul.social li a.twitter {
  color: #50abf1;
}
.footer-layout2 ul.social li a.pinterest,
.sidebar-widget .widget ul.social li a.pinterest {
  color: #c51c25;
}
.footer-layout2 ul.social li a.youtube,
.sidebar-widget .widget ul.social li a.youtube {
  color: #ff0000;
}
.footer-layout2 ul.social li a.instagram,
.sidebar-widget .widget ul.social li a.instagram {
  color: #f31894;
}
.footer-layout2 ul.social li a:hover,
.sidebar-widget .widget ul.social li a:hover {
  color: #ffffff !important;
}
.footer-layout2 ul.social li a:hover.facebook,
.sidebar-widget .widget ul.social li a:hover.facebook {
  background-color: #4867aa;
  border: 1px solid #4867aa;
}
.footer-layout2 ul.social li a:hover.twitter,
.sidebar-widget .widget ul.social li a:hover.twitter {
  background-color: #50abf1;
  border: 1px solid #50abf1;
}
.footer-layout2 ul.social li a:hover.g-plus,
.sidebar-widget .widget ul.social li a:hover.g-plus {
  background-color: #dc5043;
  border: 1px solid #dc5043;
}
.footer-layout2 ul.social li a:hover.linkedin,
.sidebar-widget .widget ul.social li a:hover.linkedin {
  background-color: #0077b5;
  border: 1px solid #0077b5;
}
.footer-layout2 ul.social li a:hover.pinterest,
.sidebar-widget .widget ul.social li a:hover.pinterest {
  background-color: #c51c25;
  border: 1px solid #c51c25;
}
.footer-layout2 ul.social li a:hover.youtube,
.sidebar-widget .widget ul.social li a:hover.youtube {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
.footer-layout2 ul.social li a:hover.rss,
.sidebar-widget .widget ul.social li a:hover.rss {
  background-color: #d96229;
  border: 1px solid #d96229;
}
.footer-layout2 ul.social li a:hover.instagram,
.sidebar-widget .widget ul.social li a:hover.instagram {
  background-color: #f31894;
  border: 1px solid #f31894;
}
.footer-layout2 ul.social li:last-child,
.sidebar-widget .widget ul.social li:last-child {
  margin-right: 0;
}
.footer-layout2 .footer-copyright {
  text-align: center;
  padding: 20px 0 10px;
  border-top: 1px solid #d9d9d9;
}
.footer-layout2 .footer-copyright a {
  color: #f05f75;
}
.footer-layout2 .element-figure1 {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  z-index: -1;
  transition: all 1.5s cubic-bezier(0.14, 0.67, 0.45, 0.94);
  transition-delay: 0.2s;
}
.footer-layout2 .element-figure2 {
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  z-index: -1;
  bottom: -200px;
  transition: all 1.5s cubic-bezier(0.14, 0.67, 0.45, 0.94);
  transition-delay: 0.3s;
}
body .footer-layout2.has-animation .element-figure1,
body .footer-layout2.has-animation .element-figure2 {
  bottom: -200px;
  opacity: 0;
  visibility: hidden;
}
body.loaded .footer-layout2.has-animation.active-animation .element-figure1,
body.loaded .footer-layout2.has-animation.active-animation .element-figure2 {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.celebration-layout1 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.celebration-layout1 .title {
  font-weight: 300;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .celebration-layout1 .title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .celebration-layout1 .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .celebration-layout1 .title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .celebration-layout1 .title {
    font-size: 20px !important;
  }
}
.celebration-layout1 .info {
  margin-bottom: 35px;
}
.celebration-layout1 .info .date {
  color: #000000;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .celebration-layout1 .info .date {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .celebration-layout1 .info .date {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .celebration-layout1 .info .date {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .celebration-layout1 .info .date {
    font-size: 20px;
  }
}
.celebration-layout1 .info .place {
  font-size: 24px;
  color: #000000;
  font-weight: 300;
}
@media (max-width: 991px) {
  .celebration-layout1 .info .place {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .celebration-layout1 .info .place {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .celebration-layout1 .info .place {
    font-size: 18px;
  }
}
.celebration-layout1 .footer-figure1 {
  margin-bottom: 20px;
  max-width: 55vw;
  margin-left: auto;
  margin-right: auto;
}
.celebration-layout1 .footer-figure2 {
  height: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .celebration-layout1 .footer-figure2 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .celebration-layout1 .footer-figure2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .celebration-layout1 .footer-figure2 {
    margin-bottom: 50px;
  }
}
.celebration-layout1 .footer-figure2 .banner {
  margin: 0 auto;
  width: 470px;
  height: 440px;
  background-color: #f05f75;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .celebration-layout1 .footer-figure2 .banner{
    width: 280px;
    height: 300px;
  }
  .celebration-layout1 .footer-figure2 {
    height: 460px;
  }
}
.celebration-layout1 .footer-figure2 .banner img {
  border-radius: 50%;
}
.celebration-layout1 .footer-figure2 .element {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-layout3 ul.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.footer-layout3 ul.social li {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}
.footer-layout3 ul.social li a {
  color: #7a7a7a;
  display: block;
  padding: 2px 10px;
  transition: all 0.3s ease-in;
}
.footer-layout3 ul.social li a:hover {
  color: #f05f75;
}
.footer-layout3 ul.social li:last-child {
  margin-right: 0;
}
.footer-layout3 .footer-copyright {
  text-align: center;
  padding: 10px 0;
}
.footer-layout3 .footer-copyright a {
  color: #f05f75;
}
body .celebration-layout1 .footer-figure2.has-animation .banner {
  transform: translateY(300px);
  transition: all 2s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition-delay: 0.5s;
}
body .celebration-layout1 .footer-figure2.has-animation .element {
  transform: translateY(300px);
  transition: all 2s cubic-bezier(0.3, 0.02, 0, 0.6);
  transition-delay: 0.8s;
}
body.loaded .celebration-layout1 .footer-figure2.has-animation.active-animation .banner {
  transform: translateY(0);
}
body.loaded .celebration-layout1 .footer-figure2.has-animation.active-animation .element {
  transform: translateY(0);
}
/*Mobile Menu*/
.mobile-sticky #meanmenu{
  position: fixed;
  z-index: 9;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 782px) {
  .admin-bar .mobile-sticky #meanmenu {
    top: 45px;
  }
}
#meanmenu{
  background: white;
  height: 80px;
  position: relative;  
}
.rt-header-menu .mean-bar{
  margin-left: 15px;
}
.rt-header-menu .mean-bar img{
  max-width: 100px;
  padding: 10px 0;
}
.offscreen-navigation .sub-menu {
  display: none;
}
.offscreen-navigation ul li {
  border-bottom: 1px solid #e9e9e9;
}
.offscreen-navigation li > a {
  display: block;
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  background: #f3f3f3;
  padding-bottom: 7px;
  padding-top: 7px;
}
.offscreen-navigation li > a:hover {
  background: rgba(0, 113, 220, 0.05);
}
.offscreen-navigation ul > li > a {
  padding-left: 15px;
}
.offscreen-navigation ul ul > li > a {
  padding-left: 30px;
}
.offscreen-navigation ul ul ul > li > a {
    padding-left: 45px;
}
.offscreen-navigation .sub-menu li > a {
    font-size: 14px;
}
.offscreen-navigation li.menu-item-has-children > a:after {
  content: '\f067';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  transition: .1s;
  right: 15px;
  font-weight: 700;
  position: absolute;
  font-size: 13px;
}
.offscreen-navigation li.menu-item-has-children > a.opened:after {
  content: '\f068';
}
.mean-bar .header-btn-new.mobile-btn {
  position: absolute;
  right: 12%;
  top: 8px;
}
.mean-bar .sidebarBtn{
  position: absolute;
  font-size: 20px;
  right: 15px;
  top: 24px;
  cursor: pointer;
  color: #000000;
}
body .sidebarBtn {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
  background: #000000;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2), body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}
body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2), body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  -ms-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(8px, -8px);
}
.rt-slide-nav{
  position: absolute;
  background: white;
  width: 100%;
  left: 0;
  z-index: 99;
  top: 80px;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px #0000001c;
}
.rt-slide-nav ul{
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
body.slidemenuon{
  overflow:hidden;
}
@media only screen and (min-width: 992px){
  #meanmenu {
     display: none;
  }
}
@media only screen and (max-width: 991px){
  #header-menu,#masthead-container{
    display: none;
  }
}
.offscreen-navigation li.current-menu-ancestor > a,
.offscreen-navigation li.current-menu-item > a,
.offscreen-navigation li.current-menu-parent > a {
  color: #dc8275;
}
.error-wrap-layout1 {
  padding-top: 90px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .error-wrap-layout1 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .error-wrap-layout1 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
/*Unit Test Styles*/
.wp-block-cover p:not(.has-text-color) {
    color: #ffffff;
}
.wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
}
.wp-block-gallery {
    margin-top: 23px;
    margin-bottom: 16px;
}
.wp-block-gallery.alignleft {
    display: flex;
    margin-top: 10px;
}
.wp-block-cover.alignleft {
    margin-top: 0;
}
.wp-block-cover a, 
.wp-block-cover .wp-block-cover-text a, 
.wp-block-cover .has-text-color a, 
.wp-block-cover .has-text-align-center a {
    color: #ffffff !important;
}
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}
.blocks-gallery-caption, 
.wp-block-embed figcaption, 
.wp-block-image figcaption {
    color: #555d66;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}
/************** Button ***************/
.wp-block-button {
  margin-bottom: 25px;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]) {
  color: #f05f75;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]):hover {
  color: #f05f75;
}
.wp-block-button .wp-block-button__link {
  color: #ffffff;
    font-weight: 500;
    background-color: #f05f75;
    padding: 11px 25px 11px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
}
.wp-block-button a.wp-block-button__link:hover{
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
    border: 2px solid #f05f75;
    color: #f05f75;
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
  display: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #f05f75;
  color: #f05f75;
}
.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:after {
  border-radius: 0;
}
.wp-block-button .wp-block-button__link.no-border-radius:after {
  border-radius: 0;
}
.has-woddingat-primary-color { color: #f05f75 !important;}
.has-woddingat-secondary-color { color: #fbf1f2 !important;}
.has-woddingat-dark-color { color: #7a7a7a !important;}
.has-woddingat-black-color { color: #000000 !important;}
.has-woddingat-light-color { color: #ffffff !important;}

.has-woddingat-primary-background-color { background-color: #f05f75;}
.has-woddingat-secondary-background-color { background-color: #fbf1f2;}
.has-woddingat-dark-background-color { background-color: #7a7a7a;}
.has-woddingat-black-background-color { background-color: #000000;}
.has-woddingat-light-background-color { background-color: #ffffff;}

.wp-block-button a.has-woddingat-primary-color { color: #f05f75;}
.wp-block-button a.has-woddingat-secondary-color { color: #fbf1f2;}
.wp-block-button a.has-woddingat-dark-color { color: #7a7a7a;}
.wp-block-button a.has-woddingat-black-color { color: #000000;}
.wp-block-button a.has-woddingat-light-color { color: #ffffff;}

.wp-block-button .has-woddingat-primary-background-color { background-color: #f05f75;}
.wp-block-button .has-woddingat-secondary-background-color { background-color: #fbf1f2;}
.wp-block-button .has-woddingat-dark-background-color { background-color: #7a7a7a;}
.wp-block-button .has-woddingat-black-background-color { background-color: #000000;}
.wp-block-button .has-woddingat-light-background-color { background-color: #ffffff;}
/*button end*/
.wp-block-pullquote {
  border-top: 2px dashed #eaeaea;
  border-bottom: 2px dashed #eaeaea;
  text-align: left;
  padding: 0;
}
blockquote.wp-block-pullquote {
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  margin: 0px 0px 20px !important;
  color: #092d4c;
}
.wp-block-pullquote blockquote {
  margin: 0;
}
.wp-block-pullquote cite {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  padding-left: 40px;
}
.wp-block-quote.is-style-large cite em {
  font-style: normal;
}
.wp-block-quote.is-style-large cite br {
  display: none;
}
.wp-block-columns.has-3-columns .wp-block-quote,
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
  margin: 0;
  padding-right: 20px;
}
.wp-block-pullquote blockquote p {
  font-size: 22px;
  line-height: 1.6;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  background: #acb9c3;
}
.has-woddingat-primary-background-color.is-style-solid-color blockquote {
  background: #f05f75;
}
.has-woddingat-secondary-background-color.is-style-solid-color blockquote {
  background: #fbf1f2;
}
.has-woddingat-dark-background-color.is-style-solid-color blockquote {
  background: #7a7a7a;
}
.has-woddingat-black-background-color.is-style-solid-color blockquote {
  background: #000000;
}
.has-woddingat-light-background-color.is-style-solid-color blockquote {
  background: #ffffff;
}
blockquote.wp-block-quote.has-text-align-right.extraclass p,
blockquote.wp-block-quote.has-text-align-right.extraclass cite{
  text-align: right;
  display: block;
}
.wp-block-quote.has-text-align-right{
  border-left: 1px solid rgba(216, 215, 215, 0.4);
  border-right: 1px solid rgba(216, 215, 215, 0.4);
}
.gallery .gallery-item {
    text-align: center;
}
.wp-block-group.has-background {
    margin-bottom: 20px;
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid #e2e2e2;
    margin: 50px 0;
    text-align: left;
    background: transparent;
}
.wp-block-pullquote {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}
figure.wp-block-table {
    margin-top: 30px;
}
.wp-block-table td, 
.wp-block-table th {
    border: 1px solid #dedede;
    padding: 5px;
}
.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
}
p:last-child img.size-full.alignright {
    clear: both;
    padding-top: 10px;
}
.woddingat-page-links {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    clear: both;
    transition: all 0.3s ease-in;
}
.woddingat-page-links span.page-number {
    transition: all 0.3s ease-in;
}
.woddingat-page-links > span.post-page-numbers:hover > span {
    color: #000;
    line-height: 40px;
}
.woddingat-page-links > span.post-page-numbers {
    font-size: 18px;
    font-weight: 600;
    color: #bdbdbd;
    height: 40px;
    width: 40px;
    border: 1px solid #d8d7d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
    margin-left: 10px;
}
.woddingat-page-links a, 
.woddingat-page-links a:link, 
.woddingat-page-links a:visited {
    font-size: 18px;
    font-weight: 600;
    color: #bdbdbd;
    height: 40px;
    width: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}
.woddingat-page-links a:hover{
  color: #000;
}
.wp-block-media-text.alignfull{
  margin-bottom: 20px;
}
.wp-block-cover-image.alignleft, 
.wp-block-cover-image.alignright, 
.wp-block-cover.alignleft, 
.wp-block-cover.alignright, 
[data-align=left]>.wp-block-cover, 
[data-align=right]>.wp-block-cover {
    max-width: 340px;
    width: 100%;
}
.has-large-font-size {
    font-size: 36px;
    line-height: 1.2;
}
.entry-content .wp-block-cover {
    background-color: #000;
    margin-top: 0px;
    padding: 15px 50px;
}
.wp-block-cover p a:hover {
  text-decoration: underline;
}