

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.menu-two{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar{
  background-color: #282828;
  padding: 20px 0
}

.top-bar .social-icon{
  display: flex;
  align-items: center;
}

.top-bar .social-icon i{
  color: #fff;
  font-size: 17px;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 50px;
  line-height: 35px;
  background: #282828;
  transition: 0.5s;
}

.top-bar .social-icon i:hover{
  background-color: #fa346e;
}

.top-bar .content{
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.top-bar .content:last-child{
  margin-right: 0;
}

.top-bar .content .icon i{
  color: #fa346e;
  font-size: 25px;
  margin-right: 15px;
}

.top-bar .content .details p{
  margin-bottom: 0;
  font-size: 14px;
  color: #A5A5A5;
}

.top-bar .content .details p.light{
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
}

.top-bar .content .details p.light:hover{
  color: #fa346e;
}

/*=================================
Home Area
====================================*/
.hero-sec {
  background-image: url(../img/home/hero.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 55% auto;
  position: relative;
}

.hero-sec .content-sec{
  padding: 120px 20px;
  position: relative;
  width: 100%;
}

.hero-sec .content-sec .section-subtitle{
    color: #233d63;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
}

.hero-sec .content-sec .section-title{
    color: #323850;
    text-shadow: 0px 7px 10px rgb(0 0 0 / 10%);
    text-transform: capitalize;
    max-width: 600px;
    font-size: 64px;
    font-weight: 900;
    line-height: 74px;
}

.hero-sec .content-sec .heading__description p {
    color: #8b8e92;
    font-size: 20px;
    max-width: 600px;
    font-weight: 400;
    line-height: 30px;
}

.btn-wraper{
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
}

.hero-sec .content-sec .readmore-btn{
    padding: 24px 39px 24px 39px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #ffffff;
    background-color: #ff1d4d;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff1d4d;
    border-radius: 3px 3px 3px 3px;
    transition: all 0.4s linear;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 10%);
}

.hero-sec .content-sec .readmore-btn:hover {
    color: #ee3131;
    background-color: #ffffff !important;
}


.about .btn-wraper{
  margin-top: 15px;
}

.btn-wraper .home-btn:hover{
  background-color: #4d46b5;
  color: #fff;
}

.bg-color{
  background-color: #282e3f;
}


/*=================================
slider Area End
====================================*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-title-5 {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title-5 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.section-title-5 .separator {
    position: relative;
    margin: 10px auto 0px;
    width: 120px;
}

.section-title-5 .separator ul {
    padding: 0px;
    margin: 0px;
}

.section-title-5 .separator ul::before {
    content: '';
    width: 50px;
    height: 4px;
    background: #c9c9c9;
    left: -18px;
    top: 47%;
    position: absolute;
    border-radius: 50px;
}

.section-title-5 .separator ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fa346e;
}

.section-title-5 .separator ul::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #c9c9c9;
    right: -18px;
    top: 47%;
    border-radius: 50px;
}

.section-title-5 p {
  margin: 25px;
  color: #838383;
  font-weight: 500;
}

.section-bg {
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #f1f1f1a6;
  position: absolute;
  bottom: 0px;
  top: 0;
  left: -5px;
  right: 0;
}

.cl-white{
  color: #fff;
}



.cta-2{
  position: relative;
  padding: 115px 0;
  background: url(../img/cta/bg.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.cta-2 .cta-content .sub-title{
  margin-bottom: 0;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1b1d21;
}

.cta-2 .cta-content .cta-description{
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: justify;
}

.cta-sec-2{
  background: #fff;
  border-bottom: 1px solid rgb(131 131 131 / 30%);
}

.cta-sec-2 .heading{
  position: relative;
}

.cta-sec-2 .section-subtitle {
    color: #111633;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 25px;
}

.cta-sec-2 .section-title {
    color: #111633;
    margin: 0px 0px 30px 0px;
    text-transform: capitalize;
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
}

.cta-sec-2 .heading-description p{
  margin-bottom: 10px;
}
.cta-btn-image img {
    box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 15%);
    margin-right: 20px;
    margin-top: 40px;
}


/* feature section css*/

.feature-sec {
  position: relative;
  width: 100%;
  background: transparent;
  background: #f7f9fb;
}

.feature-sec .feature-box{
    position: relative;
    background: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 48px 35px 40px;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    border-radius: 0px;
    transition: all 0.3s linear;
}

.feature-sec .feature-box .icon{
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 40px;
    background-color: #fa346e;
    border-style: solid;
    border-width: 10px;
    border-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 0px #fa346e;
    width: 100px;
    height: 100px;
    line-height: 80px;
    margin-bottom: 17px;
}

.feature-sec .feature-box .content .title-box{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.feature-sec .feature-box .content .title-box a {
    color: #1b1d21;
}

.feature-sec .feature-box .link-details {
    text-transform: capitalize;
    display: block;
    transition: 0.5s linear;
    padding: 8px 13px;
    font-size: 13px;
    width: 100px;
    margin: auto;
    font-weight: 700;
    color: #fa346e;
    border-radius: 5px;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fa346e;
}

.feature-sec .feature-box:hover .link-details{
  color: #fff !important;
  background: #fa346e;
}

.feature-sec .feature-box .link-details:hover i {
    margin-right: 4px;
}

.feature-sec .feature-box .link-details i {
    margin-right: 8px;
    transition: margin 0.3s ease;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-sec{
  background-color: #f2f2f2;
}

.section-heading{
  padding: 0px 0px 50px 0px;
}

.section-heading .sm-title{
    color: #fa346e;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

.section-heading .bg-title{
      position: relative;
      margin-top: 15px;
      font-size: 36px;
      font-weight: bold;
      text-transform: capitalize;
}

.section-heading .bg-title:after{
      position: absolute;
      content: '';
      width: 1px;
      height: 47px;
      background: #ff1d4d;
      bottom: -60px;
      left: 50%;
      font-weight: bold;
}

.service-box{
    text-align: center;
    overflow: hidden;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
    margin: 25px 0;
    transition: all 0.3s linear;
}

.service-box:hover .link-box {
    background: #fa346e;
    color: #fff;
}

.service-box:hover .link-box span{
  color: #fff;
}

.service-box .content-box {
    padding: 30px 30px 27px;
    background: #fff;
}

.service-box .content-box .title-box {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.service-box .content-box p:last-child {
    margin-bottom: 0;
}

.service-box .content-box p{
    color: #5f5f5f;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    word-break: break-word;
}

.service-box .link-box {
    display: block;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fa346e;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.service-box .link-box span {
    float: left;
    font-size: 14px;
}

.service-box .link-box i {
    float: right;
}

.font-second {
    font-family: "Inter", sans-serif;
}

.service-box:hover {
    transform: translateY(-15px);
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-sec .portfolio-item {
   margin-bottom: 30px;
}

.portfolio-sec .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  margin: 20px 10px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(0,0,0,0.57);
}

.portfolio-sec .portfolio-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 2;
  transition: all ease-in-out 0.5s;
}

.portfolio-sec .portfolio-wrap img {
  transition: all ease-in-out 0.5s;
}


.portfolio-sec .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute; 
  bottom: 20px;
  left:  20px;
  width: 100%;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio-sec .portfolio-wrap .portfolio-info h4 a{
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.portfolio-sec .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio-sec .portfolio-wrap:hover::before {
  opacity: 1;
  background: rgb(0 0 0 / 70%);
}

.portfolio-sec .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio-sec .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.owl-carousel .owl-dots button.owl-dot {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s linear;
}

.owl-theme .owl-dots .owl-dot{
  border: 1px solid #f2f2f2;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fa346e;
  }

/*---------------------
  Product
-----------------------*/

#product .section-title {
    margin-bottom: 45px;
}

#product .product-item {
    margin-bottom: 55px;
}

#product .product-item:hover .product-hover li {
    opacity: 1;
    top: 0;
}

#product .product-item-pic {
    height: 330px;
    position: relative;
    overflow: hidden;
}

#product .product-hover {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 60px;
    text-align: center;
}

#product .product-hover li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 100px;
    opacity: 0;
}

#product .product-hover li:nth-child(1) {
    transition: all 0.4s ease 0.1s;
}

#product .product-hover li:nth-child(2) {
    transition: all 0.4s ease 0.15s;
}

#product .product-hover li:nth-child(3) {
    transition: all 0.4s ease 0.2s;
}

#product .product-hover li:last-child {
    margin-right: 0;
}

#product .product-hover li:hover a {
    background: #fa346e;
    color: #fff;
}

#product .product-hover li a {
    font-size: 18px;
    color: #111111;
    display: block;
    height: 45px;
    width: 45px;
    background: #ffffff;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(24,24,24,.2);
    transition: all, 0.5s;
}

#product .product-item-text {
    text-align: center;
}

#product .product-item-text h6 a {
    font-size: 18px;
    color: #111111;
}

#product .product-item-text .product-price {
    color: #e4573d;
    font-weight: 600;
}

.cta-7 {
    background-color: #f10e00;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0px 95px 0px;
}

.cta-7 span{
  color: #fa346e;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.c-white {
    color: #fff;
}

.cta-7 h3{
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: capitalize;
}

.cta-7 h2{
  color: #fff;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 700; 
}

.ptb-70{
  padding: 70px 0 !important;
}

.cta-7 p{
  letter-spacing: 1px;
  max-width: 800px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.cta-7 .flex-btn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta-7 .btn{
    padding: 30px 52px 30px 52px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0px;
    background-color: #FFFFFF;
    border-style: none;
    border-radius: 999px;
    color: #ffffff;
    transition: all 0.5s;
}

.cta-7 .btn a{
   color: #191717 ;
}

.cta-7 .btn:hover{
  background-color: #000000;
}

.cta-7 .btn:hover a{
  color: #fff;
}

.mb-0 {
    margin-bottom: 0!important;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.our-team{
    text-align:center;
    padding-bottom: 15px;
    margin-top: 30px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    transition:all 0.3s ease 0s;
}
.our-team .pic{
    position: relative;
    border-radius: 10px;
    transition:all 0.3s ease 0s;
}
.our-team .pic img{
    width: 100%;
    height: auto;
}

.our-team .post-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 25px;
}
.our-team .post-title a{
    color:#1f1f1f;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.our-team .post{
    margin-bottom: 10px;
    display: block;
    color:#fa346e;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}


/*--------------------------------------------------------------
# News & Blog
--------------------------------------------------------------*/

.blog-sec {
  position: relative;
  background: #f7f9fb;
}

.blog-sec .blog-item {
    margin-top: 30px;
    transition: all 0.3s linear;
}

.blog-sec .blog-item:hover{
      transform: translateY(-15px);
}

.blog-sec .blog-item .post-inner {
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 10%);
}

.blog-sec .blog-item .inner-post {
    padding: 32px 30px 26px;
    transition: all 0.3s linear;
}

.blog-sec .blog-item .inner-post .post-cat {
    margin-top: -5px;
    margin-bottom: 25px;
}

.blog-sec .blog-item .post-cat a {
    background: #fa346e;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: 7px 12px 6px;
    margin-right: 6px;
    border-radius: 12px;
}

.blog-sec .blog-item .entry-title {
    margin-bottom: 15px;
    line-height: 36px;
    font-size: 20px;
    text-transform: capitalize;
}

.blog-sec .blog-item .entry-meta {
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    color: #818181;
    padding: 22px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.blog-sec .blog-item .entry-meta > span {
    margin-right: 5px;
    display: inline-block;
}

.blog-sec .blog-item .entry-meta a {
    color: #818181;
    font-size: 14px;
    transition: all 0.4s;
}

.blog-sec .blog-item .entry-meta a:hover {
    color: #fa346e;
}

.blog-sec .blog-item .entry-meta > span {
    margin-right: 5px;
}
.blog-sec .blog-item .entry-meta .btn-details {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #1b1d21;
    border-radius: 5px;
    background: #e8e5e5;
    padding: 10px 15px;
    transition: all 0.4s linear;
    border: 1px solid transparent;
    transform: translateY(-50%);
}

.blog-sec .blog-item .btn-details:hover {
    background: rgba(254, 132, 35, 0.1);
    color: #F10E00;
    border-color: #F10E00;
}

.blog-sec .blog-item .btn-details i{
  font-size: 16px;
}


/*==============================================
              Start Testimonials
===============================================*/

#testimonials{
  position: relative;
  background-image: url(../img/testimonial/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


#testimonials .testi-item{
  background: #fff;
  border-radius: 5px;
  margin: 25px 10px;
  box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
}

.client-pic {
    width: 90px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 12px;
    display: inline-block;
}

.client-pic i{
  position: absolute;
  top: -15px;
  right: -25px;
  font-size: 25px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #fa346e;
}

.client-pic img {
    border-radius: 50%;
}

.client-description {
    color: #1f1f1f;
    max-width: 900px;
    margin: auto;
    font-size: 19px;
    padding: 20px 30px;
    text-align: left;
    line-height: 38px;
}

.client-heading {
    padding: 0;
    margin-left: 35px;
    text-align: left;
}

.client-heading h6 {
    font-size: 21px;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 2px;
    color: #1f1f1f;
}

.client-heading span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fa346e;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -22px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #1b1d21;
    font-size: 35px;
    margin: 5px;
    padding: 0px 20px;
    background: rgba(220, 219, 219, 0.5);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.5s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fa346e;
    color: #FFF;
    text-decoration: none;
}

.testi-item .testi-detail{
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==============================================
                Start Footer
===============================================*/

.footer{
  position: relative;
  background: #1E1E1E;
}

.footer .footer-about h3,
.footer .footer-links h3{
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 38px;
  text-transform: capitalize;
}

.footer .footer-about p{
  margin: 0 0 20px;
  color: #C0C1C2;
  line-height: 30px;
}

.footer .footer-about li{
  display: inline-block;
  text-align: center;
}

.footer .footer-about li i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    position: relative;
    display: block;
    margin-right: 5px;
    background-color: #24262F;
    border-radius: 50%;
    transition: all 0.5s;
}

.footer .footer-about li i:hover{
    background: #fa346e;
}

.footer .footer-links li a{
    color: #C0C1C2;
    padding-left: 0;
    margin-bottom: 16px;
    font-size: 16px;
    display: block;
    transition: all 0.5s;
}

.footer .footer-links li a:hover{
   color: #fa346e;
}

.footer .footer-links .link-list li a{
  padding-left: 8px;
}

.footer .contact-info{
  display: flex;
  position: relative;
}

.footer .contact-info .icon{
  position: relative;
  margin-right: 15px;
}

.footer .contact-info .icon i{
  position: absolute;
  top: 8px;
  font-size: 28px;
  color: #fa346e;
}

.footer .contact-info .contact-detail{
  padding-left: 40px;
}

.footer .contact-info .contact-detail p{
  font-size: 16px;
  font-weight: 400;
  color: #C0C1C2;
  margin-bottom: 5px;
}

.footer .contact-info .contact-detail h4{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.footer-bottom{
  position: relative;
  background: #1e1e1e;
}

.footer-bottom .bottom-copyright{
  text-align: center !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}

.footer-bottom .bottom-copyright p{
  margin-bottom: 0;
  color: #C0C1C2;
}

/* === 404 Error page ==== */

.page-404 {
  background: #fff;
  height: auto;
  padding: 125px 0;
}

.page-404-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.page-404-inner h1 {
  font-size: 155px;
  color: #fa346e;
}

.page-404-inner h3 {
  font-size: 55px;
  color: #1f1f1f;
}

.page-404-inner p {
  color: #1f1f1f;
  font-size: 20px;
  margin-top: 25px;
}

.page-404-inner .btn {
  margin-top: 25px;
}

.page-404-inner .btn{
  width: 200px;
  color: #fff;
  border-radius: 0;
  padding: 15px 25px;
  border: 2px solid #1f1f1f;
  transition: all 0.5s;
  background: #1f1f1f;
}

.page-404-inner .btn:hover{
  background: #fa346e;
  border: 2px solid #fa346e;
  color: #fff;
}

/*=================================
      404 Error page css End
===================================*/

.link-box
{
	margin-top:20px;
}

