@charset "UTF-8";

/*!
Theme Name: Catch Square Themes
Theme URI: http://catchsquarethemes.com/
Author: Siddhartha Maharjan
Author URI: http://catchsquarethemes.com/
Description: A semantic, HTML5, Custom jQuery, Minimal WordPress Theme Designed and Developed by Catch Square.
Version: 2.0.1
License:Copyright &copy; 2017 Catch Square.
License URI: http://catchsquare.com/
Text Domain: Catch Square
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats, custom-post-type, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear {
  clear: both;
  display: block;
}

.clearfix:before {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/

*,
*:after,
*:before {
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
}

img.alignleft {
  margin-right: 10px;
  margin-bottom: 10px;
}

img.alignright {
  margin-left: 10px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.pull-left,
.alignleft,
.floatleft {
  float: left;
}

.pull-right,
.alignright,
.floatright {
  float: right;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1 {
  font-size: 3em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 3em;
}

h4 {
  font-size: 3em;
}

h5 {
  font-size: 3em;
}

h6 {
  font-size: 3em;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.57143em;
}

h3 {
  font-size: 2.14286em;
}

h4 {
  font-size: 1.71429em;
}

h5 {
  font-size: 1.28571em;
}

h6 {
  font-size: 0.85714em;
}

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

blockquote {
  font-style: italic;
  font-family: "Poppins", sans-serif;
  padding: 0 0 20px 40px;
}

sup,
sub {
  position: relative;
  font-size: 0.6rem;
}

sup {
  top: -7px;
}

sub {
  bottom: -7px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bold,
strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Keyframe Animations
--------------------------------------------------------------*/

@-webkit-keyframes slide-down {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slide-down {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

html,
body {
  width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

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

.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto !important;
}

.smallContainer {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.bigTitle {
  font-size: 50px;
  font-weight: 800;
}

.bigTitle span {
  color: #b3cc06;
}

.mainTitle {
  font-family: "Libre Baskerville", serif;
  font-size: 36px;
}

.mainTitle.small {
  font-size: 30px;
}

.listTitle {
  font-size: 24px;
  font-family: "Libre Baskerville", serif;
}

.titleLabel {
  font-style: italic;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}

.titleBlock {
  font-size: 14px;
  color: #800606;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.round {
  border-radius: 10px;
}

.fa-star {
  font-size: 18px;
  color: #e1e1e1;
}

.fa-star.checked {
  color: #b3cc06;
}

.divider {
  width: 70px;
  height: 5px;
  background: #000000;
  margin: 10px 0;
}

.btn {
  border-radius: 50px;
  border: 4px solid transparent;
  background: #ffffff;
  color: #800606;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 7px 18px;
  font-weight: 700;
}

.btn:hover,
.btn.hover {
  border-color: #800606;
  background: #800606;
  color: #ffffff;
}

.btn.hover:hover {
  border-color: #b3cc06;
  background: #b3cc06;
  color: #000000;
}

.btn.dark {
  background: #800606;
  color: #ffffff;
  border: 4px solid rgba(0, 0, 0, 0.15);
}

.btn.dark:hover {
  border-color: #b3cc06;
  background: #b3cc06;
  color: #000000;
}

.btn.lined {
  border: 4px solid #000000;
  color: #000000;
  background: none;
}

.btn.lined:hover {
  border-color: #b3cc06;
  background: #b3cc06;
  color: #000000;
}

.btn.lined.shadowlight {
  border: 4px solid rgba(0, 0, 0, 0.15);
  color: #626262;
}

.btn.lined.white {
  border: 4px solid #ffffff;
  color: #ffffff;
}

.btn.lined.white:hover {
  border: 4px solid #800606;
  color: #ffffff;
  background: #800606;
}

.btn.lined.filled {
  background: #ffffff;
}

.btn.lined.filled:hover {
  background: #800606;
  color: #ffffff;
  border-color: #800606;
}

section {
  position: relative;
  z-index: 3;
}

.basePadding {
  padding: 130px 0;
}

.basePadding.smallPadding {
  padding: 80px 0;
}

.smallPadding {
  padding: 80px 0;
}

.dark {
  background: #800606;
  color: #ffffff;
}

.light {
  color: #ffffff;
}

.bg {
  background: #f5f5f5;
}

.shadows {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.095) !important;
}

.shadows.light {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.045) !important;
}

/* Accordion styles */

.tabs {
  border-radius: 8px;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
}

.tab input.hidethis {
  opacity: 0;
  position: absolute;
  z-index: -9;
}

.tab .btn {
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}

.tab-label {
  /*display: flex;
  justify-content: space-between;*/
  padding: 25px 35px;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  position: relative;
  color: #000000;
  /* Icon */
  /*&:hover {
    background: $maincolor;
    color: $white;
  }*/
  /*&::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
  }*/
}

.tab-label bold {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-weight: 700;
}

.tab-label span {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.tab-content {
  max-height: 0;
  padding: 0 35px;
  background: white;
  color: #000000;
  transition: all 0.35s;
  position: relative;
}

.tab-content:before {
  height: 1px;
  width: 100%;
  content: "";
  display: block;
  background: #e1e1e1;
  position: absolute;
  top: 1px;
  left: 0;
}

.tab-content h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.tab-content li {
  margin-bottom: 5px;
  font-weight: 400;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #800606;
  cursor: pointer;
}

.tab-close:hover {
  background: #4f0404;
}

input:checked + .tab-label::after {
  transform: rotate(90deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 25px 35px;
}

.sidebar aside {
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  font-weight: 700;
  background: #ffffff;
}

.sidebar label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3px;
}

.sidebar .sidebarTitle {
  background: #800606;
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.sidebar .innerCont {
  padding: 5px 20px;
}

.sidebar .innerCont .select2-container--default .select2-selection--multiple {
  background: #f2f2f2;
  color: white;
}

.sidebar input {
  width: 100%;
}

.sidebar select {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
}

.sidebar .range input {
  border: none;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  background: #f2f2f2;
  padding: 8px 5px;
  font-weight: 400;
}

.sidebar .range .hifun {
  font-weight: 700;
  line-height: 43px;
}

.sidebar .category {
  font-size: 16px;
  font-weight: 700;
}

.sidebar .category li {
  padding: 10px 20px;
  border-top: 1px solid #e1e1e1;
  position: relative;
}

.sidebar .category li:first-child {
  border-top: none;
}

.sidebar .category li ul {
  padding-left: 15px;
  padding-top: 5px;
  font-weight: 400;
}

.sidebar .category li ul li {
  border: none;
  padding: 5px 0;
  font-size: 14px;
}

.sidebar .category li span {
  right: 11px;
  position: absolute;
  top: 10px;
  font-weight: 700;
  color: #b1b1b1;
}

.sidebar .category input {
  width: auto;
  margin-right: 5px;
}

.sidebar .category.services li {
  padding: 0;
}

.sidebar .category.services li a {
  color: #000000;
  display: block;
  padding: 10px 0 10px 15px;
  font-size: 14px;
}

.sidebar .category.services li a:hover {
  background: #b3cc06;
  color: #000000;
  padding: 10px 20px 10px 30px;
  letter-spacing: 1px;
}

.sidebar .program {
  border-radius: 10px;
}

/* Tooltip container */

.tooltipss {
  position: relative;
  display: inline-block;
}

/* Tooltip text */

.tooltipss .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: black;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  left: -76px;
  top: 8px;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltipss:hover .tooltiptext {
  visibility: visible;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: white;
  z-index: 99;
  opacity: 0.95;
  transition: 0.3s all ease-in-out;
}

.loader img {
  position: absolute;
  top: 50%;
  max-width: 140px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scrolling-wrapper {
  overflow-x: auto;
}

body::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #e1e1e1;
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #e1e1e1;
  /* creates padding around scroll thumb */
}

/* Works on Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: #d1d1d1 e1e1e1;
}

/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #e1e1e1;
}

*::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 20px;
  border: 3px solid #e1e1e1;
}

.eror {
  text-align: center;
  background: white;
  padding: 50px;
  position: relative;
  z-index: 3;
}

.contentLayout a {
  color: #800606;
}

.contentLayout a:hover {
  text-decoration: underline;
}

.contentLayout ol,
.contentLayout ul {
  margin-bottom: 20px;
}

.contentLayout ol li,
.contentLayout ul li {
  margin-left: 30px;
  list-style: decimal;
  margin-bottom: 3px;
}

.contentLayout ol ol li,
.contentLayout ol ul li,
.contentLayout ul ol li,
.contentLayout ul ul li {
  margin-left: 30px;
  list-style: upper-roman !important;
}

.weddingpopup .modal-title {
  font-weight: 300;
  margin-top: 60px;
  font-size: 20px;
}

.weddingpopup h5 {
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  color: #a1a1a1;
  margin-bottom: 0;
}

.weddingpopup h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #515151;
}

.weddingpopup .modal-content {
  border-radius: 0 !important;
  border: none;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.02);
}

.weddingpopup .imager {
  background: url(/images/popup-banner.jpg?d21d8200d453c10e35d29b0cc8b749ef) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.weddingpopup .close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 12px;
  color: #000000;
  transition: 0.3s all ease-in-out;
}

.weddingpopup .close:after {
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
}

.weddingpopup .close:hover {
  color: #800606;
}

.weddingpopup textarea.form-control {
  max-height: 130px;
}

.weddingpopup label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3px;
  font-weight: bold;
  color: #919191;
}

.weddingpopup input,
.weddingpopup textarea {
  border-radius: 0;
  border-color: #e1e1e1;
  font-size: 13px;
}

.weddingpopup input::-moz-placeholder, .weddingpopup textarea::-moz-placeholder {
  color: #e1e1e1;
}

.weddingpopup input:-ms-input-placeholder, .weddingpopup textarea:-ms-input-placeholder {
  color: #e1e1e1;
}

.weddingpopup input::placeholder,
.weddingpopup textarea::placeholder {
  color: #e1e1e1;
}

.weddingpopup #service li {
  font-size: 12px;
  width: 50%;
  float: left;
}

.weddingpopup .modal-footer {
  border: none;
  padding-top: 0;
}

.modal-dialog {
  max-width: 900px;
  margin: 50px auto;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.9);
}

/*--------------------------------------------------------------
# Bootstrap Resets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#logo {
  position: absolute;
  top: 10px;
  left: 50px;
  z-index: 4;
}

#logo img {
  max-width: 200px;
  max-height: 120px;
}

#header {
  z-index: 6;
}

.navigation {
  text-align: center;
  background: #000000;
}

.navigation #logo {
  display: none;
}

.navigation .burger-menu {
  display: none;
}

.navigation li {
  display: inline-block;
  color: #ffffff;
}

.navigation li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 16px 25px;
}

.navigation li a:hover {
  background: #ffffff;
  color: #800606;
}

.navigation li.active a {
  background: #ffffff;
  color: #800606;
}

.navigation li.booknow a {
  background: #b3cc06;
  color: #000000;
}

.navigation li.booknow a:hover {
  background: #800606;
  color: #ffffff;
}

.navigation.fixed {
  position: fixed;
  left: 0;
  z-index: 5;
  top: 0;
  width: 100%;
  opacity: 0.9;
}

.linedBg {
  position: fixed;
  width: 100%;
  font-size: 0;
  z-index: 2;
  height: 100%;
}

.linedBg span {
  height: 100%;
  width: 1px;
  display: inline-block;
  background: #e1e1e1;
  margin-left: 16.66%;
  position: relative;
}

.linedBg span .circle {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #e1e1e1;
  -webkit-animation: mymove 20s infinite;
          animation: mymove 20s infinite;
  position: absolute;
  top: -12px;
  left: -6px;
}

.linedBg span .circle:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}

.linedBg span.line1 .circle {
  -webkit-animation: mymove 20s infinite;
          animation: mymove 20s infinite;
}

.linedBg span.line2 .circle {
  -webkit-animation: mymove 40s infinite;
          animation: mymove 40s infinite;
}

.linedBg span.line3 .circle {
  -webkit-animation: mymove 25s infinite;
          animation: mymove 25s infinite;
}

.linedBg span.line4 .circle {
  -webkit-animation: mymove 55s infinite;
          animation: mymove 55s infinite;
}

.linedBg span.line5 .circle {
  -webkit-animation: mymove 33s infinite;
          animation: mymove 33s infinite;
}

@-webkit-keyframes mymove {
  from {
    top: -16px;
  }

  to {
    top: calc(100% + 16px);
  }
}

@keyframes mymove {
  from {
    top: -16px;
  }

  to {
    top: calc(100% + 16px);
  }
}

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.05);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.05);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */

#nav-icon2,
#nav-icon3 {
  width: 40px;
  height: 45px;
  position: fixed;
  right: 40px;
  z-index: 7;
  top: 70px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span,
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #e1e1e1;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even),
#nav-icon3 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd),
#nav-icon3 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2),
#nav-icon3 span:nth-child(1),
#nav-icon3 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4),
#nav-icon3 span:nth-child(3),
#nav-icon3 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6),
#nav-icon3 span:nth-child(5),
#nav-icon3 span:nth-child(6) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6),
#nav-icon3.open span:nth-child(1),
#nav-icon3.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5),
#nav-icon3.open span:nth-child(2),
#nav-icon3.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1),
#nav-icon3.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2),
#nav-icon3.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3),
#nav-icon3.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4),
#nav-icon3.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5),
#nav-icon3.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon2.open span:nth-child(6),
#nav-icon3.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}

/* popup menu */

.menu-popup {
  position: fixed;
  z-index: 6;
  overflow: hidden;
  width: 100%;
  height: 0%;
  transition: 0.3s all ease-in-out 1s;
}

.menu-popup .seperator {
  z-index: 2;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

.menu-popup .seperator .sm-line-item {
  width: 10%;
  height: 0;
  background: #800606;
  opacity: 0.97;
}

.menu-popup .seperator .sm-line-item:nth-child(1) {
  transition: 0.95s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .seperator .sm-line-item:nth-child(2) {
  transition: 0.8s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .seperator .sm-line-item:nth-child(3) {
  transition: 0.65s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .seperator .sm-line-item:nth-child(4) {
  transition: 0.8s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .seperator .sm-line-item:nth-child(5) {
  transition: 0.95s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .seperator .sm-line-item:nth-child(6) {
  transition: 0.8s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .seperator .sm-line-item:nth-child(7) {
  transition: 0.65s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .seperator .sm-line-item:nth-child(8) {
  transition: 0.8s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .seperator .sm-line-item:nth-child(9) {
  transition: 0.95s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .seperator .sm-line-item:nth-child(10) {
  transition: 0.8s all cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.menu-popup .advertisement {
  position: absolute;
  bottom: -300px;
  left: 0;
  transition: 0.2s all ease-in-out;
  width: 100%;
}

.menu-popup .menuServiceListing {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 50px;
}

.menu-popup .menuServiceListing .mainTitle {
  opacity: 0;
  transition: 0.3s all ease-in-out;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.menu-popup .menuServiceListing .mainTitle:before {
  display: block;
  content: "";
}

.menu-popup .menuServiceListing a {
  color: #ffffff;
}

.menu-popup .menuServiceListing a:hover {
  color: #b3cc06;
}

.menu-popup .menuServiceListing h4 {
  font-size: 16px;
  transition: 0.3s all ease-in-out;
  margin-bottom: 0;
}

.menu-popup .menuServiceListing p {
  font-style: italic;
  margin-bottom: 0;
}

.menu-popup .menuServiceListing .service {
  margin-bottom: 15px;
}

.menu-popup .menuServiceListing .service:hover h4 {
  letter-spacing: 1px;
}

.menu-popup .menuServiceListing .serviceList {
  transition: 0.3s all ease-in-out;
  opacity: 0;
  width: 30%;
  float: left;
}

.menu-popup.open {
  transition: 0.3s all ease-in-out 0s;
  height: 100%;
}

.menu-popup.open .sm-line-item {
  height: 100%;
}

.menu-popup.open .advertisement {
  bottom: 0;
  transition: 0.8s all ease-in-out 0.8s;
}

.menu-popup.open .menuServiceListing .mainTitle {
  opacity: 1;
  transition: 0.3s all ease-in-out 0.5s;
}

.menu-popup.open .menuServiceListing .serviceList {
  transition: 0.5s all ease-in-out;
  opacity: 1;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(1) {
  transition: 0.3s all ease-in-out 0.5s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(2) {
  transition: 0.3s all ease-in-out 0.6s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(3) {
  transition: 0.3s all ease-in-out 0.7s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(4) {
  transition: 0.3s all ease-in-out 0.8s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(5) {
  transition: 0.3s all ease-in-out 0.9s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(6) {
  transition: 0.3s all ease-in-out 1s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(7) {
  transition: 0.3s all ease-in-out 1.1s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(8) {
  transition: 0.3s all ease-in-out 1.2s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(9) {
  transition: 0.3s all ease-in-out 1.3s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(10) {
  transition: 0.3s all ease-in-out 1.4s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(11) {
  transition: 0.3s all ease-in-out 1.5s;
}

.menu-popup.open .menuServiceListing .serviceList:nth-child(12) {
  transition: 0.3s all ease-in-out 1.6s;
}

.form-bar {
  position: fixed;
  right: calc(-80% + 7px);
  top: 0;
  width: 80%;
  background: #ffffff;
  z-index: 9;
  height: 100vh;
  border-left: 7px solid #b3cc06;
  transition: 0.3s all ease-in-out;
  /* &:before{
     content: "";
     width:20px;
     height: 20px;
     position: absolute;
     left:-20px;
     top:52%;
     background: $maincolor;
     z-index: 3;
     cursor: pointer;
     border-radius: 15px;
   }*/
}

.form-bar .indicator {
  border-radius: 10px;
  width: 45px;
  height: 45px;
  background: #b3cc06;
  transform: rotate(-45deg);
  position: absolute;
  left: -23px;
  top: 50%;
  cursor: pointer;
  z-index: 2;
}

.form-bar:after {
  content: "Enquiry";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #c1c1c1;
  position: absolute;
  left: -80px;
  transform: rotate(-90deg);
  top: 51.5%;
}

.form-bar .incont {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  height: 100vh;
  width: 100%;
  padding-left: 200px;
  padding-right: 100px;
  background: url(/images/enquiryBg.jpg?ffa457640ec70b31f0b02b747a4f1d5f) no-repeat #ffffff;
}

.form-bar.open {
  right: 0;
}

.form-bar h3 {
  position: absolute;
  left: 60px;
  transform: rotate(-90deg);
  margin: 0;
  transform-origin: 20% 40%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 40px;
  color: #800606;
}

.form-bar #nav-icon3.enquiryclose {
  position: absolute;
  top: 50px;
}

.form-bar #nav-icon3 span {
  background: #800606;
}

.form-bar form input,
.form-bar form select,
.form-bar form textarea {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border-bottom: 3px solid #800606;
  opacity: 1;
  color: #800606;
  font-weight: 700;
  padding: 5px 0 5px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  width: 100%;
  background: transparent;
}

.form-bar .contactDetails strong {
  text-transform: uppercase;
  color: #800606;
  letter-spacing: 2px;
  font-size: 20px;
}

#subBanner {
  background: #800606;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  /*.searchForm{
    padding: 60px 0;
    p{
      letter-spacing: 0.5px;
    }
    .select2-container--default .select2-selection--single{
      height: 50px;
      border-radius:0;
      border:none;
      .select2-selection__arrow{
        right:5px;
        height: 50px;
      }
    }
    .form{
      max-width: 500px;
      margin: 0 auto;
      input, select, button{
        border: none;
        width: 100%;
        background: $white;
        padding: 0 10px;
        height: 50px;
        appearance: none;
      }
      .service{
        border-radius: 5px 0 0 5px;
        width: calc(100% - 2px);
      }
      button{
        border-radius: 0 5px 5px 0;
        background: #ae0909;
        color: $white;
      }
    }
  }*/
}

#subBanner .mainCont {
  padding: 40px 0;
}

#subBanner .slog:before {
  top: -305px;
}

#subBanner #logo {
  position: static;
}

#subBanner .bigTitle {
  font-size: 25px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: 26px !important;
}

#subBanner .slog {
  font-family: "Libre Baskerville", serif;
  font-size: 21px;
  position: relative;
}

#subBanner .slog:before {
  content: "";
  display: block;
  position: absolute;
  top: -320px;
  left: 50%;
  height: 300px;
  width: 1px;
  background: #ffffff;
}

#pageBanner {
  padding: 100px 0 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#pageBanner:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 200px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(#ffffff, transparent);
}

#pageBanner label {
  font-size: 21px;
  font-family: "Libre Baskerville", serif;
  color: #000000;
}

#pageBanner .pageTitle {
  font-size: 30px;
  color: #800606;
}

#pageBanner .breadcumb li {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
  position: relative;
  color: #000000;
}

#pageBanner .breadcumb li a {
  color: #000000;
}

#pageBanner .breadcumb li a:hover {
  text-decoration: underline;
}

#pageBanner .breadcumb li:before {
  content: ">";
  margin-right: 8px;
  display: inline-block;
}

#pageBanner .breadcumb li:first-child:before {
  display: none;
}

#pageBanner .container {
  position: relative;
  z-index: 4;
}

.breadcumb {
  position: relative;
  z-index: 3;
}

.breadcumb-secondary li {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
  position: relative;
  color: #000000;
}

.breadcumb-secondary li a {
  color: #000000;
}

.breadcumb-secondary li a:hover {
  text-decoration: underline;
}

.breadcumb-secondary li:before {
  content: ">";
  margin-right: 8px;
  display: inline-block;
}

.breadcumb-secondary li:first-child:before {
  display: none;
}

.videoWrapper {
  position: relative;
  overflow: hidden;
}

#myVideo {
  position: absolute;
  right: 0;
  top: -50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  opacity: 0.3;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-image: url(/images/footerBg.jpg?4d84a7142a5a2cb4f154fd484e64d867);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.footer .copyright {
  position: fixed;
  left: 20px;
  bottom: 10px;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  letter-spacing: 2px;
  color: #b1b1b1;
}

.footer .socialNetworks {
  position: fixed;
  right: 20px;
  bottom: 30px;
  font-size: 17px;
}

.footer .socialNetworks ul li a {
  display: block;
  color: #b1b1b1;
}

.footer .socialNetworks ul li a:hover {
  color: #b3cc06;
}

.mainFooter h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 40px;
}

.mainFooter .footerTitle {
  margin-bottom: 25px;
}

.mainFooter p,
.mainFooter a {
  color: #b3cc06;
}

.mainFooter a:hover {
  text-decoration: underline;
}

.mainFooter p,
.mainFooter .location {
  font-size: 17px;
  font-weight: 700;
}

.mainFooter ul {
  padding-left: 15px;
}

.mainFooter ul li {
  margin-bottom: 12px;
}

.mainFooter ul li:before {
  content: "\2022";
  color: #b3cc06;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.mainFooter ul li a {
  color: #ffffff;
  font-size: 16px;
}

.mainFooter ul li a:hover {
  color: #b3cc06;
}

.footerBanner .slog {
  font-family: "Libre Baskerville", serif;
  font-size: 21px;
  position: relative;
}

.footerBanner .bigTitle {
  margin: 30px 0;
  line-height: 65px;
  font-size: 65px;
}

.fbChatBox {
  position: fixed;
  right: 50px;
  bottom: 30px;
  transition: 0.3s all ease-in-out;
  z-index: 5;
}

.fbChatBox img {
  max-width: 55px;
}

.fbChatBox:hover {
  transform: rotateY(180deg);
}

.websiteUrl {
  transform-origin: 0% 50%;
  transform: rotate(-90deg);
  font-size: 40px;
  font-weight: 800;
  position: fixed;
  left: 20px;
  opacity: 0.5;
  top: 50%;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.55);
  z-index: 9;
}

/*--------------------------------------------------------------
# Home page
--------------------------------------------------------------*/

.bannerSection {
  position: relative;
}

.bannerSection .bannerContent {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1024px;
  max-width: 100%;
  text-align: center;
  z-index: 3;
  transform: translate(-50%, -50%);
}

#banner,
#subBanner,
.ResponsiveSearchForm,
#newForm {
  color: #ffffff;
  position: relative;
}

#banner .banner,
#subBanner .banner,
.ResponsiveSearchForm .banner,
#newForm .banner {
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 150px 0 100px;
  height: 75vh;
  min-height: 400px;
}

#banner .banner:before,
#subBanner .banner:before,
.ResponsiveSearchForm .banner:before,
#newForm .banner:before {
  content: "";
  z-index: 1;
  display: block;
  background: #5e0000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#banner .container,
#subBanner .container,
.ResponsiveSearchForm .container,
#newForm .container {
  position: relative;
  z-index: 2;
}

#banner .searchForm p,
#subBanner .searchForm p,
.ResponsiveSearchForm .searchForm p,
#newForm .searchForm p {
  letter-spacing: 0.5px;
}

#banner .searchForm .form,
#subBanner .searchForm .form,
.ResponsiveSearchForm .searchForm .form,
#newForm .searchForm .form {
  max-width: 700px;
  margin: 0 auto;
}

#banner .searchForm .form input,
#banner .searchForm .form select,
#banner .searchForm .form button,
#subBanner .searchForm .form input,
#subBanner .searchForm .form select,
#subBanner .searchForm .form button,
.ResponsiveSearchForm .searchForm .form input,
.ResponsiveSearchForm .searchForm .form select,
.ResponsiveSearchForm .searchForm .form button,
#newForm .searchForm .form input,
#newForm .searchForm .form select,
#newForm .searchForm .form button {
  border: none;
  width: 100%;
  background: #ffffff;
  padding: 0 10px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#banner .searchForm .form .service,
#banner .searchForm .form .vendor,
#subBanner .searchForm .form .service,
#subBanner .searchForm .form .vendor,
.ResponsiveSearchForm .searchForm .form .service,
.ResponsiveSearchForm .searchForm .form .vendor,
#newForm .searchForm .form .service,
#newForm .searchForm .form .vendor {
  border-radius: 5px 0 0 5px;
  width: calc(100% - 2px);
  background-image: url(/images/drop-downicon.png?05e11d1c02b4a541e0c7beb832ddd692);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 95% center;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#banner .searchForm .form .vendor,
#subBanner .searchForm .form .vendor,
.ResponsiveSearchForm .searchForm .form .vendor,
#newForm .searchForm .form .vendor {
  border-radius: 0;
}

#banner .searchForm .form button,
#subBanner .searchForm .form button,
.ResponsiveSearchForm .searchForm .form button,
#newForm .searchForm .form button {
  border-radius: 0 5px 5px 0;
  background: #ae0909;
  color: #ffffff;
}

#banner .searchForm .form .select2-container--default.select2-container--focus .select2-selection--multiple,
#banner .searchForm .form .select2-container--default .select2-selection--multiple,
#subBanner .searchForm .form .select2-container--default.select2-container--focus .select2-selection--multiple,
#subBanner .searchForm .form .select2-container--default .select2-selection--multiple,
.ResponsiveSearchForm .searchForm .form .select2-container--default.select2-container--focus .select2-selection--multiple,
.ResponsiveSearchForm .searchForm .form .select2-container--default .select2-selection--multiple,
#newForm .searchForm .form .select2-container--default.select2-container--focus .select2-selection--multiple,
#newForm .searchForm .form .select2-container--default .select2-selection--multiple {
  height: 50px;
  border: none;
  overflow-y: auto;
  text-align: left;
  border-radius: 0;
}

#banner .searchForm .form .select2-container--default .select2-search.select2-search--inline,
#subBanner .searchForm .form .select2-container--default .select2-search.select2-search--inline,
.ResponsiveSearchForm .searchForm .form .select2-container--default .select2-search.select2-search--inline,
#newForm .searchForm .form .select2-container--default .select2-search.select2-search--inline {
  display: block;
}

#banner .searchForm .form .select2-container--default .select2-search--inline .select2-search__field,
#subBanner .searchForm .form .select2-container--default .select2-search--inline .select2-search__field,
.ResponsiveSearchForm .searchForm .form .select2-container--default .select2-search--inline .select2-search__field,
#newForm .searchForm .form .select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 50px !important;
}

#banner .searchForm .form .select2-container--default .select2-selection--multiple .select2-selection__choice,
#subBanner .searchForm .form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.ResponsiveSearchForm .searchForm .form .select2-container--default .select2-selection--multiple .select2-selection__choice,
#newForm .searchForm .form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  float: left;
  background: #800606;
  margin-left: 3px;
  margin-top: 3px;
}

#banner .searchForm .form .select2-container--default .select2-selection--multiple .select2-selection__choice button,
#subBanner .searchForm .form .select2-container--default .select2-selection--multiple .select2-selection__choice button,
.ResponsiveSearchForm .searchForm .form .select2-container--default .select2-selection--multiple .select2-selection__choice button,
#newForm .searchForm .form .select2-container--default .select2-selection--multiple .select2-selection__choice button {
  background: none;
  color: #ffffff;
  height: auto;
  width: auto;
  display: inline-block;
}

#banner .slog,
#subBanner .slog,
.ResponsiveSearchForm .slog,
#newForm .slog {
  font-family: "Libre Baskerville", serif;
  font-size: 21px;
  position: relative;
}

#banner .slog:before,
#subBanner .slog:before,
.ResponsiveSearchForm .slog:before,
#newForm .slog:before {
  content: "";
  display: block;
  position: absolute;
  top: -320px;
  left: 50%;
  height: 300px;
  width: 1px;
  background: #ffffff;
}

#banner .bigTitle,
#subBanner .bigTitle,
.ResponsiveSearchForm .bigTitle,
#newForm .bigTitle {
  margin: 30px 0;
  line-height: 44px;
}

#banner .btn,
#subBanner .btn,
.ResponsiveSearchForm .btn,
#newForm .btn {
  margin: 0 5px;
}

#newForm {
  z-index: 5;
  margin-top: 30px;
}

#newForm .searchForm .form {
  max-width: 550px;
}

#newForm .select2-selection {
  height: 50px !important;
  line-height: 50px !important;
  border: none !important;
  border-radius: 5px 0 0 5px !important;
}

#newForm .select2-selection__arrow {
  height: 50px;
  width: 30px;
}

#newForm #select2--container {
  border-radius: 5px 0 0 5px;
  padding-right: 20px;
  white-space: nowrap;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newForm #select2--container span {
  display: block;
  height: 50px;
  line-height: 50px;
}

#newForm button.btn {
  margin: 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  height: 50px;
  border: none;
  border-radius: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
  border: none;
  float: left;
  background: #800606;
  margin-left: 3px;
  margin-top: 3px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li button {
  background: none;
  color: #ffffff;
  height: auto;
  width: auto;
  display: inline-block;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: 50px;
  border: none !important;
  overflow-y: auto;
  text-align: left;
  border-radius: 0 !important;
}

.popularSearches {
  margin-top: 50px;
  margin-bottom: 40px;
}

.popularSearches label {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.popularSearches span {
  display: inline-block;
  margin: 0 2px;
  font-size: 12px;
}

.popularSearches span a {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: block;
  padding: 4px 10px;
  border-radius: 5px;
}

.popularSearches span a:hover {
  background: #b3cc06;
  color: #000000;
  border-color: #b3cc06;
}

#serviceContent.fixed {
  margin-top: 54px;
}

.serviceListing {
  margin-top: 50px;
}

.serviceListing a {
  color: #000000;
}

.serviceListing .serviceList {
  padding-right: 0;
}

.serviceListing .service {
  background: #800606;
  padding: 50px 30px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-right: calc(40% + 10px);
  transition: 0.3s all ease-in-out;
}

.serviceListing .service figure {
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  float: right;
  position: absolute;
  background-size: cover;
  background-position: center;
}

.serviceListing .service figure span {
  display: block;
}

.serviceListing .service figure .before {
  content: "";
  display: block;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
          clip-path: polygon(100% 0, 0% 100%, 0 0);
  width: 60px;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 130%;
  transition: 0.3s all ease-in-out;
}

.serviceListing .service figure .after {
  content: "";
  display: block;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
          clip-path: polygon(100% 0, 0% 100%, 0 0);
  width: 46px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: 0.3s all ease-in-out;
}

.serviceListing .service h4 {
  margin-bottom: 0;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  transition: 0.3s all ease-in-out;
}

.serviceListing .service h4 span {
  letter-spacing: -2px;
  margin-left: 8px;
  transition: 0.3s all ease-in-out;
}

.serviceListing .service p {
  margin-bottom: 0;
  font-style: italic;
  color: #ffffff;
}

.serviceListing .service:hover {
  box-shadow: 0 0 0px 13px rgba(0, 0, 0, 0.05);
}

.serviceListing .service:hover h4 span {
  letter-spacing: 2px;
  margin-left: 10px;
}

.serviceListing .service:hover figure .before {
  left: 10px;
}

.serviceListing .service:hover figure .after {
  width: 56px;
  height: 120%;
}

.serviceListing .photography {
  background: #f4d5c2;
}

.serviceListing .photography figure:before {
  background: #f4d5c2;
}

.serviceListing .photography figure:after {
  background: #f4d5c2;
}

.serviceListing .makeup {
  background: #91dfff;
}

.serviceListing .makeup figure:before {
  background: #91dfff;
}

.serviceListing .makeup figure:after {
  background: #91dfff;
}

.serviceListing .venues {
  background: #a0d8a3;
}

.serviceListing .venues figure:before {
  background: #a0d8a3;
}

.serviceListing .venues figure:after {
  background: #a0d8a3;
}

.serviceListing .music {
  background: #bfc4fe;
}

.serviceListing .music figure:before {
  background: #bfc4fe;
}

.serviceListing .music figure:after {
  background: #bfc4fe;
}

.serviceListing .vehicle {
  background: #f4c2cd;
}

.serviceListing .vehicle figure:before {
  background: #f4c2cd;
}

.serviceListing .vehicle figure:after {
  background: #f4c2cd;
}

.serviceListing .decorations {
  background: #e9ed7f;
}

.serviceListing .decorations figure:before {
  background: #e9ed7f;
}

.serviceListing .decorations figure:after {
  background: #e9ed7f;
}

.eventListing {
  /*.listings{
    column-count: 3;
    column-gap: 40px;
    .list{
      border-radius: 30px;
      overflow: hidden;
      position: relative;
      margin-bottom: 40px;
      a{
        color: $white;
      }
      h5{
        font-size: 16px;
        letter-spacing: 0.5px;
        background: $maincolor;
        color: $white;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 0;
        padding: 5px 15px;
      }
      p{
        opacity: 0;
        @include transition;
      }
      .contents{
        position: absolute;
        z-index: 2;
        top:75%;
        @include transition;
      }
      &.text{
        background: $yellow;
        padding: 50px 10px;
        text-align: center;
        font-size: 35px;
        a{
          color: $maincolor;
        }
        h6{
          margin-bottom: 0;
          font-family: $secondary-font;
        }
      }
    }
  }*/
}

.eventListing .mainTitle span {
  font-style: italic;
  text-decoration: underline;
}

.eventListing .mainTitle p {
  text-align: justify;
}

.eventListing .venderSlider figure {
  height: 500px;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.eventListing .venderSlider figure:before {
  display: block;
  content: "";
  background-image: linear-gradient(black, transparent);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.32;
  width: 100%;
  z-index: 2;
  height: 80px;
}

.eventListing .venderSlider .sliderTitle {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: right;
  line-height: 40px;
  margin: 0;
  position: relative;
  z-index: 3;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);
  transform: translate(0, 50%);
}

.eventListing .venderSlider .sliderBtn {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: -35px;
  right: 0;
}

.eventListing .venderSlider .sliderBtn:before {
  display: inline-block;
  height: 1px;
  width: 100px;
  background: #ffffff;
  content: "";
  position: relative;
  top: -4px;
  margin-right: 5px;
  transition: 0.3s all ease-in-out;
}

.eventListing .venderSlider .sliderBtn:hover {
  color: #b3cc06;
}

.eventListing .venderSlider .sliderBtn:hover:before {
  background: #b3cc06;
}

.eventListing .venderSlider .owl-nav {
  position: absolute;
  top: 0px;
  right: 0;
}

.eventListing .venderSlider .owl-nav .owl-prev,
.eventListing .venderSlider .owl-nav .owl-next {
  width: 55px;
  height: 12px;
  text-indent: -9999px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  opacity: 0.3;
}

.eventListing .venderSlider .owl-nav .owl-prev:hover,
.eventListing .venderSlider .owl-nav .owl-next:hover {
  opacity: 1;
}

.eventListing .venderSlider .owl-nav .owl-prev {
  background: url(/images/left-arrow.png?24ecbc6d2bba0f24158b34b8c9271a83) no-repeat;
}

.eventListing .venderSlider .owl-nav .owl-next {
  background: url(/images/right-arrow.png?fc39936c36fd81f0299bdf9d54fc4682) no-repeat;
  margin-left: 20px;
}

.eventListing .venderSlider .owl-dots {
  position: absolute;
  bottom: 20px;
}

.eventListing .venderSlider .owl-dots .owl-dot {
  margin: 0 8px 0 0;
  display: inline-block;
}

.eventListing .venderSlider .owl-dots .owl-dot span {
  width: 20px;
  display: block;
  height: 5px;
  background: white;
  border-radius: 54px;
  transition: 0.3s all ease-in-out;
  opacity: 0.4;
}

.eventListing .venderSlider .owl-dots .owl-dot.active span {
  background: #b3cc06;
  opacity: 1;
  width: 40px;
}

.eventListing .venderSlider .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #b3cc06;
}

.eventListing .venderSlider .navigation-thumbs {
  display: none;
}

.packages aside {
  border-radius: 10px;
  background: #ffffff;
  font-size: 16px;
  height: 100%;
  padding-bottom: 20px;
  position: relative;
}

.packages aside .bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.packages aside .bgs span {
  display: block;
}

.packages aside .bgs .bg1 {
  width: 200px;
  height: 200px;
  border: 30px solid #000000;
  opacity: 0.07;
  border-radius: 50%;
  position: absolute;
  top: 90px;
  right: -100px;
}

.packages aside .bgs .bg2 {
  width: 125px;
  height: 125px;
  border: 30px solid #000000;
  opacity: 0.07;
  border-radius: 50%;
  position: absolute;
  bottom: 120px;
  left: -60px;
}

.packages aside .bgs .bg3 {
  width: 300px;
  height: 300px;
  background: #000000;
  opacity: 0.07;
  position: absolute;
  bottom: -260px;
  left: -120px;
  border-radius: 50px;
  transform: rotate(50deg);
}

.packages aside .innerContent {
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}

.packages aside h3 {
  padding: 20px;
  background: #800606;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 3;
}

.packages aside h3 bold {
  font-weight: 700;
}

.packages aside h4 {
  position: absolute;
  right: 24px;
  margin-bottom: 0;
  bottom: 320px;
  text-transform: uppercase;
  font-size: 26px;
  color: #000000;
  line-height: 60px;
  font-weight: 800;
  opacity: 0.08;
  transform: rotate(-90deg);
  transform-origin: center right;
  width: 100%;
  text-align: left;
}

.packages aside .imager {
  position: relative;
  text-align: center;
}

.packages aside .imager h5 {
  width: auto;
  display: inline-block;
  position: relative;
  top: -19px;
  background: #800606;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 0;
  text-align: center;
}

.packages aside .imager h5 span {
  font-size: 16px;
}

.packages aside ul {
  padding: 20px 30px 30px 30px;
  position: relative;
  z-index: 3;
  min-height: 110px;
}

.packages aside ul ul {
  padding: 10px 0 10px 20px;
  line-height: 24px;
}

.packages aside ul ul li {
  font-weight: 400;
  font-style: italic;
  list-style: disc;
  margin: 2px;
}

.packages aside li {
  font-weight: 700;
  margin-top: 13px;
  list-style: decimal;
}

.packages aside li:first-child {
  margin-top: 0;
}

.packages aside .buttons {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  transform: translate(0, 50%);
}

.packages aside .buttons .btn {
  margin: 0 3px;
}

.accordionPackage {
  margin-top: 130px;
}

#callToAction .smallContainer {
  position: relative;
  z-index: 4;
}

#callToAction img {
  max-height: 40px;
  width: auto;
}

#callToAction a {
  color: #ffffff;
  display: block;
}

#callToAction .inner {
  border-radius: 8px;
  padding: 35px 15px;
  transition: 0.3s all ease-in-out;
}

#callToAction .inner:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

#callToAction h6 {
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 22px 0 10px 0;
}

#callToAction p {
  margin-bottom: 0;
  font-style: italic;
}

.testimonials li {
  width: 32%;
  display: inline-block;
  text-align: left;
  margin-bottom: 50px;
  filter: grayscale(100%);
  transition: 0.3s all ease-in-out;
}

.testimonials li img {
  max-width: 140px;
}

.testimonials li:hover {
  filter: grayscale(0);
}

.testimonials .clients {
  padding-left: 0;
  padding-right: 0;
}

.testimonialListing {
  background: #ffffff;
  position: relative;
}

.testimonialListing .rating {
  position: absolute;
  right: 20px;
  top: 20px;
}

.testimonialListing h5 {
  margin-bottom: 5px;
}

.testimonialListing p {
  margin-bottom: 0;
}

.advertisement {
  background: #802222;
  color: #ffffff;
  overflow: hidden;
  /*.leftSide, .middleSide, .rightSide{
    display: inline-block;
  }*/
}

.advertisement .leftSide {
  width: 20%;
  height: 100%;
  padding-top: 41px;
  padding-bottom: 41px;
  position: relative;
}

.advertisement .leftSide:before {
  content: "";
  display: block;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  background-image: linear-gradient(to right, transparent, #8c3838);
  position: absolute;
  right: -70px;
  top: -25%;
  width: 100%;
  z-index: 1;
  height: 150%;
}

.advertisement .leftSide a {
  color: #ffffff;
  text-decoration: underline;
}

.advertisement .leftSide a:hover {
  color: #b3cc06;
}

.advertisement .leftSide h2,
.advertisement .leftSide p {
  position: relative;
  z-index: 2;
}

.advertisement .leftSide p {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.advertisement .middleSide {
  padding-top: 40px;
  padding-bottom: 40px;
}

.advertisement .middleSide h2 {
  margin: 0;
  font-size: 30px;
}

.advertisement .middleSide h2 span {
  color: #b3cc06;
}

.advertisement .middleSide p {
  font-family: "Libre Baskerville", serif;
}

.advertisement .middleSide .btn {
  margin-right: 5px;
}

.advertisement .rightSide figure {
  max-height: 210px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

#customer-porfolios .contents {
  margin: 0 -10px;
}

#customer-porfolios .stories {
  padding: 0 10px 10px 10px;
}

#customer-porfolios .texter {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  padding: 20px;
  background: white;
}

#customer-porfolios .texter.minHeight {
  min-height: 230px;
}

#customer-porfolios .texter .title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

#customer-porfolios .texter .title a {
  color: #000000;
}

#customer-porfolios .texter .title a:hover {
  color: #800606;
}

#customer-porfolios .texter .date {
  font-size: 12px;
  color: #626262;
}

#customer-porfolios .owl-nav {
  display: block !important;
}

#customer-porfolios .owl-nav .owl-prev,
#customer-porfolios .owl-nav .owl-next {
  position: absolute;
  top: 22%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  font-size: 22px;
  text-align: center;
  background: #ffffff;
  line-height: 40px;
  transform: translate(-50%, 0);
}

#customer-porfolios .owl-nav .owl-prev {
  left: 7px;
}

#customer-porfolios .owl-nav .owl-next {
  right: -27px;
}

#customer-porfolios.vendorPage .texter {
  background: #800606;
  transition: 0.3s all ease-in-out;
}

#customer-porfolios.vendorPage .texter .title a {
  color: #ffffff;
}

#customer-porfolios.vendorPage .inner:hover .texter {
  background: #b3cc06;
}

#customer-porfolios.vendorPage .inner:hover .texter .title a {
  color: #000000;
}

.constumers {
  position: relative;
  z-index: 4;
  padding-bottom: 40px;
}

li.wt-partners {
  width: auto !important;
}

/*--------------------------------------------------------------
# services page
--------------------------------------------------------------*/

.rating {
  color: #ffce38;
  opacity: 1;
  font: normal normal normal 18px/1 FontAwesome;
}

#venderListing .container {
  max-width: 1300px;
}

.venderList {
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 60px;
}

.venderList:hover {
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.095) !important;
}

.venderList .listTitle {
  position: relative;
  padding-right: 70px;
}

.venderList .listTitle a {
  color: #000000;
}

.venderList .listTitle a:hover {
  color: #800606;
}

.venderList .listTitle .rating {
  position: absolute;
  right: -40px;
  z-index: 4;
}

.venderList .info {
  margin-bottom: 20px;
}

.venderList .info li {
  display: inline-block;
}

.venderList .info li:before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}

.venderList .info li:first-child:before {
  display: none;
}

.venderList .services li {
  float: left;
  padding: 1px 9px;
  background: #ececec;
  font-size: 12px;
  border-radius: 5px;
  margin: 0 2px 4px;
}

.venderList .services li input {
  margin-right: 3px;
}

.venderList .graphics {
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
}

.venderList .graphics a {
  display: block;
  width: 100%;
  height: 100%;
}

.venderList .graphics .priceTag {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 18px;
  background: #ff303f;
  z-index: 1;
  color: #ffffff;
  padding: 5px 15px 5px 20px;
  font-weight: 700;
}

.venderList .graphics .priceTag:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid #ff303f;
  border-right: 18px solid transparent;
  position: absolute;
  top: 0;
  right: -17px;
}

.venderList .graphics .priceTag:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 25px solid #ff303f;
  border-right: 18px solid transparent;
  position: absolute;
  bottom: 0;
  right: -17px;
}

.venderList .graphics .priceTag label {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  line-height: 14px;
  margin-top: 4px;
  display: block;
}

.venderList .graphics .priceTag span {
  display: block;
  line-height: 18px;
}

.venderList .graphics .priceTag span i {
  font-size: 11px;
}

.venderList .graphics .whistlist {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 35px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.venderList .graphics .whistlist.nonshadow {
  text-shadow: none;
}

.venderList .graphics .whistlist .fa-heart {
  color: #f08ee8;
}

.venderList .graphics:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 2;
  border-top: 270px solid white;
  border-right: 30px solid transparent;
}

.venderList .details {
  padding-bottom: 0 !important;
}

.venderList .buttons {
  position: relative;
  top: 21px;
}

.venderList .buttons .btn {
  background: white;
  margin-bottom: 5px;
}

.venderList .buttons .btn:hover {
  background: #800606;
  color: #ffffff;
}

.venderList .socialMedia {
  text-align: right;
  position: relative;
  top: -25px;
}

.venderList .socialMedia span {
  display: inline-block;
  margin-right: 6px;
}

.venderList .socialMedia span a {
  color: #000000;
  opacity: 0.5;
}

.venderList .socialMedia span a:hover {
  color: #800606;
  opacity: 1;
}

.venderList .socialMedia span i {
  font-size: 16px;
}

.venderList .icon-band li {
  position: relative;
}

.venderList .icon-band li img.icon-line {
  position: absolute;
  width: 35px;
  top: 47%;
  transform: translateY(-50%);
  line-height: 24px;
}

.venderList .icon-band li span {
  background: transparent;
  position: relative;
  left: 40px;
  line-height: 24px;
}

.service-gallery #filters button {
  border: none;
  background: #e1e1e1;
  margin-bottom: 5px;
  padding: 10px 12px;
  transition: 0.3s all ease-in-out;
}

.service-gallery #filters button:hover,
.service-gallery #filters button.active,
.service-gallery #filters button.is-checked {
  background: #800606;
  color: #ffffff;
}

.service-gallery .service-layout .imager {
  min-height: 150px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  padding: 10px;
}

.checkbox-services .checkbox-icon {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.checkbox-services .checkbox-icon .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.checkbox-services .checkbox-icon .phone-icon {
  background-image: url("/assets/images/phone.png");
}

.checkbox-services .checkbox-icon .sms-icon {
  background-image: url("/assets/images/sms.png");
}

.checkbox-services .checkbox-icon .viber-icon {
  background-image: url("/assets/images/viber.png");
}

.checkbox-services .checkbox-icon .whatsapp-icon {
  background-image: url("/assets/images/whatsapp.png");
}

.checkbox-services input[type=checkbox] {
  position: relative;
  z-index: 1;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: auto;
}

.checkbox-services input[type=checkbox] + label {
  margin-left: 5px;
}

/*--------------------------------------------------------------
# vender detail page
--------------------------------------------------------------*/

#sync1 {
  border-radius: 10px;
  overflow: hidden;
}

#sync2 {
  transform: translate(0, -50%);
  padding: 0 50px;
}

#sync2.owl-carousel .owl-item {
  text-align: center;
}

#sync2.owl-carousel .owl-item .item {
  margin: 0 auto;
}

#sync1 .item {
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}

#sync1 .item figure {
  height: 370px;
  background-size: cover;
  background-position: center;
}

#sync2 .item {
  background: white !important;
  color: #FFF;
  overflow: hidden;
  border-radius: 50%;
  width: 80px;
  cursor: pointer;
  text-align: center;
}

#sync2 .item figure {
  background-size: contain;
  background-position: center;
  height: 80px;
  width: 80px;
  border: 5px solid #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .synced .item figure {
  opacity: 1;
}

.venderInfo:hover {
  box-shadow: none !important;
}

.groupListing .venderSlider {
  position: relative;
}

.groupListing .venderList {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
  border-radius: 0;
  margin-left: 5%;
  width: 90%;
  position: relative;
  top: -70px;
  z-index: 3;
  margin-bottom: 0;
}

.groupListing .venderList .listTitle {
  margin-bottom: 0;
}

.groupListing .venderList .buttons {
  top: 0;
  margin-top: 5px;
}

.groupListing #sync2 {
  position: absolute;
  bottom: 100px;
}

.groupListing #sync2 .item {
  width: 50px;
}

.groupListing #sync2 .item figure {
  width: 50px;
  height: 50px;
}

.packageSelect {
  font-size: 18px;
}

.packageSelect select {
  width: 55%;
  float: left;
  background-color: #800606;
  background-image: url(/images/dropdown-white.png?4d872e54a3b2b12a70ce14ca02050324);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 95% center;
  color: #ffffff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
  padding: 10px 20px 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.packageSelect .priceTag {
  background: #e1e1e1;
  width: 45%;
  float: right;
  font-weight: 700;
  padding: 10px;
  color: #800606;
  position: relative;
}

.packageSelect .priceTag #price-display {
  font-size: 17px;
}

.packageSelect .priceTag .whistlist {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 8px;
  top: 2px;
}

.packageSelect .pricing_details #accordion .card {
  margin-bottom: 0;
}

.packageSelect .pricing_details #accordion .card .card-reader .heading {
  color: black;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 0;
  background: #efefef;
  font-weight: normal;
  margin-bottom: 15px;
  position: relative;
}

.packageSelect .pricing_details #accordion .card .card-reader .heading:after {
  background-image: url(/images/dropdown.png?8e39f4ee436bbc4da0293048dc849b0e);
  transform: rotate(0deg) translate(0, -50%);
}

.packageSelect .pricing_details #accordion .card .card-reader .heading span {
  position: absolute;
  font-size: 14px;
  right: 50px;
  top: 30%;
}

.packageSelect .pricing_details #accordion .card .card-reader:hover .heading {
  background: #800606;
  color: #ffffff;
}

.packageSelect .pricing_details #accordion .card .vendorContent li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
  padding: 8px;
  background: #f2f2f2;
}

.packageSelect .pricing_details #accordion .card .vendorContent li h6 {
  color: #000000;
  margin-bottom: 0;
  font-weight: normal;
}

.packageSelect .pricing_details #accordion .card .vendorContent li label {
  color: #626262;
  font-size: 14px;
}

.select2-selection__rendered {
  text-align: left;
}

.mainInfo {
  background: #efefef;
  padding: 15px;
  margin-bottom: 15px;
}

.mainInfo li {
  width: calc(50% - 15px);
  float: left;
  border-bottom: 1px dashed #c1c1c1;
  padding: 7px 0;
  margin: 0 7px;
  /* &:nth-child(odd) {
     margin-left: 0;
   }
   &:nth-child(1), &:nth-child(2) {
     border-top: none;
   }*/
}

.mainInfo li strong {
  display: block;
}

.mainInfo li.fullWidth {
  width: 100%;
}

.mainInfo li.fullWidth strong {
  font-weight: normal;
}

.mainInfo li span {
  background: #e1e1e1;
  border-radius: 5px;
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 3px 9px;
}

#venderDetail .listTitle .rating {
  right: 0;
  top: 0;
}

#venderDetail .owl-stage-outer .owl-stage {
  margin: 0 auto;
}

#venderDetail .reviews .reviewsListing {
  max-height: 400px;
  overflow-y: auto;
  padding: 18px;
}

.requestQuote {
  background: url(/images/requestBg.jpg?1a719930817a1115806cbcdbcddb7e49) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
}

.requestQuote select,
.requestQuote input,
.requestQuote button,
.requestQuote .select2-selection__rendered {
  width: 100%;
  border-radius: 5px;
  background: #ffffff;
  color: #000000;
  border: none;
  height: 50px;
  line-height: 37px !important;
  padding: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.requestQuote .select2-container--default .select2-selection--single {
  border: none;
  height: 50px;
}

.requestQuote .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.requestQuote select {
  background-image: url(/images/dropdown.png?8e39f4ee436bbc4da0293048dc849b0e);
  background-repeat: no-repeat;
  background-position: 95% center;
}

.requestQuote button {
  background: #f37722;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}

.requestQuote button:hover {
  background-color: #800606;
}

.bookingsDate .calender {
  border-radius: 10px;
  overflow: hidden;
}

.bookingsDate .indicator {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #626262;
  line-height: 30px;
}

.bookingsDate .indicator li {
  float: left;
  margin-right: 20px;
}

.bookingsDate .indicator span {
  width: 30px;
  display: inline-block;
  margin-right: 5px;
  height: 30px;
  float: left;
  border-radius: 50%;
  background: #e1e1e1;
}

.bookingsDate .indicator span.blue {
  background: #46c4f3;
}

.bookingsDate .indicator span.purple {
  background: #865fc1;
  color: white;
}

.bookingsDate .calender .color.blue {
  background: #46c4f3;
}

.bookingsDate .calender .color.purple {
  background: #865fc1;
  color: white;
}

.teamMembers li {
  width: calc(33.33% - 40px/3);
  margin-right: 20px;
  float: left;
  margin-bottom: 30px;
}

.teamMembers li:nth-child(3n) {
  margin-right: 0;
}

.teamMembers li figure {
  border-radius: 10px;
  height: 140px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.teamMembers li figure label {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #800606;
  color: #ffffff;
  font-weight: 700;
  width: 80%;
  text-align: center;
  display: block;
  padding: 5px;
  transform: translate(-50%, 50%);
}

.reviews .titleBlock {
  position: relative;
}

.reviews .titleBlock a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  font-style: italic;
  text-transform: uppercase;
}

.reviews .titleBlock a:hover {
  color: #800606;
}

.reviews aside {
  position: relative;
  border-radius: 10px;
  padding-left: 130px !important;
}

.reviews aside figure {
  position: absolute;
  left: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.reviews aside .header {
  margin-bottom: 10px;
  position: relative;
}

.reviews aside .header .rating {
  position: absolute;
  right: 0;
  top: 0;
}

.reviews aside .header label {
  font-size: 14px;
  color: #626262;
  font-weight: 700;
}

.reviews aside .header .date {
  font-size: 12px;
  font-weight: 300;
  color: #626262;
}

.reviews aside p {
  font-size: 12px;
  line-height: 20px;
  color: #626262;
  font-style: italic;
  margin-bottom: 0;
}

.specificServices figure {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  height: 150px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.specificServices figure:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  z-index: 1;
}

.specificServices figure span {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  padding: 50px;
  line-height: 26px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%);
}

.otherVenders .venderList {
  margin-bottom: 45px;
}

.otherVenders .venderList .listTitle {
  font-size: 18px;
  margin-bottom: 10px;
}

.otherVenders .venderList .info {
  margin-bottom: 0;
}

.otherVenders .venderList .details {
  padding-right: 0 !important;
}

.otherVenders .venderList .rating {
  right: -16px !important;
}

.otherVenders .venderList .rating .fa {
  font-size: 14px;
}

.work_done {
  padding-bottom: 40px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e1e1e1;
}

.work_done a {
  display: block;
  z-index: 2;
  position: relative;
}

.work_done img {
  width: 100%;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.work_done .title {
  text-align: left;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 90%;
  z-index: 4;
  margin-bottom: 0;
}

.work_done .title a {
  z-index: 4;
  display: block;
  font-weight: 700;
  color: #ffffff;
  line-height: 18px;
}

.work_done .inner {
  position: relative;
  background: #800606;
  border-radius: 10px;
  overflow: hidden;
}

.work_done .inner:before {
  background-image: linear-gradient(transparent, black);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 50px;
  display: inline-block;
  content: "";
  z-index: 3;
  transition: 0.3s all ease-in-out;
}

.work_done .inner:hover:before {
  background-image: linear-gradient(transparent, #800606);
  opacity: 0.9;
}

.work_done .inner:hover img {
  opacity: 0.4;
}

.card-header {
  background-color: red !important;
}

.or-class {
  display: none;
}

input#send-enquiry-button {
  display: block;
  width: auto;
  text-align: center;
  margin: 0 auto;
  border: 3px solid #800606;
  padding: 5px 15px;
}

/*--------------------------------------------------------------
# about page
--------------------------------------------------------------*/

.aboutDetails {
  position: relative;
}

.aboutDetails .subTitle {
  font-weight: 400;
  line-height: 30px;
}

.missionVision {
  color: #ffffff;
}

.missionVision .pageTitle {
  font-size: 30px;
  text-transform: uppercase;
}

.missionVision .mission,
.missionVision .vision {
  background-size: cover;
  background-position: center;
  position: relative;
}

.missionVision .mission:before,
.missionVision .vision:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  opacity: 0.9;
}

.missionVision .mission h2,
.missionVision .mission p,
.missionVision .vision h2,
.missionVision .vision p {
  position: relative;
  z-index: 2;
}

.missionVision .mission h2,
.missionVision .vision h2 {
  margin-bottom: 35px;
}

.missionVision .mission h2:after,
.missionVision .vision h2:after {
  display: block;
  height: 5px;
  width: 100px;
  background: #ffffff;
  content: "";
  position: absolute;
  bottom: -19px;
}

.missionVision .mission {
  padding-left: 60%;
}

.missionVision .mission:before {
  background-image: linear-gradient(to right, transparent, #800606);
  right: 0;
}

.missionVision .mission h2:after {
  right: 0;
}

.missionVision .vision {
  padding-right: 60%;
}

.missionVision .vision:before {
  background-image: linear-gradient(to left, transparent, #085c91);
  left: 0;
}

.missionVision .vision h2:after {
  left: 0;
}

.build {
  position: relative;
}

.build h2 {
  color: #800606;
}

.advatages img {
  margin-bottom: 15px;
}

.advatages h5 {
  margin-bottom: 0;
  font-size: 14px;
  min-height: 60px;
}

.advatages p {
  margin-bottom: 0;
}

.ourTeam figure {
  background-size: cover;
  height: 200px;
  background-position: center;
  border-radius: 0 50px;
}

.clients {
  padding-left: 150px;
  padding-right: 150px;
}

.clients li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 20px;
}

.clients li img {
  max-height: 76px;
  max-width: 160px;
  height: auto;
}

/*--------------------------------------------------------------
# gallery page
--------------------------------------------------------------*/

.portfolio {
  /* ---- button-group ---- */
  /* ---- isotope ---- */
  /* clear fix */
  /* ---- .element-item ---- */
}

.portfolio .button {
  display: inline-block;
  padding: 0.5em 1em;
  border: none;
  border-radius: 7px;
  background: #e1e1e1;
  color: #222;
  font-size: 14px;
  text-shadow: 0 1px white;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.portfolio .button:hover {
  background-color: #8CF;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #222;
}

.portfolio .button:active,
.portfolio .button.is-checked {
  background-color: #800606;
}

.portfolio .button.is-checked {
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
}

.portfolio .button:active {
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8);
}

.portfolio .button-group {
  margin-bottom: 20px;
  text-align: center;
}

.portfolio .button-group:after {
  content: "";
  display: block;
  clear: both;
}

.portfolio .button-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.portfolio .button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}

.portfolio .button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
}

.portfolio .grid:after {
  content: "";
  display: block;
  clear: both;
}

.portfolio .element-item {
  position: relative;
  float: left;
  width: 24.98%;
  overflow: hidden;
  height: 275px;
  color: #262524;
  border: 1px solid #ffffff;
  background-size: cover;
  background-position: center;
}

.portfolio .element-item:before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.8;
  content: "";
  display: block;
  transition: 0.3s all ease-in-out;
}

.portfolio .element-item:hover:before {
  height: 200%;
  background-image: linear-gradient(transparent, #800606);
}

.portfolio .element-item > * {
  margin: 0;
  padding: 0;
}

.portfolio .element-item .name {
  position: absolute;
  left: 20px;
  bottom: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  right: 0;
}

.portfolio .element-item .name a {
  color: #ffffff;
}

.portfolio .element-item .name a:hover {
  color: #b3cc06;
}

.portfolio .element-item .symbol {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 12px;
  color: white;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  right: 0;
}

.portfolio .element-item .symbol span {
  font-weight: 700;
  text-transform: uppercase;
}

.portfolio .element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.portfolio .element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.portfolio .grid-item {
  width: 200px;
}

.portfolio .grid-item--width2 {
  width: 400px;
}

.portfolio-details {
  padding: 5px 40px;
}

.grid-container {
  -moz-columns: 4 200px;
       columns: 4 200px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.grid-container .grid-item {
  padding-bottom: 5px;
}

.taggedVendor {
  border-top: 1px dashed #a1a1a1;
  border-bottom: 1px dashed #a1a1a1;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.taggedVendor .vendors {
  padding: 10px 10px 1px 10px;
}

.taggedVendor .vendors .inner {
  background: #ffffff;
  min-height: 80px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.taggedVendor .vendors .inner img {
  position: absolute;
  height: 80%;
  right: 15px;
  opacity: 0.07;
  top: 10%;
  width: auto;
}

.taggedVendor .vendors .inner h5 {
  margin-bottom: 5px;
}

.taggedVendor .vendors .inner h5 a {
  color: #000000;
  font-size: 17px;
}

.taggedVendor .vendors .inner .category {
  color: #000000;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}

.taggedVendor .vendors .inner .category:hover {
  letter-spacing: 1.5px;
}

.taggedVendor .vendors .inner a:hover {
  color: #800606;
}

.taggedVendor .vendors .inner:hover {
  background: #b3cc06;
  box-shadow: none;
}

.pageTitleDate {
  background: #b3cc06;
  padding: 2px 10px;
  color: black;
  margin: 0;
  display: inline-block;
}

/*--------------------------------------------------------------
# contact page
--------------------------------------------------------------*/

.details i {
  color: #e1e1e1;
  font-size: 40px;
}

.details h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  margin: 10px 0;
}

.contactInfo input,
.contactInfo textarea,
.contactInfo select {
  border: none;
  padding: 10px;
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 15px;
}

.contactInfo textarea {
  overflow: hidden;
  height: 200px;
  resize: none;
}

.contactInfo iframe {
  max-width: 100%;
}

/*--------------------------------------------------------------
# faq page
--------------------------------------------------------------*/

#accordion {
  background: #f6f6f6;
}

#accordion .btn {
  font-family: "Poppins", sans-serif;
  float: right;
}

#accordion .card {
  border: none;
  margin-bottom: 15px;
}

#accordion .card .card-reader h5 {
  background: #ffffff;
  margin: 0;
  padding: 17px 25px;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.04);
  cursor: pointer;
  font-size: 20px;
  border-radius: 8px;
  color: #626262;
  position: relative;
  transition: 0.3s all ease-in-out;
}

#accordion .card .card-reader h5:after {
  background: url(/images/drop-downicon.png?05e11d1c02b4a541e0c7beb832ddd692) no-repeat;
  width: 22px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  transition: 0.3s all ease-in-out;
  transform: translate(0, -50%);
}

#accordion .card .card-reader h5.arrow-icon {
  background: #800606;
  box-shadow: none;
  color: #ffffff;
}

#accordion .card .card-reader h5.arrow-icon:after {
  filter: invert(100%);
  /*@include translator($x:-50%, $y:-50%);
  @include rotate(180);*/
  transform: rotate(180deg) translate(30%, 40%);
}

#accordion .card .card-reader:hover h5 {
  background: #800606;
  color: #ffffff;
}

#accordion .card .card-reader:hover h5:after {
  filter: invert(100%);
}

#accordion .card .accordContent {
  margin-top: -5px;
  transition: 0.3s all ease-in-out;
}

#accordion .card .accordContent.show {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.04);
}

/*--------------------------------------------------------------
# Package section
--------------------------------------------------------------*/

.packageSection {
  background: #f3f3f3;
}

.packageSection .packageList {
  display: inline-block;
  width: calc(33.3% - 33px);
  vertical-align: top;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  text-align: left;
}

.packageSection .packageList li strong {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.packageSection .packageList li label {
  font-weight: normal;
}

/*--------------------------------------------------------------
# Blog css
--------------------------------------------------------------*/

.blog-listing .inner {
  background: white;
}

.blog-listing .blog-image {
  position: relative;
}

.blog-listing .blog-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #800606;
  opacity: 0;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  position: absolute;
}

.blog-listing .blog-image .view-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.blog-listing .blog-image:hover:before {
  opacity: 0.85;
}

.blog-listing .blog-image:hover .view-btn {
  opacity: 1;
  letter-spacing: 3.5px;
}

.blog-listing .blog-content {
  padding: 20px;
}

.blog-listing .blog-content h3 {
  font-size: 16px;
  margin: 10px 0;
  transition: 0.3s all ease-in-out;
}

.blog-listing .blog-content h3 a {
  color: #000000;
}

.blog-listing .blog-content h3:hover a {
  color: #800606;
}

.blog-listing .blog-content p {
  color: #000000;
}

.blog-listing .tags {
  color: #626262;
  font-size: 12px;
}

.blog-listing .tags ul {
  display: inline-block;
}

.blog-listing .tags li {
  display: inline-block;
  padding: 5px;
}

.blog-listing .tags li:before {
  margin: 0 5px 0 0;
}

.blog-listing .tags li:first-child:before {
  display: none;
}

.blog-listing .tags .date {
  display: inline-block;
}

.blogDetail figure {
  border-radius: 8px;
  overflow: hidden;
}

.blogDetail .contents {
  max-width: 85%;
  margin: 0 auto;
  margin-top: -60px;
  background: white;
  position: relative;
  z-index: 2;
  padding: 70px 100px;
}

#singlePage .blog-content .tags .badge a {
  color: #ffffff;
}

#singlePage ul li {
  display: inline;
  color: #000;
}

#singlePage .author ul {
  padding: 15px 0;
}

#singlePage .author ul li {
  padding-right: 15px;
  color: #868686;
}

/*--------------------------------------------------------------
# Venue css
--------------------------------------------------------------*/

.checklist {
  font-size: 18px;
}

.checklist li {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 40px;
  line-height: 30px;
  margin-bottom: 15px;
}

.checklist li:before {
  display: inline-block;
  content: "";
  background: url(/images/uncheck.png?ad4e73fbca140b284025c8aca26cc890) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.checklist li.checked:before {
  background: url(/images/checked.png?d41d8cd98f00b204e9800998ecf8427e) no-repeat;
  background-size: cover;
}

.checklist li input {
  visibility: hidden;
  position: absolute;
}

/*--------------------------------------------------------------
# Login css
--------------------------------------------------------------*/

.loginLayout .leftSide {
  background: #800606;
  color: #ffffff;
  height: 100vh;
  overflow: hidden;
}

.loginLayout .rightSide {
  height: 100vh;
}

.loginLayout .mainCont {
  position: absolute;
  z-index: 2;
  top: 50%;
  text-align: right;
  right: 15%;
  transform: translate(0, -50%);
}

.loginLayout .mainCont .slog {
  font-family: "Libre Baskerville", serif;
  font-size: 21px;
  position: relative;
}

.loginLayout .mainCont .slog:before {
  content: "";
  display: none;
  position: absolute;
  top: -320px;
  left: 50%;
  height: 300px;
  width: 1px;
  background: #ffffff;
}

.loginLayout .mainCont .bigTitle {
  font-size: 45px;
  margin-bottom: 0;
}

.loginLayout .mainCont .content {
  margin-top: 20px;
  max-width: 410px;
}

.loginLayout #myVideo {
  top: 0;
}

.login-top {
  text-align: center;
  padding: 50px 0;
}

.login-top .shadow {
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.login-top label {
  margin-right: 20px;
  color: #626262;
}

.login-top label,
.login-top a {
  display: inline-block;
}

.login-card {
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-card label {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #626262;
}

.register-card {
  max-width: 80%;
  text-align: center;
  position: static;
  transform: none;
  margin: 0 auto;
}

.register-card .card {
  display: inline-block;
  width: 25%;
}

/*--------------------------------------------------------------
# Responsive css
--------------------------------------------------------------*/

/*$laptop:"screen and (max-width: 1200px)";
$desktop:"screen and (max-width: 1024px)";
$tablet:"screen and (max-width: 768px)";
$mobile:"screen and (max-width: 600px)";
$midmobile:"screen and (max-width: 500px)";
$smallmobile:"screen and (max-width: 400px)";
$minimobile:"screen and (max-width: 300px)";*/

@media screen and (max-width: 1500px) {
  .login-card .btn {
    margin-bottom: 5px;
  }

  .form-bar h3 {
    font-size: 20px;
    left: -10px;
    letter-spacing: 7px;
  }

  .form-bar .incont {
    padding-left: 50px;
    padding-right: 60px;
  }

  .form-bar #nav-icon3.enquiryclose {
    top: 30px;
    right: 20px;
  }

  .menu-popup .menuServiceListing {
    width: 100%;
  }

  .menu-popup .menuServiceListing .serviceList {
    width: 50%;
    float: left;
  }

  .advertisement .middleSide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .advertisement .middleSide h2 {
    font-size: 26px;
  }

  .advertisement .middleSide .btn {
    padding: 0px 18px;
  }

  .advertisement .leftSide {
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .advertisement .leftSide a {
    font-size: 24px;
  }

  .advertisement .leftSide h2 {
    margin-bottom: 0;
  }

  .advertisement .leftSide p {
    font-size: 16px;
    line-height: 22px;
  }

  .advertisement .leftSide:before {
    right: -50px;
  }

  .missionVision .mission {
    padding-left: 30%;
  }

  .missionVision .vision {
    padding-right: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .popularSearches span {
    margin: 0 2px 6px;
  }

  .navigation li a {
    padding: 16px 15px;
    font-size: 13px;
  }

  .clients li img {
    width: 100%;
  }

  .sidebar .category li {
    padding: 10px 15px;
  }

  .sidebar .category li span {
    right: 11px;
  }

  .portfolio .button-group .button {
    border-radius: 0 !important;
    margin-bottom: 5px;
    letter-spacing: 0;
  }

  #sync2 .item {
    width: 60px;
  }

  #sync2 .item figure {
    height: 60px;
    width: 60px;
  }

  .mainInfo li {
    width: 100%;
    margin: 0;
  }

  .mainInfo li:nth-child(2) {
    border-top: 1px dashed #c1c1c1;
  }

  .packageSelect .pricing_details #accordion .card .vendorContent li {
    width: 100%;
  }

  .bookingsDate .indicator li {
    margin-bottom: 5px;
  }

  .packages aside h3 {
    font-size: 17px;
    padding: 20px 10px;
  }

  .loginLayout .mainCont {
    right: 7%;
  }

  .loginLayout .mainCont .bigTitle {
    font-size: 32px;
  }

  .login-card {
    width: 80%;
    max-width: 80%;
  }

  .login-card .btn {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .menuServiceListing {
    height: 100%;
    display: block;
  }

  .menuServiceListing .menu-serviceListLayout {
    height: 70%;
    overflow-y: auto;
  }

  .websiteUrl {
    display: none;
  }

  .bigTitle {
    font-size: 34px;
  }

  #logo img {
    max-width: 140px;
  }

  .navigation {
    position: relative;
  }

  .navigation #logo {
    display: block;
    top: 5px;
    left: 20px !important;
  }

  .navigation #logo img {
    max-height: 33px;
  }

  .navigation .burger-menu {
    display: block;
    cursor: pointer;
    color: white;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 700;
    background: url(/images/dropdown-white.png?4d872e54a3b2b12a70ce14ca02050324) no-repeat 60% center;
  }

  .navigation .burger-menu.open {
    background-image: url(/images/dropdown-white-up.png?7e0bae92111fdb62957e2d274c5844bd);
  }

  .navigation ul {
    display: none;
    position: absolute;
    top: 50pxc;
    width: 100%;
    background: black;
    z-index: 99;
  }

  .navigation li {
    display: block;
    width: 100%;
  }

  .footer .bigTitle {
    line-height: 55px;
    font-size: 45px;
  }

  .footer .footerText {
    margin-top: 50px;
  }

  .footer .mainFooter ul li {
    margin-bottom: 8px;
  }

  .footer .mainFooter h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .footer .mainFooter .footerText aside {
    margin-top: 0 !important;
    width: 49%;
    display: inline-block;
  }

  .form-bar .pr-5 {
    padding: 0 !important;
  }

  .form-bar .pl-5 {
    padding-left: 30px !important;
  }

  #banner .banner {
    height: 100vh;
  }

  .menu-popup .advertisement {
    display: none;
  }

  .contactInfo .details .col-md-6:first-child,
  .contactInfo .details .col-md-6:nth-child(2) {
    margin-bottom: 20px;
  }

  .portfolio .element-item {
    width: 33.33%;
  }

  .modal-dialog {
    max-width: 750px;
  }

  .packageSection .packageList {
    width: calc(50% - 33px);
  }

  .blogDetail .contents {
    padding: 40px 50px;
  }

  .blogDetail .contents .bigTitle {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1rem !important;
  }

  .modal-dialog {
    max-width: 90%;
  }

  .modal-dialog .modal-dialog {
    padding: 0 30px;
  }

  .navigation .burger-menu {
    line-height: 42px;
  }

  .navigation li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .navigation li a {
    padding: 10px 15px;
  }

  .basePadding {
    padding: 65px 0;
  }

  .smallPadding {
    padding: 40px 0;
  }

  .mainTitle {
    font-size: 26px;
  }

  .mainTitle.small {
    font-size: 20px;
  }

  .bigTitle {
    font-size: 24px;
  }

  .listTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .aboutDetails .subTitle {
    font-size: 16px;
    line-height: 26px;
  }

  .bannerSection .bannerContent .buttons {
    margin-top: 15px;
  }

  #banner .banner,
  #subBanner .banner {
    height: 75vh;
  }

  #banner .bigTitle,
  #subBanner .bigTitle {
    line-height: 30px;
    margin: 10px 0;
  }

  #subBanner {
    padding-bottom: 20px;
    padding-top: 60px;
  }

  #subBanner .bigTitle {
    font-weight: normal;
    font-size: 18px;
    margin-top: 0;
  }

  #logo img {
    max-width: 100px;
  }

  #banner .searchForm .form,
  #subBanner .searchForm .form,
  .ResponsiveSearchForm .searchForm .form {
    background: #ffffff;
    padding: 10px 25px;
  }

  #banner .searchForm .form .service,
  #subBanner .searchForm .form .service,
  .ResponsiveSearchForm .searchForm .form .service {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
  }

  #banner .searchForm .form button,
  #subBanner .searchForm .form button,
  .ResponsiveSearchForm .searchForm .form button {
    border-radius: 5px;
  }

  #banner .searchForm .form .select2-container,
  #subBanner .searchForm .form .select2-container,
  .ResponsiveSearchForm .searchForm .form .select2-container {
    padding: 8px 0;
  }

  #banner .searchForm .form select.vendor,
  #subBanner .searchForm .form select.vendor,
  .ResponsiveSearchForm .searchForm .form select.vendor {
    border-left: none;
  }

  #subBanner .mainCont {
    padding: 0;
  }

  .ResponsiveSearchForm {
    margin: 20px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
  }

  .ResponsiveSearchForm .searchForm p {
    display: none;
  }

  .ResponsiveSearchForm .searchForm .form select,
  .ResponsiveSearchForm .searchForm .form input,
  .ResponsiveSearchForm .searchForm .form .select2-search,
  .ResponsiveSearchForm .searchForm .form .select2-selection {
    background: #efefef;
    height: 40px;
    border: none !important;
  }

  .ResponsiveSearchForm .searchForm .form select.vendor {
    width: 100%;
  }

  .ResponsiveSearchForm .searchForm .form button.search_submit {
    margin-top: 5px;
  }

  .ResponsiveSearchForm .searchForm .form .select2-container {
    padding: 5px 0;
    width: 100% !important;
  }

  .ResponsiveSearchForm .searchForm .form .select2-selection {
    height: 70px;
  }

  .popularSearches {
    display: none;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  #banner .searchForm .form input,
  #banner .searchForm .form select,
  #banner .searchForm .form button {
    height: 40px;
  }

  .aboutDetails .col-md-3 {
    display: none;
  }

  #banner .searchForm .form .select2-container {
    width: 100% !important;
    display: block;
  }

  #banner .searchForm .form select.vendor {
    border-top: 1px solid #e1e1e1;
  }

  .clients {
    text-align: center;
  }

  .clients .images {
    text-align: center;
  }

  .advertisement .leftSide {
    width: 100%;
    padding-top: 40px;
    text-align: center !important;
  }

  .advertisement .leftSide:before {
    display: none;
  }

  .advertisement .middleSide {
    text-align: center;
    border-top: 1px dashed #e1e1e1;
    padding-bottom: 50px;
  }

  .advertisement .middleSide .btn {
    margin-bottom: 7px;
  }

  .advertisement .rightSide {
    display: none;
  }

  .footer .offset-1 {
    margin-left: 0;
  }

  .menu-popup .menuServiceListing .mainTitle {
    border-bottom: 1px dashed #b3cc06;
    padding-bottom: 15px;
  }

  .menu-popup .menuServiceListing .serviceList {
    width: 100%;
  }

  .menu-popup .menuServiceListing .serviceList p {
    display: none;
  }

  .menu-popup .menuServiceListing .advertisement {
    display: none;
  }

  .form-bar {
    right: calc(-100% + 7px);
    width: 100%;
  }

  .form-bar .container-fluid {
    max-height: 100vh;
    overflow-y: auto;
  }

  .form-bar form p {
    margin-bottom: 8px;
  }

  .form-bar form input,
  .form-bar form select,
  .form-bar form textarea {
    font-size: 13px;
    padding: 1px 0 1px;
    border-bottom: 1px solid #800606;
  }

  .form-bar .contactDetails {
    margin-top: 20px;
    /*  br{
        display: none;
      }*/
  }

  .form-bar .pl-5 {
    padding-left: 0 !important;
  }

  .footer .bigTitle {
    line-height: 45px;
    font-size: 35px;
  }

  .footer .buttons.mt-5 {
    margin-top: 10px !important;
  }

  .footer .mainFooter {
    text-align: center;
  }

  .footer .mainFooter .col-sm-6 {
    margin-bottom: 40px;
    text-align: left;
  }

  .footer .mainFooter .footerText {
    margin-top: 0;
    border-top: 1px dashed #b3cc06;
    border-bottom: 1px dashed #b3cc06;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer .mainFooter .footerText aside {
    width: 100%;
  }

  .footer .mainFooter .footerText aside:first-child {
    margin-bottom: 20px;
  }

  .footer .mainFooter .footerTitle {
    margin-bottom: 10px;
  }

  .advertisement .leftSide {
    padding-left: 15px !important;
  }

  .advertisement .middleSide {
    padding-left: 10px !important;
  }

  .eventListing .venderSlider .sliderTitle {
    font-size: 20px;
  }

  .eventListing .venderSlider figure {
    height: 270px;
    background-size: cover;
    background-position: center;
  }

  #customer-porfolios .owl-nav .owl-prev {
    left: 47px;
  }

  #customer-porfolios .owl-nav .owl-next {
    right: 7px;
  }

  #pageBanner {
    padding: 50px 0 40px;
  }

  #pageBanner label {
    font-size: 16px;
    display: none;
  }

  #pageBanner .pageTitle {
    font-size: 20px;
    margin-bottom: 5px;
  }

  #pageBanner .breadcumb li {
    font-size: 13px;
  }

  .missionVision .mission,
  .missionVision .vision {
    padding-left: 50px !important;
    padding-right: 50px !important;
    text-align: center;
  }

  .missionVision .mission h2:after,
  .missionVision .vision h2:after {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .btn {
    margin-bottom: 5px;
  }

  .sidebar {
    padding: 0 !important;
  }

  .sidebar .select2-container {
    width: 100% !important;
  }

  .sidebar aside {
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .sidebar aside .sidebarTitle {
    margin-bottom: 0;
    font-size: 18px;
    background-image: url(/images/dropdown-white.png?4d872e54a3b2b12a70ce14ca02050324);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
  }

  .sidebar aside .sidebarTitle.open {
    background-image: url(/images/dropdown-white-up.png?7e0bae92111fdb62957e2d274c5844bd);
  }

  .sidebar aside .innerCont {
    display: none;
  }

  .sidebar aside.program {
    display: none;
  }

  #venderListing {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  #venderListing #show-filtered-data {
    padding: 0 !important;
  }

  #venderListing .venderList {
    margin-top: 20px;
  }

  #venderListing .venderList .details {
    order: 2;
  }

  #venderListing .venderList .graphics {
    height: 200px;
    order: 1;
    border-radius: 10px 10px 0 0;
  }

  #venderListing .venderList .graphics:before {
    display: none;
  }

  #callToAction #myVideo {
    display: none;
  }

  #callToAction .inner {
    padding-bottom: 0;
    box-shadow: none !important;
  }

  #callToAction .inner p {
    display: none;
  }

  #customer-porfolios .texter.minHeight {
    min-height: auto;
  }

  .venderList .listTitle .rating {
    right: 0;
  }

  .portfolio .element-item {
    width: 50%;
  }

  .venderList .info li {
    display: block;
  }

  .venderList .info li:before {
    display: none;
  }

  .venderList .listTitle .rating .fa {
    font-size: 10px;
    float: left;
    margin-left: 3px;
  }

  #venderDetail .reviews .reviewsListing {
    max-height: 100%;
  }

  .weddingpopup #service li {
    width: 100%;
  }

  .modal-content {
    padding: 0 30px;
  }

  .venderBox .ResponsiveSearchForm .searchForm:nth-child(2) .form {
    padding-top: 0;
  }

  .venderBox .ResponsiveSearchForm .searchForm:nth-child(2) .form .select2-container {
    padding: 0 0 5px;
    height: 50px;
  }

  .venderBox .ResponsiveSearchForm .searchForm:nth-child(2) .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }

  .venderBox .ResponsiveSearchForm .searchForm:nth-child(2) .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 70px;
  }

  .venderBox .ResponsiveSearchForm .searchForm:nth-child(2) button.search_submit {
    margin: 0;
  }

  .venderBox .ResponsiveSearchForm .searchForm:first-child .form {
    padding-bottom: 0;
  }

  .venderBox .ResponsiveSearchForm .searchForm:first-child .form button.search_submit {
    display: none;
  }

  .packageSection .packageList {
    width: 100%;
    margin: 0 0 30px;
  }

  .packageSection .packageList li strong {
    letter-spacing: 0;
  }

  .packages aside ul {
    min-height: 0;
  }

  .packages aside ul h4 {
    display: none;
  }

  .loginLayout .leftSide {
    height: 60vh;
  }

  .loginLayout .rightSide {
    height: auto;
  }

  .loginLayout .rightSide .login-top {
    padding-bottom: 0;
  }

  .loginLayout .rightSide .login-top {
    margin: 0 auto;
    max-width: 80%;
  }

  .loginLayout .rightSide .login-top label {
    margin-bottom: 10px;
  }

  .loginLayout .rightSide .login-card {
    transform: translate(0, 0);
    padding: 50px 0;
    position: static;
    margin: 0 auto;
  }

  .loginLayout .mainCont {
    text-align: center;
    right: 0;
    width: 100%;
  }

  .loginLayout .mainCont .bigTitle {
    margin-bottom: 20px;
  }

  .loginLayout .mainCont .content {
    max-width: 80%;
    margin: 0 auto;
  }

  .checklist li {
    width: 100%;
  }

  .or-class {
    display: block;
    color: #800606;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  #nav-icon2,
  #nav-icon3 {
    top: 40px;
  }

  .reviews .titleBlock a {
    margin: 0;
    position: static;
  }

  .requestQuote {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .teamMembers li {
    width: 100%;
  }

  .teamMembers li figure {
    height: 230px;
  }

  #logo {
    left: 50%;
    top: 30px;
    transform: translate(-50%, 0);
  }

  #banner .banner,
  #subBanner .banner {
    height: 45vh;
  }

  #subBanner .slog::before {
    display: none;
  }

  #subBanner #logo {
    text-align: center;
    position: static;
    margin: 20px 0 10px;
    transform: translate(0, 0);
  }

  #subBanner .mainCont {
    padding-top: 40px;
  }

  .navigation #logo {
    left: 40px !important;
  }

  #banner .slog:before {
    display: none;
  }

  #banner .btn {
    margin-bottom: 5px;
  }

  .menu-popup .menuServiceListing .mainTitle {
    font-size: 22px;
  }

  .eventListing .venderSlider .owl-dots {
    width: 100%;
    text-align: center;
  }

  .eventListing .venderSlider .sliderBtn {
    right: 50%;
    bottom: -52px;
    transform: translate(50%, 0);
  }

  .eventListing .venderSlider .sliderBtn:before {
    display: none;
  }

  .footer .bigTitle {
    margin-bottom: 10px;
  }

  .footer .copyright {
    text-align: center;
    margin-bottom: 5px;
    position: static;
    transform: rotate(0);
  }

  .footer .socialNetworks {
    position: static;
    text-align: center;
    padding-bottom: 50px;
  }

  .footer .socialNetworks li {
    display: inline-block;
    margin: 0 10px;
  }

  .footerBanner {
    padding-bottom: 10px;
  }

  .contactInfo .container {
    text-align: center;
  }

  .contactInfo .details .col-md-6 {
    text-align: center;
  }

  .contactInfo iframe {
    width: 100%;
    margin-bottom: 40px;
  }

  .contactInfo .forms {
    order: 2;
  }

  .contactInfo .map {
    order: 1;
  }

  .footer .mainFooter .col-sm-6 {
    text-align: center;
  }

  .serviceListing .serviceList {
    padding-right: 15px;
  }

  .advatages .inner {
    margin: 0 10px;
  }

  .loginLayout .leftSide {
    height: auto;
    padding: 20px 0 !important;
  }

  .loginLayout .mainCont {
    position: relative;
    padding-top: 20px;
    transform: translate(0, 0);
  }

  .loginLayout .mainCont .bigTitle {
    font-size: 20px;
  }

  .loginLayout .mainCont .slog {
    display: none;
  }

  .loginLayout #logo {
    position: relative;
    transform: translate(0, 0);
    left: 0;
    text-align: center;
    width: 100%;
  }

  .blogDetail .contents {
    padding: 30px;
    max-width: 90%;
  }
}

@media screen and (max-width: 575px) {
  .advatages h5 {
    min-height: 0;
  }
}

@media screen and (max-width: 500px) {
  .bigTitle {
    font-size: 16px;
  }

  #banner .bigTitle,
  #subBanner .bigTitle {
    line-height: 20px;
    font-size: 16px;
  }

  .btn {
    width: 100%;
    margin: 0 0 5px;
  }

  .portfolio .element-item {
    width: 100% !important;
  }

  .reviews aside {
    padding-left: 20px !important;
  }

  .reviews aside figure {
    display: none;
  }

  .reviews .titleBlock a {
    margin-top: 20px !important;
  }

  .menu-popup .menuServiceListing {
    padding: 50px 30px;
  }

  .menu-popup .menuServiceListing .mainTitle {
    font-size: 18px;
  }

  .menu-popup .menuServiceListing h4 {
    font-size: 14px;
  }

  .work_done .title {
    font-size: 10px;
  }

  .work_done .title a {
    line-height: 14px;
  }
}


/*# sourceMappingURL=style.css.map*/