@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');



html,
body {
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

/*---------- sticy footet------------ */
/*.footer, .push{height:325px;}
.page-wrapper { min-height: 100%; height: auto !important; height: 100%;  margin: 0 auto -325px; }
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

h5 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  line-height: 30px;
}

p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  line-height: 25px;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

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

.pd0 {
  padding: 0;
}

.pull-right {
  text-align: right;
}

.floatnone {
  float: none;
  margin: 0 auto;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555555;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #555555;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
  opacity: 1;
}

.header {
  width: 100%;
}

.header .logo {
  padding: 15px 0;
}

.header .right_navbar {
  text-align: right;
  padding-top: 29px;
  line-height: 1;
}

.sb-search {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.sb-search .table {
  margin: 0;
}

.sb-search-submit {
  top: 0;
  position: absolute;
  left: 0;
  background: url(../images/serach_icon.png) no-repeat center center;
  border-right: 1px solid #eaeaea;
  box-shadow: none;
  border-bottom: none;
  border-left: none;
  border-top: none;
  width: 35px;
  height: 30px;
}

.sb-search-input {
  border: 2px inset #dadada;
  padding: 1px 1px 1px 45px;
  border: 1px solid #dadada;
  border-radius: 5px;
  width: 255px;
  box-shadow: none;
  height: 30px;
  line-height: 17px;
  font-size: 16px;
}

.gc_social {
  display: inline-block;
}

.gc_social a .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #555555;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  font-size: 18px;
  margin-left: 15px;
}

.gc_social a:hover .fa {
  background: #e21e22;
}

.slider .item {
  padding: 0;
}

.slider {
  position: relative;
}

.slider .caption {
  position: absolute;
  left: 0;
  /*top:50%;left:50%;*/
  bottom: 100px;
  right: 0;
  /*transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);*/
  text-align: center;
}

.slider .caption h1 {
  font-size: 48px;
  color: #fff;
  position: relative;
  padding-bottom: 30px;
  line-height: 60px;
}

.slider .caption h1:before {
  position: absolute;
  content: '';
  width: 20%;
  height: 2px;
  bottom: 0;
  left: 40%;
  right: auto;
  background: #f5ad05;
  text-align: center;
}

.slider .caption p {
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 18px;
  color: #fff;
}

.slider .button_main {
  text-align: center;
}

.button_main a.gc_button {
  box-shadow: 0 0 1em #000;
}

a.gc_button {
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background: #d21e02;
  border-radius: 6px;
}

a.gc_button:hover {
  background: #555;
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin-top: -10px;
  background: #d21e02;
  color: #fff;
  font-size: 18px;
  right: 10px;
}

.carousel-control .fa-angle-left,
.carousel-control .icon-prev {
  margin-left: -10px;
  left: 10px;
}

.carousel-control .fa-angle-right,
.carousel-control .icon-next {
  margin-right: -10px;
}

.carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 30px;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-control {
  text-shadow: none;
  width: 4%;
  opacity: 1;
}

.carousel-control:hover .fa-angle-left,
.carousel-control:hover .fa-angle-right,
.carousel-control:hover .icon-prev,
.carousel-control:hover .icon-next {
  background: #555;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-indicators li {
  display: inline-block;
  margin: 0 12px;
  width: 26px;
  height: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}

.carousel-indicators .active {
  width: 26px;
  margin: 0 12px;
  height: 5px;
  background-color: #d21e02;
  border: 1px solid #d21e02;
}

.title {
  text-align: center;
  width: 100%;
}

.title h2 {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  color: #d21e02;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.title h2:before {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 25px;
  background: url(../images/boder_title.png) no-repeat center;
  bottom: 0;
  content: '';
  transform: translate(-50%, 0);
}

.pd0 {
  padding: 0;
}

.gc_welcome {
  padding: 60px 0;
}

.gc_welcome p {
  color: #555;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

.gc_service {
  background: url(../images/service_bg.jpg) no-repeat;
  position: relative;
  background-size: cover;
}

.gc_fullwidth {
  position: absolute;
  left: 0;
  width: 40.33%;
  overflow: hidden;
}

.gc_fullwidth img {
  width: 100%
}

.service_contain {
  float: right;
  padding-top: 85px;
  padding-bottom: 33px;
}

.service_box .icons_title img {
  float: left;
  margin-right: 25px;
}

.service_box .icons_title {
  margin-bottom: 20px;
}

.service_box .icons_title h3 {
  font-size: 24px;
  line-height: 30px;
  color: #e21e22;
  text-transform: uppercase;
}

.service_box .icons_title h3 span {
  font-size: 18px;
  color: #fff;
}

.service_box p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.service_box a.gc_button {
  font-size: 15px;
  line-height: 15px;
  padding: 12px 15px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  text-transform: none;
}

.service_box {
  padding-bottom: 50px;
}

.service_title {
  position: absolute;
  right: 0;
  top: 35%;
  background: rgba(226, 30, 34, 0.9);
  background-size: 100% auto;
  transform: skew(-30deg) translate(34%, 0%);
  -moz-transform: skew(-30deg) translate(34%, 0%);
  -webkit-transform: skew(-30deg) translate(34%, 0%);
  -ms-transform: skew(-30deg) translate(34%, 0%);
  width: 80%;
  padding-left: 10%;
  padding-top: 57px;
  padding-bottom: 57px;
  padding-right: 30%;
  z-index: 1;
  height: auto;
}

.remove_skew {
  transform: skew(30deg);
  -moz-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
}

.service_title h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  padding-bottom: 20px;
}

.service_title p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}

.gc_products {
  padding: 66px 0;
}

.button_main1 {
  text-align: center;
}

.button_main1 a.gc_button {
  width: 215px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  text-transform: none;
  margin-top: 15px;
  display: table;
  margin: 0 auto;
  clear: both;
}

.view {
  border: 1px solid #dadada;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #fff;
  height: 260px;
  vertical-align: middle;
  line-height: 260px;
}

.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.view-first .mask {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.border_box {
  margin-bottom: 30px
}

.border_box h4 {
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  background: #333333;
}


.gc_safety_poster {
  background: url(../images/safety_posterbg.jpg) no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 90px;
}

.poster_bg {
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 5px 10px;
  display: table;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out 0s;
}

.poster_bg:hover {
  background: #333;
}

.sticker_img {
  border-right: 1px solid #dadada;
  height: 85px;
  vertical-align: middle;
  display: table-cell;
  width: 90px;
  text-align: center;
}

.poster_bg h5 {
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  color: #e21f23;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

.gc_safety_poster .title h2 {
  color: #fff;
}

.clientlogo-slider {
  padding: 64px 0;
}

.clientlogo-slider .item:hover img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.get_qutoe {
  padding: 55px 0 50px;
  background: url(../images/qutoe_bg.jpg) no-repeat;
  background-size: cover;
}

.contain_qutoe h5 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.contain_qutoe p {
  color: #fff;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}

.get_qutoe .button_main1 a.gc_button {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  padding: 15px 0;
}

.footer {
  padding-top: 60px;
  background: url(../images/footerbg.jpg) no-repeat;
  background-size: cover;
}

.gc_footerlink {
  padding-bottom: 57px;
  border-bottom: 1px solid #dadada;
}

.gc_footerlink .col-sm-3 h5 {
  color: #e21e22;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.gc_footerlink .col-sm-3 ul {
  padding: 0;
  list-style: none;
}

.gc_footerlink .col-sm-3 ul li a {
  padding: 0 10px 12px 23px;
  background: url(../images/footer_linkarrow.png) no-repeat left 3px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  line-height: 15px;
}

.gc_footerlink .col-sm-3 ul li a:hover {
  color: #e21e22;
  margin-left: 10px;
  background: url(../images/footer_linkarrowh.png) no-repeat left 3px;
}

.gc_footerlink iframe {
  width: 100%;
  height: 190px;
  border: 1px solid #fff;
}

.contact_info {
  padding-top: 45px;
}

.contact_info h6 {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 25px;
  padding-left: 30px;
}

.contact_info a {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 25px;
  padding-left: 30px;
  display: inline-block
}

.contact_info a:hover {
  color: #e21e22;
}

.contact_info h6.gc_address {
  background: url(../images/location.png) no-repeat left 7px;
}

.contact_info a.gc_call {
  background: url(../images/gc_callicon.png) no-repeat left 7px;
}

.contact_info a.gc_email {
  background: url(../images/email_icon.png) no-repeat left 7px;
}

.contact_info a.gc_mobile {
  background: url(../images/mobile_icon.png) no-repeat left 3px;
}

.contact_info a.gc_call:hover {
  background: url(../images/gc_calliconh.png) no-repeat left 7px;
}

.contact_info a.gc_email:hover {
  background: url(../images/email_iconh.png) no-repeat left 7px;
}

.gc_footerlink .gc_social a .fa {
  margin-right: 15px;
  margin-left: 0;
  width: 35px;
  line-height: 35px;
  height: 35px;
}

.copyright {
  padding: 35px 0;
}

.copyright h5 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  line-height: 18px;
}

#cssmenu>ul>li:last-child>a {
  padding-right: 0;
}

/*---- image align -----*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.entry-attachment img,
.widget-container img {
  height: auto;
  max-width: 100%;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 20px;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*---- Inner Page title -----*/
.section-top {
  background: #333 none repeat scroll 0 0;
  padding: 40px 0;
}

.section-top-title h2 {
  color: #fff;
  font-size: 40px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}

.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-bottom: 0;
  float: right;
  padding: 8px 0 8px 15px;
  list-style: none;
  border-radius: 4px;
}

.breadcrumb li {
  color: #fff !important;
  display: inline-block;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

.breadcrumb li a {
  color: #fff !important;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

.breadcrumb li a:hover {
  color: #d21e02 !important;
}

.section-padding {
  padding: 60px 0;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  color: #fff;
}

.section-title span {
  background: #d21e02 none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  width: 50px;
}

.about_content h1 {
  letter-spacing: 1px;
  line-height: 48px;
  margin-bottom: 15px;
  font-size: 30px;
}

.about_us_contain {
  background: url(../images/sliderimg1.jpg) no-repeat;
  background-size: cover;
}

.about_us_contain p {
  color: #fff;
  text-align: center;
}

.page-content {
  width: 100%;
  float: left;
  margin: 50px 0;
}

.page-content h2 {
  font-size: 30px;
  color: #f5ad05;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.page-content p {
  font-size: 16px;
  color: #333;
  padding-bottom: 20px;
  line-height: 28px;
}

.page-content h3 {
  font-size: 24px;
  color: #d21e02;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.page-content h3 span a {
  color: #333;
  transition: 0.5s ease-in-out;
}

.page-content h3 span a:hover {
  color: #8cc63f;
  transition: 0.5s ease-in-out;
}

.contact-details {
  width: 100%;
  float: left;
  background: #fff;
}

.contact-details h2 {
  font-size: 22px;
  color: #d21e02;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding-left: 0px;
  border-left: none;
  padding-bottom: 15px;
  position: relative;
}

.contact-details h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f5ad05;
}

.contact-wrap {
  margin: 20px 0;
  width: 100%;
  overflow: hidden;
}

.contact-wrap i {
  background: #d21e02;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
}

.contact-wrap span {
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 0px 0;
  float: right;
  width: 85%;
  line-height: 30px;
}

.contact-wrap span a {
  color: #333;
  transition: 0.5s ease-in-out;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  line-height: 30px;
}

.contact-wrap:hover a {
  color: #d21e02;
  transition: 0.5s ease-in-out;
}

.contact-details iframe {
  width: 100%;
  height: 280px;
  background: #fff;
  padding-top: 30px;
}

.contact-form {
  width: 100%;
  float: left;
  background: #fff;
}

.contact-form h2 {
  font-size: 22px;
  color: #d21e02;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding-left: 0px;
  border-left: none;
  padding-bottom: 15px;
  position: relative;
}

.contact-form h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f5ad05;
}

.contact-form form {
  width: 95%;
  margin: 0 auto;
}

.contact-form input[type=text] {
  width: 49%;
  padding: 10px 20px;
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  float: left;
  margin-right: 5px;
}

.contact-form textarea {
  width: 99%;
  padding: 10px 20px;
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  height: 150px;
  margin-right: 5px;
}

.contact-form select {
  padding: 10px 20px;
  margin: 0 0 15px 0;
  width: 99%;
  border: 1px solid #ccc;
  color: #333333;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  background: url(../images/down-arrow.png) no-repeat right center;
}

.contact-form input[type=submit] {
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
  background-color: #d21e02;
  padding: 10px 20px;
  background-image: url(../images/submit-icon.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 200px;
  border: none;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  margin: 5px 0 20px 0;
}

.contact-form input[type=submit]:hover {
  background-color: #555;
  transition: 0.5s ease-in-out;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #d21e02;
  border-radius: 6px 6px 00 0px;
}

.modal-title {
  color: #fff;
}

.contact-form-row {
  margin-bottom: 15px;
}

.contact-form-row:last-child {
  margin-bottom: 0px;
}

.contact-form-row input {
  padding: 15px;
  width: 100%;
  background: none;
  border: 1px solid #e5e5e5;
  color: #333333;
  margin-top: 5px;
}

.contact-form-row select {
  padding: 15px;
  width: 100%;
  border: 1px solid #e5e5e5;
  color: #333333;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  background: url(../images/down-arrow.png) no-repeat right center;
  margin-top: 5px;
}

.contact-form-row textarea {
  padding: 15px;
  width: 100%;
  background: none;
  border: 1px solid #e5e5e5;
  color: #333333;
  height: 180px;
  resize: none;
  margin-top: 5px;
}

.contact-form-row input[type="submit"] {
  width: auto;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background: #d21e02;
  border-radius: 6px;
}

.contact-form-row input[type="submit"]:hover,
.contact-form-row input[type="submit"]:focus {
  outline: none;
  background: #555;
  color: #ffffff;
  border-color: #555;
}

.contact-form-row label {
  display: inline-block;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
  overflow: hidden;
}


.team-item h4 {
  font-size: 20px;
  color: #252525;
  margin: 20px 0 0;
}

.team-item-style2 h4 {
  font-weight: 400;
  font-size: 20px;
  color: #252525;
  margin: 20px 0 0;
}

.team-item>span {
  margin-bottom: 25px;
}

.team-item>span,
.team-item-style2>span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

.team-item-style2 .social-network a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ededed;
  font-size: 14px;
  color: #252525;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 15px 5px 0;
  display: inline-block;
}

.team-item-style2 .social-network a:hover {
  background: #fd4326;
  color: #ffffff;
}

.team-item figure {
  overflow: hidden;
  position: relative;
}

.team-item .social-network-team {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: -100%;
  left: 0;
  margin: 0;
  padding: 40% 0 10px 0;
  position: absolute;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.team-item .social-network-team li {
  display: inline-block;
  margin: 10px 5px;
}

.team-item .social-network-team li a {
  border: 2px solid #DADADA;
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  color: white;
  font-size: 15.75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

.team-item .social-network-team li a:hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
  color: #fd4326;
}

.team-item figure img {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.team-item figure:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.team-item figure:hover .social-network-team {
  bottom: 0;
}

.ts-wrapper {
  margin-bottom: 30px;
}


.content p,
.content ul,
.content ol,
.content dd,
.content pre,
.content hr,
.content table {
  margin-bottom: 20px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 10px 0;
}

.content hr {
  height: 1px;
  border: 0px;
  clear: both;
  background: #ECECEC;
}

.content a {
  color: #d21e02;
  text-decoration: none;
}

.content a:hover {
  /*color:#000000;*/
  text-decoration: underline;
}

.content strong {
  font-weight: bold;
}

.content ins {
  background: #999999;
  color: #FFFFFF;
}

.content ul {
  list-style-type: none;
  padding: 0;
}

.content ul li {
  padding: 0 10px 12px 23px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  background: url(../images/bfooter_linkarrow.png) no-repeat left 3px;
  color: #555;
  font-size: 16px;
  display: block;
  line-height: 15px;
}

.content ul li a:hover {
  color: #000;
}

.content ul li ul {
  margin: 10px 0px 10px 15px;
}

.contact-title hr {
  height: 1px;
  border: 0px;
  clear: both;
  background: #ECECEC;
}

.contact-title a {
  color: #d21e02;
  text-decoration: none;
}

.contact-title a:hover {
  /*color:#000000;*/
  text-decoration: underline;
}

.contact-title strong {
  font-weight: bold;
}

.contact-title ins {
  background: #999999;
  color: #FFFFFF;
}

.contact-title ul {
  list-style-type: none;
  padding: 0;
}

.contact-title ul li {
  padding: 0 10px 12px 23px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  background: url(../images/bfooter_linkarrow.png) no-repeat left 3px;
  color: #555;
  font-size: 16px;
  display: block;
  line-height: 15px;
}

.contact-title ul li a:hover {
  color: #000;
}

.contact-title ul li ul {
  margin: 10px 0px 10px 15px;
}


.contact-title .content ol {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

.content ol li {
  list-style: inside;
  list-style-type: decimal;
}

.content ol ol {
  margin: 10px 0px 10px 15px;
  padding-left: 20px;
}

.content ol li a {
  color: #d21e02;
  font-size: 18px;
}

.content ol li a:hover {
  color: #000;
}


.content table {
  border: 1px solid #ddd;
  width: 100%;
  border-spacing: inherit;
  border-collapse: collapse;
}

.content table th {
  color: #fff;
  padding: 5px;
  background: #d21e02;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.content table td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.content pre {
  background: #f0f0f0;
  font-size: 16px;
  text-align: center;
  width: 100%;
  float: left;
}

blockquote,
pre {
  padding: 0px;
  margin: 0px;
}

blockquote img {
  margin-right: 10px;
}

.content h2 {
  color: #d21e02;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 38px;
}

.content h3 {
  color: #d21e02;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
}

p.wp-caption-text {
  padding: 5px;
  margin-bottom: 0;
}

.wp-caption img {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.sidebar-inner h4 {
  font-size: 22px;
  color: #d21e02;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.sidebar-inner h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f5ad05;
}

ul.product_menu {
  padding: 0;
  list-style: none;
}

ul.product_menu li a {
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  padding: 0;
  color: #555;
  font-size: 14px;
  display: block;
  line-height: 20px;
  margin-bottom: 0px;
}

ul.product_menu li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

ul.product_menu li:nth-child(n+20) {
  display: none;
}

ul.product_menu li a:hover {
  color: #d21e02;
}

.category-menu span {
  cursor: pointer;
}

.btn-danger:hover,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  background: #555;
  border: none;
}

.btn-info {
  background: #f5ad05;
  border: none;
}

.btn-danger {
  background: #d21e02;
  color: #fff;
  border: none;
}

.pagination {
  text-align: center;
  display: block;
  margin: 0 0 0px;
  padding-top: 40px;
  overflow: hidden;
  width: 100%;
}

.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.pagination ul li a,
.pagination ul li span {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 23px;
  margin: 0;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
  text-decoration: none;
}

.pagination ul li span.current,
.pagination ul li a:hover {
  background: #d21e02;
  color: #fff;
}

.sc-cart-item-list {
  min-height: 50px;
}

.sc-cart-remove {
  background: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.sc-cart-remove:hover {
  color: red;
}

.sc-cart-empty-msg {
  color: #999;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.sc-cart-item-qty {
  width: 55px;
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 0 3px 6px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.sc-cart-item-summary {
  text-align: right;
  margin-top: 5px;
  padding-top: 5px;
}

.sc-cart-summary {
  text-align: right;
  font-size: 1.5em;
}

.sc-cart-toolbar {
  margin-top: 10px;
  text-align: right;
}

.sc-cart-toolbar button {
  margin-left: 5px;
}

.sc-cart-toolbar button.disabled img {
  opacity: .5;
}

.sc-cart-item img {
  margin-right: 10px;
  width: 60px;
}

.sc-highlight {
  animation: highlight 1s;
}

@keyframes highlight {
  from {
    background: #faebcc
  }

  to {
    background: none;
  }
}

@-webkit-keyframes highlight {
  from {
    background: #faebcc
  }

  to {
    background: none;
  }
}

.sc-product-item.thumbnail .caption {
  padding: 0;
}

.sc-product-item {
  position: relative;
  padding: 0
}

.sc-product-item.thumbnail {
  border-radius: 0;
}

.sc-cart-item-summary {
  display: none;
}

.sc-cart-item.list-group-item {
  display: inline-block;
  width: 100%;
}

.sc-cart-item-qty {
  display: none;
}

.sc-cart-summary-subtotal {
  display: none;
}

.price {
  display: none;
}

.btn-success {
  color: #fff;
  display: inline-block;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background: #d21e02 !important;
  border-radius: 6px;
  border: none !important;
  text-align: center;
}

.btn-success:hover {
  background: #555 !important;
}

.list-group-item-heading {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

.sc-product-item {
  position: relative;
}

.sc-product-item .mask {
  opacity: 0;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
}

.sc-product-item:hover .mask {
  opacity: 1;
}

.sc-product-item.thumbnail .caption h4 {
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  background: #333333;
}

.sc-product-item.thumbnail>img,
.sc-product-item.thumbnail a>img {
  min-height: 260px;
}

.sc-product-item:after,
.sc-product-item:before {
  transition: all 0.2s ease-in-out 0s;
}

.modal-body {
  overflow: hidden;
}

/*.sc-product-item:hover img{opacity:0.7;}*/
.badge {
  width: 30px;
  height: 30px;
  line-height: 24px;
  background: #d21e02;
  border-radius: 100%;
  margin-left: 15px;
  font-size: 16px;
}

span.gc_hide {
  color: #fff;
  display: inline-block;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background: #d21e02;
  border-radius: 6px;
  border: none;
  text-align: center;
}

span.gc_hide:hover {
  background: #555;
}

.contact-title {
  padding: 0 0px 0;
}

.contact-title h2 {
  font-size: 22px;
  color: #d21e02;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  position: relative;
}

.contact-title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f5ad05;
}

.contact-title p {
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 25px;
}

#product_list span.gc_view {
  cursor: pointer;
}

.gc_view {
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  background: #d21e02;
  border-radius: 6px;
  border: none;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 15px;
  transition: all 0.5s ease-in-out 0s;
}

hr {
  height: 1px;
  border: 0px;
  clear: both;
  background: #ECECEC;
}

.main_product .contact-title h2 {
  font-size: 20px;
  display: table;
}

.main_product .gli {
  width: 20%;
}

.sc-product-item.thumbnail .caption h4 {
  font-size: 14px;
  padding: 15px 5px;
}

/*.sc-product-item.thumbnail > img, .sc-product-item.thumbnail a > img {min-height:160px;}*/
.contain_img {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
  text-align: center;
}

/* product-detail-page */
.product-img-area {
  text-align: center;
  border: 1px solid #c0c0c0;
  padding: 15px;
}

.zoom-btn {
  display: block;
  margin-top: 15px;
  color: #333333;
  text-decoration: none;
}

.zoom-btn .fa-search {
  color: #333333;
}

.product-large-image a:hover {
  text-decoration: none;
  color: #da251d;
}

.product-large-image a:hover .zoom-btn,
.product-large-image a:hover .zoom-btn .fa-search {
  color: #da251d;
}

.product-thumb-section {
  margin-top: 20px;
}

.thumb-img-area a {
  width: 75px;
  height: 75px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #c0c0c0;
  padding: 10px;
  margin: 0 3px 10px;
  vertical-align: top;
}

.thumb-img-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumb-img-area a:hover {
  border-color: #da251d;
}

.product-info-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.product-info-box h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #e7e7e7;
}

.product-info-box p {
  line-height: 20px;
  margin-bottom: 10px;
}

.content a.btn-success {
  color: #fff;
  display: inline-block;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background: #d21e02 !important;
  border-radius: 6px;
  border: none !important;
  text-align: center;
}

.content a.btn-success:hover {
  text-decoration: none;
  background: #f5ad05 !important;
  color: #000 !important;
}

.product-detail-left .contact-title {
  padding: 0;
}

.contact-form .wpcf7-form-control-wrap {
  width: 50%;
  padding-right: 15px;
  float: left;
}

/* .contact-form .wpcf7-form-control-wrap:nth-child(even){ padding-right:0; } */
.contact-form input[type="text"] {
  width: 100%;
}

.contact-form input[type="email"] {
  width: 100%;
  padding: 10px 20px;
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  float: left;
}

.contact-form .wpcf7-form-control-wrap.Message {
  width: 100%;
  padding-right: 0;
}

.contact-form textarea {
  width: 100%;
  padding-right: 0;
  margin-right: 0;
}

.contact-form form {
  width: 100%;
}

.contact-form span.wpcf7-not-valid-tip {
  position: relative;
  top: -10px;
}

.contact-form div.wpcf7-validation-errors {
  margin-top: 0;
  margin-left: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"]:focus {
  border: none;
}

.fire_safty a.view-all {
  display: table;
  clear: both;
  float: right;
  margin-right: 0;
}

.sc-product-item.thumbnail .caption a {
  background: #333333;
  display: block;
  padding-bottom: 15px;
}

.sc-product-item.thumbnail .caption h4 {
  background: none;
  height: 45px;
  overflow: hidden;
  word-wrap: break-word;
}

.sc-product-item.thumbnail .caption a.sc-add-to-cart {
  padding-bottom: 7px;
}

.sc-product-item .contain_img {
  display: block;
  position: relative;
  overflow: hidden;
}

.sc-product-item .contain_img img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.modal-header .close {
  opacity: 1;
  background: #fff;
  width: 40px;
  height: 40px;
  text-shadow: none;
  font-size: 36px;
  line-height: 15px;
  position: absolute;
  margin-top: 0;
  top: 0;
  right: 0;
  transition: all 0.5s ease-in-out 0s;
}

.modal-header .close:hover {
  background: #333;
  color: #fff;
}

.gc_products .caption a {
  background: #333;
  display: block;
  padding-bottom: 12px;
}

.gc_products .caption a h4 {
  height: 56px;
  overflow: hidden;
}

.gc_view:hover {
  background: #333;
}

.product-large-image .product-price-btn {
  margin-top: 15px;
}

.product-information-section .product-large-image {
  width: 40%;
  display: inline;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.product-information-section .product-info-content ul {
  display: table;
}

.product-detail-left .carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.product-detail-left .carousel-inner>.active {
  display: block !important;
}

.product-detail-left .modal-header {
  background: none;
  padding: 0;
}

.product-detail-left .modal-content {
  border: none;
  background: none;
  overflow: hidden;
  box-shadow: none;
  border-radius: 0;
}

.product-detail-left .modal-header {
  border: none;
}

.product-detail-left .carousel-control {
  bottom: inherit;
  top: 50%;
}

.product-detail-left img.thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
}

.product-detail-left .thumb-img-area {
  text-align: center;
}

.product-detail-left .thumb-img-area .carousal-image-section {
  width: 20%;
  display: inline-block;
}

.product-detail-left .modal-header .close {
  z-index: 99999;
  top: -5px;
}

.product-detail-left .modal-body {
  background: #fff;
}

.modal-backdrop.in {
  opacity: .9;
}

.product-detail-left .carousel-control .glyphicon-chevron-right {
  color: #fff !important;
}

.product-detail-left .carousel-control .glyphicon-chevron-left {
  color: #fff !important;
}

.product-detail-left .carousel-control {
  width: inherit;
}

.product-detail-left .carousel-control.left {
  margin-left: -5px;
}

.product-detail-left .carousel-control.right {
  margin-right: -5px;
}

.product-detail-left .carousel-control i {
  background: #333;
  width: 45px;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  transition: all 0.5s ease-in-out 0s;
}

.product-detail-left .carousel-control i:hover {
  background: #d21e02;
}

.product-detail-left .modal-header .close {
  background: #333;
  color: #fff;
  line-height: 10px;
  transition: all 0.5s ease-in-out 0s;
}

.product-detail-left .modal-header .close:hover {
  background: #d21e02;
}

/*.mfp-title{ display:none; }*/
.mfp-counter {
  display: none;
}

.mfp-arrow-left::after {
  border-right: 17px solid #fff !important;
}

.mfp-arrow-right::after {
  border-left: 17px solid #fff !important;
}

.mfp-close {
  opacity: 1 !important;
}

.mfp-close:hover {
  opacity: .7 !important;
}

/*23/08/2017*/
.loader {
  display: none;
}

#datalist li {
  display: none;
}

/* 26082017 */

/* scroll bar style
========================*/
/* BASIC STYLE */
.mCustomScrollbar {
  -ms-touch-action: none;
}

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* VERTICAL SCROLLBAR y-axis */
.mCSB_inside>.mCSB_container {
  margin-right: 0px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  position: absolute;
  width: 10px;
  height: auto;
  left: auto;
  top: 0;
  right: 0px !important;
  bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -2px;
  height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 0px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*  SCROLLBAR COLORS, OPACITY AND BACKGROUNDS */
.mCSB_scrollTools {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ff0000;
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ff0000;
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ff0000;
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../images/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  -ms-filter: "alpha(opacity=90)";
}

/* btn contact inline style */
#btnContact img {
  float: right;
}

#contact-box {
  position: absolute;
  right: 0px;
}

#btnContact {
  float: left;
  padding: 15px;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

#frmContact {
  float: right;
  display: none;
}

#frmContact {
  background: #FAF8F8;
  padding: 15px;
  display: none;
  float: right;
}

.panel-heading {
  display: none;
}

.popup-contact-form {
  width: 500px;
}

#btnContact {
  padding: 0 !important;
}

#contact-box {
  padding-top: 20px;
  z-index: 1;
  padding-bottom: 50px;
}

#frmContact {
  padding: 15px 15px;
}

.cart-section {
  margin-bottom: 10px;
  position: relative;
  padding: 15px 15px 15px 80px;
  overflow: hidden;
  min-height: 85px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.cart-image {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #e5e5e5;
  ;
}

.cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-content {
  position: relative;
  padding-right: 40px;
}

.cart-title {
  font-size: 15px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #d21e02;
  line-height: 16px;
}

.cart-title p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 16px;
}

.cart-title a {
  color: inherit;
  text-decoration: none;
}

.cart-button {
  position: absolute;
  right: 0px;
  top: 0;
  text-align: center;
  width: 24px;
  text-align: right;
  text-align: right;
  z-index: 1;
}

.cart-remove {
  font-size: 30px;
  border: none;
  color: #ff0000;
  background: none;
  padding: 0px;
  width: auto;
  height: auto;
  line-height: 18px;
  display: inline-block;
}

.cart-button:hover .cart-remove {
  color: #000000;
}

.popup-contact-form .contact-form-row {
  margin-top: 10px;
  margin-bottom: 0px;
}

.popup-contact-form .contact-form-row input,
.popup-contact-form .contact-form-row textarea {
  padding: 10px;
  background: #ffffff;
}

.popup-contact-form .contact-form-row textarea {
  height: 80px;
}

.popup-contact-form .contact-form-row input[type="submit"] {
  background: #d21e02;
  font-size: 16px;
  border: none;
  padding: 8px 16px;
}

.popup-contact-form .contact-form-row input[type="submit"]:hover,
.popup-contact-form .contact-form-row input[type="submit"]:focus {
  outline: none;
  background: #333333;
}



/* vertical text */
.vertical-text {
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: left top;
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  background: #E23737;
  color: #fff;
  margin-right: 0px;
  padding: 10px 15px 14px;
  border-radius: 0px 0px 15px 15px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  left: 0;
  line-height: 21px;
  min-width: 201px;
  text-align: center;
}

.vertical-text:hover {
  background: #000000;
}

.vertical-text:after {
  content: "\f0d8";
  font-family: fontawesome;
  font-size: 21px;
  margin-top: -12px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.sidecart-product {
  max-height: 280px;
  display: block;
}

.sidecartform-section {
  clear: both;
  padding-bottom: 15px;
}

/*Request an quote*/
#btnContact img {
  float: right;
}

#contact-box {
  position: absolute;
  right: 0px;
}

#btnContact {
  float: left;
  padding: 15px;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

#frmContact {
  float: right;
  display: none;
}

#frmContact {
  background: #FAF8F8;
  padding: 15px;
  display: none;
  float: right;
}

.panel-heading {
  display: none;
}

.loader {
  text-align: center;
}

.button_main1 {
  clear: both;
}

.remove2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #E23737;
  padding-bottom: 5px;
}

.sidecartform-section .error {
  color: #f00;
  position: relative;
  top: 5px;
}

.gc_pagination span {
  padding: 8px 15px;
  background: #;
}

.get_qutoe .button_main1 {
  clear: inherit;
}


.gc_pagination {
  text-align: center;
  display: block;
  margin: 0 0 0px;
  padding-top: 40px;
  overflow: hidden;
  width: 100%;
}

.gc_pagination a,
.gc_pagination span {
  background: #333;
  border: 0 none;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 23px;
  margin: 0;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 5px;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 10px;
}

.gc_pagination span.current,
.gc_pagination a:hover {
  background: #d21e02;
  text-decoration: none;
  color: #fff;
}

.search .product_gc .caption a:hover {
  text-decoration: none;
}

.search a.sc-add-to-cart {
  color: #fff;
}

.sitemap-product h3 {
  color: #d21e02;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.sitemap-product h3:after {
  background: #f5ad05 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.sitemap-page h3 {
  color: #d21e02;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.sitemap-page h3:after {
  background: #f5ad05 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.sitemap-product .sitemap-cat-menu {
  padding: 0;
  list-style: none;
}

.sitemap-product .sitemap-cat-menu a {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  margin-bottom: 7px;
  display: table;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.sitemap-product .sitemap-cat-menu a:hover {
  color: #d21e02;
}

.sitemap-product .sitemap-cat-menu .sitemap-page-menu li a {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #000;
  padding-bottom: 0;
  border-bottom: none;
}

.sitemap-product .sitemap-page-menu {
  margin-bottom: 15px;
  list-style: none;
  padding-left: 10px;
}

.sitemap-product .sitemap-page-menu li {
  background: url(../images/rightsitemaparrow.png) no-repeat 0 5px;
  padding-left: 18px;
  background-size: 10px auto;
}

.sitemap-product .sitemap-page-menu li:hover a {
  color: #d21e02;
}

.sitemap-product .sitemap-page-menu li:hover {
  background: url(../images/rightsitemaparrowhover.png) no-repeat 0 5px;
  background-size: 10px auto;
}

.sitemap-page ul {
  padding: 0;
  list-style: none;
}

.sitemap-page ul li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.sitemap-page ul li a {
  color: #000;
  display: table;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
}

.sitemap-page ul li a:hover {
  color: #d21e02;
}

#mail-status {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #008000;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

#mail-status-success {
  color: #3c763d;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 12px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.border_box:hover a h4 {
  color: #f5ad05;
}

.poster_bg:hover {
  background: #d21e02;
  border: 1px solid #d21e02;
}

.poster_bg:hover .sticker_img {
  border-right: 1px solid #f5ad05;
}

.poster_bg:hover h5 {
  color: #fff;
}

.poster_bg .sticker_img {
  padding-right: 3px;
}

.gc_products .border_box:hover {
  background: #333;
}

.gc_products .border_box:hover img {
  transform: scale(1.1, 1.1);
}

.sc-product-item {
  overflow: hidden;
}

.sc-product-item:hover .mask {
  top: 50%;
}

.sc-product-item .contain_img:after {
  position: absolute;
  left: 0;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s ease-in-out 0s;
}

.sc-product-item:hover .contain_img:after {
  opacity: 1;
  top: 0;
}

.sc-product-item:hover .caption h4 {
  color: #f5ad05;
}

.sc-product-item .caption a.sc-add-to-cart:hover {
  background: #f5ad05 !important;
  color: #000 !important;
}

/*.home  #menu-line{ background:none !important; }*/



/*.home #cssmenu li:first-child a{ border-bottom:5px solid #fff; }*/
.home #cssmenu li:first-child a:hover {
  border-color: #d21e02;
}

.archive #cssmenu li:first-child a {
  border-bottom: 5px solid #fff;
}

.archive #cssmenu li:first-child a:hover {
  border-color: #d21e02;
}

.single #cssmenu li:first-child a {
  border-bottom: 5px solid #fff;
}

.single #cssmenu li:first-child a:hover {
  border-color: #d21e02;
}

.search #cssmenu li:first-child a {
  border-bottom: 5px solid #fff;
}

.search #cssmenu li:first-child a:hover {
  border-color: #d21e02;
}

.page-template-contactus #cssmenu li:first-child a {
  border-bottom: 5px solid #fff;
}

.page-template-contactus #cssmenu li:first-child a:hover {
  border-color: #d21e02;
}

.ts-wrapper:hover h4 {
  color: #d21e02;
}

/*#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a{ border-bottom:5px solid #d21e02; }*/

/*menu-style.css - add 01-09-2017*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  line-height: 1;
  background: none;
  display: inline-block;
}

#menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #d21e02;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /* display: none !important; */
}

#cssmenu>ul>li {
  float: left;
  padding-right: 30px;
}

#cssmenu>ul>li:last-child {
  padding-right: 0;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li>a {
  padding: 25px 5px 25px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  color: #555555;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
  color: #d21e02;
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
  position: absolute;
  top: 30px;
  right: 0px;
  color: #555555;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9;
  border-top: 2px solid #58ceb7;
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
  height: auto;
}

#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 200px;
  font-size: 16px;
  background: #fff;
  text-align: left;
  text-decoration: none;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #58ceb7;
  background: #fff;
}

#cssmenu ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

#cssmenu ul ul li.has-sub:hover>a::after {
  border-color: #333;
}

@media all and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center>ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    padding: 20px;
  }

  #cssmenu>ul>li,
  #cssmenu.align-center>ul>li,
  #cssmenu.align-right>ul>li {
    float: none;
    display: block;
  }

  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 16px;
    color: #a4a4a4;
    background: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover {
    color: #000032;
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu>ul>li.has-sub>a::after,
  #cssmenu ul ul li.has-sub>a::after {
    display: none;
  }

  #menu-line {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 35px 20px;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
  }

  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #333;
  }

  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 58px;
    width: 52px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #a4a4a4;
    z-index: 99;
  }

  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #a4a4a4;
    z-index: 99;

  }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

/*owl.carousel.css - add 01-09-2017*/
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  padding: 7px
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*owl.theme.css - add 01-09-2017*/
/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons*/
.owl-buttons div {
  color: #374c4a;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 2px 6px;
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #374c4a;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.item {
  padding: 10px;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  font-size: 44px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

.newslisting .news-image-section {
  position: relative;
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}

.newslisting .news-image-section a:after {
  position: absolute;
  opacity: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  transition: all 0.5s ease-in-out 0s;
}

.news-inner-section {
  transition: all 0.5s ease-in-out 0s;
}

.news-inner-section:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.newslisting .news-inner-section:hover a:after {
  opacity: 1;
}

.newslisting .news-image-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.newslisting .news-content-section .news-info {
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.newslisting .news-content-section .news-info i {
  font-size: 16px;
  color: #d21e02;
  margin-right: 10px;
}

.newslisting .news-content-section .date-info {
  display: inline-block;
  margin-right: 15px;
}

.newslisting .news-content-section .user-info {
  display: inline-block;
}

.newslisting .news-content-section h4 {
  height: 52px;
  text-transform: uppercase;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 24px;
}

.newslisting .news-content-section h4 a {
  color: #555;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

.newslisting .news-content-section h4 a:hover {
  text-decoration: none;
  color: #d21e02;
}

.newslisting .news-content-section .news-description {
  margin-bottom: 10px;
  height: 90px;
  overflow: hidden;
}

.newslisting .news-content-section .news-description p {
  line-height: 22px;
}

.newslisting .news-content-section a.readmorelink {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: table;
  background: #d21e02;
  padding: 7px 15px;
  border-radius: 6px;
}

.newslisting .news-content-section a.readmorelink:hover {
  text-decoration: none;
  background: #555;
}

.newslisting .news-inner-section {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.newslisting .news-inner-section .news-content-section {
  padding: 15px;
}

.news-detail-section .news-detail-image {
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  height: 300px;
  text-align: center;
}

.news-detail-section .news-detail-image img {
  max-height: 100%;
  max-width: 100%;
}

.news-detail-section .news-info {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.news-detail-section .news-info i {
  font-size: 16px;
  color: #d21e02;
  margin-right: 10px;
}

.news-detail-section .news-info .date-info {
  display: inline-block;
  margin-right: 15px;
}

.news-detail-section .news-info .user-info {
  display: inline-block;
}

.author-releted-product h1 {
  margin-bottom: 20px;
}

.product-carousel .item {
  margin: 0 auto;
  width: auto;
  display: table;
  padding: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  margin: 0;
  top: 30%;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -35px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -35px;
}

.owl-theme .owl-controls .owl-buttons div .fa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background: #555;
  font-size: 18px;
  display: inline-block;
}

.owl-theme .owl-controls .owl-buttons div .fa:hover {
  background: #d21e02;
}

.news-detail-section .product-img-area {
  border: none;
  padding: 0px;
}

.section-top.single-event-title {
  padding: 51px 0 45px;
}

.section-top.single-event-title h2 {
  font-size: 28px;
  line-height: 28px;
}

.product-large-image .thumbnail {
  margin-bottom: 10px;
}

.product-large-image .event-date-info {
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
  font-size: 16px;
  border-radius: 4px;
  background: #d21e02;
  padding: 10px 15px;
}

.product-large-image .event-date-info i {
  font-size: 16px;
  margin-right: 10px;
}

.mfp-title {
  padding-right: 0;
  color: #fff !important;
  text-align: center !important;
  margin: 15px 0 0;
  font-size: 18px;
}

.mfp-title i {
  margin-right: 10px;
  color: #fff;
}

img.mfp-img {
  padding: 40px 0 30px !important;
}

.product-img-area a {
  transition: all 0.5s ease-in-out 0s;
}

.product-img-area a:hover .event-date-info {
  background: #555555;
}

.gc_service .service_box p {
  height: 45px;
  overflow: hidden;
}

.footer .copyright span {
  display: block;
  text-align: center;
  margin-top: 8px;
  color: #fff;
}

.footer .copyright span a {
  color: #fff;
}

.footer .copyright span a:hover {
  text-decoration: underline;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}



body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flow>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex>* {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

body .is-layout-grid>* {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}


.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}


/*16-09-2023*/
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #d21e02;
  text-decoration: none;
  color: #fff;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  background: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 6px 15px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 10px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background: #d21e02;
  text-decoration: none;
  color: #fff;
}

.pagination {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about_content font {
  font-family: 'Raleway', sans-serif !important;
}


#MybtnModal {
  float: left;
  padding: 15px;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

#MybtnModal {
  display: none;
}

#MybtnModal {
  position: absolute;
  right: 0px;
}

#MybtnModal {
  padding-top: 20px;
  z-index: 1;
  padding-bottom: 50px;
}

/* vertical text */
.vertical-text {
  transition: all 0.5s ease-in-out 0s;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: left top;
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  background: #E23737;
  color: #fff;
  margin-right: 0px;
  padding: 10px 15px 14px;
  border-radius: 0px 0px 15px 15px;
  font-size: 18px;
  position: absolute;
  left: 0;
  line-height: 21px;
  min-width: 201px;
  text-align: center;
}

.vertical-text:hover {
  background: #000000;
}

.vertical-text:after {
  content: "\f0d8";
  font-family: fontawesome;
  font-size: 21px;
  margin-top: -12px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.sidecart-product {
  max-height: 280px;
  display: block;
}

.sidecartform-section {
  clear: both;
  padding-bottom: 15px;
}

.footer {
  padding-top: 0px;
}

.get_qutoe {
  margin-bottom: 60px;
}

#contact-box {
  z-index: 9;
}

/*  SCROLLBAR COLORS, OPACITY AND BACKGROUNDS */
.mCSB_scrollTools {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ff0000;
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ff0000;
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ff0000;
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(images/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  -ms-filter: "alpha(opacity=90)";
}


.contact-form .wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-form-control-wrap.message-tag {
  width: 100%;
}

.contact-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}

.contact-form input[type=text] {
  margin: 0 0 8px 0;
}

.contact-form input[type="email"] {
  margin: 0 0 8px 0;
}



/*15-12-2023*/
a.mobile_no1 {
  padding-left: 5px;
  padding-right: 10px;
}

.client-carousel .item {
  text-align: center;
}

@media only screen and (max-height: 599px) {

  .owl-carousel .owl-wrapper-outer {
    margin: auto !important;
    text-align: center !important;
  }

  .owl-carousel .owl-item {
    text-align: center !important;
  }

  .contact-form .col-lg-5,
  .contact-form .col-lg-10 {
    padding-left: 0px;
    padding-right: 0px;
  }


}

.you-tube-slider-cls {
  padding: 0 0 64px 0;
}

.insta-slider-cls {
  padding: 0px 0 0px 0;
}

/* start style - 19-05-2025 */

.sk-profile {
  display: none !important;
}

.sk-ww-instagram-reels .sk-posts-container.sk-grid {
  grid-template-columns: repeat(6, minmax(auto, 1fr)) !important;
  margin: 0 20px;
  height: 500px;
}

.sk-branding-container {
  display: none !important;
}

.youtube-user-root-container {
  display: none !important;
}

.sk_branding .tutorial_link {
  display: none !important;
}


body .sk-ww-youtube-shorts .sk-ww-youtube-shorts-item-content {
  width: 100% !important;
}

body .sk-ww-youtube-shorts .sk-ww-youtube-shorts-item-content {
  height: 500px !important;
}

body .sk-ww-youtube-shorts .sk-ww-youtube-shorts-item {
  height: auto !important;
}

/* End style - 19-05-2025 */


/* 19-05-25 */
.sk-load-more-btn, .sk-yt-load-more-posts {
  width: 215px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  text-transform: none;
  margin-top: 15px;
  border-radius: 5px;
  display: table;
  padding: 15px 30px !important;
  font-weight: 500 !important;
  background-color: #d21e02 !important;
  margin: 0 auto;
  clear: both;
  color: #fff !important;
  margin-bottom: 60px !important;
  border: none !important;
}

.sk-ww-youtube-shorts-item {
  width: 100% !important;
}

body .sk-ww-youtube-shorts .sk-sizer {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 15px;
  width: 100%;
  padding: 0 21px 0 14px;
}



.sk-ww-instagram-reels .sk-posts-container .sk-grid-item{height: 500px;
}