@font-face {
  font-family:Lato-Bold;
  src: url(../fonts/lato/Lato-Bold.ttf);
}
@font-face {
  font-family:Lato-Light;
  src: url(../fonts/lato/Lato-Light.ttf);
}
@font-face {
  font-family:Lato-Regular;
  src: url(../fonts/lato/Lato-Regular.ttf);
}


@font-face {
  font-family:Muli-Regular;
  src: url(../fonts/muli/Muli-Regular.ttf);
}
@font-face {
  font-family:Muli-Bold;
  src: url(../fonts/muli/Muli-Bold.ttf);
}
@font-face {
  font-family:Muli-SemiBold;
  src: url(../fonts/muli/Muli-SemiBold.ttf);
}




@font-face {
  font-family:Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family:Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family:Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family:Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family:KlarindaPlayfulPersonalRegular-axVJm;
  src: url(../fonts/KlarindaPlayfulPersonalRegular-axVJm.ttf);
}


@font-face {
  font-family:butler-bold;
  src: url(../fonts/butler/butler-bold.otf);
}
@font-face {
  font-family:butler-medium;
  src: url(../fonts/butler/butler-medium.otf);
}
@font-face {
  font-family:butler-regular;
  src: url(../fonts/butler/butler-regular.otf);
}
@font-face {
  font-family:SortsMillGoudy-Regular;
  src: url(../fonts/butler/SortsMillGoudy-Regular.ttf);
}
@font-face {
  font-family:SortsMillGoudy-Italic;
  src: url(../fonts/butler/SortsMillGoudy-Italic.ttf);
}


body {
  color: #444444;
}

a {
  color: #106eea;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {

}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #191e29;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}

#status {
  width: 293px;
  height: 103px;
  position: absolute;
  left: 42%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/pre.png);
  background-color: transparent;
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  /* is width and height divided by two */
}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #191e29;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #ba8b55;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #151b46;
    height: auto;
    font-size: 13px;
    transition: all 0.5s;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}
#topbar p {
    text-align: center !important;
    margin: 0px;
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 15px;
}

#topbar.topbar-scrolled {
  top: -51px;
}

#topbar .contact-info a {
    line-height: 2;
    color: #fff;
    transition: 0.3s;
    font-size: 18px;
    padding-right: 10px;
}

#topbar .contact-info a:hover {
  text-decoration: none;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 6px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  top: 0;
  padding: 0px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
    max-height: 102px;
    background-color: #151b46;
    padding: 5px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

@media (max-width: 992px) {
  #header {
    padding: 2px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  padding: 0 3px;
  font-family: KlarindaPlayfulPersonalRegular-axVJm;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/*.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ba8b55;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}*/

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  color: #ba8b55;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062b5b;
  text-transform: capitalize;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #106eea;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-transform: capitalize;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #106eea;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 132px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  position: relative;
  font-weight: 600;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
  margin-top: 134px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  border: 5px solid #fff;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #106eea !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.home-filter-master {
  padding-top: 2.3em;
  padding-bottom: 2.3em;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
  z-index: 999;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 7px 25px 7px 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    color: #dcc5aa;
    background-color: #151b46;
    transform: skew( -13deg);
    font-family: Montserrat-Medium;
    margin-right: 15px;
    border: 3px solid #fff;
    position: relative;
    z-index: 999;
    box-shadow: none;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #151b46;
    background-color: #dcc5aa;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 15px;
  color: #222222;
  font-family: Montserrat-SemiBold;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.portfolio .portfolio-item .portfolio-info p a {
  color: #ba8b55;
  font-family: KlarindaPlayfulPersonalRegular-axVJm;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 40px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #106eea !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}


.details-link i {
  color: #8907d4;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #106eea;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #106eea;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #000;
  text-align: center;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    text-transform: uppercase;
    color: #fff;
}
#footer .footer-newsletter p {
    font-family: Montserrat-Medium;
    color: #fff;
    font-size: 15px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: transparent;
  padding: 0px 2px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 12px 8px;
    width: calc(100% - 100px);
    font-family: Montserrat-Regular;
    width: 100%;
    height: auto;
    margin-bottom: 0.6em;
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ba8b55;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  font-family: Montserrat-Regular;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #151b46;
}



.footer-newsletter-form .form-control {
    border: 0;
    padding: 9px 8px;
    width: calc(100% - 100px);
    font-family: Montserrat-Regular;
    width: 100%;
    height: auto;
    margin-bottom: 0.6em;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #ffffff2e;
}



#footer .footer-top {
  padding: 60px;
  background-color: #191e29;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact img {
  padding-bottom: 1.4em;
  width: 152px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
    font-size: 13.3px;
    line-height: 29px;
    margin-bottom: 0;
    color: #fff;
    font-family: Montserrat-Regular;
}
#footer .footer-top .footer-contact p i {
    color: #ba8b55;
    font-size: 19px;
    margin-right: 4px;

}

#footer .footer-top h4 {
    font-size: 17px;
    color: #dcc5aa;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    letter-spacing: 1px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links p {
  font-family: Lato-Regular;
  color: #fff;
  font-size: 13px;
}
#footer .footer-top .footer-links p a {
  font-family: Lato-Regular;
  color: #fff;
  font-size: 13px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 13px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    font-family: Lato-Regular;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #603e06;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  font-family: Lato-Regular;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
  font-family: Lato-Regular;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}


.footer-disclaimer {
  text-align: center;
  padding-bottom: 1.5em;
  background-color: #fff;
}
.footer-disclaimer p {
  font-family: Lato-Regular;
  font-size: 14px;
  color: #000;
  margin-top: 0.6em;
}

.copyrights-section {
  padding-bottom: 0.5em;
  padding-top: 1.5em;
}



.ocean-master-title {
  text-align: center;
}
.ocean-master-title h2 {
    font-size: 24px;
    color: #000;
    padding: 0px 6px 0px 6px;
    line-height: 23px;
    position: relative;
    font-family: Lato-Bold;
    margin-bottom: 1.5em;
}
.ocean-master-title h2::before {
    content: "";
    display: block;
    width: 8%;
    height: 2px;
    background: #ba8b55;
    left: 31.5%;
    top: 50%;
    position: absolute;
    z-index:1;
}
.ocean-master-title h2::after {
    content: "";
    display: block;
    width: 8%;
    height: 2px;
    background: #ba8b55;
    right: 31.5%;
    top: 50%;
    position: absolute;
    z-index:1;
}





.home-master-welcome-1 {
    padding: 1rem 0;
    box-shadow: 0 0 20px 0 hsl(0deg 0% 4% / 12%);
    margin-bottom: 5rem!important;
    margin-top: 1rem;
}
.master-welcome-box-1 {
    text-align: center;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
    border: 2px solid #bfbfbf1c;
    padding: 5px;
    height:150px;
}
.master-welcome-box-1 img
{
    height:50px;
    width:50px;
}
.master-welcome-box-1 p
{
    font-size:14px;
    margin:5px;
}

.master-welcome-box-1 h4 {
    font-size: 18px;
    color: #fff;
    line-height: 29px;
    margin-top: 0.5em;
    font-family: Lato-Bold;
}

.portfolio #portfolio-flters:after {
  content: '';
  background-color: #ba8b55;
  height: 2px;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
}
.portfo-master-title {
    font-family: Montserrat-Medium;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 0.8em;
    text-align: center;
}
.portfolio-item a .portfo-master-title {
    color: #000;
}


.home-master-bestseller .owl-dots {
  text-align: center;
}

.home-master-bestseller .owl-dot {
  display: inline-block;
  height: 8px !important;
  width: 8px !important;
  background-color: #222222 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.home-master-bestseller .owl-dot.active {
  background-color: #151b46 !important;
}


.highly-execlusive h2 {
  text-align: center;
  font-family: Montserrat-Medium;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 16px;
  color: #000;
  position: relative;
}
.highly-execlusive h2:before {
  content: "";
  display: block;
  width: 36%;
  height: 2px;
  background: #ba8b55;
  left: 0;
  top: 50%;
  position: absolute;
}
.highly-execlusive h2:after {
  content: "";
  display: block;
  width: 36%;
  height: 2px;
  background: #ba8b55;
  right: 0;
  top: 50%;
  position: absolute;
}
.single-logo {
  background-color: #cccccc2e;
  padding: 15px;
  border-radius: 5px;
}
.single-logo h5 {
    font-size: 17px;
    margin-top: 0em;
    line-height: 1.3em;
    color: #000;
    font-family: Lato-Bold;
    text-align: center;
}
.single-logo img {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
a .single-logo h5 {
  color: #000;
}



.glow-with h2 {
  text-align: center;
  font-family: Montserrat-Medium;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 16px;
  color: #000;
  position: relative;
}
.glow-with h2:before {
  content: "";
  display: block;
  width: 38.3%;
  height: 2px;
  background: #ba8b55;
  left: 0;
  top: 50%;
  position: absolute;
}
.glow-with h2:after {
  content: "";
  display: block;
  width: 38.3%;
  height: 2px;
  background: #ba8b55;
  right: 0;
  top: 50%;
  position: absolute;
}


.home-add-to h4 {
    font-family:Lato-Bold;
    font-size: 14px;
    margin-top: 0.8em;
    line-height: 1.3em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.home-add-to .btn-primary {
    background-color: #ba8b55;
    margin-top: 0.6em;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px 3px 10px;
    font-family: Montserrat-Medium;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 4px;
}
.home-add-to .btn-primary i {
    font-size: 16px;
    margin-right: 3px;
}
.home-add-to .btn-primary:hover {
    background-color: #151b46;
}



.customer-royalty h2 {
  text-align: center;
  font-family: Montserrat-Medium;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 16px;
  color: #000;
  position: relative;
}
.customer-royalty h2:before {
  content: "";
  display: block;
  width: 39.4%;
  height: 2px;
  background: #ba8b55;
  left: 0;
  top: 50%;
  position: absolute;
}
.customer-royalty h2:after {
  content: "";
  display: block;
  width: 39.4%;
  height: 2px;
  background: #ba8b55;
  right: 0;
  top: 50%;
  position: absolute;
}



.other-galleries h2 {
  text-align: center;
  font-family: Montserrat-Medium;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 16px;
  color: #000;
  position: relative;
}
.other-galleries h2:before {
  content: "";
  display: block;
  width: 41%;
  height: 2px;
  background: #ba8b55;
  left: 0;
  top: 50%;
  position: absolute;
}
.other-galleries h2:after {
  content: "";
  display: block;
  width: 41%;
  height: 2px;
  background: #ba8b55;
  right: 0;
  top: 50%;
  position: absolute;
}






.master-sub-banner img {
  width: 100%;
  height: auto;
  margin-top: -65px;
}

.description-box-1 #sync1 .item {
  background: #fff;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.description-box-1 #sync1 .item img {
  /*border: 0px solid #d5b35f;*/
}

.description-box-1 #sync2 .item {
  background: #fff;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.description-box-1 #sync2 .item img {
  border: 2px solid #d5b35f;
}
.description-box-1 #sync2 .current .item img {
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

.description-box-1 .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.description-box-1 .owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.description-box-1 .owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.description-box-1 #sync1.owl-theme {
  position: relative;
}
.description-box-1 #sync1.owl-theme .owl-prev {
  width: 25px;
  height: 25px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.description-box-1 #sync1.owl-theme .owl-next {
  width: 25px;
  height: 25px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.description-box-1 #sync1.owl-theme .owl-prev {
  left: 10px;
}
.description-box-1 #sync1.owl-theme .owl-next {
  right: 10px;
}





.prd-des-head {
    font-family: Lato-Regular;
    font-size: 23px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.3em;
    margin-bottom: 0.6em;
}
.prd-des-head a {
    padding-left: 15px;
    color: #999999;
}
.prd-des-sku {
    font-family: Lato-Regular;
    font-size: 15px;
    margin-bottom: 0.6em;
}
.prd-des-para {
    font-family: Lato-Regular;
    font-size: 15px;
    text-align: justify;
    word-break: break-all;
    line-height: 26px;
    margin-bottom: 1.6em;
}
.prd-des-type {
    margin-bottom: 0.7em;
}
.prd-des-type label {
    font-family: 'Lato-Bold';
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0.4em;
    text-transform: capitalize;
    display: block;
    color: #000;
}

.prd-des-type .form-control {
    padding: 8px 20px;
    height: auto;
    width: 250px;
    font-size: 14px;
    font-family: 'Lato-Regular';
    background: linear-gradient(white, white) padding-box padding-box, linear-gradient(to right, rgb(239 181 72), rgb(217 156 64)) border-box border-box !important;
    border: 2px solid transparent !important;
}
/* old
.prd-des-type .form-control {
    padding: 8px 20px;
    height: auto;
    width: 250px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #dcc5aa75;
    color: #191e29;
    border: none;
    font-family: 'Lato-Regular';
    box-shadow: none;
}

*/
.prd-des-type option {
    font-size: 13px;
    padding: 25px 0px 25px 0px!important;
    background-color: #fff!important;
    border: none!important;
    -webkit-transition: 6s!important;
    font-family: 'Lato-Regular';
    line-height: 36px!important;
}


.prd-des-color {
    margin-bottom: 1.7em;
}
.prd-des-color label {
    font-family: Lato-Regular;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0.6em;
    text-transform: capitalize;
}
.prd-des-color input[type="radio"] {
    margin-left: 10px;
}

.prd-des-price {
    font-size: 20px;
    color: #191e29;
    letter-spacing: 1px;
    margin-bottom: 1em;
    font-family: Lato-Bold;
}
.prd-des-price-off {
    font-family: Lato-Bold;
    text-transform: capitalize;
    margin-top: 0.6em;
    color: #444444c4;
    font-size: 14.5px;
}
.prd-des-price span {
    color: #f64749;
    text-decoration: line-through;
    font-size: 16px;
}
.prd-des-info {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #151b46;
    text-transform: uppercase;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    letter-spacing: 0.5px;
}
.prd-des-quantity {
    margin-bottom: 1.4em;
}
.prd-des-quantity label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #000;
    font-size: 13px;
    font-family: Montserrat-SemiBold;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.prd-des-quantity input {
    height: 21px;
    width: 60px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #222222a1;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.prd-des-delivery {
    margin-bottom: 1.4em;
}
.prd-des-delivery label {
    margin-bottom: .5rem;
    color: #000;
    font-size: 13px;
    font-family: Montserrat-SemiBold;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.prd-des-delivery .form-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #222222a1;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: capitalize;
}
.prd-des-delivery label  i {
    color: #866c60;
    font-size: 28px;
}
.prd-des-delivery .btn-success {
    color: #fff;
    background-color: #151b46;
    border-color: #151b46;
    border-radius: 0px;
    font-size: 12px;
    text-transform: capitalize;
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    letter-spacing: 1px;
}
.prd-des-rating p {
    color: #000;
    font-size: 13px;
    font-family: Montserrat-SemiBold;
    text-transform: capitalize;
    margin: 0px;
    letter-spacing: 0.5px;
}
.prd-des-rating {
    margin-bottom: 1.4em;
}
.prd-des-rating a {
    font-size: 17px;
    padding-right: 0px;
    color: #d1ab4e;
}
.prd-des-buttons .btn-primary {
    width: 180px;
    height: 40px;
    color: #fff;
    background-color: #a8741a;
    border-color: #ba8b55;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Lato-Bold;
    padding: 6px 10px;
    border-radius: 2px;
}
.prd-des-buttons {
    margin-bottom: 1.4em;
}
.prd-des-short-description h5 {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
    margin-top: 1em;
}
.prd-des-short-description p {
    margin-top: 0;
    margin-bottom: 0.6em;
    font-family: Montserrat-Medium;
    line-height: 22px;
    font-size: 13px;
    text-align: justify;
}

.prd-des-whats .icofont-brand-whatsapp {
    color: #075e54;
    font-size: 26px;
    padding-right: 6px;
}
.prd-des-whats {
    font-family: Lato-Regular;
    font-size: 17px;
    text-transform: capitalize;
    margin-top: 1.6em;
}
.prd-des-whats a {
    font-family: Lato-Bold;
    font-size: 17px;
    padding-left: 5px;
    color: #000;
}
.prd-des-parag {
    font-family: Lato-Regular;
    font-size: 18px;
    text-align: justify;
    word-break: break-all;
    line-height: 26px;
    margin-bottom: 1.6em;
}
.prd-des-table {
    margin-bottom: 1em;
}
.prd-des-table table {
    width: 100%;
}
.prd-des-table table tr th {
    font-family: Lato-Regular;
    font-size: 18px;
    text-align: justify;
    word-break: break-all;
    line-height: 26px;
    margin-bottom: 1.6em;
    padding: 10px;
    border: none;
}
.prd-des-table table tr td {
    font-family: Lato-Regular;
    font-size: 18px;
    text-align: justify;
    word-break: break-all;
    line-height: 26px;
    margin-bottom: 1.6em;
    padding: 10px;
    border: none;
}
.des-note {
    font-family: Lato-Regular;
    font-size: 15px;
    text-align: justify;
    word-break: break-all;
    line-height: 26px;
    margin-bottom: 1.6em;
}
.desc-form-master {
    border: 1px solid #ccc;
    padding: 25px;
}




.prd-details-master {
  background-image: url(../img/product-description/product-detail-bg1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.product-details-master-head {
    font-family: Lato-Bold;
    font-size: 22px;
    color: #151b46;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.1em;
    margin-bottom: 1em;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
}
.desc-form-master h3 {
    font-size: 19px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.1em;
    margin-bottom: 1em;
    text-transform: capitalize;
    text-align: center;
    font-family: Lato-Bold;
}
.desc-form-master .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ede2d4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Montserrat-Medium;
    margin-bottom: 1em;
}
.descr-enuq-form .btn-success {
    display: inline-block;
    font-family: Montserrat-SemiBold;
    font-size: 13px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.desc-btn {
    text-align: center;
}


.prd-details-sub-head  {
    font-family: Lato-Bold;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.details-master-box-1 {
    padding: 15px;
}
.prd-details-para {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Montserrat-Medium;
    font-size: 14px;
    padding: 0px;
    letter-spacing: 1px;
    border: none;
    line-height: 32px;
}








.details-master-box-1 table {
    width: 100%;
    overflow-x: scroll;
}
.details-master-box-1 table tr th {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 18px;
    padding: 10px;
    color: #000;
    letter-spacing: 1px;
    border: 1px solid #ccc;
}
.details-master-box-1 table tr td {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 16px;
    padding: 10px;
    letter-spacing: 1px;
    border: 1px solid #ccc;
}


.details-master-box-2 {
    background-color: #fff;
    padding: 15px;
}
.details-master-box-2 table {
    width: 100%;
    overflow: scroll;
}
.details-master-box-2 table tr th {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 14px;
    padding: 10px;
    color: #000;
    letter-spacing: 1px;
    border: 1px solid #ccc;
}
.details-master-box-2 table tr td {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 1px;
    border: 1px solid #ccc;
}




.cart-box-0 {
    text-align: center;
    background-color: #ede2d4;
    margin-bottom: 1em;
}


.cart-need-help {
  font-size: 13px;
  font-family: Montserrat-Medium;
}
.cart-box-1 {
  border: 1px solid #ccc;
  padding: 0.6em;
  margin-bottom: 0.7em;
}

.cart-master-title {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 27px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.1em;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
}
.cart-master-title span {
  color: #d1ab4e;
  font-size: 24px;
}
.cart-prd-head {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 20px;
    color: #222;
    letter-spacing: 0.7px;
    margin-bottom: 0.4em;
    margin-top: 1em;
}
.cart-prd-price {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 15px;
    letter-spacing: 0.7px;
    margin-bottom: 0.4em;
    color: #151b46;
}
.cart-prd-size {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 15px;
    letter-spacing: 0.7px;
    margin-bottom: 0.4em;
    color: #151b46;
    text-transform: capitalize;
}
.cart-prd-qty label {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 15px;
    letter-spacing: 0.7px;
    margin-bottom: 0.4em;
    color: #151b46;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 7px;
}
.cart-prd-remove .btn-primary {
    color: #fff;
    background-color: #151b46;
    border-color: #151b46;
    font-size: 13px;
    text-transform: capitalize;
    font-family: Montserrat-Medium;
    margin-right: 10px;
}
.cart-prd-remove .btn-success {
    color: #fff;
    background-color: #ba8b55;
    border-color: #ba8b55;
    font-size: 13px;
    text-transform: capitalize;
    font-family: Montserrat-Medium;
}
.cart-prd-remove {
    margin-top: 1.4em;
}
.pro-cart-img .img-fluid {
    max-width: 100%;
    height: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}


#apply-border {
    border: 1px solid #ccc;
}



.cart-box-2 {
    border: 2px solid #ede2d4;
    padding: 1em;
    margin-bottom: 1em;
}
.cart-form {
    margin-bottom: 1em;
}
.cart-form .form-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #222222a1;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: capitalize;
    width: 63%;
}
.cart-form .btn-primary {
    color: #fff;
    background-color: #151b46;
    border-color: #151b46;
    border-radius: 0px;
    font-size: 12px;
    text-transform: capitalize;
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    letter-spacing: 1px;
}
.cart-summary {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
    margin-top: 1em;
    margin-bottom: 0.3em;
}
.cart-total {
    margin-bottom: 1em;
}
.cart-total table {
    width: 80%;
}
.cart-total table tr th {
  font-family: Montserrat-Medium;
  font-size: 13px;
  padding: 3px;
  border-bottom: 1px solid #ede2d4;
}
.cart-total table tr td {
  font-family: Montserrat-Medium;
  font-size: 13px;
  padding: 3px;
  border-bottom: 1px solid #ede2d4;
  text-align: right;
}
.cart-proceed {
    margin-bottom: 1em;
}
.cart-proceed .btn-success {
    width: 80%;
    background-color: #ede2d4;
    border-color: #ede2d4;
    color: #151b46;
    font-size: 14px;
    font-family: Montserrat-Medium;
}
.cart-need-help p {
    font-family: Montserrat-Medium;
}





.check-logo-master {
  text-align: center;
  margin-bottom: 2em;
}
.check-logo-master img {
  background-color: #151b46;
  padding: 15px;
  border-radius: 10px;
  max-width: 193px;
}
.check-paypal-master {
  text-align: center;
  margin-bottom: 2em;
}
.check-bread-crumb-master {
  margin-bottom: 1.6em;
}
.check-bread-crumb-master p {
    text-align: center;
}
.check-bread-crumb-master p a {
    color: #737373;
    font-size: 14px;
    text-transform: capitalize;
    padding-right: 8px;
    padding-left: 10px;
    display: inline-block;
}
.check-or p {
    color: #737373;
    font-family: Lato-Regular;
    font-size: 17px;
    text-align: center;
    position: relative;
}
.check-or p::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #ccc;
    left: 53%;
    top: 50%;
    position: absolute;
}
.check-or p::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #ccc;
    right: 53%;
    top: 50%;
    position: absolute;
}

.checkout-title h2 {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    text-transform: capitalize;
}

.checkout-title h3 {
    font-family: Lato-Bold;
    font-size: 13px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
}
.checkout-form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ede2d4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Lato-Bold;
    margin-bottom: 1.5em;
}
.checkout-form label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: Lato-Bold;
    font-size: 13px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
}
.checkout-form select {
    word-wrap: normal;
    color: #0000008f!important;
    font-family: Lato-Regular;
}
.check-btn {
    text-align: center;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}
.check-btn .btn-success {
    color: #151b46;
    background-color: #fff;
    border-color: #ede2d4;
    font-size: 12.5px;
    text-transform: uppercase;
    font-family: Lato-Bold;
}
.check-page-links a {
    font-family: Lato-Bold;
    font-size: 13px;
    color: #151b46;
    text-transform: capitalize;
    padding-right: 15px;
}
hr.check-hr {
    border-top: 2px solid #ede2d4;
}




#bg-col-2 {
  background-color: #fafafa;
  border-radius: 7px;
}
.check-total-table table {
  width: 90%;
}
.check-total-table table tr th {
    font-family: Lato-Bold;
    font-size: 12px;
    text-transform: capitalize;
    padding: 8px;
}
.check-total-table table tr td {
    font-family: Lato-Bold;
    font-size: 12px;
    text-transform: capitalize;
    padding: 10px;
    text-align: right;
}
.check-prd-head {
    text-transform: uppercase!important;
    color: #000!important;
}
.check-frm .form-control {
    width: 80%;
    padding: 18px;
}
.check-frm .btn-success {
    padding: 10px;
    text-transform: capitalize;
    background-color: #434343;
    color: #fff;
    border: none;
}


.checkout-box-2 {
    position: relative;
}
.product-thumbnail__quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: -0.55em;
    top: -0.75em;
    z-index: 3;
}




.signup-title {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
    text-align: center;
}

.login-master-title {
    font-family: Lato-Bold;
    font-size: 27px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
}
.login-form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ede2d4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Lato-Bold;
    margin-bottom: 1em;
}
.login-form label {
    display: inline-block;
    font-family: Lato-Bold;
    font-size: 13px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
}
.login-form .btn-success {
    color: #fff;
    background-color: #222;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    margin-top: 0.6em;
    width: 100%;
    padding: 12px;
}
.social-login {
  text-align: center;
}
.social-login label {
    display: block;
    margin-bottom: .5rem;
    font-family: Lato-Bold;
    font-size: 13px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
}
.social-login .btn {
    font-size: 14px;
    text-transform: capitalize;
}


.sign-in-master-title {
    font-family: Lato-Bold;
    font-size: 27px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
}
.sign-in-form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ede2d4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Lato-Bold;
    margin-bottom: 1em;
}
.sign-in-form label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: Lato-Bold;
    font-size: 13px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
}
.sign-in-form .btn-success {
    color: #151b46;
    background-color: #ede2d4;
    border-color: #ede2d4;
    font-size: 12.5px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    margin-top: 0.6em;
}







.my-account-box-2 table {
    width: 100%;
}
.my-account-box-2 table tr th {
  font-family: Lato-Bold;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #ede2d4;
}
.my-account-box-2 table tr td {
  font-family: Lato-Bold;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #ede2d4;
  text-align: right;
}
.my-account-box-1 img {
    max-width: 100%;
    height: auto;
    background-color: #ede2d4;
    padding: 5px;
    border-radius: 10px;
    width: 524px;
}


.my-account-title {
    font-family: Lato-Bold;
    font-size: 27px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 1.6em;
    margin-bottom: 1em;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
}





.list-master-title {
    font-family:Lato-Bold;
    font-size: 25px;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.1em;
    margin-bottom: 1em;
    letter-spacing: 1px;
}
.filter-by-title {
    font-family:Lato-Bold;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    margin-top: 0.1em;
    margin-bottom: 0.6em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.prod-master-filter label {
    background-color: transparent;
    display: block;
    height: auto;
    padding: 1px;
    color: #555555;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    margin-top: 0px;
    font-family:Lato-Regular;
    cursor: pointer;
    margin-bottom: 0.8em;
}
.product-list-no-making-chrg {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-family:Lato-Bold;
    background-color: #ba8b55;
    padding: 2px 0px 2px 10px;
    border-radius: 0px;
    line-height: 26px;
}
.prod-master-filter h5 {
    font-family: Lato-Bold;
    font-size: 21px;
    color: #222222;
    margin-bottom: 0.8em;

}
.prod-filter-by {
    background-color: transparent;
    display: block;
    height: auto;
    padding: 1px;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    margin-top: 0px;
    font-family: 'Lato-Regular';
    cursor: pointer;
    margin-bottom: 0.8em;
    color: #555555;
    font-weight: 400;
}


.sort-by-master label {
    font-family: 'Lato-Regular';
    font-size: 17px;
    text-transform: capitalize;
}
.sort-by-master select {
    margin-left: 0.6em;
    padding: 7px 20px;
    height: auto;
    border-radius: 30px;
    font-size: 14px;
    background-color: #dcc5aa75;
    color: #191e29;
    border: none;
    font-family: 'Lato-Regular';
    box-shadow: none;
}

.ocn-new-sort {
    margin-bottom: 1em;
}
.ocn-new-sort .btn-success {
    color: #fff;
    background-color: #222;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    margin-top: 0.6em;
    width: 100%;
    padding: 12px;
    margin-bottom: 0em;
}
.ocn-new-sort-content {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    z-index: 9999;
    position: absolute;
    width: 90%;
}
.ocn-sort-value {
    background-color: #dcc5aa3b;
    font-size: 14px;
    font-family: Lato-Bold;
    color: #000;
    padding: 3px 10px 3px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    cursor:pointer;
}
.ocn-sort-value i {
    font-size: 14px;
    border-radius: 30px;
    color: #ef9123;
    margin-right: 5px;
}


.space-apply {
  padding-top: 1em;
  padding-bottom: 1em;
}
.product-list-master {
  background: #f6f2ee85;
}
.product-list-master-container {
  position: relative;
}
.product-list-master-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  background-color: #fff;
}
.product-list-master-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.product-list-master-middle-one {
  transition: 0.8s ease;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  padding-top:5px;
}
.product-list-master-middle-one .btnzero {
    background-color: #ba8b55;
    color: #fff;
    margin-right: 4px;
    margin-left: 4px;
    padding: 1px 3px 1px 3px;
    opacity: 0;
    display: inline-block;
}
.product-list-master-middle-one .btnzero:hover {
    background-color:#191e29;
}
.product-list-super-master:hover .btnzero {
    opacity:1;
    transition: 0.8s ease;
}
.product-list-master-middle .btn {
    background-color: #fff;
    margin-top: 0.6em;
    border: none;
    color: #222;
    font-size: 14px;
    padding: 8px 12px 8px 12px;
    font-family: Lato-Regular;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 30px;
}
.product-list-master-middle .btn:hover {
    background-color: #c09578;
    color: #fff;
}
.product-list-master-middle .btn i {
    display: none;
}
.product-list-master-container:hover .product-list-master-image {
  opacity: 0;
}
.product-list-master-container:hover .product-list-master-middle {
  opacity: 1;
}

.product-list-whish {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.product-list-master-container:hover .product-list-whish {
  opacity: 1;
}
.product-list-whish i {
  font-size: 23px;
  color: #ba8b55;
}

.product-list-video {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 10%;
  right: 2%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.product-list-master-container:hover .product-list-video {
  opacity: 1;
}
.product-list-video i {
    font-size: 16px;
    background-color: #191e29;
    color: #fff;
    border-radius: 30px;
    padding: 2px 3px 2px 3px;
}
.more-filter-form label {
    display: block;
}
#more-filter-modal .modal-title {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 25px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0px;
}
.more-filter-form h4 {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 15px;
    color: #a2723c;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    margin-top: 0.1em;
    margin-bottom: 0.4em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}
#product-video-modal .modal-title {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 25px;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0px;
}
.product-video-content {
    text-align: center;
}
.product-list-price {
    padding-top: 0.6em;
}
.product-list-super-master {
    
    background-color: #F9F9FA;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    padding: 5px;
    margin-bottom: 0.6em;
}
.prd-li-category {
    font-size: 15px;
    line-height: 1;
    color: #777777;
    text-transform: capitalize;
    font-family: 'Lato-Regular';
    text-align: center;
    margin-bottom: 0.4em;
}
.prd-li-name {
    font-size: 16px;
    margin-top: 0em;
    line-height: 1.3em;
    font-family: 'Lato-bold';
    text-align: center;
    margin-bottom: 0.5em;
    color: #191e29;
}
.prd-mas-price {
    font-size: 16px;
    margin-top: 5px;
    line-height: 2.0em;
    color: #FFF;
    font-family: 'Lato-Bold';
    margin-bottom: 0em;
    text-align: center;
    display: block;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}
.prd-mas-price span {
    cursor: pointer;
    float: right;
    padding: 0px 5px 5px 5px;
    font-size: 21px;
    opacity:0;
}
.product-list-super-master:hover .prd-mas-price span {
    opacity:1;
}


.navbar-expand-lg {
    background-color: #151b46;
    padding-left: 3em;
    padding-right: 3em;
}
.navbar-light .navbar-nav .nav-link {
    font-family: Montserrat-Regular;
    text-transform: uppercase;
    color: #eeedcd;
    font-size: 13.3px;
    padding-right: 10px;
    padding-left: 10px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
#navbarCollapse img {
    width: 27px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255,255,255,.9);
}
.navbar-light .navbar-nav .nav-link .visited {
    color: rgba(255,255,255,.9);
}
.top-search {
    background-color: #eeedcd;
    padding: 1px 3px 1px 1px;
    border-radius: 3px;
}
.top-search .form-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #eeedcd;
    background-clip: padding-box;
    border: 1px solid #eeedcd;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.top-search .btn-success {
    background-color: #151b46;
    border-color: #151b46;
    border-radius: 3px;
    color: #eeedcd;
}
.navbar-light .navbar-toggler {
    color: #fff;
}
.navbar-light  .dropdown-item {
    display: block;
    width: 100%;
    padding: .55rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: capitalize;
    font-size: 13px;
    font-family: Montserrat-Regular;
}




.prd-details-os-touch h4 {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #000;
}
.prd-details-os-touch p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    margin-bottom: 1.6em;
}



.prd-details-os-touch {
    background-image: url(../img/product-description/product-detail-bg.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: left;
}











.product-my-account-master {
    background-color: #eeeeee;
}
.master-tab .nav-item {
    margin-bottom: 0.2em;
}
.master-tab .nav-item span {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 22px;
    color: #000;
}
.master-tab .nav-link {
    display: block;
    text-transform: capitalize;
    padding: 15px 20px 15px 20px;
    font-family: Lato-Regular;
    font-size: 14px;
    color: #696e6e;
    background-color: #fff;
    width: 100%;
}
.master-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #696e6e;
    background-color: #dcc5aa;
    width: max-content;
    padding: 15px 20px 15px 20px;
    font-family: Lato-Regular;
    font-size: 14px;
    width: 100%;
}

.master-tab .tab-content {
    padding: 2rem;
    background-color: #fff;
}
#mytabcol {
  padding: 0rem;
  background-color: transparent;
}

.master-tab .tab-content h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
    color: #555555;
}



.my-acc-edit label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: Lato-Regular;
    font-size: 15px;
    color: #444;
}
.my-acc-edit .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dcc5aa;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1.5em;
}
.my-acc-edit .btn-success {
    color: #fff;
    background-color: #ba8b55;
    border-color: #ba8b55;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Lato-Bold;
    padding: 6px 30px;
    border-radius: 30px;
}


.product-login-master {
      padding: 13em 0;
      margin-top: -65px;
}

.product-login-master {
  background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url(../img/login/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10em;
  border-radius: 0px;
}
.login-form-master {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2em;
  border-radius: 5px;
}

.login-title-master {
      text-align: center;
      font-family: Lato-Bold;
      color: #000;
      font-size: 26px;
      margin-bottom: 1em;
}
.login-forgot-pass {
    display: block;
    margin-bottom: .5rem;
    font-family: Lato-Bold;
    font-size: 14px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
}
.login-forgot-pass:hover {
    color: #000;
}
.login-create {
    font-family: Lato-Bold;
    font-size: 14px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
    text-align: center;
    margin-top: 1em;
}
.login-create a {
    color: #000;
}



#loginforgotpwdtitle {
    text-align: center;
    font-family: Lato-Bold;
    color: #000;
    font-size: 18px;
}
.forgot-recover-title {
    text-align: center;
    font-family: Lato-Bold;
    color: #000;
    font-size: 24px;
    margin-top: 0.7em;
    margin-bottom: 1em;
}
.forgot-enter-email-text {
    font-family: Lato-Bold;
    font-size: 14px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
    text-align: center;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
.forgot-pwd .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ede2d4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Lato-Regular;
    margin-bottom: 1em;
}
.forgot-pwd .btn-success {
    color: #151b46;
    background-color: #ede2d4;
    border-color: #ede2d4;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    margin-top: 0.6em;
    width: 100%;
    padding: 12px;
}
.forgot-backto {
    font-family: Lato-Bold;
    font-size: 14px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
    text-align: center;
    margin-top: 1em;
}
.forgot-backto a {
    color: #ba8b55;
}













.inner-one-tab-content .tab-content {
    padding: 0.5rem;
}
.inner-one-tab-content .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    padding: 5px 8px 5px 8px;
    background-color: #dcc5aa;
}
.inner-one-tab-content .nav-pills .nav-link {
    padding: 5px 8px 5px 8px;
    background-color: #f7f7f7;
}








.inner-one-tab-table {
   margin-bottom: 0.6em;
   margin-top: 0.6em;
}
.inner-one-tab-table #inner-one-row-1 {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9fa;
}
.inner-one-tab-table #inner-one-row-2 {
    border: 1px solid #ccc;
    padding: 10px;
}
.inner-acc-product-or-img img {
    border: 1px solid #ccc;
}
.inner-acc-product-id {
    font-family: Lato-Bold;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    color: #151b46;
}
.inner-acc-product-date {
    color: #0000008a;
}
.inner-acc-product-or-btn .btn-success {
    color: #fff;
    background-color: #151b46;
    border-color: #151b46;
    font-size: 12.5px;
    text-transform: capitalize;
    font-family: Lato-Bold;
    margin-top: 0.6em;
}
.inner-acc-product-or-title {
    font-size: 15px;
    margin-bottom: 0.4em;
}
.inner-acc-product-or-sku-id {
    font-size: 15.5px;
    margin-bottom: 0.4em;
}
.inner-acc-product-or-size {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.inner-acc-product-or-pickedup {
    font-size: 13.4px;
    color: #0000008a;
}
.inner-acc-product-or-price {
    font-family: Lato-Bold;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.inner-acc-product-or-status {
    color: #d94949;
    font-size: 12px;
    font-weight: 700;
}
.inner-acc-product-or-status-cancelled {
    color: #d94949;
    font-size: 12px;
    font-weight: 700;
}







.credit-1-master-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
    color: #555555;
}
.credit-1-master-para {
    margin-bottom: 1em;
    font-family: Lato-Bold;
    line-height: 22px;
    font-size: 13px;
    text-align: justify;
}
.credit-1-master-para i {
    font-size: 15px;
    color: #b96604;
}


.profile-details-master-head {
    font-family: Lato-Bold;
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0.2em;
}
.profile-details {
    font-family: Lato-Bold;
    font-size: 13px;
    line-height: 30px;
    padding-bottom: 0.3em;
}
.profile-details span {
    color: #000;
    font-size: 14px;
}


.profile-details-edit {
    cursor: pointer;
    font-family: Lato-Bold;
    color: #c18107;
    font-size: 16px;
    text-decoration: underline;
}




#inner-one-row-3 {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9fa;
    margin-bottom: 0.3em;
}
#inner-one-row-4 {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9fa;
}
.inner-or-detail-product-id {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    color: #151b46;
}
.inner-or-detail-product-date {
    color: #0000008a;
}
.inner-or-detail-product-or-img img {
    border: 1px solid #ccc;
}
.inner-or-detail-product-or-title {
    font-size: 15px;
    margin-bottom: 0.4em;
}
.inner-or-detail-product-or-sku-id {
    font-size: 15.5px;
    margin-bottom: 0.4em;
}
.inner-or-detail-product-or-size {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.inner-or-detail-product-or-pickedup {
    font-size: 13.4px;
    color: #0000008a;
}
.inner-or-detail-product-or-size span {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 13px;
    color: #c18107;
}



.inner-or-review {
    padding-top: 1em;
    text-align: center;
    padding-bottom: 1em;
}
.inner-or-review a {
    font-size: 19px;
    padding-right: 5px;
    color: #a6a1a1d1;
}
.inner-or-review .btn-success {
    color: #fff;
    background-color: #ba8b55;
    border-color: #ba8b55;
    font-size: 14px;
    font-family: Montserrat-Regular;
}


.second-half-review {
    margin-bottom: 2em;
}
.review-text-1 {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 15px;
    color: #151b46;
    text-transform: capitalize;
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding: 10px;
    background-color: #f9f9fa;
}
.review-text-2 {
    font-family: Montserrat-Regular;
    font-weight: normal;
    font-size: 13px;
    color: #0000008a;
    text-transform: capitalize;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9fa;
}


.inner-or-return-and-options {
    text-align: center;
    padding-top: 1em;
    margin-top: 0.5em;
}
.inner-or-return-and-options i {
    font-size: 36px;
    color: #07046e;
}
.option-txt {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 1em;
}
.option-txt a {
    color: #000;
}



.points-master table {
    width: 100%;
}
.points-master table tr th {
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}
.points-master table tr td {
    padding: 10px;
    border: 1px solid #ccc;
}
.points-title-one {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 25px;
    color: #151b46;
}
.points-title-two {
    font-family: Montserrat-Regular;
    line-height: 22px;
    font-size: 12px;
    text-align: justify;
}
.points-title-three span {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    color: #151b46;
}
.points-title-three {
    font-family: Montserrat-Regular;
    line-height: 22px;
    font-size: 12px;
    text-align: justify;
    color: #312b2b;
    text-transform: capitalize;
}














.welcome-box-1 {
  position: relative;
  margin: 10px;
  z-index:9999;
}
.welcome-box-1 .image {
  display: block;
  width: 100%;
  height: auto;
}
.welcome-box-1 .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0px;
  padding: 0px;
}
.welcome-box-1:hover .overlay {
  opacity: 1;
}
.welcome-box-1 .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.welcome-box-1 .text a {
  padding: 0px 5px 0px 5px;
}
.welcome-box-1 .text i {
  font-size: 17px;
  padding: 10px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
}
.welcome-box-1 .text i:hover {
  background-color: #ff5353;
  color: #fff;
  -webkit-transition: 0.6s;
}
.welcome-box-1 .text .welcome-head-title {
    font-family: Lato-Bold;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0.8em;
    text-align: center;
    color: #fff;
}






.brand-carousel .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -10px;
    display: block !important;
    border:0px solid black;
}
.brand-carousel .owl-prev i {
    color: #ba8b55;
    font-size: 24px;
}
.brand-carousel .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0px;
    margin-right: -10px;
    display: block !important;
    border:0px solid black;
}
.brand-carousel .owl-next i {
    color: #ba8b55;
    font-size: 24px;
}


.single-logo .image {

}
.single-logo .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  padding: 0px;
}
.single-logo:hover .overlay {
  opacity: 1;
}
.single-logo .text {
  position: absolute;
  bottom: 0%;
  right: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.single-logo .text a {
  padding: 0px 5px 0px 5px;
}
.single-logo .text i {
  font-size: 14px;
  padding: 7px;
  border-radius: 30px;
  background-color: #fff;
  color: #ba8b55;
  border: 1px solid #eee;
}


.single-logo .text i:hover {
  background-color: #ba8b55;
  color: #fff;
  -webkit-transition: 0.6s;
}
.single-logo .text-1 {
  position: absolute;
  top: 20%;
  right: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.single-logo .text-1 a {
  padding: 0px 5px 0px 5px;
}
.single-logo .text-1 i {
  font-size: 17px;
  padding: 5px;
  border-radius: 50px;
  background-color: #fff;
  color: #ba8b55;
  border: 1px solid #eee;
}
.single-logo .text-1 i:hover {
  background-color: #ba8b55;
  color: #fff;
  -webkit-transition: 0.6s;
}
.single-logo .text-2 {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-2 .btn-primary {
    background-color: #a8741a;
    border-color: #ffc107;
    border-radius: 0px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: Lato-Bold;
    color: #fff;
}



.home-prod-price {
    font-size: 14px;
    margin-top: 0em;
    line-height: 1.3em;
    color: #ba8b55;
    font-family: Lato-Bold;
    margin-bottom: 0em;
    text-align: center;
}
.home-pro-btn .btn-primary {
    background-color: #ba8b55;
    margin-top: 0.4em;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px 3px 10px;
    font-family: Montserrat-Medium;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 4px;
}
.single-logo h6 {
    font-family: Lato-Bold;
    text-align: center;
    text-transform: capitalize;
    margin-top: 0.6em;
    color: #444444c4;
    font-size: 14.5px;
}






.ocean-master-title1 {
  text-align: center;
}
.ocean-master-title1 h2 {
    font-size: 24px;
    color: #000;
    padding: 0px 6px 0px 6px;
    line-height: 23px;
    position: relative;
    font-family: Lato-Bold;
    margin-bottom: 1.5em;
}
.ocean-master-title1 h2::before {
    content: "";
    display: block;
    width: 8%;
    height: 2px;
    background: #ba8b55;
    left: 28%;
    top: 50%;
    position: absolute;
    z-index:1;
}
.ocean-master-title1 h2::after {
    content: "";
    display: block;
    width: 8%;
    height: 2px;
    background: #ba8b55;
    right: 28%;
    top: 50%;
    position: absolute;
    z-index:1;
}




.ocean-master-title2 {
  text-align: center;
}
.ocean-master-title2 h2 {
    font-family: KlarindaPlayfulPersonalRegular-axVJm;
    font-size: 31px;
    color: #000;
    padding: 0px 6px 0px 6px;
    line-height: 23px;
    position: relative;
}
.ocean-master-title2 h2::before {
    content: "";
    display: block;
    width: 8%;
    height: 2px;
    background: #ba8b55;
    left: 33%;
    top: 50%;
    position: absolute;
}
.ocean-master-title2 h2::after {
    content: "";
    display: block;
    width: 8%;
    height: 2px;
    background: #ba8b55;
    right: 33%;
    top: 50%;
    position: absolute;
}





.button_slide {
    box-shadow: inset 0 0 0 0 #dcc5aa;
    -webkit-transition: ease-out 0.7s;
    -moz-transition: ease-out 0.7s;
    transition: ease-out 0.7s;
    padding: 8px 25px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    font-family: Lato-Bold;
    letter-spacing: 1px;
}

.slide_right:hover {
  box-shadow: inset 600px 0 0 0 #dcc5aa;
  color: #fff;
}




.product-sign-up-master {
    background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url(../img/login/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10em;
    border-radius: 0px;
    margin-top: -65px;
}
.sign-up-form-master {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2em;
    border-radius: 5px;
}
.sign-up-title-master {
      text-align: center;
      font-family: Lato-Bold;
      color: #000;
      font-size: 26px;
      margin-bottom: 1em;
}
.sign-up-create {
    font-family: Lato-Bold;
    font-size: 14px;
    color: #151b46;
    text-transform: capitalize;
    line-height: 30px;
    text-align: center;
    margin-top: 1em;
}
.sign-up-form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ede2d4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Lato-Regular;
    margin-bottom: 1em;
}
.sign-up-form .btn-success {
    color: #fff;
    background-color: #222;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    margin-top: 0.6em;
    width: 100%;
    padding: 12px;
    border: none;
}
.sign-up-form .btn-success:hover {
    color: #fff;
}



.single-logo1 .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  padding: 0px;
}
.single-logo1:hover .overlay {
  opacity: 1;
}
.single-logo1 .home-add-to {
    color: white;
    font-size: 20px;
    position: absolute;
    bottom: 6%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}







.mycart-head {
    font-family: Lato-Bold;
    font-size: 18px;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
    color: #5c5c5c;
}
.mycart-shipp {
    font-family: Lato-Regular;
    font-size: 14px;
    padding-bottom: 4px;
    padding-top: 4px;
    color: #5c5c5c;
    border-top: 1px solid #5c5c5c4d;
    border-bottom: 1px solid #5c5c5c4d;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.cartsidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -10px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-left: 10px;
  box-shadow: 2px 0 10px rgb(54 54 54 / 20%), -2px 0 10px rgb(54 54 54 / 20%);
}

.cartsidenav .closebtn {
    padding: 12px 8px 11px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #dcc5aa;
    display: block;
    transition: 0.3s;
    font-family: Lato-Regular;
    text-transform: uppercase;
}

.cartsidenav .closebtn:hover {
  color: #000;
}

.cartsidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .cartsidenav {padding-top: 15px;}
  .cartsidenav a {font-size: 18px;}
}
    


@media (max-width: 991.98px) {
  
.cartsidenavicon i {
    color: #000;
}

}


.mycart-prd-qty {
  display: inline;
}
.mycart-prd-qty a {
    color: #dcc5aa;
    cursor: pointer;
    font-size: 14px;
}
.qty-form {
    width: 40px;
    padding: 3px 5px;
    font-size: 14px;
}
.mycart-prd-name {
    font-family: Lato-Regular;
    font-size: 15px;
    color: #5c5c5c;
    margin-bottom: 0.5em;
    margin-top: 0em;
}
.mycart-prd-size {
    font-family: Lato-Regular;
    font-size: 13px;
    color: #5c5c5c;
    margin-bottom: 0.5em;
    margin-top: 0em;
}
.mycart-prd-price {
    font-family: Lato-Regular;
    font-size: 12.5px;
    color: #5c5c5c;
    margin-bottom: 0.5em;
    margin-top: 0em;
}
.mycart-prd-remove a {
    font-family: Lato-Regular;
    font-size: 11.5px;
    color: #e90530;
    margin-bottom: 0.5em;
    margin-top: 0em;
    text-decoration: underline;
}
.mycart-checkout-para {
    font-family: Lato-Regular;
    font-size: 13px;
    color: #5c5c5c;
    margin-bottom: 0.5em;
    margin-top: 0em;
}
.mycart-checkout-master {
    padding: 3em 0em 0em 0em;
    position: absolute;
    /*top: 50%;*/
}
.mycart-checkout-master .btn-success {
    color: #222;
    background-color: #fff;
    border: 1px solid #222;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    margin-top: 0.6em;
    width: max-content;
    padding: 12px 52px;
}



.cart-chek-policy {
    background-color: transparent;
    padding: 5px;
    border-radius: 5px;
    margin: 0.5em 0.5em 1.5em 0.5em;
    text-align: center;
}
.cart-chek-policy img {
  width: 40px;
}
.cart-chek-policy p {
    text-align: center;
    margin-bottom: 0.6em;
    font-family: Lato-Bold;
    font-size: 13px;
    color: #bb8c54;
    margin-top: 0.3em;
}







.wishlist-master-title {
    font-size: 24px;
    color: #000;
    line-height: 23px;
    font-family: Lato-Bold;
    margin-bottom: 1.5em;
    text-transform: capitalize;
}
.wishlist-sub-one h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0.8em;
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #cccccc3d;
    padding-bottom: 0.5em;
}
.wish-price {
    font-family: Lato-Regular;
    color: #ba8b55;
    font-size: 15px;
    font-weight: 400;
}
.wish-price span {
    font-family: Lato-Regular;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    padding-right: 6px;
}
.wish-in-stock {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 0.5em;
    text-transform: capitalize;
}
.wish-qty {
  margin-top: 0.7em;
}
.wish-qty label {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 0.5em;
    text-transform: capitalize;
    display: block;
}
.wish-add-to span {
    color: #7b7a7a;
    font-size: 12.3px;
    display: block;
}
.wish-add-to .btn-primary {
    color: #fff;
    background-color: #ba8b55;
    border-color: #ba8b55;
    font-family: Lato-Regular;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 1px 5px 1px 5px;
    border-top-left-radius: 6.5px;
    border-bottom-right-radius: 6.5px;
    margin-top: 0.5em;
}
.wish-remove a {
    color: #ba8b55;
    font-size: 26px;
}
.wishlist-sub-one {
  margin-bottom: 1.6em;
}
.wish-qty input {
    overflow: visible;
    width: 150px;
}



.blog-content-master {
    margin: 8px;
    box-shadow: 0 1px 0 0 rgb(238 238 238 / 60%);
    border: 1px solid #efefef;
}
.blog-content-innter {
    background-color: #fff;
    padding: 15px;
}
.blog-category-date {
    font-family: 'Lato-Regular';
    font-size: 12px;
    color: #e37d05;
    letter-spacing: 1px;
    margin-bottom:0.6em;
}
.blog-category-date span {
    color: #90949c;
    padding-left: 10px;
}
.blog-category-head {
    font-family: SortsMillGoudy-Italic;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.6em;
    margin-top: 0.7em;
    letter-spacing: 2px;
}
.blog-category-content {
    font-family: Lato-Regular;
    color: #000;
    font-size: 14.4px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 1.6em;
}
.blog-category-btn .btn-success {
    color: #e84100;
    background-color: transparent;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Lato-Bold;
    padding: 8px 22px;
    border-radius: 0px;
    border: 1px solid #e84100;
}
.blog-category-btn .btn-primary {
    color: #e38211;
    background-color: transparent;
    border: none;
    float: right;
    font-size: 27px;
}




.blog-details-master .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -25px;
    display: block !important;
    border:0px solid black;
}
.blog-details-master .owl-prev i {
    color: #ba8b55;
    font-size: 24px;
}
.blog-details-master .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0px;
    margin-right: -15px;
    display: block !important;
    border:0px solid black;
}
.blog-details-master .owl-next i {
    color: #ba8b55;
    font-size: 24px;
}
.blog-inner-details {
    background-color: #fff;
}
.blog-inner-details h1 {
    font-family: SortsMillGoudy-Italic;
    color: #000;
    font-weight: 600;
    font-size: 30px;
    padding: 10px 10px 0px 10px;
}
.blog-inner-details h6 {
    font-family: 'Lato-Regular';
    font-size: 12px;
    color: #e37d05;
    letter-spacing: 1px;
    margin-bottom: 0.6em;
    padding: 0px 10px 0px 10px;
}
.blog-inner-details h6 span {
    color: #90949c;
    padding-left: 10px;
}
.blog-details-contents {
    padding: 15px;
}
.blog-details-contents h5 {
    font-size: 18px;
    line-height: 23px;
    font-family: SortsMillGoudy-Italic;
    color: #ba6807;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-details-contents p {
    font-family: Lato-Regular;
    color: #000;
    font-size: 14.4px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 1.6em;
}


.ocean-about-us {
  background-color: rgb(250, 247, 240);
}
.imagecontainer {
  position: relative;
}
.aboutimage {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.imageoverlay {
    position: absolute;
    bottom: 40%;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: #000;
    font-size: 6em;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    text-shadow: 3px 1px #dcc5aa9e;
}
.about-master-head {
    color: #000;
    font-size: 30px;
    text-align: center;
    max-width: 745px;
    margin: 0 auto;
    line-height: 52px;
    font-family: 'Lato-Bold';
    font-weight: bold;
}
.about-master-logo {
    text-align: center;
    padding: 2em;
    opacity: 1;
}
.about-master-logo img {
    background-color: #191e29;
    padding: 0.5em;
    border-radius: 5px;
}
.about-master-para p {
    font-family: 'Lato-Regular';
    color: #000;
    text-align: center;
    max-width: 645px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 2em;
    line-height: 31px;
}




.ocean-about-ceo {
    background-color:#fff;
}
.ocean-about-ceo p {
    font-family: 'Lato-Bold';
    color: #000;
    text-align: justify;
    max-width: 605px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 32px
}
.ocean-about-ceo p span {
    font-size: 22px;
}


.ocean-about-inspired {
    background-color: rgb(250, 247, 240);
}
.ocean-about-inspired p {
    font-family: 'Lato-Bold';
    color: #000;
    text-align: justify;
    max-width: 605px;
    font-size: 18px;
    line-height: 32px
}
.ocean-about-inspired h4 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 52px;
    font-family: 'Lato-Bold';
    font-weight: bold;
}


.ocean-about-sec-bottom {
    position: relative;
    height: 120vh;
    background-color: rgb(250, 247, 240);
    padding:20px 0;
}
.about-master-bottom-one img {
    position: absolute;
    top: 0px;
    width: 460px;
    right: 0;
}
.about-master-bottom-two img {
    position: absolute;
    top: 220px;
    width: 288px;
    left: 30px;
}
.about-master-bottom-three img {
    position: absolute;
    top: 470px;
    width: 247px;
    left: -130px;
}
.about-master-bottom-four img {
    position: absolute;
    top: 520px;
    left: 170px;
}
.about-master-bottom-five img {
    width: 345px;
    position: absolute;
    right: 0;
    top: 120px;
}
.about-master-bottom-six img {
    width: 428px;
    position: absolute;
    left: -30px;
    top: 640px;
}



.ocean-about-sec-last h2 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 52px;
    font-family: 'Lato-Bold';
    font-weight: bold;
    text-align:center;
    margin-bottom:1.6em;
}
.about-master-last-box h4 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 44px;
    font-family: 'Lato-Bold';
    font-weight: bold;
    text-align:left;
    margin-top:0.7em;
    margin-bottom:0em;
}
.about-master-last-box p {
    font-family: 'Lato-Regular';
    color: #000;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    margin-bottom:0.4em;
}
.about-master-last-box h5 {
    font-family: 'Lato-Regular';
    color: #000;
    text-align: justify;
    font-size: 14px;
    line-height: 29px;
    text-transform:uppercase;
    text-decoration: underline;
}

.description-box-2 {
    background-color: #fff;
}

.menu-caro {
    display:none;
}
.menu-caro .owl-carousel .owl-item img {
    display: block;
    width: 75px;
    margin:0 auto;
   
}
.menu-caro  .owl-item .list-item {
    text-align: center;
}






.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: block;
  margin: 0 5px;
  color: #fff;
  font-family: "Quattrocento Sans", sans-serif;
}
.loading-text {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
          animation: blur-text 1.5s 0s infinite linear alternate;
          animation-fill-mode: forwards;
}
@-webkit-keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}





.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 0%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}


#product-video-modal .btn-success {
    color: #fff;
    background-color: #ba8b55;
    border-color: #ba8b55;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Lato-Bold;
    padding: 6px 30px;
    border-radius: 30px;
}
#product-video-modal .btn-secondary {
    color: #fff;
    background-color: #191e29;
    border-color: #191e29;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Lato-Bold;
    padding: 6px 30px;
    border-radius: 30px;
}




.des-pincode {
    background-color: #f7f7f7;
    padding: 10px;
    width: max-content;
}
.des-pincode label {
    font-family: Lato-Regular;
    font-size: 13px;
    padding-right: 6px;
}
.des-pincode .form-control {
    overflow: visible;
    font-size: 12px;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    font-family: Lato-Regular;
    height:auto;
    width:auto;
}
.des-pincode .btn-success {
    font-size: 12px;
    border-radius: 0px;
    border: 1px solid #ba8b55;
    padding: 2px 5px;
    font-family: Lato-Regular;
    background-color: #ba8b55;
    text-transform: capitalize;
}
.des-pincode .form-control:focus {
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow:none;
}
.des-pincode .form-control:focus-visible {
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow:none;
}
.des-pincode span {
    font-family: Lato-Regular;
    font-size: 14px;
    padding-right: 6px;
    color: #000;
    display: block;
    padding-top: 10px;
}

.promise-container {
  position: relative;
}
.promise-image {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 8px 0 rgb(161 161 161 / 30%);
}
.promise-overlay-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .3s ease;
}
.promise-container:hover .promise-overlay-icon {
  height: 100%;
}
.promise-text-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.promise-text-icon i {
  font-size: 72px;
  color: #191e29;
}
.promise-text-icon h5 {
    color: #ba8b55;
    margin-top: 0.6em;
}



.promise-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #dcc5aa;
  overflow: hidden;
  width: 100%;
  height: 0%;
  transition: .3s ease;
}
.promise-container:hover .promise-overlay {
  height: 100%;
}
.promise-text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 38%;
  -webkit-transform: translate(-50%, -38%);
  -ms-transform: translate(-50%, -38%);
  transform: translate(-50%, -38%);
}
.promise-text h6 {
    font-size: 13px;
    color: #191e29;
}
.promise-text p {
    font-size: 13px;
    color: #3e3a3a;
    margin:0px;
}
.promise-text ul li {
    font-size: 12px;
    color: #3e3a3a;
    padding-bottom: 10px;
}

.ocean-promise
{
    background: #f4f4f5;
}

.ocean-promise h2 {
    font-size: 24px;
    color: #000;
    padding: 25px 6px 0px 6px;
    line-height: 23px;
    font-family: Lato-Bold;
    margin-bottom: 1.5em;
    text-align: center;
    text-transform: capitalize;
}
.promise-container {
    margin-bottom: 2em;
}
.promise-text .btn-success {
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
    color: #191e29;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    word-spacing: 3px;
}






.certified {
    text-align: center;
    margin: 20px 0px;
    background-color: #f0f0f0;
    border-radius: 0px;
}
.certified a {
    font-size: 14px;
    padding-right: 15px;
    font-weight: bold;
    font-family: Lato-Regular;
}
#imglist {
    background-size:contain;
    background-repeat:no-repeat;
}



.home-blog-content {
    box-shadow: 0 1px 8px 0 rgb(161 161 161 / 30%);
    padding: 10px;
    margin: 10px;
}
.home-blog-content h3 {
    font-size: 18px;
    color: #000;
    padding: 10px 0px 0px 0px;
    font-family: Lato-Bold;
    margin-bottom: 0.6em;
    text-transform: capitalize;
    line-height: 29px;
}
.home-blog-content p {
    font-size: 14px;
    color: #000;
    font-family: Lato-Regular;
}
.home-blog-content a {
    text-transform: capitalize;
    font-size: 16px;
    color: #1c1c1b;
    font-family: Lato-Bold;
}
.home-blog-content-btn .btn-success {
    color: #fff;
    background-color: #ba8b55;
    border-color: #ba8b55;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Lato-Bold;
    padding: 5px 25px;
    border-radius: 30px;
    margin-top: 1.7em;
}



.home-offer-popup .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #d48324;
    text-shadow: none;
    opacity: 1;
}
.home-offer-popup .modal-body {
    padding:0px;
}
.home-offer-popup .modal-header {
    padding: 0.5rem 0rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.home-offer-popup .modal-body img {
    border: 2px solid #fff;
}
.home-offer-popup .modal-footer .btn-default {
    color: #fff;
    background-color: #c89814;
    padding: 1px 16px;
    font-size: 14px;
    border-radius: 30px;
}
.home-offer-popup .modal-content {
    background-color: transparent;
    border:none;
}





#main {
  margin: 50px 0;
}
#main #faq .card {
  margin-bottom: 0px;
  border:none;
}
#main #faq .card .card-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-right-radius: 0px;
    padding: 0;
    border-bottom-left-radius: 0px;
}
#main #faq .card .card-header .btn-header-link {
    color: #555555;
    display: block;
    text-align: left;
    background: rgba(0, 0, 0, .03);
    padding: 10px 10px 10px 15px;
    font-family: Lato-Bold;
    font-size: 16px;
    border: 1px solid #ccc;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    background-color: rgba(0, 0, 0, .03);
    color: #555555;
    font-family: Lato-Bold;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
#main #faq .card .collapsing {
    background: #fff;
    border: 1px solid #ccc;
}
#main #faq .card .collapsing ul li {
    line-height: 26px;
    color: #222;
    font-size: 14px;
    list-style-type: disclosure-closed;
    padding-bottom: 7px;
    font-family: 'Lato-Regular';
}
#main #faq .card .collapsing ul {
    margin-left: 0px;
}

#main #faq .card .collapse.show {
    background: #fff;
    border: 1px solid #ccc;
}
#main #faq .card .collapse.show ul li {
    line-height: 26px;
    color: #222;
    font-size: 14px;
    list-style-type: disclosure-closed;
    padding-bottom: 7px;
    font-family: 'Lato-Regular';
}
#main #faq .card .collapse.show ul {
    margin-left: 0px;
}
.return-policy-master h2 {
    font-size: 24px;
    color: #000;
    line-height: 28px;
    text-align: center;
    font-family: Lato-Bold;
    letter-spacing: 1px;
}
#main #faq .card h4 {
    font-size: 15px;
    color: #000;
    font-family: Lato-Bold;
}



.navbar-expand-lg .navbar-nav .dropdown-menu h6 {
    font-size: 12px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu h3 {
    font-size: 17px;
    color: #191e29;
}
.navbar-expand-lg .navbar-nav .dropdown-menu h3 a {
    color: #191e29;
}


.payment-link-content {
    background-color: rgba(0, 0, 0, 0.04);
}
.payment-link-content h5 {
    font-size: 24px;
    color: #000;
    font-family: Lato-Bold;
    margin-bottom: 1.5em;
    text-align: center;
}
.payment-img img {
    background-color: #fff;
}
.payment-img {
    margin: 6px;
    border-radius: 15px;
}


.form-control {
        color: #191e29 !important;
        font-family: 'Lato-Bold' !important;
}

.offer {
    color: #a8741a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    font-family: 'Lato-Bold' !important;
}



