.bg-lightpink{
  background: #F9F3F3;
}
.bg-lightpurple{
  background: #f1edf4;
}

.header .header-navigation.navbar .nav.navigation-box {
/*  border-top: 1px solid #000;
  border-bottom: 1px solid #000;*/
}
.header .header-navigation.navbar > .container .navbar-brand img,
.header .header-navigation.navbar > .container-fluid .navbar-brand img{
  width: 150px;
}
@media(max-width: 560px){
  .header .header-navigation.navbar > .container .navbar-brand img.slideIn-logo,
  .header .header-navigation.navbar > .container-fluid .navbar-brand img.slideIn-logo{
  width: 80px;
}
}
.banner {
	background: url(../img/watermark.png) right bottom / cover no-repeat #f1edf4;
  background: url(../img/bg-banner.png) center / cover no-repeat #f1edf4;*/
}
.banner .container {
  width: 100%;
  max-width: 1920px;
}
.banner .banner-img-box {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.banner .banner-img-box::before {
	display: none;
}
.banner .banner-img-box img {
	/* transform: scaleX(-1); */
	box-shadow: none;
  margin-left: 0;
}
/*.banner .banner-content {
  padding-top: 350px;
}
.banner .banner-content .button-box {
  position: absolute;
  bottom: -40px;
  right: 90px;
}*/
.banner .banner-content .title:after {
  display: none;
}
.banner .banner-content .title .typed {
	font-size: 48px;
}
.about-area .lt {
  background: transparent url(../img/about-content-bg-lt.png) 0px 0px no-repeat;
  padding-bottom: 150px;
}
.about-area .lb {
  background: transparent url(../img/about-content-bg-lb.png) 0px 0px no-repeat;
}
.about-area .rt {
  background: transparent url(../img/about-content-bg-rt.png) 0px 0px no-repeat;
  text-align: right;
  padding-right: 60px;
}
.about-area .rb {
  background: transparent url(../img/about-content-bg-rb.png) 0px 0px no-repeat;
  text-align: right;
  padding-right: 60px;
  padding-bottom: 150px;
}
.call-to-action:before {
  background: rgb(196 144 144 / 80%);
  background: #9174adb8;
}
.call-to-action .container p {
  font-style: normal;
}
.review-area .testimonial-carousel .single-testimonial span {
  font-style: normal;
}
.sec-title h2, .sec-title h1 {
  font-size: 38px;
    color: #222222;
    line-height: 1em;
    font-weight: 600;
  font-family: 'Raleway', 'cwTeXYen', 'Helvetica', 'roboto', arial, sans-serif;
}
.single-blog-grid .text-box h2{
      margin: 0;
color: #222222;
    font-weight: 600;
    font-size: 20px;
    font-size: 22px;
    transition: all 0.4s ease;
    line-height: 1.4;
    margin-bottom: 10px;
}
.banner .banner-content .title {
  font-family: 'Raleway', 'cwTeXYen', 'Helvetica', 'roboto', arial, sans-serif;
}
.thm-btn {
  font-family: 'Raleway', 'cwTeXYen', 'Helvetica', 'roboto', arial, sans-serif;
}
.header.stricky-fixed {
  background: rgba(255, 255, 255, .8);
}
.header.stricky-fixed .navigation-box {
  margin-top: 3px;
}
.header .header-navigation.navbar .nav > li > a {
  color: #000;
  font-weight: 700;
  font-family: 'Raleway', 'cwTeXYen', 'Helvetica', 'roboto', arial, sans-serif;
}
.header .header-navigation.navbar .nav > li.current > a {
  color: #231815;
}
.header .header-navigation.navbar .nav > li:hover > a {
  color: #231815;
}
ul.contact-info li {
  font-family: 'Raleway', 'cwTeXYen', 'Helvetica', 'roboto', arial, sans-serif;
}
.services-area .single-service:hover .icon-box{
  background: #fff;
  background: transparent;
}
.img-box {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 10px;
}
.img-box img {
  width: 100%;
}
.banner .thm-btn {
  color: #9174ad;
  font-size: 40px;
  background: #fff;
  border-radius: 78px;
  padding: 50px 30px;
}
.banner .thm-btn small{
  color: #000;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin-top: 20px;
}
.single-blog-grid .text-box p {
  color: #000;
}
.thm-btn {
  border-color: #fff;
}
.thm-btn.borderd, .thm-btn:hover {
  color: #C49090;
  background: #fff;
}
#popup{
  height: 80vh;
  width: 100%;
  margin: 0 auto;
}

.inner-banner h2, .inner-banner .title{
  color: #9174ad;
}
.inner-banner .breadcumb a{
  color: #9174ad;  
}
.inner-banner .breadcumb ol li:not(:last-child)::before{
  color: #9174ad;
}

.social-media .icon{
      width: 30px;
    height: 30px;
        display: inline-block;
}
.social-media .icon img{
  width: 100%;
  height: 100%;
}

.contact-area .social-media .icon{
    width: 40px;
    height: 40px;
}