
  
  @font-face {
    font-family: 'Poppins', sans-serif;
    src: url("assets/fonts/poppins-bold-webfont.eot");
    src: url("assets/fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins-bold-webfont.woff") format("woff"), url("assets/fonts/poppins-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Poppins', sans-serif;
    src: url("assets/fonts/poppins-light-webfont.eot");
    src: url("assets/fonts/poppins-light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins-light-webfont.woff") format("woff"), url("assets/fonts/poppins-light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Poppins', sans-serif;
    src: url("assets/fonts/poppins-medium-webfont.eot");
    src: url("assets/fonts/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins-medium-webfont.woff") format("woff"), url("assets/fonts/poppins-medium-webfont.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Poppins', sans-serif;
    src: url("assets/fonts/poppins-regular-webfont.eot");
    src: url("assets/fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins-regular-webfont.woff") format("woff"), url("assets/fonts/poppins-regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  

body {
    background: #f5f5f5;
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1166px !important;
    }
}

@media screen and (max-width:1200px) {
  .app-banner-caption {
    font-size: 34px !important;
    line-height: 42px !important;
  }
}
.text-justify{
  text-align: justify;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 14px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #fff !important;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item{
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link{
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-left:1px;
}
.navbar-expand-lg .navbar-nav .nav-link:before{
  transition: ease-in all 0.4s;
  content: '';
  width:0;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before, .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link:before{
  content: '';
  position: absolute;
  bottom: 0px;
  width:100%;
  height: 2px;
  background: #ffffff;
  transition: ease-in all 0.4s;
}
.carousel-indicators li {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
}

.carousel-indicators {
  z-index: 1 !important;
}

.app-about-block {
    padding: 45px 0;
    background-color: #f2f2f2;
    background-image: url(../images/about-img-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 60%;
}

@media screen and (max-width:920px) {
  .logo {
    width:88px !important;
  }
  .logo img {
    width:100%;
  }
  .header .navbar {
    height: auto !important;
  }
}


@media screen and (max-width:767px) {
  .app-about-block {
    padding: 20px 0;
  }
  .carousel-item {
    height: 230px;
  }
  .navbar-light .navbar-toggler img {
    width: 28px !important;
    height: 20px !important;
  }
  .carousel-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .app-collection-block .app-collection-item {
    padding: 15px !important;
  }
  .app-about-block h4 {
    text-align: center;
    font-size: 20px;
  }
  .app-collection-block .app-collection-item.diamond .sub-img {
    left: 0 !important;
    width: 150px;
    top: 0;
  }
  .app-form-block .input-group {
    margin-bottom: 20px !important;
  }
  .sticky {
    background: #fff !important;
  }
  .app-about-block p {
    text-align: center;
    font-size: 14px;
  }
  .app-collection-block .app-collection-item .app-collection-item-content h6, .app-collection-block .app-collection-item .app-collection-item-content p {
    font-size: 16px !important;
  }
}

.app-about-block h4 {
  font-weight: 400;
}

.app-about-block h4 span {
  font-weight: 600;
}

.app-collection-block {
    padding: 26px 0;
}

.app-collection-block .app-collection-item {
    border-radius: 6px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    position: relative;
    cursor: pointer;
}

.app-collection-item-content {
    position: relative;
}

.app-collection-block .app-collection-item:hover .block-overlay, .app-collection-block .app-collection-item:focus .block-overlay, .app-collection-block .app-collection-item:active .block-overlay {
    opacity: 1;
}

.app-collection-block .app-collection-item .arrow {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.app-collection-block .app-collection-item:hover .arrow, .app-collection-block .app-collection-item:focus .arrow, .app-collection-block .app-collection-item:active .arrow {
    margin-left: 24px !important;
}

.app-collection-block .app-collection-item .block-overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.app-collection-block .app-collection-item .app-collection-item-content h6 {
    color: #ECB22B;
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 20px;
}

.app-collection-block .app-collection-item .app-collection-item-content p {
    color: #ECB22B;
    margin-bottom: 0;
    font-size: 20px;
}

.app-collection-block .app-collection-item.traditional {
    background-image: url(../images/traditional-img.png);
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.app-collection-block .app-collection-item.trendy {
    background-image: url(../images/trendy-img.png);
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.app-collection-block .app-collection-item.diamond {
    background-image: url(../images/latest-img.png);
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app-collection-block .app-collection-item.diamond .sub-img {
    position: absolute;
    left: 10px;
}

.app-collection-block .app-collection-item.collection-rate {
    height: 100%;
    background-color: #000000;
    position: relative;
    padding: 0 12px;
    max-height: 535px;
    min-height: 500px;
}

.app-collection-block .app-collection-item.collection-rate .sub-logo {
    position: absolute;
    left: 0;
    top:0;
    width: 75px;
    border-radius: 4px;
    right: inherit;
}

.app-collection-block .app-collection-item.collection-rate p {
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.app-collection-block .app-collection-item.collection-rate p span {
    font-weight: 600;
}

.app-collection-block .app-collection-item.collection-rate .app-collection-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 80px 0 15px;
    position: relative;
}

.app-collection-block .app-collection-item.collection-rate .app-collection-item-content h4 {
    color: #ECB22B;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
}

.app-collection-block .app-collection-item.collection-rate .app-collection-item-content h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.app-collection-block .app-collection-item.collection-rate img {
    position: absolute;
    width: 94%;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
      max-width: 940px;
  }
}

@media screen and (max-width:1200px) {
  .app-collection-block .app-collection-item.collection-rate img {
    bottom: 65px;
}
.app-collection-block .app-collection-item.collection-rate .app-collection-item-content h4 {
  font-size: 18px;
}
.app-collection-block .app-collection-item.collection-rate .app-collection-item-content h5 {
  font-size: 15px;
}
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
  }
  
  .header {
    position: absolute;
    top: 0;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    max-width: 1166px;
    right: 0;
    width: 100%;
    background: transparent;
    color: #f1f1f1;
    transition: .3s ease-in-out;
  }

  .header .navbar {
    height: 100px;
    padding: 0;
    background-color: transparent !important;
    padding-right: 20px !important;
  }

  .logo {
    width: 138.46px;
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background: none !important;
  }

  .navbar-light .navbar-toggler img {
    width: 34px;
    height: 24px;
  }

  .sticky .navbar-light .navbar-toggler img {
    filter: brightness(0);
  }
  
  .content {
    padding: 16px;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    background: rgb(255 255 255 / 92%);
    max-width: 1166px;
    margin: 0 auto;
    left: 0;
    z-index: 9;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 23%);
  }

  .sticky .navbar-expand-lg .navbar-nav .nav-link {
    color: #000 !important;
  }

  .sticky .navbar-light .navbar-nav .active>.nav-link {
    color: rgb(228 167 34) !important;
  }

  .header .container {
      padding: 0;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }

  .app-form-block {
    background: #ECB235;
    padding: 30px 0;
  }

  .app-form-block .form-control {
      border-radius: 20px !important;
      border: 0;
      font-size: 14px;
      height: 42px;
      padding: 5px 42px 6px 20px;
      transition: .3s ease-in-out;
      box-shadow: none !important;
      outline: 0 !important;
      border: 1px solid transparent;
  }

  .app-form-block .form-control:focus {
    border: 1px solid #d6a12f;
  }

  .app-form-block label {
      width: 100%;
  }

  .app-form-block .input-group label {
    font-size: 15px;
    color: #fff;
  }

  .app-footer-block {
    background: #050505;
    padding: 24px 0;
    text-align: center;
  }

  .app-footer-block .footer-text {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
  }

  .app-footer-block .info-block {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    background: #0C0C0C;
    height: 60px;
    margin:18px 0;
    padding: 20px 0;
  }

  .app-footer-block .footer-text a {
    color: #ECB22B !important;
    cursor: pointer;
  }

  .app-socialmedia-block img {
    width:30px;
    margin-right:10px;
    margin-top:3px;
  }

  @media screen and (max-width:991px) {
    .app-banner-caption {
      font-size: 26px !important;
      line-height: 32px !important;
    }
    .navbar-collapse {
      margin-right: -20px;
      background: rgb(255, 255, 255);
      border-bottom: 1px solid rgb(210, 210, 210);
      padding: 15px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      color: #1b1919 !important;
      padding-right: 20px !important;
    }
    .navbar-collapse ul li {
      text-align: center;
      transition: .3s;
      border-bottom: 1px solid #f5f2f2;
    }
    .navbar-collapse ul li:last-child {
      border-bottom:0;
    }
    .navbar-collapse ul li:hover, .navbar-collapse ul li:focus, .navbar-collapse ul li:active {
      background: #f3f3f3;
    }
    .navbar-collapse ul li a {
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .app-footer-block .info-block {
      height: auto !important;
    }
    .app-collection-block .app-collection-item.collection-rate .app-collection-item-content {
      padding: 30px 0 15px;
    }
    .app-collection-block .app-collection-item.collection-rate {
      height: 480px;
      margin-top: 30px;
    }
    .app-collection-block .app-collection-item.collection-rate img {
      width:auto;
    }
  }

  .app-footer-block .footer-text a:hover, .app-footer-block .footer-text a:focus, .app-footer-block .footer-text a:active {
    text-decoration: underline;
  }

  .app-form-block .input-group-text {
    background: #EAAC28;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    border: 0;
    justify-content: center;
    padding: 0;
    border: 1px solid #fff;
    transition: .2s ease-in-out;
    cursor: pointer;
  }

  .app-form-block .input-group-text:hover, .app-form-block .input-group-text:focus, .app-form-block .input-group-text:active  {
    transform: scale(1.08);
    background: #ce951b;
  }

  .app-form-block .input-group-append  {
    position: absolute;
    right: 3px;
    top: 33px;
    z-index: 3;
  }

  @media screen and (max-width:480px) {
    .app-collection-block .app-collection-item.collection-rate img {
      width: 250px !important;
    }
    .app-collection-block .app-collection-item.collection-rate img {
      bottom: 85px !important;
    }
    .app-collection-block .app-collection-item.collection-rate .sub-logo {
      width: 75px !important;
    }
  }

  .app-banner-caption {
    height: 100%;
    padding: 0 !important;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    font-size: 40px;
    text-align: left;
    font-weight: 500;
    line-height: 58px;
    z-index: 0 !important;
    text-shadow: 1px 2px 4px rgb(0 0 0 / 23%);
    font-family: 'Raleway', sans-serif;
  }

  .btn.btn-secondary{
    background: #fff;
    border:1px solid #788898;
    color: #788898;
  }

  .img-border{
    border: 1px solid #eceaea;
    border-radius: 8px;
    box-shadow: 0px 0px 9px #e4e4e4;
  }
  .app-gallery-container{
    display: flex;
    flex-wrap: wrap;
    transition: ease-in all 0.4s;
  }
  .app-gallery-item{
    width:30%;
    margin:20px 20px 0 0;
    border-radius: 8px;
    box-shadow: 0px 0px 9px #e4e4e4;
    border: 1px solid #eceaea;
  }
  .app-gallery-item:hover{
    box-shadow: 0px 0px 9px #d6d5d5;
    border: 1px solid #e0dddd;
    cursor: pointer;
  }
  .app-gallery-item img{
    width: 100%;    
    border-radius: 8px;
  }



  .app-gallery-item-large{
    width:100%;
    margin:20px 20px 0 0;
    border-radius: 8px;
    box-shadow: 0px 0px 9px #e4e4e4;
    border: 1px solid #eceaea;
  }
  .app-gallery-item-large:hover{
    box-shadow: 0px 0px 9px #d6d5d5;
    border: 1px solid #e0dddd;
    cursor: pointer;
  }
  .app-gallery-item-large img{
    width: 100%;    
    border-radius: 8px;
  }  

.gallery-pages-numbering{ width:480px;float:right; height:18px; margin:10px 0;}
.gallery-pages-numbering ul { width:600px;  list-style-type:none; float:left; padding:0; margin:0;}
.gallery-pages-numbering ul li {float:left; display:inline;background: #f75e50;font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; padding: 5px 10px; font-weight:bold; margin-right:3px;}
.gallery-pages-numbering ul li a{ background:#f75e50; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; padding: 5px 10px; font-weight:bold; margin-right:3px;}
.gallery-pages-numbering ul li a:hover{ background: #bd3225;}
.gallery-pages-numbering ul li a.active{ background: #bd3225;}


.Read_More {margin:0 auto; padding:3px; text-align:center; color:#ffffff; background:#f75e50; font-size:12px; width:75px; border-radius:10px;-moz-border-radius:10px; -webkit-border-radius:10px;}
.Read_More a {color:#ffffff;}
.Read_More:hover { background:#bd3225;}


.NextPrevCont {float:left; margin:15px 0; width:100%;}