:root {
  --color-primary: #333f48;
  --color-secondary: #0098d2;
  --color-white: #ffffff;
  --color-red: #ea0000;
  --color-lblack: #272727;
  --color-black: #000; }

p {
  font-size: 1.4rem;
  line-height: 2.1rem; }

strong {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 0; }

a,
a:hover,
a:focus {
  text-decoration: none;
  color: var(--color-lblack); }

h1,
h2,
p {
  font-family: "Montserrat", sans-serif; }

* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 0;
  overflow-x: hidden;
  padding-top: 10rem; }
  @media (max-width: 767px) {
    body {
      padding-top: 8.5rem; } }

.cont-max-width {
  max-width: 1366px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
    margin: 0 auto;
    width: 96%; } }

.FwBold {
  font-weight: 600; }

.mr02 {
  margin-right: 0.5rem; }

.mr01 {
  margin-right: 1rem; }

.mb06 {
  margin-bottom: 6.2rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-01 {
  margin-bottom: 1rem; }

.mb-02 {
  margin-bottom: 2rem; }

.pose {
  position: relative; }

.d-flex {
  display: flex; }

.jc-sb {
  justify-content: space-between; }

.align-item {
  align-items: center; }

.fw500 {
  font-weight: 500; }

.headerBg {
  height: 3.2rem;
  background-color: var(--color-secondary);
  display: flex;
  align-items: center; }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1350px;
  width: 96%;
  margin: 0 auto;
  padding-right: 15px; }
  .header__left {
    display: flex;
    list-style: none; }
  .header__left a {
    display: block;
    color: var(--color-white);
    padding: 0.3rem 1rem;
    text-transform: uppercase;
    transition: 0.2s;
    font-size: 1.1rem;
    font-weight: 500; }
  .header__left a img {
    fill: white; }
  .header__left a:hover {
    color: var(--color-white);
    text-decoration: none; }
  .header__right .account {
    margin-right: 0; }
    @media (max-width: 767px) {
      .header__right .account {
        margin-right: 0;
        display: flex;
        align-items: center; } }
  .header__right .account a {
    color: var(--color-white);
    font-size: 1.1rem;
    display: inline-block;
    font-weight: 500; }
  .header__right .account a:not(:last-child) {
    margin-right: 1.5rem; }
  .header__right .account a img {
    margin-right: 0.5rem; }

.logo {
  padding-top: 0; }
  @media (max-width: 767px) {
    .logo {
      position: absolute;
      left: 0;
      z-index: 99; } }
  .logo a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 767px) {
      .logo a {
        flex-direction: row; } }
  .logo a h6 {
    margin-top: 0.3rem;
    text-decoration: none;
    color: var(--color-primary);
    letter-spacing: 1px;
    margin-bottom: 0.6rem; }
    @media (max-width: 767px) {
      .logo a h6 {
        margin-left: 0.6rem; } }
  .logo img {
    width: 100px; 
    height: 80px;
  }

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s; }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -6px); }

.pZindex {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99; }
  @media (max-width: 767px) {
    .pZindex {
      border-bottom: none; } }

.navbar-toggle {
  padding: 3px 0;
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 0; }

.navbar-toggle .container {
  padding-left: 8px;
  padding-right: 8px; }

.navbar-default .navbar-nav > li > a {
  color: #3a3a3a; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #d8703f; }

.navbar-default .navbar-nav > li > a:focus {
  color: #333 !important; }

.navbar-default {
  background: none;
  border: none; }

.navbar-collapse {
  padding: 0; }

ul.multi-column-dropdown h6 {
  font-size: 1em;
  color: var(--color-primary);
  margin: 0 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e4e4e4;
  text-transform: uppercase; }

.w3ls_products_pos h6 {
  font-size: 1em;
  color: var(--color-primary);
  margin: 0 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e4e4e4;
  text-transform: uppercase; }

.w3ls_products_pos p {
  padding-bottom: 10px; }

.multi-column-dropdown li {
  list-style-type: none;
  margin: 15px 0; }

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: var(--color-primary);
  white-space: normal;
  font-weight: 300 !important;
  text-decoration: none; }

.multi-column-dropdown li a:hover {
  color: #212121 !important; }

.multi-column-dropdown li a span {
  margin-left: 1em;
  padding: 0.1em 0.5em;
  background: #b3d547;
  color: #fff; }

.multi-column-dropdown li a i {
  font-size: 1.1em;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 3em 0 0;
  display: block;
  padding: 0.4em 0.5em;
  background: #800020;
  text-align: center; }

.dropdown-menu.columns-3 {
  min-width: 100%;
  padding: 30px 30px;
  margin-top: 10px !important; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  border: none; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  /*-- agileits --*/ }

.nav > li > a:hover,
.nav > li > a:focus {
  background: none; }

.navbar-nav > li > a {
  padding: 8px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-weight: 400;
  font-size: 1.2rem; }
  @media (max-width: 1180px) {
    .navbar-nav > li > a {
      padding: 15px 15px;
      white-space: nowrap; } }

.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--color-secondary);
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right; }

.navbar-nav > li > a:hover:before {
  transform: scaleX(1);
  transform-origin: left; }

.nav_2 .right {
  float: right !important; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--color-secondary); }

.navbar {
  margin-bottom: 0;
  z-index: 100; }

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .navigation {
      padding: 7px 0;
      align-items: flex-start; } }
  .navigation__left {
    flex: 1;
    margin-top: 3.2rem; }
    @media (max-width: 767px) {
      .navigation__left {
        margin-top: 1rem; } }
  .navigation__right {
    flex: 0 0 100px;
    margin-left: 30px; }
    @media (max-width: 1280px) {
      .navigation__right {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .navigation__right {
        position: absolute;
        top: 6px;
        right: 10px;
        z-index: 999999; } }

.navbar-nav {
  float: none;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .navbar-nav {
      flex-direction: column; } }

.navbar-nav > li {
  display: inline-block;
  float: none; }

.dropdown-menu {
  position: fixed;
  top: 92px;
  left: 0;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28) !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28) !important; }
  @media (max-width: 767px) {
    .dropdown-menu {
      position: absolute;
      top: 100%; } }

.dropdown:hover .dropdown-menu {
  display: block;
  animation: 0.5s linear; }

.nav_2 .left {
  width: 50%;
  float: left;
  margin-top: 20px;
  display: none; }

.nav_2 .right {
  float: right; }

.w3ls_products_pos h4 {
  font-size: 2em;
  text-align: right;
  margin-bottom: 1em; }

.w3ls_products_pos h4 i {
  display: block;
  margin: 0.5em 0 0;
  text-align: left;
  padding-left: 5em;
  color: #b3d547; }

/*-- //navigation --*/
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    margin-top: 0 !important;
    overflow-y: auto !important; } }

.banner-new {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }

.productPrev {
  display: flex;
  margin: 2rem 0; }
  @media (max-width: 800px) {
    .productPrev {
      flex-direction: column; } }
  .productPrev__left {
    flex: 0 0 25%;
    margin-right: 2rem;
    padding: 2rem;
    background: linear-gradient(to bottom right, #00a4e2, #a1e5ff) 100% no-repeat;
    color: var(--color-white);
    border-radius: 3px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    @media (max-width: 800px) {
      .productPrev__left {
        margin-right: 0;
        margin-bottom: 2rem; } }
    .productPrev__left--content {
      flex-direction: column;
      font-family: "Montserrat", sans-serif;
      text-align: center; }
    .productPrev__left--content h1 {
      position: relative;
      font-size: 2rem;
      font-weight: 500;
      color: var(--color-white);
      letter-spacing: 2px; }
    .productPrev__left--content h1::before,
    .productPrev__left--content h1::after {
      content: "";
      background-color: var(--color-white);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .productPrev__left--content h1::before {
      height: 1px;
      width: 61%;
      bottom: -30px; }
    .productPrev__left--content h1::after {
      bottom: -35px;
      height: 12px;
      width: 12px;
      transform: rotate(45deg); }
    .productPrev__left--content p {
      font-size: 1.5rem;
      font-weight: 300;
      color: var(--color-white);
      letter-spacing: 2px;
      margin-top: 5rem; }
    .productPrev__left--content img {
      margin-top: 2rem; }
      @media (max-width: 800px) {
        .productPrev__left--content img {
          margin: 2rem auto; } }
  .productPrev__right {
    flex: 1; }

.shadowImg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.3rem; }

.prodRows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem; }
  .prodRows__childs, .dresses_grid {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    min-height: 180px;
    position: relative;
    cursor: pointer;
    transition: 0.3s linear;
    padding: 20px 20px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .prodRows__icon {
    position: absolute;
    right: 2rem;
    transition: 0.3s ease-in;
    top: 2.5rem; }
    .dresses_grid{
      margin-bottom: 1.5rem;
    }
  .prodRows__childs:hover .prodRows__icon {
    transform: translateY(5px); }
  .prodRows__Text {
    margin-left: 0.8rem; }
  .prodRows__content {
    position: absolute;
    right: 2rem;
    transition: 0.3s ease-in;
    bottom: 2rem;
    flex-direction: column;
    color: #717171;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif; }
  .prodRows__childs:hover .prodRows__content {
    transform: translateY(-5px); }
  .prodRows__childs:hover .prodRows__heading {
    color: var(--color-secondary); }
  .prodRows__childs:hover .prodRows__subheading {
    color: var(--color-lblack); }
  .prodRows__subheading {
    color: #c0c0c0;
    transition: 0.3s ease-in;
    font-weight: 500;
    font-size: 12px; }
  .prodRows__childs img, .dresses_grid img {
    transition: 0.3s linear; }
  .prodRows__childs:hover, .dresses_grid:hover {
    box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.1); }
  .prodRows__childs:hover img, .dresses_grid:hover img {
    transform: scale(1.1); }
    .footanch{
      margin-left: 0.2rem;
      color: #c1d2db;
    }
    .footanch:hover{
      color: #FFFFFF;
    }

.secRows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .secRows__childs {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    min-height: 180px;
    position: relative;
    cursor: pointer;
    transition: 0.3s linear;
    padding: 20px 20px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .secRows__icon {
    position: absolute;
    right: 2rem;
    transition: 0.3s ease-in;
    top: 2rem; }
  .secRows__childs:hover .secRows__icon {
    transform: translateY(5px); }
  .secRows__Text {
    margin-left: 0.8rem; }
  .secRows__content {
    position: absolute;
    right: 2rem;
    transition: 0.3s ease-in;
    bottom: 2rem;
    flex-direction: column;
    color: #717171;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif; }
  .secRows__childs:hover .secRows__content {
    transform: translateY(-5px); }
  .secRows__childs img {
    transition: 0.3s linear; }
  .secRows__childs:hover {
    box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.1); }
  .secRows__childs:hover img {
    transform: scale(1.1); }
  .secRows__childs:hover .secRows__heading {
    color: var(--color-secondary); }
  .secRows__childs:hover .secRows__subheading {
    color: var(--color-lblack); }
  .secRows__subheading {
    color: #c0c0c0;
    transition: 0.3s ease-in;
    font-weight: 500;
    font-size: 12px; }

.jewel-imgsm {
  width: 150px; }

.jewel-imgbg {
  width: 150px; }

.profile {
  padding: 4rem 6rem 8rem; }
  @media (max-width: 1220px) {
    .profile {
      padding: 6rem 0; } }
  @media (max-width: 800px) {
    .profile {
      padding: 0 0 3rem; } }
  .profile__left {
    padding: 3rem; }
  .profile__left h2 {
    position: relative;
    font-size: 3.2rem;
    letter-spacing: 2px;
    color: var(--color-lblack); }
  .profile__left h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 50%;
    background-color: #878787;
    margin-top: 2rem; }
  .profile__left p {
    font-size: 1.3rem;
    color: #807e7e;
    margin-top: 3rem;
    text-align: justify;
  }

.btn_a {
  display: inline-flex;
  padding: 0.6em 2rem;
  border: 1px solid #626263;
  transition: 0.3s linear;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  transition: 0.5s;
  overflow: hidden; }
  .btn_a img {
    margin-left: 1rem;
    transition: 0.6s; }
  .btn_a span {
    transition: 0.5s ease-in-out; }
  .btn_a:hover img {
    transform: translateX(50px);
    opacity: 0; }
  .btn_a:hover span {
    transform: translateX(17px);
    color: var(--color-white); }
  .btn_a:hover {
    background-color: var(--color-secondary);
    border-color: #007aa9; }

.prof {
  position: relative; }
  @media (max-width: 767px) {
    .prof {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; } }
  .prof__picture {
    width: 14rem;
    border-radius: 2rem;
    position: absolute;
    transition: all 0.2s;
    border: 1px solid #e7e7e7;
    background-color: var(--color-white);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.07);
    display: inline-flex;
    flex-direction: column;
    min-height: 28rem;
    overflow: hidden;
    transition: 0.6s;
    margin-bottom: 1rem;
    cursor: pointer; }
    @media (max-width: 1200px) {
      .prof__picture {
        position: static; } }
    .prof__picture-1 {
      top: 6rem;
      left: 6rem;
      z-index: 6; }
    .prof__picture-2 {
      top: 9rem;
      left: 18rem;
      z-index: 5; }
    .prof__picture-3 {
      top: 12rem;
      left: 30rem;
      z-index: 4; }
    .prof__picture-4 {
      top: 15rem;
      left: 42rem;
      z-index: 3; }
    .prof__picture-5 {
      top: 18rem;
      left: 54rem;
      z-index: 2; }
    .prof__picture-img {
      display: flex;
      flex-direction: column;
      flex: 0 0 17rem;
      justify-content: center;
      align-items: center; }
    .prof__picture-img img {
      width: 115px; }
    .prof__picture-content {
      flex: 1;
      background-color: #fafafa;
      padding-top: 2rem;
      text-align: center;
      font-size: 1.3rem; }
    .prof__picture:hover {
      z-index: 8;
      transform: scale(1.2);
      box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2); }

.contactSec {
  padding: 4rem 0; }

.contactShadow {
  padding: 4rem 5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.links {
  color: var(--color-secondary);
  display: inline-block;
  font-weight: 500;
  text-decoration: underline; }

.imgSize {
  width: 25px; }

.Odiv {
  font-size: 1.6rem;
  margin-top: 1.5rem; }

.contlmh {
  min-height: 455px; }
  @media (max-width: 767px) {
    .contlmh {
      margin-bottom: 3rem; } }

/*-- footer --*/
.bg-body > footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  float: left; }

.bg-body > footer .tag {
  text-align: center;
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb; }

.bg-body > footer .footer-bottom {
  padding: 10px 0px;
  display: flex;
  justify-content: center; }

.bg-body > footer .footer-bottom ul {
  padding: 0;
  margin: 0; }

.bg-body > footer .footer-bottom ul li {
  list-style: none;
  float: left;
  padding: 10px 0px; }

.bg-body > footer .footer-bottom ul li a {
  color: #000000;
  padding: 0px 50px;
  font-size: 0.9em;
  opacity: 1; }

.footer {
  padding: 1em 0 0;
  background-image: linear-gradient(to bottom, #0083bc, #0198d2); }

.footer .container,
.IsoBox .container {
  width: 85%;
  margin: 0 auto; }

.w3_footer_grid h3 {
  color: #cee1eb;
  font-size: 1.3em;
  margin-bottom: 0.6em;
  position: relative;
  font-weight: 400;
  border-bottom: 1px solid #017cb6;
  padding-bottom: 1rem; }

.w3_footer_grid p {
  color: #999;
  line-height: 1.8em;
  margin-bottom: 2em; }

.w3_footer_grid ul li {
  list-style-type: none;
  margin-bottom: 0.4em;
  color: #cee1eb; }

.w3_footer_grid ul.address li i {
  color: #414141;
  border: 1px solid #414141;
  padding: 0.5em;
  margin-right: 1em; }

.w3_footer_grid ul.address li span {
  display: block;
  margin-left: 3em; }

.w3_footer_grid ul li a {
  color: #cee1eb;
  text-decoration: none;
  position: relative; }

.w3_footer_grid ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--color-white);
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right; }

.w3_footer_grid ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left; }

.w3_footer_grid ul li a:hover {
  color: #ffffff; }

.w3_footer_grid h4 {
  margin: 2em 0 1em;
  font-size: 1.2em;
  color: #800020; }

/*-- social-buttons --*/
.agileits_social_button ul {
  margin: 0;
  padding: 0; }

.agileits_social_button ul li {
  display: inline-block;
  margin-top: 0; }

.agileits_social_button ul li:not(:last-child) {
  margin-right: 1.5rem; }

.footer-copy p {
  margin: 4em 0 0;
  text-align: center;
  color: #999;
  line-height: 1.8em; }

.footer-copy p a {
  color: #800020;
  text-decoration: none; }

.footer-copy p a:hover {
  color: #999; }

.IsoBox {
  background-image: linear-gradient(to right, #0083bc, #008ec8);
  padding: 0.8rem 0;
  margin-top: 2rem;
  border-top: 1px solid #017cb6;
  color: #c1d2db; }
  @media (max-width: 767px) {
    .IsoBox {
      padding: 0.8rem 2rem; } }

/*-- //footer --*/
