/* ================================
    Template name: Redb;
    Template Version: v1.0.0;
================================ */


/* ================================
    *CSS INDEX
    *BASE CSS
    *HEADER AREA CSS
    *HERO AREA CSS
    *SERVICE AREA CSS
    *VIDEO AREA CSS
    *COUNTING AREA CSS
    *AGENCY AREA CSS
    *TESTIMONIAL AREA CSS
    *ARTICLE AREA CSS
    *TEAM AREA CSS
    *PORTFOLIO AREA CSS
    *BLOG AREA CSS
    *SHOP LATEST COLLECTION CSS
    *SHOP OFFER AREA CSS
    *CLIENT FEEDBACK AREA CSS
    *LATEST BRAND CSS
    *CONTACT AREA CSS
    *FOOTER AREA CSS
================================ */


/* ================================
    *BASE CSS
================================ */

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus, input:focus, textarea:focus { outline: 0 solid }

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: normal;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

a:hover { text-decoration: none;}

.pdt-10 {
    padding-top: 10px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdt-50 {
    padding-top: 50px;
}

.pdt-60 {
    padding-top: 60px;
}

.pdt-70 {
    padding-top: 70px;
}

.pdt-80 {
    padding-top: 80px;
}

.pdt-90 {
    padding-top: 90px;
}
.pdt-100 {
    padding-top: 100px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-60 {
    padding-bottom: 60px;
}

.pdb-70 {
    padding-bottom: 70px;
}

.pdb-80 {
    padding-bottom: 80px;
}

.pdb-90 {
    padding-bottom: 90px;
}

.pdb-100 {
    padding-bottom: 100px;
}

.pd-100 {
    padding: 100px 0;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-15 {
    margin-bottom: 15px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.button {
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

.button::after {
    content: "\f115";
    font-family: Flaticon;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}

.button.show {
    opacity: 1;
    visibility: visible;
}

/* ================================
    *HEADER AREA CSS
================================ */

.header-area {
    padding: 35px 0;
}

a.default-btn {
    padding: 20px 60px;
    display: inline-block;
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    color: #fff;
    font-size: 18px;
}

.header-area.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

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

.mainmenu li {
    display: inline-block;
}

.mainmenu li a {
    padding: 10px;
    color: #76818C;
    font-size: 18px;
    transition: .3s;
}

.mainmenu li a:hover {
    color: #EF3C50;
}

.mainmenu li a.active {
    color: #EF3C50;
}

.menu-right a {
    color: #2F3B40;
}

.same-header ul li a, .same-header .menu-right a {
    color: #fff;
}

/* ================================
    *HERO AREA CSS
================================ */

.hero-area-carousel {
    background-image: url(../img/hero-area-bg.jpg);
    width: 100%;
    height: 940px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.blog-hero-area-bg {
    background-image: url(../img/blog-area-bg.jpg);
}

.same-hero {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    display: table;
    position: relative;
    z-index: 1;
}

.single-hero-area-carousel {
    margin-top: 190px;
}

.single-hero-area-carousel h4 {
    color: #EF3C50;
    font-size: 20px;
}

.single-hero-area-carousel h1 {
    font-weight: 600;
    font-size: 50px;
    position: relative;
    margin-bottom: 50px;
}

.single-hero-area-carousel h1 span {
    color: #EF3C50;
}

.single-hero-area-carousel h1:after {
    position: absolute;
    bottom: 0;
    background: #EF3C50;
    width: 50px;
    height: 1px;
    content: "";
    left: 0;
}

.hero-area-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    left: 0px;
}

.hero-area-carousel .owl-nav div.owl-next {
    right: 0px;
    left: auto;
}

.hero-area-carousel .owl-nav div i:before {
    font-size: 50px;
    color: #303C41;
    opacity: .5;
    transition: all .3s;
}

.hero-area-carousel .owl-nav div i:hover:before {
    opacity: 1;
    color: #000;
}

.team-hero-area-bg {
    background-image: url(../img/team-area-bg.jpg);
}

.same-hero-wrap {
    display: table-cell;
    vertical-align: middle;
}

.same-hero-wrap h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.same-hero-wrap p {
    color: #fff;
    opacity: .5;
}

.same-hero:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: .5;
}

.same-hero:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: .5;
}

.same-header ul li a, .same-header .menu-right a {
    color: #fff;
}

.shop-hero-area-carousel {
    background-image: url(../img/shop-area-bg.jpg);
    height: 750px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.shop-hero-content {
    color: #fff;
}

.shop-hero-content h1 {
    font-weight: 600;
}

.shop-hero-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-hero-content ul li {
    line-height: 30px;
}

.shop-hero-content ul li i:before {
    margin-left: 0;
    margin-right: 15px;
    font-size: 15px;
}

a.default-btn.shop-btn {
    margin-top: 30px;
    padding: 15px 60px;
    border-radius: 5px;
}

a.default-btn.shop-btn i:before {
    margin-left: 0;
    margin-right: 15px;
}

/* ================================
    *SERVICE AREA CSS
================================ */

.service-area-header p {
    color: #EF3C50;
}

.service-area-header a h6 {
    color: #303C41;
    position: relative;
    margin-bottom: 100px;
}

.service-area-header a h6:after {
    position: absolute;
    left: 517px;
    bottom: 0px;
    width: 80px;
    height: 1px;
    background: #EF3C50;
    content: "";
}

.single-service-box {
    padding: 50px 40px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    margin: 5px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.service-icon i:before {
    font-size: 60px;
    margin: 0;
    background: -webkit-linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-content h4 {
    font-size: 20px;
    font-weight: 500;
}

.single-service-box.active {
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    color: #fff;
}

.service-area-carousel .owl-dots div {
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    width: 15px;
    height: 5px;
    border-radius: 12px;
    opacity: .5;
    display: inline-block;
    margin: 30px 2px 0px 2px;
}

.service-area-carousel .owl-dots div.active {
    opacity: 1;
    width: 30px;
}

.single-service-box:hover .service-content p {
    visibility: hidden;
    opacity: 0;
}

.single-service-box:hover:before {
    content: "\f10e";
    font-family: Flaticon;
    bottom: 60px;
    position: absolute;
    font-size: 50px;
    left: 165px;
    cursor: pointer;
}

.single-service-box:hover {
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    color: #fff;
}

.single-service-box:hover .service-content h4 {
    position: relative;
    top: 10px;
}

.single-service-box:hover .service-icon i:before {
    color: #fff;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-service-box.active .service-icon i:before {
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.portfolio-hero-area-bg {
    background-image: url(../img/portfolio-area-bg.jpg);
}

/* ================================
    *VIDEO AREA CSS
================================ */

.single-video-content i:before {
    font-size: 45px;
    margin-left: 0;
    background: -webkit-linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-area-img {
    background-image: url(../img/video-bg.jpg);
    height: 500px;
    display: table;
    width: 100%;
    text-align: center;
}

.video-area-img-wrap {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.video-area-img-wrap .video-play i:before {
    position: relative;
    z-index: 99;
    margin-left: 0;
    color: #fff;
    font-size: 50px;
    top: 1px;
    left: 1px;
}

.video-play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ef3c50;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0.5;
}

.video-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ef3c50;
  border-radius: 50%;
  transition: all 200ms;
  opacity: .75;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* ================================
    *COUNTER AREA CSS
================================ */

.single-counter i:before {
    margin: 0;
    font-size: 40px;
    background: -webkit-linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.single-counter h2 {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
}

.single-counter span {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
}

.single-counter p {
    font-weight: 500;
    margin-top: -15px;
}

/* ================================
    *AGENCY AREA CSS
================================ */

.agency-header p {
    color: #ef3c50;
    margin-bottom: 10px;
}

.agency-customized {
    text-align: center;
}

.agency-customized i:before {
    font-size: 40px;
    margin-left: 0;
    background: -webkit-linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agency-customized a {
    color: #303c41;
}

.agency-customized .nav-link.active, .nav-pills .show>.nav-link {
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
}

.agency-customized {
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
}

.agency-customized .nav-link.active i:before {
    color: #fff;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agency-customized .nav-link {
    padding: 15px;
}

/* ================================
    *TESTIMONIAL AREA CSS
================================ */

.single-testimonial-carousel img {
    max-width: 85px;
    margin-bottom: 15px;
}

.single-testimonial-carousel {
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 40px;
    margin: 15px;
}

.single-testimonial-carousel p.author-title {
    background-image: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    color: #fff;
    padding: 5px 5px 5px 15px;
    width: 60%;
    border-radius: 18px;
}

.testimonial-carousel .owl-dots div {
    width: 15px;
    height: 5px;
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    border-radius: 12px;
    opacity: .5;
    left: 49%;
    margin: 30px 2px 0px 2px;
    display: inline-block;
}

.testimonial-carousel .owl-dots {
    text-align: center;
}

.testimonial-carousel .owl-dots div.active {
    width: 30px;
    opacity: 1;
}

/* ================================
    *ARTICLE AREA CSS
================================ */

.single-article-img {
    color: #fff;
    position: relative;
}

.article-img {
    height: 250px;
    background: #ddd;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.overflow-on-img {
    overflow: hidden;
    border-radius: 5px;
}

.article-img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    content: "";
    background: #000;
    opacity: .3;
    z-index: -1;
}


.article-img.large-img {
    height: 530px;
}

.article-img-1 {background-image: url(../img/article-img-1.jpg);}
.article-img-2 {background-image: url(../img/article-img-2.jpg);}
.article-img-3 {background-image: url(../img/article-img-3.jpg);}

.single-article-img:hover .article-img {
    transform: scale(1.1);
}

.article-content {
    position: absolute;
    bottom: 20px;
    left: 50px;
    z-index: 1;
}

.article-content i:before {
    margin: 0;
}

.article-content h4 {
    font-size: 20px;
}

.article-content p {
    margin: 0;
}

.shop-article-img {
    height: 275px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.shop-article-img-1 {background-image: url(../img/shop-article-1.jpg);}
.shop-article-img-2 {background-image: url(../img/blog-1.jpg);}
.shop-article-img-3 {background-image: url(../img/shop-article-2.jpg);}

.shop-article-content h5 {
    font-size: 15px;
    font-weight: 500;
}

.shop-article-content {
    margin: 30px 0;
}

.shop-article-img-overflow {
    overflow: hidden;
    border-radius: 5px;
}

.single-shop-article:hover .shop-article-img {
    transform: scale(1.1);
}

.single-shop-article:hover .shop-article-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .5;
}

/* ================================
    *TEAM AREA CSS
================================ */

.single-team-member {
    height: 350px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.team-member-1 {background-image: url(../img/team-member-1.jpg);}
.team-member-2 {background-image: url(../img/team-member-2.jpg);}
.team-member-3 {background-image: url(../img/team-member-3.jpg);}
.team-member-4 {background-image: url(../img/team-member-4.jpg);}
.team-member-5 {background-image: url(../img/team-member-5.jpg);}
.team-member-6 {background-image: url(../img/team-member-6.jpg);}

.team-header h2 {
    font-size: 30px;
}

.team-hover-content h4 {
    font-size: 20px;
    color: #fff;
    transition: .3s;
    position: relative;
    bottom: -50px;
}

.team-hover-content h4 span {
    display: block;
    font-size: 10px;
    padding: 5px 5px 5px 20px;
    border-radius: 13px;
    background-color: #f2c230;
    width: 40%;
    margin-top: 10px;
}

.team-social-icon a i:before {
    margin: 0;
}

.team-social-icon a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    transition: .3s;
    margin-right: 5px;
}

.team-social-icon a:hover {
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    border-color: #ef3c50;
}

.single-team-member:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .1;
    z-index: -1;
    border-radius: 5px;
}

.single-team-member:hover:after {
    opacity: .5;
}

.team-hover-content {
    position: absolute;
    width: 80%;
    bottom: 50px;
    left: 30px;
}

.team-social-icon {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: -20px;
}

.single-team-member:hover .team-social-icon {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.single-team-member:hover .team-hover-content h4 {
    bottom: 0;
}

/* ================================
    **PORTFOLIO AREA CSS
================================ */

.portfolio-img {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    border-radius: 5px;
    transition: .3s;
}

.porfolio-img-list {
    position: relative;
    z-index: 1;
}

.porfolio-img-1 {background-image: url(../img/portfolio-1.jpg);}
.porfolio-img-2 {background-image: url(../img/portfolio-2.jpg);}
.porfolio-img-3 {background-image: url(../img/portfolio-3.jpg);}
.porfolio-img-4 {background-image: url(../img/portfolio-4.jpg);}
.porfolio-img-5 {background-image: url(../img/portfolio-5.jpg);}
.porfolio-img-6 {background-image: url(../img/portfolio-6.jpg);}

.portfolio-overflow {
    overflow: hidden;
}

.portfolio-content {
    position: absolute;
    left: 30px;
    bottom: 45px;
    z-index: 1;
    color: #fff;
}

.porfolio-img-list:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    content: "";
    transition: .3s;
    border-radius: 5px;
}

.porfolio-img-list:hover .portfolio-img {
    transform: scale(1.2);
}

.porfolio-img-list:hover:after {
    opacity: .5;
    transition: .3s;
}

.portfolio-customized li {
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    margin-right: 5px;
}

.portfolio-customized li a.nav-link.active {
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
}

.portfolio-customized li a {
    color: #303c41;
}

.portfolio-customized {
    justify-content: center;
}

.portolio-content-customized {
    padding: 15px 15px 0 15px;
    border: 1px solid #F79DA7;
}

/* ================================
    *BLOG AREA CSS
================================ */

.single-blog-img {
    height: 450px;
    border-radius: 5px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.blog-img-1 {background-image: url(../img/blog-1.jpg);}
.blog-img-2 {background-image: url(../img/blog-2.jpg);}
.blog-img-3 {background-image: url(../img/blog-3.jpg);}
.blog-img-4 {background-image: url(../img/blog-4.jpg);}
.blog-img-5 {background-image: url(../img/blog-5.jpg);}
.blog-img-6 {background-image: url(../img/blog-6.jpg);}

.blog-box-overflow {
    overflow: hidden;
    border-radius: 5px;
}

.single-blog-box:hover .single-blog-img {
    transform: scale(1.1);
}

.single-blog-img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #000;
    content: "";
    opacity: .1;
}

.single-blog-box:hover .single-blog-img:after {
    opacity: .5;
}

.blog-content {
    margin-top: 30px;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 30px;
}

.blog-content h5 {
    font-size: 18px;
    font-weight: 500;
}

.blog-content p i:before {
    margin: 0;
    font-size: 12px;
}

.blog-content p i.flaticon-view:before {
    margin-left: 20px;
}

.blog-content p.blog-meta {
    font-size: 12px;
}

a.read-more-btn {
    color: #ef3c50;
    padding: 13px 25px;
    border: 1px solid;
    display: inline-block;
    border-radius: 5px;
    font-weight: 400;
    transition: .3s;
}

a.read-more-btn:hover {
    color: #fff;
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
}

.blog-content:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #CBCECF;
}

/* ================================
    *SHOP LATEST COLLECTION CSS
================================ */

.latest-dress-img {
    height: 350px;
    background-size: cover;
    background-position: center top;
}

.single-latest-dress {
    position: relative;
    border: 1px solid #DBDBDB;
}

.latest-dress-1 {background-image: url(../img/latest-dress-1.png);}
.latest-dress-2 {background-image: url(../img/latest-dress-2.png);}
.latest-dress-3 {background-image: url(../img/latest-dress-3.png);}
.latest-dress-4 {background-image: url(../img/latest-dress-4.png);}
.latest-dress-5 {background-image: url(../img/latest-dress-5.png);}
.latest-dress-6 {background-image: url(../img/latest-dress-6.png);}

.latest-dress-content {
    padding: 30px 0;
}

.latest-dress-content p {
    font-weight: 400;
    position: relative;
    top: 30px;
    transition: .3s;
}

.latest-dress-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    position: relative;
    top: 10px;
    transition: .3s;
}

.latest-dress-content h4 span {
    text-decoration: line-through;
}

.latest-dress-content a {
    color: #303c41;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: -20px;
    transition: .3s;
}

.single-latest-dress:hover .latest-dress-content a {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}


.single-latest-dress:hover .latest-dress-content p {
    top: 0px;
}

.single-latest-dress:hover .latest-dress-content h4 {
    top: -10px;
}

.single-latest-dress:hover {
    border-color: #F2404B;
}

.single-latest-dress.offer:after {
    position: absolute;
    right: 0;
    top: 5%;
    width: 0px;
    height: 30px;
    background-color: #303c41;
    content: "";
    transition: .3s;
}

.single-latest-dress.offer:before {
    position: absolute;
    right: 0;
    top: 29px;
    width: 50px;
    height: 30px;
    content: "25%";
    color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.single-latest-dress.offer:hover:after {
    width: 50px;
}

.single-latest-dress.offer:hover:before {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

/* ================================
    *SHOP OFFER AREA CSS
================================ */

.single-offer-box {
    width: 100%;
    height: 230px;
    border-radius: 5px;
    color: #fff;
    display: table;
    position: relative;
}

.single-offer-box-wrap {
    display: table-cell;
    vertical-align: middle;
}

.single-offer-box.offer-box-1 {
    background-color: #575a99;
}

.single-offer-box.offer-box-2 {
    background-color: #EB4D55;
}

.single-offer-box.offer-box-3 {
    background-color: #50D890;
}

.single-offer-box-wrap img {
    position: absolute;
    left: 0px;
    bottom: 0;
}

.single-offer-box-wrap h4 {
    font-size: 18px;
    font-weight: 500;
}

.single-offer-box-wrap h4 span {
    display: block;
    font-size: 25px;
    font-weight: 600;
}

.single-offer-box.offer-box-2 {
    text-align: left;
    padding-left: 30px;
}

.single-offer-box.offer-box-2 h4 span {
    font-size: 18px;
}

.single-offer-box:after {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 92%;
    height: 87%;
    content: "";
    border: 1px solid #fff;
}

/* ================================
    *CLIENT FEEDBACK AREA CSS
================================ */

.latest-collection-heading p, .client-feedback-heading p {
    margin: 0;
}

.latest-collection-heading h4, .client-feedback-heading h4 {
    position: relative;
}

.latest-collection-heading h4:after, .client-feedback-heading h4:after {
    position: absolute;
    left: 48%;
    bottom: -15px;
    width: 50px;
    height: 1px;
    background: #EF3D51;
    content: "";
}

.client-img img {
    max-width: 60px;
    float: left;
    margin-right: 15px;
}

.single-client-feedback-carousel {
    margin: 15px;
}

.client-content {
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 50px 30px;
}

.client-content p {
    margin-bottom: 0;
    margin-top: 10px;
}

.client-ratting i:before {
    margin: 0;
    color: #f28705;
    font-size: 12px;
    margin-right: 5px;
}

.client-author p {
    color: #303c41;
    font-weight: 500;
}

.client-author p span {
    font-size: 12px;
    display: block;
    font-weight: 300;
}

.client-author {
    margin-top: 30px;
}

.client-feedback-carousel .owl-dots div {
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    width: 15px;
    height: 5px;
    border-radius: 12px;
    opacity: .5;
    display: inline-block;
    left: 49%;
    margin: 30px 2px 0px 2px;
    position: relative;
}

.client-feedback-carousel .owl-dots div.active {
    width: 30px;
    opacity: 1;
}

/* ================================
    *LATEST BRAND AREA CSS
================================ */

.latest-brand-1 {background-image: url(../img/latest-brand-1.png);}
.latest-brand-2 {background-image: url(../img/latest-brand-2.png);}
.latest-brand-3 {background-image: url(../img/latest-brand-3.png);}

/* ================================
    *CONTACT AREA CSS
================================ */

.contact-icon i:before {
    margin: 0;
    font-size: 50px;
    border: 5px solid #F24B4B;
    padding: 15px;
    border-radius: 50%;
    color: #F24B4B;
    background: #fff;
}

.single-contact-info {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 60px;
    height: 200px;
    position: relative;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.contact-content h5 {
    font-size: 25px;
}

.contact-content p {
    color: #76818c;
    font-size: 18px;
}

.contact-icon {
    margin-top: -95px;
    margin-bottom: 30px;
}

/* ================================
    *FOOTER AREA CSS
================================ */

.footer-area {
    background: #fafafa;
    border-bottom: 1px solid #D8D8D8;
}

.footer-meta h4 {
    font-size: 25px;
    margin-bottom: 30px;
}

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

.footer-meta ul li a {
    line-height: 35px;
    color: #303c41;
    font-weight: 400;
    font-size: 20px;
    opacity: .7;
    transition: all .3s ease-in-out;
}

.footer-meta ul li a:hover {
    opacity: 1;
}

.footer-meta p {
    line-height: 25px;
    color: #303c41;
    font-weight: 400;
    font-size: 18px;
}

.footer-meta p.form-p {
    margin: 5px 0;
    font-size: 15px;
    color: #303c41;
}

.footer-meta input {
    width: 100%;
    padding: 10px;
}

.footer-meta input[type=email] {
    margin-bottom: 15px;
    background: #fafafa;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
}

.footer-meta input[type=submit] {
    border: none;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
}

.social-links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px dashed;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    margin-right: 5px;
    color: #ef3c50;
    transition: .3s;
}

.social-links {
    margin-top: 10px;
}

.social-links a i:before {
    margin: 0;
}

.social-links a:hover {
    background: linear-gradient(251deg, #de2574 2%, #ff5130 98%);
    color: #fff;
    border: 1px solid;
}

.copyright-area p {
    margin: 0;
}

.copyright-area {
    background: #fafafa;
    padding: 45px 0;
}