@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/GOTHIC.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GOTHIC.eot?#iefix") format("embedded-opentype"), url("../fonts/GOTHIC.otf") format("opentype"), url("../fonts/GOTHIC.svg") format("svg"), url("../fonts/GOTHIC.ttf") format("truetype"), url("../fonts/GOTHIC.woff") format("woff"), url("../fonts/GOTHIC.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "CenturyGothic-Bold";
  src: url("./fonts/GOTHICB.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GOTHICB.eot?#iefix") format("embedded-opentype"), url("../fonts/GOTHICB.otf") format("opentype"), url("./fonts/GOTHICB.svg") format("svg"), url("../fonts/GOTHICB.ttf") format("truetype"), url("../fonts/GOTHICB.woff") format("woff"), url("../fonts/GOTHICB.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "GreatVibes-Regular";
  src: url("../fonts/GreatVibes-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GreatVibes-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GreatVibes-Regular.otf") format("opentype"), url("../fonts/GreatVibes-Regular.svg") format("svg"), url("../fonts/GreatVibes-Regular.ttf") format("truetype"), url("../fonts/GreatVibes-Regular.woff") format("woff"), url("../fonts/GreatVibes-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }
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, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font: 400 normal 15px/30px 'SourceSansPro-Regular', Arial, Helvetica, sans-serif;
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

a {
  text-decoration: none; }

body {
  margin: 0;
  background: #fff;
  font-family: "CenturyGothic"; }

span {
  color: #1A86CA; }

ul {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

/*---Additional Form resets---*/
:required {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

/*---Typographic Styling---*/
em, i {
  font-style: italic; }

u {
  text-decoration: underline; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

blockquote, q {
  quotes: "" ""; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

/*---Interactive Element Settings---*/
a, input[type="submit"], input[type="button"], button, label[for] {
  cursor: pointer; }

input[type="submit"] {
  -webkit-appearance: none; }

input[type="submit"], a.button {
  background: #6dbd28 url(../images/rightwhitearrow.png) no-repeat 79% 50%;
  border: 2px solid #85c226;
  border-radius: 0;
  font-family: "CenturyGothic";
  -webkit-border-radius: 0;
  color: #fff;
  font-size: 22px;
  padding: 0 9px 3px 0;
  display: block;
  width: 236px;
  margin: 0 auto;
  height: 68px;
  text-transform: uppercase;
  outline: none; }

input[type="submit"]:hover {
  background: #fff url(../images/right.png) no-repeat 79% 50%;
  border-color: #6dbd28;
  color: #f76d8e; }

/*---Misc. Element Styling---*/
img {
  -ms-interpolation-mode: bicubic; }

.linksiz {
  font-size: 19px;
  line-height: 30px; }

/* Proper box model */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* General styles */
::selection {
  background: #eb8f00;
  color: #fff; }

::-moz-selection {
  background: #eb8f00;
  color: #fff; }

::-webkit-selection {
  background: #eb8f00;
  color: #fff; }

a {
  text-decoration: underline;
  color: #327D9D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

button {
  cursor: pointer; }

caption, th, td {
  vertical-align: top; }

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 26px; }

h2, h3, h4, h5, h6 {
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #125184; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #fb9806; }

.heading {
  font-size: 60px;
  font-weight: normal;
  line-height: 39px;
  margin-bottom: 22px;
  text-transform: capitalize;
  font-family: "GreatVibes-Regular"; }

img {
  height: auto;
  max-width: 100%; }

input, select, textarea {
  font-size: 13px; }

input[type="text"], input[type="tel"], input[type="phone"], input[type="email"] {
  outline: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 38px;
  padding: 4px 18px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #666; }

p {
  margin: 0 0 30px;
  font-family: "CenturyGothic"; }

table {
  border: 0;
  border-spacing: 0;
  empty-cells: show; }

textarea {
  outline: none;
  height: 71px;
  font-size: 14px;
  resize: none;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: normal;
  border: 1px solid #ccc;
  color: #666;
  margin: 0;
  vertical-align: top;
  font-family: "CenturyGothic"; }

ul, ol {
  margin: 0;
  padding: 0; }

.wrap {
  border: 0;
  clear: both;
  float: none;
  font-size: 1px;
  height: 0;
  line-height: 1px;
  margin: 0;
  padding: 0;
  visibility: hidden; }

.ban_inn li:last-child a:hover {
  background-color: #E2B72C;
  color: #fff;
  border: 1px solid #E2B72C; }

.ban_inn li:last-child a img {
  display: inline-block;
  vertical-align: middle; }

.leftfl {
  float: left; }

.rgtfl {
  float: right; }

.tall {
  text-align: left; }

.talr {
  text-align: right; }

.talc {
  text-align: center; }

.justify {
  text-align: justify; }

.violet {
  color: #8F5E99; }

.indigo {
  color: #4b0082; }

.blue {
  color: #005aff; }

.green {
  color: #5a8e00; }

.yellow {
  color: #f87b00; }

.orange {
  color: #FF6600; }

.red {
  color: #ff0000; }

.black {
  color: #000; }

.m0 {
  margin: 0px 0px 0px 0px; }

.wid:after, li:after, ul:after, .social:after, div:after {
  display: block;
  content: "";
  clear: both; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #676565; }

:-moz-placeholder {
  opacity: 1;
  color: #676565; }

::-moz-placeholder {
  opacity: 1;
  color: #676565; }

:-ms-input-placeholder {
  opacity: 1;
  color: #676565; }

*, :before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hidecal {
  display: none; }

a.phn {
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: inherit; }

a.phn:hover {
  color: #ff9609; }

.rcapcha {
  border-radius: 3px;
  height: 75px;
  margin: 0 auto 6px;
  overflow: hidden;
  width: 100%; }

.wid {
  max-width: 1200px;
  margin: 0 auto; }

.listing li {
  font-size: 20px;
  font-family: "CenturyGothic";
  background: url(../images/listing.png) no-repeat 22px 11px;
  text-align: left;
  padding-left: 50px;
  line-height: 44px;
  background-size: 20px; }

.left {
  float: left; }

.right {
  float: right; }

ul.sub-menu a {
  font-size: 18px !important; }

.aniPos ul.sub-menu a {
  font-size: 12px !important; }

.current_page_item a, .current-menu-item a {
  color: #7eb828 !important; }

.current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
  color: #7eb828 !important; }

footer .current_page_item a, footer .current-menu-item a {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff !important; }

.sitmpee .current_page_item a {
  color: inherit !important; }

footer .current_page_item a:hover, footer .current-menu-item a:hover {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ff970a !important; }

.current_page_item li a {
  color: #7eb828 !important;
  background: none; }

a.menu-link {
  color: #000;
  display: block;
  text-decoration: none;
  height: 22px;
  width: 30px; }

.menu-link:hover span {
  border-color: #666; }

.menu, .menu > ul, .menu > ul ul {
  clear: both;
  flex-flow: column; }

.menu.active1 {
  background: #000;
  border-bottom: 1px solid #383838;
  border-top: 1px solid #383838;
  margin: 1em 0 1em -12px;
  max-height: 55em;
  width: 100vw; }

.js .menu > ul ul.active1 {
  margin: 0;
  max-height: 55em;
  padding: 0; }

.menu > ul {
  padding: 0; }

nav li {
  display: inline-block;
  margin: 0;
  position: relative; }

.menu li a {
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  padding: 0 9px;
  text-decoration: none;
  white-space: nowrap;
  font-family: "CenturyGothic"; }

li.menu-item-has-children a {
  padding-right: 23px !important; }

.menu > ul > li:last-child a {
  padding-right: 0; }

/*===============  Navigation Toggle  ===================*/
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 8px;
  height: 5px;
  width: 30px;
  position: absolute;
  display: block;
  content: '';
  -webkit-border-radius: 8px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  background: #1c1c1c; }

#nav-toggle span::before {
  top: 8px; }

#nav-toggle span:after {
  bottom: -16px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out; }

#nav-toggle.active1 span {
  background-color: transparent; }

#nav-toggle.active1.active1 span::before, #nav-toggle.active1.active1 span::after {
  top: 15px; }

#nav-toggle.active1 span:before, #nav-toggle.active1 span:after {
  top: 0; }

#nav-toggle.active1 span:before {
  transform: rotate(45deg); }

#nav-toggle.active1 span:after {
  transform: rotate(-45deg); }

.menuD {
  float: left;
  width: 100%;
  padding-right: 15px;
  padding-top: 13px;
  width: 100%; }

@media screen and (min-width: 875px) {
  /*############################ Menu ##############*/
  a.menu-link {
    display: none; }

  .js .menu, .js .menu > ul ul {
    max-height: none;
    overflow: visible; }

  .js .menu > ul li:hover > ul {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }

  .menu ul {
    margin: 0;
    padding: 0;
    text-align: center; }

  nav > ul > li:last-child {
    padding-right: 0; }

  .menu > ul > li > a {
    position: relative; }

  .menu span.has-subnav {
    width: 15px;
    height: 27px;
    background: url(../images/black-arrow.png) no-repeat center 10px;
    display: inline-block;
    background-size: 15px; }

  .menu li a:hover {
    color: #f76d8e; }

  .menu ul ul {
    background: #ffffff;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    left: 0;
    top: 29px;
    width: 217px;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    transform: translate3d(0, 15px, 0); }

  .chrome .js .menu > ul ul {
    top: 43px; }

  .menu ul ul.wide {
    width: 300px; }

  .menu ul ul li {
    border-bottom: solid 1px #c3c3c3;
    display: inline-block;
    position: relative;
    background: #fff; }

  .menu > ul ul li:last-child {
    border-bottom: none; }

  .menu ul ul li a {
    display: block;
    padding: 0 10px;
    font-size: 15px; }

  /*Menu ends*/ }
@media screen and (max-width: 1400px) {
  span.has-subnav {
    width: 12px;
    height: 27px;
    background-position: 0 12px;
    display: inline-block;
    background-size: 12px; } }
@media screen and (max-width: 874px) {
  .menu.active1 {
    right: 0; }

  .aniPos .menu {
    top: 76px; }

  .menu {
    z-index: 999999 !important;
    right: 0;
    margin: 0 0 0 !important;
    position: absolute;
    top: 81px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%; }

  span.has-subnav {
    text-indent: -99999px;
    background: url(../images/white-arrow.png) no-repeat center;
    top: 0;
    background-size: 20px;
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 34px;
    position: absolute;
    padding: 10px;
    cursor: pointer;
    right: 7px;
    top: 0px;
    width: 28px;
    height: 40px; }

  a.menu-link {
    float: right; }

  .menu, .menu > ul ul {
    margin: 0;
    max-height: 0;
    overflow: hidden; }

  .menu li a {
    border-bottom: 1px solid #383838;
    display: block;
    padding: 5px 15px;
    color: #fff; }

  .menu li li a {
    font-size: 14px;
    padding: 1px 30px;
    background: #191616; }

  .menu li:last-child a {
    border: none; }

  .menu li li:last-child a {
    border-bottom: 1px solid #383838; }

  .menu li:hover {
    background: #f76d8e; }

  .current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
    color: #000 !important; }

  /*Menu Ends*/
  .navigate .menu-item-has-children > span {
    display: block;
    right: 2%;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(images/dpDownArrow.png) no-repeat center center;
    top: 8px;
    cursor: pointer; }

  .navigate .menu-item-has-children:hover > ul {
    display: none; }

  .menu ul li {
    background: #1c1c1c;
    display: block;
    float: left;
    padding: 0 0;
    width: 100%; }

  .sub-menu {
    float: left;
    margin: 0;
    padding: 0;
    position: inherit;
    top: inherit;
    width: 100% !important; }

  .sub-menu li {
    width: 100%;
    padding: 0%; }

  .menu li a {
    font-size: 20px; }

  .sub-menu li a {
    border-bottom: 1px solid #074373 !important;
    font-size: 17px !important;
    padding: 0px 32px !important;
    width: 100%; }

  .sub-menu ul li {
    background: none repeat scroll 0 0 #666;
    display: block;
    padding: 16px 10px; }

  .sub-menu .sub-menu {
    float: left;
    position: static;
    padding: 0;
    margin: 0; }

  .sub-menu .sub-menu li {
    padding: 0;
    margin: 0; }

  .sub-menu .sub-menu li a {
    padding-left: 9% !important;
    background: #414141; }

  .sub-menu .menu-item-has-children a {
    background-image: none; }

  .sub-menu .menu-item-has-children a:hover {
    background-image: none; }

  .sitmpee .sub-menu li a {
    background-position: 0 1px;
    font-size: 16px !important;
    line-height: inherit !important;
    padding: 0 22px !important; }

  .sitmpee .sub-menu li a:hover {
    background-position: 0 1px !important; }

  .sitmpee li a {
    font-size: 16px;
    background-position: 0 2px; }

  .sitmpee li a:hover {
    font-size: 16px;
    background-position: 0 2px; } }
@media screen and (max-width: 767px) {
  .menu {
    top: 79px; }
    .menu li a {
      color: #fff; }

  .menuD {
    float: right;
    padding-right: 0;
    padding-top: 24px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; } }
@media screen and (max-width: 600px) {
  .menu {
    top: 65px; } }
@media screen and (max-width: 479px) {
  .menu.active1 {
    max-height: 22em;
    overflow: auto; }

  .aniPos {
    height: 135px; }
    .aniPos .menu {
      top: 69px; }
    .aniPos .menuD {
      padding-top: 0px; }

  .navigation .logo a {
    font-size: 30px;
    line-height: 23px; }

  .menu {
    top: 73px; } }
.slideCvr > a {
  color: #000; }

.slideCvr {
  margin: 0;
  width: 100%;
  clear: both;
  float: left;
  padding: 92px 0 0; }

.slideCvr::after, .content-slider::after {
  clear: both;
  content: "";
  display: block; }

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.whyChSlider .lSSlideOuter .lSPager.lSpg > li:hover a, .whyChSlider .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #97ca41; }

.whyChSlider .lSSlideOuter .lSPager.lSpg > li a {
  width: 20px;
  height: 10px;
  border: none;
  background-color: #fff; }

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  position: relative; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 2px; }

.lSSlideOuter .lSPager.lSpg > li a {
  border: 0px solid #000;
  background-color: #1c1c1c;
  border-radius: 30px;
  display: inline-block;
  height: 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 20px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #97ca41; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 44px;
  display: block;
  top: 50%;
  height: 44px;
  background-image: url(../images/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-top: -16px;
  opacity: 1;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 0.5; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -41px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
/*========= added css ====================*/
.contentarea {
  width: 50%;
  float: left;
  padding-right: 20px; }

.contentarea p {
  line-height: 30px;
  margin: 0px;
  margin-bottom: 15px; }

.fullWdth {
  width: 100%;
  float: left; }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*! lightgallery - v1.3.9 - 2017-03-05
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot");
  src: url("../fonts/lg.eot") format("embedded-opentype"), url("../fonts/lg.woff") format("woff"), url("../fonts/lg.ttf") format("truetype"), url("../fonts/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
.fb:hover {
  background-color: #3B5998; }

.gp:hover {
  background-color: #dd4b39; }

.ig:hover {
  background-color: #515BD4; }

.pt:hover {
  background-color: #c8232c; }

.tw:hover {
  background-color: #1da1f3; }

.yt:hover {
  background-color: #cd201f; }

.frmlist {
  margin-bottom: 0px; }

.innerform .error {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.clints li a {
  cursor: auto; }

.priceinner .prclst li .prcvr {
  padding: 0px; }

.g-recaptcha {
  width: 200px;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 5px; }

.footertextlogo a {
  font-family: "GreatVibes-Regular";
  font-size: 70px;
  text-decoration: none;
  color: #f76d8e;
  text-align: center;
  float: left;
  text-transform: capitalize;
  display: block;
  line-height: 90px; }
.footertextlogo span {
  font-size: 20px;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 6px; }

.error {
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 0px !important;
  text-align: left;
  font-family: "CenturyGothic" !important;
  color: #f00 !important;
  font-size: 14px !important;
  background: #fff;
  top: 0px;
  bottom: 0;
  padding: 10px 10px;
  border: 1px solid #f00; }

.mobileonly {
  display: none !important; }

.frmlist li {
  position: relative; }

.currentpage a {
  color: #f76d8e !important; }

.currentpage ul li a {
  color: #000 !important; }
  .currentpage ul li a:hover {
    color: #f76d8e !important; }

.thankyou p {
  text-align: center; }

.thankyou {
  padding: 50px 0; }

.blkstrip {
  font-family: "CenturyGothic";
  float: left;
  background: #1c1c1c;
  width: 56.666%;
  height: 60px;
  color: #fff;
  font-size: 23px;
  text-align: center;
  padding-top: 13px; }
  .blkstrip b {
    font-family: "CenturyGothic-Bold";
    font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
    color: #f76d8e;
    padding-left: 33px;
    padding-right: 8px; }

.rosestrip {
  font-family: "CenturyGothic-Bold";
  background: #f76d8e;
  width: 43.333%;
  float: right;
  height: 60px;
  text-align: center;
  text-transform: capitalize;
  font-size: 23px;
  padding-top: 13px;
  padding-right: 96px;
  line-height: 30px; }
  .rosestrip a {
    font-family: "CenturyGothic-Bold";
    font-size: 20px;
    background-size: 19px !important;
    text-decoration: none;
    color: #000;
    padding-left: 28px;
    background: url(../images/black-phone.png) no-repeat 2px 3px; }
    .rosestrip a:hover {
      color: #fff; }

.aniPos .navigation {
  padding-top: 35px; }

.aniPos .navigation .logo {
  top: 15px;
  width: 300px; }

.aniPos .navigation .logo a {
  font-size: 50px;
  line-height: 70px; }
.aniPos .navigation .logo span {
  font-size: 20px;
  line-height: 14px;
  letter-spacing: 6px; }

.navigation {
  position: relative;
  display: inline-block;
  clear: both;
  width: 100%;
  padding-top: 50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .navigation .logo {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    width: 350px;
    margin: 0px auto;
    z-index: 9;
    text-align: center; }
    .navigation .logo a {
      font-family: "GreatVibes-Regular";
      font-size: 60px;
      text-decoration: none;
      color: #f76d8e;
      text-transform: capitalize;
      display: block;
      line-height: 90px; }
    .navigation .logo span {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      display: block;
      color: #000;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 20px;
      letter-spacing: 10px; }
  .navigation nav li:nth-child(5) {
    padding-left: 400px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

.navigation nav ul ul li:nth-child(5) {
  padding-left: 0 !important; }

.sec5 a {
  color: #000;
  text-decoration: none; }
  .sec5 a:hover {
    color: #fff; }

.aniPos nav li:nth-child(5) {
  padding-left: 340px; }

.aniPos .menu li a {
  font-size: 20px; }

header {
  background: #fff;
  height: 210px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.aniPos {
  box-shadow: 0px 0px 5px 2px #eee;
  height: 194px;
  position: fixed; }

.aniPos .menu ul ul li a {
  font-size: 16px; }

.banner {
  height: 711px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 210px; }

.banner-caption {
  float: right;
  width: 50%;
  padding-top: 209px; }
  .banner-caption .bannersubheading {
    font-family: "CenturyGothic-Bold";
    color: #fff;
    text-transform: inherit;
    font-size: 36px; }
  .banner-caption .bnnerheding {
    color: #fff;
    font-family: "CenturyGothic";
    font-size: 58px;
    line-height: 70px; }

.pinkbtn {
  background: #f76d8e url(../images/white-arrow.png) no-repeat 97% 19px;
  font-family: "CenturyGothic-Bold";
  width: 318px;
  height: 71px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  float: left;
  font-size: 33px;
  padding: 16px 30px 0 0;
  border: 3px solid #f76d8e; }
  .pinkbtn:hover {
    background-color: #6dbd28;
    border-color: #6dbd28; }

.whitebtn {
  background: #fff url(../images/pnkphne.png) no-repeat 25px 13px;
  width: 318px;
  height: 71px;
  display: block;
  color: #f76d8e;
  font-family: "CenturyGothic-Bold";
  font-size: 37px;
  text-decoration: none;
  float: left;
  margin-left: 27px;
  padding: 16px 0 0 70px;
  border: 3px solid #f76d8e; }
  .whitebtn:hover {
    background: #6dbd28 url(../images/pnkphnewhite.png) no-repeat 25px 13px;
    border-color: #6dbd28;
    color: #fff; }

.btns {
  display: inline-block;
  margin-top: 69px; }

.sec1 {
  height: 130px;
  background-color: #1c1c1c;
  padding-top: 25px; }
  .sec1 .features {
    text-align: center; }
    .sec1 .features li {
      display: inline-block;
      padding: 0 70px 0 0;
      position: relative; }
      .sec1 .features li:last-child {
        padding: 0px; }
      .sec1 .features li:nth-child(1)::before {
        display: none; }
      .sec1 .features li::before {
        content: "";
        position: absolute;
        left: -55px;
        top: 24px;
        background: #929292;
        height: 33px;
        width: 1px; }
      .sec1 .features li .fetreimg {
        float: left;
        padding-right: 23px; }
      .sec1 .features li span {
        float: left;
        font-family: "CenturyGothic";
        color: #fff;
        font-size: 25px;
        padding-top: 20px; }
        .sec1 .features li span b {
          font-family: "CenturyGothic-Bold";
          color: #fff;
          text-transform: uppercase;
          font-size: 25px;
          padding-right: 7px; }

.sec2 {
  background-color: #ffe3ea;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px; }
  .sec2 .btmless {
    margin: 25px auto;
    display: inline-block;
    clear: both;
    width: 100%; }
  .sec2 p {
    font-size: 20px;
    width: 100%;
    margin: 0px auto 60px;
    line-height: 38px; }
  .sec2 .slideCvr {
    padding: 5px 0px; }

.servimg {
  max-height: 326px;
  overflow: hidden; }

.servimg img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; }
  .servimg img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.serviccvr {
  width: 100%;
  margin: 0px auto; }
  .serviccvr a {
    text-decoration: none; }
    .serviccvr a:hover .servctext {
      background: #f76d8e; }
  .serviccvr .servctext {
    background: #6dbd28;
    color: #fff;
    font-family: "CenturyGothic";
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    padding: 18px 10px 10px 10px; }

.servicesslide .lSSlideWrapper {
  max-width: 87%;
  margin: 0px auto;
  overflow: visible; }
  .servicesslide .lSSlideWrapper::before {
    width: 95px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -94px;
    background: #ffe3ea;
    z-index: 9; }
  .servicesslide .lSSlideWrapper::after {
    width: 95px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -94px;
    background: #ffe3ea;
    z-index: 9; }

.servicesslide .lSAction > .lSPrev {
  left: -80px; }

.servicesslide .lSAction > .lSNext {
  right: -80px; }

.spilisting {
  padding-left: 86px; }

.rgtlst {
  float: right;
  width: 45%; }

.spilisting .left .listing {
  width: 44%; }

.sec2 .rgtlst p {
  text-align: left;
  width: 83%;
  margin: -5px 0 5px; }

.sec3 {
  padding-bottom: 85px;
  text-align: center;
  padding-top: 73px;
  background: #fff; }
  .sec3 p {
    font-size: 20px;
    margin-top: 29px; }

.prclst {
  text-align: center;
  margin: 30px 0px 0; }
  .prclst li {
    display: inline-block;
    width: 24%; }
    .prclst li .prcvr {
      padding: 0 17px; }
      .prclst li .prcvr .pnkbg {
        min-height: 170px;
        background: #f76d8e;
        width: 100%;
        margin: 0px auto;
        position: relative;
        padding-top: 10px; }
        .prclst li .prcvr .pnkbg span {
          display: block;
          font-family: "CenturyGothic";
          text-transform: uppercase;
          color: #fff;
          font-size: 25px;
          line-height: 70px; }
        .prclst li .prcvr .pnkbg b {
          font-size: 50px;
          font-family: "CenturyGothic-Bold";
          color: #fff;
          line-height: 40px; }
      .prclst li .prcvr .prcdtls {
        border: 3px solid #6dbd28;
        margin-top: -31px;
        background: #fff;
        min-height: 292px; }
        .prclst li .prcvr .prcdtls .prched {
          padding-top: 50px;
          font-family: "CenturyGothic-Bold";
          font-size: 21px; }

.prcdtls .listing li {
  width: auto;
  font-size: 20px;
  padding-left: 29px;
  display: block;
  line-height: 40px;
  background-position: 0 12px; }

.prcdtls .listing {
  padding-top: 28px;
  padding-left: 51px; }

.proclft {
  float: left;
  width: 51%;
  padding-top: 85px; }

.procrgt {
  float: right;
  width: 49%;
  padding-top: 47px;
  padding-left: 53px;
  position: relative; }

.prcitms {
  padding-top: 30px; }
  .prcitms li {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 34px;
    font-family: "CenturyGothic"; }
    .prcitms li b {
      font-family: "CenturyGothic-Bold";
      font-size: 23px;
      text-transform: capitalize;
      padding-right: 0px;
      line-height: 30px; }

.img1 {
  float: right;
  width: 220px;
  margin-right: 190px; }

.img2 {
  position: absolute;
  right: 0px;
  top: 150px;
  width: 220px; }

.sec4 {
  background: #ffe3ea;
  padding-bottom: 74px; }

.sec5 {
  text-align: center;
  padding-top: 60px; }

.cutmercvr {
  padding-top: 20px;
  max-height: 454px;
  min-height: 454px;
  overflow: hidden; }
  .cutmercvr a {
    display: inline-block;
    font-family: "CenturyGothic-Bold";
    font-size: 18px;
    width: 90%;
    color: #000;
    margin: 0px auto 30px;
    line-height: 30px; }
  .cutmercvr span {
    font-family: "CenturyGothic-Bold";
    font-size: 23px;
    color: #000; }

.custreview .lSAction > a {
  top: 31%; }

.sec6 {
  padding: 90px 0 83px;
  position: relative;
  background: #fff; }

.wedvan {
  width: 54%;
  float: left;
  padding-right: 40px; }

.redydry {
  float: right;
  width: 46%; }
  .redydry .smlhed {
    font-family: "CenturyGothic-Bold";
    font-size: 24px;
    color: #000;
    display: block;
    padding-top: 16px;
    padding-bottom: 13px; }
  .redydry p {
    font-size: 18px;
    font-family: "CenturyGothic";
    line-height: 34px; }

.headigothr {
  font-family: "GreatVibes-Regular";
  text-transform: inherit;
  font-size: 55px; }

.phne, .mailcnt {
  font-family: "CenturyGothic-Bold";
  color: #f76d8e;
  line-height: 34px;
  text-decoration: none; }

.phne {
  font-size: 18px;
  padding: 0px 5px;
  line-height: 30px; }

.mailcnt {
  font-size: 18px;
  padding: 0 5px;
  line-height: 30px; }

.phne:hover, .mailcnt:hover {
  color: #6dbd28; }

.btnscvr {
  padding-top: 0px; }

.btnscvr span {
  font-family: "CenturyGothic-Bold";
  color: #000;
  position: relative;
  display: block;
  font-size: 21px;
  padding-left: 67px;
  padding-bottom: 24px; }
  .btnscvr span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 48px;
    background: #000;
    height: 1px; }

.phnebtn {
  font-family: "CenturyGothic";
  background: #6dbd28 url(../images/pnkphnewhite.png) no-repeat;
  background-position: 6px 19px;
  padding: 15px 8px 19px 36px;
  display: inline-block;
  background-size: 23px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border: 4px solid #6dbd28; }
  .phnebtn:hover {
    background-color: #f76d8e;
    border-color: #f76d8e; }

.mailbtn {
  font-family: "CenturyGothic";
  background: #fff url(../images/mailblack.png) no-repeat 10px 17px;
  padding: 16px 15px 18px 45px;
  border: 4px solid #6dbd28;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #000; }
  .mailbtn:hover {
    background: #f76d8e url(../images/mailwhite.png) no-repeat 10px 17px;
    color: #fff;
    border-color: #f76d8e; }

.btnscvr .phnebtn {
  margin-right: 0px; }

.quoteform {
  width: 44%;
  float: left; }
  .quoteform .formhed {
    font-family: "CenturyGothic-Bold";
    font-size: 50px;
    padding-bottom: 14px; }
  .quoteform p {
    font-size: 20px;
    padding-top: 5px;
    margin-bottom: 25px; }

.sec7 {
  position: relative;
  padding-top: 52px;
  padding-bottom: 46px;
  background: #ffe3ea; }

.quotlady {
  position: absolute;
  right: 190px;
  bottom: 0px; }

.frmlist input[type="text"], .frmlist input[type="tel"], .frmlist input[type="phone"], .frmlist input[type="email"], .frmlist select {
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 48px;
  border: 0;
  width: 100%;
  font-family: "CenturyGothic";
  padding: 0 15px;
  color: #676565;
  font-size: 14px; }

.frmlist select {
  background: #fff url(../images/black-arrow.png) no-repeat 97% 16px;
  -webkit-appearance: none;
  -moz-kit-appearance: none;
  background-size: 20px; }

.frmlist li {
  margin-bottom: 4px; }

.frmlist textarea {
  font-family: "CenturyGothic";
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  height: 80px; }

.sec8 {
  text-align: center;
  padding: 71px 0px 94px;
  background: #fff; }

.clints li {
  display: inline-block;
  width: 19%; }

.clints {
  text-align: center;
  padding-top: 70px; }

footer {
  background: #1c1c1c;
  padding: 45px 0 0; }

.foothed {
  font-family: "CenturyGothic-Bold";
  color: #f76d8e;
  font-size: 22px;
  padding-bottom: 16px; }

.footerlinks li {
  padding-bottom: 0px; }
  .footerlinks li a {
    font-family: "CenturyGothic";
    color: #fff;
    text-decoration: none;
    font-size: 17px; }
    .footerlinks li a:hover {
      color: #f76d8e; }

.foot {
  width: 40%;
  float: left; }
  .foot .footerlinks {
    width: 50%;
    float: left; }

.foot1 {
  float: left;
  width: 20%; }

.foot2 {
  float: right;
  width: 34%;
  padding-left: 9px; }

.cvradrs span {
  width: 43px;
  float: left;
  padding: 12px 8px 0 11px; }
.cvradrs p {
  font-family: "CenturyGothic";
  color: #fff;
  font-size: 18px;
  padding-top: 1px;
  line-height: 45px;
  float: left;
  margin-bottom: 0; }
.cvradrs a {
  font-family: "CenturyGothic";
  color: #fff;
  font-size: 19px;
  padding-top: 1px;
  line-height: 45px;
  float: left;
  text-decoration: none; }
  .cvradrs a:hover {
    color: #f76d8e; }

.socialmedia {
  padding-top: 5px; }

.fb {
  background: url(../images/facebook.png) no-repeat 0 0; }

.gp {
  background: url(../images/googleplus.png) no-repeat 0 0; }

.ig {
  background: url(../images/instagram.png) no-repeat 0 0; }

.pt {
  background: url(../images/pintrest.png) no-repeat 0 0; }

.tw {
  background: url(../images/twitter.png) no-repeat 0 0; }

.yt {
  background: url(../images/youtube.png) no-repeat 0 0; }

.socilcvr a {
  display: inline-block;
  padding: 22px; }

.socilcvr li {
  padding: 0;
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  background-size: 28px;
  background-position: center 7px; }

.footerlogo {
  display: block;
  clear: both; }

.subfooter {
  margin-top: 44px;
  border-top: 2px solid #fff;
  padding: 14px 0 20px; }

.subfooter p {
  color: #fff;
  font-size: 18px;
  float: left;
  margin-bottom: 0;
  padding-top: 12px; }

.acptcrds p {
  padding-right: 28px;
  font-size: 19px;
  padding-top: 7px; }

.hide {
  display: none; }

/*===============  Inner pages ===================*/
.galthumb, .galthumb img {
  border: 1px solid #f76d8e;
  border-radius: 8px; }

.gallery {
  float: left;
  width: 68%; }

.gallery li {
  width: 32%;
  display: inline-block;
  padding: 10px; }

.listing li a {
  font-size: 20px;
  line-height: 35px;
  color: #000;
  font-family: "CenturyGothic";
  text-decoration: none; }
  .listing li a:hover {
    color: #f76d8e; }

.sitemap {
  float: left; }
  .sitemap ul li {
    background: url(../images/right.png) no-repeat 0 10px;
    padding-left: 17px;
    background-size: 11px; }
  .sitemap ul li a {
    font-family: "CenturyGothic";
    color: #000;
    font-size: 18px;
    text-decoration: none; }
    .sitemap ul li a:hover {
      color: #f76d8e; }
  .sitemap ul ul {
    padding-left: 20px; }

.priceinner .innercontent .listing li {
  font-size: 17px; }

.priceinner .prclst li .prcvr .prcdtls .prched {
  padding-top: 40px;
  font-size: 17px;
  line-height: 20px; }

.priceinner .prclst li .prcvr .pnkbg b {
  font-size: 58px;
  line-height: 40px; }

.contctmap iframe {
  width: 100%;
  height: 928px; }

.contctmap {
  float: right;
  width: 50%; }

.contactdetails {
  width: 40%;
  float: left; }
  .contactdetails .innerform {
    float: left;
    margin-left: 0;
    width: 100% !important; }
  .contactdetails span {
    color: #000;
    font-family: "CenturyGothic-Bold";
    font-size: 23px;
    margin-bottom: 10px;
    display: block; }

.cutomerinner {
  float: left;
  width: 68%; }
  .cutomerinner li {
    display: inline-block;
    width: 100%;
    border: 1px solid #bbb9ba;
    padding: 20px;
    margin-bottom: 23px;
    border-radius: 15px; }
  .cutomerinner .cutmercvr {
    min-height: inherit;
    padding-top: 0px; }
    .cutomerinner .cutmercvr p {
      min-height: inherit;
      max-height: inherit;
      font-family: "CenturyGothic";
      width: 100%; }

.mapmobile {
  display: none; }

.bldsp {
  font-family: "CenturyGothic-Bold";
  color: #000;
  font-size: 20px;
  line-height: 35px; }

.priceinner {
  float: left;
  width: 68%; }

.priceinner .prclst {
  margin: 0px auto; }

.priceinner .prclst li .prcvr .pnkbg {
  width: 100%;
  min-height: 157px; }

.priceinner .prclst li {
  width: 24%;
  margin-bottom: 20px; }

.innercontent .priceinner .listing li {
  width: 100%;
  margin-bottom: 0px; }

.innercontent .priceinner .listing {
  padding: 20px 0; }

.priceinner .prclst li .prcvr .prcdtls {
  min-height: 250px; }

.innerform input[type="submit"], .innerform a.button {
  background-position: 79% 11px;
  height: 48px;
  background-size: 19px; }

.innerform .frmlist li {
  margin-bottom: 4px; }

.innercontent .listing li {
  font-size: 20px;
  line-height: 35px;
  background-size: 20px;
  padding-left: 31px;
  background-position: 0 8px; }

.innercontent .listing {
  display: inline-block;
  padding-bottom: 20px; }

.innercontent {
  padding: 50px 0; }
  .innercontent p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 12px; }
  .innercontent p b {
    font-family: "CenturyGothic-Bold";
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px; }
  .innercontent h2, .innercontent h3, .innercontent h4, .innercontent h5 {
    font-family: "CenturyGothic-Bold";
    font-size: 30px;
    line-height: 30px;
    margin-top: 28px;
    color: #404040;
    margin-bottom: 9px;
    text-transform: inherit; }

.cntphn {
  font-size: 20px;
  line-height: 25px;
  font-family: "CenturyGothic";
  color: #4885ed; }
  .cntphn:hover {
    color: #6dbd28; }

.innerform {
  margin-left: 15px;
  margin-bottom: 15px;
  float: right;
  text-align: center;
  background: #f76d8e;
  width: 25%;
  padding: 30px 20px;
  border-radius: 10px; }
  .innerform .formhed {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 0px; }

.formobile {
  display: none; }

.innerbanner {
  margin-top: 210px;
  height: 280px;
  background-size: cover;
  text-align: center;
  padding-top: 135px;
  position: relative; }
  .innerbanner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(28, 28, 28, 0.51); }
  .innerbanner .heading {
    color: #fff;
    position: relative;
    text-transform: capitalize; }

.dresimgs {
  float: left;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 8px solid #f7f7f7; }

.innersec {
  padding-top: 0px !important; }

.innerservices {
  float: left;
  width: 68%; }
  .innerservices ul {
    text-align: center; }
  .innerservices ul li {
    width: 32%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px; }
  .innerservices ul li .serviccvr {
    border: 1px solid #eee;
    width: 100%; }
  .innerservices ul li .servctext {
    font-size: 16px; }

.footertextlogo {
  float: left;
  width: 100%; }

/*===============  Responsive  ===================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header, .aniPos {
    position: static;
    height: 130px !important; }

  .banner, .innerbanner {
    margin-top: 0 !important; }

  .aniPos .navigation {
    padding-top: 15px !important; }

  .aniPos .navigation .logo {
    top: 9px !important; } }
@media only screen and (max-width: 1700px) {
  .menu ul ul li a {
    font-size: 13px; }

  .innercontent .listing li {
    font-size: 17px; }

  .contctmap iframe {
    height: 969px; }

  .aniPos .menu ul ul li a {
    font-size: 14px; }

  .cutmercvr {
    min-height: inherit;
    max-height: inherit; }

  .cntphn {
    font-size: 18px;
    line-height: 27px; }

  .sec5 {
    padding: 50px 0 90px;
    background-position: 0px; }

  .sec8 {
    padding: 30px 0; }

  .footertextlogo a {
    font-size: 50px;
    line-height: 70px; }

  .footertextlogo span {
    font-size: 17px; }

  .quoteform .formhed {
    font-size: 30px; }

  .aniPos .navigation .logo span {
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 3px; }
  .aniPos .navigation .logo a {
    font-size: 35px;
    line-height: 49px; }

  .navigation .logo span {
    font-size: 20px;
    line-height: 15px;
    letter-spacing: 6px; }
  .navigation .logo a {
    font-size: 44px;
    line-height: 64px; }

  .innerbanner .heading {
    display: table-cell;
    vertical-align: middle; }

  .innerbanner .wid {
    display: table;
    height: 280px; }

  .innerbanner {
    padding-top: 0px; }

  .heading {
    font-size: 55px;
    line-height: 60px; }

  .innerservices ul li .servctext {
    font-size: 18px; }

  .innerbanner {
    margin-top: 160px; }

  .banner {
    margin-top: 171px; }

  .innercontent p {
    line-height: 27px;
    font-size: 18px; }

  .innerform {
    width: 27% !important; }

  .cutmercvr p {
    max-height: 170px;
    min-height: 170px;
    margin-bottom: 20px;
    overflow: hidden; }

  .quoteform {
    width: 44%; }

  .foot {
    width: 37%; }

  .foot2 {
    float: right;
    width: 35%;
    padding-left: 0; }

  .quotlady {
    right: 0; }

  .sec4 {
    padding-bottom: 140px; }

  .procrgt {
    padding-left: 0px; }

  .proclft .heading {
    font-size: 50px;
    margin-bottom: 0px; }

  .proclft {
    padding-top: 50px; }

  .prclst li .prcvr .prcdtls {
    min-height: 312px; }

  .prcdtls .listing li {
    font-size: 20px;
    padding-left: 36px;
    line-height: 43px; }

  .prclst li .prcvr .pnkbg b {
    font-size: 60px; }

  .sec3 p {
    font-size: 22px;
    margin-top: 0px; }

  .sec2 .btmless {
    margin: 20px auto 30px; }

  .listing li {
    font-size: 22px;
    background-size: 22px;
    padding-left: 35px;
    line-height: 40px;
    background-position: 0 9px; }

  .prclst {
    margin: 40px 0px 0; }

  .prcitms li, .prcitms li b {
    font-size: 20px;
    margin-bottom: 10px; }

  .cutmercvr a {
    text-decoration: none;
    font-size: 20px;
    line-height: 40px; }

  .headigothr {
    font-size: 40px; }

  .btnscvr .phnebtn {
    margin-right: 0px;
    font-size: 18px;
    background-size: 18px;
    padding: 10px 10px 12px 33px;
    background-position: 7px 15px; }

  .mailbtn:hover {
    background-position: 23px 13px;
    background-size: 23px; }

  .mailbtn {
    padding: 9px 14px 13px 62px;
    background-position: 23px 13px;
    font-size: 17px;
    background-size: 23px; }

  .btnscvr {
    padding-top: 0; }

  .redydry p {
    font-size: 17px;
    line-height: 35px; }

  .phne, .mailcnt {
    line-height: 35px;
    font-size: 16px;
    padding: 0 0; }

  .redydry .smlhed {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 0px; }

  .wedvan {
    position: absolute;
    left: 38px;
    padding-right: 0px;
    width: 47%; }

  .img2 {
    right: 0px;
    top: 140px; }

  .prclst li .prcvr .pnkbg {
    width: 100%; }

  .servicesslide .lSAction > .lSPrev {
    left: -63px; }

  .servicesslide .lSAction > .lSNext {
    right: -63px; }

  .serviccvr {
    width: 360px; }

  .servicesslide .lSSlideWrapper::before {
    width: 62px;
    left: -66px; }

  .servicesslide .lSSlideWrapper::after {
    width: 62px;
    right: -66px; }

  .servicesslide .lSSlideWrapper {
    max-width: 90%; }

  .sec2 {
    padding-top: 50px; }

  .sec2 p {
    font-size: 18px;
    width: 100%;
    margin: 0px auto 30px;
    line-height: 30px; }

  .sec1 .features li::before {
    left: -20px; }

  .sec1 .features li {
    padding: 0 50px 0 0; }

  .features {
    text-align: center; }

  .sec1 .features li span {
    font-size: 25px; }

  .aniPos .navigation {
    padding-top: 15px; }

  .aniPos .menu li a {
    font-size: 17px; }

  .aniPos .navigation nav li:nth-child(5) {
    padding-left: 250px; }

  .aniPos .navigation .logo {
    top: 9px;
    width: 200px; }

  .aniPos {
    height: 130px; }

  .rosestrip {
    font-size: 21px;
    height: 50px;
    padding-top: 8px; }
    .rosestrip a {
      font-size: 21px;
      background-size: 24px;
      padding: 10px 0 10px 36px;
      background-position: 4px 14px; }

  .blkstrip {
    font-size: 21px;
    height: 50px;
    padding-top: 8px; }
    .blkstrip b {
      font-size: 21px; }

  .btns {
    margin-top: 30px; }

  .banner-caption {
    padding-top: 130px; }
    .banner-caption .bannersubheading {
      font-size: 30px; }
    .banner-caption .bnnerheding {
      font-size: 40px;
      line-height: 49px;
      margin-bottom: 10px; }

  .banner {
    margin-top: 160px;
    height: 550px;
    background-size: cover; }

  header {
    height: 160px; }

  .navigation {
    padding-top: 30px; }
    .navigation nav li:nth-child(5) {
      padding-left: 320px; }
    .navigation .logo {
      width: 300px;
      top: 13px; }

  .menu li a {
    font-size: 20px; }

  .whitebtn {
    width: 240px;
    font-size: 24px;
    height: 60px;
    padding: 12px 0 0 61px;
    background-size: 24px;
    background-position: 18px 15px; }
    .whitebtn:hover {
      background-size: 24px;
      background-position: 18px 15px; }

  .pinkbtn {
    width: 240px;
    font-size: 20px;
    height: 60px;
    padding-top: 12px;
    background-size: 20px;
    background-position: 94% 18px; } }
@media only screen and (max-width: 1279px) {
  .wid {
    max-width: 100%;
    padding: 0 30px; }

  .quotlady {
    right: 0;
    top: inherit;
    bottom: 0; }

  .prclst li .prcvr .pnkbg {
    min-height: 110px; }

  .prclst li .prcvr .pnkbg span {
    font-size: 25px;
    line-height: 35px; }

  .prclst li .prcvr .pnkbg b {
    font-size: 50px;
    line-height: 40px; }

  .sec2 p {
    margin: 0px auto 45px; }

  .sec1 {
    height: 130px;
    padding-top: 20px; }

  .banner-caption .bannersubheading {
    font-size: 23px;
    line-height: 30px; }

  .heading {
    font-size: 60px; }

  .sec2 .slideCvr {
    padding: 20px 0px 0; }

  .serviccvr .servctext {
    min-height: 50px;
    max-height: 50px;
    font-size: 19px;
    padding: 8px 10px 8px 10px; }

  .serviccvr {
    width: 300px; }

  .servicesslide .lSSlideWrapper {
    max-width: 92%; }

  .servicesslide .lSSlideWrapper::before {
    width: 62px;
    left: -46px; }

  .servicesslide .lSSlideWrapper::after {
    width: 62px;
    right: -46px; }

  .servicesslide .lSAction > .lSPrev {
    left: -35px; }

  .servicesslide .lSAction > .lSNext {
    right: -35px; } }
@media only screen and (max-width: 1100px) {
  .innerbanner {
    margin-top: 131px; }

  .proclft {
    width: 55%; }

  .procrgt {
    width: 45%; }

  .prcitms li, .prcitms li b {
    padding-right: 0px;
    font-size: 24px;
    line-height: 32px; }

  .proclft .heading {
    font-size: 50px; }

  .prcdtls .listing {
    padding-top: 18px;
    padding-left: 31px; }

  .prclst li .prcvr .prcdtls {
    min-height: 282px; }

  .prclst li .prcvr .pnkbg b {
    font-size: 44px; }

  .prclst li .prcvr {
    padding: 0 5px; }

  .prclst li .prcvr .prcdtls .prched {
    padding-top: 40px;
    font-size: 20px; }

  .sec3 p {
    font-size: 20px;
    margin-top: 30px; }

  .sec2 p {
    font-size: 18px;
    width: 100%;
    line-height: 31px; }

  .sec1 {
    height: 86px;
    padding-top: 14px; }

  .sec1 .features li::before {
    left: -27px;
    top: 9px; }

  .sec1 .features li span {
    padding-top: 10px; }

  .sec1 .features li .fetreimg {
    width: 75px; }

  .banner {
    margin-top: 131px; }

  .navigation {
    padding-top: 15px; }

  .banner-caption .bnnerheding {
    font-size: 30px;
    line-height: 40px; }

  .banner-caption .bannersubheading {
    font-size: 20px;
    line-height: 25px; }

  .navigation nav li:nth-child(5) {
    padding-left: 250px; }

  .menu li a {
    font-size: 17px; }

  .navigation .logo {
    width: 200px;
    top: 9px; }

  header {
    height: 130px; } }
@media only screen and (max-width: 1024px) {
  .footertextlogo a {
    font-size: 50px;
    line-height: 80px; }

  .navigation .logo span {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 6px; }
  .navigation .logo a {
    font-size: 36px;
    line-height: 46px; }

  .gallery li {
    width: 32%; }

  .innerservices ul li {
    width: 49%; }

  .priceinner .prclst li .prcvr .pnkbg {
    min-height: 117px; }

  .priceinner .prclst li {
    width: 49%; }

  .frmlist input[type="text"], .frmlist input[type="tel"], .frmlist input[type="phone"], .frmlist input[type="email"], .frmlist select {
    font-size: 14px; }

  .innerform .formhed {
    font-size: 23px; }

  .innerform {
    padding: 15px 20px;
    width: 30% !important; }

  input[type="submit"], a.button {
    width: 100%; }

  .cntphn, .innercontent p {
    line-height: 23px;
    font-size: 16px; }

  .innercontent .priceinner .listing li {
    background-size: 12px;
    padding-left: 20px;
    line-height: 23px;
    font-size: 16px; }

  .subfooter p {
    font-size: 16px;
    padding-top: 3px; }

  .socilcvr li {
    background-size: 32px; }

  .cvradrs a, .cvradrs p {
    font-size: 16px;
    line-height: 38px; }

  .foot2 {
    width: 37%; }

  .quoteform p {
    font-size: 16px; }

  .sec6 {
    padding: 30px 0 70px; }

  .btnscvr span::before {
    left: -240px;
    right: 0;
    margin: 0px auto;
    top: 17px; }

  .redydry {
    text-align: center;
    width: 100%; }

  .wedvan {
    float: inherit;
    position: static;
    left: 0;
    width: 500px;
    margin: 0px auto; }

  .cutmercvr {
    padding-top: 0;
    max-height: inherit;
    min-height: inherit; }

  .sec5 {
    padding-top: 50px;
    background-size: cover; }

  .sec4 {
    padding-bottom: 0;
    height: 620px;
    overflow: hidden; }

  .prcitms li, .prcitms li b {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 0px; }

  .img2 {
    right: -163px;
    top: -280px;
    position: relative;
    width: 270px; }

  .img1 {
    width: 270px; }

  .lSAction > .lSNext {
    background-position: -24px 0; }

  .lSAction > a {
    background-size: 48px;
    width: 24px;
    height: 24px; }

  .sec1 {
    height: 80px; }

  .sec1 .features li .fetreimg {
    width: 60px;
    padding-top: 5px; }

  .sec1 .features li span {
    font-size: 18px; }
    .sec1 .features li span b {
      font-size: 18px; }

  .whitebtn {
    margin-left: 10px; }

  .pinkbtn {
    width: 200px; }

  .banner {
    height: 440px; } }
@media only screen and (max-width: 980px) {
  .innerbanner .wid {
    height: 229px; }

  .innerbanner .heading {
    font-size: 40px;
    line-height: 54px; }

  .innerservices ul li .servctext {
    font-size: 14px; }

  .priceinner .prclst li .prcvr .prcdtls {
    min-height: 190px; }

  .innerbanner {
    height: 230px; }

  .innercontent .quoteform .formhed {
    font-size: 18px; }

  .innerform .frmlist {
    width: 100%; }

  .cutmercvr span {
    font-size: 18px; }

  .cutomerinner, .priceinner, .innerservices, .gallery {
    width: 66%; }

  .contctmap {
    width: 46%; }

  .contactdetails {
    width: 50%; }

  .contactdetails .quoteform .formhed {
    font-size: 25px; }

  .contactdetails .frmlist {
    width: 100%; }

  .subfooter {
    margin-top: 14px; }

  .subfooter p {
    padding-top: 0;
    text-align: center;
    display: block;
    width: 100%;
    padding-right: 5px; }

  .acptcrds {
    padding-bottom: 15px;
    width: 100%;
    text-align: center; }

  footer {
    padding: 0px; }

  .foothed {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 26px; }

  .footerlogo {
    width: 100%;
    text-align: center; }
    .footerlogo a {
      width: 240px;
      display: inline-block; }

  .footerlinks li {
    padding-bottom: 0px; }
    .footerlinks li a {
      font-size: 16px; }

  .adrscvr, .socialmedia {
    padding-top: 0px;
    width: 50%;
    float: left; }

  .foot2 {
    width: 100%; }

  .foot, .foot1 {
    width: 49%; }

  .sec8 {
    padding: 20px 0px 50px; }

  .clints {
    padding-top: 20px; }

  .headigothr {
    font-size: 40px; }

  .quoteform .formhed {
    font-size: 35px;
    padding-bottom: 0; }

  .innerform input[type="submit"], .innerform a.button {
    width: 100%; }

  input[type="submit"], a.button {
    background-size: 17px;
    height: 48px;
    background-position: 79% 12px;
    width: 350px; }

  .quotlady img {
    width: 260px; }

  .frmlist li {
    margin-bottom: 6px; }

  .frmlist {
    width: 50%;
    margin: 0px auto; }

  .quoteform {
    width: 100%;
    text-align: center; }

  .quotlady {
    right: 0;
    top: inherit;
    bottom: 0;
    position: static;
    width: 100%;
    margin: 30px auto -47px;
    float: inherit;
    display: inline-block;
    clear: both;
    text-align: center; }

  .cutmercvr {
    padding-top: 0;
    max-height: inherit;
    min-height: inherit; }

  .cutmercvr a {
    font-size: 17px;
    line-height: 30px; }

  .sec4 {
    height: 500px; }

  .img2 {
    right: -111px;
    top: -180px;
    width: 200px; }

  .img1 {
    width: 200px;
    margin-right: 0px;
    float: left; }

  .proclft .heading {
    font-size: 40px; }

  .prcitms li, .prcitms li b {
    font-size: 16px; }

  .prcitms {
    padding-top: 20px; }

  .proclft {
    width: 50%;
    padding-top: 40px; }

  .prcdtls .listing li {
    background-position: 0 8px;
    font-size: 20px;
    padding-left: 29px;
    line-height: 33px; }

  .prclst li {
    width: 49%;
    margin-bottom: 10px; }

  .sec2 .rgtlst p {
    width: 90%;
    margin: 0; }

  .spilisting {
    padding-left: 0; }

  .listing li {
    font-size: 17px;
    background-size: 19px;
    padding-left: 27px;
    line-height: 35px;
    background-position: 0 9px; }

  .servicesslide .lSAction > .lSPrev {
    left: -25px; }

  .servicesslide .lSAction > .lSNext {
    right: -25px; }

  .sec2 p {
    font-size: 17px;
    line-height: 27px; }

  .sec2 {
    padding-top: 20px; }

  .aniPos .menu {
    top: 80px; }

  .sec1 .features li span, .sec1 .features li span b {
    font-size: 16px; }

  .sec1 .features li .fetreimg {
    width: 42px;
    padding-top: 11px;
    padding-right: 10px; }

  .pinkbtn {
    width: 170px;
    height: 40px;
    padding-top: 1px;
    font-size: 16px;
    background-size: 15px;
    background-position: 96% 10px; }

  .whitebtn {
    margin-left: 6px;
    height: 40px;
    width: 170px;
    font-size: 18px;
    padding: 2px 0px 0 40px;
    background-position: 10px 8px;
    background-size: 18px; }
    .whitebtn:hover {
      background-position: 10px 8px;
      background-size: 18px; }

  .banner-caption .bannersubheading {
    font-size: 15px;
    line-height: 18px; }

  .banner-caption .bnnerheding {
    font-size: 23px;
    line-height: 28px; }

  .banner {
    height: 350px; }

  .banner-caption {
    padding-top: 90px; }

  .blkstrip, .blkstrip b, .rosestrip, .rosestrip a {
    font-size: 15px; }

  .rosestrip a {
    background-size: 17px;
    background-position: 4px 11px;
    padding: 10px 0px 0 28px; } }
@media only screen and (max-width: 874px) {
  .blkstrip {
    width: 51%; }

  .rosestrip {
    width: 49%; }

  .currentpage a {
    color: #fff !important; }

  .currentpage ul li a {
    color: #fff !important; }

  .aniPos .navigation nav li:nth-child(5) {
    padding-left: 0; }

  .navigation nav li:nth-child(5) {
    padding-left: 0; } }
@media only screen and (max-width: 767px) {
  .prcitms {
    padding-top: 0; }

  .proclft .heading {
    font-size: 30px; }

  .banner {
    margin-top: 141px; }

  .banner-caption .btns {
    display: none; }

  .navigation .logo span {
    line-height: 23px; }

  .navigation .logo {
    top: 6px; }

  .blkstrip b {
    padding-left: 0px; }

  .aniPos .menu {
    top: 81px; }

  .aniPos {
    height: 146px; }

  header {
    height: 140px; }

  .mobileonly {
    display: inline-block !important;
    margin-top: 0px;
    clear: both;
    text-align: center;
    float: inherit; }
    .mobileonly .whitebtn {
      background: #fff url(../images/pnkphne.png) no-repeat 8px 8px;
      margin-left: 0px;
      padding: 4px 6px 0 30px;
      background-size: 14px !important; }
      .mobileonly .whitebtn:hover {
        background: #6dbd28 url(../images/pnkphnewhite.png) no-repeat 10px 5px;
        background-size: 14px;
        border-color: #6dbd28; }
    .mobileonly .pinkbtn {
      background: #f76d8e url(../images/white-arrow.png) no-repeat 95% 10px;
      padding: 4px 23px 0 5px;
      color: #fff;
      background-size: 10px !important; }
      .mobileonly .pinkbtn:hover {
        background-color: #6dbd28;
        border-color: #6dbd28; }
    .mobileonly a {
      display: inline-block;
      float: inherit;
      font-size: 15px !important;
      line-height: 23px;
      border-width: 2px;
      height: 34px !important;
      width: auto;
      border-color: #fff; }

  .desktoponly {
    display: none; }

  .contactdetails {
    width: 100%; }

  .mapmobile {
    display: block;
    width: 100%;
    margin-top: 20px; }

  .fordesktop {
    display: none; }

  .prcdtls .listing {
    padding-left: 57px; }

  input[type="submit"], a.button {
    width: 300px; }

  .gallery li {
    width: 49%; }

  .innercontent {
    padding: 30px 0; }

  .innercontent .formobile .frmlist {
    width: 100%; }

  .innercontent .formobile {
    display: table;
    margin-bottom: 15px;
    text-align: center;
    float: inherit;
    background: #f76d8e;
    width: 50%;
    margin: 0px auto;
    padding: 15px 15px;
    border-radius: 10px; }

  .innerform {
    display: none; }

  .cutomerinner, .priceinner, .innerservices, .gallery {
    width: 100%; }

  .contactdetails span, .innercontent p b {
    font-size: 18px; }

  .wid {
    padding: 0 20px; }

  .img2 {
    right: -60px; }

  .cutmercvr {
    max-height: inherit;
    min-height: inherit; }

  .phne, .mailcnt {
    font-size: 17px; }

  .redydry .smlhed {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 0; }

  .socilcvr li {
    background-size: 25px; }

  .socilcvr a {
    padding: 17px; }

  .cvradrs span {
    width: 36px;
    padding: 3px 10px; }

  .cvradrs a, .cvradrs p {
    font-size: 14px;
    line-height: 21px; }

  .footerlinks li a {
    font-size: 15px; }

  .spilisting .rgtlst .listing {
    width: 100%; }

  .rgtlst, .spilisting .listing {
    width: 50%; }

  .heading {
    font-size: 40px; }

  .sec1 .features li::before {
    left: -11px;
    top: 15px;
    height: 22px; }

  .sec1 .features li {
    padding: 0 17px 0 0; }

  .banner-caption .bnnerheding {
    font-size: 21px;
    line-height: 26px; }

  .whitebtn {
    margin-left: 6px;
    height: 40px;
    width: 146px;
    font-size: 16px;
    padding: 2px 0px 0 32px;
    background-position: 10px 10px;
    background-size: 16px; }
    .whitebtn:hover {
      background-position: 10px 10px;
      background-size: 16px; }

  .pinkbtn {
    width: 150px;
    height: 40px;
    padding-top: 2px;
    font-size: 14px;
    background-size: 15px;
    background-position: 94% 10px; }

  .pinkbtn {
    width: 160px; }

  .banner {
    height: 280px; }

  .banner-caption {
    padding-top: 100px; }

  .rosestrip {
    padding-right: 0px; } }
@media only screen and (max-width: 600px) {
  .footertextlogo span {
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 2px; }

  .cvradrs a, .cvradrs p {
    text-align: center;
    display: inline-block;
    float: inherit; }

  .aniPos .navigation {
    padding-top: 26px; }

  .navigation .logo a {
    line-height: 23px; }

  .footertextlogo a {
    font-size: 30px;
    line-height: 57px;
    float: inherit; }

  .navigation .logo span {
    line-height: 28px;
    font-size: 12px; }

  .aniPos .navigation .logo span {
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 2px; }

  .aniPos .navigation .logo a {
    font-size: 26px;
    line-height: 37px; }

  .mobileonly {
    height: 40px !important; }
    .mobileonly .pinkbtn {
      background-position: 95% 8px;
      padding: 4px 23px 0 5px; }
    .mobileonly .whitebtn {
      background-position: 10px 5px;
      padding: 4px 6px 0 30px; }
    .mobileonly a {
      width: 40%;
      height: 29px !important; }

  .prcdtls .listing {
    padding-left: 67px; }

  input[type="submit"], a.button {
    width: 100%; }

  .innerbanner .heading {
    font-size: 35px;
    line-height: 40px; }

  .innerbanner .wid {
    height: 170px; }

  .gallery li {
    width: 100%; }

  .innerservices ul li {
    width: 100%; }

  .dresimgs {
    width: 100%; }

  .bldsp {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%; }

  .priceinner .prclst li {
    width: 100%; }

  .innercontent .formobile {
    width: 100%; }

  .innerbanner {
    height: 170px; }

  .contctmap iframe {
    height: 300px; }

  .contactdetails, .contctmap {
    width: 100%; }

  .cutmercvr a {
    font-size: 16px;
    line-height: 25px; }

  .lSAction > .lSPrev {
    left: 0px; }

  .lSAction > .lSNext {
    right: 0px; }

  .cutmercvr {
    max-height: inherit;
    min-height: inherit; }

  .sec6 {
    padding: 20px 0; }

  .foothed, .footerlinks li {
    text-align: center; }

  .foot .footerlinks, .adrscvr, .socialmedia {
    text-align: center;
    width: 100%; }

  .foot, .foot1 {
    width: 100%; }

  .clints li {
    width: 60%; }

  .frmlist {
    width: 100%; }

  .btnscvr .phnebtn {
    background-position: 24px 14px; }

  .mailbtn, .phnebtn {
    width: 100%;
    margin-bottom: 9px;
    font-size: 13px; }

  .redydry p, .phne, .mailcnt {
    font-size: 17px;
    line-height: 26px; }

  .redydry .smlhed {
    font-size: 15px; }

  .headigothr {
    font-size: 25px;
    line-height: 30px; }

  .wedvan {
    width: 100%; }

  .sec4 {
    height: auto;
    padding-bottom: 20px; }

  .img1, .img2 {
    width: 50%;
    padding: 4px;
    display: inline-block;
    position: static;
    margin-bottom: 5px; }

  .procrgt {
    padding-top: 20px;
    width: 100%; }

  .proclft {
    width: 100%;
    text-align: left;
    padding-top: 20px; }

  .prclst li {
    width: 100%; }

  .prclst {
    margin: 20px 0px 0; }

  .sec3 p {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0; }

  .sec3 {
    padding-bottom: 20px;
    padding-top: 20px; }

  .sec2 {
    padding-bottom: 20px; }

  .sec2 .rgtlst p {
    width: 100%; }

  .rgtlst, .spilisting .listing {
    width: 100%;
    margin-bottom: 10px; }

  .serviccvr {
    width: 100%; }

  .servicesslide .lSAction > .lSPrev {
    left: -14px; }

  .servicesslide .lSAction > .lSNext {
    right: -14px; }

  .sec2 .slideCvr {
    padding: 0px 0px 0; }

  .heading {
    font-size: 35px;
    margin-bottom: 10px; }

  .sec1 .features li::before {
    display: none; }

  .sec1 {
    padding-bottom: 24px;
    height: auto; }

  .aniPos .menu {
    top: 74px; }

  .aniPos .navigation .logo {
    top: 12px;
    width: 170px; }

  .whitebtn {
    padding: 1px 0px 0 24px;
    background-position: 8px 9px; }
    .whitebtn:hover {
      background-position: 8px 9px; }

  .banner-caption {
    width: 98%;
    text-align: center;
    background: rgba(28, 28, 28, 0.48);
    padding: 20px;
    margin: 0 auto;
    float: inherit; }

  .banner {
    height: 340px;
    padding-top: 216px;
    background-position: left; }

  .navigation .logo {
    width: 230px;
    top: 22px; }

  .navigation {
    padding-top: 0; }

  .blkstrip, .blkstrip b, .rosestrip, .rosestrip a {
    font-size: 15px;
    line-height: 17px; }

  .blkstrip, .rosestrip {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    height: 26px;
    padding-top: 5px; }

  .blkstrip b {
    padding-left: 0;
    padding-right: 0px; }

  .cvradrs span {
    width: 23px;
    float: inherit;
    display: inline-block;
    padding: 5px 8px 0 0; }

  .footertextlogo {
    float: inherit;
    text-align: center;
    clear: both;
    margin-top: 20px;
    display: inline-table; }

  .subfooter p {
    font-size: 12px;
    line-height: 21px; } }
@media only screen and (max-width: 320px) {
  .mailbtn {
    padding: 9px 14px 13px 34px;
    background-position: 11px 17px;
    background-size: 16px; }

  .mobileonly a {
    width: auto; }

  .mobileonly {
    margin-top: 0px !important; }

  .redydry p, .phne, .mailcnt {
    font-size: 15px;
    line-height: 25px; }

  .banner-caption .bnnerheding {
    font-size: 19px; }

  .banner {
    padding-top: 197px; }

  .btns {
    margin-top: 10px; }

  .whitebtn, .pinkbtn {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 5px; }

  .blkstrip, .blkstrip b, .rosestrip, .rosestrip a {
    font-size: 13px; } }

/*# sourceMappingURL=style.css.map */
