* {
  outline: 0 !important;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Calibri';
  font-size: 13px;
  background-color: #fff;
  color: #000;
}

.container {
  max-width: 1280px;
  width: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
}

::-moz-selection {
  background-color: #d4e8fc;
  color: #0e4376;
}

::selection {
  background-color: #d4e8fc;
  color: #0e4376;
}

/*PLACEHOLDER*/
.form-control::placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
 /* Firefox */
  ;
}

.form-control:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
  color: #FFF;
}

.form-control::-ms-input-placeholder {
 /* Microsoft Edge */
  color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}

a,h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a {
  cursor: pointer;
}

a:active,a:focus,a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul,ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  word-break: break-word;
}

textarea {
  resize: none;
}

strong, label, th {
  font-weight: 600;
}

.bold, b {
  font-weight: 600;
}

a, h1, h2, h3, h4, h5, h6,
.transition, .form-control, .badge, .btn {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.btn,.progress,.progress-bar,.form-control,.breadcrumb {
  /* border-radius: 0; */;
}

._m-0 {
  margin: 0!important;
}

._mt-0 {
  margin-top: 0!important;
}

._mb-0 {
  margin-bottom: 0!important;
}

._mr-0 {
  margin-right: 0!important;
}

._ml-0 {
  margin-left: 0!important;
}

._p-0 {
  padding: 0!important;
}

._pt-0 {
  padding-top: 0!important;
}

._pb-0 {
  padding-bottom: 0!important;
}

._pr-0 {
  padding-right: 0!important;
}

._pl-0 {
  padding-left: 0!important;
}

/*HEADER*/
header .navbar {
  z-index: 99;
}

header .navbar .nav {
  right: 250px;
  position: relative;
}

header .navbar .nav>li {
  margin: 0 5px;
}

header .navbar .nav>li>a {
  font-size: 25px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  padding: 10px 15px;
  background: none !important;
}

/*MAIN BG*/
._main-bg ._theme-card {
  background: #fff;
  height: 654px;
}

._main-bg ._box {
  padding: 3em;
  padding-right: 0;
}

._main-bg .logo {
  width: 79px;
  height: auto;
  padding: 0;
}

._main-bg h1 {
  max-width: 560px;
  text-align: center;
  font-size: 49px;
  margin-top: 15px;
  margin-left: 15px;
  float: left;
  font-weight: 400;
}

._main-bg ._bannerImg {
  width: 529px;
  margin-top: -235px;
  margin-bottom: 0;
  position: absolute;
  right: -60px;
  z-index: 9;
}

._main-bg ._bannerText {
  padding: 15px 2em;
  position: absolute;
  width: 670px;
  bottom: 45px;
  right: 160px;
  border-radius: 25px;
  line-height: normal;
}

._main-bg ._bannerText .text-1 {
  font-size: 20px;
  position: relative;
}

._main-bg ._bannerText .text-2 {
  font-size: 38px;
  font-weight: 600;
}

._main-bg ._bannerText .text-3 {
  font-size: 22px;
  position: relative;
}

/*SECTIONS*/
section {
  padding: 5em;
  position: relative;
}

section .title {
  text-transform: capitalize;
  margin: 15px 0 25px;
  font-size: 50px;
}

section .sub-title {
  font-size: 34px;
}

section .title-lg {
  font-size: 60px;
}

section p {
  font-size: 25px;
  margin: 0 0 20px;
}

section li {
  font-size: 20px;
}

section .media-left {
  padding-right: 2em;
}

section .media-right {
  padding-left: 2em;
}

._inner-images {
  overflow: hidden;
}

._inner-images .image-upr-1 {
  position: absolute;
  top: 9em;
  right: 10em;
}

._inner-images .image-btm-1 {
  width: 100%;
  bottom: -60px;
  margin-top: -200px;
  opacity: .5;
  position: relative;
}

._inner-images .image-btm-2 {
  position: absolute;
  bottom: 0;
  opacity: .2;
  width: 100%;
}

.section-2 .sub-title {
  margin-bottom: 2em;
  font-weight: 300;
  font-size: 40px;
}

.section-4 ._img {
  width: 478px;
  height: 478px;
}

.section-5 ._img {
  width: 400px;
  height: 400px;
}

.section-6 ._img {
  width: 517px;
  height: 496px;
}

.section-7 .media:not(:last-child),
.section-9 .media:not(:last-child) {
  margin-bottom: 5em;
}

.section-7 ._img,
.section-9 ._img {
  width: 350px;
  height: 350px;
}

.section-12 ._img {
  width: 500px;
  height: 500px;
}

.section-13 ._img {
  width: 400px;
  height: 400px;
}

.section-14 ._img {
  width: 300px;
  height: 300px;
}

._theme-card {
  background: #f6f6f6;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  position: relative;
}

._box {
  padding: 4em 7em;
  position: relative;
  z-index: 9;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown-menu {
  border: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.dropdown-menu>li>a {
  padding: 10px 20px;
}

/*CERTIFICATE*/
/* guarantee box */
.guarantee-content {
  background-image: url(../images/guarantee-mid.png);
  background-repeat: repeat;
  background-size: 100%;
  margin: 0 auto 0px auto;
  padding: 5px 80px;
}

.guarantee-box .guarantee-top {
  max-height: 40px;
  margin: 30px 0;
}

.guarantee-box .guarantee-bottom {
  margin-bottom: 30px;
  margin-top: -60px;
}

.guarantee-box .guarantee-top img,
.guarantee-box .guarantee-bottom img {
  width: 100%;
}

.guarantee-content figure {
  width: 200px;
  position: relative;
  z-index: 99;
  text-align: center;
  margin: auto;
}

.guarantee-content figure img {
  width: 100%;
}

#guarantee h3 {
  font-weight: 400;
  font-size: 25pt;
  text-align: center;
  margin: 35px 0;
}

@media (max-width: 550px) {
  .guarantee-box {
    position: relative;
  }

  .guarantee-box:before,
	.guarantee-box:after {
    content: "";
    display: block;
    position: absolute;
    height: 75px;
    width: 75px;
    border-color: #C2D1E0;
    border-style: solid;
  }

  .guarantee-box:before {
    border-width: 8px 0 0 8px;
    top: -4px;
    left: -4px;
  }

  .guarantee-box:after {
    border-width: 0 8px 8px 0;
    bottom: -4px;
    right: -4px;
  }

  .guarantee-box .guarantee-content {
    position: relative;
    background-image: none;
    background-size: 100%;
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 1px 20px 20px 20px;
  }

  .guarantee-box .guarantee-content:before,
	.guarantee-box .guarantee-content:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    height: calc(100% -  81px);
    width: 100%;
    width: calc(100% -  81px);
    border-color: #C2D1E0;
    border-style: solid;
  }

  .guarantee-box .guarantee-content:after {
    border-width: 0 0 1.14285714px 1.14285714px;
    bottom: -0.57142857px;
    left: -0.57142857px;
  }

  .guarantee-box .guarantee-content:before {
    border-width: 1.14285714px 1.14285714px 0 0;
    top: -0.57142857px;
    right: -0.57142857px;
  }

  .guarantee-box .guarantee-top,
	.guarantee-box .guarantee-bottom {
    display: none;
  }

  #guarantee h3 {
    font-size: 14pt;
  }

  .guarantee-content {
    padding: 5px 50px 50px;
  }

  .guarantee-box .guarantee-top {
    margin: 0;
  }
}

/*CATEGORIES*/
._cat-box {
  text-align: center;
  margin-bottom: 5em;
}

._cat-box h1 {
  font-size: 22px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

._cat-box img {
  height: 163px;
}

/*QUOTES*/
._quote {
  overflow: visible;
}

._quote-body {
  padding-left: 6em;
  padding-right: 2em;
  margin-top: 4em;
}

._quote p {
  position: relative;
}

._quote p::before,
._quote p::after {
  content: '';
  background-size: 65px !important;
  width: 85px;
  height: 43px;
  position: absolute;
}

._quote p::before {
  background: url('../images/quote-left.png') no-repeat;
  left: -75px;
  top: -20px;
}

._quote p::after {
  background: url('../images/quote-right.png') no-repeat;
  bottom: -25px;
}

._quote .quote-author {
  font-size: 40px;
  line-height: normal;
  margin-top: 20px;
}

._quote .q-img-right {
  margin-right: -120px;
}

/*IMAGES*/
._img {
  overflow: hidden;
  width: 400px;
  height: 400px;
}

._img .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/*FOOTER*/
footer {
  padding: 5em 0;
}

footer ul {
  position: relative;
  top: 1.3em;
}

footer ul li {
  display: inline-block;
  padding: 0 12px;
  font-size: 20px;
  position: relative;
}

footer ul li:not(:first-child)::before {
  content: '|';
  position: relative;
  left: -13px;
}

footer ul li a {
  color: #fff;
}

footer .socialIcons {
  position: relative;
  text-align: right;
}

footer .socialIcons a {
  text-align: center;
  width: 48px;
  height: 48px;
  margin: 5px 5px 0 0;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #FFF;
  font-size: 18px;
  line-height: 48px;
  display: inline-block;
}

footer .socialIcons a:hover {
  color: #0e4376;
  background-color: #fff;
}

#scroll-to-top {
	display: none;
    position: fixed; 
    bottom: 30px; 
    right: 30px;
    z-index: 99; 
    border: none;
    background-color: #cfa66e; 
    color: white;/
    cursor: pointer; 
    height: 50px;	
	width: 50px;
    border-radius: 50px; 
    font-size: 24px; 
}

/*MIX*/
.btn-shop {
  border-radius: 20px;
  border-width: 5px;
  padding: 15px 1.2em;
  text-transform: uppercase;
  font-size: 2.6em;
  position: relative;
  z-index: 9999;
  font-weight: 600;
}

.table {
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 12px 15px;
}

.modal-content {
  border-radius: 25px;
}

.modal-header,
.modal-body {
  padding: 2em;
}

.modal .form-control {
  box-shadow: none !important;
}

.modal label {
  font-size: 15px;
}

/*RESPONSIVENESS*/
@media (max-width: 1250px) {
  header .navbar .nav {
    right: 230px;
  }

  header .navbar .nav>li>a {
    font-size: 22px;
  }

  ._main-bg ._theme-card {
    height: 590px;
  }

  ._main-bg h1 {
    max-width: 460px;
    font-size: 40px;
  }

  ._main-bg ._bannerImg {
    width: 480px;
    margin-top: -230px;
    right: -55px;
  }

  ._main-bg ._bannerText {
    width: 640px;
  }

  section ._img {
    width: 250px !important;
    height: 250px !important;
  }
}

@media (max-width: 1150px) {
  ._main-bg .logo {
    width: 55px;
  }

  ._main-bg ._theme-card {
    height: 530px;
  }

  ._main-bg h1 {
    max-width: 400px;
    font-size: 34px;
  }

  ._main-bg ._bannerImg {
    width: 420px;
    margin-top: -185px;
    right: -50px;
  }

  ._main-bg ._bannerText {
    width: 545px;
  }

  ._main-bg ._bannerText .text-2 {
    font-size: 34px;
  }

  header .navbar .nav {
    right: 200px;
  }

  header .navbar .nav>li {
    margin: 0 2px;
  }

  header .navbar .nav>li>a {
    font-size: 19px;
    padding: 8px 12px;
  }

  section .title {
    font-size: 40px;
  }

  section .sub-title {
    font-size: 30px;
  }

  section p {
    font-size: 21px;
  }

  ._quote .quote-author {
    font-size: 22px;
    font-weight: 600;
  }

  ._quote p::before, ._quote p::after {
    background-size: 40px !important;
    width: 40px;
    height: 40px;
  }

  ._quote p::before {
    left: 0;
    top: -30px;
  }

  ._quote-body {
    padding: 0;
    margin-top: 2em;
  }
}

@media (max-width: 991px) {
  header .navbar .nav {
    right: 190px;
  }

  ._main-bg ._theme-card {
    height: 480px;
  }

  ._main-bg h1 {
    max-width: 300px;
    font-size: 26px;
  }

  ._main-bg ._bannerImg {
    width: 386px;
    margin-top: -183px;
    right: -45px;
  }

  ._main-bg ._bannerText {
    width: 470px;
  }

  ._main-bg ._bannerText .text-1 {
    font-size: 18px;
  }

  ._main-bg ._bannerText .text-2 {
    font-size: 28px;
  }

  ._main-bg ._bannerText .text-3 {
    font-size: 20px;
  }

  footer,
  footer .socialIcons {
    text-align: center;
  }

  footer .socialIcons,
  footer ul {
    top: 0;
    margin-bottom: 2em;
  }

  section .title {
    text-align: center;
  }

  section .title-lg {
    font-size: 50px;
  }

  section .title {
    margin: 15px 0 20px;
    font-size: 36px;
  }

  section p {
    font-size: 20px;
  }

  section ._img {
    margin: 0 auto 2em !important;
    float: none;
  }

  section ._img .fill {
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  section .media-left,
  section .media-right {
    padding: 0;
  }

  section .media-body {
    text-align: left;
  }

  section .media-left,
  section .media-right,
  section .media-body {
    display: block;
    width: 100%;
  }

  section .media-left {
    margin-bottom: 2em;
  }

  .section-2 .sub-title {
    font-size: 30px;
  }
  
  .section-13 .btn-cart img {
	  display: block;
	  margin: auto;
  }

  .col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  ._box {
    padding: 3em;
  }
}

@media (max-width: 870px) {
  ._main-bg ._theme-card {
    height: 460px;
  }

  ._main-bg ._box {
    padding: 2em;
  }

  ._main-bg h1 {
    max-width: 320px;
    font-size: 28px;
  }

  ._main-bg ._bannerImg {
    width: 200px;
    margin-top: 0;
    right: 2em;
    bottom: 2em;
  }

  ._main-bg ._bannerText {
    width: 350px;
    bottom: 35px;
    right: 150px;
    padding: 10px 15px;
  }

  ._main-bg ._bannerText .text-1 {
    font-size: 16px;
  }

  ._main-bg ._bannerText .text-3 {
    font-size: 18px;
  }

  header .navbar .nav {
    right: 0;
  }
}

@media (max-width: 767px) {
  header .navbar-toggle {
    margin-top: 0;
    margin-right: 0;
  }

  header .navbar-collapse {
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 250px;
    top: 50px;
    right: 0;
    border-radius: 10px;
  }

  header .navbar .nav {
    margin: 0;
    padding: 10px 0;
    right: 0;
  }

  header .navbar .nav>li {
    margin: 10px 0;
  }

  header .navbar .nav>li>a {
    font-size: 19px;
    padding: 10px 15px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px;
    border-radius: 50px;
  }

  section {
    padding: 2em;
  }

  section .title {
    font-size: 2.3em;
  }

  ._inner-images .image-btm-1 {
    bottom: 0;
    margin-top: 0;
  }

  section li {
    font-size: 16px;
  }
}

@media (max-width: 650px) {
  ._main-bg ._theme-card {
    height: 100%;
  }

  ._main-bg ._bannerImg {
    max-width: 200px;
    right: 0;
    bottom: 0;
    position: relative;
    margin: auto;
  }

  ._main-bg ._bannerText {
    max-width: 350px;
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 2em auto 0;
    text-align: center;
  }

  ._main-bg ._bannerText .text-1,
	._main-bg ._bannerText .text-3 {
    left: 0;
  }

  ._main-bg h1 {
    max-width: 100%;
    font-size: 28px;
    margin: 1em auto;
  }
}

@media (max-width: 550px) {
  section {
    padding: 15px;
  }

  section .title {
    font-size: 24px;
  }

  section .sub-title {
    font-size: 20px !important;
  }

  section p {
    font-size: 16px;
  }

  section li {
    font-size: 13px;
  }

  ._inner-images .image-upr-1 {
    width: 250px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .container {
    padding: 0;
  }

  ._main-bg h1 {
    font-size: 24px;
  }

  ._main-bg ._bannerText .text-1 {
    font-size: 14px;
  }

  ._main-bg ._bannerText .text-2 {
    font-size: 22px;
  }

  ._main-bg ._bannerText .text-3 {
    font-size: 16px;
  }

  ._quote .quote-author {
    font-size: 16px;
  }

  ._cat-box img {
    height: 100px;
  }

  ._cat-box h1 {
    font-size: 17px;
  }

  .btn-shop {
    font-size: 2em;
  }
}