body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    line-height: 28px;
    font-size: 16px;
    color: #656565;
    font-weight: 400
}

li,ol,ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #656565;
    font-weight: 400
}

.btn:active,.btn:focus,.form-control:focus,button:focus {
    outline: 0;
    box-shadow: none!important
}

.btn,.card,:after,:before,a {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear
}

.bg01 {
    background: #d7170b;
}

.bg02 {
    background: #1a1c20;
}

{
    font-size: 36px;
    color: #242F3E;
    line-height: 50px;
    font-weight: 600;
}



.title >* {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px;
}

.title >* span {
    color: #D83300;
}

.title >* small {
    font-size: 25px;
    margin: 0 0 8px 0;
    position: relative;
    padding: 17px 0 0 0;
    display: block;
}

.title >* small:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #D93600;
    top: 0px;
    left: 0;
}
.title2 >*{font-size: 28px;color:#242F3E;line-height:50px;font-weight: 600;line-height: 1.5;}

.shadow01 {
    -webkit-box-shadow: 0 0 12px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px 0px rgba(0,0,0,.1);
    box-shadow: 0 0 12px 0px rgba(0,0,0,.1);
}

a{
    text-decoration: none;
}

.ml-100 {
    margin-left: 100px;
}

.top-section {
    position: relative;
    width: 100%;
    z-index: 1111;
    background: #020202;
}

.top-section ul li {
    display: inline-block;
    padding: 11px 22px 11px 22px;
    border-right: 1px solid #777777;
}

.top-section ul li:last-child {
    border-right: 0;
    margin: 0 22px 0 0px;
}

.top-section ul li a {
    color: #ededed;
    font-size: 16px;
    transition: all 0.5s ease;
}

.top-section ul li a i {
    width: 32px;
    height: 32px;
    border: 1px solid #626262;
    border-radius: 100%;
    line-height: 29px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-right: 11px;
    transition: all 0.5s ease;
}

.top-section ul li a i.fa.fa-mobile {
    font-size: 19px;
}

.top-section ul li:hover a i {
    background: #666666;
    color: #fff;
}

.top-section ul li:hover a {
    color: #D83500;
}

.top-section ul li a i.fa.fa-phone {
    line-height: 31px;
}

.themenav{background-color: #ffffff;-webkit-box-shadow: 0 7px 9px -2px rgba(0,0,0,.1);box-shadow: 0 7px 9px -2px rgba(0,0,0,.1);}
.themenav .navbar-nav a.nav-link {
    font-size: 17px;
    font-weight: 500;
    padding: 7px 32px;
    position: relative;
}
.themenav .navbar-brand>img {
    max-width: 256px;
}

.themenav .navbar-nav a.nav-link::before {
    background-color: #d7170b;
    height: 2px;
    position: absolute;
    display: block;
    left: 1px;
    bottom: -5px;
    width: 0;
    content: "";
    opacity: .85;
    transition: all .3s cubic-bezier(.175,.885,.32,1.275);
}
.themenav .navbar-nav a.nav-link:hover::before{
    width: 100%;
}

#carouseltheme .carousel-caption {
    text-align: left;
    bottom: 50%;
    color: #ffffff;
    transform: translateY(50%);
}
#carouseltheme .carousel-caption>h5{font-size: 56px;}
#carouseltheme .carousel-caption>p{font-size: 21px;color: #ededed;}

.explore {
    position: relative;
    border: 1px solid #d7170b;
    color: #ffffff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 24px;
    overflow: hidden;
    z-index: 1;
}
.explore:hover, .btn.explore:active{color: #da2b1b;border-color: currentColor;}
.explore::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    z-index: -1;
    width: 0;
    border-radius: 0 50% 0 0/75% 75% 0 0;
    transition: width .35s ease-in-out;
    background: #ffffff;
}
.explore:hover::before {width: 400%; }
.explore.btnmore {background-color: #da2b1b;padding: 14px 36px;}


/*Slider*/
#banner-part {
    width: 100%;
    padding: 0;
    position: relative;
}

#banner-part h4 a {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2.5px;
    position: absolute;
    bottom: 70px;
    left: -44px;
    padding-left: 36px;
    color: #999999;
    font-weight: 700;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

#banner-part h4 a:before {
    content: "\f177";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 25px;
    line-height: 14px;
    font-weight: 400;
    color: #999;
}

#banner-part .social {
    position: absolute;
    top: 50%;
    left: 44px;
    transform: translateY(-50%);
}

#banner-part .social h3 {
    color: #000000;
    font-weight: 700;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 13px;
    margin: 0 0 0 -34px;
}

#banner-part .social ul {
    margin: 50px 0 0 -12px;
}

#banner-part .social ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #999;
    margin: 0 0 5px 0;
    text-align: center;
    position: relative;
}

#banner-part .social ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    background: #D93600;
    color: #fff;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#banner-part .social ul li:hover:before, #banner-part .social ul li:hover a {
    width: 100%;
    color: #fff;
}

#banner-part .social ul li a {
    color: #333;
    position: relative;
    z-index: 2;
}


/*About*/


.wlcm-detail h1 {
    font-size: 25px;
    margin: 0 0 8px 0;
    position: relative;
    padding: 17px 0 0 0;
}

.wlcm-detail h1:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #d7170b;
    top: 0px;
    left: 0;
}

.wlcm-detail h3 {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px;
}

.wlcm-detail h3 span {
    color: #d7170b;
}

.wlcm-detail p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px 0;
    text-align: justify;
}

.wlcm-detail a.read-more {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    border: 1px solid #AAAAAA;
    padding: 12px 25px 12px 30px;
    float: left;
    background: transparent;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    z-index: 2;
}

.wlcm-detail a.read-more:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 35px;
    background: #222222;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    z-index: -1;
}

.wlcm-detail a.read-more:hover:before {
    width: 100%;
    left: 0;
    height: 50px;
}

.wlcm-detail a.read-more:hover {
    color: #fff;
}

.wlcm-part .wlcm-right h3 {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    position: relative;
    transform: rotate(-180deg);
    float: left;
    margin: 0 0 0 50px;
    writing-mode: vertical-rl;
}

.wlcm-right h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 110px;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100px;
    background: #DBDBDB;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

.about-img {
    padding: 30px 0 30px 30px;
    position: relative;
}

.about-img img {
    z-index: 1;
    position: relative;
}

.about-img:after {
    position: absolute;
    content: '';
    max-width: 56%;
    border: 2px solid #d7170b;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

/*Product*/
.pro h3 {
    font-size: 25px;
    margin: 0 0 8px 0;
    position: relative;
    padding: 17px 0 0 0;
}

.pro h3:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #d7170b;
    top: 0px;
    left: 0;
}

.pro h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px;
}

.pro-part {
    width: 100%;
    position: relative;
    background: #f8f9fa;
    padding: 60px 0px;
}

.pro-img {
    width: 100%;
    position: relative;
}

.pro-img:before {
    position: absolute;
    content: '';
    background: url(../images/pro-bg.png) no-repeat;
    left: -15px;
    bottom: 30px;
    width: 230px;
    height: 230px;
}

.pro-img .owl-item{
    padding: 2px;
}

.pro-img .item {
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.1);
}

.pro-img .item a {
    display: block;
    position: relative;
    width: 100%;
}

.pro-img .item img {
    width: 100%;
}

.pro-img .item .overlay_ttl {
    background : #fff;
    width: 100%;
    float: left;
    padding: 25px;
}

.pro-img .item .overlay_ttl h3 {
    color: #242C37;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.pro-img .item .overlay_ttl a.read {
    font-size: 13px;
    font-weight: 600;
    color: #242C37;
    position: relative;
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
    display: inline-block
}

.pro-img .item .overlay_ttl a.read:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    left: 85px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #D93600;
    transition: all 0.5s ease;
}

.pro-img .item .overlay_ttl a.read:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    top: 0;
    left: -40px;
    bottom: 0;
    margin: auto;
    background: #D93600;
    opacity: 0;
    transition: all 0.5s ease;
}

.pro-img .item:hover .overlay_ttl a.read {
    transform: translateX(40px);
}

.pro-img .item:hover .overlay_ttl a.read:before {
    opacity: 0;
}

.pro-img .item:hover .overlay_ttl a.read:after {
    opacity: 1;
}

.pro-img .item .overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 0 0;
    position: absolute;
    top: 2px;
    transform: translate3d(0px, -100%, 0px);
    -webkit-transform: translate3d(0px, -100%, 0px);
    -moz-transform: translate3d(0px, -100%, 0px);
    -ms-transform: translate3d(0px, -100%, 0px);
    -o-transform: translate3d(0px, -100%, 0px);
    -webkit-transition: all 700ms ease 0.35s;
    -moz-transition: all 700ms ease 0.35s;
    -ms-transition: all 700ms ease 0.35s;
    -o-transition: all 700ms ease 0.35s;
    transition: all 700ms ease 0.35s;
    width: 100%;
}

.pro-img .item .overlay .overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pro-img .item .overlay-content h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    background: rgba(0, 0, 0, 0.57);
    height: 100%;
    margin: 0;
    text-align: right;
    left: 0;
    padding: 20px 20px;
    right: 100%;
    line-height: 5px;
}

.overlay-content i {
    color: #fff !important;
    font-size: 24px;
    padding: 20px;
    border: solid 1px #d1d1d1;
}

.pro-img .item:hover .overlay {
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
    -moz-transform: translate3d(0px, 0%, 0px);
    -ms-transform: translate3d(0px, 0%, 0px);
    -o-transform: translate3d(0px, 0%, 0px);
    transition-delay: 0.1s;
    top: 0;
}

.pro-img .item:hover .overlay_ttl {
    background: #fff;
}

.pro-img .owl-nav {
    right: 0;
    top: -105px;
    left: auto;
    bottom: auto;
}

.helpsection{background-color: #d7170b;color: #ffffff;position: relative;overflow: hidden;}
.helpsection h4{font-size: 32px;margin-bottom: 0;line-height: 150%;}
.helpsection a{color: #ffffff;font-size: 32px;font-weight: 600;}


.testimonial {
    background: url('../images/testimonial-bg.jpg');
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.testimonial .media .media-body:before {
    content: '\f10d';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'FontAwesome';
    font-size: 45px;
    top: -9px;
    color: rgb(0 0 0 / 15%);
}

.testimonial .media img {
    height: 160px;
    width: auto;
    margin-left: 40px;
    border-radius: 50%;
    border: 7px solid #fd440d;
    border-bottom: 0;
    border-left: 0;
}

.testimonial .container {
    background: #fff;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 65px 20px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 25%);
}

.testimonial .slider {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}

.testimonial .media .media-body {
    padding-left: 10px;
    position: relative;
    text-align: center;
}

.testimonial .media p {
    position: relative;
    line-height: 28px;
    font-size: 17px;
    color: #666;
    font-weight: 400;
    margin: 10px auto;
    padding-top: 45px;
    text-align: center;
}

.testimonial:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgb(255 255 255 / 35%);
}
.testimonial h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 12px;
}

.testimonial h6 {
    color: #666;
    font-size: 22px;
    font-weight: 400;
}

.testimonial .media i {
    font-size: 40px;
    color: #00000012;
    height: 30px;
    width: 35px;
    position: absolute;
    top: 0;
    left: auto;
}

.testimonial strong {
    font-size: 18px;
    font-weight: 500;
    color: #fd6a13;
}

.testimonial h5 {
    font-size: 14px;
    color: #9e9e9e;
}
.testimonial-slide {
    padding: 0 50px;
}

.testimonial-slide .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-slide .slick-dots li button {
    background: #ededed;
    font-size: 0;
    border-radius: 50px;
    width: 11px;
    height: 16px;
    overflow: hidden;
    padding: 0;
}

.testimonial-slide .slick-dots li button:before {
    width: 100%;
    padding: 0;
    height: 100%;
    content: '';
    background: #000000;
    opacity: 1;
    border-radius: 50px;
    transition: all 0.7s ease-out;
    background: linear-gradient(270deg, rgb(245, 130, 33), rgb(237, 38, 36), rgb(252, 119, 20), rgb(254, 43, 10));
    background-position: 1% 50%;
    background-size: 200%;
    transform: translateY(100%);
    transition: 0.2s all;
}

.testimonial-slide .slick-dots li.slick-active button:before {
    transform: translate(0);
}

.testimonial-slide .slick-arrow {
    transition: all 0.7s ease-out;
    background: linear-gradient(270deg, rgb(245, 130, 33), rgb(237, 38, 36), rgb(252, 119, 20), rgb(254, 43, 10));
    background-position: 1% 50%;
    background-size: 300% 300%;
}

.testimonial-slide .slick-prev, .testimonial-slide .slick-next {
    height: 50px;
    width: 50px;
    padding: 10px;
    top: 40%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 50px 1px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 50px 1px rgb(0 0 0 / 15%);
}

.testimonial-slide .slick-prev {
    left: -30px;
}

.testimonial-slide .slick-next {
    right: -30px;
}

.testimonial-slide .slick-next:before, .slick-slider .slick-prev:before {
    font-family: 'FontAwesome';
    color: #EDEDED;
    font-size: 12px;
    opacity: 1;
}

.testimonial-slide .slick-next:before {
    content: "\f061";
}

.testimonial-slide .slick-prev:before {
    content: "\f060";
}

.shadbox{-webkit-box-shadow: 0px 0px 50px 1px rgb(0 0 0 / 15%); box-shadow: 0px 0px 50px 1px rgb(0 0 0 / 15%); }

.whatsapp{position: fixed;z-index: 1024;top: 50%;right: 12px;width: 61px;height: 61px;border-radius: 100%;text-align: center;line-height: 56px;background: #fff;}
.whatsapp i {
    width: 61px;
    height: 61px;
    border: 3px solid #25D366;
    border-radius: 100%;
    text-align: center;
    line-height: 56px;
    background: #fff;
    font-size: 28px;
    color: #25D366;
    font-weight: 400;
    position: relative;
    z-index: 2;
  }
.whatsapp:before {position: absolute;content: '';width: 100%;height: 100%;border-radius: 50%;background-color: #25D366;left: 0;top: 0;z-index: -1;-webkit-animation: pulse-border 1.5s linear infinite;-moz-animation: pulse-border 1.5s linear infinite;-o-animation: pulse-border 1.5s linear infinite;animation: pulse-border 1.5s linear infinite;}

@keyframes pulse-border {
  0% {-webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  100% {-webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); opacity: 0; }
}

#google_translate_element select {
    height: 55px;
    background-color: #da2b1b;
    border: 1px solid #da2b1b;
    width: 200px;
    color: #fff;
    padding-left: 10px;
  }
  
  .goog-logo-link , .VIpgJd-ZVi9od-l4eHX-hSRGPd {
      display:none !important;
  } 
      
  .goog-te-gadget{
      color: transparent !important;
  }
  
  body > .skiptranslate {
      display: none;
  }
  
  .goog-te-banner-frame.skiptranslate {
      display: none !important;
      } 
  body {
      top: 0px !important; 
      }


/*Footer*/
.footer {
    position: relative;
    background-color: #1a1c20;
}

.footer-part {
    width: 100%;
    float: left;
    position: relative;
    padding: 35px 0 0 0;
}

.social-icon li a img {
    width: 20px;
}

.footer-part h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0px 0 20px 0;
}

.footer-part p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 7px 0;
}

.footer-part p a {
    color: #fff;
    transition: all 0.5s ease;
}

.footer-part p a:hover {
    color: #ababab;
}

.footer-part p i {
    margin: 0 15px 0 0;
    font-size: 18px;
}

.footer-part p i.fa.fa-mobile {
    font-size: 25px;
    margin: 2px 15px 0 4px;
    float: left;
}

.footer-part ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.5s ease;
}

.footer-part ul li a:hover {
    color: #ababab;
}

ul.social-icon li {
    display: inline-block;
    margin-bottom: 4px;
    width: 35px;
    height: 35px;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 35px;
    text-align: center;
    position: relative;
}

ul.social-icon li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    background: #D93600;
    color: #fff;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.social-icon li:hover:before, ul.social-icon li:hover a {
    width: 100%;
    color: #fff;
}

ul.social-icon li a {
    color: #333;
    position: relative;
    z-index: 2;
}

#footer1 {
    background: #1a1c20;
    border-top: 1px solid #3B363C;
    padding: 22px 0 7px 0;
}

.footer-left {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    opacity: 0.65;
}

.footer-right {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    opacity: 0.65;
}

.footer-right a {
    color: #ffffff;
    text-decoration: underline;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

#footer-btm {
    width: 100%;
    border: 1px solid #3B363C;
    padding: 22px 0;
}

#footer-btm span {
    color: #fff;
    font-size: 14px;
    text-align: left;
    float: left;
    font-weight: 600;
    opacity: 0.65
}

#footer-btm span + span {
    text-align: right;
    float: right;
    font-weight: 600;
}

/*back to top*/
#return-to-top {
    outline: 0;
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
    color: #fff;
    background: #d93600;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

#return-to-top span {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

#return-to-top:hover span {
    outline: 0;
    text-decoration: none;
    color: #fff;
    top: -5px
}

#return-to-top:focus {
    outline: 0;
    text-decoration: none
}

b, strong {
    font-weight: 500;
}

.sub-banner{background-color: #2b2e34;padding-top: 35px;padding-bottom: 14px;}
.sub-banner h2{color: #ffffff; font-size: 34px;font-weight: 600;}
.sub-banner li, .sub-banner li a{color: #dcdcdc !important;text-decoration: none;}
.sub-banner .breadcrumb-item+.breadcrumb-item::before{color: #b8b8b8; }  

.about th, .prodetails th{font-weight: 500;color: #565656;white-space: nowrap;}
.about td, .prodetails td{color: #565656; }
.about tr:last-child td, .about tr:last-child th{border-bottom: none;}

.check-list li{position: relative;margin-bottom: 7px;padding-left: 27px;}
.check-list li::before{content: "\f046";font-family: 'FontAwesome';position: absolute;left: 1px;top: 4px;color: #d7170b;}

.about{width: 100%;position: relative;overflow: hidden;z-index: 1;}
.infrastructure{height: 100%;position: relative;padding-left: 56px;}
.infrastructure::before{content: "";position: absolute;top: -68px;left: 12px;bottom: -68px;right: -24vw;z-index: -1;background-color: #e9edf1;}

.dt-main {
    display: flex;
    max-width: 386px;
    margin-bottom: 9px;
}

.dt-left,.dt-right {
    display: flex;
    align-items: center;
    justify-content: center
}

.contact.map iframe {
    width: 100%;
    height: 456px;
    display: block;
    border: none;
    border-top: solid 3px #cdd5da
}

.contact a,.contact p {
    margin: 0;
    line-height: 26px;
    color: #444;
    font-size: 16px
}

.contact li {
    margin: 3px 0;
    color: #565656;
    font-size: 16px
}

.contact li strong {
    font-weight: 400
}

.contact .dt-right p strong {
    display: block
}

.contact .dt-left {
    width: 45px;
    text-align: center;
    padding: 9px 0;
    font-size: 18px;
    color: #d7170b;
    border-left: none;
    border-top: none;
    align-self: flex-start
}

.contact .dt-right {
    flex-wrap: wrap;
    padding: 7px 0 7px 20px;
    width: 100%;
    justify-content: left
}

.contact .pt-2 .dt-right p strong {
    color: #333;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 600
}

.contact .dt-left i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.05)
}

.career .custom-file-input,.career .form-control {
    border-radius: 0;
    height: 58px;
    border: 1px solid rgba(0,0,0,.15);
    outline: 0;
    background: #fff;
    font-size: 16px;
    padding: 12px .75rem 13px .75rem;
    font-weight: 400
}

.career .custom-file-input:focus,.career .form-control:focus {
    border: 1px solid rgba(0,0,0,.28)
}

.career textarea.form-control {
    height: 120px
}

.btn-submit {
    background: #d7170b;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 14px 48px;
    box-shadow: 0 4px 18px 0 rgba(248,154,75,.18);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.btn-submit:hover {
    background: #ed2609;
    color: #fff;
    box-shadow: 0 4px 18px 0 rgba(239,76,123,.18)
}

textarea {
    resize: none
}

.career .custom-file-input {
    cursor: pointer
}

.career .custom-file-input:focus~.custom-file-label {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: none
}

.prodetails th, .prodetails td{background-color: transparent;}
.prodetails h5{font-size: 21px;font-weight: 600;color: #d7170b;padding-top: 4px;}
.prodetails h5 small{font-weight: 500;}
.prodetails h4{font-size: 20px;margin-top: 24px;padding-top: 24px;border-top: solid 1px #dee2e6;}

.productbox{position: relative;}
.productbox+.productbox{margin-top: 56px;padding-top: 48px;border-top: solid 1px #dee2e6;box-shadow: 0px -1px 0px 0px #ffffff;}


/* Override bootstrap column paddings */

.tz-gallery .lightbox {position: relative;display: block;height: 280px;}
.tz-gallery .ratio>*{height: 280px;}
.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'FontAwesome';
    content: "\f00e";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(0 0 0 / 50%);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}


.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.inner-addon{position: relative;}
.inner-addon .captcha{position: absolute; top: 10px; right: 9px;}