/* 
	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; }

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .container {
    width: 100%; }

  header .row > div {
    padding: 0 40px; }
  header .menu nav > ul > li > a {
    font-size: 12px; }

  .welcome-wrap article {
    height: 390px; } }
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .container {
    width: 100%; }

  header .logo a img {
    height: 50px; }
  header .row > div {
    padding: 0 40px; }
  header .menu nav > ul > li > a {
    font-size: 12px;
    padding: 10px 10px; }

  .welcome-wrap article {
    height: 390px; }

  .book-me ul li h2 {
    font-size: 30px; }
  .book-me ul li p {
    font-size: 16px; }
  .book-me ul li h3 {
    font-size: 30px; }

  .innerbanner {
    padding: 180px 0 40px; }
    .innerbanner h2 {
      font-size: 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%; }

  header .logo a img {
    height: 40px; }
  header .row > div {
    padding: 0 30px;
    width: 30%; }
    header .row > div:last-child {
      width: 70%;
      padding-left: 0; }
  header .menu .redcolor {
    padding: 0px 18px; }
  header .menu nav > ul > li > a {
    font-size: 10px;
    padding: 7px 5px; }

  .welcome-wrap .row > div {
    width: 50%;
    float: left; }
  .welcome-wrap h3 {
    font-size: 38px;
    margin-bottom: 12px; }
  .welcome-wrap article {
    height: 500px; }

  .book-me ul li {
    float: none;
    width: 100%;
    text-align: center; }
    .book-me ul li h2 {
      font-size: 30px; }
    .book-me ul li p {
      font-size: 16px; }
    .book-me ul li h3 {
      font-size: 30px;
      margin-top: 20px; }

  .innerbanner {
    padding: 180px 0 40px; }
    .innerbanner h2 {
      font-size: 30px; }

  .contact-wrap .split-blocks .service-block .med-icon {
    font-size: 26px;
    width: 40px; }
  .contact-wrap .split-blocks .service-block .service-block-text h3 {
    font-size: 20px; }

  footer .f-contacts .row > div {
    width: 33.3333%; } }
@media only screen and (min-width: 586px) and (max-width: 767px) {
  .container {
    width: 100%; }

  header .container .row {
    display: block; }
  header .logo a img {
    height: 40px; }
  header .row > div {
    padding: 0 30px;
    width: 40%;
    float: left; }
    header .row > div:last-child {
      width: 60%;
      padding-left: 0; }
  header .menu .redcolor {
    padding: 0px 18px;
    text-align: right; }
  header .menu .nav-btn {
    display: inline-block;
    padding: 5px 15px;
    color: #000;
    font-size: 24px;
    cursor: pointer; }
    header .menu .nav-btn:hover {
      color: #fff; }

  .welcome-wrap h3 {
    font-size: 38px;
    margin-bottom: 12px; }
  .welcome-wrap article {
    height: auto; }

  .book-me ul li {
    float: none;
    width: 100%;
    text-align: center; }
    .book-me ul li h2 {
      font-size: 30px; }
    .book-me ul li p {
      font-size: 16px; }
    .book-me ul li h3 {
      font-size: 30px;
      margin-top: 20px; }

  .innerbanner {
    padding: 180px 0 40px; }
    .innerbanner h2 {
      font-size: 30px; }

  .contact-wrap .split-blocks .service-block .med-icon {
    font-size: 26px;
    width: 40px; }
  .contact-wrap .split-blocks .service-block .service-block-text h3 {
    font-size: 20px; }

  footer .f-contacts .row {
    display: block; }
    footer .f-contacts .row > div {
      margin-bottom: 30px; }

  .mail-wrap .carousel-indicators li {
    padding: 11px 3px; } }
@media only screen and (min-width: 480px) and (max-width: 585px) {
  .container {
    width: 100%; }

  header .container .row {
    display: block; }
  header .logo a img {
    height: 40px; }
  header .row > div {
    padding: 0 30px;
    width: 40%;
    float: left; }
    header .row > div:last-child {
      width: 60%;
      padding-left: 0; }
  header .menu .redcolor {
    padding: 0px 18px;
    text-align: right; }
  header .menu .nav-btn {
    display: inline-block;
    padding: 5px 15px;
    color: #000;
    font-size: 24px;
    cursor: pointer; }
    header .menu .nav-btn:hover {
      color: #fff; }

  .welcome-wrap h3 {
    font-size: 38px;
    margin-bottom: 12px; }
  .welcome-wrap article {
    height: auto; }

  .book-me ul li {
    float: none;
    width: 100%;
    text-align: center; }
    .book-me ul li h2 {
      font-size: 30px; }
    .book-me ul li p {
      font-size: 16px; }
    .book-me ul li h3 {
      font-size: 30px;
      margin-top: 20px; }

  .innerbanner {
    padding: 180px 0 40px; }
    .innerbanner h2 {
      font-size: 30px; }

  .contact-wrap .split-blocks .service-block .med-icon {
    font-size: 26px;
    width: 40px; }
  .contact-wrap .split-blocks .service-block .service-block-text h3 {
    font-size: 20px; }

  footer .f-contacts .row {
    display: block; }
    footer .f-contacts .row > div {
      margin-bottom: 30px; }

  .mail-wrap .carousel-indicators li {
    padding: 11px 3px; } }
@media only screen and (max-width: 479px) {
  .container {
    width: 100%; }

  header {
    position: static;
    margin: 0;
    background-color: #f80e1d; }
    header .container .row {
      display: block; }
    header .logo a img {
      height: 40px; }
    header .row > div {
      padding: 0 30px;
      width: 40%;
      float: left; }
      header .row > div:last-child {
        width: 60%;
        padding-left: 0; }
    header .menu .redcolor {
      padding: 0px 18px;
      text-align: right; }
    header .menu .nav-btn {
      display: inline-block;
      padding: 5px 15px;
      color: #000;
      font-size: 24px;
      cursor: pointer; }
      header .menu .nav-btn:hover {
        color: #fff; }

  .welcome-wrap h3 {
    font-size: 38px;
    margin-bottom: 12px; }
  .welcome-wrap article {
    height: auto; }

  .book-me ul li {
    float: none;
    width: 100%;
    text-align: center; }
    .book-me ul li h2 {
      font-size: 30px; }
    .book-me ul li p {
      font-size: 16px; }
    .book-me ul li h3 {
      font-size: 30px;
      margin-top: 20px; }

  .innerbanner {
    padding: 70px 0 30px; }
    .innerbanner h2 {
      font-size: 20px; }

  .contact-wrap .split-blocks .service-block .med-icon {
    font-size: 26px;
    width: 40px; }
  .contact-wrap .split-blocks .service-block .service-block-text h3 {
    font-size: 20px; }

  footer .f-contacts .row {
    display: block; }
    footer .f-contacts .row > div {
      margin-bottom: 30px; }

  .mail-wrap .carousel-indicators li {
    padding: 11px 3px; }

  .gallery-wrap .gallery-gride > div {
    position: static !important;
    width: 100%; }

  .gallery-wrap .gallery-gride > div::after {
    display: none; }

  .gallery-wrap img {
    height: 400px !important; } }
@media only screen and (max-width: 767px) {
  header .menu .redcolor {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none; }
    header .menu .redcolor .redcolor-inner {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; }

  header .menu nav {
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    -webkit-transition: ease 0.6s;
    -moz-transition: ease 0.6s;
    -ms-transition: ease 0.6s;
    transition: ease 0.6s;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    visibility: hidden;
    opacity: 0; }
    header .menu nav.active {
      visibility: visible;
      opacity: 1;
      left: 0; }
    header .menu nav > ul {
      float: none;
      height: calc(100vh - 30px);
      overflow-y: scroll; }
      header .menu nav > ul > li {
        display: block;
        float: none; }
        header .menu nav > ul > li > a {
          font-size: 12px;
          padding: 7px 10px;
          text-align: left; }
          header .menu nav > ul > li > a:hover {
            padding-left: 15px; } }

/*# sourceMappingURL=responsive.css.map */
