@import url(https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
iframe {
  border: 0;
}
.glyphicon {
  font-family: "Yeseva One", cursive !important;
}
.glyphicon-chevron-left:before {
  content: "<" !important;
}
.glyphicon-chevron-right:before {
  content: ">" !important;
}
body,
html {
  height: 100%;
  position: relative;
}
hmtl a,
html {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: #5e5e5e;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #5e5e5e;
}
a img {
  border: none;
}
a > img {
  vertical-align: middle;
}
.gray-bg {
  background: #cdcbcb;
}
.gray-text {
  color: #cdcbcb;
}
.lgray-bg {
  background: #f9f8f5;
}
.dgray-bg {
  background: #454545;
}
img {
  max-width: 100%;
}
audio,
embed,
img,
object,
video {
  max-width: 100%;
}
img {
  height: auto;
}
.strong,
strong {
  font-weight: 700;
}
p {
  margin: 0 0 20px;
}
.italic,
em,
i {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.align-left {
  float: left;
  margin: 0 25px 0 0 !important;
}
.align-right {
  float: right;
  margin: 0 0 0 25px !important;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.color-text {
  color: #fff;
}
.through {
  text-decoration: line-through;
}
.border-radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
iframe {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  color: #333;
  font-weight: 400;
  line-height: 1.5em;
  font-family: Vidaloka, serif;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 42px;
}
h3.h3-font {
  font-size: 42px;
}
h2 small {
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 45%;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 15px;
}
h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
  margin-bottom: 5px;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
  text-decoration: none;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-family: Muli, sans-serif;
}
.huge {
  font-size: 10em;
}
blockquote {
  background: #fff;
  border: 4px solid rgb(69 123 157 / 46%);
  padding: 20px 40px;
  position: relative;
  margin-bottom: 30px;
}
blockquote:after,
blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
}
blockquote:before {
  background: url("../images/quote-icon.png") no-repeat center 8px #fff;
  background-size: 30px auto;
  padding-bottom: 0;
  width: 40px;
  height: 35px;
  left: -23px;
  top: 10px;
}
blockquote:after {
  background: url("../images/quote-icon-inverted.png") no-repeat center 8px #fff;
  background-size: 25px auto;
  padding-bottom: 0;
  width: 40px;
  height: 35px;
  right: -23px;
  left: auto !important;
  bottom: 10px;
  top: auto;
}
blockquote p {
  margin-bottom: 0;
  font-size: 28px;
  color: #111;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}
blockquote cite {
  font-weight: 700;
}
blockquote cite:before {
  content: "- ";
}
p.lead {
  font-size: 20px;
  line-height: 28px;
}
p.md {
  font-size: 16px;
}
p.lg {
  font-size: 30px;
}
.lighter p {
  color: #ccc;
}
p.small {
  color: #999;
  font-size: 12px;
  line-height: 17px;
  margin-top: 10px;
}
.big {
  font-size: 200%;
  line-height: 1.5em;
}
.thin {
  font-weight: 300;
}
p.drop-caps:first-child:first-letter {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px;
  font-size: 75px;
  line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
}
hr {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #e8e8e8;
}
hr.sm {
  display: inline-block;
  margin: 0 0 15px 0;
  width: 40px;
  height: 2px;
  border: 0;
}
hr.md {
  display: inline-block;
  margin: 15px 0;
  width: 100px;
  height: 2px;
  border: 0;
}
hr.fw {
  display: block;
  clear: both;
  margin-top: 50px;
  margin-bottom: 43px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #eee;
}
hr.fw.cont {
  margin: 20px 0;
}
ul {
  margin: 10px 0 10px 20px;
  list-style-type: disc;
}
ol {
  margin: 10px 0 10px 30px;
  list-style-type: decimal;
}
ol ul,
ul ul {
  margin: 10px 0 10px 20px;
}
ul ul {
  list-style-type: circle;
}
dl {
  margin: 10px 0;
}
dl dt {
  font-weight: 700;
}
address.ico i {
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 3px;
}
address.ico p {
  margin: 0;
  padding-bottom: 10px;
}
address.ico span {
  display: inline-block;
  padding-left: 20px;
}
.cursive {
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #999;
}
.margin-0 {
  margin-bottom: 0 !important;
}
.margin-5 {
  margin-bottom: 5px !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}
.margin-15 {
  margin-bottom: 15px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
.push-top-10 {
  margin-top: 10px;
}
.push-top-20 {
  margin-top: 20px;
}
.push-top-30 {
  margin-top: 30px;
}
.push-top-40 {
  margin-top: 40px;
}
.push-top-50 {
  margin-top: 50px;
}
.push-top-60 {
  margin-top: 60px;
}
.push-top-70 {
  margin-top: 70px;
}
.push-top-80 {
  margin-top: 80px;
}
.push-top-90 {
  margin-top: 90px;
}
.push-top-100 {
  margin-top: 100px;
}
.push-top-150 {
  margin-top: 150px;
}
.push-top-200 {
  margin-top: 200px;
}
.push-top-250 {
  margin-top: 250px;
}
.padding-b0 {
  padding-bottom: 0 !important;
}
.padding-tb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-tb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-tb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-tb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-tb125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.padding-lr5 {
  padding-left: 5%;
  padding-right: 5%;
}
.padding-left7 {
  padding-left: 12%;
}
.spacer-10,
.spacer-100,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-75 {
  clear: both;
  width: 100%;
}
.spacer-10 {
  height: 10px;
}
.spacer-20 {
  height: 20px;
}
.spacer-30 {
  height: 30px;
}
.spacer-40 {
  height: 40px;
}
.spacer-50 {
  height: 50px;
}
.spacer-60 {
  height: 60px;
}
.spacer-75 {
  height: 75px;
}
.spacer-100 {
  height: 100px;
}
.overlay-transparent {
  background: rgba(0, 0, 0, 0.7);
}
.overlay-white {
  background: rgba(255, 255, 255, 0.9);
}
.checkers-overlay {
  background: url(../images/checkers.png) repeat;
}
.pattern-overlay {
  background: url(../images/pattern.png) repeat;
}
.next-prev-nav {
  display: inline-block;
}
.next-prev-nav a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}
.next-prev-nav a:hover {
  color: #fff;
}
.meta-data {
  color: #cdcbcb;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 400;
}
.meta-data strong {
  color: #999;
}
.meta-data a {
  color: #cdcbcb;
}
.meta-data a:hover {
  text-decoration: none;
}
.meta-data > span {
  display: inline-block;
}
.meta-data i {
  margin-right: 4px;
}
.meta-data > span:last-child {
  margin-right: 0;
}
.meta-data.alt {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
.meta-data.alt > div {
  padding: 0 5px;
  display: inline-block;
}
.meta-data.alt > div:first-child {
  padding-left: 0;
}
.meta-data.alt > div:after {
  content: "/";
  margin-left: 10px;
}
.meta-data.alt > div:last-child:after {
  content: "";
}
p.meta-data {
  font-size: 16px;
  line-height: 1.7em;
}
.btn-rounded {
  border-radius: 30px;
}
.light-title {
  color: #fff;
}
body {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  font-family: Muli, sans-serif;
  line-height: 1.9em;
  background-attachment: fixed;
  overflow-x: hidden;
  position: relative;
}
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}
.footer-payment {
  padding: 10px 0;
}
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  max-width: 100%;
  font-size: 1rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.3rem 3.75rem 0.3rem 1.1rem;
}
.no-js .inputfile + label {
  display: none;
}
.inputfile.has-focus + label,
.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
.inputfile-1 + label {
  color: #f1e5e6;
  background-color: #d3394c;
}
.inputfile-1 + label:hover,
.inputfile-1.has-focus + label,
.inputfile-1:focus + label {
  background-color: #722040;
}
.inputfile-2 + label {
  color: #d3394c;
  border: 2px solid currentColor;
}
.inputfile-2 + label:hover,
.inputfile-2.has-focus + label,
.inputfile-2:focus + label {
  color: #722040;
}
.wp-icon-bottom {
  position: fixed;
  left: 20px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  z-index: 999;
}
.wp-icon-bottom img {
  height: 60px;
  width: auto;
}
#celebrationModal h4 {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  padding-bottom: 10px;
  width: 90%;
  margin: 30px auto 0;
  text-transform: uppercase;
  color: #111;
  font-size: 30px;
  font-weight: 300;
}
#celebrationModal .modal-content {
  border-radius: 0;
}
#celebrationModal .close {
  font-size: 30px;
  font-weight: 300;
  opacity: 0.5;
}
#celebrationModal .close:hover {
  opacity: 1;
}
.google-rating {
  margin-top: 18px;
  margin-right: 0;
}
.payment-wrap {
  margin-top: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.payment-wrap img {
  max-width: 200px;
}
.google-rating p {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 13px;
}
.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 20px;
}
.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: gray;
}
.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: red;
  overflow: hidden;
}
.stars-0:after {
  width: 0%;
}
.stars-10:after {
  width: 10%;
}
.stars-20:after {
  width: 20%;
}
.stars-30:after {
  width: 30%;
}
.stars-40:after {
  width: 40%;
}
.stars-50:after {
  width: 50%;
}
.stars-60:after {
  width: 60%;
}
.stars-70:after {
  width: 70%;
}
.stars-80:after {
  width: 80%;
}
.stars-90:after {
  width: 90%;
}
.stars-100:after {
  width: 100;
}
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
ul.tabs li {
  display: inline-block;
  cursor: pointer;
  padding: 8px 80px;
  color: #999;
  font-size: 34px;
  overflow: hidden;
  position: relative;
  font-family: Vidaloka, serif;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
  border-bottom: 1px solid #fff;
  margin: 0;
}
ul.tabs li:first-child {
  border-right: 1px solid #e5e5e5;
}
ul.tabs li:hover {
  color: #333;
}
ul.tabs li.active {
  background-color: #fff;
  color: #333;
}
.tab_container {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: visible;
}
.tab_content {
  padding: 20px;
  display: none;
}
.tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 480px) {
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #fff;
    color: #666;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    font-size: 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #eee;
    color: #333;
  }
}
.visit-website-btn {
  border: 1px solid #ccc;
  padding: 10px 30px;
  color: #111;
}
.related-sub-category {
  text-align: center;
  background: url("../images/line-pattern.png") repeat;
  padding-top: 20px;
  padding-bottom: 10px;
  border: 2px solid #f2f2f2;
  margin-top: 30px;
}
.related-sub-category .related-sub-holder {
  display: inline-block;
  margin: 0 1% 2%;
}
.related-sub-category .related-sub-holder a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  color: #111;
  padding-right: 30px;
  padding-left: 10px;
}
.related-sub-category .related-sub-holder a:hover {
  border-bottom-color: transparent;
}
.related-sub-category .service-image {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  height: auto;
}
.related-sub-category .service-image img {
  width: 100%;
}
.map-container {
  padding: 30px;
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.map-container .chd,
.map-container .fbd {
  position: absolute;
  right: 160px;
  top: 60px;
  font-weight: 600;
  color: #000;
}
.map-container .fbd {
  top: auto;
  bottom: 110px;
  right: 95px;
}
.map-container .fbd img {
  display: block;
}
.map-container .chd img,
.map-container .fbd img {
  -webkit-animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -o-animation: blinker 1s linear infinite;
  -ms-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0.4;
  }
}
@-o-keyframes blinker {
  50% {
    opacity: 0.4;
  }
}
@-ms-keyframes blinker {
  50% {
    opacity: 0.4;
  }
}
.popover-title {
  color: #00f;
  font-size: 15px;
  font-family: Muli, sans-serif;
}
.popover-content {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  font-family: Muli, sans-serif;
}
.view-more-content {
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  padding: 6px 20px 4px 20px;
  border: 1px solid #e5e5e5;
  display: inline-block;
}
.angle-infograph,
.colored-box {
  background: #fff;
  float: left;
  width: 47%;
  margin: 0 3% 3% 0;
  padding: 15px 15px 15px 100px;
  border-radius: 4px;
  min-height: 185px;
  position: relative;
  border: 1px solid #ccc;
}
.angle-infograph p {
  margin-bottom: 0;
}
.angle-infograph img {
  position: absolute;
  left: 10px;
  top: 15px;
}
.colored-box {
  background: #ed3338;
  color: #fff;
  padding: 20px 20px 20px 40px;
  border: none;
}
.colored-box h4,
.colored-box h4 a,
.colored-box h4 a:hover {
  color: #fff;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  text-decoration: none;
  border-bottom: none;
}
.colored-box h3,
.colored-box h3 a,
.colored-box h3 a:hover {
  font-size: 36px;
  display: block;
  color: #fff;
  line-height: 42px;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  border-bottom: none;
}
.benefits-block {
  width: 340px;
  height: 340px;
  margin: 0 15px 40px 15px;
  border-radius: 100%;
  background: #f15825;
  text-align: center;
  padding: 60px;
  float: left;
  position: relative;
}
.benefits-block:after {
  content: "";
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  border: 2px solid rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 20px;
  border-radius: 100%;
}
.benefits-block h4 {
  padding-top: 10px;
}
.benefits-block h4,
.benefits-block p {
  color: #fff;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.benefit-two {
  background: #00c3a9;
}
.benefit-three {
  background: #00afec;
}
.splash-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999 !important;
  text-align: center;
  padding-top: 300px;
  left: 0;
  top: 0;
}
.headings-wrapper {
  min-height: 60px;
}
.splash-screen .headingFive,
.splash-screen .headingFour,
.splash-screen .headingOne,
.splash-screen .headingSix,
.splash-screen .headingThree,
.splash-screen .headingTwo {
  color: #666;
  font-size: 80px;
  font-family: Vidaloka, serif;
  font-weight: 300;
  padding: 0 10%;
  line-height: 95px;
}
.copyright-banner,
.design-experts-wrapper {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 50px;
}
.copyright-banner img {
  float: left;
}
.copywrite-banner-text {
  overflow: hidden;
  padding: 40px 70px 30px 40px;
}
.copywrite-banner-text .copywrite-small-head {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
}
.copywrite-banner-text .copywrite-small-head::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 13px;
  width: 40px;
  height: 2px;
  background: #999;
}
.copywrite-banner-text h2 {
  line-height: 60px !important;
  margin-bottom: 0;
}
.copywrite-banner-text h3 {
  line-height: 50px !important;
  margin-bottom: 0;
  font-size: 34px;
}
.copywrite-extanded,
.design-experts-wrapper,
.web-design-creative,
.website-maintenance-block {
  overflow: hidden;
}
.copywrite-extanded-text,
.design-experts-txtb,
.web-design-text,
.website-maintenance-text {
  float: left;
  width: 68%;
  margin-right: 2%;
}
.copywrite-extanded-image,
.design-experts-imgb,
.website-maintenance-image {
  float: right;
  width: 27%;
  background: #ffe9b6;
}
.design-experts-txtb {
  width: 60%;
  padding: 20px 20px 20px 40px;
}
.design-experts-txtb h3 {
  font-size: 33px;
  line-height: 56px;
  margin-bottom: 0;
}
.design-experts-imgb {
  padding: 20px;
  background: #fff;
  width: 37%;
}
div#flotingQuery {
  position: fixed;
  top: 300px;
  left: -2px;
  margin: 0;
  padding: 10px 5px 10px 15px;
  background: #fff;
  list-style: none;
  z-index: 9999;
  width: 200px;
  border: 1px solid #ccc;
  -moz-box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.2);
}
div#flotingQuery .flotingQuery-btn {
  background: #fff;
  border-radius: 0 6px 6px 0;
  border: 1px solid #ccc;
  position: absolute;
  top: 10px;
  right: -36px;
  left: auto;
  width: 36px;
  height: 112px;
  display: block;
  cursor: pointer;
  -moz-animation: blink normal 1s infinite ease-in-out;
  -webkit-animation: blink normal 1s infinite ease-in-out;
  -ms-animation: blink normal 1s infinite ease-in-out;
  animation: blink normal 1s infinite ease-in-out;
}
div#flotingQuery .flotingQuery-btn img {
  margin: 0 0 0 7px;
  width: 21px;
  height: auto;
}
div#flotingQuery p a {
  display: block;
  padding-top: 0;
  border-top: none;
  color: #111;
}
div#flotingQuery a {
  display: block;
  padding-top: 5px;
  border-top: 1px solid #e2e2e2;
  margin-top: 5px;
  color: #111;
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.current-openings-block {
  background: url("../images/vacant.jpg") no-repeat left bottom #fff;
  background-size: contain;
  padding: 40px 60px 40px 460px;
  border: 1px solid #e5e5e5;
}
.current-openings-block h3 {
  text-align: left !important;
  margin-bottom: 30px;
  font-size: 32px;
}
.current-openings-block p {
  text-align: left !important;
  font-size: 16px !important;
  line-height: 32px !important;
}
.website-mockup-wrapper {
  min-height: 500px;
}
.web-design-text {
  width: 60%;
  margin-right: 0;
}
.web-design-image {
  width: 35%;
  overflow: hidden;
  padding: 40px;
  float: right;
  border: 1px solid #e5e5e5;
}
.website-maintenance-text {
  width: 52%;
  margin-right: 0;
}
.website-maintenance-image {
  width: 44%;
  background: 0 0;
  text-align: right;
}
.copywrite-extanded-image > p {
  margin-bottom: 0;
}
.copywrite-extanded-image p + p {
  font-size: 30px;
  line-height: 43px;
  font-weight: 400;
  border-top: 2px solid #dfc485;
  margin: 22px;
  padding-top: 15px;
  font-family: Vidaloka, serif;
  color: #111;
}
.website-maintenance-block {
  background: #fecd42;
  padding: 20px;
  margin-bottom: 30px;
}
.website-maintenance-block p {
  color: #111;
}
.quick-turnaround-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.quick-turnaround-image {
  float: none;
  width: 100%;
  padding: 15px;
  background: url("../images/maintetance-image123.png") no-repeat #36c7e2;
  background-position: 94% bottom;
  background-size: 50% auto;
  min-height: 400px;
  margin-bottom: 20px;
}
.quick-turnaround-image p {
  font-size: 43px;
  line-height: 60px;
  padding: 20px 20px 0 60px;
  color: #fff;
  margin-bottom: 0;
  width: 47%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  font-family: Vidaloka, serif;
}
.quick-turnaround-text {
  float: none;
  width: 100%;
  line-height: 1.8em;
}
.quick-turnaround-image p + p {
  font-size: 28px;
}
.team-block {
  margin-bottom: 30px;
}
.team-block .team-single {
  display: inline-block;
  width: 250px;
  height: auto;
  position: relative;
}
.team-block .team-details {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-single img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-single:hover img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.team-block .team-details span,
.team-block .team-details strong {
  display: block;
}
.team-single:hover .team-details {
  opacity: 1;
  z-index: 1;
  color: #111;
}
.team-single:hover img {
  opacity: 0.3;
}
.web-banner-designing-wrapper {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
header {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color:#fff;
  height: 80px;
}
header .logo {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
header .logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
header.smaller {
  /* padding: 5px 0; */
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
header.smaller .logo img {
  /* width: 300px; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* padding: 10px 0; */
}
header.smaller .menu-btn {
  color: #333;
}
.inner-pages header {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.header-contacts {
  border: 2px solid #f5f5f5;
  margin: 20px 20px 10px 20px;
  padding: 0 10px;
}
.header-contacts p,
.header-contacts p .fa {
  color: #ed3338;
  font-size: 16px;
}
.header-contacts p {
  border-top: 1px solid #f5f5f5;
  color: #333;
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 3px 15px 3px 0;
}
.header-contacts p:first-child {
  border-top: medium none;
}
.header-contacts p a {
  border-bottom: medium none;
  padding: 0;
}
.header-contacts p img {
  width: 30px;
  height: auto;
  padding: 5px;
}
a.common-anchor {
  display: inline-block;
  padding: 2px 0 0 0;
  color: #333;
  font-weight: 700;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
a.common-anchor:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #454545;
  left: 0;
  bottom: 0;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
}
a.common-anchor:hover {
  color: #ff2b2b;
}
a.common-anchor:hover:after {
  width: 0;
}
#websiteCarousel {
  overflow: auto;
}
#websiteCarousel .carousel-inner {
  overflow: visible;
}
#websiteCarousel .carousel-caption {
  width: 420px;
  height: 468px;
  background: url("../images/pink-angle.png") no-repeat center top;
  right: -200px;
  left: auto;
}
.slider-container {
  margin-top: 35px;
  height: 100%;
}
#slider_captions {
  position: absolute;
  top: 100px;
  text-align: left;
  width: 400px;
  height: 380px;
  left: auto;
  right: 0;
  z-index: 1;
}
#slider_captions .carousel-caption {
  color: #333;
  text-align: left;
  width: 100%;
  top: 10px;
  left: 0;
  padding: 20px 20px 20px 40px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}
#slider_captions .carousel-caption h3 {
  font-size: 30px;
  color: #333;
  font-weight: 300;
  margin-bottom: 30px;
}
#slider_captions .carousel-caption h3,
#slider_captions .carousel-caption p,
#slider_captions .carousel-caption span {
  font-family: Muli, sans-serif;
  text-shadow: none;
}
#slider_captions .carousel-caption a {
  color: #111;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
  text-transform: uppercase;
}
#slider_captions .carousel-caption a:hover {
  border-color: rgba(0, 0, 0, 0.6);
}
.company-name {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px;
  position: relative;
  color: #111;
}
.company-name:after {
  content: "";
  position: absolute;
  right: 100%;
  width: 200px;
  height: 1px;
  background: #666;
  display: block;
  top: 15px;
}
#slider_captions .carousel-caption:not(#caption-0) {
  display: none;
}
#slider_captions .carousel-control {
  bottom: 0;
  height: 40px;
  opacity: 0.9;
  padding: 6px 12px !important;
  right: 0 !important;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: -60px;
  width: 40px;
  z-index: 9999;
  border: 1px solid #ccc;
}
#slider_captions .carousel-control.left {
  left: 300px !important;
}
#slider_captions .carousel-control.right {
  right: 16px !important;
}
#slider .item {
  border: 1px solid #ccc;
  min-height: 500px;
}
.website-control-btn-left {
  background: url("../images/arrow-left-black.png") no-repeat center center #fff !important;
  background-size: 8px auto !important;
}
.website-control-btn-right {
  background: url("../images/arrow-right-black.png") no-repeat center center
    #fff !important;
  background-size: 8px auto !important;
}
.website-block .image-block {
  width: 80%;
  float: left;
}
.website-block .txt-block {
  overflow: hidden;
}
.thank-you-message {
  background: url("../images/thank-you-img.jpg") no-repeat center center;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  position: relative;
}
.thank-you-caption {
  position: absolute;
  right: 4%;
  top: 15%;
  bottom: 0;
  left: auto;
  width: 45%;
  height: 300px;
}
.thank-you-message h1 {
  color: #fff;
  font-size: 84px;
  line-height: 80px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.thank-you-caption p {
  color: #fff;
  font-size: 26px;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  line-height: 40px;
}
.error-404-page {
  background: url("../images/error-page-bottom-left.png") no-repeat left bottom;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 30% auto;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 65px;
}
.error-404-page::after {
  content: "";
  background: url("../images/error-page-top-right.png") no-repeat right top;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 20% auto;
}
.error-404-page-caption {
  position: relative;
  text-align: center;
  z-index: 3;
}
.error-404-page h1 {
  color: #666;
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: Muli, sans-serif;
}
.error-404-page h2 {
  color: #ed3338;
  font-family: Muli, sans-serif;
}
.error-404-page p {
  color: #666;
  font-size: 26px;
  margin-bottom: 40px;
  line-height: 40px;
}
.error-page-creative {
  display: block;
  width: 35%;
  height: auto;
  margin: 0 auto 20px auto;
  padding-top: 210px;
}
.error-404-page a {
  border: 2px solid #ccc;
  padding: 15px 40px;
  color: #000;
  font-weight: 600;
}
.error-404-page p a {
  color: #000;
  text-decoration: underline;
  border: none;
  padding: 0;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
}
.boot-grid .row {
  column-gap: 2em;
  column-width: 22em;
}
.boot-grid .item {
  background: url("../images/loader.gif") no-repeat center center #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  min-height: 220px;
}
.boot-grid .item h4 {
  font-size: 20px;
  font-weight: 300;
}
.boot-grid .item h5 {
  font-size: 17px;
  font-weight: 300;
}
.boot-grid .item h6 {
  font-size: 15px;
  font-weight: 300;
}
.boot-grid .item h4,
.boot-grid .item h5 {
  letter-spacing: 0;
  line-height: 1.2em;
  margin-bottom: 0;
  text-transform: none;
}
.boot-grid .item h5,
.boot-grid .item h6 {
  color: #111;
  margin-bottom: 0;
}
.boot-grid .item img {
  height: auto;
  width: 100%;
}
.boot-grid p {
  font-size: 14px;
  line-height: 26px;
  display: none;
}
.collections-imgb {
  margin: 0 auto 15px;
  position: relative;
}
.collections-anchors {
  bottom: 0;
  opacity: 0;
  padding-right: 1px;
  position: absolute;
  right: 0;
  text-align: right;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.collections-anchors a.facebook-btn,
.collections-anchors a.quick-contact,
.collections-anchors a.twitter-btn {
  color: #fff;
  float: right;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 1px;
  text-align: center;
  width: 32px;
}
.collections-anchors a.facebook-btn {
  background: #314a87 none repeat scroll 0 0;
}
.collections-anchors a.twitter-btn {
  background: #22bbf4 none repeat scroll 0 0;
}
.collections-anchors a.quick-contact {
  background: #222 none repeat scroll 0 0;
  font-size: 10px;
  padding: 0 15px;
  text-transform: uppercase;
  width: auto;
}
.collections-anchors a:hover {
  opacity: 0.5;
}
.boot-grid .item:hover {
  border: 1px solid #e5e5e5;
}
.boot-grid .item:hover .collections-anchors {
  opacity: 1;
}
.bodytxt {
  padding-bottom: 45px;
}
.bodytxt p {
  color: #535353;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.bodytxt p strong {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.bodytxt p a {
  color: #2e79be;
}
.bodytxt p a:hover {
  color: #000;
}
.bodytxt p b {
  color: #ed1c24;
  font-weight: 400;
}
.bodytxt p i {
  color: #ed1c24;
  font-style: normal;
  font-weight: 400;
}
.bodytxt ul {
  float: left;
  width: 100%;
}
.bodytxt ul li {
  background: rgba(0, 0, 0, 0) url("../images/bullets.png") no-repeat scroll 0
    10px;
  color: #383b3c;
  display: inline-block;
  font-size: 15px;
  margin-left: 15px;
  padding: 0 15px 10px;
  text-align: left;
}
.accordionTextPanelRight ul li {
  background-position: left 5px;
  width: 100%;
}
ul.common-listing li {
  background-position: 12px 9px;
  border-bottom: 1px solid #e5e5e5;
  color: #ed3338;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 15px 10px 25px;
}
.custom-listing ul {
  overflow: hidden;
}
.custom-listing li {
  background: url("../images/check-mark.png") no-repeat left 9px;
  background-size: 14px auto;
  padding-left: 25px;
  list-style-type: none;
  padding-bottom: 5px;
  float: left;
  width: 50%;
}
.full-width-listing li {
  float: none !important;
  width: 100% !important;
}
.sub-content a,
.sub-content p a {
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid #e5e5e5;
}
.sub-content a:hover,
.sub-content p a:hover {
  border-bottom: 2px solid #fff;
}
.web-banner-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}
.web-banner-text {
  float: left;
  width: 75%;
}
.web-banner-image {
  float: right;
  width: 22%;
  border: 1px solid #e5e5e5;
  margin-top: 15px;
}
#exploreMoreModal .modal-content,
#pd_success_popup .modal-content {
  padding: 30px;
}
#exploreMoreModal .modal-content .explore-graphic {
  display: block;
  margin: 20px auto 50px;
}
#exploreMoreModal .modal-content,
#pd_success_popup .modal-content {
  text-align: center;
}
#exploreMoreModal a.explore-btn {
  display: inline-block;
  border: 2px dotted #233e4f;
  padding: 10px 25px;
  margin: 0 5px;
  color: #233e4f;
}
#exploreMoreModal a.explore-btn:hover {
  border-color: #999;
}
#exploreMoreModal .close {
  font-size: 35px;
  font-weight: 600;
  opacity: 0.6;
  margin-top: -40px;
  margin-right: -80px;
  color: #000;
  position: absolute;
  right: 80px;
}
#pd_success_popup .close {
  font-size: 46px;
  font-weight: 600;
  opacity: 0.6;
  margin-top: 0;
  margin-right: 0;
  color: #000;
  position: absolute;
  right: 80px;
}
#pd_success_popup .modal-content {
  border: none;
  border-radius: 4px;
}
.modal {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-address {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.featured-work {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  min-height: 480px;
}
.featured-work .txtb {
  width: 45%;
  height: auto;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: left;
  padding: 70px 50px 30px 50px;
  z-index: 1;
}
.featured-work .txtb p {
  text-align: left;
  color: #111;
  letter-spacing: 0.3px;
}
.featured-work .txtb h3 {
  font-size: 38px;
  color: #111;
}
.featured-work .imgb {
  width: 75%;
  height: 480px;
  float: right;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 12px #fff solid;
}
.featured-work .imgb:after {
  content: "";
  background: #f5f5f5;
  position: absolute;
  width: 160px;
  height: 580px;
  top: 50%;
  margin-top: -290px;
  z-index: -1;
  right: 10%;
}
.featured-work .imgb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity ease-in-out 0.5s;
  -moz-transition: opacity ease-in-out 0.5s;
  -ms-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
  opacity: 1;
}
.featured-work:hover .imgb .img-layer-1 {
  opacity: 0;
}
.toptitle {
  font-size: 52px;
  line-height: 40px;
  margin-bottom: 30px;
}
.welcome-block h2 {
  line-height: 50px;
  letter-spacing: 0;
}
.current-openings .panel-group .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.current-openings .panel-default > .panel-heading {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5 currentcolor;
  border-image: none;
  border-radius: 0;
  border-style: solid none;
  border-width: 1px medium;
  color: #212121;
  margin-bottom: 0;
  padding: 0;
}
.current-openings .panel-title {
  font-size: 16px;
}
.current-openings .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
.current-openings .panel-title > a span {
  float: left;
  width: 48%;
}
.current-openings .panel-title > a span strong {
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.current-openings .more-less {
  color: #212121;
  float: right;
  font-size: 16px;
  font-weight: 300;
}
.current-openings
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #fff;
}
.current-openings .panel-group .panel + .panel {
  margin-top: -2px;
}
.current-openings h5 {
  color: #000;
  margin-bottom: 5px;
}
.current-openings .panel-body p,
.current-openings .panel-body ul li {
  font-size: 14px;
}
.current-openings .panel-body ul li {
  line-height: 23px;
  padding-bottom: 10px;
}
.current-openings .btnsubmit2 {
  background: #ed3338 none repeat scroll 0 0;
}
.current-openings .btnsubmit2:hover {
  background: #111 none repeat scroll 0 0;
}
.accordionhead {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  border-top: 2px solid #eee;
  color: #454545;
  float: left;
  font-weight: 500;
  padding: 10px 15px;
  width: 100%;
}
.accordionhead .span-1 {
  float: left;
  width: 50px;
}
.accordionhead .span-2 {
  float: left;
  width: 45px;
}
.accordionhead .span-3 {
  float: left;
  width: 107px;
}
.accordionhead .span-4 {
  float: left;
  width: 195px;
}
.accordionhead .span-6 {
  float: left;
  width: 183px;
}
.tabgrid {
  color: #000;
  text-align: left;
}
.tabgrid .accordionTextPanelLeft {
  background: #f1f8ff none repeat scroll 0 0;
  color: #636465;
  font-weight: 400;
  padding: 10px;
  width: 20%;
}
.tabgrid .accordionTextPanelRight {
  background: #fff none repeat scroll 0 0;
  padding: 10px;
}
.tabgrid .accordionTextPanelRight p {
  text-align: left;
}
.overflow-hidden {
  overflow: hidden;
}
.pepper-services {
  background: transparent none repeat scroll 0 0;
  margin-top: 30px;
  text-align: center;
}
.pepper-services ul {
  margin: 0;
  padding: 0;
}
.pepper-services li {
  float: none;
  list-style-type: none;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 24.6%;
  min-height: 190px;
  display: inline-block;
}
.pepper-services.pepper-services-three-blocks li {
  width: 33%;
}
.pepper-services li.border-left {
  border-left: 2px dotted #457b9d;
}
.pepper-services li a,
.pepper-services li img,
.pepper-services li span {
  display: block;
  margin: 0 auto;
}
.pepper-services li img {
  margin: 0 auto 15px;
  transition: all 0.2s linear 0s;
}
.pepper-services li a {
  border: 1px solid transparent;
  color: #111;
  font-size: 16px;
  line-height: 25px;
  padding: 25px 15px;
  transition: all 0.2s linear 0s;
}
.pepper-services li a span {
  color: #757575;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.pepper-services-divider {
  background: #457b9d none repeat scroll 0 0;
  clear: both;
  display: block;
  height: 1px;
  margin-bottom: 40px;
  padding: 0;
  width: 100% !important;
  float: none !important;
  min-height: 0 !important;
}
.xs-pepper-services-divider {
  background: #457b9d none repeat scroll 0 0;
  clear: both;
  display: none;
  height: 1px;
  margin-bottom: 40px;
  padding: 0;
  width: 100% !important;
  float: none !important;
  min-height: auto !important;
}
.pepper-services li a:hover img {
  margin-bottom: 15px;
}
.pepper-services li a:hover {
  color: #ed3338;
}
.pepper-services #myCarousel .carousel-inner {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #457b9d #457b9d #457b9d currentcolor;
  border-image: none;
  border-style: dotted dotted dotted none;
  border-width: 2px 2px 2px medium;
}
.pepper-services #myCarousel .carousel-inner li {
  margin-bottom: 0;
}
.pepper-services li img {
  height: 63px;
  width: 105px;
}
.website-next-btn,
.website-prev-btn {
  padding: 5px 16px 7px 16px;
  border: 1px solid #ccc;
  text-align: center;
  display: inline-block;
  color: #111;
  margin: 0 5px;
}
.website-prev-btn {
  background: url("../images/arrow-left-black.png") no-repeat 8px center #fff;
  background-size: 8px auto;
  padding-left: 25px;
}
.website-next-btn {
  background: url("../images/arrow-right-black.png") no-repeat 92% center #fff;
  background-size: 8px auto;
  padding-right: 25px;
}
.website-next-btn:hover,
.website-prev-btn:hover {
  border: 1px solid #999;
  color: #111;
}
.dark-red-bg {
  background: #f94848;
}
.green-bg {
  background: #56ad5a;
}
.orange-bg {
  background: #f39446;
}
.yellow-bg {
  background: #f2ba11;
}
.cyan-bg {
  background: #5ab1a1;
}
.blue-bg {
  background: #468edf;
}
.purple-bg {
  background: #9351ec;
}
.pink-bg {
  background: #ec51c6;
}
.pepper-services-white {
  background: transparent none repeat scroll 0 0;
}
.pepper-services-white ul {
  margin: 0;
  padding: 0;
}
.pepper-services-white li {
  float: left;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  min-height: 220px;
  border-right: 10px solid #fff;
  padding-top: 15px;
}
.white-bottom-border {
  border-bottom: 10px solid #fff;
}
.pepper-services-white li.border-left {
  border-left: 1px solid #fff;
}
.pepper-services-white li a,
.pepper-services-white li img,
.pepper-services-white li span {
  display: block;
  margin: 0 auto;
}
.pepper-services-white li img {
  margin: 0 auto 20px;
  transition: all 0.2s linear 0s;
  width: 100px;
}
.pepper-services-white li a {
  border: 1px solid transparent;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  padding: 25px 15px;
  transition: all 0.2s linear 0s;
}
.pepper-services-white li a span {
  font-size: 15px;
  letter-spacing: 1px;
}
.pepper-services-white-divider {
  background: #e5e5e5 none repeat scroll 0 0;
  clear: both;
  display: block;
  height: 1px;
  margin-bottom: 40px;
  padding: 0;
  width: 100% !important;
  float: none !important;
  min-height: auto !important;
}
.pepper-services-white li a:hover img {
  margin-bottom: 15px;
}
.pepper-services-white li a:hover {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7), 0 8px 13px rgba(0, 0, 0, 0.4),
    0 18px 23px rgba(0, 0, 0, 0.4);
}
.pepper-services-white .carousel-control {
  width: 2%;
  height: 0;
}
.pepper-services-white .carousel-control .glyphicon-chevron-left,
.pepper-services-white .carousel-control .glyphicon-chevron-right,
.pepper-services-white .carousel-control .icon-next,
.pepper-services-white .carousel-control .icon-prev {
  top: -60px;
  color: #333;
  border: 2px solid #ccc;
  padding: 10px;
  width: auto;
  height: auto;
  font-size: 14px;
  text-shadow: none;
  color: #000;
}
.pepper-services-white .carousel-control:hover .glyphicon-chevron-left,
.pepper-services-white .carousel-control:hover .glyphicon-chevron-right,
.pepper-services-white .carousel-control:hover .icon-next,
.pepper-services-white .carousel-control:hover .icon-prev {
  border: 2px solid #ffdada;
  color: #f94848;
}
.pepper-services-white .carousel-control.left,
.pepper-services-white .carousel-control.right {
  left: auto;
  opacity: 1;
  right: 0;
}
.pepper-services-white .carousel-control.right {
  right: 8px;
}
.pepper-services-white .carousel-control.left {
  right: 70px;
}
.pepper-services .carousel-control .glyphicon-chevron-left,
.pepper-services .carousel-control .glyphicon-chevron-right,
.pepper-services .carousel-control .icon-next,
.pepper-services .carousel-control .icon-prev,
.pepper-services-white .carousel-control .glyphicon-chevron-left,
.pepper-services-white .carousel-control .glyphicon-chevron-right,
.pepper-services-white .carousel-control .icon-next,
.pepper-services-white .carousel-control .icon-prev {
  border-bottom: 2px solid #ccc;
  color: #000;
  font-size: 14px;
  height: auto;
  padding: 10px;
  text-shadow: none;
  top: -60px;
  width: auto;
}
.pepper-services .carousel-control:hover .glyphicon-chevron-left,
.pepper-services .carousel-control:hover .glyphicon-chevron-right,
.pepper-services .carousel-control:hover .icon-next,
.pepper-services .carousel-control:hover .icon-prev,
.pepper-services-white .carousel-control:hover .glyphicon-chevron-left,
.pepper-services-white .carousel-control:hover .glyphicon-chevron-right,
.pepper-services-white .carousel-control:hover .icon-next,
.pepper-services-white .carousel-control:hover .icon-prev {
  border-bottom: 2px solid #ffdada;
  color: #f94848;
}
.pepper-services .carousel-control.left,
.pepper-services .carousel-control.right,
.pepper-services-white .carousel-control.left,
.pepper-services-white .carousel-control.right {
  left: auto;
  opacity: 1;
  right: 0;
}
.pepper-services .carousel-control.right,
.pepper-services-white .carousel-control.right {
  right: 8px;
}
.pepper-services .carousel-control.left,
.pepper-services-white .carousel-control.left {
  right: 70px;
}
.pepper-services .carousel-control.right {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 0;
  right: -65px;
  z-index: 1;
}
.pepper-services .carousel-control.left {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 0;
  right: 0;
  z-index: 1;
}
.bs-slider {
  overflow: hidden;
  position: relative;
  background: #ebebeb;
  z-index: 1;
}
.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bs-slider > .carousel-inner > .item > a > img,
.bs-slider > .carousel-inner > .item > img {
  margin: auto;
  width: 100% !important;
}
.testimonial-slider .bs-slider {
  max-height: 700px;
}
.homepage-slider .bs-slider {
  height: auto;
}
.footer-popup {
  position: fixed;
  width: 350px;
  height: 300px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  padding: 25px;
  z-index: 9;
  display: none;
  right: 30px;
  bottom: -300px;
}
.footer-popup p {
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 15px;
}
.close_time_popup {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  opacity: 0.7;
  font-weight: 300;
}
#check_time_popup_button {
  background: 0 0;
  border: none;
  border-radius: 0;
  padding: 0;
}
.fade {
  opacity: 1;
}
.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
  top: auto;
  position: relative;
}
.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.control-round .carousel-control {
  top: 40%;
  opacity: 1;
  width: 35px;
  height: 35px;
  z-index: 100;
  color: #111;
  display: block;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  line-height: 26px;
  text-shadow: none;
  position: absolute;
  font-weight: 400;
  background: 0 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #666;
}
.control-round .carousel-control.left {
  left: auto;
  right: 12%;
}
.control-round .carousel-control.right {
  left: auto;
  right: 9%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #666;
  line-height: 26px;
  color: #000;
}
.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}
.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}
.control-round .carousel-control.left img,
.control-round .carousel-control.right img {
  width: 8px;
  height: auto;
  display: inline;
}
.business-consumer-wrapper {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}
.business-consumer-wrapper h4 {
  padding: 2% 8% 0 8%;
  font-size: 28px;
  margin-bottom: -30px;
  position: relative;
}
.indicators-line > .carousel-indicators {
  right: 0;
  bottom: 6%;
  left: 0;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
  margin: auto;
}
.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-indent: 0 !important;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  z-index: 10;
  cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  background-color: transparent;
  position: relative;
}
.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.slide_style_left {
  text-align: left !important;
}
.slide_style_right {
  text-align: right !important;
}
.slide_style_center {
  text-align: center !important;
}
.slide-text {
  left: 5%;
  top: 20%;
  right: auto;
  margin: auto;
  position: absolute;
  text-align: left;
  padding: 10px 30px;
  width: 40%;
}
.homepage-slider .slide-text {
  left: 10%;
  top: 20%;
  top: auto;
  bottom: 23%;
}
.slide-text > h3 {
  padding: 0;
  color: #111;
  font-size: 56px;
  font-style: normal;
  line-height: 66px;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  letter-spacing: -0.7px;
}
.slide-text > p {
  padding: 0;
  color: #111;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.slide-text > p strong {
  font-family: Vidaloka, serif;
}
.author-name {
  font-weight: 600 !important;
}
.slide-text > a.btn-default {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #333;
}
.slide-text > a.btn-primary {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:active,
.slide-text > a:hover {
  color: #fff;
  background: #666;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
#button-redirection-2 {
  border: 2px solid #333;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}
#button-redirection-1,
#button-redirection-3,
#button-redirection-4 {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 16px #777;
}
.testimonial-slider .bs-slider {
  background: url("../images/testimonials-bg.jpg") no-repeat left top #457b9d;
  background-size: cover;
  min-height: 468px;
}
.testimonial-slider .slide-text {
  width: 55%;
}
.testimonial-slider .slide-text > h3 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 40px;
  margin-top: 20px;
}
.testimonial-slider .slide-text > p {
  font-size: 16px;
  line-height: 30px;
}
.testimonial-slider {
  position: relative;
}
.testimonial-slider .carousel-inner {
  min-height: 468px;
  height: auto;
  position: relative;
}
.testimonial-slider .fade .item {
  top: 100px;
}
.testimonial-slider .testi-head {
  text-align: left;
  position: absolute;
  left: 60px;
  right: auto;
  top: 20px;
  bottom: auto;
  margin: auto;
  z-index: 9;
  font-size: 50px;
}
.testimonial-slider .testi-head span {
  padding: 5px 20px;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.experience-graphic {
  border: 1px solid #e5e5e5;
  padding: 30px 40px;
  margin: 10px 20px;
}
.footer-notes {
  background: #457b9d;
  min-height: 300px;
  margin-top: 1px;
  box-sizing: border-box;
  -webkit-animation: slide 40s linear infinite;
  -moz-animation: slide 40s linear infinite;
  animation: slide 40s linear infinite;
  position: relative;
  z-index: 1;
}
.footer-notes:after {
  content: "";
  width: 94%;
  height: 76%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border: 2px dotted #fff;
  border-radius: 40px;
}
@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 -200px;
  }
  100% {
    background-position: 0 0;
  }
}
.footer-notes a {
  width: 50%;
  float: left;
  height: 300px;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  z-index: 2;
}
.footer-notes a span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}
.footer-notes a span strong {
  display: block;
  color: #111;
  font-size: 45px;
  padding-top: 15px;
}
.footer-notes a:hover {
  background: rgba(255, 0, 0, 0.1);
}
.footer-notes a:hover span {
  color: #333;
}
.footer-copyright p {
  margin: 0;
}
.footer-contact-info {
  height: 70px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 350px;
  width: 100%;
}
.footer-contact-form-container {
  position: relative;
}
.footer-contact-form-container h5 {
  color: #333;
  font-size: 22px;
  margin-bottom: 30px;
}
.footer-contact-form .form-control {
  border: none;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 15px 40px 15px 15px;
}
.footer-contact-form label {
  color: #111;
  font-weight: 700;
}
.footer-contact-form textarea.form-control {
  height: 186px;
}
.project-contact-modal .modal-header {
  margin-bottom: 10px;
  border-bottom-color: #fff;
}
.project-contact-modal .modal-content {
  padding: 15px;
  border-radius: 0;
}
.project-contact-modal .modal-dialog {
  width: 800px;
}
.project-contact-modal .modal-header .close {
  color: #999;
  font-size: 50px;
  font-weight: 200;
  opacity: 1;
  margin-top: -12px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-contact-modal .modal-header .close:hover {
  color: #111;
}
.submit-btn,
.thank-you-caption a {
  border: none;
  font-size: 18px;
  text-transform: lowercase;
  color: #111;
  position: relative;
  z-index: 1;
  padding: 10px 25px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  border: 2px solid #ccc;
  border-radius: 0;
}
.submit-btn:hover,
.thank-you-caption a:hover {
  border: 2px solid #999;
  background: 0 0;
  color: #000;
}
.contact-block a {
  display: inline-block;
  border-top: 1px solid #e5e5e5;
  padding: 15px 75px;
  letter-spacing: 0.2px;
}
.contact-block h2 a {
  border-top: none;
  padding: 0;
  letter-spacing: 0;
}
.headingtext {
  z-index: 1 !important;
}
.select-wrapper {
  float: left;
  display: inline-block;
  background: url("../images/dropdown.png") no-repeat right center;
  cursor: pointer;
  border-bottom: 2px solid #eee;
  margin-bottom: 17px;
}
.select-wrapper,
.select-wrapper select {
  width: 100%;
  height: 52px;
  line-height: 52px;
}
.select-wrapper:hover {
  background: url("../images/dropdown-hover.png") no-repeat right center;
}
.select-wrapper .holder {
  display: block;
  margin: 0 35px 0 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: -1;
}
.select-wrapper select {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: 0;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.quick-contact .form-group {
  margin-bottom: 10px;
  width: 100%;
}
.resumdiv {
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.resumdiv .contactFormPanel {
  color: #333;
  float: left;
  font-size: 15px;
  margin-right: 0;
  padding-bottom: 5px;
  width: auto;
}
.resumdiv p {
  color: #999;
  font-size: 12px;
}
.resumdiv .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  height: auto;
  padding: 15px;
  width: 100%;
}
.resumdiv .form-control:focus,
.resumdiv .form-control:hover {
  border-color: rgba(45, 62, 79, 0.7);
}
.resumdiv .form-group {
  width: 100%;
  margin-bottom: 10px;
}
.resumdiv input {
  width: 100%;
}
.resumdiv input[type="file"] {
  font-size: 14px;
}
.resumdiv textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.resumdiv #sel2 {
  height: 52px;
}
.general-content-wrapper {
  margin-top: 180px;
}
.main-contact-wrapper {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  background: #bfcd7cb2;
}
.contact-page-form {
  background: #bfcd7cb2;
  padding-top: 170px;
}
.contact-page-form .bodytxt p {
  color: #000;
}
.contact-page-form .resumdiv .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page-form .resumdiv .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page-form .resumdiv .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page-form .resumdiv .form-control {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.contact-page-form .resumdiv #captcha_answer,
.contact-page-form .resumdiv .submit-btn {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.4);
}
.contact-page-form .resumdiv .submit-btn:hover {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.8);
}
.online-payment-page {
  background: url("../images/online-payment.jpg") no-repeat right top;
  background-size: contain;
  padding-top: 200px;
}
.payment-btn-block span {
  display: inline-block;
  cursor: pointer;
}
.payment-btn-block .coffee-interested {
  padding: 10px 50px 13px 50px;
}
.online-payment-form {
  padding: 0 10%;
}
.about-us-page {
  background: url("../images/about-img-main.jpg") no-repeat right top;
  background-size: cover;
  padding-top: 200px;
}
.about-us-page .bodytxt p {
  text-align: left;
  color: #000;
  line-height: 32px;
  font-size: 17px;
  font-weight: 300;
}
.round-pointer {
  background: url("../images/round-pointer.png") no-repeat center top;
  min-height: 550px;
  background-size: 300px;
  position: relative;
  padding-top: 150px;
}
.round-pointer:after {
  content: "";
  width: 2px;
  height: 580px;
  background: #ffcb3a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-heading {
  font-size: 30px;
  padding: 0 40px;
}
.about-heading span {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  display: inline-block;
}
.about-left {
  float: left;
  margin-left: 20px;
  width: 70%;
}
.about-left h4,
.about-right h4 {
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px dashed #e5e5e5;
  color: #333;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 15px;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
}
.about-right {
  float: right;
  margin-right: 20px;
  width: 70%;
}
.about-right h4 {
  text-align: right;
}
.about-right ul {
  float: right;
  width: 100%;
}
.about-left ul li,
.about-right ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px dashed #e5e5e5;
  display: block;
  text-align: right;
  width: 100%;
  line-height: 40px;
}
.about-left ul {
  float: left;
  margin-left: 0;
  width: 100%;
}
.about-left ul li {
  margin-left: 0;
  text-align: left;
  padding-left: 25px;
  background: url("../images/check-mark-red.png") no-repeat left center;
  background-size: 14px auto;
}
.about-right ul li {
  padding-right: 25px;
  background: url("../images/check-mark-red.png") no-repeat right center;
  background-size: 14px auto;
}
.online-payment-page h2 {
  line-height: 50px;
}
.coffee-interested {
  border: 1px solid #f13338 !important;
  border-radius: 30px;
  color: #f13338 !important;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin: 30px auto 20px;
  padding: 16px 50px 13px 50px;
  text-transform: uppercase;
  width: auto;
}
.coffee-interested:hover {
  color: #111 !important;
  border: 1px solid #999 !important;
}
.footer-contact-info a,
.footer-contact-info p {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  padding: 0 10px;
}
.footer-contact-info .fa {
  color: #62a5c7;
  font-size: 30px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}
.footer-copyright {
  border-top: 1px solid #e5e5e5;
  line-height: 70px;
  position: static;
  text-align: left;
}
.footer-copyright p span {
  color: #333;
}
.footer-copyright a,
.footer-copyright p {
  color: #333;
  font-size: 13px;
}
.footer-contact-info a:hover,
.footer-copyright a:hover {
  color: #333;
}
.footer-copyright p {
  margin: 0;
}
.footer-links {
  text-align: right;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.social-icons ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 2px;
}
.social-icons ul li a {
  background: url("../images/social-icons.png") no-repeat -1px 5px;
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #666;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-indent: -999999px;
}
.social-icons ul li a:hover {
  border-color: #999;
  color: #111;
}
.social-icons ul li.facebook-social a {
  background: url("../images/social-icons.png") no-repeat -1px 5px;
}
.social-icons ul li.linked-social a {
  background: url("../images/social-icons.png") no-repeat -61px 5px;
}
.social-icons ul li.twitter-social a {
  background: url("../images/social-icons.png") no-repeat -30px 5px;
}
.social-icons ul li.pinterest-social a {
  background: url("../images/social-icons.png") no-repeat -91px 5px;
}
.social-icons ul li.facebook-social a:hover {
  background: url("../images/social-icons.png") no-repeat -1px -17px;
}
.social-icons ul li.linked-social a:hover {
  background: url("../images/social-icons.png") no-repeat -61px -17px;
}
.social-icons ul li.twitter-social a:hover {
  background: url("../images/social-icons.png") no-repeat -30px -17px;
}
.social-icons ul li.pinterest-social a:hover {
  background: url("../images/social-icons.png") no-repeat -91px -17px;
}
.cl-logo-box {
  display: table;
  padding-right: 30px;
  width: 100%;
}
.cl-box-inner {
  display: table-cell;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.cl-box-inner img {
  height: auto;
}
.cl-border-right {
  border-right: 1px solid #e5e5e5;
}
.cl-border-height {
  border-top: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-top: 20px;
  padding-top: 20px;
}
.cl-logo-box p {
  border-top: 1px dashed #e5e5e5;
  color: #000;
  font-weight: 600;
  height: 50px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}
.main-client-wrapper h1 {
  font-size: 42px;
  line-height: 64px;
  letter-spacing: 0;
}
.main-client-wrapper p {
  font-size: 26px;
  line-height: 36px;
  padding: 0 70px;
}
.footer-notes a strong {
  font-family: Vidaloka, serif;
}
.cookies-block {
  background: #e5e5e5;
  padding: 5px 15px;
  position: fixed;
  width: 100%;
  z-index: 9;
  left: 0;
  bottom: 0;
}
.cookies-block p {
  font-size: 11px;
  margin-bottom: 0;
  color: #111;
}
.cookies-block p a {
  border-bottom: 1px solid #999;
}
.cookies-block .got-it-btn {
  float: right;
  border: 1px solid #999;
  color: #111;
  font-weight: 400;
  font-size: 11px;
  padding: 0 15px;
  line-height: 21px;
  margin-top: 5px;
  margin-right: 250px;
}
.footer-address {
  padding-top: 35px;
}
.footer-address p {
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  padding-top: 5px;
  line-height: 22px;
}
.footer-address p a,
.footer-address p stong {
  font-size: 15px;
  color: #111;
}
.img-redesign {
  border-top: 2px solid #333;
  padding: 15px;
  text-align: center;
  width: 350px;
  float: right;
  margin-top: -1px;
}
.img-redesign h4 {
  color: #111;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  font-family: Vidaloka, serif;
}
.img-border {
  position: relative;
}
.img-border:before {
  content: "";
  border: 5px solid #f30834;
  position: absolute;
  top: 5%;
  width: 80%;
  height: 69.5%;
  left: 11%;
  z-index: -1;
  opacity: 0.6;
}
.img-border img {
  max-width: 470px;
}
.blog-heading {
  color: #000;
  margin: 0 auto;
  float: none;
  margin-top: 30px;
  width: 380px;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  font-family: Vidaloka, serif;
}
.film {
  margin: 0 0 60px 0;
  position: relative;
}
.film::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 95%;
  height: 88%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.film::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
.men-color {
  padding-bottom: 0;
}
.men-color img {
  margin-top: 23px;
}
.website-redesign-text {
  width: 64%;
}
.website-redesign-image {
  width: 35%;
}
.men-color-txtb {
  width: 52%;
}
.men-color-txtb h3 {
  font-size: 28px;
}
.men-color {
  width: 45%;
}
.presentation-image {
  float: right;
  position: relative;
  width: 50%;
}
.cor-presentation {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.presentation-txtb {
  float: left;
  width: 50%;
  padding: 80px 0 0 32px;
}
.soft-container {
  width: 100%;
  float: left;
  padding: 20px;
}
.soft-txtb {
  width: 55%;
  float: left;
}
.soft-image {
  width: 45%;
  float: right;
  text-align: right;
  position: relative;
}
.soft-image:before {
  width: 0;
  height: 0;
  border-left: 180px solid transparent;
  border-right: 180px solid transparent;
  border-bottom: 180px solid #38c7a7;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.rounded-popup {
  border-radius: 50% !important;
  background-color: #fded9e;
  height: 550px;
  width: 550px;
  padding: 60px 20px 20px 20px !important;
}
.pop-thumb-img {
  max-width: 180px;
  margin-bottom: 20px;
}
.popup-lead {
  font-size: 50px;
  margin: 40px 0;
  text-transform: uppercase;
}
.popup-txt {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 400;
}
.modal-content.rounded-popup.opening-rounded-popup {
  background-color: #457b9d;
}
.modal-content.rounded-popup.opening-rounded-popup .popup-txt {
  padding: 0 50px;
  line-height: 1.5;
}
.modal-content.rounded-popup.opening-rounded-popup .popup-lead {
  margin: 15px 0;
  line-height: 1;
}
.custom-listing.custom-listing-full li {
  width: 100%;
}
.view-portfolio-btn {
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  padding: 6px 20px 4px 20px;
  border: 2px solid #ed3338;
  display: inline-block;
  font-weight: 600;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.view-portfolio-btn img {
  margin-left: 5px;
  margin-top: -2px;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.view-portfolio-btn:hover {
  background-color: #ed3338;
  color: #fff;
  padding-right: 17px;
}
.view-portfolio-btn:hover img {
  margin-left: 8px;
  margin-top: -2px;
  opacity: 0;
}
.view-portfolio-btn-wrap {
  margin-top: 30px;
  text-align: center;
}
.lg-outer .lg-image {
  max-height: unset;
  width: 600px !important;
}
.lg-outer .lg {
  overflow: auto;
}
body.lg-on {
  overflow: hidden;
}
#flotingQuery .closeme {
  position: absolute;
  top: -16px;
  right: 8px;
  border-top: 0;
}
@media (max-width: 991px) {
  .slide-text h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .slide-text > p {
    font-size: 18px;
  }
  .footer-address p {
    text-align: right;
  }
  .footer-address {
    padding-right: 35px;
  }
}
@media (max-width: 768px) {
  .contactButtonPane {
    clear: both;
  }
  .slide-text > a.btn-default,
  .slide-text > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }
  .slide-text {
    padding: 10px 50px;
  }
  .slide-text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .slide-text > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .control-round .carousel-control {
    display: none;
  }
  .cookies-block .got-it-btn {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .testimonial-slider .testi-head {
    left: 10px;
  }
  .slide-text {
    padding: 10px 30px;
  }
  .slide-text h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .slide-text > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .indicators-line > .carousel-indicators {
    display: none;
  }
}
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}
.page-header.parallax,
.touch .parallax {
  background-attachment: scroll !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide-text > h3 {
    font-size: 42px;
    line-height: 50px;
  }
  .homepage-slider,
  .homepage-slider .bs-slider {
    height: 70vh;
  }
  .slide-text {
    width: 65%;
  }
  .homepage-slider .slide-text {
    width: 40%;
  }
  .testimonial-slider .bs-slider {
    background-position: right top;
  }
  .testimonial-slider .testi-head {
    font-size: 40px;
  }
  .testimonial-slider .slide-text > h3 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 40px;
  }
  .testimonial-slider .slide-text > p {
    font-size: 16px;
    line-height: 28px;
  }
  .footer-copyright a,
  .footer-copyright p {
    color: #333;
    font-size: 12px;
  }
  .about-us-page {
    padding-top: 150px;
  }
  #slider_captions .carousel-caption h3 {
    font-size: 34px;
  }
  #slider_captions {
    right: 50px;
    width: 430px;
  }
  #slider_captions .carousel-caption {
    width: 90%;
  }
  #slider_captions .carousel-control.left {
    left: 310px !important;
  }
  .control-round .carousel-control.left {
    right: 13%;
  }
  .current-openings-block {
    background-size: 450px auto;
    background-position: left top;
  }
  .quick-turnaround-image {
    background-position: 94% 70px;
  }
  .quick-turnaround-image p {
    width: 70%;
  }
  .website-maintenance-text {
    width: 55%;
  }
  .benefits-block {
    padding: 25px;
    width: 280px;
    height: 280px;
  }
  .benefits-block,
  .benefits-block::after {
    border-radius: 0;
  }
  .benefits-block + p {
    clear: both;
  }
  .copyright-banner img {
    width: 40%;
    height: auto;
  }
  .copywrite-banner-text {
    padding: 20px 30px 30px 30px;
  }
  .copywrite-banner-text .copywrite-small-head {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .business-consumer-wrapper h4 {
    margin-bottom: 0;
  }
  .angle-infograph,
  .colored-box {
    min-height: 250px;
  }
  .colored-box {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-slider,
  .homepage-slider .bs-slider {
    height: auto;
    margin-top: 130px;
    max-height: auto;
  }
  .homepage-slider .slide-text {
    width: 40%;
    padding: 10px 30px;
    top: auto;
    bottom: 10%;
  }
  .control-round .carousel-control.left {
    right: 14%;
  }
  .control-round .carousel-control {
    display: block;
    top: 5%;
  }
  .testimonial-slider .slide-text {
    width: 75%;
    padding: 10px 30px;
    top: 15%;
  }
  .testimonial-slider .testi-head {
    font-size: 30px;
    top: 0;
  }
  .testimonial-slider .slide-text > h3 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 40px;
  }
  .testimonial-slider .slide-text > p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .testimonial-slider .fade .item {
    top: 35px;
  }
  .testimonial-slider .bs-slider,
  .testimonial-slider .carousel-inner {
    min-height: 400px;
  }
  .footer-copyright {
    padding: 10px 0;
  }
  .footer-copyright,
  .footer-copyright p {
    text-align: center;
  }
  .footer-copyright a,
  .footer-copyright p {
    line-height: 20px;
  }
  .about-us-page {
    background: url("../images/about-img-main.jpg") no-repeat left top;
    background-size: cover;
    padding-top: 170px;
  }
  .padding-left7 {
    padding: 0;
  }
  .pepper-services li {
    width: 24.4%;
  }
  .pepper-services.pepper-services-three-blocks li {
    width: 32%;
  }
  .benefits-block {
    padding: 25px;
    width: 220px;
    height: 380px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .benefits-block,
  .benefits-block::after {
    border-radius: 0;
  }
  .benefits-block::after {
    width: auto;
    height: auto;
    margin: 20px;
  }
  .benefits-block + p {
    clear: both;
  }
  .benefits-block h4 {
    font-size: 22px;
  }
  .angle-infograph,
  .colored-box {
    float: none;
    width: 100%;
    min-height: auto;
  }
  .copyright-banner img {
    float: none;
    width: 100%;
  }
  .wp-icon-bottom {
    position: fixed;
    left: 10px;
    bottom: 40px;
  }
  .wp-icon-bottom img {
    height: 45px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 180px;
  }
  .homepage-slider,
  .homepage-slider .bs-slider {
    height: auto;
    margin-top: 100px;
    max-height: auto;
  }
  .homepage-slider .slide-text {
    width: 50%;
    padding: 10px 30px;
    top: auto;
    bottom: 20%;
  }
  .pepper-services li,
  .pepper-services.pepper-services-three-blocks li {
    width: 47%;
  }
  .pepper-services li.border-left {
    border-left: none;
  }
  .pepper-services li {
    border: 1px solid #e5e5e5 !important;
    width: 47%;
    margin-bottom: 3px !important;
  }
  .pepper-services h2 {
    font-size: 32px;
    text-align: left;
  }
  .pepper-services-divider {
    display: none !important;
  }
  .pepper-services {
    margin-top: 0;
  }
  .pepper-services li a span {
    font-size: 12px;
  }
  .pepper-services .carousel-control.right {
    right: -15px;
  }
  .pepper-services .carousel-control.left {
    right: 40px;
  }
  .pepper-services #myCarousel .carousel-inner {
    border-color: #fff;
  }
  .pepper-services.pepper-services-three-blocks li {
    min-height: 240px;
    float: left;
    margin-bottom: 3px !important;
    margin-right: 3px !important;
  }
  .round-pointer::after {
    display: none;
  }
  .about-left,
  .about-right {
    float: none;
    width: 100%;
    margin: 0;
  }
  .footer-notes {
    min-height: 400px;
  }
  .footer-notes a {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .footer-notes a:first-child::after {
    content: "";
    width: 70%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    position: absolute;
  }
  .footer-notes::after {
    height: 94%;
  }
  .footer-copyright a,
  .footer-copyright p {
    line-height: 20px;
    font-size: 13px;
  }
  .main-contact-wrapper {
    top: -50px;
    margin-bottom: -50px;
  }
  .about-right h4,
  .about-right ul li {
    text-align: left;
  }
  .about-left h4 {
    border-top: none;
  }
  .about-right ul li {
    padding-left: 25px;
    background: url("../images/check-mark-red.png") no-repeat left center;
    background-size: 14px auto;
  }
  .boot-grid .item {
    width: 90%;
  }
  .toptitle {
    font-size: 40px;
  }
  .header-wrapper .push-top-200 {
    margin-top: 150px;
  }
  .custom-listing li {
    width: 100%;
    float: none;
  }
  .main-client-wrapper h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0;
  }
  .main-client-wrapper p {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }
  .contact-block h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .current-openings .panel-body p br,
  .current-openings .panel-body ul li br {
    display: none;
  }
  .welcome-block.margin-40 {
    margin-bottom: 0 !important;
  }
  .homepage-slider .slide-text {
    top: auto;
    bottom: 5%;
    padding: 10px 5px;
  }
  .homepage-slider .slide-text h3 {
    line-height: 22px;
    font-size: 17px;
  }
  .testimonial-slider .slide-text {
    width: 94%;
    left: 10px;
  }
  .testimonial-slider .bs-slider,
  .testimonial-slider .carousel-inner {
    min-height: 480px;
  }
  .testimonial-slider .fade .item {
    top: 65px;
  }
  .testimonial-slider .control-round .carousel-control {
    top: 14%;
    display: block;
  }
  .testimonial-slider .control-round .carousel-control.right {
    right: 5%;
  }
  .control-round .carousel-control.left {
    right: 15%;
  }
  .footer-payment .container-fluid {
    text-align: center !important;
  }
  blockquote p {
    line-height: 45px;
  }
  .team-block .team-single {
    width: 170px;
    margin-bottom: 10px;
  }
  .current-openings-block {
    background: url("../images/vacant.jpg") no-repeat left top #fff;
    background-size: 100% auto;
    padding: 360px 20px 20px 20px;
  }
  .current-openings .panel-title > a {
    padding: 10px;
  }
  .current-openings .panel-title > a span {
    float: none;
    width: 100%;
    display: block;
  }
  .website-maintenance-image,
  .website-maintenance-text {
    float: none;
    width: 100%;
    text-align: left;
  }
  .website-maintenance-image {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 15px;
  }
  .copywrite-banner-text {
    padding: 20px;
  }
  .angle-infograph,
  .colored-box {
    float: none;
    width: 100%;
    min-height: auto;
  }
  .copywrite-extanded-image,
  .copywrite-extanded-text {
    float: none;
    width: 100%;
  }
  .contact-block a {
    padding: 15px;
  }
  .pepper-services h2 {
    font-size: 26px;
  }
  .pepper-services li a {
    font-size: 14px;
  }
  .pepper-services li a span {
    font-size: 9px;
  }
  .welcome-block h2 {
    font-size: 34px;
  }
  .benefits-block {
    padding: 35px;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .benefits-block::after {
    width: auto;
    height: auto;
    margin: 20px;
  }
  .footer-address {
    padding-right: 0;
  }
  .footer-address p {
    text-align: center;
  }
  .google-rating {
    text-align: center;
  }
  .payment-wrap {
    text-align: center;
  }
}
.error,
.pd_error {
  color: red !important;
}
.pd_success {
  color: green !important;
}
.pd_h1 {
  font-size: 28px;
  margin: 0;
  color: #111;
  line-height: 50px;
  font-weight: 300;
  font-family: Muli, sans-serif;
}
.pd-cursor-pointer {
  cursor: pointer;
}
.menu-icon {
  width: 27px;
  height: 20px;
  background: url(../images/sprite-image.png) no-repeat -120px -19px;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .rounded-popup {
    height: 280px;
    width: 280px;
    padding: 15px !important;
  }
  .pop-thumb-img {
    max-width: 80px;
    margin-bottom: 20px;
  }
  .popup-lead {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .modal-content.rounded-popup.opening-rounded-popup .popup-lead {
    margin: 0 0 10px;
  }
  .popup-txt {
    font-size: 14px;
  }
  #pd_success_popup .close {
    right: 18px;
  }
  .modal-content.rounded-popup.opening-rounded-popup .popup-txt {
    padding: 0 20px;
  }
  #exploreMoreModal a.explore-btn {
    margin: 5px;
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .home-page .opener-white {
    display: none;
  }
  .home-page .opener-black {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .team-block-separatar {
    display: block;
  }
}
@media (max-width: 991px) {
  .team-block-separatar {
    display: none;
  }
}
@media (min-width: 993px) {
  .home-page .menu-btn {
    color: #fff;
  }
  .home-page .menu-btn::after,
  .home-page .menu-btn::before {
    background: rgba(0, 0, 0, 0) url(../images/menu-opener.png) no-repeat scroll
      center center/20px auto;
  }
  .home-page .smaller .menu-btn::after,
  .home-page .smaller .menu-btn::before {
    background: rgba(0, 0, 0, 0) url(../images/menu-icon-open.png) no-repeat
      scroll center center/20px auto;
  }
  .home-page .smaller .opener-white {
    display: none;
  }
  .home-page .smaller .opener-black {
    display: inline-block !important;
  }
}
.boot-grid-lr .item {
  background: url(../images/loader.gif) no-repeat center center #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  display: inline-block;
  margin: 1em;
  padding: 20px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  height: auto;
  /* width: 22em;
  min-height: 220px; */
}

.collections-imgb a:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
  outline: 2px solid #ffc0c0;
	outline-offset: 10px;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.boot-grid-lr .row {
  column-gap: inherit;
  column-width: inherit;
}
a.speak-red {
  display: inline-block;
  background: #ed3338;
  color: #fff;
  padding: 8px 21px;
  margin-top: 37px;
}
.service-pd .product-item .pp-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-pd .product-item .pp-wrap {
  position: relative;
  z-index: 3;
}
.service-pd .product-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 377px;
  border: 1px solid #ccc;
  padding: 0;
}
.service-pd .product-item .pp-wrap {
  position: absolute;
  z-index: 3;
  bottom: -180px;
  width: 100%;
  padding: 30px;
  font-size: 37px;
  font-family: "Vidaloka";
  line-height: 47px;
  transition: 0.5s;
}
.service-pd .product-item .pp-wrap span {
  position: absolute;
  color: #ed3338;
  font-size: 108px;
  top: 36px;
  z-index: 1;
  opacity: 0.2;
}
.p-text {
  line-height: 23px;
  font-size: 18px;
  font-family: "Muli";
  font-weight: 500;
  margin-top: 30px;
}
.service-pd .product-item:hover {
  border: 1px solid #ed3338;
  border-bottom: 5px solid #f44336;
}
.service-pd .product-item:hover .heading {
  color: #ed3338;
}
.service-pd .product-item:hover .pp-wrap {
  bottom: -22px;
}
.m-w-1500 {
  max-width: 1450px;
}
.service-pd {
  margin: 10px 0 60px;
}
/* Style the tab */
.tab-pd {
  overflow: hidden;
  margin-bottom: 70px;
}

/* Style the buttons inside the tab */
.tab-pd button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 40px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 10px;
}
/*.modal-dialog {
    width: 99%;
}
.modal-header button.close {
    width: 30px;
    height: 30px;
    background: #ed3338;
    color: #fff;
    opacity: 1;
    padding: 0 0 5px 0;
    border-radius: 50%;
    right: -3px;
    top: -8px;
    position: absolute;
}*/
.pop-link a {
  /* background: #ed3338; */
  color: #000;
  padding: 10px 29px;
  display: inline-block;
  font-size: 22px;
  border: 1px solid #000;
}
/*.modal-header img.logo-popup {
    max-width: 160px;
}*/
.pop-link {
  float: right;
}
/*.modal-header {
    padding: 15px;
    border-bottom: 0;
    background: linear-gradient(180deg, #ff6357, transparent);
}*/

/* Change background color of buttons on hover */
.tab-pd button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab-pd button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0;
  border: 0;
  border-top: none;
}
.tab-pd button.active {
  background-color: #ed3338;
  color: #fff;
}
.web-detail .title {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
}
a.b-link {
  border: 1px solid #ed3338;
  color: #ed3338;
  display: inline-block;
  padding: 4px 0;
  width: 100%;
  font-weight: 600;
}
a.r-link {
  border: 1px solid #094780;
  color: #094780;
  display: inline-block;
  padding: 4px 0;
  width: 100%;
  font-weight: 600;
}
.web-thumb {
  padding: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.web-thumb:hover {
  box-shadow: 0 0 31px #ccc;
}
.web-detail {
  padding: 10px 25px 25px;
}
.certificate-wrapper ul {
  margin: 0 auto;
  padding: 0;
}
.certificate-wrapper ul li {
  width: 13%;
  display: inline-block;
  margin: 30px 15px;
}
.certificate-wrapper ul li img {
  max-width: 76%;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .certificate-wrapper ul li {
    width: 35%;
    display: inline-block;
    margin: 30px 15px;
  }
}
.new-tb{margin: 14px 0px;}
