/* --- RESET --- */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
p,
dl,
dt,
dd,
input,
textarea,
select,
button,
ul,
li,
area,
map,
form,
table,
tbody,
tr,
th,
td {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
}
html,
body,
section {
  min-height: 100%;
  font-family: "Poppins", Arial, sans-serif;
  overflow-x: hidden;
}
body,
.details-wrapper {
  /* background: url(../images/sectionbg.jpg) 50% 50% no-repeat; */
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.left {
  float: left;
}
.right {
  float: right;
}
.formError {
  line-height: normal;
}
.formErrorArrow,
.formErrorArrow > div {
  box-sizing: content-box;
}

.landingholder {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/logo.png) 50% 50% no-repeat;
}
.landingholder span {
  padding-top: 100px;
  font-family: OswaldRegular, Arial, sans-serif;
  font-size: 35px;
  color: #3d3d3d;
  display: block;
  text-align: center;
}
.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.6);
}

.search-wrapper:after,
.services-wrapper:after,
.oc-wrapper:after,
#popup:after,
.popup-wrapper .head:after,
.newsletter-wrapper:after,
.btns:after,
.quote:after {
  display: table;
  content: "";
  clear: both;
}

.div-title span {
  font-size: 15px;
  padding-left: 5px;
  color: red;
}
.side-control {
  min-height: 100%;
  position: fixed;
  left: -245px;
  top: 0;
  background-color: #3d3d3d;
  width: 245px;
  box-shadow: 0 0 7px #3d3d3d;
  z-index: 99;
}
.logo {
  background: #fff url(../images/logo.png) 100% 100% no-repeat;
  height: 100px;
  max-height: 146px;
  min-height: 100px;
  text-align: center;
  background-size: contain;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.search-wrapper {
  padding: 22px;
  max-height: 106px;
  perspective: 1000;
  transform-style: preserve-3d;
  position: relative;
  padding-bottom: 9px;
  text-align: center;
  padding-top: 30px;
}
.flipper {
  transform-style: preserve-3d;
  position: relative;
  height: 48px;
}
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
}
.front {
  z-index: 2;
  transform: rotateX(0deg); /* for firefox 31 */
  -o-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -sand-transform: rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.vertical .back {
  transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -sand-transform: rotateX(180deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.vertical.search-wrapper .flipper {
  transform-origin: 100% 24px; /* half of height */
}
.vertical.search-wrapper.flip .back {
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -sand-transform: rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.vertical.search-wrapper.flip .front {
  transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -sand-transform: rotateX(180deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.search-wrapper .input-placeholder {
  width: 138px;
  background: #ececec url(../images/brackets.png) 12px 50% no-repeat;
  font-family: OswaldRegular, Arial, sans-serif;
  font-size: 16px;
  color: #767676;
  line-height: 48px;
  text-align: right;
  padding: 0 15px 0 0;
  margin-right: 12px;
  display: block;
  float: left;
}
.search-wrapper input[type="text"] {
  height: 48px;
  width: 150px;
  padding-left: 10px;
  font-size: 13px;
  font-family: "Poppins", Arial, sans-serif;
  color: #3d3d3d;
  float: left;
}
.search-wrapper a {
  width: 48px;
  height: 48px;
  background-color: #5f5f5f;
  color: white;
  display: block;
  float: left;
  font-size: 22px;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
}

.nav-stacked > li + li {
  margin: 0;
}
.nav > li > a {
  padding: 4% 0 4% 22px;
}
.nav-pills > li > a {
  border-radius: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #4c4c4c;
  cursor: pointer;
}
.nav-pills > li:last-child > a {
  border-bottom: 0;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  background-color: #da1f32;
}
.newsletter-wrapper {
  position: absolute;
  left: 145px;
  background-color: #f6f5f5;
  bottom: 130px;
  width: 100px;
  height: 58px;
  box-shadow: 1px 1px 6px -2px #3d3d3d;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  z-index: 9999;
}
.newsletter-wrapper.open {
  width: 662px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
}
.newsletter-head {
  background-color: #e0e0e0;
  padding: 6px 0;
  text-align: center;
  width: 100px;
  color: black;
  float: left;
  box-shadow: 1px 0px 5px -3px #3d3d3d;
  cursor: pointer;
}
.newsletter-head .fa-envelope-o {
  color: #da1f32;
  font-size: 22px;
}
.newsletter-head .title {
  font-family: OswaldRegular, Arial, sans-serif;
  font-size: 16px;
}
.newsletter-inputs {
  float: left;
  padding: 10px 15px;
  display: none;
  position: relative;
}
.newsletter-inputs form {
  display: inline-block;
}
.newsletter-inputs .arrow {
  position: absolute;
  left: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-left: 10px solid #e0e0e0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
.newsletter-inputs input.customized {
  margin-bottom: 0;
}
.newsletter-inputs input.name {
  background: #fff url("../images/user.png") 5px 50% no-repeat;
  padding-left: 30px;
}
.newsletter-inputs input.email {
  background: #fff url("../images/email.png") 5px 50% no-repeat;
  padding-left: 33px;
}

.bottom-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.social {
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
}
.social a,
.contact-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #666666;
  color: #3d3d3d;
  display: inline-block;
  margin: 0 1px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.social a i {
  font-size: 18px;
  margin-top: 5px;
}
.social a img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.copyright {
  background-color: #4b4b4b;
  padding: 12px 16px;
  color: #fff;
  font-size: 12px;
  width: 100%;
  line-height: 18px;
  text-align: center;
}

/****** PARALLAS SECTIONS ******/
.section-wrapper {
  margin-left: 245px;
  min-height: 100%;
  padding: 0px 15px;
}
.section-wrapper.no-padding {
  padding: 0;
}

#our-work figure {
  background-size: cover;
  background-position: 50% 50%;
  height: 25%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#our-work figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
}
#our-work figcaption .overlay,
#our-work figcaption p {
  position: absolute;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  top: 0;
  transition: all 0.35s ease 0s;
}
#our-work figcaption .overlay {
  background-color: #000;
  z-index: 1;
  height: 100%;
}
#our-work figcaption p {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  padding: 0 15px;
  font-weight: 900;
}
#our-work figcaption::before {
  border-bottom: 1px solid #da1f32;
  border-top: 1px solid #da1f32;
  transform: scale(0, 1);
}
#our-work figcaption::after {
  border-left: 1px solid #da1f32;
  border-right: 1px solid #da1f32;
  transform: scale(1, 0);
}
#our-work figcaption::before,
#our-work figcaption::after {
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 15px;
  top: 15px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 2;
}
#our-work figure:hover figcaption:before,
#our-work figure:hover figcaption:after {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
#our-work figure:hover figcaption .overlay {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#our-work figure:hover figcaption p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-title1 {
  background: url(../images/section-title.jpg) left bottom repeat-x;
  margin: 30px 15px 35px 0px;
  padding-bottom: 10px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 22px;
  color: #3d3d3d;
  position: relative;
  text-transform: uppercase;
}
.services-wrapper > div {
  text-align: center;
  padding: 16px 16px 20px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.services-wrapper > div:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.12);
}
.services-wrapper img {
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.services-wrapper > div:hover img {
  transform: scale(1.03);
}
.services-wrapper .title {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  height: 50px;
  display: table;
  line-height: 1.2;
  width: 100%;
}
.services-wrapper .title span {
  display: table-cell;
  vertical-align: middle;
}
.services-wrapper .details {
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 14px;
  min-height: 80px;
  overflow: hidden;
  line-height: 1.55;
}
.services-wrapper .btns {
  margin: 12px auto 0;
  width: 130px;
}
.services-wrapper .learn-more {
  width: 120px;
  height: 36px;
  background: #da1f32;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  border-radius: 9999px;
  border: none;
  box-shadow: 0 6px 18px rgba(218, 31, 50, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.services-wrapper .learn-more:hover {
  background-color: #c61c2d;
  color: #fff;
  box-shadow: 0 8px 24px rgba(218, 31, 50, 0.32);
  transform: translateY(-1px);
}

.services-wrapper .learn-more a {
  color: #fff;
  text-decoration: none !important;
}

.services-wrapper .learn-more:hover a {
  color: #fff;
}

.oc-wrapper {
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  width: 100%;
}
.oc-wrapper > div {
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #fff;
  text-align: center;
  height: 126px;
  position: relative;
  overflow: hidden;
}
.oc-wrapper > div > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.section-wrapper #contact-us {
  font-size: 17px;
  color: #3a3a3a;
  line-height: 24px;
}
.div-title {
  color: #767676;
  font-size: 22px;
  font-family: OswaldRegular, Arial, sans-serif;
  padding-bottom: 20px;
}
.service-details ul,
#about-13cube ul {
  margin-left: 30px;
}
#about-13cube #aboutdetails * {
  font-family: "Poppins", Arial, sans-serif !important;
}
.service-details ul li,
#about-13cube ul li {
  list-style: url(../images/gray-cube.png);
  font-size: 15px;
  padding-bottom: 15px;
}
.quote {
  font-family: OswaldRegular, Arial, sans-serif;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 28px;
  width: 90%;
  margin: 50px auto 0 auto;
  text-align: center;
}
.quote span,
.quote p {
  display: inline-block;
  padding: 0 5px;
}
.fa-quote-left,
.fa-quote-right {
  font-size: 22px;
  color: #da1f32;
  display: inline-block;
}

.contact-info {
  padding-top: 10px;
  font-size: 14px;
}
.contact-info i {
  font-size: 26px;
  color: #da1f32;
  margin-right: 14px;
  min-width: 26px;
  text-align: center;
}
.contact-info > div {
  padding-bottom: 7px;
}
.contact-social {
  background-color: #fff;
  width: 100%;
  max-width: 420px;
  text-align: center;
  padding: 17px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  margin: 20px 0;
}
.contact-social a {
  width: 42px;
  height: 42px;
  border-radius: 20px;
  background-color: #d1d1d1;
  margin: 0 1px;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.contact-social i {
  font-size: 18px;
  color: #fff;
  font-size: 26px;
  margin-top: 0;
}
label {
  font-weight: normal;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  min-width: 0;
  max-width: none;
  text-align: left;
  margin: 0 0 6px 0;
}
.request-a-quote-page .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 16px 15px 20px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.request-a-quote-page .col-md-8 {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 16px 15px 20px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.request-a-quote-page iframe {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.request-a-quote-page .col-lg-6.col-md-6.col-sm-6.col-xs-12 > *,
.request-a-quote-page .col-md-8 > * {
  padding-left: 0;
  padding-right: 0;
}
.request-a-quote-page .div-title {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #3a3a3a;
  margin-bottom: 10px;
}
#contactform label,
#quoteform label {
  display: block;
  text-align: left;
  min-width: 0;
  max-width: none;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 767px) {
  #contactform input,
  #contactform select,
  #contactform textarea,
  #quoteform input,
  #quoteform select,
  #quoteform textarea {
    font-size: 16px !important;
  }
}
#contactform input.customized,
#quoteform input.customized1,
#quoteform select {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#contactform textarea,
#quoteform textarea {
  width: 100%;
  min-height: 140px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#contactform input.customized:focus,
#quoteform input.customized1:focus,
#quoteform select:focus,
#contactform textarea:focus,
#quoteform textarea:focus {
  border-color: #da1f32;
  box-shadow: 0 0 0 3px rgba(218, 31, 50, 0.1);
}
#contactform .btn-wrapper,
#quoteform .btn-wrapper {
  padding-left: 15px;
  margin-top: 8px;
}
#quoteform .btn-wrapper1 {
  padding-left: 15px;
  margin-top: 15px;
}
.btn-wrapper {
  padding-left: 0;
}
.btn-wrapper1 {
  padding-left: 0;
}
.btn-style {
  font-size: 16px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  background-color: #878787;
  padding: 15px 40px;
  border: none;
  border-radius: 9999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.btn-style:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.btn-red {
  background-color: #da1f32;
}
.btn-style.btn-red {
  background-color: #da1f32;
  color: #fff;
  box-shadow: 0 6px 18px rgba(218, 31, 50, 0.25);
}
.btn-style.btn-red:hover {
  background-color: #c61c2d;
  color: #fff;
  box-shadow: 0 8px 24px rgba(218, 31, 50, 0.32);
  transform: translateY(-1px);
}
input.customized,
textarea,
.SumoSelect > .CaptionCont {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 14px;
  font-size: 12px;
}
input.customized1,
textarea,
.request-a-quote-page .SumoSelect > .CaptionCont {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 14px;
  font-size: 12px;
}
input.customized {
  width: 222px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
}
.SumoSelect {
  display: block;
}
.SumoSelect > .CaptionCont {
  width: 222px;
  padding: 9px;
}
input.customized1 {
  width: 300px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
}
.request-a-quote-page .SumoSelect > .CaptionCont {
  width: 100%;
  height: 44px;
  font-size: 13px;
  padding: 13px;
  border-radius: 10px;
}
.SumoSelect > .CaptionCont > label {
  margin: 0;
  min-width: 32px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url("../images/selectarrow.png");
}
.SumoSelect > .optWrapper > .options > li label {
  min-width: 100%;
  text-align: left;
}
textarea {
  width: 90%;
  width: calc(100% - 86px);
  width: -moz-calc(100% - 86px);
  width: -webkit-calc(100% - 86px);
  width: -o-calc(100% - 86px);
  width: -ms-calc(100% - 86px);
  height: 168px;
  padding: 5px;
  resize: none;
}

#popup {
  background: url("../images/loader.png") no-repeat scroll 50% 50% / 25px 25px
    #fff;
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  min-width: 60px;
  min-height: 60px;
}
#popup .close {
  float: right;
  height: 36px;
  width: 36px;
  background-color: #da1f32;
  opacity: 1;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  font-size: 20px;
}
.popup-wrapper {
  overflow: hidden;
  background-color: #fff;
  width: 684px;
  max-width: 684px;
  padding: 4px;
}
.popup-wrapper .head .title {
  float: left;
  background-color: #e9e9e9;
  line-height: 36px;
  padding-left: 12px;
  font-size: 16px;
  color: #757575;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: bold;
  margin-left: 4px;
  width: 596px;
}
.quote-icon {
  width: 36px;
  height: 36px;
  background: #da1f32 url(../images/quoteicon.png) 60% 47% no-repeat;
}
.quote-icon:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.popup-wrapper .btn-wrapper {
  padding: 0 0 10px 93px;
}

.details-wrapper {
  position: fixed;
  left: 100%;
  top: 0;
  width: calc(100% - 245px);
  width: -moz-calc(100% - 245px);
  width: -webkit-calc(100% - 245px);
  width: -o-calc(100% - 245px);
  width: -ms-calc(100% - 245px);
  font-family: "Poppins", Arial, sans-serif !important;
  z-index: 9;
}
.details-wrapper.open {
  left: 245px;
}
.details-wrapper .innerloader,
.loading {
  padding-top: 50%;
  text-align: center;
  display: none;
}
.details-wrapper .innerloader img,
.loading img {
  margin-top: -50%;
}
.service-details {
  padding-bottom: 15px;
}
.service-details h6,
.service-details h5,
.service-details h4,
.service-details h3,
.service-details h2,
.service-details h1,
.service-details p {
  padding: 8px 0;
}
.service-details .title img {
  width: 35px;
}
.service-details .title {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
  margin-left: 30px;
}
.service-image img {
  width: 100%;
  max-width: 100%;
}
.ajs-message {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: bold;
  box-shadow: 0 0 7px #3d3d3d;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
}

.bx-wrapper .bx-viewport {
  left: 0;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

/******************************* RESPONSIVE ****************************/
@media screen and (max-width: 1200px) {
  .side-control {
    width: 220px;
  }
  .logo {
    background-size: 85% auto;
  }
  .search-wrapper {
    padding: 15px 11px;
  }
  .section-wrapper {
    margin-left: 220px;
  }
  .newsletter-wrapper {
    left: 120px;
  }
  .details-wrapper.open {
    left: 220px;
  }
  .details-wrapper {
    width: calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    width: -o-calc(100% - 220px);
    width: -ms-calc(100% - 220px);
  }
}
@media screen and (max-width: 991px) {
  .navbar-header {
    float: none;
    background-color: #3d3d3d;
    max-height: 34px;
    left: 0;
  }
  .navbar-toggle {
    display: block;
    float: left;
    padding: 1px 10px;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .side-control {
    left: -220px;
  }
  .section-wrapper {
    margin-left: 0;
    margin-top: 34px;
  }
  #our-work figure {
    height: 150px;
  }
  .section-title {
    padding-top: 20px;
  }
  .details-wrapper {
    width: 100%;
    top: 34px;
  }
  .details-wrapper.open {
    left: 0;
  }
  .section-title {
    margin-bottom: 25px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-social {
    width: 288px;
  }
  label {
    text-align: left;
    display: block;
    max-width: 100%;
  }
  input.customized,
  textarea {
    width: 100%;
  }
  textarea {
    height: 140px;
  }
  .SumoSelect > .CaptionCont {
    width: 262px;
  }
  .btn-wrapper {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .popup-wrapper {
    width: 300px;
    max-width: 300px;
  }
  .popup-wrapper .head .title {
    width: 212px;
  }
  .copyright {
    font-size: 11px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .container-on-banner .col-sm-6.col-md-3 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 420px) {
  #our-work figure {
    height: 120px;
  }
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: -5px;
  background: transparent;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.galtitle {
  text-align: center;
}
.image-flip {
  padding: 10px;
  margin-bottom: 35px;
}
.section-title1.section-title2 {
  margin: 0 0px 15px 0px;
}
.social a.social-facebook,
.contact-social a.social-facebook {
  background-color: #1877f2;
  color: #fff;
}
.social a.social-twitter,
.contact-social a.social-twitter {
  background-color: #000000;
  color: #fff;
}
.social a.social-instagram,
.contact-social a.social-instagram {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  color: #fff;
}
.social a.social-linkedin,
.contact-social a.social-linkedin {
  background-color: #0a66c2;
  color: #fff;
}
#contactform textarea {
  height: 120px;
}
#contact-us .section-title {
  margin: 0 15px 15px 15px;
  padding: 30px 0 8px 0;
}
.flipper,
.front,
.back,
.details-wrapper,
.details-wrapper.open {
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  width: 100%;
  padding-right: 0;
}
.search-wrapper .input-placeholder {
  width: auto;
  background: #da1f32;
  font-family: Poppins, Arial, sans-serif;
  font-size: 17px;
  color: #efefef;
  line-height: 1.2;
  text-align: center;
  padding: 9px 20px 10px 20px;
  margin-right: auto;
  display: block;
  float: none;
  text-decoration: none;
  display: inline-block;
  height: auto;
  font-weight: 500;
  border-radius: 30px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.search-wrapper .input-placeholder:hover,
.search-wrapper .input-placeholder:focus {
  background-color: #c61c2d;
  transform: translateY(-1px);
}
.banner-img img {
  width: 100%;
}
.banner-img {
  position: relative;
}
.banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 32px;
  transform: translateY(-50%);
  text-shadow: 2px 2px 3px #332323;
}
.count-text1 {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  color: #fff;
}
.counter-c1 {
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin-top: 20px;
  border: 2px solid #da1f32;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease, box-shadow 200ms ease,
    border-color 200ms ease;
  will-change: transform;
}
.counter-c1:hover,
.counter-c1:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
@media (prefers-reduced-motion: reduce) {
  .counter-c1 {
    transition: none;
  }
}
.container-on-banner {
  margin-top: -100px;
}
.about-title {
  font-family: "Poppins";
  color: #da1f32;
  font-size: 30px;
  display: inline-grid;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 500;
}
.about-title span {
  height: 4px;
  background-color: #da1f32;
  width: 95px;
  display: none;
}
.bg1 {
  background-color: #ebebeb;
  padding: 90px 0px;
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.bg2 {
  background-color: #fff;
  padding: 40px 0px;
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.about-text {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
}
.about-text1 {
  font-family: "BebasNeueBold";
  color: #6d6d6d;
  font-size: 30px;
}
.frontside .card .card-title,
.backside .card .card-title {
  color: #000000 !important;
  font-weight: bold;
  margin-top: 10px;
  font-size: 37px;
  font-family: "BebasNeueBold";
  line-height: 1;
}
.counter-c {
  width: 205px;
  height: 205px;
  background: #da1f32;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 0;
  gap: 6px;
}
.counter-c > div:empty {
  display: none;
}
.count {
  color: #fff;
  font-size: 75px;
  font-family: "Poppins";
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
.count-text1 {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: bold;
  font-family: "Poppins";
}
p.card-text1 {
  color: #6d6d6d;
  font-size: 32px;
  font-family: "BebasNeueBold";
}
.count-text {
  color: #c1c1c1;
  font-size: 30px;
  font-weight: bold;
  font-family: "BebasNeueBold";
  line-height: 1.2;
}

.counter-divider {
  height: 2px;
  width: 100px;
  background-color: #e0e0e0;
  display: -webkit-inline-box;
  display: inline-block;
  margin-bottom: 5px;
}

.about-us-row {
  margin-top: 30px;
}

.team-row {
  margin-top: 30px;
}
/* FontAwesome for working BootSnippet :> */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

#team {
  background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #108d6f;
  border-color: #108d6f;
  box-shadow: none;
  outline: none;
}

.btn-primary {
  color: #fff;
  background-color: #007b5e;
  border-color: #007b5e;
}

section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#team .card {
  border: none;
  background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: 0.25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 0;
}

.backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}

.frontside .card {
  min-height: 250px;
}
.backside .card {
  height: 280px;
}

.backside .card a {
  font-size: 18px;
  color: #da1f32 !important;
}

p.card-text {
  margin-bottom: 20px;
  margin-top: 10px;
}

.mainflip .btn-primary {
  color: #fff;
  background-color: #da1f32;
  border-color: #da1f32;
}
.card-body.text-center.mt-4 {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.different {
  margin-top: 25px;
  margin-bottom: 50px;
}
.different1 {
  margin-bottom: 70px;
  margin-top: 35px;
}
.bottom-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.learn-more.left {
  float: none;
}
@media (max-width: 768px) {
  .container-on-banner {
    margin-top: 0;
  }
  .counter-c1 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .counter-c {
    width: 190px;
    height: 190px;
  }
  .count {
    font-size: 80px;
  }
  .count-text {
    font-size: 24px;
  }
  .count-text1 {
    font-size: 12px;
  }
  .about-title {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1;
    margin-top: 30px;
  }
  .about-text1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .different {
    margin-top: 0;
    margin-bottom: 0;
  }
  .different1 {
    margin-bottom: 0;
  }
  .container-on-banner {
    margin-top: 0;
  }
  .banner-caption {
    font-size: 20px;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .frontside .card .card-body img {
    width: 100%;
  }
  .service-image img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .navbar-header {
    float: none;
    background-color: #fff;
    max-height: 55px;
    left: 0;
    height: 55px;
  }
  .section-wrapper {
    margin-left: 0;
    margin-top: 55px;
    padding-bottom: 50px;
  }
  .headerspan {
    position: absolute;
    height: 50px;
    right: 5px;
    top: 3px;
  }
  .headerspan img {
    height: 50px;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .bottom-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .side-control {
    min-height: 100%;
    position: fixed;
    left: -245px;
    top: 0;
    background-color: #3d3d3d;
    width: 245px;
    box-shadow: 0 0 7px #3d3d3d;
    z-index: 99999;
  }
  .learn-more.left {
    float: none;
  }
}
.section-title2 {
  background: url(../images/section-title.jpg) left bottom repeat-x;
  margin: 0 15px 15px 15px;
  padding: 25px 0 8px 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #3d3d3d;
  position: relative;
}
.navbar-toggle .icon-bar {
  background-color: #da1f32;
}
#our-work figcaption .overlay1 {
  position: absolute;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=0.5);
  left: 0;
  top: 0;
  transition: all 0.35s ease 0s;
  background-color: #da1f32;
  height: 100%;
  display: none;
}
.overlay1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.breadcrumb {
  background-color: #fff;
}

.service-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #f5f5f5;
}
.service-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.service-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.service-details .service-image {
  aspect-ratio: auto;
  background-color: transparent;
  height: 450px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 25px;
}
.req-quote-details {
  margin-top: 50px;
  margin-bottom: 70px;
}
.rq-btn {
  background-color: transparent;
}
.rq-btn a {
  background-color: #da1f32;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 35px;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.rq-btn a:hover,
.rq-btn a:focus {
  background-color: #c61c2d;
  transform: translateY(-1px);
}
.service-details .service-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.other-services {
  margin-top: 20px;
  margin-bottom: 50px;
}

.other-services-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.other-services-list li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.other-services-list a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px; /* pill shape */
  background: #f3f3f3;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
}

.other-services-list a:hover {
  background: #e0e0e0;
  border-color: #d0d0d0;
  color: #000;
}

@media (min-width: 992px) {
  .service-details .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 991px) {
  .service-details .service-image img {
    width: 100%;
    max-width: 100%;
  }
}
@font-face {
    font-family: 'gothic';
    src: url('fonts/gothic/gothic.eot');
    src: url('fonts/gothic/gothic.eot') format('embedded-opentype'),
         url('fonts/gothic/gothic.woff2') format('woff2'),
         url('fonts/gothic/gothic.woff') format('woff'),
         url('fonts/gothic/gothic.ttf') format('truetype'),
         url('fonts/gothic/gothic.svg#gothic') format('svg');
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('fonts/gothic-bold/CenturyGothicBold.eot');
    src: url('fonts/gothic-bold/CenturyGothicBold.eot') format('embedded-opentype'),
         url('fonts/gothic-bold/CenturyGothicBold.woff2') format('woff2'),
         url('fonts/gothic-bold/CenturyGothicBold.woff') format('woff'),
         url('fonts/gothic-bold/CenturyGothicBold.ttf') format('truetype'),
         url('fonts/gothic-bold/CenturyGothicBold.svg#CenturyGothicBold') format('svg');
}
@font-face {
    font-family: 'OswaldRegular';
    src: url('fonts/oswald/OswaldRegular.eot');
    src: url('fonts/oswald/OswaldRegular.eot') format('embedded-opentype'),
         url('fonts/oswald/OswaldRegular.woff2') format('woff2'),
         url('fonts/oswald/OswaldRegular.woff') format('woff'),
         url('fonts/oswald/OswaldRegular.ttf') format('truetype'),
         url('fonts/oswald/OswaldRegular.svg#OswaldRegular') format('svg');
}
@font-face {
	font-family: 'BebasNeueBook';
	src: url('fonts/bebas/BebasNeueBook.eot');
	src: url('fonts/bebas/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
		url('fonts/bebas/BebasNeueBook.woff2') format('woff2'),
		url('fonts/bebas/BebasNeueBook.woff') format('woff'),
		url('fonts/bebas/BebasNeueBook.ttf') format('truetype'),
		url('fonts/bebas/BebasNeueBook.svg#BebasNeueBook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueLight';
	src: url('fonts/bebas/BebasNeueLight.eot');
	src: url('fonts/bebas/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/bebas/BebasNeueLight.woff2') format('woff2'),
		url('fonts/bebas/BebasNeueLight.woff') format('woff'),
		url('fonts/bebas/BebasNeueLight.ttf') format('truetype'),
		url('fonts/bebas/BebasNeueLight.svg#BebasNeueLight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/bebas/BebasNeueRegular.eot');
	src: url('fonts/bebas/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('fonts/bebas/BebasNeueRegular.woff2') format('woff2'),
		url('fonts/bebas/BebasNeueRegular.woff') format('woff'),
		url('fonts/bebas/BebasNeueRegular.ttf') format('truetype'),
		url('fonts/bebas/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueBold';
	src: url('fonts/bebas/BebasNeueBold.eot');
	src: url('fonts/bebas/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/bebas/BebasNeueBold.woff2') format('woff2'),
		url('fonts/bebas/BebasNeueBold.woff') format('woff'),
		url('fonts/bebas/BebasNeueBold.ttf') format('truetype'),
		url('fonts/bebas/BebasNeueBold.svg#BebasNeueBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueThin';
	src: url('fonts/bebas/BebasNeue-Thin.eot');
	src: url('fonts/bebas/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/bebas/BebasNeue-Thin.woff2') format('woff2'),
		url('fonts/bebas/BebasNeue-Thin.woff') format('woff'),
		url('fonts/bebas/BebasNeue-Thin.ttf') format('truetype'),
		url('fonts/bebas/BebasNeue-Thin.svg#BebasNeue-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}



.services-wrapper .learn-more,
.services-wrapper .learn-more:hover,
.btn-style, .btn-style:hover,
.quote-icon, .quote-icon:hover,
#our-work .title,
.details-wrapper,
.details-wrapper.open{
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}

.flipper,.front,.back,
.details-wrapper,
.details-wrapper.open{
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
}

/* Social icon hover animation */
.social a, .contact-social a{
	transition: transform .2s ease, box-shadow .2s ease;
}
.social a:hover, .social a:focus-visible,
.contact-social a:hover, .contact-social a:focus-visible{
	transform: translateY(-1px) scale(1.06);
	box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.social a:active, .contact-social a:active{
	transform: translateY(0) scale(1.02);
}

/* Sidebar nav-pills hover/active animation */
.side-control .nav-pills > li > a{
    position: relative;
    overflow: hidden;
    transition: padding-left .25s ease, background-color .25s ease, color .25s ease;
}
.side-control .nav-pills > li > a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #da1f32;
    transition: width .25s ease;
}
.side-control .nav-pills > li > a:hover,
.side-control .nav-pills > li > a:focus,
.side-control .nav-pills > li > a:focus-visible{
    padding-left: 28px; /* from 22px */
}
.side-control .nav-pills > li > a:hover::before,
.side-control .nav-pills > li > a:focus::before,
.side-control .nav-pills > li > a:focus-visible::before{
    width: 6px;
}
.side-control .nav-pills > li.active > a{
    padding-left: 28px;
}
.side-control .nav-pills > li.active > a::before{
    width: 6px;
}
@-ms-keyframes spin { 
	from { 
 		-ms-transform: rotate(0deg); 
	} to { 
		-ms-transform: rotate(360deg); 
	}
}
@-moz-keyframes spin { 
	from { 
		-moz-transform: rotate(0deg); 
	} to { 
		-moz-transform: rotate(360deg); 
	}
}
@-webkit-keyframes spin { 
	from { 
		-webkit-transform: rotate(0deg); 
	} to { 
		-webkit-transform: rotate(360deg); 
	}
}
@keyframes spin { 
	from { 
 		transform: rotate(0deg); 
	} to { 
		transform: rotate(360deg); 
	}
}