
@font-face {
  font-family: austina;
  src: url(../fonts/austina.ttf);
}

body {
    background-color: #ffffff;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.725;
    /*overflow-x: hidden;*/
}

.sectionCvr { padding: 5em 0px; }
.bg-grey{ background:#fbfbfb; }
.title-block { position: relative; }

.title-block .title {
    text-transform: capitalize;
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}

.title-block .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    margin-right: 6px;
    background: #003E52;
    content: '';
}

.title-block.text-center .title:after {
    left: 0px;
    right: 0;
    margin: 0 auto;
}

.title-block .sub-title {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'austina';
    line-height: 20px;
    color: #000;
}

.title-block .title .black-text {
    color: #000;
}

.theme-btn {
    display: inline-block;
    line-height: 2;
    background: #003E52;
    color: #fff;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 6px 23px;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    border: medium none;
}
.theme-btn:hover{ background:#000; color: #fff; }
.theme-btn.btn-white{ background: #fff; color:#000; }
.theme-btn.btn-white:hover{ background:#003E52; color: #fff; }
.theme-btn.btn-outline{ background: transparent; color:#000; border:1px solid #000; }
.theme-btn.btn-outline:hover{ background:#003E52; color: #fff;  border:1px solid #003E52;}

.header-nav { padding: 22px 0px; }

.navbar-brand img { width: 180px; }
.navbar-nav.ms-auto.header-callCvr {
    display: flex;
    align-items: center;
}
.header-call a { padding: 12px 16px; border-radius: 40px; }
.header-call:first-child a { border:1px solid #003E52; margin-right: 12px; padding: 12px 7px; }
.header-call:last-child a { background: #003E52; color: #fff;}

.header-call.translate-btn img {
    width: 32px;
}

.header-call.header-cta-btn {
    position: relative;
}

.header-call.header-cta-btn span {
    position: relative;
    padding-left: 9px;
    margin-left: 5px;
}

.header-call.header-cta-btn span::before {
    content: '';
    background: #ffffff75;
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
}
.home-bannerCvr{ position: relative; }
.home-bannerCvr .banner-item {
    position: relative;
    overflow: hidden;
    margin: 0px 6px;
}


.home-bannerCvr .banner-item .banner-img {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}
.home-bannerCvr .banner-item .banner-img img {
    border-radius: 40px;
    width: 100%;
}

.home-bannerCvr .banner-item .banner-img::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.home-bannerCvr .banner-item .banner-img::after {
     content: '';
    background: url(../images/banner-logo-vector.png) no-repeat scroll center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 58%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.home-bannerCvr .banner-item .banner-text-wrapper{ position: absolute; top:30%; width: 30%; margin: 0px auto; left:0px; right: 0px; z-index: 3; text-align:center; }


.home-bannerCvr .banner-item .banner-text-wrapper .banner-sub-title {
    font-family: austina;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.home-bannerCvr .banner-item .banner-text-wrapper .banner-title {
    font-family: DM Sans;
    font-size: 53px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #00000040;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 12px;
}

.home-bannerCvr .banner-item .banner-text-wrapper .banner-desc {
    line-height: 1.4;
    padding: 0 3em;
    margin-bottom: 20px;
    color: #fff;
}

.home-bannerCvr .banner-item .banner-text-wrapper .banner-cta a {  display: inline-block;
    line-height: 2;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    padding: 6px 23px;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    border: medium none;}
.home-bannerCvr .banner-item .banner-text-wrapper .banner-cta a:hover { background: #003E52; }


.home-bannerCvr .btn-wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;
}
.home-bannerCvr .btn-wrap button {
    background-color: #ffffff;
    border: medium none;
    padding: 5px 5px;
    border-radius: 50%;
    transition: all 0.5s;
    line-height: 1;
}

.home-bannerCvr .btn-wrap button.slider-btn.prev-btn {
    left: 75px;
    position: absolute;
}

.home-bannerCvr .btn-wrap button.slider-btn.next-btn {
    right: 75px;
    position: absolute;
}

.home-bannerCvr .btn-wrap button svg {
    background: #000;
    color: #fff;
    padding: 12px 15px;
    border-radius: 50%;
    line-height: 1.2;
}


.home-multi-sec .home-multi-wrapper{ position: relative; }

.home-multi-sec .multiblk {text-align: center;padding: 0 3em;position: relative;}

.home-multi-sec .multiblk::after {
    content: '';
    background: #C6C6C6;
    width: 1px;
    height: 34%;
    position: absolute;
    top: 38%;
    right: -14px;
}

.home-multi-sec .home-multi-wrapper [class*="col-"]:last-child .multiblk::after{ display: none; }
.home-multi-sec .multiblk img{ width: 78px; margin-bottom: 14px; }
.home-multi-sec .multiblk .title{ font-weight: 600; }
.home-multi-sec .multiblk .theme-btn { font-size: 14px; padding: 4px 16px; }

.home-about-section {
    padding: 7em 0px;
    position: relative;
}
.home-about-section::after { content:''; width: 80%; height: 1px; position: absolute; background: #E9E9E9; bottom:0px; margin:0px auto; left:0px; right:0px; }
.home-about-section .about-text-wrapper{ padding: 0px 3em 0px 3em; }
.introduces-wrapper { margin-bottom: 3em; }
.introduces-wrapper .introduces-desc-wrapper { position: relative; }
.introduces-wrapper .introduces-desc-wrapper .title {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1.6em;
}
.introduces-wrapper .introduces-desc-wrapper .title::before {
    content: '';
    background: url(../images/intro-quote.png) no-repeat scroll center left / contain;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
}

.yoe-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.yoe-text-wrapper::after {
    content: '';
    background: #D1D1D1;
    width: 1px;
    height: 66%;
    position: absolute;
    right: 0;
    top: 23%;
    left: 0;
    margin: 0 auto;
}

.yoe-text-wrapper .yoe-block {
    position: relative;
   
}

.yoe-text-wrapper .yoe-block .yoe-number {
    font-size: 6em;
    line-height: 1;
    font-weight: 600;
    color: #003E52;
    margin-bottom: 0;
}

.yoe-text-wrapper .yoe-block .yoe-text {
    margin-bottom: 0px;
}

.yoe-text-wrapper .yoe-link p {
    margin-bottom: 0px;
}

.certified-details-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.certified-details-wrapper .logo-block {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.certified-details-wrapper .logo-block img {
    width: 66px;
}


.certified-details-wrapper .logo-lists .certified-text {
    margin-bottom: 0px;
    font-weight: 600;
}

.certified-details-wrapper .logo-lists img {
    height: 36px;
    opacity: 0.6;
}

.certified-details-wrapper .logo-block::after {
    content: '';
    background: #D1D1D1;
    width: 1px;
    height: 66%;
    position: absolute;
    right: 0;
    top: 20%;
}

.location-sec {
    background: #FBFBFB;
    position: relative;
    border-radius: 5em 5em 0px 0px;
    z-index: 1;
    overflow: hidden;
}
.location-sec::before{ content:'';
    background: url(../images/location-top-left-vector.png) no-repeat scroll top left / contain;
   width: 290px;
    height: 450px;
    position: absolute;
    left: 0; top:0px; z-index: -1; }

.location-sec::after{ content:'';
    background: url(../images/location-bottom-right-vector.png) no-repeat scroll bottom right / contain;
    width: 290px;
    height: 450px;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: -1; }

.location-link:hover svg circle:nth-child(2) {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 1.2s cubic-bezier(.38, .67, .76, .66);
    -o-transition: 1.2s cubic-bezier(.38, .67, .76, .66);
    transition: 1.2s cubic-bezier(.38, .67, .76, .66);
}

.location-link svg circle:nth-child(2) {
    -webkit-transition: all 1.2s cubic-bezier(.45, 0, .14, 1.03);
    -o-transition: all 1.2s cubic-bezier(.45, 0, .14, 1.03);
    transition: all 1.2s cubic-bezier(.45, 0, .14, 1.03);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 53.3% 51.7%;
    -ms-transform-origin: 53.3% 51.7%;
    transform-origin: 53.3% 51.7%;
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
}


.location-block {
    margin: 0px 1em 3em;
    overflow: hidden;
    background: #fff;
    padding: 4em;
    position: relative;
}
.location-icon {
    position: relative;
    top: 4.8em;
    left: 2em;
    z-index: 1;
}
.location-icon::before {
    content: '';
    width: 36px;
    height: 36px;
    background:#4395AF;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: -6px;
    left: -12px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease;
}
.location-block:hover .location-icon::before { -webkit-transform: scale(1.2); transform: scale(1.2);}
.location-icon img {
    width: 60px;
}
.location-big-icon {
    width: 94px;
    position: absolute;
    right: 60px;
    top: 45px;
    opacity: 0.1;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease;
}
.location-block:hover .location-big-icon { -webkit-transform: scale(1.1); transform: scale(1.1);}
.location-block .location-infoCvr {
    position: relative;
    top: 3em;
    padding: 5em 0 2em;
}
.location-block .location-infoCvr .location-info {
    position: relative;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #d0d0d0;
}
.location-block .location-infoCvr .location-info .cat-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.location-block .location-infoCvr .location-info p{ margin-bottom:0px; }
.various-size-sec { overflow:hidden; }
.various-size-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    border-radius: 4em;
    padding: 4em 5em;
    position: relative;
    overflow: hidden;
}
.various-size-wrapper::before{  
    content: '';
    background: url(../images/various-size-bg-vector.png) no-repeat scroll center left / contain;
    width: 390px;
    height: 460px;
    position: absolute;
    left: 0;
    top: 0px; }
.various-size-wrapper .various-size-text {
    position: relative;
    text-align: right;
    margin-right: 2em;
    padding-right: 5em;
    width: 30%;
}

.various-size-wrapper .various-size-text .text {
    font-size: 3.4em;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 4px;
}

.various-size-text::after {
    content: '';
    background: #D1D1D1;
    width: 1px;
    height: 90%;
    position: absolute;
    right: 1em;
    top: 8px;
}

.various-size-wrapper .various-size-img {
    position: relative;
    text-align: right;
    width: 50%;
}

.various-size-wrapper .various-size-img img {
    width: 96%;
    text-align: right;
}
.home-video-sec .videoblk {
    height: 854px;
}


.strength-details {
    padding-right: 3em;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.strength-lists { padding-left: 6em; }

.strength-lists .strength-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 2em 0px;
}
.strength-lists .strength-block > span {
    color: #525252;
    font-size: 20px;
}
.strength-lists .strength-block .strength-info {
    text-align: right;
}

.strength-lists .strength-block::before {
    content: '';
    position: absolute;
    width: 92%;
    height: 1px;
    background: #E9E9E9;
    right: 0;
}

.strength-lists .strength-block .strength-info p:first-child {
    font-size: 2.8em;
    line-height: 1.2;
    font-weight: 600;
    color: #003E52;
}

.strength-lists .strength-block .strength-info p:first-child span {
    font-size: 23px;
    font-weight: normal;
    color: #525252;
    margin-left: 4px;
}

.strength-lists .strength-block:first-child{ margin-top: 0px; }


.global-sec-wrapper {
    background: #FBFBFB;
    border-radius: 4em;
    padding: 5em 10em;
    position: relative;
}

.global-sec-wrapper::after{ content:'';
    background: url(../images/global-map-img.png) no-repeat scroll bottom left / contain;
    width: 390px;
    height: 172px;
    position: absolute;
    left: 6em;
    bottom: 0px; }
.global-sec-wrapper .global-sec-text .title-block .title {
    font-size: 26px;
}
.global-sec-wrapper .global-sec-number {
    position: relative;
}
.global-sec-wrapper .global-sec-number .number-block {
    position: relative;
    margin-bottom: 2em;
}

.global-sec-wrapper .global-sec-number .number-block .text {
    margin-bottom: 10px;
}

.global-sec-wrapper .global-sec-number .number-block .number {
    font-size: 3.7em;
    font-weight: 600;
    color: #003E52;
    line-height: 1.2;
}

.global-sec-seprator {
    text-align: center;
}

.global-sec-seprator img {
    width: 66px;
}

.global-sec-seprator {
    position: relative;
    z-index: 1;
}

.global-sec-seprator::before {
    width: 75%;
    content: '';
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    left: 0;
    top: 34px;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}

.client-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.client-title-wrap > .title {
    font-size: 2.5em;
    margin-bottom: 0px;
}

.client-seprtor {
    width: 24%;
    height: 1px;
    background: #000000;
}

.client-title-wrap .client-count {
    position: relative;
}

.client-title-wrap .client-count .title {
    margin-bottom: 4px;
}

.client-title-wrap .client-count .number {
    font-size: 5em;
    line-height: 1;
    font-weight: 700;
    -webkit-text-stroke: 1px rgb(0 0 0 / 90%);
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}
.client-slider{ margin-top:4em; }
.client-slider .client-logo { text-align:center; }
.client-slider .client-logo img{ width: 120px; margin: 0 auto;}

.catalog-sec{ background:#FBFBFB; position: relative; overflow: hidden;}
.catalog-sec::before{
    content: '';
    background: url(../images/catalog-bg-vector.png) no-repeat scroll center left / contain;
    width: 86px;
    height: 336px;
    position: absolute;
    left: 0em;
    top: 0em;
}
.catalog-sec .catalog-text-wrap {
    padding: 10em 7em 10em 11em;
}
.quote-sec{ padding: 7em 0px; }
.quote-sec .quote-text {
    font-size: 50px;
    font-weight: 400;
}

.quote-sec .quote-text span {
    color: #003E52;
}

.cta-wrapper {
    background: #fbfbfb;
    border-radius: 30px;
}

.cta-wrapper .cta-img {
    padding: 5em 4em 0em 5em;
    text-align: center;
}

.cta-frmCvr {
    background: #003E52;
    padding: 4em 5em 1.5em;
    border-radius: 0px 30px 30px 0px;
}

.cta-frmCvr .title-block {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.cta-frmCvr .title-block .title {
    margin-bottom: 3px;
    padding-bottom: 3px;
    color: #fff;
    font-weight: 500;
    padding-right: 2em;
}
.cta-frmCvr .title-block .title::after { display: none; }
.cta-frmCvr .title-block::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    margin-right: 6px;
    background: #ffffff;
    content: '';
}

.cta-frmCvr .title-block p { margin-bottom: 3px; }
.cta-frmCvr .cta-frm .nav-pills .nav-item .nav-link.active, .cta-frmCvr .cta-frm .nav-pills .nav-item .nav-link:hover {
    background: #fff;
    color: #000;
}
.cta-frmCvr .cta-frm .nav-pills .nav-item .nav-link {
    border:1px solid; #fff;
    color: #fff;
    margin-right: 12px;
}
.cta-sec .cta-wrapper .cta-frm input:not([type="submit"]), .cta-sec .cta-wrapper .cta-frm textarea { border-radius: 0px; border:medium none; border-bottom: 1px solid #ffffff7a; margin-top: 5px; padding:10px; background:transparent; width: 100%; color: #fff;}
.cta-sec .cta-wrapper .cta-frm input[type="submit"] {
    border: medium none;
    background: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    margin-top: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #003e52;
 }
.cta-sec .cta-wrapper .cta-frm input[type="submit"]:hover { background-color: #000; color: #fff; }
.cta-sec .cta-wrapper .cta-frm input:not([type="submit"]):focus, .cta-sec .cta-wrapper .cta-frm textarea:focus { box-shadow: none; }
.cta-sec .cta-wrapper .cta-frm input:not([type="submit"]):focus-visible, .cta-sec .cta-wrapper .cta-frm textarea:focus-visible { outline: none; }
.cta-sec .cta-wrapper .cta-frm .intl-tel-input.separate-dial-code .selected-dial-code{ color:#fff; }
.cta-sec .cta-wrapper .cta-frm .intl-tel-input .selected-flag .iti-arrow{ border-top-color: #fff; }
.cta-sec .cta-wrapper .cta-frm input::-webkit-input-placeholder, .cta-sec .cta-wrapper .cta-frm textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff7a;
}
.cta-sec .cta-wrapper .cta-frm input::-moz-placeholder, .cta-sec .cta-wrapper .cta-frm textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff7a;
}
.cta-sec .cta-wrapper .cta-frm input:-ms-input-placeholder, .cta-sec .cta-wrapper .cta-frm textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff7a;
}
.cta-sec .cta-wrapper .cta-frm input:-moz-placeholder, .cta-sec .cta-wrapper .cta-frm textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff7a;
}

.cta-sec .cta-wrapper .cta-frm .wpcf7 form .wpcf7-response-output{ color: #fff; }

/*** Footer  **/


.ftrCvr {
    background: #003E52;
}

.ftrCvr .ftrtopCvr {
    padding: 5em 0px 4em;
}

.ftrCvr .ftrtopCvr .ftrtop {
    position: relative;
}
.ftrCvr .ftrtopCvr .ftrtop .ftr-logo-block {
    position: relative;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.ftrCvr .ftrtopCvr .ftrtop .ftr-logo-block::after {
    content: '';
    background: #FFFFFF21;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    position: absolute;
}
.ftrCvr .ftrtopCvr .ftrtop .ftr-about-block {
    display: flex;
    align-items: center;
    margin-left: 1em;
}

.ftrCvr .ftrtopCvr .ftrtop .ftr-about-block p {
    margin-bottom: 0px;
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
    color: #fff;
    font-size: 20px;
    top: 3px;
}

.ftrCvr .ftrtopCvr .ftrtop .ftr-about-block .ftr-logo {
    width: 268px;
    display: inline-block;
}

.ftrCvr .ftrtopCvr .ftrtop .ftr-about-block p::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
}


.ftrsocialLinks {
    display: flex;
    list-style: outside none none;
    padding: 0;
    margin-top: 1em;
    justify-content: end;
    margin-right: 1em;
}
.ftrsocialLinks li {
    float: left;
    margin-right: 14px;
}
.ftrsocialLinks li a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.6;
    transition: 0.7s;
} 
.ftrsocialLinks li a:hover {
  background: #000;
  color: #fff;
}


.ftrCvr .ftrtopCvr .footertittle {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 12px;
}

.footerlink ul { list-style: none; }
.footerlink ul li {
    list-style: none;
    line-height: 2.2;
    position: relative;
    display: flex;
    align-items: start;
}
.footerlink ul li a{ color:#fff;transition: 0.7s; }
.footercontact .contact-block-side {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
}

.product-links.footerlink ul li { float: left; width: 50%; }


.footercontact .contact-block-side {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.contact-block-side svg {
    color: #fff;
    display: block;
    padding: 12px 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 20px;
    height: 14px;
    text-align: center;
    line-height: 1.4;
    margin-right: 12px;
    transition: 0.7s;
    margin-top: 0px;
}
.contact-block-side:hover svg{   
    border-color: #fff;
    background-color:#fff;
     color: #000;
}   
.contact-block-side a {  color:#fff; word-wrap: break-word;}
.contact-block-side p{ color:#fff; width:100%; font-size: 14px; margin-bottom: 0px; }
.footerlink ul li a:hover,
.contact-block-side a:hover{ color:#000;transition: 0.7s;}
.ftrbtm {color: #fff; }
.ftrbtm .copyright { padding: 18px 0px; border-top: 1px solid #FFFFFF21; }
.ftrbtm .copyright p { margin-bottom: 0px; font-size: 14px; }
.ftrbtm .copyright p a{ color:#fff; }

/*** Inner Page ***/
.inner-bannerCvr {
    position: relative;
    padding: 0 6em;
}

.inner-bannerCvr::before {
    content: '';
    background: #E0E0E0;
    width: 80px;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 0px 30px 30px 0px;
    top: 0;
}

.inner-bannerCvr::after {
    content: '';
    background: #E0E0E0;
    width: 80px;
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 30px 0px 0px 30px ;
    top: 0;
}


.inner-bannerCvr .banner-item {
    position: relative;
    overflow: hidden;
    margin: 0px 6px;
}


.inner-bannerCvr .banner-item .banner-img {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}
.inner-bannerCvr .banner-item .banner-img img {
    border-radius: 40px;
    width: 100%;
}

.inner-bannerCvr .banner-item .banner-img::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.inner-bannerCvr .banner-item .banner-img::after {
     content: '';
    background: url(../images/banner-logo-vector.png) no-repeat scroll center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 58%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.inner-bannerCvr .banner-item .banner-text-wrapper{ position: absolute; top:40%; width: 30%; margin: 0px auto; left:0px; right: 0px; z-index: 3; text-align:center; }


.inner-bannerCvr .banner-item .banner-text-wrapper .banner-sub-title {
    font-family: austina;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.inner-bannerCvr .banner-item .banner-text-wrapper .banner-title {
    font-family: DM Sans;
    font-size: 53px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #00000040;
    padding: 12px;
}

.inner-bannerCvr .banner-item .banner-text-wrapper .banner-desc {
    line-height: 1.4;
    padding: 0 3em;
    margin-bottom: 20px;
    color: #fff;
}

.inner-bannerCvr .banner-item .banner-text-wrapper .banner-cta a {  display: inline-block;
    line-height: 2;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    padding: 6px 23px;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
    border: medium none;}
.inner-bannerCvr .banner-item .banner-text-wrapper .banner-cta a:hover { background: #003E52; }

.contact-details-wrap {
    padding-right: 6em;
}

.contact-details-wrap .contact-logo { margin-bottom: 20px; }
.contact-details-wrap .contact-logo img { width: 180px; }
.contact-details-wrap .title-block .title {
    font-weight: 500;
    padding-bottom: 0px;
}

.contact-details-wrap .title-block .title::after {
    display: none;
}

.conatct-social{ position: relative; padding-bottom: 10px; margin-bottom: 10px; }

.conatct-social:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    margin-right: 6px;
    background: #003E52;
    content: '';
}

.conatct-social .conatct-socialLinks {
    display: flex;
    list-style: outside none none;
    padding: 0;
    margin-top: 1em;
}
.conatct-social .conatct-socialLinks li {
    float: left;
    margin-right: 14px;
}
.conatct-social .conatct-socialLinks li a {
    color: #000;
    display: block;
    font-size: 17px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.6;
    transition: 0.7s;
} 
.conatct-social .conatct-socialLinks li a:hover {
  background: #003E52;
  color: #fff;
}
.contact-details-wrap .contact-details { margin-top: 30px; width: 80%; }
.contact-details .contact-block-side {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
}

.contact-details .contact-block-side {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.contact-details .contact-block-side svg {
    color: #000;
    display: block;
    padding: 12px 10px;
    border-radius: 50%;
    border: 1px solid #000;
    width: 20px;
    height: 14px;
    text-align: center;
    line-height: 1.4;
    margin-right: 12px;
    transition: 0.7s;
    margin-top: 0px;
}
.contact-details .contact-block-side:hover svg{   
    border-color: #003E52;
    background-color:#003E52;
     color: #fff;
}   
.contact-details .contact-block-side a {  color:#000; word-wrap: break-word;}
.contact-details .contact-block-side p{ color:#000; width:100%; font-size: 14px; margin-bottom: 0px; }
.contact-details .contact-block-side a:hover{ color:#003E52; transition: 0.7s;}


.contact-sec .contact-wrapper .contact-frmCvr {
    background: #fbfbfb;
    padding: 3em 4em 1.5em;
    border-radius: 30px;
    border: 1px solid #D3D3D3;
    margin: 0 1em;
}

.contact-sec .contact-wrapper .contact-frmCvr .title-block {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    color: #000;
}

.contact-sec .contact-wrapper .contact-frmCvr .title-block .title {
    margin-bottom: 3px;
    padding-bottom: 3px;
    color: #000000;
    font-weight: 500;
    padding-right: 2em;
    font-size: 34px;
}
.contact-sec .contact-wrapper .contact-frmCvr .title-block .title::after { display: none; }
.contact-sec .contact-wrapper .contact-frmCvr .title-block::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    margin-right: 6px;
    background: #000;
    content: '';
}

.contact-sec .contact-wrapper .contact-frmCvr .title-block p { margin-bottom: 3px; }
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm .nav-pills .nav-item .nav-link.active, .contact-frmCvr .cta-frm .nav-pills .nav-item .nav-link:hover {
    background: #003E52;
    color: #fff;
}
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm .nav-pills .nav-item .nav-link {
    border:1px solid; #000;
    color: #000;
    margin-right: 12px;
}
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm input:not([type="submit"]), .contact-sec .contact-wrapper .contact-frmCvr .cta-frm textarea { border-radius: 0px; border:medium none; border-bottom: 1px solid #0000007a; margin-top: 5px; padding:10px; background:transparent; width: 100%; color: #000;}
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm input[type="submit"] {
    border: medium none;
    background: #000;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    margin-top: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
 }
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm input[type="submit"]:hover { background-color: #003E52; color: #fff; }
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm input:not([type="submit"]):focus, .contact-sec .contact-wrapper .contact-frmCvr .cta-frm textarea:focus { box-shadow: none; }
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm input:not([type="submit"]):focus-visible, .contact-sec .contact-wrapper .contact-frmCvr .cta-frm textarea:focus-visible { outline: none; }
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm .intl-tel-input.separate-dial-code .selected-dial-code{ color:#000; }
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm .intl-tel-input .selected-flag .iti-arrow{ border-top-color: #000; }
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm input::-webkit-input-placeholder, .contact-sec .contact-wrapper .contact-frmCvr .cta-frm textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0000007a;
}
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm input::-moz-placeholder, .contact-sec .contact-wrapper .contact-frmCvr .cta-frm textarea::-moz-placeholder { /* Firefox 19+ */
  color: #0000007a;
}
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm input:-ms-input-placeholder, .contact-sec .contact-wrapper .contact-frmCvr .cta-frm textarea:-ms-input-placeholder { /* IE 10+ */
  color: #0000007a;
}
.contact-sec .contact-wrapper .contact-frmCvr .cta-frm input:-moz-placeholder, .contact-sec .contact-wrapper .contact-frmCvr .cta-frm textarea:-moz-placeholder { /* Firefox 18- */
  color: #0000007a;
}

.contact-sec .contact-wrapper .contact-frmCvr .cta-frm .wpcf7 form .wpcf7-response-output{ color: #000; }


.contact-global-sec{ position: relative; }
.contact-global-sec::after {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    background: #E9E9E9;
    top: 0px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}
.contact-global-sec .global-map-wrapper {
    position: relative;
}
.contact-global-sec .global-map-wrapper .global-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.contact-global-sec .global-map-wrapper .global-list li {
    text-align: center;
    padding: 0 20px;
}

.contact-global-sec .global-map-wrapper .global-list li img {
    margin-bottom: 10px;
}

.contact-global-sec .global-map-wrapper .global-list li p {
    text-transform: capitalize;
    font-weight: 500;
}


/**** Aboout ****/
.about-page-tagline .tagline {
    text-align: center;
    font-size: 3em;
}

.about-page-tagline .tagline {
    text-align: center;
    font-size: 3em;
    margin-bottom: 0px;
}

.seprator-div {
    padding: 3em 0px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}

.seprator-div img {
    width: 120px;
    margin: 0 auto;
}

.seprator-div::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    left: 0;
    background: #DEDEDE;
    z-index: -1;
}

.seprator-div::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    right: 0;
    background: #DEDEDE;
    z-index: -1;
}
.about-page-block .about-wrapper { margin-top: 2em; }
.about-page-block .about-wrapper .about-img { padding: 0px 3em; }
.about-page-block .about-wrapper .yoe-block{ position: relative; text-align: center; top: -20px;}
.about-page-block .about-wrapper .yoe-block p{ display: flex; align-items:center; justify-content:center; }
.about-page-block .about-wrapper .yoe-block span{ font-size: 5em;
    line-height: 1;
    font-weight: 700;
    -webkit-text-stroke: 1px rgb(0 0 0 / 90%);
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px; margin-right: 20px;
}
.about-page-block .about-wrapper .about-text-wrapper{ padding-left: 3em; }
.mv-block-wrapper {
    position: relative;
    margin-bottom: 2em;
    padding: 0 2em 5em;
}
.mv-block-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    left: 0;
    margin: 0 auto;
    bottom: 0;
}
.mv-block {
    border: 1px solid #EAEAEA;
    border-radius: 30px;
    padding: 3em;
    background: #fff;
    min-height: 29em;
}

.mv-block .mv-icon {
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    padding: 14px;
}

.mv-block .mv-icon img {
    width: 36px;
}

.mv-block .mv-info {
    position: relative;
}

.mv-block .mv-info .title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.mv-block .mv-info p { margin-bottom: 0px; }
.core-values-lists .core-values-block{ min-height:14em; margin-bottom: 3em; }
.core-values-lists [class*="col-"]:nth-child(odd) .core-values-block{  padding-right: 5em; }
.core-values-lists [class*="col-"]:nth-child(even) .core-values-block{  padding-left: 5em; }
.core-values-lists .core-values-block .cv-icon {
    display: inline-block;
    margin-bottom: 14px;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    padding: 14px;
}
.core-values-lists .core-values-block .cv-info {
    position: relative;
}

.core-values-lists .core-values-block .cv-icon img {
    width: 36px;
}


.core-values-lists .core-values-block .cv-info .title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom:10px;
    text-transform: capitalize;
}
.core-values-lists .core-values-block .cv-info p { margin-bottom: 0px; }

.mfg-sec{ position: relative; padding: 9em 2em 6em; }
.mfg-sec::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: #D9D9D9;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
}
.mfg-wrapper .mfg-images {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.mfg-wrapper .mfg-images img {
    width: 100%;
    width: 300px;
    border-radius: 18px;
    box-shadow: 0px 2.64px 2.64px 0px #00000040;
}

.mfg-wrapper .mfg-images img:first-child {
    position: absolute;
    /* width: 300px; */
    left: -1em;
    top: 1em;
    transform: rotate(11deg);
}

.mfg-wrapper .mfg-images img:last-child {
    position: absolute;
    right: 0;
    top: -3em;
    transform: rotate(354deg);
}

.mfg-wrapper .mfg-images img:nth-child(2n) {
    z-index: 1;
}

.mfg-text-wrapper {
    padding-left: 5em;
}

.certi-img {
    border: 5px inset #dedede;
    padding: 0 20px;
    margin: 0 10px;
}

.journey-wrapper {
    position: relative;
}

.journey-wrapper .journey-lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.journey-wrapper .journey-lists .journey-block {
    background: #FBFBFB;
    margin: 0px 19px;
    min-height: 27em;
    padding: 21px;
    border-radius: 110px;
    text-align: center;
    width: 17%;
    position: relative;
}

.journey-wrapper .journey-lists .journey-block .journey-year {
    position: relative;
}

.journey-wrapper .journey-lists .journey-block .journey-year .year {
    display: inline-block;
    background: #003E52;
    padding: 38px 20px;
    border-radius: 50%;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 1;
}

.journey-wrapper .journey-lists .journey-block .journey-info {
    position: relative;
}

.journey-wrapper .journey-lists .journey-block .journey-info .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 12px;
}


.journey-wrapper .journey-lists .journey-block .journey-info .journey-desc p {
    margin-bottom: 6px;
}
.journey-border-top {
    position: absolute;
    border-top: 1px solid #003E52;
    padding: 100px;
    left: -20px;
    top: -16px;
    border-right: 1px solid #003E52;
    border-left: 1px solid #003E52;
    right: -19px;
    margin: 0 auto;
    border-top-left-radius: 130px;
    border-top-right-radius: 130px;
    z-index: -1;
}
.journey-border-top::after, .journey-border-top::before{ content:''; width: 7px; height: 7px; border-radius:50%; background-color:#003E52; position: absolute; bottom:0px; }

.journey-border-top::after {
    right: -4px;
}

.journey-border-top::before {
    left: -4px;
}

.journey-border-btm {
    position: absolute;
    border-bottom: 1px solid #DCDCDC;
    padding: 100px;
    left: -20px;
    bottom: -16px;
    border-right: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    right: -20px;
    margin: 0 auto;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
    z-index: -1;
}

.journey-border-btm::after, .journey-border-btm::before{ content:''; width: 7px; height: 7px; border-radius:50%; background-color:#DCDCDC; position: absolute; top:0px; }

.journey-border-btm::after {
    right: -4px;
}

.journey-border-btm::before {
    left: -4px;
}
.journey-wrapper .journey-lists .journey-block:nth-child(odd) .journey-border-top{ display: none; }
.journey-wrapper .journey-lists .journey-block:nth-child(even) .journey-border-btm{ display: none; }

.warehouse-sec .warehouse-img {
    padding-left: 3em;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.warehouse-sec .warehouse-timeline {
    position: relative;
}

.warehouse-sec .warehouse-timeline::before {
    content: '';
    background: #E9E9E9;
    width: 1px;
    height: 95%;
    position: absolute;
    left: 50px
}

.warehouse-timeline .timeline-block {
    position: relative;
    display: flex;
    margin-bottom: 3em;
}
.warehouse-sec .warehouse-timeline .timeline-block .year{ margin-right: 2em; }
.warehouse-sec .warehouse-timeline .timeline-block .year span {
    background: #003E52;
    text-align: center;
    margin-bottom: 0px;
    padding: 13px 20px;
    line-height: 1.2;
    border-radius: 30px;
    width: 100px;
    display: block;
    color: #fff;
    font-weight: 700;
}

.warehouse-sec .warehouse-timeline .timeline-block .warehouse-info {
    width: 100%;
}
.warehouse-sec .warehouse-timeline .timeline-block .warehouse-info p{ margin-bottom: 0px; }

.warehouse-sec .warehouse-timeline .timeline-block .warehouse-info .country {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1px;
}


.global-page-sec { position: relative; }
.wordwide-sec{ position: relative; }
.wordwide-sec  .wordwide-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    padding: 5em 3em;
    border-radius: 40px;
    overflow: hidden;
}
.wordwide-sec .wordwide-wrapper::before {
    content: '';
    background: url(../images/wordwide-sec-vector.png) no-repeat scroll center left / contain;
    width: 160px;
    height: 228px;
    position: absolute;
    left: 0;
    top: 0px;
}
.wordwide-sec .wordwide-wrapper p {
    margin-bottom: 0px;
    font-size: 3.5em;
    /* font-weight: 500; */
}

.wordwide-sec .wordwide-wrapper .img {
    background: #ffffff;
    padding: 13px 12px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    margin: 0 20px;
    width: 100px;
    height: 100px;
    line-height: 1;
}

.wordwide-sec .wordwide-wrapper .img img {
    width: 100%;
}

.wordwide-sec .wordwide-wrapper p.last-text {
    color: #003E52;
    font-weight: 600;
}

.global-page-sec .global-sec-number {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5em;
    margin: 2em 0px;
}

.global-page-sec .global-sec-number::before {
    content: '';
    width: 1px;
    height: 50%;
    background: #C2C2C2;
    right: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
}
.global-page-sec .global-sec-number .number-block {
    position: relative;
    margin: 1em 0px;
    display: flex;
    align-items: center;
    /* align-items: center; */
}

.global-page-sec .global-sec-number .number-block .number {
    font-size: 3.7em;
    font-weight: 600;
    color: #003E52;
    line-height: 1.2;
    margin-right: 12px;
}

.global-page-sec .global-sec-number .number-block p {
    margin-bottom: 0px;
}

.warehouse-sec .warehouse-map-wrapper {
    position: relative;
}
.warehouse-sec{ position: relative; }
.warehouse-sec::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #D9D9D9;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.warehouse-sec .warehouse-map-wrapper .warehouse-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.warehouse-sec .warehouse-map-wrapper .warehouse-list li {
    text-align: center;
    padding: 0 20px;
}
.ww-presences-lists li {
    text-align: center;
    border: 1px solid;
    margin: 0 8px;
    border-radius: 30px;
    padding: 4px 20px;
    display: block;
}

.breadcrumbsec
{
padding-top: 10px;
padding-bottom: 10px;
background: #003E52;
}
.noticesbsec
{
  padding-top: 0em;
  padding-bottom: 0em;
}
.woocommerce-page div.product div.images
{
  float: unset !important;
  width: 100% !important;
}
.woocommerce .breadcrumbsec .woocommerce-breadcrumb
{
  margin: 0;
  padding: 0;
  text-align: center;
}
.productdetailsec
{
    padding-top: 4em;
    position: relative;
}
.productdetailsec .product-details-img
{
  padding: 0 2em;
}

.productdetailsec .productsummary
{
  padding: 0 1em;
}
.productdetailsec .productsummary .skuinfo
{
  text-align: right;
}
.productdetailsec .productsummary .skuinfo .dilinfo
{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}
.productdetailsec .productsummary .woocommerce-product-details__short-description
{
  margin-bottom: 2em;
}
.productdetailsec .productsummary .woocommerce-product-details__short-description ul
{
  padding-left: 20px;
}

.productdetailsec .productsummary .product_title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product_meta table.shop_attributes {
    border: medium none;
}
.woocommerce .product_meta table.shop_attributes{border: medium none;}
.woocommerce .product_meta table.shop_attributes th { font-weight: 600; }
.woocommerce .product_meta table.shop_attributes th, 
.woocommerce .product_meta table.shop_attributes td, 
.woocommerce .product_meta table.shop_attributes tr:nth-child(even) td, 
.woocommerce .product_meta table.shop_attributes tr:nth-child(even) th { background: transparent; border: medium none; font-style: normal;}
.woocommerce .product_meta table.shop_attributes td p{ padding-left: 10px; position: relative;}
.woocommerce .product_meta table.shop_attributes td p::before{ content:':'; font-size:15px; left: 0; position: absolute;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{ color: #fff  !important; }

.product-viewbtns {
    position: relative;
}

.product-viewbtns .viewbtns-lists {
    display: flex;
    align-items: center;
    list-style: none;
}

.product-viewbtns .viewbtns-lists li .view-btn {
    display: flex;
    padding: 7px 20px;
    border-radius: 30px;
    vertical-align: middle;
    align-items: center;
    text-transform: capitalize;
}

.product-viewbtns .viewbtns-lists li .view-btn img { width: 30px; line-height: 1.2; margin-right: 7px; }
.product-viewbtns .viewbtns-lists li { margin-right: 15px; }
.product-viewbtns .viewbtns-lists li:first-child .view-btn { background: #003E52; color: #fff; border: 1px solid #003E52; }
.product-viewbtns .viewbtns-lists li:first-child:hover .view-btn { background: #fff; border: 1px solid #000; color: #000; }
.product-viewbtns .viewbtns-lists li:first-child:hover .view-btn img { mix-blend-mode: difference; }

.product-viewbtns .viewbtns-lists li:last-child .view-btn {  background: #fff; border: 1px solid #000; color: #000;  }
.product-viewbtns .viewbtns-lists li:last-child:hover .view-btn { background: #003E52; color: #fff; border: 1px solid #003E52; }
.product-viewbtns .viewbtns-lists li:last-child .view-btn img { mix-blend-mode: difference; }
.product-viewbtns .viewbtns-lists li:last-child:hover .view-btn img { mix-blend-mode: unset; }
.product-viewbtns .surface-video {padding: 2em 0px;vertical-align: middle;}
.product-viewbtns .surface-video svg { font-size: 2.4em; margin-right: 10px; }
.product-viewbtns .surface-video a { vertical-align: middle; display: flex; align-items: center; text-decoration: underline; font-size: 16px; }
.product-viewbtns .surface-video a:hover svg{ color: #003E52; }
.product-viewbtns .surface-video a:hover {  text-decoration: none;  }

.product-btns-wrapper {
    position: relative;
    padding: 3em 0px 2em;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

.product-btns-wrapper .product-btns {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0px;
}

.product-btns-wrapper .product-btns li {
    margin-right: 10px;
}

.product-btns-wrapper .product-btns li a.theme-btn {
    margin-top: 0;
    margin-bottom: 5px;
}

.productsummary .psfw-social-wrap::before {
    content: 'Share on:';
    margin-right: 12px;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
}
.productsummary .psfw-social-wrap {
    margin: 0 !important;
    display: flex;
    position: relative;
    align-items: center;
    padding-top: 16px;
}

.related.products {  padding-top: 4em; margin-top: 3em; }

.related.products {
    background: #FBFBFB;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.productdetailsec::before {
    content: '';
    background: #F1F1F1;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
}
.related.products::before{ content:'';
    background: url(../images/location-top-left-vector.png) no-repeat scroll top left / contain;
   width: 290px;
    height: 450px;
    position: absolute;
    left: 0; top:0px; z-index: -1; }

.related.products::after{ content:'';
    background: url(../images/location-bottom-right-vector.png) no-repeat scroll bottom right / contain;
    width: 290px;
    height: 450px;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: -1; }

.productlistingsec .catlstttlblk
{
padding-top: 2em;
    border-bottom: 0.5px solid #E2E2E2;
    margin-bottom: 1em;
}
.productlistingsec .catlstttlblk .catpagetitle
{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.productlistingsec .catprolisting {
    padding: 30px 10px;
}
.productlistingsec .listingsidebar {
    padding: 30px 10px;
}
.catcntsec
{
  padding-top: 3em;
  padding-bottom: 2em;
}
.catcntsec .catcntdiv
{
  text-align: center;
}
.catcntsec .catcntdiv ul
{
  padding-left: 20px;
}
.catcntsec .catcntdiv h2
{
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.catcntsec .catcntdiv h3
{
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.catcntsec .catcntdiv h4
{
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.catcntsec .catcntdiv h5
{
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.woocommerce .productlistingsec .woocommerce-ordering {
    margin: 0 0 2em;
}
.woocommerce .productlistingsec .woocommerce-ordering select {
    vertical-align: top;
    font-size: 14px;
    padding: 6px 6px;
    border-radius: 0px;
}
.woocommerce .productlistingsec  ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
width: 31% !important;
  margin: 0 1% !important;
      margin-bottom: 30px !important;
}
.woocommerce .productlistingsec  ul.products li.product, .woocommerce-page ul.products li.product
{
  width: 23% !important;
  margin: 0 1% !important;
      margin-bottom: 30px !important;
}
.woocommerce ul.products li.product .product-block a img
{
    margin-bottom: 0;
}
.woocommerce ul.products li.product .product-block .product-img .default-img {  }
.woocommerce ul.products li.product .product-block .woocommerce-loop-product__title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    padding: 16px 0px;
    border-bottom: 1px solid #F1F1F1;
}
.woocommerce ul.products li.product .product-block:hover .woocommerce-loop-product__title { background:#000; color: #fff; }
.woocommerce ul.products li.product .product-block .button {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    display: block;
    border-radius: 3px;
        font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
}
.woocommerce ul.products li.product .product-block:hover .button
{
background: #000;
}
.woocommerce ul.products li.product .product-block .button:hover {
    background: #333;
    color: #fff;
}
.woocommerce ul.products li.product .product-block .price
{
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce ul.products li.product .product-block .price .exvatprice
{
  font-size: 18px;
  font-weight: 600;
}
.woocommerce ul.products li.product .product-block .price .incvatprice
{
  font-size: 11px;
  font-weight: 400;
}
.woocommerce ul.products li.product .product-block .price .posval
{
  font-size: 18px;
  font-weight: 600;
}
.product-block .product-infoCvr .dilinfo
{
  margin-bottom: 5px;
    border: 1px solid #000;
    padding: 7px 8px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.3;
}
.product-block .product-infoCvr .sku
{
  margin-bottom: 8px;
    font-size: 11px;
    position: relative;
    display: inline-block;
    padding: 0 6px;
}
.product-block .product-infoCvr .sku:before
{
  content: '(';
    position: absolute;
    left: 0;
    top: 0;
}
.product-block .product-infoCvr .sku:after
{
  content: ')';
    position: absolute;
    right: 0;
    top: 0;
}
.woocommerce ul.products li.product .product-block .woocommerce-loop-product__title
{
  font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.3;
}

.woocommerce ul.products li.product .product-block:hover .woocommerce-loop-product__title a{ color: #fff; }
.woocommerce ul.products li.product .product-block a
{
  color: #000;
}
.listingsidebar h4 {
    font-size: 16px !important;
    background: #003E52;
    color: #ffffff;
    padding: 8px 10px;
    font-weight: 600;
    text-transform: capitalize;
}
.woof_reset_button_2, .button.woof_reset_search_form
{
    background: #000 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: capitalize;
    border: none;
}
.woof_reset_button_2:hover, .button.woof_reset_search_form:hover {
    background: #000;
    color: #fff;
}
.woof_list_checkbox li
{
  margin-bottom: 5px !important;
}
.listingsidebar .woof_container
{
      margin-bottom: 20px;
          border: 0.5px solid #E2E2E2;
          padding-bottom: 0;
}
.listingsidebar .woof_container_inner .irs--round.irs-with-grid
{
      margin: 0 15px;
    margin-bottom: 15px;
}
.listingsidebar .woof_container .woof_block_html_items
{
  padding: 0 15px;
  padding-bottom: 10px;
}
.listingsidebar .irs--round .irs-handle
{
  border: 4px solid #77879F;
}
.listingsidebar  .irs--round .irs-bar
{
      background-color: #77879F;
}
.listingsidebar .irs--round .irs-from, .listingsidebar .irs--round .irs-to, .listingsidebar .irs--round .irs-single
{
  background-color: #77879F;
}


.icheckbox_square-blue.disabled {
    display: none;
}

.woof_list_checkbox li:has(.icheckbox_square-blue.disabled) {
    display: none;
}

.catalog-block {
    border: 1px solid #D3D3D3;
    border-radius: 30px;
    background: #FBFBFB;
    padding: 2em;
    text-align: center;
    margin-bottom: 2em;
}

.catalog-block .catalog-img {
    margin-bottom: 2em;
}

.catalog-block .catalog-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 3px;
}

.catalog-block .catalog-link {
    margin-bottom: 0px;
}

.catalogfrm input:not([type="submit"]), .catalogfrm textarea { border-radius: 0px; border:medium none; border-bottom: 1px solid #0000007a; margin-top: 5px; padding:10px; background:transparent; width: 100%; color: #000;}
.catalogfrm input[type="submit"] {
    border: medium none;
    background: #000;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    margin-top: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
 }
.catalogfrm input[type="submit"]:hover { background-color: #003E52; color: #fff; }
.catalogfrm input:not([type="submit"]):focus, .catalogfrm textarea:focus { box-shadow: none; }
.catalogfrm input:not([type="submit"]):focus-visible, .catalogfrm textarea:focus-visible { outline: none; }
.catalogfrm .intl-tel-input.separate-dial-code .selected-dial-code{ color:#000; }
.catalogfrm .intl-tel-input .selected-flag .iti-arrow{ border-top-color: #000; }


.catalog-modal .modal-header{background: #003E52;}
.catalog-modal .modal-header .modal-title{background: #003E52; color: #fff;}
.catalog-modal .modal-header .btn-close{
    background: #fff;
    color: #000;
    line-height: 1.2;
    opacity: 9;
    font-weight: 600;
    border-radius: 50%;
    font-size: 13px; }
.career-text-wrapper{   padding: 3em 10em 3em 0px; }
.career-text-wrapper .career-desc{  margin-bottom: 2em; }
.career-sec .career-frm-wrapper {background: #fbfbfb;
    padding: 3em 4em 1.5em;
    border-radius: 30px;
    border: 1px solid #D3D3D3;
    margin: 0 1em;}
.career-sec .career-frm-wrapper .title-block .title { font-size:26px; }
.career-sec .career-frm-wrapper .frm-wrapper input:not([type="submit"]), .career-sec .career-frm-wrapper .frm-wrapper textarea { border-radius: 0px; border:medium none; border-bottom: 1px solid #0000007a; margin-top: 5px; padding:10px; background:transparent; width: 100%; color: #000;}
.career-sec .career-frm-wrapper .frm-wrapper input[type="submit"] {
    border: medium none;
    background: #000;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    margin-top: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
 }
.career-sec .career-frm-wrapper .frm-wrapper input[type="submit"]:hover { background-color: #003E52; color: #fff; }
.career-sec .career-frm-wrapper .frm-wrapper input:not([type="submit"]):focus, .career-sec .career-frm-wrapper .frm-wrapper textarea:focus { box-shadow: none; }
.career-sec .career-frm-wrapper .frm-wrapper input:not([type="submit"]):focus-visible, .career-sec .career-frm-wrapper .frm-wrapper textarea:focus-visible { outline: none; }
.career-sec .career-frm-wrapper .frm-wrapper .intl-tel-input.separate-dial-code .selected-dial-code{ color:#000; }
.career-sec .career-frm-wrapper .frm-wrapper .intl-tel-input .selected-flag .iti-arrow{ border-top-color: #000; }    
.career-sec .career-frm-wrapper .frm-wrapper input[type=file]::file-selector-button{margin-right:20px;border:none;background:#003E52;padding:6px 15px;border-radius:5px;color:#fff;font-size:12px;cursor:pointer;transition:background .2s ease-in-out}
.full-width-sec {
    position: relative;
}

.full-width-sec::before {
    background: #cecece;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    height: 1px;
}

.full-width-sec .full-width-content p{ text-align:justify; }
.full-width-sec .full-width-content ul{list-style:none}
.full-width-sec .full-width-content ul,.full-width-sec .full-width-content ol{list-style-position:inside; padding-left:14px;margin-left:0}}
.full-width-sec .full-width-content ul li,.full-width-sec .full-width-content ol li{padding:4px 0}
.full-width-sec .full-width-content img{border-radius:20px;margin-bottom:14px;margin-top:14px}

.full-width-sec .full-width-content ul li:before{content:'\f101';font-family:'FontAwesome';margin-right:12px;color:#003E52}
.full-width-sec .full-width-content ol li::marker{color:#003E52;font-weight:600}
.full-width-sec .full-width-content ol ul{margin-top:10px;margin-bottom:16px}

.dealer-inq-sec .dealer-frm-wrapper {background: #fbfbfb;
    padding: 3em 4em 1.5em;
    border-radius: 30px;
    border: 1px solid #D3D3D3;
    margin: 0 1em;}
.dealer-inq-sec .dealer-frm-wrapper .frm-wrapper input:not([type="submit"]), .dealer-inq-sec .dealer-frm-wrapper .frm-wrapper textarea, .dealer-inq-sec .dealer-frm-wrapper .frm-wrapper select { border-radius: 0px; border:medium none; border-bottom: 1px solid #0000007a; margin-top: 5px; padding:10px; background:transparent; width: 100%; color: #000;}
.dealer-inq-sec .dealer-frm-wrapper .frm-wrapper input[type="submit"] {
    border: medium none;
    background: #000;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    margin-top: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
 }
.dealer-inq-sec .dealer-frm-wrapper .frm-wrapper input[type="submit"]:hover { background-color: #003E52; color: #fff; }
.dealer-inq-sec .dealer-frm-wrapper .frm-wrapper input:not([type="submit"]):focus, .dealer-inq-sec .dealer-frm-wrapper .frm-wrapper textarea:focus { box-shadow: none; }
.dealer-inq-sec .dealer-frm-wrapper .frm-wrapper input:not([type="submit"]):focus-visible, .dealer-inq-sec .dealer-frm-wrapper .frm-wrapper textarea:focus-visible, .dealer-inq-sec .dealer-frm-wrapper .frm-wrapper select:focus-visible { outline: none; }
.dealer-inq-sec .dealer-frm-wrapper .frm-wrapper .intl-tel-input.separate-dial-code .selected-dial-code{ color:#000; }
.dealer-inq-sec .dealer-frm-wrapper .frm-wrapper .intl-tel-input .selected-flag .iti-arrow{ border-top-color: #000; }    

.video-modal .modal-content .btn-close {
    position: absolute;
    right: -8px;
    top: -11px;
    background: red;
    opacity: 9;
    line-height: 0;
    z-index: 2;
    border-radius: 50%;
    color: #fff;
}

.video-modal .modal-body {}

.video-modal .modal-body .video-link {
    position: relative;
}

.video-modal .modal-body .video-link video {
    height: 1005;
}

span.woof_checkbox_count{ display: none; }

.event-gallery .gallery-img {
    margin-bottom: 2em;
    border: 1px solid #e5e5e5;
    padding: 12px;
    border-radius: 14px;
}
.event-gallery .gallery-img img {
    width: 380px;
    height: 260px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
}

.lightbox-video .lightbox-video-inner { position: relative; cursor: pointer; margin-bottom: 2em; }
.lightbox-video .lightbox-video-inner .video-img { position: relative; cursor: pointer; }
.lightbox-video .lightbox-video-inner .video-img::before{ content:''; background:url(../images/video-icon.png) no-repeat scroll center center / contain ; width: 60px; height: 40px; position: absolute;  left:0px; right: 0px; margin:0px auto; top:40%; }
.lightbox-video .lightbox-video-inner .video-img a{z-index: 9;}
.lightbox-video .lightbox-video-inner .video-img {
    border: 1px solid #e5e5e5;
    padding: 12px;
    border-radius: 14px;
    margin-bottom: 14px;
}

.lightbox-video .lightbox-video-inner .video-img img { border-radius: 7px; }

.lightbox-video .lightbox-video-inner .video-title {
    text-align: center;
}

.lightbox-video .lightbox-video-inner .video-title .title {
    font-size: 18px;
    margin-top: 0;
}

.event-lists { position: relative; }

.event-lists .event-block { position: relative;  border-radius: 20px; margin-bottom: 2em;  }

.event-lists .event-block .event-title {
    text-align: center;
    margin-bottom: 0px;
    padding: 10px;
    background: #003E52;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.event-lists .event-block .event-title a {
    color: #fff;
    display: block;
}

.event-lists .event-block .event-img img {
    border-radius: 14px 14px 0px 0px;
}

.blog-blockCvr {
    background: #fff;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0px 2px 20px 0px #2220000D;
}
/*.blog-blockCvr:hover {  box-shadow: 0px 2px 20px 0px #ffc60029; }*/
.blog-blockCvr .blog-imgCvr img {
    border-radius: 8px;
    width: 100%;
}
.blog-blockCvr .blog-imgCvr {
    margin-bottom: 20px;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
}
.blog-blockCvr .blog-imgCvr .post-thumbnail{ margin-bottom: 0px;  }

.blog-blockCvr .blog-infoCvr {
    padding: 0 13px;
}

.blog-blockCvr .blog-infoCvr .blog-date {
    color: #000000;
    margin-bottom: 3px;
}
.blog-blockCvr .blog-infoCvr .blog-date svg {
    color: #003E52;
}

.blog-blockCvr .blog-infoCvr .blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-blockCvr .blog-infoCvr .blog-link {
    color: #003E52;
    margin-bottom: 12px;
    display: inline-block;
}

.blog-blockCvr .blog-infoCvr .blog-date svg {
    color: #003E52;
}


.bloglistCvr .pagination{ margin:2em 0px; border-top:medium none;}
.bloglistCvr .pagination:before, .bloglistCvr  .pagination:after,
.bloglistCvr .pagination .nav-links:before, .bloglistCvr .pagination .nav-links:after
{ display:none;}
.bloglistCvr .pagination .nav-links {
    padding-right: 0px;
    position: relative;
    margin: 0 auto;
}
.bloglistCvr  .pagination:before, .bloglistCvr  .pagination:after,
.bloglistCvr .pagination .prev, .bloglistCvr .pagination .next
{position: relative;}

.bloglistCvr .pagination .prev, .bloglistCvr .pagination .next { padding:0px !important;}
.bloglistCvr .pagination .prev {
    right: 0;
}

.bloglistCvr .pagination .page-numbers {
    padding: 17px 22px;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0px;
    background: #222;
    color: #fff;
    border-radius: 50%;
}
.bloglistCvr .pagination .page-numbers:hover {background: #003E52; color:#fff;}
.bloglistCvr .pagination .page-numbers.current { background: #003E52; color:#fff;}

.bloglistCvr .pagination .prev, .bloglistCvr .pagination .next {background: #222; color:#fff;}
.bloglistCvr .pagination .prev{ margin-right:20px;}
.bloglistCvr .pagination .next{ margin-left:20px;}

.blogdetail-sec .blog-detailCvr .entry-header {
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #BABABA;
}

.blog-detailCvr .entry-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 6px;
    margin-bottom: 4px;
    color: #222;
}

.blog-detailCvr .post-thumbnail { margin-bottom: 2em; margin-right: 0px; margin-left: 0px;}
.blog-detailCvr .post-thumbnail img {display: block; border-radius: 20px; width:100%;}
.blog-detailCvr .entry-content h2 { font-size: 28px; margin-top:20px; margin-bottom:16px; color: #222; font-weight: 600;}
.blog-detailCvr .entry-content h3, .blog-detailCvr .entry-content h4 { margin-top:20px; margin-bottom:16px; color: #222; font-weight: 600;  font-size: 24px;}
.blog-detailCvr .entry-content p { text-align:justify;}
.blog-detailCvr .posted-by{ font-size: 16px; margin-bottom: 8px; display: block; }

.blog-detailCvr .entry-content ul, .blog-detailCvr .entry-content ol  {
    list-style-position: inside;
}
.blog-detailCvr .entry-content ol, .blog-detailCvr .entry-content ul{ padding-left:14px; }
.blog-detailCvr .entry-content ul li,
.blog-detailCvr .entry-content ol li{ padding:4px 0px; }

.blog-detailCvr .blog-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

.blog-detailCvr .blog-meta span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.blog-detailCvr .blog-meta svg {
    width: 14px;
    height: 21px;
    border: 1px solid #222;
    border-radius: 50%;
    padding: 8px 12px;
    color: #222;
    margin-right: 10px;
}

.blog-detailCvr .entry-content img{ border-radius: 20px; margin-bottom: 14px; margin-top: 14px; }

.blog-detailCvr .entry-content ul{ list-style: none; }
.blog-detailCvr .entry-content ul li::before {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-right: 12px;
    color: #003E52;
}
.blog-detailCvr .entry-content ol li::marker { color: #003E52; font-weight: 600; }

.entry-content a {
    color: #003E52;
    text-decoration: none;
    box-shadow: none !important;
    font-weight: 600;
}
.entry-content a:hover { text-decoration:underline; color: #000; }
.tile-calc-data, .tile-calfrm{ padding: 0 3em; }

.tile-calc-data .title, .tile-calfrm .title {
    font-size: 23px;
    padding-bottom: 10px;
}

.calcfrm {
    background: #fbfbfb;
    padding: 3em 4em 3em;
    border-radius: 30px;
    border: 1px solid #D3D3D3;
}
.calcfrm .inputCvr input:not([type="submit"]), .calcfrm .inputCvr select {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    background: no-repeat;
    box-shadow: none;
    margin-bottom: 20px;
}
.calc-data{
    background: #fbfbfb;
    padding: 3em 4em 1.8em;
    border-radius: 30px;
    border: 1px solid #D3D3D3;
}

.calc-data .title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.calc-data ul {
    list-style: none;
}

.calc-data ul li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 13px;
}

.calc-data ul li span {
    font-weight: 600;
}

a.ftr-whatsapp {
    background-color: #00ab40;
    border-radius: 50%;
    bottom: 20px;
    display: none;
    font-size: 14px;
    height: 50px;
    position: fixed;
    left: 10px;
    text-decoration: none !important;
    width: 50px;
    z-index: 99;
    text-align: center;
    display: block;
    box-shadow: rgba(0, 0, 0, .16) 0px 2px 10px 0px;
}
.ftr-whatsapp svg {
    font-size: 30px;
    color: #fff;
    padding: 8px;
}
ul.navbar-nav.ms-auto.header-callCvr.mobile-cta {display: none;}
div#google_translate_element {
    text-align: right;
}


/*Job listing*/

/*.jobpost-sec .sjb-page .sjb-listing .job-type svg,.sjb-page .sjb-listing .job-location svg,.sjb-page .sjb-listing .job-date svg{margin-right: 10px;}
.jobpost-sec .sjb-page .list-data .v1 .job-info a,.sjb-page .list-data .v1 .job-location,.sjb-page .list-data .v1 .job-date {font-size:15px!important;line-height:26px;font-family: "DM Sans", sans-serif;}
.jobpost-sec .sjb-page .list-data .v1 .job-info h4 a:hover{color: #000;}*/


.jobpost-sec .sjb-page .list-data .v1 .job-info a{font-size:22px!important;line-height:26px;font-family: "DM Sans", sans-serif;}
.jobpost-sec .sjb-page .list-data .v1 .job-info h4 a:hover{color:#003e52!important; }
.sjb-page .list-data .v1 .job-location{font-size:15px!important;line-height:26px;font-family: "DM Sans", sans-serif;}
.sjb-page .list-data .v1 .job-date {font-size:15px!important;line-height:26px;font-family: "DM Sans", sans-serif;}


.jobpost-sec .sjb-page
{
      background: #e0e0e0;
}
.jobpost-sec .sjb-page .sjb-filters.sjb-filters-v1
{
  background: #fff;
}
.jobpost-sec .sjb-page .sjb-listing .job-type svg, .jobpost-sec .sjb-page .sjb-listing .job-location svg, .jobpost-sec .sjb-page .sjb-listing .job-date svg
{
  margin-right: 10px;
}

.jobpost-sec .sjb-page .list-data .v1 .job-info {
    margin: 0 0 0px;
    text-align: left;
}
/*.jobpost-sec .sjb-page .list-data .v1 .job-info h4 a:hover {color: #e50e78;}*/
.vsinglejobpost .blogcntsec .ttlblk .suptitle, .vsinglejobpost .blogcntsec .mainimgblk
{
  display: none;
}
.vsinglejobpost .blogcntsec .ttlblk {
    margin-bottom: 0em;
    text-align: start;
    padding: 0;
}
.vsinglejobpost .blogcntsec .ttlblk .date {
    color: #969696;
    margin-bottom: 0px;
}
.vsinglejobpost .blogcntsec .sjb-page
{
  background: transparent;
  padding: 0;
}
.vsinglejobpost .blogcntsec .sjb-page .sjb-detail
{
  text-align: left;
      margin-top: 0px;
}
.vsinglejobpost .blogcntsec .sjb-page .list-data .v1
{
  background: transparent;
}
.vsinglejobpost .sjb-page .list-data .v1 .header-margin-top
{
  margin-top: 15px;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 15px;
}
.vsinglejobpost .sjb-page .list-data .v1 .job-type svg, .vsinglejobpost .sjb-page .list-data .v1 .job-location svg, .vsinglejobpost .sjb-page .list-data .v1 .job-date svg
{
  margin-right: 10px;
}
 .sjb-page .job-description h2, .sjb-page .job-description h3, .sjb-page .job-description h4, .sjb-page .job-description h5, .sjb-page .job-description h6
{
  margin-bottom: 20px;
  font-weight: 600;
  color: #303030;
}
.vsinglejobpost .sjb-page .job-features
{
  display: none;
}
.vsinglejobpost .sjb-page .sjb-detail .list-data .v1 ul li
{
margin-bottom: 10px;
}
.vsinglejobpost .sjb-page .sjb-detail .list-data .v1 ul li::before, .vsinglejobpost .sjb-page .sjb-detail .list-data .v2 ul li::before
{
color: #303030;
}
.vsinglejobpost .followupblk
{
  margin-bottom: 2em;
}
.vsinglejobpost .jobpost-form
{
/*      background: linear-gradient(180deg, #EFEFF1 0%, rgba(230, 231, 233, 0.76) 100%);*/
      background: #fff;
    padding: 3em 3em;
    padding-bottom: 1em;
    margin-top: 2em;
}
.vsinglejobpost .sjb-page .form-control
{
  width: 100%;
    border: 1px solid #747474;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    border-radius: 0px;
    background: transparent;
}
.vsinglejobpost .sjb-page .form-control.sjb-phone-number
{
  padding-right: 6px;
    padding-left: 52px
}
.vsinglejobpost .sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-control:hover {
    border-color: #747474;
}
.vsinglejobpost .sjb-page .sjb-detail .list-data .v1 .jobpost-form .file
{
  border: 1px solid #747474;
  background: transparent;
  border-radius: 0px;
}


/*job single*/
.vsinglejobpost{background:#e6e7e9;}
.blogcntsec
{
  padding-top: 4em;
  padding-bottom: 3em;
}
.blogcntsec .ttlblk
{
  margin-bottom: 3em;
}
.blogcntsec .ttlblk .suptitle {
    font-family: "DM Sans", sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 10px;
}
.blogcntsec .ttlblk .title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.blogcntsec .ttlblk .date
{
  color: #969696;
}
.blogcntsec .mainimgblk
{
  margin-bottom: 3em;
}
.blogcntsec .followupblk
{
  margin-top: 3em;
}
.blogcntsec .followupblk .title
{
  text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.blogcntsec .followupblk .followuplinks {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-top: 2em;
    justify-content: center;
}
.blogcntsec .followupblk .followuplinks li {
    margin-right: 12px;
}
.blogcntsec .followupblk .followuplinks li a {
    color: #2B2A29;
    height: 35px;
    width: 35px;
    display: block;
    border: 1px solid #2B2A29;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.blogcntsec .followupblk .followuplinks li a:hover {
    background: #e50e78;
    border-color: #e50e78;
    color: #fff;
}
.lt-sec1
{
  padding-top: 3em;
  padding-bottom: 3em;
}
.lt-sec1 .lt-sec1-row
{
  position: relative;
  z-index: 0;
}
.lt-sec1 .lt-sec1-row:after
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 40%;
  height: 1px;
  width: 100%;
  background: #A5A5A5;
  z-index: -1;
}
.lt-sec1 .lt-sec1-cnt
{
  padding: 2em;
}
.lt-sec1 .lt-sec1-cnt .tagline
{
  font-size: 30px;
    color: #000000;
    margin-bottom: 2em;
    font-weight: 500;
}
.lt-sec1 .lt-sec1-cnt .tagline span
{
  color: #000000;
    font-weight: 700;
}
.lt-sec1 .lt-sec1-cnt .name
{
  font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
}
.lt-sec1 .lt-sec1-cnt .designation
{
  color: #000000;
    text-transform: capitalize;
    font-size: 13px;
}
.lt-sec1 .lt-sec1-img
{
  padding: 2em;
}
.lt-sec2
{
  padding-top: 3em;
  padding-bottom: 3em;
}
.lt-sec2 .ttlblk
{
  margin-bottom: 3em;
}
.lt-sec2 .ttlblk .suptitle {
    font-family: "DM Sans", sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 10px;
}
.lt-sec2 .ttlblk .title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.lt-sec3
{
  padding-top: 3em;
  padding-bottom: 3em;
}
.lt-sec3 hr
{
  background: #A5A5A5;
  opacity: 1;

}
.lt-sec3 .ltsec3txt
{
  font-size: 30px;
    color: #969696;
        margin-top: 1.1em;
}
.lt-sec3 .ltsec3txt span
{
  color: #303030;
    font-weight: 600;
}
.lt-sec4
{
  padding-bottom: 5em;
}
.lt-sec4 .teamblk .teamimg
{
  text-align: center;
      padding: 4em 2em;
}
.lt-sec4 .teamblk .teamcnt
{
      padding: 4em 2em;
}
.lt-sec4 .teamblk .teamcnt .title
{
      font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.lt-sec4 .teamblk .teamcnt .designation
{
    color: #000000;
    text-transform: capitalize;
    font-size: 13px;
}
.lt-sec4 .teamblk .row
{
  border-bottom: 1px solid #A5A5A5;
}
.lt-sec4 .teamblk .row:nth-child(1)
{
border-top: 1px solid #A5A5A5;
}
.lt-sec4 .teamblk .row:nth-child(odd) .col-xxl-5
{
  border-right: 1px solid #A5A5A5;
}
.lt-sec4 .teamblk .row:nth-child(even) .col-xxl-5
{
  border-left: 1px solid #A5A5A5;
}
.job-description p,.job-description li{font-size: 15px!important;line-height: 24px;color: #000000!important;font-family: "DM Sans", sans-serif;}
.job-description h3,.job-description h2 ,.job-description h4{color: #000!important;}
.job-description li{margin-bottom: 10px;}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form h3,.sjb-page .sjb-detail .list-data .v1 .jobpost-form label{color: #000!important;font-size: 22px;}


.archive .catcntsec .title-block .title{text-transform:none;}

.archive .home-about-section.cat-about-sec:after{display:none;}
.archive .home-about-section.cat-about-sec:before{
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    background: #E9E9E9;
    top: 0px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}
.cat-about-sec .about-img {padding: 0 4em;}
.cat-global-sec .global-sec-text .title-block .title{font-size: 28px;}
.homefaqsec .faqblk .accordion-button:not(.collapsed)
{
  background-color: #003e52;
  color: #fff;
  box-shadow: none;
}
.homefaqsec .faqblk .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    transform: rotate(-180deg);
}

.homefaqsec .faqblk .accordion-item {margin-bottom: 20px;border:1px solid #dee2e6;}

/*why choose css start*/
.funfact-block-wrapper {
    margin: 4em 0px 0px;
}
.funfact-countCvr {
    position: relative;
    padding: 0;
}
.funfact-countCvr .funfact-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.funfact-countCvr .funfact-lists li {
    width: 25%;
    text-align: left;
    position: relative;
    /* margin: 0; */
    padding: 0 5em;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.funfact-countCvr .funfact-lists li .funfact-number {
    font-size: 3em;
    margin-bottom: 0px;
    font-weight: 800;
    color: #003E52;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.funfact-countCvr .funfact-lists li::after {
    content: '';
    width: 1px;
    height: 69%;
    position: absolute;
    position: absolute;
    right: 0px;
    background: #E0E0E0;
}

.funfact-countCvr .funfact-lists li:last-child::after {
    display: none;
}
.funfact-countCvr .funfact-lists li .funfact-text {text-align:center;line-height: 1.2;}
/* .funfact-countCvr .funfact-lists li .funfact-text { text-transform:capitalize; } */


/*why choose End css*/




/***-------- Responsive CSS -----***/
@media screen and (max-width: 1500px) {
.slick-list.draggable{ padding: 0 65px !important; }
.home-bannerCvr .btn-wrap button.slider-btn.prev-btn { left: 40px; }
.home-bannerCvr .btn-wrap button.slider-btn.next-btn { right: 40px; }
.home-video-sec .videoblk {
    height: 802px;
}
}
@media screen and (max-width: 1400px) {
.header-call.header-cta-btn span { display: none; }
.slick-list.draggable{ padding: 0 40px !important; }
.home-bannerCvr .btn-wrap button.slider-btn.prev-btn { left: 16px; }
.home-bannerCvr .btn-wrap button.slider-btn.next-btn { right: 16px; }
.various-size-wrapper{ padding: 4em 3em;}
.various-size-wrapper .various-size-text .text { font-size: 3em; }
.various-size-wrapper::before { width: 336px; height: 416px; }
.home-video-sec .videoblk { height: 784px; }
.global-sec-wrapper { border-radius: 2em; padding: 3em 3em; }
.catalog-sec .catalog-text-wrap { padding: 6em 5em 5em 5em; }
.home-multi-sec .multiblk {
    text-align: center;
    padding: 0 1.5em;
    position: relative;
}
.contact-sec .contact-wrapper .contact-frmCvr { padding: 3em 3em 1.5em; margin: 0; }
.mv-block { min-height: 32em; }
.journey-wrapper .journey-lists .journey-block {
    background: #FBFBFB;
    margin: 0px 16px;
    min-height: 30em;
    padding: 14px;
    border-radius: 110px;
    text-align: center;
    width: 17%;
    position: relative;
}
.journey-border-btm { padding: 108px; left: -16px; right: -16px; }
.journey-border-top { padding: 108px; left: -16px; right: -16px; }
.tile-calc-data, .tile-calfrm { padding: 0 1em; }
.funfact-countCvr .funfact-lists li{padding: 0 2.5em; }
}

@media screen and (max-width: 1199px) {
.header-call.translate-btn img { width: 25px; }
.header-call a { padding: 11px 14px; }
.header-call:first-child a { margin-right: 10px; padding: 9px 7px; }
.home-bannerCvr .banner-item .banner-text-wrapper .banner-desc{ padding: 0px; }
.home-bannerCvr .banner-item .banner-text-wrapper .banner-title{ font-size: 46px; padding:12px 0px; }
.inner-bannerCvr .banner-item .banner-text-wrapper .banner-title{ font-size: 46px; padding:12px 0px; }
.home-bannerCvr .banner-item .banner-text-wrapper { top: 26%; }
.home-bannerCvr .banner-item .banner-text-wrapper .banner-sub-title { font-size: 30px; margin-bottom: 5px; }
.introduces-wrapper {
    margin-bottom: 1em;
}
.yoe-wrapper .yoe-img img {
    width: 100%;
    margin-bottom: 2em;
}
.certified-details-wrapper .logo-block img {
    width: 50px;
}
.certified-details-wrapper .logo-lists img {
    height: 28px;
}
.certified-img img {
    width: 100%;
    margin: 2em 0px;
}
.certified-wrapper .row.align-items-center {
    flex-direction: column-reverse;
}
.location-block { margin: 0px 0em 3em; padding: 2em; }
.various-size-wrapper { padding: 4em 1em; }
.various-size-wrapper .various-size-text .text { font-size: 2.5em; }
.home-video-sec .videoblk { height: 617px; }
.global-sec-wrapper::after { width: 300px; height: 120px; }
.catalog-sec .catalog-text-wrap { padding: 3em 5em 3em 5em; }
.title-block .title{ font-size: 30px; }
.quote-sec .quote-text { line-height: 1.2; }
.cta-frmCvr { padding: 3em 2em 1.5em; border-radius: 0px 30px 30px 0px; }
.cta-wrapper .cta-img { padding: 2em 1em 0em 1em; text-align: center; }
.inner-bannerCvr::before, .inner-bannerCvr::after { width: 40px; }
.inner-bannerCvr { padding: 0 3em; }
.about-page-tagline .tagline {  font-size: 2.7em; }
.about-page-block .about-wrapper .about-text-wrapper { padding-left: 0; }
.mv-block { min-height: 26em; margin-bottom: 2em; }
 .core-values-lists [class*="col-"]:nth-child(even) .core-values-block {
    padding-left: 3em;
}.core-values-lists [class*="col-"]:nth-child(odd) .core-values-block {
    padding-right: 3em;
}
.mfg-text-wrapper {
    padding-left: 1em;
}
.certi-img {
    border: 3px inset #dedede;
    padding: 0 10px;
    margin: 0 0px;
}
.main-navigation .menu-item-has-children > a {
    padding-left: 0px;
}
.event-gallery .gallery-img img {
    width: 100%;
    height: 190px; }
.journey-wrapper .journey-lists .journey-block {
        margin: 0px 12px;
        min-height: 36em;
        padding: 16px;
        width: 17%;
    }

    .journey-border-top, .journey-border-btm {
        padding: 90px;
        left: -13px;
        right: -13px;
        height: 50%;
    }
    .warehouse-sec .warehouse-img { padding-left: 0; }
    .tile-calc-data, .tile-calfrm { padding: 0em; }
    .main-navigation a { padding-left: 0 !important; }
    .funfact-countCvr .funfact-lists li .funfact-number { font-size: 3em; }
}

@media screen and (max-width: 1024px) {}
@media screen and (min-width: 992px) and (max-width: 1199px) { }
@media screen and (max-width: 991px) {
.navbar-toggler:focus{ box-shadow:none; }
ul.navbar-nav.ms-auto.header-callCvr.mobile-cta {
    display: table;
    margin-right: 7px;
}
ul.navbar-nav.ms-auto.header-callCvr.mobile-cta li {
    float: left;
}
.navbar-nav.ms-auto.header-callCvr{display:none;}
.slick-list.draggable{ padding: 0 20px !important; }
.home-bannerCvr .btn-wrap button{ padding: 2px 2px; }
.home-bannerCvr .btn-wrap button svg{ padding: 9px 12px; }
.home-bannerCvr .btn-wrap button.slider-btn.prev-btn { left: 4px; }
.home-bannerCvr .btn-wrap button.slider-btn.next-btn { right: 4px; }
.home-bannerCvr .banner-item .banner-text-wrapper .banner-sub-title { font-size: 30px; margin-bottom: 5px; }
.home-bannerCvr .banner-item .banner-text-wrapper .banner-title { font-size: 36px; padding: 10px 0px; }
.inner-bannerCvr .banner-item .banner-text-wrapper .banner-title { font-size: 33px; padding: 10px 0px; }

.home-bannerCvr .banner-item .banner-text-wrapper { top: 22%; }
.about-wrapper .about-img { margin-bottom: 2em; text-align: center; }
.home-about-section { padding: 4em 0px; position: relative; }
.sectionCvr { padding: 4em 0px; }
.title-block .title{font-size: 30px;}
.location-sec::before, .location-sec::after { width: 260px; height: 386px; }
.various-size-wrapper { padding: 2em 1em; border-radius: 1em; }
.various-size-wrapper .various-size-text { padding-right: 4em; width: 34%; }
.various-size-wrapper .various-size-text .text { font-size: 1.8rem; }
.home-video-sec .videoblk { height: 555px; }
.strength-details { padding-right: 0px; }
.strength-lists .strength-block > span { font-size: 16px; }
.strength-lists .strength-block .strength-info p:first-child { font-size: 2.2em; }
.strength-lists { padding-left: 4em; }
    .global-sec-wrapper {
        border-radius: 2em;
        padding: 4em 1em;
    }
.global-sec-text .title-block, .global-sec-text .block-desc {
    text-align: center;
}
.global-sec-text .title-block .title::after {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.global-sec-wrapper .global-sec-number .number-block {
    position: relative;
    margin-bottom: 0;
    float: left;
    width: 50%;
    text-align: center;
}
.global-sec-number > p {
    text-align: center;
    margin-bottom: 6em;
}
    .global-sec-wrapper::after {
        width: 300px;
        height: 120px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .client-title-wrap > .title {
    font-size: 2.5em;
    margin-bottom: 0px;
    line-height: 1.2;
}
.client-seprtor {
    width: 40%;
    height: 1px;
    background: #000000;
    margin: 0 2em;
}
    .catalog-sec .catalog-text-wrap {
        padding: 3em 2em 3em 2em;
    }
    .catalog-sec .catalog-text-wrap .title-block {
    text-align: center;
}   
.catalog-sec .catalog-text-wrap .title-block .title::after {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.catalog-sec .catalog-text-wrap .catalog-text {
    text-align: center;
}
.ftrCvr .ftrtopCvr .ftrtop .ftr-about-block {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1em;
}
.ftrsocialLinks {
    justify-content: center;
    margin-right: 0em;
}
.ftrCvr .ftrtopCvr {
    padding: 4em 0px 3em;
}
.contact-sec .contact-wrapper .contact-frmCvr .title-block .title {
    margin-bottom: 3px;
    padding-bottom: 3px;
    color: #000000;
    font-weight: 500;
    padding-right: 0;
    font-size: 30px;
}
.contact-details-wrap {
    padding-right: 0;
}
.inner-bannerCvr::before, .inner-bannerCvr::after { width: 20px; }
.inner-bannerCvr { padding: 0 1.4em; }
.about-page-tagline .tagline {  font-size: 2.5em; }
.mv-block-wrapper {
    position: relative;
    margin-bottom: 2em;
    padding: 0 0em 5em;
}
 .mv-block {
        min-height: 27em;
        margin-bottom: 2em;
        padding: 2em;
    }
    .mfg-text-wrapper { padding-left: 0;     }
    .mfg-wrapper .mfg-image { margin-bottom: 2em; }
    .dealer-inq-sec .dealer-frm-wrapper { padding: 3em 2em 1.5em; }
    .career-text-wrapper {
    padding: 2em 0em 3em 0px;
}
.career-sec .career-frm-wrapper {
    background: #fbfbfb;
    padding: 2em 2em 0em;
    border-radius: 30px;
    border: 1px solid #D3D3D3;
    margin: 0 1em;
}
.global-page-sec .global-sec-number {
    padding: 0px 4em;
    margin: 2em 0px;
}
.global-page-sec .global-sec-number .number-block {
    position: relative;
    margin: 1em 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    text-align: center;
}
.global-page-sec .global-sec-number .number-block p {
    margin-bottom: 0px;
    display: block;
    width: 100%;
}
.wordwide-sec .wordwide-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    padding: 2em 0em;
    border-radius: 40px;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
}
.wordwide-sec .wordwide-wrapper p {
    margin: 20px 0px;
    font-size: 2.8em;
    line-height: 1.2;
        text-align: center;
}
.productlistingsec .listingsidebar {
    padding: 0 10px;
}
.productlistingsec .catprolisting {
    padding: 0 0px;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: unset !important;
}
.woocommerce .productlistingsec ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 48% !important;
    margin: 0 1% !important;
    margin-bottom: 20px !important;
}
.productdetailsec::before{ display: none; }
.productdetailsec .productsummary .product_title { font-size: 30px; }
  .journey-border-top, .journey-border-btm { display: none; }
  .journey-wrapper .journey-lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
    .journey-wrapper .journey-lists .journey-block {
        margin: 0px 12px 2em;
        min-height: 28em;
        padding: 16px;
        width: 29%;
        border-radius: 34px;
    }
.warehouse-sec.sectionCvr { padding-top: 0; }
.warehouse-sec .warehouse-img { margin-top: 2em; }
.tile-calfrm  { margin-bottom: 2em; }
.jobpost-sec .sjb-page .col-sm-10 {width: 100%!important;}
.jobpost-sec .sjb-page .list-data .v1 .job-info{margin-bottom: 10px!important;}
.about-wrapper .about-img{margin: 55px 0 0 0;padding: 0 7em;}
.funfact-countCvr .funfact-lists li .funfact-number { font-size: 2.8em; }
.funfact-block-wrapper { padding: 3em 0px; }
.funfact-countCvr .funfact-lists li {
    width: 50%;
    padding: 1em 2em;
    text-align: center;
}
.funfact-countCvr .funfact-lists li .funfact-number { justify-content: center; }
.funfact-countCvr .funfact-lists li:nth-child(2n)::after {
    display: none;
}


}
@media screen and (max-width: 870px) { 
.home-bannerCvr .banner-item .banner-text-wrapper .banner-desc { padding: 0px; display: none; }
.home-bannerCvr .banner-item .banner-text-wrapper { top: 26%; }
.home-about-section .about-text-wrapper { padding: 0px; }
.home-about-section::after { width: 90%; }
.location-sec { border-radius: 3em 3em 0px 0px; }
.home-video-sec .videoblk { height: 460px; }
.certi-img img{ width: 100%; }
}
@media screen and (max-width: 768px) { }
@media screen and (max-width: 767px) { 
.slick-list.draggable{ padding: 0px !important; }
.inner-bannerCvr::before, .inner-bannerCvr::after { display: none; }
.inner-bannerCvr { padding: 0px; }
.home-bannerCvr .btn-wrap button.slider-btn.prev-btn { left: 10px; }
.home-bannerCvr .btn-wrap button.slider-btn.next-btn { right: 10px; }
.home-bannerCvr .btn-wrap{ top:42%; }
.home-bannerCvr .banner-item .banner-text-wrapper .banner-title { font-size: 24px; }
.inner-bannerCvr .banner-item .banner-text-wrapper .banner-title { font-size: 24px; }
.home-bannerCvr .banner-item .banner-text-wrapper .banner-cta a { padding: 4px 18px; font-size: 12px; }
.home-bannerCvr .banner-item .banner-img, .home-bannerCvr .banner-item .banner-img img, .home-bannerCvr .banner-item .banner-img::before { border-radius: 12px; }
.home-bannerCvr .btn-wrap button { padding: 1px 1px; }
.home-bannerCvr .btn-wrap button svg { padding: 5px 8px; font-size: 12px; }
.location-big-icon { width: 85px; position: absolute; right: 20px; top: 18px; }
.various-size-wrapper {
        padding: 2em 1em;
        border-radius: 1em;
        flex-wrap: wrap;
    }
.various-size-wrapper::before {
        width: 180px;
        height: 250px;
    }
.various-size-wrapper .various-size-text {
        padding-right: 0;
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
.various-size-wrapper .various-size-text .text { font-size: 2rem; }
.various-size-text::after {
    content: '';
    background: #D1D1D1;
    width: 76%;
    height: 1px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
.various-size-wrapper .various-size-img {
    position: relative;
    text-align: center;
    width: 100%;
}
.various-size-wrapper .various-size-img img {
    width: 90%;
    text-align: center;
}
.home-video-sec .videoblk { height: 460px; }
.strength-lists { padding-left: 0; margin-top: 2em; }
.client-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
    .client-title-wrap > .title {
        font-size: 2em;
        margin-bottom: 0px;
        line-height: 1.2;
        text-align: center;
    }
        .client-seprtor {
        margin: 2em 2em;
        width: 100%;
    }
    .client-slider {
    margin-top: 1em;
}
.quote-sec .quote-text {
    font-size: 37px;
    font-weight: 400;
    line-height: 1.2;
}
.cta-frmCvr {
    border-radius: 0px 0px 30px 30px;
}
    .home-multi-sec .multiblk {
        margin-bottom: 2em;
        padding-bottom: 2em;
    }
    .home-multi-sec .multiblk::after {
    content: '';
    background: #C6C6C6;
    width: 34%;
    height: 1px;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
}
.ftrCvr .ftrtopCvr .ftrtop .ftr-about-block {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1em;
    flex-wrap: wrap;
    flex-direction: column;
}
.ftrCvr .ftrtopCvr .ftrtop .ftr-about-block p::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.ftrCvr .ftrtopCvr .ftrtop .ftr-about-block p {
    margin-bottom: 0px;
    position: relative;
    margin-left: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 20px;
    top: 0px;
    padding-top: 30px;
    margin-top: 30px;
}
.product-links.footerlink ul li {
    float: left;
    width: 100%;
}
.contact-details-wrap {
    margin-bottom: 2em;
}
.about-page-tagline .tagline {  font-size: 2.2em; line-height: 1.2; }
    .mv-block-wrapper {
        position: relative;
        margin-bottom: 2em;
        padding: 0 0em 2em;
    }
    .mv-block {
        min-height: auto;
        margin-bottom: 2em;
        padding: 2em;
    }
.core-values-lists [class*="col-"]:nth-child(even) .core-values-block {
    padding-left: 0em;
}.core-values-lists [class*="col-"]:nth-child(odd) .core-values-block {
    padding-right: 0em;
}
.core-values-lists .core-values-block {
    min-height: auto;
    margin-bottom: 2em;
}
.certi-img {
    border: 5px inset #dedede;
    padding: 0 10px;
    margin: 0 0px 2em 0px;
}

.certi-img img {
    width: 100%;
}
.sectionCvr {  padding: 3em 0px; }
.inner-bannerCvr .banner-item .banner-img, 
.inner-bannerCvr .banner-item .banner-img img { border-radius: 14px; }
.career-img { text-align: center; }
.global-page-sec .global-sec-number {
        padding: 0px 0em;
        margin: 2em 0px;
    }
    .catalog-block {padding: 1em; border-radius: 10px; }
    .catalog-block .catalog-title { font-size: 16px; }
.productdetailsec .productsummary .product_title { font-size: 28px; }
.journey-wrapper .journey-lists .journey-block {
    margin: 0px 12px 2em;
    min-height: 28em;
    padding: 16px;
    width: 44%;
    border-radius: 30px;
}
.calcfrm, .calc-data {
    padding: 3em 2em 3em;
}
.copyright-text {
    text-align: center;
    margin-bottom: 7px;
}
div#google_translate_element {
    text-align: center;
}


.jobpost-sec .sjb-page .list-data .v1 .job-info a{font-size: 18px!important;line-height:22px;font-family: "DM Sans", sans-serif;}
.blogcntsec .ttlblk .title {font-size: 24px;}
.about-wrapper .about-img{padding: 0 3em;}


}
@media screen and (max-width: 728px) { }
@media screen and (max-width: 680px) {
.various-size-wrapper .various-size-text .text {
        font-size: 1.5rem;
    }
        .home-video-sec .videoblk {
        height: 350px;
    }.location-sec::before, .location-sec::after {
        width: 100px;
        height: 180px;
    }
    .inner-bannerCvr .banner-item .banner-text-wrapper{ width: 40%; }
.product-viewbtns .viewbtns-lists {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: column;
}
.product-viewbtns .viewbtns-lists li {
    margin-right: 0;
    margin-bottom: 14px;
}
.product-viewbtns .surface-video a { justify-content: center; }
.product-viewbtns .surface-video { padding: 1em 0px; }
 }
@media screen and (max-width: 640px) { }
@media screen and (max-width: 580px) {
.vsinglejobpost .blogcntsec .sjb-page{padding: 0 20px 20px 20px!important;}
.about-wrapper .about-img{margin: 35px 0 0 0;}
 }
 .vsinglejobpost .blogcntsec .ttlblk {padding:0 15px;}
}
@media screen and (max-width: 575px) { 
.catalog-lists .col-xxl-4.col-xl-4.co-lg-4.col-md-6.col-sm-6 {
    width: 50%;
}
.event-gallery .gallery-img img {
        width: 100%;
        height: 330px;
    }

}
@media screen and (max-width: 520px) { 
.home-bannerCvr .banner-item .banner-text-wrapper .banner-title {
        font-size: 20px;
        margin-bottom: 13px;
        padding: 7px 0px;
    }
    .inner-bannerCvr .banner-item .banner-text-wrapper .banner-title {
        font-size: 20px;
        margin-bottom: 13px;
        padding: 7px 0px;
    }
    .home-bannerCvr .banner-item .banner-text-wrapper .banner-sub-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .home-bannerCvr .banner-item .banner-text-wrapper{ width: 40%; }
    
    .home-bannerCvr .banner-item .banner-text-wrapper {
        top: 25%;
    }
.ftrCvr .ftrtopCvr .ftrtop .ftr-about-block .ftr-logo {
    width: 220px; }
    .dealer-inq-sec .dealer-frm-wrapper {
        padding: 1.4em 20px 1.5em;
    }
    .woocommerce .productlistingsec ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100% !important;
    margin: 0 1% !important;
    margin-bottom: 20px !important; }
.woocommerce table.shop_attributes th {
    width: 100px !important; }
    .product-btns-wrapper .product-btns { justify-content: center; }

}
@media screen and (max-width: 480px) { }
@media screen and (max-width: 460px) { 

    .home-video-sec .videoblk {
        height: 230px;
    }     .catalog-lists .col-xxl-4.col-xl-4.co-lg-4.col-md-6.col-sm-6 {
        width: 100%;
    }
    .event-gallery .gallery-img img {
        width: 100%;
        height: 180px;
    }
    .journey-wrapper .journey-lists .journey-block {
        margin: 0px 12px 2em;
        min-height: auto;
        padding: 20px;
        width: 100%;
        border-radius: 30px;
    }
    .blogcntsec .ttlblk .title {font-size: 20px;margin-bottom: 0;}
    .about-wrapper .about-img { padding: 0 1.5em; }
     }
@media screen and (max-width: 440px) {
    .event-gallery .gallery-img img {
        width: 100%;
        height: 250px;
    }
 }
@media screen and (max-width: 420px) { 
.funfact-block-wrapper {
    margin: 0px;
    padding-bottom:0;
}
.funfact-countCvr .funfact-lists li {
        width: 100%;
        margin: 0 0em 2em;
        text-align: center;
    }
    .funfact-countCvr .funfact-lists li::after {
    width: 80%;
    height: 1px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    }
    .funfact-countCvr .funfact-lists li:nth-child(2n)::after {
    display: block;
    }
     .funfact-countCvr .funfact-lists li:last-child:after{display:none;}

 }
@media screen and (max-width: 380px) {
/*    ul.navbar-nav.ms-auto.header-callCvr.mobile-cta{ display: none; }*/
    ul.navbar-nav.ms-auto.header-callCvr.mobile-cta .header-call.header-cta-btn {display: none;}
    .header-nav .navbar-brand {margin-right: 0;}
    .header-nav .header-wrap .navbar-toggler {padding: 6px 6px;}
    .header-nav .header-wrap .navbar-toggler-icon {font-size: 18px;line-height: 22px;}
    .header-call:first-child a {margin-right: 3px;}
.home-bannerCvr .banner-item .banner-text-wrapper {
        top: 20%;
    }
    .home-bannerCvr .banner-item .banner-img::after { width: 72%;}
.global-sec-wrapper .global-sec-number .number-block {
        position: relative;
        margin-bottom: 0;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 1em;
    }
    .yoe-text-wrapper .yoe-block .yoe-number {
    font-size: 3em; }
    .certified-details-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.certified-details-wrapper .logo-block {
    margin-right: 0;
    padding-right: 0;
    position: relative;
    width: 100%;    text-align: center;
    margin-bottom: 13px; }
    .certified-details-wrapper .logo-lists { text-align: center; }
    .certified-details-wrapper .logo-lists img { height: 28px; }
  .about-page-block .about-wrapper .yoe-block span { font-size: 4em; } 
      .global-page-sec .global-sec-number {
        padding: 0px 0em;
        margin: 2em 0px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .global-page-sec .global-sec-number::before {
    content: '';
    width: 50%;
    height: 1px;
    background: #C2C2C2;
    right: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 50%;
}
.global-page-sec .global-sec-number .number-block .number {
    margin-right: 0;
} 
    .cat-about-sec .certified-details-wrapper .logo-lists {text-align: start;}
 }
@media screen and (max-width: 340px) 
{
    .home-video-sec .videoblk {height: 180px;} 
    .introduces-wrapper .introduces-desc-wrapper .title{ line-height:1.2; }
    .about-wrapper .about-img {padding: 0;}
}


