.space-centre 
{
	margin-left: 66px;
}
.logo-box-style2 img {
    width: 35%;
}
/*slider*/
    .rslides1_nav.prev, .rslides1_nav.next{
position: absolute;
    top: 0;
    font-size: 25px;
    z-index: 9;
    top: 12%;
    background: #0395de;
    padding: 7px 15px;
    border-radius: 3px;
    font-weight: 900;
    color: white;
}

.rslides1_nav.next
{
    right:20px;
}
.rslides1_nav.prev 
{
  left: 20px;
}
.pr-bg 
{
    background:#000000ad;
}
.project-head .title
{
    color: gold;
}
.footer-logo img {
    width: 60%;
}
/*.home 
{
  margin-top: 51px;
}*/
.product-name {
    background: #2a166f;
    text-align: center;
    padding: 4px 0px;
}
.product-name h2 {
    font-weight: 300;
    font-size: 22px;
    color: white;
}
/* shell */
.shell{
    padding:80px 0;
  }
  .wsk-cp-product{
    background:#fff;
    padding:15px;
    border-radius:6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position:relative;
    margin:20px auto;
    height: 343px;
  }
  .wsk-cp-img{
    position:absolute;
    top:5px;
    left:50%;
    transform:translate(-50%);
    -webkit-transform:translate(-50%);
    -ms-transform:translate(-50%);
    -moz-transform:translate(-50%);
    -o-transform:translate(-50%);
    -khtml-transform:translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
  }
  .wsk-cp-img img{
    width:100%;
    transition: all 0.2s ease-in-out;
    border-radius:6px;
  }
  .wsk-cp-product:hover .wsk-cp-img{
    top:-40px;
  }
  .wsk-cp-product:hover .wsk-cp-img img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
  .wsk-cp-text{
    padding-top:100%;
  }
  .wsk-cp-text .category{
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    margin-bottom:45px;
    position:relative;
    transition: all 0.2s ease-in-out;
  }
  .wsk-cp-text .category > *{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
      
  }
  .wsk-cp-text .category > span{
    padding: 12px 30px;
    border: 1px solid #313131;
    background:#212121;
    color:#fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius:27px;
    transition: all 0.05s ease-in-out;
    
  }
  .wsk-cp-product:hover .wsk-cp-text .category > span{
    border-color:#ddd;
    box-shadow: none;
    padding: 11px 28px;
  }
  .wsk-cp-product:hover .wsk-cp-text .category{
    margin-top: 0px;
  }
  .wsk-cp-text .title-product{
    text-align:center;
  }
  .wsk-cp-text .title-product h3{
    font-size:20px;
    font-weight:bold;
    margin:28px auto;
    overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    width:100%;
  }
  .wsk-cp-text .description-prod p{
    margin:0;
  }
  /* Truncate */
  .wsk-cp-text .description-prod {
    text-align:center;
    width: 100%;
    height:62px;
    overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    margin-bottom:15px;
  }
  .card-footer{
    padding: 25px 0 5px;
    border-top: 1px solid #ddd;
  }
  .card-footer:after, .card-footer:before{
    content:'';
    display:table;
  }
  .card-footer:after{
    clear:both;
  }
  
  .card-footer .wcf-left{
    float:left;
    
  }
  
  .card-footer .wcf-right{
    float:right;
  }
  
  .price{
    font-size:18px;
    font-weight:bold;
  }
  
  a.buy-btn{
    display:block;
    color:#212121;
    text-align:center;
    font-size: 18px;
    width:35px;
    height:35px;
    line-height:35px;
    border-radius:50%;
    border:1px solid #212121;
    transition: all 0.2s ease-in-out;
  }
  a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
    text-decoration:none;
  }
  .wsk-btn{
    display:inline-block;
    color:#212121;
    text-align:center;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    border-color: #FF9800;
    background: #FF9800;
    padding:12px 30px;
    border-radius:27px;
    margin: 0 5px;
  }
  .wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
    text-decoration:none;
    color:#fff;
  }  
  .#0395de{
    color:#F44336;
    font-size:22px;
    display:inline-block;
    margin: 0 5px;
  }
  @media screen and (max-width: 991px) {
    .wsk-cp-product{
      margin:40px auto;
    }
    .wsk-cp-product .wsk-cp-img{
    top:-40px;
  }
  .wsk-cp-product .wsk-cp-img img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
    .wsk-cp-product .wsk-cp-text .category > span{
    border-color:#ddd;
    box-shadow: none;
    padding: 11px 28px;
  }
  .wsk-cp-product .wsk-cp-text .category{
    margin-top: 0px;
  }
  a.buy-btn{
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
  }
  }
/* shell */
.logo-box-style2 {
    position: relative;
    display: block;
    margin: 0 0;
    transition: all 500ms ease 100ms;
    width: 100%;
    text-align: center;
    background: white;
    padding: 10px;
}
.service-bg
{
    background-image: url(../images/parallax-background/service-bg.jpg);
    background-attachment: fixed;
}
.about-content p {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}
.about-content a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-style: italic;
    transition: 0.5s;
}
.about-content a:hover 
{
  padding-left: 15px;
  transition: 0.5s;
}
.about-content 
{
  text-align: center;
}
.interior
{
  padding: 20px 0px;
  /*background: white;*/
}
/*.space 
{
  padding: 100px 50px;
}*/
.about-img {
    width: 100%;
}
.about-content-interior p 
{
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}
.about-content-interior {
    background: #2a166f;
    padding: 16px 36px;
}
.space 
{
  padding: 80px 0px;
}
.content-header{
  font-family: 'Oleo Script', cursive;
  color:#fcc500;
  font-size: 45px;
}

.section-content{
  text-align: center; 

}
#contact{
    
  width: 100%;
  color : #fff;    
}



.form-control{
  font-size: 1.3em;
  color: #080808;
}


.submit{
  font-size: 1.1em;
  float: right;
  width: 150px;
  background-color: transparent;
  color: #fff;

}
.contact-form {
  background: #ffffff42;
    padding: 0px 26px;
    padding-top: 20px;
    padding-bottom: 60px;
}
.form-group label {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.contact-btn.main-btn {
    background: #0395de;
    color: white;
    padding: 8px 19px;
    float: right;
}
.contact-details h4 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 21px;
    font-weight: 300;
    margin-top: 15px;
}

.contact-details h3 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 25px;
    font-weight: 300;
}
.contact-details {
    background: #2a166f;
    margin: 30px 0;
    padding: 30px 0px;
    text-align: center;
    border-top-right-radius: 57px;
    border-bottom-left-radius: 57px;
}
.service-head h2 {
    font-family: 'Dancing Script';
    font-size: 45px;
}
.choose-content.sr-content p {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
}
.darkblue h2 
{
    color: white;
}
.darkblue p
{
    color: white !important;
}
.darkblue 
{
    background: #2a166f;
    padding: 20px;
}
.blue h2 
{
    color: white;
}
.blue p
{
    color: white !important;
}
.blue 
{
    background: #0394dd;
    padding: 20px;
}
.service-image-left img {
    width: 100%;
}
.service-image-left {
    box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 33%);
    border-radius: 50%;
    width: 100%;
}
.mb-40 {
    margin-bottom: 40px;
}
.interior-service .outer-box {
    padding: 0px 0px !important;
    margin-top: 40px;
}
.interior-service .outer-box .text {
    padding: 4px 29px !important;
}
.interior-service .outer-box .text h3 {
    margin: 0px !important;
    font-family: 'Dancing Script';
    text-align: center;
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 1;
    font-weight: 100 !important;
}
.clients {
    box-shadow: -6px 5px 0px 0px rgb(0 0 0 / 17%);
    border-radius: 50%;
}
.story-head h2 {
    color: black;
    font-size: 35px;
}
.story-head 
{
  margin-bottom: 15px;
}
.story-head h2 span {
    color: #0395de;
}
.story-content p {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
/*.story-main {
    width: 60%;
}*/
.story-button-border a {
    color: black;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
}
.story-button-bg a {
    color: white;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
}
.story-button-border {
    background: none;
    text-align: center;
    padding: 13px;
    border:2px solid black ;
}
.reason-bt {
    background: #0395de;
    border: none;
    border-radius: 30px;
}
.reason-bg {
    background: #dedede !important;
    border-radius: 20px;
}
.distributor-content h4 {
    font-size: 20px;    
}
.story-button-bg {
    background: #2a166f;
    text-align: center;
    padding: 13px;
}
.feature-box.text .title {
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}
.feature-box .title {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}
.feature-box {
    line-height: 24px;
    position: relative;
    margin-bottom: 50px;
}
.feature-box.text label {
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    color: #2a166f;
}
.feature-box p {
    color: black;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.list-footer {
    text-align: right;
}
.list-footer a {
    color: white;
}
.service-content {
    background: white;
    padding: 10px;
    text-align: center;
    box-shadow: -7px 6px 0px 0px rgb(0 0 0 / 9%);
}
.service-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    background: #2a166f;
    color: white;
    padding: 8px;
    margin: 0px -10px -10px;
}
.gallery 
{
    margin-bottom: 30px;
}
.tnit-menu-item {
    float: left;
    width: 100%;
    position: relative;
    margin: 40px 0 30px;
}
.tnit-menu-item .text-holder {
    float: left;
    width: 100%;
    padding: 33px 20px 30px;
    background-color: #fff;
    position: relative;
}
.tnit-menu-item .text-holder p {
    font-size: 14px;
    margin-bottom: 0;
}
.tnit-menu-item .text-holder:after {
    content: " ";
    position: absolute;
    left: 0;
    top: -27px;
    width: 100%;
    height: 40px;
    background: #fff;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(2deg);
}
.tnit-menu-thumb {
    /*position: relative;*/
    z-index: 11;
    overflow: visible;
    margin-bottom: 0;
}
.tnit-menu-thumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(255,255,255,.8);
    z-index: 1;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.tnit-menu-thumb img {
    width: 100%;
    height: auto;
}
.tnit-menu-item .btn-menu {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
    float: left;
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    background: #2a166f;
    font-family: 'Montserrat', sans-serif;
}
.tnit-menu-item-right .text-holder:after {
content: " ";
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: 40px;
    background: #fff;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(357deg);
}
.header-head {
    background: #2a166f;
    padding: 50px;
    text-align: center;
}
.header-head h2 {
    margin-bottom: 0px;
    color: white;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.heart {
    font-size: 150px;
    color: #e00;
    animation: beat .25s infinite alternate;
    transform-origin: center;
}

/* Heart beat animation */

@keyframes beat{
    to { transform: scale(1.2); }
}
@media (max-width: 768px)
{
	.space-centre 
	{
		margin-left: 0px;
	}
  .top-bar-style2 
  {
    position: relative;
    display: block;
    background: #2a166f;
    padding: 3px 50px;
  }
}