/* 
	CSS Document 
	Author : Soumen Maity.
	Email: soumenmaity2008@rediffmail.com
	Project Name: Suzi Pleasure
	Date: 28-Oct-2017
	File: Style.css
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i|Righteous");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
/*
font-family: 'Allura', cursive;
font-family: 'Comfortaa', cursive;


font-family: 'Oswald', sans-serif;
*/
body {
  font-family: 'Comfortaa', cursive; }

* {
  outline: none !important; }

a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

.fa {
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #212121; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  margin-top: 30px;
  /*	&::before{
  		position: absolute;
  		content: "";
  		left: 0;
  		top: 0;
  		bottom: 0;
  		background-color: #000;
  		width: 60%;
  		z-index: 1;
  	}
  	&::after{
  		position: absolute;
  		content: "";
  		right: 0;
  		top: 0;
  		bottom:0;
  		background-color: $p-color;
  		width: 40%;
  		z-index: 1;
  	}*/ }
  header .container {
    z-index: 2; }
    header .container .row {
      display: flex;
      align-items: center; }
  header .logo a {
    display: block;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    background-color: #000;
    padding: 5px 25px; }
    header .logo a img {
      display: block;
      height: 80px;
      margin: 0 auto;
      -webkit-transform: skewX(-30deg);
      -moz-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      transform: skewX(-30deg); }
  header .menu .redcolor {
    padding: 0px 30px;
    background-color: rgba(248, 14, 29, 0.89);
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg); }
    header .menu .redcolor .redcolor-inner {
      -webkit-transform: skewX(-30deg);
      -moz-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      transform: skewX(-30deg); }
  header .menu .nav-btn {
    display: none; }
  header .menu nav > ul {
    float: right; }
    header .menu nav > ul > li {
      float: left; }
      header .menu nav > ul > li.active a {
        color: #fff;
        background-color: #000; }
      header .menu nav > ul > li:hover a {
        background-color: #000;
        color: #fff; }
      header .menu nav > ul > li > a {
        color: #000;
        font-size: 14px;
        display: block;
        padding: 10px 15px;
        line-height: 30px;
        letter-spacing: 2px; }

.slider-wrap {
  position: relative; }
  .slider-wrap .banner {
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center; }
    .slider-wrap .banner h6 {
      font-size: 20px;
      color: #f80e1d;
      display: none; }
    .slider-wrap .banner h1 {
      font-size: 54px;
      text-transform: uppercase;
      color: #fff;
      font-family: 'Oswald', sans-serif;
      opacity: 0.30;
      font-weight: 300;
      letter-spacing: 3px; }
  .slider-wrap .call-me {
    display: none;
    z-index: 99;
    background-color: rgba(248, 14, 29, 0.95);
    content: "";
    position: absolute;
    top: 42px;
    right: 70%;
    opacity: 0;
    box-shadow: 4px 4px 6px #000;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    transition: all 3s; }
    .slider-wrap .call-me h1 {
      -webkit-transform: skewX(-30deg);
      -moz-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      transform: skewX(-30deg);
      position: relative;
      margin: 0;
      text-align: center;
      padding: 5px 35px;
      font-size: 18px;
      line-height: 32px;
      color: #fff;
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .slider-wrap .call-me h1 a {
        margin-left: 20px; }
        .slider-wrap .call-me h1 a:hover {
          color: #000; }
  .slider-wrap .mail-me {
    display: none;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.95);
    content: "";
    position: absolute;
    top: 0;
    right: 70%;
    opacity: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg); }
    .slider-wrap .mail-me h1 {
      -webkit-transform: skewX(-30deg);
      -moz-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      transform: skewX(-30deg);
      position: relative;
      margin: 0;
      text-align: center;
      padding: 5px 35px;
      font-size: 16px;
      color: #fff;
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 32px; }
      .slider-wrap .mail-me h1 a {
        margin-left: 20px;
        text-transform: lowercase; }
        .slider-wrap .mail-me h1 a:hover {
          color: #f80e1d; }
  .slider-wrap .homeslider .slick-slide {
    background-position: center;
    background-size: cover;
    position: relative; }
    .slider-wrap .homeslider .slick-slide img {
      display: block;
      width: 100%; }
    .slider-wrap .homeslider .slick-slide.slick-current .call-me {
      opacity: 1;
      right: 30px; }
    .slider-wrap .homeslider .slick-slide.slick-current .mail-me {
      right: 30px;
      opacity: 1; }
  .slider-wrap .homeslider .slick-arrow {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    background-image: url(../images/arrow.png);
    background-size: auto 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 9;
    font-size: 0;
    opacity: 0.4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .slider-wrap .homeslider .slick-arrow:hover {
      opacity: 1; }
    .slider-wrap .homeslider .slick-arrow.slick-prev {
      left: 15px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .slider-wrap .homeslider .slick-arrow.slick-next {
      right: 15px; }

.welcome-wrap {
  padding: 50px 0 20px;
  position: relative;
  background-image: url(/../images/img5.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 110% 0px; }
  .welcome-wrap .row > div {
    margin-bottom: 30px; }
  .welcome-wrap .row:hover .img > div {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .welcome-wrap .img > div {
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .welcome-wrap .img > div img {
      display: block;
      width: 100%; }
  .welcome-wrap h3 {
    font-family: 'Allura', cursive;
    font-size: 60px;
    color: #4a4a4a;
    margin-bottom: 0;
    line-height: 1;
    color: #f80e1d;
    margin-bottom: 30px; }
  .welcome-wrap article {
    height: 500px;
    overflow: hidden; }
  .welcome-wrap p {
    color: #7B7A7A;
    line-height: 28px;
    font-size: 16px; }
    .welcome-wrap p a {
      color: #f80e1d; }
      .welcome-wrap p a:hover {
        color: #000; }

.book-me {
  background-color: #333;
  padding: 50px 0;
  background-image: url(../images/img2.png);
  background-position: center;
  background-size: cover; }
  .book-me ul {
    /*display: flex;
    align-items: center;*/ }
    .book-me ul li {
      float: left;
      /*a{
      	color:#333;
      	background: #fff;
      	display: inline-block;
      	font-size: 15px;
      	padding: 10px 25px;
      	text-align: center;
      	text-transform: uppercase;
      	vertical-align: middle;
      	font-weight: 600;
      	letter-spacing: 1px;
      	    border-radius: 4px;
      	&:hover{
      		background-color: $p-color;
      		color: #fff;
      	}
      }*/ }
      .book-me ul li:last-child {
        float: right;
        text-align: center; }
      .book-me ul li h2 {
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 40px;
        margin-bottom: 20px; }
        .book-me ul li h2 span {
          color: #f80e1d; }
      .book-me ul li p {
        margin: 0;
        color: #fff;
        font-size: 18px; }
      .book-me ul li h3 {
        font-size: 40px;
        color: #fff; }
        .book-me ul li h3 span {
          display: block; }
        .book-me ul li h3 a:hover {
          color: #f80e1d; }

.twolink {
  padding: 50px 0 20px; }
  .twolink .row > div {
    margin-bottom: 30px; }
  .twolink .link-box {
    padding: 90px 15px;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative; }
    .twolink .link-box:hover::after {
      background: linear-gradient(-30deg, #F80E1D 21%, #000 55%);
      opacity: 0.85; }
    .twolink .link-box::after {
      background: linear-gradient(150deg, #F80E1D 21%, #000 75%);
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      opacity: 0.7;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      -ms-transition: all 0.7s;
      transition: all 0.7s; }
    .twolink .link-box h3 {
      font-size: 40px;
      font-family: 'Oswald', sans-serif;
      color: #fff;
      opacity: 0.8;
      position: relative;
      z-index: 2;
      letter-spacing: 4px;
      font-weight: 400; }
    .twolink .link-box p {
      font-size: 20px;
      color: #fff;
      opacity: 0.8;
      position: relative;
      z-index: 2; }
    .twolink .link-box a {
      font-size: 16px;
      color: #fff;
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 5px 30px;
      border: 2px solid #fff;
      margin-top: 20px; }
      .twolink .link-box a:hover {
        background-color: #fff;
        color: #333; }

footer .f-contacts {
  padding: 60px 0;
  background-color: #111;
  -webkit-box-shadow: inset 0 -20px 30px #000;
  box-shadow: inset 0 -20px 30px #000; }
  footer .f-contacts .row {
    display: flex;
    align-items: center; }
    footer .f-contacts .row > div {
      border-right: 1px solid #333; }
      footer .f-contacts .row > div:last-child {
        border: 0; }
  footer .f-contacts .footer-info {
    color: #fff; }
    footer .f-contacts .footer-info i {
      font-size: 44px; }
    footer .f-contacts .footer-info h5 {
      color: #fff;
      padding-top: 20px;
      margin: 0;
      font-family: 'Oswald', sans-serif;
      font-weight: 100;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px; }
      footer .f-contacts .footer-info h5 a:hover {
        color: #f00; }

.copy-right {
  background-color: #000;
  padding: 10px 0; }
  .copy-right p {
    margin: 0;
    color: #fff;
    text-align: center; }

.innerbanner {
  background-image: url(../images/banner.jpg);
  background-position: left top;
  background-attachment: fixed;
  background-size: 100% auto;
  padding: 220px 0 50px; }
  .innerbanner h2 {
    margin: 0;
    padding-bottom: 10px;
    letter-spacing: 4px;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px #444; }
    .innerbanner h2::after {
      content: "";
      position: absolute;
      background-color: #0998cd;
      width: 100px;
      height: 5px;
      bottom: -4px;
      margin-left: -35px;
      left: 50%;
      background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #f00, rgba(158, 43, 81, 0) 60%);
      background: -moz-radial-gradient(50% 50%, ellipse closest-side, #f00, rgba(255, 42, 112, 0) 60%);
      background: -ms-radial-gradient(50% 50%, ellipse closest-side, #f00, rgba(255, 42, 112, 0) 60%);
      background: -o-radial-gradient(50% 50%, ellipse closest-side, #f00, rgba(255, 42, 112, 0) 60%); }
    .innerbanner h2::before {
      content: "";
      position: absolute;
      background-color: #0998cd;
      width: 100px;
      height: 5px;
      bottom: 0;
      left: 50%;
      margin-left: -50px;
      background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #f00, rgba(158, 43, 81, 0) 60%);
      background: -moz-radial-gradient(50% 50%, ellipse closest-side, #f00, rgba(255, 42, 112, 0) 60%);
      background: -ms-radial-gradient(50% 50%, ellipse closest-side, #f00, rgba(255, 42, 112, 0) 60%);
      background: -o-radial-gradient(50% 50%, ellipse closest-side, #f00, rgba(255, 42, 112, 0) 60%); }

.mail-wrap {
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  min-height: 80vh; }
  .mail-wrap .container {
    overflow: hidden; }
  .mail-wrap h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px; }
  .mail-wrap p {
    color: #eee;
    line-height: 30px;
    font-size: 16px; }
    .mail-wrap p:first-of-type::first-letter {
      font-size: 200%;
      color: #DF0E1C; }
  .mail-wrap .carousel-inner > .item {
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px; }
  .mail-wrap .carousel-control.left {
    width: auto;
    margin-left: -30px; }
  .mail-wrap .carousel-control.right {
    width: auto;
    margin-right: -30px; }
  .mail-wrap .carousel-indicators {
    margin-bottom: -25px; }
    .mail-wrap .carousel-indicators li {
      border-radius: 0;
      height: auto;
      width: auto;
      text-indent: 0px;
      padding: 2px 3px;
      border: 0;
      color: #eee;
      background: none;
      font-size: 16px;
      opacity: 0.7; }
      .mail-wrap .carousel-indicators li.active {
        color: #E2101D;
        opacity: 1; }

.wax-wrap {
  padding: 60px 0;
  min-height: 80vh;
  background-position: center;
  background-size: cover; }
  .wax-wrap p {
    color: #222;
    line-height: 30px;
    font-size: 16px; }
    .wax-wrap p:first-of-type::first-letter {
      font-size: 200%;
      color: #DF0E1C; }

.gallery-wrap {
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .gallery-wrap .gallery-gride {
    width: 100%;
    margin: 0px auto;
    min-height: 100vh;
    position: relative; }
    .gallery-wrap .gallery-gride > div {
      position: absolute;
      width: 33.3333%;
      overflow: hidden;
      padding: 10px; }
      .gallery-wrap .gallery-gride > div:hover::after {
        transform: scale(1);
        opacity: 1;
        pointer-events: none; }
      .gallery-wrap .gallery-gride > div::after {
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        background-color: rgba(222, 13, 27, 0.69);
        content: "";
        position: absolute;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        transform: scale(0);
        opacity: 0; }
      .gallery-wrap .gallery-gride > div a {
        display: block;
        background-position: center;
        background-size: cover;
        position: relative;
        overflow: hidden; }
        .gallery-wrap .gallery-gride > div a img {
          display: block;
          width: 100%; }
  .gallery-wrap div#grid_container > div:nth-child(2n+0) a img {
    height: 300px; }
  .gallery-wrap div#grid_container > div:nth-child(2n+1) a img {
    height: 200px; }

#map {
  width: 100%;
  height: 500px; }

/*.height-1{
	height: 300px;
	
}
.height-2{
	height: 200px;
}


*/
.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.fancybox-skin {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 10px; }

.contact-wrap {
  padding: 60px 0 30px;
  background-image: url(../images/pat.png); }
  .contact-wrap .row {
    margin-bottom: 30px; }
  .contact-wrap .section-header {
    text-align: center; }
    .contact-wrap .section-header h2 {
      text-transform: uppercase;
      padding-bottom: 18px;
      margin: 0 0 18px;
      position: relative;
      color: #515151; }
      .contact-wrap .section-header h2::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 70px;
        height: 2px;
        margin-left: -35px;
        background-color: #DE0D1B; }
  .contact-wrap .split-blocks .service-block {
    margin-bottom: 30px; }
    .contact-wrap .split-blocks .service-block .med-icon {
      font-size: 32px;
      float: left;
      width: 60px; }
      .contact-wrap .split-blocks .service-block .med-icon i {
        color: #DE0D1B; }
    .contact-wrap .split-blocks .service-block .service-block-text {
      width: calc(100% - 60px);
      float: left; }
      .contact-wrap .split-blocks .service-block .service-block-text h3 {
        margin-top: 0;
        color: #676767; }
      .contact-wrap .split-blocks .service-block .service-block-text p {
        color: #000;
        font-weight: 700; }
        .contact-wrap .split-blocks .service-block .service-block-text p a:hover {
          color: #DE0D1B; }
  .contact-wrap .my-contact-form .frow {
    padding-bottom: 20px; }
    .contact-wrap .my-contact-form .frow input {
      border: 1px solid #ddd;
      display: block;
      width: 100%; }
      .contact-wrap .my-contact-form .frow input:focus {
        border: 1px solid #DE0D1B; }
    .contact-wrap .my-contact-form .frow textarea {
      border: 1px solid #ddd;
      display: block;
      width: 100%; }
      .contact-wrap .my-contact-form .frow textarea:focus {
        border: 1px solid #DE0D1B; }
  .contact-wrap .my-contact-form .fsend input {
    background: #DE0D1B;
    padding: 10px 40px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase; }
    .contact-wrap .my-contact-form .fsend input:hover {
      background-color: #000; }

/*
font-family: 'Allura', cursive;
font-family: 'Comfortaa', cursive;
*/

/*# sourceMappingURL=style.css.map */
