@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
body {
overflow-x:hidden;
}
::selection {
    background: #998175;
    color: #fff;
    text-shadow: none;
}
ul, ol {
  margin:0px;
  padding:0px
}
* {
  font-family: 'Inter';
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration:none;
    color:#040205;
    font-size: 14px;
  }
  a {
    text-decoration: none;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  .accordion-button:focus {
    border-color: #cfcfcf;
    box-shadow:inherit;
  }
  .accordion-button:not(.collapsed) {
    background-color: transparent;
    color:#000
  }
  .accordion-button {
    border-bottom: solid 1px #cfcfcf;
  }
  .accordion-item {
    border-bottom: 0;
  }
  .accordion-item h2 {
    line-height: 1.8;
  }
  .accordion-button::after {
    background-image: url(../img/down-arrow.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 45%;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/down-arrow.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 45%;
  transform: rotate(-90deg);
}

  /* ===============================================
    Pre-loader
------------------------*/
#preloader  {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -30px 0 0 -30px;
}
#status {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  background-image: url(../img/pre-loader-1.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.top-bar {
    border-bottom: solid 1px #998175; 
    line-height: 35px;
}
.navbar-menu {
  padding:0px 0;
}
.sticky-header .navbar-menu {
  padding:5px 0;
}
.menu-bar {
    padding: 10px 0;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.branding-logo {
    height:55px;
    margin-right: 20px;
}
.branding-logo img {
    height: 100%;
}
.main-call {

}
.main-call li {
  display: inline-block;
  margin-right:10px
}
.main-call li a {
  display: block;
  color:#040205;
  font-size: 14px;
}
.main-call li a img {
  height:15px;
  vertical-align: middle;
}
.top-social {
  display: flex;
  justify-content: end;
}
.top-social li {
  display: inline-block;
  margin-right:10px
}
.top-social li a {
  display: block;
}
.top-social li a img {
  height:15px
}

/*navigation*/

.web-show {
  display: block;
}
.mobile-show {
  display: none;
}
.logo {
  position: relative;
  z-index: 123;
  float: left;
  width: 190px;
  padding: 5px 5px;
}
.logo img {
  height:50px
}
.logo a {
  color: #fff;
}

nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu {
  font-family: 'Inter';
}

#cssmenu > ul > li {
  float: left
}

#cssmenu > ul > li > a {
  text-decoration: none;
  color: #231f20;
  font-size: 14px;
  padding: 22px 15px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #ad833a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  color: #ad833a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px
}



#cssmenu > ul > li.has-sub > a:before {
  font-family:"Font Awesome 5 Free";
  position: absolute;
  top: 24px;
  right: 14px;
  display: block;


  content: '\f078';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu ul {
  display: flex;
  justify-content: flex-end;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 5;
  background: #333;
  padding: 5px;
  padding-bottom: 24px;
  display: block;
}

#cssmenu ul ul li {
  height: auto;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #333;
  transition: all .25s ease;
  margin-left:-5px;
  margin-top:-5px
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
  left: auto
}

#cssmenu li:hover > ul > li {
  height: 35px
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px 15px 15px 0px;
  width: 190px;
  font-size: 15px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
  line-height: 26px;
  margin: 5px 5px;
  margin-left:20px
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
  border-top: 1px solid #333
}



 /*slider */
 section .item {
  height: 80vh;
  position: relative;
}
section .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .item .cover {
  padding: 35px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
section .item .cover .header-content {
  position: relative;
  padding: 45px;
  overflow: hidden;
}
section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
section .item .cover .header-content h1 {
  font-size: 60px;
    line-height: 1.15;
    font-weight: 400;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #040205;
  font-family: "Prata", serif;
}
section .item .cover .header-content h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #3B3B3B;
  margin-bottom: 20px;
}
section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-prev:focus {
  outline: 0;
}
section .owl-nav .owl-prev:hover {
  background: #000 !important;
}
section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-next:focus {
  outline: 0;
}
section .owl-nav .owl-next:hover {
  background: #000 !important;
}
section:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
section:hover .owl-next {
  right: 0px;
  opacity: 1;
}
section .owl-item.active .learnmore-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.learnmore-btn {
  background-color: #998175;
  color:#fff;
  padding: 15px 55px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  height: 50px;
  font-weight: 700;
  min-width:180px;
  position:relative;
  overflow: hidden;
}
.learnmore-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #040205;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-120%) translateY(-25%) rotate(45deg);
  transform: translateX(-120%) translateY(-25%) rotate(45deg);
}
.learnmore-btn span {
  position: relative; 
  z-index: 1;
  color: #fff;
}
.learnmore-btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.viewmore-btn {
  background-color: transparent;
  color: #040205;
  padding: 15px 15px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  border: Solid 1px #040205;
  height: 50px;
  font-weight: 700;
  min-width: 160px;
  text-align: center;
  position:relative;
  overflow: hidden;
}
.viewmore-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #040205;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-120%) translateY(-25%) rotate(45deg);
  transform: translateX(-120%) translateY(-25%) rotate(45deg);
}
.viewmore-btn span {
  position: relative; 
  z-index: 1;
  color: #040205
}
.viewmore-btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.viewmore-btn:hover span {
  color:#998175;
}
.viewmore-btn.btn-invert {
  border: Solid 1px #fff;
  color: #fff;
}
.viewmore-btn.btn-invert span {
  color: #fff;
}

/*3 point */
.featured-icon-box.style4 {
  display: table;
  width: 100%;
}
.featured-icon-box.style4 .featured-icon-box-inner {
  background: #fff;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.col-lg:not(:last-child) .featured-icon-box.style4 .featured-icon-box-inner:after{
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background-color: #f2f2f2;
}

.row-top-section {
  margin-top: -80px;
  z-index: 1;
  position: relative;
}
.featured-icon-box .icon-cover {

}
.featured-icon-box .icon-cover img {
  width:100%;
  height:auto  
}
.featured-icon-box .icon-con-cover {
  margin-top:15px;
  background-color: #998175;
  padding: 11px 10px;
  color:#fff;
  font-family: "Prata", serif;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*owl override */
.owl-theme .owl-nav [class*='owl-'] {
  border-radius: 50%;
}

/*footer*/

footer {
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  padding-top:60px;
  padding-bottom: 20px;
}
footer h5, .youtube-bg h5, .pre-wed h5, .results h5, .faq h5, .why-choose h5, .testimonials h5, .inner-page-h5 {
  color:#998175;
  font-size:15px;
  margin-bottom: 10px;
  font-weight: 600;
}
footer h2, .youtube-bg h2, .pre-wed h2, .results h2, .faq h2, .why-choose h2, .testimonials h2, .inner-page-h2 {
  font-family: "Prata", serif;
  font-size: 36px;
  color: #fff;
}

.f-b-t-border {
  border-top:solid 1px rgba(255, 255, 255, 0.3);
}
.footer-menu-head {
  font-family: "Prata", serif;
  font-size: 20px;
  color:rgba(255,255,255,.8);
  margin-bottom:30px;
  text-align: left;
}
.footer-menu {
  padding:0px;
  margin:0px;
  text-align: left;
}
.footer-menu li {
  list-style-type: none;
  margin-bottom: 10px;
}
.footer-menu li a {
  line-height: 20px;
  color:rgba(255,255,255,.8);
}
.footer-social {
  text-align: left;
}
.footer-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.footer-social li a img  {
  width:35px;
  height: 35px;
}
.footer-social li:last-child {
  margin-right: 0;
}
/*why choose*/
.why-choose ul {
  padding:0px;
  margin:0px;
  list-style-type: none;
}
.why-choose ul li {
  display: inline-block;
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
  width: 175px;
  /* border: solid 1px #000; */
  padding: 15px;
  border-radius: 12px;
  /* flex-flow: row; */
  vertical-align: top;
  min-height: 200px;
  box-shadow: 0 0 10px #ddd;
  margin-right: 5px;
}
.why-choose ul li i {
  min-width:30px;
  min-height:30px;
  line-height: 30px;
  text-align: center;
  background-color: #998175;
  color:#fff;
  display: inline-block;
  border-radius: 50%;
  margin-right:10px
}
/*about*/
.high-low-img {
  display: flex;
  justify-content:center;
}
.high-low-img img {
  width:80%
}

.section-padding {
  padding: 75px 0;
}

/*youtube*/
.youtube-bg {
  position: relative;
  min-height: 350px;
  padding-top:50px;
}
.youtube-bg:before {
  background-image: url(../img/index-youtube-bg.jpg);
  background-size: cover;
  content: " ";
  position: absolute;
  width:100%;
  height:75%;
  left: 0px;
  right:0px;
  z-index: -1;
  top:0px;
  
}
.youtube-bg:after {
  content: "";
    position: absolute;
    z-index: -2;
    background-color: #f9f8f6;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
}

/*pre wed*/
.pre-wed {
  background-image: url(../img/pre-wedding-bg.jpg);
  background-size: cover;
}

.text-black {
  color:#040205 !important
}

/*results*/
.results {
  background-image: url(../img/result-doc-bg.jpg);
  background-size: cover;
}

.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.invert:hover {
  -webkit-filter: invert(0%);
  filter: invert(0%);
  border:solid 1px #fff;
}
.results .read-a {
  color:#998175;
  font-weight: 700;
  font-size: 13px;
}
.results .brown-res {
 color:#998175;
  font-weight: 700;
  font-size: 17px;
}
.results h4 {
  font-family: "Prata", serif;
}

/*result-slide*/

.card {
  overflow: hidden;
}
.card .card-img {
  height: 20rem;
}
.card-img-container img {
  max-height: 100%;
}
.card .card-img-overlay {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 3px #ff0000, 0 0 5px #0000ff;
}

.carousel-control-prev {
  left: -60px;
}
.carousel-control-next {
  right: -60px;
}
.carousel-control-next, .carousel-control-prev {
  width:45px
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
  background-color: rgba(255,255,255,.2);
  border-radius: 50%;
}

.results .item {
  align-items: center;
  color: white;
  display: flex;
  height: 230px;
  justify-content: center;
}
.results .item .ba-Slider {
  width:100%
}
.results .item .ba-Slider img {
  width: auto !important;
  height: 230px !important;
}
.results .owl-carousel .owl-item img {
  display: inline-block;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 14px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 14px;
}


.results .owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}
.carousel-size-adjust .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.results .owl-carousel .owl-nav button.owl-next {
  right: -70px;
}
.carousel-size-adjust .owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}

/*before after*/
.ba-Slider{
  position:relative;
  display:block;
  
  background:#fff;
  border:1px solid white;
  margin:20px auto;
  overflow:hidden;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select:none; 
  user-select:none;
}
.slider{
  position:absolute;
  top:calc(50% - 16px);
  left: calc(50% - 16px);
  background: transparent url(../img/drag.svg);
  width:32px;
  height:32px;
  cursor:pointer;
  z-index: 70;
  box-shadow: 0px 0px 4px #918f8c;
  border-radius: 50%;
}
#before{
  position:absolute;
  top:0;
  left:0;
  width:50%;
  overflow:hidden;
  background: #fff;
  z-index: 5;
}
#after {
  position: relative;
}
.results #after {
  position: relative;
  text-align: right;
}
#after:after {
  content: "After";
  position: absolute;
  z-index: 4;
  background-color: #998175;
  padding: 6px 5px;
  bottom: 2px;
  min-width: 100px;
  text-align: center;
  color: #fff;
  font-family: "Prata", serif;
  right:0px
}
.ease{
  transition:width ease .5s,left ease .5s;
  -moz-transition:width ease .5s,left ease .5s;
  -webkit-transition:width ease .5s,left ease .5s;
}

#before:after{
  content: "Before";
  position: absolute;
  z-index: 5;
  background-color: #998175;
  padding: 6px 5px;
  bottom: 2px;
  min-width: 100px;
  text-align: center;
  color: #fff;
  font-family: "Prata", serif;
  left:0px
}
.ba-Slider img {
  width: auto !important;
}
.ba-Slider.inner-page-slider img {
  width: auto !important;
  height:280px
}

/*sticky-header*/
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.42857142;
}

a, a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

header {
  width: 100%;
  position: relative;
  z-index: 2;
}

header.fixed-header {
  position: fixed;
  left: 0px;
  z-index: 999;
  top:0px
}

header.fixed-header .head-control {
  transition-property: background-color, box-shadow, line-height, height;
  transition-duration: 0.4s;
}

.head-control {
  font-size: 0px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.head-wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  display: table;
}

.header-top {
  background-color: #fff;
  height: 40px;
  color: #fff;
  line-height: 40px;

}

.header-mid {
  background-color: #fff;
  width: 100%;
  line-height: 150px;
  box-shadow: 0px 2px 0px -1px rgba(0, 0, 0, 0.08);
}
.main-slider-c {
  margin-top:60px
}

/* == Sticky Stuff == */
header.sticky .header-top {
  height: 0px;
  line-height: 0px;
}

header.sticky .header-mid,
header.sticky .header-mid .logo h1,
header.sticky .header-mid nav.primary-nav ul {
  line-height: 60px;
  transition-property: background-color, box-shadow, line-height, height;
  transition-duration: 0.4s;
}




 body .margin-adjust {
  margin-top:116px
 }

 /*faq*/
 .faq .accordion-button {
  font-family: 'Inter';
  font-weight: bold;
  font-size: 16px;
  padding-left: 0px;
 }


 /*call btn*/
 .ba-we-love-subscribers {
	width: 275px;
	height: 290px;
	background-color: #3B3B3B ;
	border-radius: 0px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
	text-align: left;
	margin: 0 0 10px 0;
	overflow: hidden;
	opacity: 0;
  right:-275px;
  position:absolute;
  bottom:0px;
  padding:20px;
}
.ba-we-love-subscribers h3 {
  font-family: "Prata", serif;
  color:#fff;
  font-size: 15px;
}
.call-box {
  border-radius: 8px;
  padding: 8px;
  border:solid 1px rgba(255,255,255,.6)
}
.call-box-border {
  border-bottom:solid 1px rgba(255,255,255,.6)
}
.call-box a {
  color:#fff;
  font-size: 14px;
  font-weight: bold;
}
.time-box {
  color:#fff;
}
.time-box div {
  color:#fff;
  font-size: 13px;
}
.ba-we-love-subscribers.open {
	height: 290px;
	opacity: 1;
  right:0px;
  bottom:0px
}
.ba-we-love-subscribers.popup-ani {
	-webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff;
}


.ba-we-love-subscribers .img {
	background-image: url("../img/barrel-we-love-subscribers-img.png");
  
}
.ba-we-love-subscribers-fab{
  width:120px;
  background: #998175;
  height:36px;
  line-height: 36px;
  margin-bottom:0px; 
  text-align:center;
  color:#fff;

  z-index: 5;
	position: relative;
}
.arrow-left:before{
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 20px solid #998175; 
}


.ba-we-love-subscribers-fab .img-fab {
  height: 30px;
  width: 30px;
  /* margin: 15px auto; */
  background-image: url(../img/barrel-we-love-subscribers-img.png);
  background-position: -1px -53px;
  display: inline-block;
  vertical-align: middle;
}

.ba-we-love-subscribers-fab .wrap {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  color:#fff
}
.ba-we-love-subscribers-fab .ani {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .close {
	background-position: -1px -53px;
	transform: rotate(0deg);
	float: none;
	/*Bootstrap Overide*/
	opacity: 1;
	/*Bootstrap Overide*/
}



.ba-we-love-subscribers-wrap {
	position: fixed;
	right: 0px;
	bottom: 30%;
	z-index: 1000;
}
.ba-settings {
	position: absolute;
	top: -25px;
	right: 0px;
	padding: 10px 20px;
	background-color: #555;
	border-radius: 5px;
	color: #fff;
}
.ba-we-love-subscribers-wrap02 {
	position: fixed;
	right: 0px;
	bottom: 5px;
	z-index: 1001;
}
.ba-we-love-subscribers02 {
	width: 310px;
	height: 500px;
	background-color: #fff ;
	border-radius: 0px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
	text-align: left;
	margin: 0 0 10px 0;
	overflow: hidden;
	opacity: 1;
  right:0px;
  position:absolute;
  bottom:0px;
  padding:20px;
}
.ba-we-love-subscribers02 h3 {
  font-family: "Prata", serif;
  color:#3B3B3B;
  font-size: 16px;
}
.ba-we-love-subscribers02 .form-group {
  margin-bottom: 8px;
}
.ba-we-love-subscribers02 .form-group input {
  background-color: #f5f5f5;
  width:100%;
  padding:08px 10px;
  border-radius: 5px;
}

.ba-we-love-subscribers-wrap-2 {
	position: absolute;
  right: 20px;
  bottom: 40%;
  z-index: 1000;
}

.ba-we-love-subscribers-2 {
	width: 250px;
	height: 226px;
	background-color: #fff ;
	border-radius: 0px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
	text-align: left;
	margin: 0 0 10px 0;
	overflow: hidden;
	opacity: 0;
  right:-250px;
  position:absolute;
  bottom:0px;
  padding:20px;
}
.ba-we-love-subscribers-2 h3 {
  font-family: "Prata", serif;
  color:#3B3B3B;
  font-size: 15px;
}
.wp-call {
  line-height: 17px;
}
.wp-call a {
  color:#3B3B3B;
  font-weight: bold;
}
.wp-call span {
  color: #a1a1a1;
  font-size: 12px;
}
.ba-we-love-subscribers-2.open {
	height: 226px;
	opacity: 1;
  right:0px;
  bottom:0px
}
.ba-we-love-subscribers-2.popup-ani {
	-webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff;
}
.ba-we-love-subscribers02.open {
	height: 226px;
	opacity: 1;
  right:0px;
  bottom:5px
}
.ba-we-love-subscribers02.close {
	height: 226px;
	opacity: 0;
  right:-355px;
  bottom:5px
}
.ba-we-love-subscribers02.popup-ani {
	-webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff;
}


.ba-we-love-subscribers-2 .img {
	background-image:url(../img/whatsapp.svg);
}
.ba-we-love-subscribers-fab-2{
  width: 50px;
    height: 50px;
  border-radius: 50%;
  float: right;
  box-shadow: 0px 12px 45px rgb(0 0 0 / 30%);
  z-index: 5;
  position: relative;
background-color: transparent;
  
}
.ba-we-love-subscribers-fab-2 .img-fab-2 {
  width: 50px;
    height: 50px;
  background-image:url(../img/whatsapp.svg);
}
.ba-we-love-subscribers-fab-2 .wrap {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  color:#fff
}
.ba-we-love-subscribers-fab-2 .ani {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab-2 .close {
	transform: rotate(0deg);
	float: none;
	/*Bootstrap Overide*/
	opacity: 1;
	/*Bootstrap Overide*/
}

/* testimonial*/

.testimonials {
  background-image: url(../img/testi-bg.jpg);
  min-height: 450px;
  background-size: cover;
}

.thumnailtesti button {
  width:50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  text-indent: inherit !important;
}
.thumnailtesti button.active {
  width: 70px !important;
  height: 70px !important;
  border: none !important;
  box-shadow: 2px 2px 5px #998175;
}
.thumnailtesti button img {
  width:100%;
  height:100%
}
.carousel-indicators {
  justify-content: start;
  margin-left:0;
  margin-right: 0;
  bottom: -50px;
  align-items: center;
}
.carousel-item {
  min-height: 190px;
}
.testi-quote {
  background-image: url(../img/testi-quote.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-family: "Prata", serif;
  color:#040205;
  font-size: 18px;
  padding-top:50px;
  padding-left:35px
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
  display: inherit !important;
}

/*inner page*/

.inner-banner {
  background-image: url(../img/inner-banner.jpg);
  background-size: cover;
  margin-top: 60px;
}
.inner-banner h1 {
  font-family: "Prata", serif;
  color:#040205;
  font-size: 33px;
}
.breadcombs {
  padding:0px;
  margin:0px
}
.breadcombs li {
  display: inline-block;
  position: relative;
  margin-left:5px
}
.breadcombs li:after {
  content:"/";
  position: absolute;
}
.breadcombs li a {
  color:#040205;
  font-size: 15px;
  margin-right:10px
}
.breadcombs li:last-child {
  margin-left:5px
}
.breadcombs li:last-child:after {
  content: " ";
}
.right-menu-inner {
  background-color:#F9F8F4;
  padding-top:70px;
  border-radius: 10px;
}
.right-menu-inner h3 {
  background-color: #fff;
  width:90%;
  padding:15px;
  font-family: "Prata", serif;
  color:#040205;
  font-size: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.right-menu-inner .right-ul {
  padding:0px;
  margin:0px;
  list-style-type: none;
  padding:10px 20px
}
.right-menu-inner .right-ul li {
  margin-bottom: 10px;
}
.right-menu-inner .right-ul li a {
  line-height: 25px;
  color: #040205;
}
.how-help {
  background-image: url(../img/common-how-can-help.png);
  background-size: contain;
  margin:20px 0;
  padding: 30px;
  padding-top:35px;
  height: 309px;
  background-repeat: no-repeat;
  color:#fff;
  width: 100%;
}
.how-help h2 {
  font-family: "Prata", serif;
  color:#fff;
  font-size: 20px;
  margin:10px 0
}
.how-help p {
  color:#fff
}
.inner-puzzle-box h3 {
  font-family: "Prata", serif;
  font-size: 22px;
  margin-bottom: 15px;
}
.abt-core {
  background-image: url(../img/core-value-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
}
.abt-core-box {
  border-radius: 12px;
  background-color: #fff;
  padding:35px;
  text-align: center;
  margin:15px;
  min-height: 365px;
}
.abt-core-box h3 {
  font-family: "Prata", serif;
  color:#040205;
  font-size: 18px;
  margin-bottom: 20px;
}
.abt-cntc {
  background-color: #3B3B3B;
  border-radius: 12px;
  padding:40px;
  margin:15px
}
.before-after-tab li a.active {
  font-family: "Prata", serif;
  color:#fff;
  background-color: #998175;
  padding: 15px 55px;
  min-width: 180px;
  text-align: center;
}
.before-after-tab li a {
  font-family: "Prata", serif;
  color:#040205;
  background-color: #fff;
  padding: 15px 55px;
  min-width: 180px;
  text-align: center;
  border: solid 1px #998175;
}
.before-after-tab li a:hover {
  color:#040205;
}
.con-head {
  font-family: "Prata", serif;
  color:#040205;
  font-size: 16px;
}
.con-head div {
  font-family: "Prata", serif;
  color:#040205;
  font-size: 20px;
}
.cont-con-box {
  width:240px;
  border:solid 1px #040205;
  padding:15px;
  border-radius: 12px;
}
.cont-con-box img {
  width:20px
}
.cont-con-box div {
  font-weight: bold;
}
.cont-email-box {
  border:solid 1px #231f20;
  padding:30px;
  width:100%;
  border-radius: 12px;
}
.cont-email-box div.head{
  font-family: "Prata", serif;
  color:#040205;
  font-size: 20px;
}
.cont-email-box div.head img {
  height: 20px ;
  vertical-align: baseline;
}

.con-bg-sec {
  background: #F9F8F4;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group .form-control {
  background-color: transparent;
  border:Solid 1px #231f20;
  border-radius: 12px;
  padding:15px
}
.form-group .form-control::placeholder {
  color:#231f20
}
.form-group .form-control:focus {
  outline-width: 0;
}
.con-email {
  font-size: 18px;
  color:#040205
}
.con-email:hover {
  color:#040205
}
.accordion-button {
  font-weight: bold;
}
.web_default.table {
  background-color: #f1efea;
  
}
.web_default.table tbody tr th, .web_default.table tbody th + th, .web_default.table tbody tr td, .web_default.table td, .web_default.table th + td, .web_default.table td + td {
  color: #262626;
  border-color: #c4bcb0;
  font-family: "Prata", serif;
  font-size: 16px;
}
.web_default.table th, .web_default.table td, .web_default.table th, .web_default.table td {
  padding: 1rem;
  font-family: "Prata", serif;
  font-size: 16px;
}



/*draggable*/

.contenedor { 
  height: 280px;
  margin: 1vw auto;
  max-height: 280px;
  max-width: 350px;
  overflow: hidden;
  width: 98vw;
  border: solid 1px #545252;
  padding: 20px;
  border-radius: 12px;
}
.contenedor figure { 
	
	background-size: contain;
    font-size: 0;
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #fff;
}
figure span {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #998175;
  color: #fff;
  padding: 5px 10px;
  font-family: "Prata", serif;
}
.separador {
	background-size: cover;
	bottom: 0;
	border-right: 5px solid rgba(255,255,255,0.7);
	box-shadow: 10px 0 15px -13px #000;
	height: 100%;
	max-width: 98.6%;
	min-width: 0.6%;
	overflow: visible;
	position: absolute;
	width: 50%; 
	animation: figure 2s 1 normal ease-in-out 0.1s; 
	-webkit-animation: figure 2s 1 normal ease-in-out 0.1s; 
}
.separador span {
  position: absolute;
  left: 0px;
  right: inherit;
  bottom: 0px;
}
.separador img {
  position: absolute;
  left:0px;
  top:0px;
  
}
/*barra input */
input.deslizador {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none; 
	background: transparent;
	cursor: col-resize;
	height: 100vw;
	left: 0;
	margin: 0;
	outline: none; 
	padding: 0;
	position: relative;
	top: -100vw;
	width: 100%;
}
/*barra input mozilla*/
input.deslizador::-moz-range-track { 
	background: transparent; 
}
/*barra input ie*/
input.deslizador::-ms-track {
	border: none; 
	background-color: transparent;
	height: 100vw; 
	left: 0; 
	outline: none; 
	position: relative;
	top: -100vw; 
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: col-resize;
	color:transparent;
}
input.deslizador::-ms-fill-lower {
	background-color:transparent;
}

/*boton input chrome*/
input.deslizador::-webkit-slider-thumb {
	-webkit-appearance:none;
	height: 100vw;
	width: 0.5%;
	opacity: 0;
}
/*boton input mozilla*/
input.deslizador::-moz-range-thumb {
	-moz-appearance: none;
	height: 100vw;
	width: 0.5%;
	opacity: 0;
}   
/*boton input ie*/
input.deslizador::-ms-thumb {
	height: 100vw;
	width: 0.5%; 
	opacity:0;
}
input.deslizador::-ms-tooltip {
	display:none;
}

/*flechas*/
.separador::after {
	background: url(../img/drag.svg) no-repeat scroll 0 center transparent;
	background-size:contain;
	content: " ";
	float: right;
	height: 100%;
	margin-right: -23px;
	position: relative;
	top:0;
	width: 44px;
}
		
/*animacion*/
@keyframes figure {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}
/*animacion chrome*/
@-webkit-keyframes figure {
  0% {width: 0%; }
  50% {width: 80%; }
  100% {width: 50%; }
}

.multi-item-carousel {
  max-width: 100%;
}

.multi-item-carousel .carousel-inner > .item {
  -webkit-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}
.video-p h3 {
  font-family: "Prata", serif;
  color:#040205;
  font-size: 16px;
  margin:15px 0;
  margin-bottom: 30px;
}
.card-img-top{
  height: 290px;
  width:94%;
  display: block;
}
@media (min-width:320px){
  .card-img-top{
    height: auto !important;
    width:94%;
    display: block;
  }
}