@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');


html {
  font-size: 16px;
  /* cursor: none; */
  /* overflow-x: hidden; */
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #1b1464;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #313131;
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}


.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

.top-header {
  text-align: center;
  border-bottom: 1px solid #ccc;
}


.social-info ul li {
  display: inline-block;
  padding-right: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-top: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}



.social-info ul li a {
  color: #000;
}

.social-info ul li:hover {
  background-color: #384c80;
}

.top-header .row {
  align-items: center;
  justify-content: center;
}

.top-header address a {
  color: #000;
}

.social-info ul li:hover a {
  color: #fff;
}

.top-header address a i {
  margin-right: 20px;
}

.social-info {
  text-align: right;
}

.top-header address {
  margin-bottom: 0;
}

.logo-sec form button {
  border: none;
  background-color: transparent;
}

.logo-sec form {
  background-color: #fbf4ea;
  padding: 5px;
  border-radius: 25px;
}


/* arrival-sec */

.arrival-sec {
  padding: 6rem 0;
  position: relative;
}

.arrival-item img {
  width: 100%;
}

.arrival-item h5 {
  text-align: center;
  color: #313131;
}

.arrival-item span {
  color: #e57e22;
  font-weight: 600;
}

.arrival-item {
  text-align: center;
  border: 2px solid #ccc;
  min-height: 400px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 3rem;
  background-color: #fff;
}

.arrival-item:hover {
  box-shadow: 0.588px 0.809px 23.76px 0.24px rgba(41, 41, 41, 0.57);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.arrival-sec:after {
  content: '';
  background: url(../images/after01.png) no-repeat;
  position: absolute;
  width: 300px;
  height: 600px;
  right: 0;
  background-size: cover;
  z-index: -1;
  bottom: 0;
  opacity: 0.4;
}



/* arrival-sec */


/* categories-sec */


.categories-sec button.owl-next i {
  font-size: 30px;
  color: #e57e22;
}

.categories-sec button.owl-prev i {
  font-size: 30px;
  color: #000;
}


.bg-heading h3 {
  -webkit-text-stroke: 0.1rem #c1c1c1;
  font-size: 11.97rem;
  color: transparent;
  font-weight: 800;
  opacity: 0.4;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.categories-pro img {
  width: 100%;
}

.categories-pro .categories-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 40px;
}


.categories-pro .categories-overlay h3 {
  color: #fff;
  text-transform: uppercase;
}


.categories-sec {
  position: relative;
  padding: 6rem 0;
}

.categories-sec .row {
  position: relative;
}

.categories-sec .before-heading {
  position: absolute;
  background-color: #e57e22;
  width: 17%;
  height: 400px;
  top: 92px;
}

.categories-sec .before-heading h4 {
  text-transform: uppercase;
  color: #fff;
  transform: rotate(270deg);
  z-index: 999;
  text-align: right;
  font-size: 60px;
  position: absolute;
  bottom: 160px;
  left: 115px;
  font-weight: 700;
  margin-bottom: 0;
}

.categories-slider .owl-stage .active:nth-child(1) {
  transform: scale(1.2);
  margin-left: 35px;
  width: 365px !important;
  margin-right: 50px !important;
  position: relative;
  margin-top: -25px;
}

.categories-pro {
  margin-top: 36px;
}

 .owl-theme .owl-nav {
  margin-top: 10px;
  width: 55%;
}


/* categories-sec */

/* featured-products */

.featured-products span.star i {
  color: #ffbc03;
  margin-top: 10px;
  font-size: 12px;
}

.featured-item article span i {
  color: #ffbc03;
}

.featured-item {
  text-align: center;
}

.featured-item figure img {
  box-shadow: 0.28px 0.29px 8.76px -3.76px rgba(41, 41, 41, 0.57);
  border: 4px solid #fff;
  border-radius: 10px;
}

.featured-item article h4 {
  margin-top: 25px;
  font-size: 23.47px;
}

.featured-item article span {
  color: #e57e22;
  font-weight: 600;
  display: block;
}

.featured-products{
  padding: 6rem 0 6rem;
  position: relative;
  background-color: #fcfcfc;
}

.featured-products:before {
  content: '';
  background: url(../images/after03.jpg) no-repeat;
  position: absolute;
  width: 400px;
  height: 1022px;
  left: 0;
  background-size: cover;
  z-index: 1;
  top: 0;
  opacity: 1;
}

.featured-products .container {
  position: relative;
  z-index: 99;
}




/* featured-products */

/* fashions-sec */

.fashions-sec {
  position: relative;
}

.fashions-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fashions-overlay h3 {
  color: #fff;
  text-align: center;
}

.fashions-overlay h2 {
  text-align: center;
  color: #fff;
}

.fashions-item img {
  width: 100%;
}

.fashions-sec .col-lg-6 {
  padding: 0 6px;
}

span.star i {
  color: #ffbc03;
  margin-top: 10px;
  font-size: 12px;
}


/* fashions-sec */

/* testimonials-sec */


.testimonials-sec{
  padding: 7rem 0 20rem;
  background: url(../images/test-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}



.testimonials-item {
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 15px;
  margin-top: 55px;
}

.testimonials-item:before {
  content: '';
  background: url(../images/quote.png) no-repeat;
  position: absolute;
  width: 113px;
  height: 70px;
  top: -35px;
  right: 35px;
}

.testimonials-item .media img {
  width: inherit;
}

.testimonials-sec .owl-carousel .owl-stage-outer {
   height: 365px;
}


/* testimonials-sec */

/* deal-sec */

.deal-sec {
  background-color: #e57e22;
}


.deal-iteam img.deal-tag {
  position: absolute;
  top: 19%;
  left: -170px;
  z-index: 999;
}



.custom-slider .carousel-indicators li.active {
  color: #2a9d8f;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  width: 20px;
  height: 20px;
  transition: .5s all ease-in-out;
  background-color: #e57e22;
  border: 2px solid #fff;
  margin-bottom: 15px;
}

.custom-slider .carousel-indicators li.active span {
  color: #5d1011;
}

.custom-slider .carousel-indicators li {
  text-indent: inherit;
  position: relative;
  /* background-color: transparent; */
  margin: 0;
  opacity: 1;
  color: #000;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  transition: .5s all ease-in-out;
  margin-right: 20px;
  width: 10px;
  height: 10px;
  justify-content: space-around;
  border-radius: 100%;
  transition: .5s all ease-in-out;
  opacity: 0.5;
}


.custom-slider .carousel-indicators {
  position: absolute;
  right: 0 !important;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  width: 10%;
  left: auto;
}


.deal-sec .owl-dots {
  display: none;
}

.deal-sec .owl-nav {
  display: none;
}



/* deal-sec */




/* latest-sec */

.latest-sec{
  padding: 6rem 0;
}

.latest-info article a {
  color: #000;
  font-size: 20px;
}

.latest-info {
  position: relative;
  box-shadow: rgb(60 59 59 / 20%) 0px 2px 8px 0px;
  padding: 0 15px 20px;
  border-radius: 15px;
  margin-top: 3rem;
  background-color: #fff;
}

.latest-info .date h5 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.latest-info .date span {
  color: #fff;
}

.latest-info figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}


.latest-info .date {
  width: 60px;
  min-height: 60px;
  text-align: center;
  padding: 8px 5px;
  position: absolute;
  border: 0;
  border-radius: 20px;
  bottom: 0;
  margin: 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
}

.latest-info .date span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.latest-info article h5 {
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.latest-info article p {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

.latest-info article {
  margin: 0 15px;
}

.latest-info figure img {
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
}

 

.latest-sec .heading h3 {
  color: #fff;
}

/* latest-sec */


/* money-transfer */

.money-transfer {
  padding: 6rem 0;
  position: relative;
}
.money-transfer:before {
  content: '';
  background: url(../images/after05.png) no-repeat;
  width: 481px;
  height: 600px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.transfer-item {
  background-color: var(--primary-color);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin: 0 41px;
}

.transfer-item .media-body h4 {
  color: #fff;
  font-size: 16px;
}

.transfer-item .media-body p {
  margin-top: 0;
  color: #fff;
  font-size: 14px;
}

.transfer-item:before {
  content: '';
  background: url(../images/after04.png) no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  right: -25px;
  top: -30px;
  z-index: -1;
}

.yellow {
  background-color: #e57e22;
}

.green {
  background-color: #27ad60;
}

/* money-transfer */




 /* footer */
 button.themeBtn.mt-4 {
  background: #167de7;
}

.copy-sec p span {
  color: #333;
  font-weight: 600;
}

footer {
  padding: 7rem 0 0rem;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.footer ul li {
  display: inline-block;
}

footer.footersec ul li p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}

.footernav ul li a {
  font-size: 16px !important;
}

.footercontact ul li i {
  font-size: 21px;
  margin-right: 15px;
}

footer.footersec ul li a {
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.footercontact p {
  color: #fff;
}

.foooter-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footernav h5 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.footernav ul {
  margin-top: 30px;
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}


.footercontact ul li {
  display: block;
}


.footercontact {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footercontact ul li>.media {
  min-height: 70px;
}

.footercontact ul li>.media .media-body {
  display: inline-grid;
  margin-left: 20px;
}

.footercontact ul li>.media a i {
  font-size: 22px;
  color: #fff;
}

.footercontact ul li>.media .media-body p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.footercontact ul li>.media .media-body small {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.footercontact ul li>.media a {
  color: #fff;
  font-size: 17px;
}

.footercontact ul li>.media a:nth-child(3) {
  align-items: self-end;
}

.footerinfo {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.footercontact ul li:nth-child(3) {
  border-right: none;
  padding-bottom: 0;
}

.footercontact ul li i {
  color: #fff;
  font-size: 19px;
}

.footernav ul li {
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 30px;
}

.footercontact ul li {
  padding-bottom: 13px;
}

.footercontact ul li a {
  font-size: 16px !important;
}

.slidercontact ul li:nth-child(3)>.media {
  align-items: center;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 28px;
  margin: 0;
}

.copyright p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}

footer.footersec ul li a:hover {
  color: #000;
}

.footercontact h5 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
}

.footersocial h5 {
  color: #fff;
}

.footersocial ul {
  margin-top: 30px;
}

.footersocial ul li {
  display: inline-block;
  padding-right: 8px;
}

.footersocial ul li a i {
  height: 40px !important;
  width: 40px !important;
  background-color: transparent;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border: 1px solid #fff;
}


.footersocial ul li a i:hover {
  background-color: #e57e22;
  color: #fff;
}

.form-control {
  font-family: 'Poppins', sans-serif;
  margin: 0 5px;
}

.footersec form .d-flex {
  margin-bottom: 15px;
  width: 95%;
  justify-content: space-between;
}

.footercontact span h4 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}

.footersocial ul {margin-top: 0;}

.footer-logo {
  margin-bottom: 50px;
}

.footercontact span {
  flex: 0 0 50.666667%;
  max-width: 50.666667%;
}
.footercontact input.form-control {
  min-height: 45px;
  border-radius: 20px;
}

.copy-sec {
  text-align: center;
}

.footernav ul li {
  position: relative;
}

.footernav ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.copysec .container {
  border-top: 1px solid #7c7c7c;
  margin-top: 18px;
}

.copysec .container p {
  color: #fff;
  text-align: center;
}

.footernav {
  border-top: 1px solid #7c7c7c;
  margin-top: 45px;
}

.aboutus-sec {
  padding: 10rem 0;
}

/* footer */

/* blog-sec */

.inn-blog-sec {
  padding: 6rem 0;
}

.inn-blog-item article h3 {}

.inn-blog-item article ul li h4 {
  font-size: 17px;
  margin-right: 15px;
}

.inn-blog-item article ul li {
  display: inline-block;
}

.inn-blog-item article ul {
  margin-top: 24px;
}

.inn-blog-item article ul li a {
  margin-right: 20px;
  color: #000;
}

.inn-blog-item article ul li a i {
  margin-right: 15px;
  color: #27588b;
}

.inn-blog-item .d-flex {
  align-items: center;
  justify-content: space-between;
}

.inn-blog-item .d-flex a small {
  font-weight: 600;
  color: #000;
  margin-right: 25px;
}

.inn-blog-item {
  padding: 10px;
}

.inn-blog-item .row {
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
}

.inn-blog-item img {
  width: 100%;
}

.inn-blog-item .d-flex a img {
  width: inherit;
}

.inn-blog-item article {
  padding: 30px;
}

/* blog-sec */

/* contactus */

.contactus {
  padding: 6rem 0;
}

.contactus .d-flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.contactus .d-flex span {
  flex: 0 0 50%;
  max-width: 50%;
}

.contactus .media-body p {
  font-size: 13px;
}

.contactus .media-body a {
  color: #000;
  font-size: 17px;
}

.contactus img.w-100 {
  border-radius: 15px;
  width: 90% !important;
}

.input-tag i {
  position: absolute;
  left: 34px;
  top: 15px;
  font-size: 22px;
  color: #ccc;
  font-weight: 100;
}

.input-tag input.form-control {
  height: 55px;
  margin-bottom: 20px;
  padding-left: 45px;
}

.contactus form {
  margin-top: 45px;
}

/* contactus */
.footer-logo img {
    width: 40%;
}