@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

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

button:focus{
  outline:none;
}

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

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff !important;
  line-height:18px;
  background:#591085;
  border:3px solid #c975fc;
  border-radius:20px 0 20px 0;
  padding:15px 30px;
}

.common_btn:hover{
  background:#c975fc;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff !important;
  line-height:18px;
  background:#c975fc;
  border:3px solid #591085;
  border-radius:20px 0 20px 0;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#591085;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header-top{
  background:#37133d;
  padding:12px 0;
  transition:all 600ms ease-in-out;
}

.header-top ul li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.header-top ul li span{
  margin-right:8px;
}

.header-top ul li a{
  color:#fff;
}

.header-top ul li a:hover{
  color:#eddbfc;
}

.header-bottom{
  padding:15px 0;
  transition:all 600ms ease-in-out;
}

.hd-logo{
  width:260px;
  transition:all 600ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header-top{
    margin-top:-45px;
  }

  .navbar-default.navbar-fixed .header-bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .hd-logo{
    width:180px;
  }

}

.home-banner{
  line-height:0;
  margin-top:172px;
}

.home-banner:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.4);
  left:0;
  top:0;
}

.home-banner .desc{
  left:0;
  bottom:26%;
}

.banner-content{
	width:550px;
	max-width:100%;
}

.banner-bg-title{
  font-size:30px;
  line-height:38px;
  padding-bottom:15px;
}

/* .banner-bg-title strong{
  display:block;
  color:#e6d4f4;
  font-weight:700;
} */

.banner-content #app{
  display:inline-block;
  background:#591085;
  font-size:28px;
  color:#fff;
  line-height:30px;
  font-weight:600;
  padding:13px 20px;
}

.service-panel,
.value-panel,
.choose-panel,
.work-panel,
.testimonial-panel{
  background:#f6f0fb;
  padding:60px 0;
}

.service-panel .top-panel{
  padding-bottom:35px;
}

.service-bg-title,
.about-bg-title,
.choose-bg-title,
.work-bg-title,
.testimonial-bg-title{
  font-size:45px;
  color:#400763;
  line-height:53px;
  padding-bottom:16px;
}

.service-box img.big{
  border-radius:120px;
}

.service-title{
  font-size:22px;
  color:#050207;
  line-height:28px;
  font-weight:600;
  padding:20px 0 15px;
}

.about-panel{
  background:url(../images/about-lt-design.png) no-repeat left center, #f6f6f6;
  padding:40px 0;
}

.about-img img{
  border-radius:50%;
}

.about-sm-title,
.work-sm-title,
.testimonial-sm-title{
  font-size:22px;
  color:#212220;
  line-height:24px;
  font-weight:600;
  border-bottom:2px solid #212220;
  margin-bottom:10px;
  padding-bottom:6px;
}

.value-panel{
  background:url(../images/value-bg.jpg) no-repeat center center;
  background-size:cover;
  border-radius:0 100px 0 100px;
}

.value-box .icon{
  width:100px;
  height:100px;
  line-height:100px;
  background:#fff;
  text-align:center;
  border-radius:50%;
  margin:0 auto;
}

.value-title{
  font-size:22px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  padding-top:16px;
}

.choose-sm-title{
  font-size:24px;
  color:#441a69;
  line-height:26px;
  font-weight:600;
  padding-bottom:12px;
}

.choose-bg-title{
  color:#78588b;
}

.choose-panel .bottom-panel .block{
  margin-bottom:40px;
}

.choose-panel .bottom-panel .block:last-child{
  margin-bottom:0;
}

.choose-img img{
  border-radius:50px 50px 0 50px;
}

.choose-title{
  font-size:28px;
  color:#0d2102;
  line-height:36px;
  font-weight:600;
  background:url(../images/list-icon01.png) no-repeat left center;
  margin-bottom:12px;
  padding-left:42px;
}

.work-panel{
  background:url(../images/work-bg.jpg) no-repeat center center;
  background-size:cover;
}

.work-sm-title{
  border-bottom-color:#fff;
}

.work-bg-title{
  padding-bottom:35px;
}

.work-title{
  font-size:28px;
  line-height:35px;
  font-weight:600;
  padding:15px 0 12px;
}

.testimonial-panel{
  background:linear-gradient(to right, #cfa9e6 , #a760d3);
}

.testimonial-sm-title{
  color:#503182;
  border-bottom-color:#503182;
}

.testimonial-bg-title{
  padding-bottom:40px;
}

.testimonial-box .sp-testimonial-free-section{
  margin:0 !important;
}

.testimonial-box .sp-testimonial-content p{
  color:#fff;
}

.testimonial-box .sp-testimonial-client-name{
  font-size:24px !important;
  color:#fff !important;
  line-height:26px !important;
}

.h-form-box{
  border-radius:15px;
  box-shadow:0 4px 15px rgba(0,0,0,.2);
  padding:40px;
}

.footer-top{
  background:url(../images/footer-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:50px 0 35px;
}

.footer-title{
  font-size:24px;
  color:#4b286c;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

.ft-link li{
  line-height:0;
  margin-bottom:10px;
}

.ft-link li:last-child,
.ft-contact li:last-child{
  margin-bottom:0;
}

.ft-link li a,
.ft-contact li{
  font-size:16px;
  color:#040601;
  line-height:18px;
}

.ft-link li a:hover,
.ft-contact li a:hover,
.footer-bottom .text-common a{
  color:#503182;
}

.ft-contact li{
  margin-bottom:15px;
}

.ft-contact li span{
  display:inline-block;
  width:21px;
  margin-right:10px;
}

.ft-contact li a{
  color:#040601;
}

.footer-bottom{
  padding:20px 0;
}

.accessibility-tool{
  position:fixed;
  left:0;
  top:280px;
  z-index:999;
}

.fix-social-icon{
  position:fixed;
  right:0;
  top:230px;
  z-index:999;
}

.fix-social-icon ul li a{
  background:#591085;
  width:140px;
  color:#fff;
  position:relative;
  right:-100px;
}

.fix-social-icon ul li a:hover{
  right:0;
}

.fix-social-icon ul li a img{
	width:40px;
}

.fix-social-icon ul li:nth-child(2n) a{
  background:#c975fc;
}

[data-animate-in] {
    opacity: 0;
    transition: transform 1s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.8s ease, opacity 0.6s ease
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

#back-button {
  display:inline-block;
  background-color:#591085;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:90px;
  right:30px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat center center;
  background-size:cover;
  margin-top:172px !important;
  padding:160px 0 130px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#591085;
  line-height:80px;
  border-radius:50%;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-size:24px;
  color:#c975fc;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#1c1c1c;
  font-weight:500;
}

.contact-main a:hover{
  color:#c975fc;
}

.thumb-conatct .form-box{
  border-radius:15px;
  box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

.contact-form .block label{
  font-size:16px;
  color:#323232;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:48px;
  border-radius:0;
  border:1px solid rgba(0,0,0,.15);
  background:none;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#494848;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#494848
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
  box-shadow:none;
}

.contact-form .block textarea.form-control{
  height:105px;
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow01.png) no-repeat 96% center, #fff !important;
}

.contact-form .block select option{
  color:#000;
}

.contact-form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact-form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:#591085;
  border:3px solid #c975fc;
  border-radius:20px 0 20px 0;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#c975fc;
  color:#fff;
}

.contact-form .block .wpcf7-spinner{
  display:none;
}

.contact-form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact-form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.inner-sec.testimonial-box .sp-testimonial-free{
  background:#183497 !important;
  padding:30px;
}

.inner-title{
  font-size:36px;
  color:#000;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#591085;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner-list li{
  font-size:16px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:30px;
}

.inner-list li:last-child{
  margin-bottom:0;
}

.home .inner-list li{
	color:#fff;
}

.bg-color{
  background:#f7f7f7;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#c975fc;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#591085;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#c975fc;
}

.woocommerce .entry-content,
.woocommerce-cart .entry-content,
.woocommerce-account .entry-content,
.woocommerce-checkout .entry-content{
	margin:0 auto !important;
	padding-left:0 !important;
	padding-right:0 !important;
}

.woocommerce ul.products.columns-4{
	text-align:center;
}

.woocommerce ul.products.columns-4 li{
	float:none !important;
	display:inline-block;
}

#post-271{padding: 200px 160px;}
#post-207{padding: 200px 160px;}
.woocommerce-account .woocommerce-MyAccount-navigation{ padding: 80px 0px 80px 280px;  }
.entry-content a, .entry-summary a, .page-content a, .comment-content a { color: #000;  }
.woocommerce-MyAccount-navigation ul li{ border: 1px solid #ccc; padding: 5px;  }
.woocommerce-MyAccount-content p{ color: #000; }
.woocommerce-MyAccount-content{ padding-top: 80px; padding-right: 280px;   }
.wc-block-components-quantity-selector{ color: #000; }
.wc-block-components-formatted-money-amount { color: #000; }
.wc-block-components-product-metadata__description{ color: #000; }
.wc-block-components-panel__button{ color: #000; }
.wc-block-components-totals-item__label{color: #000; }
.woocommerce-form-login__submit{ background: #591085 !important; color: #fff !important; border: none;  }
.woocommerce-form-register__submit{ background: #591085 !important; color: #fff !important; border: none; }
.woocommerce-privacy-policy-text{ color: #000; }
.woocommerce-result-count{ color: #000; padding-top: 40px;  }
.woocommerce-ordering{ padding-top: 40px; }
.add_to_cart_button{ background: #591085 !important; color: #fff !important; border: none;  }

.wc-block-components-button__text{ color: #fff; }
#content-sidebar{ display: none; }
.p-cat{ padding: 80px 0; }
.p-cat h4{ color: #000; margin: 0; }
/* .products{justify-content: center; display: flex; margin: auto !important; max-width: 80% !important; } */
/* .woocommerce-result-count{ padding: 20px 150px;}
.woocommerce-ordering{ padding: 20px 150px;} */
.woocommerce-ordering select{ background: #591085; border: none; color: #fff; padding: 10px;   }
.entry-content a, .entry-summary a, .page-content a, .comment-content a { color: #591085; }
.woocommerce ul.products li.product .button { border: 3px solid #c975fc; border-radius: 20px 0 20px 0; padding: 12px 20px;   }
.woocommerce div.product form.cart .button{ border: 3px solid #c975fc; border-radius: 20px 0 20px 0;}
.wc-block-cart__submit-container{ background: #591085 !important; border: 3px solid #c975fc; border-radius: 20px 0 20px 0; }
.woocommerce-product-details__short-description{ color: #000; }
.product_meta{ color: #000; }
.entry-title{ color: #591085;  }
.woocommerce-Tabs-panel--description{  color: #000; }
.navigation{ display: none; }
.comments-area{ display: none; }
.wp-block-woocommerce-filled-cart-block{ width: 1320px; }
.wc-block-components-sidebar-layout{ width: 1320px; }
.woocommerce-LostPassword a:hover{ color: #c975fc !important;}
.site-content .has-post-thumbnail .entry-header{ margin-top: 150px !important; margin-left: 100px !important; }
.wc-tabs .active{ background: #591085 !important; color: #fff !important;  }
.woocommerce-Tabs-panel--description h2{ color: #591085; padding-left: 20px;  }
.woocommerce-Tabs-panel--description p{ padding-left: 20px; }
.woocommerce-Tabs-panel--description{ border: 1px solid #591085; padding: 20px !important;  }
.woocommerce-ResetPassword p{ color: #000; }
.woocommerce-ResetPassword{ padding: 80px 0;}
.woocommerce-Button{ border: 3px solid #c975fc !important; border-radius: 20px 0 20px 0 !important; padding: 12px 20px !important; background: #591085 !important; color: #fff !important;    }
.woocommerce-form-register p{ color: #000; }
.woocommerce-form-login__submit{ border: 3px solid #c975fc !important; border-radius: 20px 0 20px 0 !important; padding: 12px 20px !important; background: #591085 !important; color: #fff !important; }
.wc-forward{ border: 3px solid #c975fc !important; border-radius: 20px 0 20px 0 !important; padding: 12px 20px !important; background: #591085 !important; color: #fff !important; }
.woocommerce-Address-title h2{ color: #000;}
.woocommerce-Address address{ color: #000 !important;}
.woocommerce-loop-product__title{ font-size: 18px !important;  }
.related h2{ color: #000 !important; margin: 40px 0 !important;  }
.wc-block-cart__main{ width: 65% !important; }
.wp-block-woocommerce-checkout-contact-information-block{ color: #000; }
.wc-block-components-checkout-step__title{ color: #000; }
.wc-block-components-checkout-step__title p{ color: #000; }
.wc-block-components-checkout-step__description{ color: #000; }
.wc-block-components-address-form__address_2-toggle{ color: #000 !important; }
.wc-block-components-checkbox__label{ color: #000; }
.wc-block-checkout__terms span{ color: #000 !important; }
.woocommerce-result-count{ padding-left: 185px; }
.woocommerce-ordering{ padding-right: 185px; }
#customer_login{ width: 1300px; margin: auto; }
.woocommerce-ResetPassword{ width: 1300px; margin: auto; }
.single-product{ padding: 0 130px; }

@media screen and (max-width:991px){
  .navbar-default{
    position:inherit;
  }

  .header-bottom{
    padding:10px 0;
  }

  .hd-logo{
    width:200px;
  }

  .home-banner{
    margin-top:0;
  }

  .home-banner .desc{
    bottom:20%;
  }

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

  #back-button{
    right:16px;
    bottom:80px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:0 !important;
    padding:100px 0 80px !important;
  }

  .thumb-conatct .section .text{
    width:72%;
  }



}

@media screen and (max-width:767px){
  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:25px;
    line-height:30px;
    padding-bottom:10px;
  }

  .banner-content #app{
    font-size:15px;
    line-height:17px;
    padding:8px 15px;
  }

  .common_btn,
  .common_btn2,
  .contact-form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:10px 20px;
  }

  .service-panel, 
  .value-panel, 
  .choose-panel, 
  .work-panel, 
  .testimonial-panel{
    padding:35px 0;
  }

  .service-bg-title, 
  .about-bg-title, 
  .choose-bg-title, 
  .work-bg-title, 
  .testimonial-bg-title,
  .inner-title,
  .cta-title{
    font-size:24px;
    line-height:32px;
    padding-bottom:18px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:24px;
	}
	
	.inner-list li{
		font-size:14px;
		line-height:22px;
	}

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .service-title{
    font-size:17px;
    line-height:22px;
  }

  .about-panel{
    background:none;
  }

  .about-sm-title,
  .value-title,
  .choose-sm-title,
  .work-sm-title, 
  .testimonial-sm-title{
    font-size:16px;
    line-height:18px;
  }

  .choose-title{
    font-size:18px;
    line-height:20px;
    background-size:20px;
    padding-left:30px;
  }

  .work-title{
    font-size:20px;
    line-height:22px;
  }

  .testimonial-box .sp-testimonial-content p{
    font-size:15px !important;
    line-height:23px !important;
  }

  .testimonial-box .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .h-form-box{
    padding:30px;
  }

  .contact-form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact-form .block textarea.form-control{
    height:85px;
  }

  .ft-logo{
    width:120px;
  }

  .footer-top{
    padding:30px 0 25px;
  }

  .footer-title,
  .contact-title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

  .ft-link li a, 
  .ft-contact li{
    font-size:14px;
  }

  .fix-social-icon{
    top:140px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-main{
    font-size:15px;
    line-height:20px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:200px;
  }
  .woocommerce-ResetPassword{ padding: 20px; }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
	  float: left !important; width: 40% !important; 	}
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{ float: left !important; margin-top: -110px !important; width: 100% !important; }
  .p-cat img{ margin-top: 30px; }
  .add_to_cart_button{ font-size: 14px !important; }  
  .site-content .has-post-thumbnail .entry-header{ margin-left: 0px !important; }
  .single-product{ padding: 0; }
  .entry-summar{ padding: 10px !important; }
  .summary{ padding: 10px !important; }
}

@media screen and (max-width:575px){
  .home-banner .desc{
    bottom:10%;
  }

	.banner-bg-title{
		font-size:16px;
		line-height:21px;
	}
  
}
