:root{
    --filter_top: 52px; 
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Moderat' !important;
    font-weight: 400;
}
ul {
    padding: 0;
    list-style: none;
}
input:focus, select:focus, button:focus {
    outline: none;
}
.medium{
    font-family: 'Moderat';
    color: #000; font-weight:500;
}
.b-0{
    border: none !important;
}
.block{
    display: block;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

/* ================================================== */
/* Fonts */ 
/* ================================================== */
@font-face {
    font-family: BreuerText;
    src: url(../fonts/BreuerText.ttf);
}
@font-face {
    font-family: BreuerText-Light;
    src: url(../fonts/BreuerText-Light.ttf);
}
@font-face {
    font-family: BreuerText-Medium;
    src: url(../fonts/BreuerText-Medium.ttf);
}

/* ================================================== */
/* Header */ 
/* ================================================== */
header {
    background: #ddeffa;
    padding: 25px 0px 30px;
}
header > .container {
    max-width: 1040px;
}
header nav, header ul {
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    padding: 0 !important;
}
header ul li a,header ul li button {
    color: #333 !important;
    font-size: 17px;
    padding: 15px 0px !important;
    position: relative;
}
header ul li a:hover:after, 
header ul li a.active:after,
header ul li button:hover:after,
header ul li button.active:after {
    content: "";
    background: #ce181e;
    width: 100%;
    height: 2px;
    position: absolute;
    left:0;
    bottom: 5px;
}
header ul li a.active,
header ul li a:hover,
header ul li button.active,
header ul li button:hover {
    color: #ce181e !important;
}
header ul li a.active:after,
header ul li button.active:after {
    background: #ce181e !important;
}
.right-buttons {
    margin-left: 40px;
}
.right-buttons a,
.right-buttons button {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    font-size: 17px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
}
.right-buttons a:hover,
.right-buttons button:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}
.head-search a,.head-search button{
    background: #ce181e;
    position: relative;
    z-index: 999;
}
.head-social a {
    background: #0274b3;
    margin-left: 10px;
}
.head-search form {
    position: relative;
}
.head-search form input {
    position: absolute;
    right: 0;
    width: 0px;
    border-radius: 50px;
    box-shadow: 0px 0px 8px #d3d3d3 !important;
    -webkit-box-shadow: 0px 0px 8px #d3d3d3 !important;
    -moz-box-shadow: 0px 0px 8px #d3d3d3 !important;
    -ms-box-shadow: 0px 0px 8px #d3d3d3 !important;
    -o-box-shadow: 0px 0px 8px #d3d3d3 !important;
    outline: none !important;
    border: 0;
    height: 37px;
    padding: 10px 37px 10px 20px;
    z-index: 1 !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    visibility: hidden;
}
.head-search form input::placeholder {
    color: #333;
    opacity: 1;
}
.head-search form input::-webkit-placeholder {
    color: #333;
    opacity: 1;
}
.head-search form input::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.head-search form input::-ms-placeholder {
    color: #333;
    opacity: 1;
}
.head-search form input::-o-placeholder {
    color: #333;
    opacity: 1;
}

/* ================================================== */
/* Banner */ 
/* ================================================== */
.banner {
 /*   background: #ddeffa url("../images/banner-bg.jpg") no-repeat;*/
    padding: 55px 0px 330px 0px;
    background-position: center;
    background-size: cover;
}
.banner .logo{
    text-align: center;
    margin-bottom: 15px;
    margin-top: -35px;
}
.banner .logo img{
    width: 100%;
    max-width: 280px;
}
.banner p{
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
.banner p a{
    color: #ce181e;
}
.banner h1 {
    font-family: BreuerText-Light;
    font-size: 42px;
    color: #6e6f71;
    line-height: 40px;
}
.banner h2 {
    font-family: BreuerText-Medium;
    font-size: 38px;
    color: #ce181e;
    line-height: 40px;
}
.banner a.ban-btn {
    font-size: 17px;
    color: #ce181e;
    padding: 5px 19px;
    border: 1px solid #ce181e;
    background: transparent;
    display: inline-block;
    margin-top: 10px;
}
.banner a.ban-btn:hover {
    background: #ce181e;
    color: #fff;
    text-decoration: none;
}
.banner a.ban-btn:after {
    content: '\f061';
    font-family: FontAwesome;
    font-weight: light;
    margin:0px 0px 0px 10px;
    text-decoration:none;
}

/* ================================================== */
/* Intro */ 
/* ================================================== */
.intro {
    margin: 80px 0px 60px;
}
.intro > .container {
    max-width: 950px;
}
.intro h1 {
    font-size: 38px;
     
    line-height: 42px;
    color: #ce181e;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.intro p {
    font-size: 22px;
    
    line-height: 32px;
    color: #333;
    margin-bottom: 0px;
}

/* ================================================== */
/* Under Construction */ 
/* ================================================== */
.under-construction {
    position: relative;
    margin: 30px 0px;
}
.under-construction > .container {
    max-width: 950px;
}
.under-construction:before {
    content:"";
    background: #d5d5d5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.under-construction .inner-wrap {
    padding: 15px 20px 25px;
    border: 1px solid #d5d5d5;
    position: relative;
    background: #fff;
}
.under-construction .inner-wrap:before,
.under-construction .inner-wrap:after {
    content:"";
    background: #ce181e;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.under-construction .inner-wrap:before {
    left: -1px;
}
.under-construction .inner-wrap:after {
    right: -1px;
}
.under-construction p {
    font-size: 22px;
    font-family: BreuerText-Light;
    line-height: 32px;
    color: #333;
    margin-bottom: 0px;
}
.under-construction p strong {
    font-family: BreuerText-Medium;
    color: #ce181e;
    margin-bottom: 10px;
    font-weight: 500;
}
.under-construction a {
    color: #ce181e;
}
.under-construction a:hover {
    text-decoration: underline;
    color: #ce181e;
}

/* ================================================== */
/* Footer */ 
/* ================================================== */
footer {
    margin-bottom: 60px;
}
footer ul {
    margin-bottom: 0px;
}
footer ul li a, footer p {
    font-size: 16px;
    font-family: BreuerText-Light;
    line-height: 26px;
    color: #666;
    margin-bottom: 0px;
    display: inline-block;
}
footer ul > li:not(:last-child) a:after {
    content:"";
    background: #666;
    width: 1px;
    height: 10px;
    margin: 0px 8px;
    display: inline-block;
}
footer ul li a:hover {
    text-decoration: underline;
    color: #ce181e;
}

/* ================================================== */
/* about */
/* ================================================== */
.inner-wrapper .banner {
    padding: 70px 0px 100px;
    background-position: center 31%;
}
.inner-wrapper .banner h1{
    color: #ce181e;
    text-transform: uppercase;
    font-size: 36px;
}
.inner-wrapper h2{
    font-size: 34px;
    
    color: #ce181e;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.inner-wrapper p{
    font-size: 20px;
    color: #666;
    line-height: 30px;
     
    margin: 0px;
}
.cmmn-style{
    padding: 50px 0px;
}
.about-cnt figure {
    margin-bottom: 0px !important;
    text-align: right;
}
.about-cnt{
    background-color: #f2f2f6;
}
.about-cnt figure img{
    display: inline-block;
    max-width: 555px;
}
.white-bx{
    max-width: 616px;
    width: 100%;
    background-color: #fff;
    padding: 60px 34px;
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid #ce181e;
}
.white-bx p span{
    color: #333;
}
.inner-wrapper footer ul{
   
}
.assured-supply{
    padding-bottom: 65px;
}

/* ================================================== */
/* contact */
/* ================================================== */
.our-company p a{
    color: #ce181e;
}
.address {
    margin-top: 50px;
    
}
.address h3 {
    font-size: 24px;
    color: #ce181e;
    margin-bottom: 10px;
    font-family:Moderat;font-weight:500
}
.address address {
    font-size: 20px;
    color: #666;
    line-height: 30px;
    margin-bottom: 20px;
}
.address ul li a {
    font-size: 20px;
    color: #ce181e;
    line-height: 30px;
}

/* ================================================== */
/* product */
/* ================================================== */

.cmmn-style h4{
    font-size: 20px;
    font-family:Moderat; font-weight:500
}
.prdct-cnt h4{
    margin: 30px 0px 20px;
}
.cmmn-style ul li{
   
    font-size: 20px;
    color: #666;
    position: relative;
    padding-left: 21px;
    margin-top: 20px;
}
.cmmn-style ul li a{
    color: #666;
    transition: all 0.3s;
}
.cmmn-style ul li a:hover{
    color: #ce181e;
    text-decoration: none;
}
/* .cmmn-style ul li:first-child{
    margin-top: 0px;
} */
/* .cmmn-style ul li:before{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../images/list-style.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 11px;
}  */
/*.prdct-cnt ul li:before{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../images/list-style.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 11px;
} */
.cmmn-style .address li ul li{
    padding-left:0px;
}
.cmmn-style .address li ul li:before{
    display:none;
}
.prdct-bottom {
    margin-top: 45px;
}
.prdct-bottom p{
    max-width: 520px;
}

/* ================================================== */
/* format-manual */
/* ================================================== */
.format-manual h2{
    text-transform: uppercase;
}
.accordion-sec {
    margin-top: 50px;
}
.accordion-sec h2{
    color: #000000;
}
.accordion-sec .card-header{
    padding: 0px;
    border: none;
    background-color: inherit;
}
.accordion-sec .btn.btn-link{
    padding: 0px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #ce181e;
    
    text-decoration: none;
    position: relative;
    white-space: normal;
}
.accordion-sec .btn.btn-link:after{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    background-image: url(../images/close.png);
    background-color: #333;
}
.accordion-sec .btn.btn-link.collapsed:after{
    background-image: url(../images/open.png);
    background-color: #ce181e;
}
.accordion-sec .btn.btn-link:after{

}
.accordion-sec .card{
    border: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 0px;
    border-radius: 0px;
}
.accordion-sec .card-body {
    padding: 0px;
     font-weight:300;
    font-size: 20px;
    color: #231f20;
    margin: 10px 0px;
    max-width: 1200px;
}

/* ================================================== */
/* Responsive */
/* ================================================== */

.regulatory-information .cmmn-style p{
    margin-bottom: 22px;
}
.regulatory-information .cmmn-style ul li{
    margin-top: 0px;
    padding: 0px 15px;
}
.regulatory-information .cmmn-style ul li:before{
    display: none;
}
.sheet-head {
    background-color: #ce181e;
    color: #fff;
    padding: 10px 25px;
}
.sheet-head h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}
.sheet-head ul.row{
    margin-bottom: 0px;
}
.sheet-head ul li:last-child{
    text-align: center;
}
.sheet-body {
    padding: 14px 25px;
    border-bottom: 1px solid #e5e5e5;
}
.sheet-body ul.row{
    margin-bottom: 0px;
}
.sheet-body ul li:last-child {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sheet-body ul li:first-child {
    padding-right: 35px;
}
.sheet-body:last-child{
    border: none;
}
.sheet-body button.btn.btn-primary {
    background: none;
    border: none;
    outline: 0 !important;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: none !mportant;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.modal-cnt .modal-dialog {
    max-width: 830px;
}
.modal-cnt{
    text-align: center
}
.modal-cnt li {
    font-size: 18px !important;
}
.modal-cnt .sheet-body {
    padding: 11px 25px;
}
.modal-cnt .modal-content {
    padding: 45px 40px 46px;
    border-radius: 0px;
}
.modal-cnt .modal-header {
    padding: 0px;
    padding-bottom: 12px;
    border: none;
}
.modal-cnt .modal-header h5{
    font-size: 28px;
    color: #ce181e;
     
}
.modal-cnt .close {
    font-size: 47px;
    padding: 0px !important;
    position: absolute;
    right: 34px;
    top: 22px;
     
    color: #ce181e;
    opacity: 1;
}
.checkmark-cnt {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmark-cnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 18px;
    width: 18px;
    border: 1px solid #e5e5e5;
}
.checkmark-cnt input:checked ~ .checkmark {
    border: 1px solid #e5e5e5;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkmark-cnt input:checked ~ .checkmark:after {
    display: block;
}
.checkmark-cnt .checkmark::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #ce181e;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.tab-wrapper{
    text-align: left;
}
.tab-wrapper .nav-pills .nav-item{
    padding: 0px;
    margin-right: 42px;
}
.tab-wrapper .nav-pills{
    border-bottom: 1px solid #e5e5e5;
}
.tab-wrapper .nav-pills .nav-item .nav-link {
    padding: 0px;
    background-color: transparent;
    font-size: 18px;
    color: #666;
    font-weight: 500;
    
    border-radius: 0px;
    padding-bottom: 9px;
}
.tab-wrapper .nav-pills .nav-item .nav-link.active{
    color: #ce181e;
    border-bottom: 2px solid #ce181e;
}
.tab-cnt{
     
}
.tab-cnt h4{
    font-size: 18px;
}
.tab-cnt .input-wrapper{
    margin-top: 16px;
}
.tab-cnt .input-wrapper .input-feild{
    margin-bottom: 18px;
}
.tab-cnt .input-wrapper .input-feild input{
    width: 100%;
    height: 38px;
    padding: 0px 20px;
    font-size: 16px;
    color: #666;
    border: 1px solid #e5e5e5;
}
.check-cnt label {
    font-size: 18px;
    line-height: 26px;
    color: #666;
}
.tab-cnt1 {
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
}
.check-wrapper {
    margin-top: 14px;
}
.tab-cnt p {
    font-size: 18px;
    line-height: 26px;
}
.tab-cnt button.submit {
    font-size: 17px;
    color: #ce181e;
    padding: 7px 47px 7px 20px;
    border: 1px solid #ce181e;
    position: relative;
    outline: 0;
    background-color: inherit;
    font-family: BreuerText;
    text-transform: uppercase;
    cursor: pointer;
}
.tab-cnt button.submit:after{
    content: "";
    position: absolute;
    background-image: url(../images/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

/* ================================================== */
/* Software & News */
/* ================================================== */
.software-wrapper .cmmn-style h4{
    margin: 0;
    margin-bottom: 25px;
    font-size: 22px;
    color: #ce181e;
}
.news-wrapper .cmmn-style p,
.software-wrapper .cmmn-style p{
    margin-bottom: 20px;
}
.download-btn {
    display: inline-block;
    font-size: 20px;
    color: #ce181e;
}
.download-btn img{
    margin-right: 10px;
    vertical-align: sub;
}
/****************************AJ*/
#soft-dwn-btn {
    display: inline-block;
    font-size: 20px;
    color: #ce181e;
    box-shadow: 0px 0px 0px transparent;
}
#soft-dwn-btn img{
    margin-right: 10px;
    vertical-align: sub;
}
#download button:hover{
    text-decoration: underline;
}
#download a{
   font-weight: bold;
   font-size: 19px;
}
/***********************************/
.img-caption{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    font-style: italic;
}
.software-wrapper .cmmn-style .prdct-bottom + .prdct-bottom{
    margin-top: 60px;
    padding-bottom: 10px;
}
.software-wrapper .cmmn-style .prdct-bottom + .prdct-bottom:before{
    content: '';
    position: relative;
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #d5d5d5;
    margin-left: 15px;
    margin-bottom: 60px;
}
.news-wrapper .prdct-cnt h4{
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px;
    color: #ce181e;
}
.news-wrapper .news-box{
    margin-top: 25px;
}
.news-wrapper .news-bottom{
    margin-top: 40px;
}
.news-img-box{
    display: inline-block;
    float: right;
    max-width: calc(49% + 15px);
    padding-left: 30px;
}
.news-wrapper .cmmn-style .news-box p{
    line-height: 1.6;
}
.full-box{
    margin-top: 25px;
}
.news-date{
    font-size: 14px;
    color: #000;
    display: block;
}
header ul li{
    padding: 0 15px;
}

#accept-cookie{
    background-color: unset !important;
    font-size: 17px !important;
    font-weight: 100 !important;
    color: #ce181e !important;
     
    border: none;
    padding: 0px;
}
#accept-cookie:hover{
    text-decoration: underline;
}
#soft, .wpcf7-form h4{
    color: black;
    
}
.page-template-new-regulatory-information .head-search button,.page-template-new-regulatory-information .sheet-head,.page-template-new-regulatory-information .cookie-notice-container,.page-template-new-regulatory-information .btn.submit,.page-template-new-regulatory-information header ul li a.active:after,.page-template-new-regulatory-information header ul li a:hover:after{
    /* background: #034ea2; */
    /* background: #ce181e !important; */
}
.page-template-new-regulatory-information .banner h1,.page-template-new-regulatory-information .cmmn-style h2,.page-template-new-regulatory-information .modal-cnt .modal-header h5,.page-template-new-regulatory-information .modal-cnt .close,.page-template-new-regulatory-information .tab-wrapper .nav-pills .nav-item .nav-link.active,.page-template-new-regulatory-information .red, .page-template-new-regulatory-information .highlight,.page-template-new-regulatory-information header ul li a.active, .page-template-new-regulatory-information header ul li a:hover, .page-template-new-regulatory-information .regulatory-information .cmmn-style p a, .page-template-new-regulatory-information .regulatory-information .cmmn-style p a:hover {
    /* color: #034ea2 !important; */
    /* background: #ce181e !important; */
}
.page-template-new-regulatory-information .tab-wrapper .nav-pills .nav-item .nav-link.active,.page-template-new-regulatory-information .wpcf7-list-item-label:after,.page-template-new-regulatory-information .tab-wrapper .nav-pills .nav-item .nav-link.active{
    /* border-color: #034ea2; */
    /* background: #ce181e !important; */
}

/***********NEWS PAGE STYLE***************/
.news-content{
    position: relative;
    background-color: #fff;
    height: calc(100% - 150px);
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 30px 24px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-content h3{
    font-size: 24px;
    margin-bottom: 1em;
}
.news-section > li{
    margin-bottom: 30px;
}
.text-wrap{
    margin-bottom: 1em;
}
.news-section-wrapper{
    background-color: #f9f9fb;
    padding: 77px 0px !important;
}
.thumbnail-image img{
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    transition: 0.5s all ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    /*-webkit-filter: grayscale(1);
    filter: grayscale(1);*/
}
.read-more-news-link a{
    width: 54px;
    height: 54px;
    display: inline-block;
    -webkit-box-shadow: 0 2px 10px 0 rgb(13 165 219 / 30%);
    box-shadow: 0 2px 10px 0 rgb(13 165 219 / 30%);
    background: #fff;
    border-radius: 100px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.read-more-news-link a span{
    display: none;
    margin-right: 1em;
    /*color : #808285;*/
}
.inner-wrapper p{
    font-size: 18px;
    line-height: 1.6;
}
.single-full-banner{ 
    border-radius: 12px;
    -webkit-box-shadow: -4px 4px 20px 0 rgb(187 189 209 / 50%);
    box-shadow: -4px 4px 20px 0 rgb(187 189 209 / 50%);
}
.single-full-banner:hover .news-content{
    background-color: transparent; 
}
.single-full-banner:hover .news-content h3,
.single-full-banner:hover .news-content p{
    color: #fff;
}
.single-full-banner:hover .read-more-news-link a span{
    display: block;
}
.single-full-banner:hover .read-more-news-link a{
    width: 100%;
}
.thumbnail-image{
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    overflow: hidden;
    max-height: 233px;
    position: relative;
    min-height: 233px;
}
.single-news-item:hover .thumbnail-image img{
    transform: scale(1.05);
}

/***********EXPERIENCE PAGE STYLE***************/

.experience .container-fluid.exp{
    padding: 0 8vw;
    margin: 0 auto;        
}
.exp-table{
    overflow: hidden;
    margin-top: 15px;
}
.exp_search{
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.exp_search .icons > img{
    display: none;
    cursor: pointer;
}
/* .exp_search #expSearch:focus + .icons img.search_icon{
    display: none;
} */
.exp_search .icons .clear_icon.active{
    display: block;
}
.exp_search img{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30px;
    z-index: 3;
}
.exp_search #expSearch{
    height: var(--filter_top);
    width: 100%;
    padding: 0 15px;
    outline: none;
    line-height: var(--filter_top);
    border: 2px solid #808285; 
    background: #dee2e6;   
}
.table-range-filter{
    display: none;
}

/* .exp-table > table thead{
    background: #808285;    
} */
.exp-table > table thead th{
    background-color: #808285;
    color: #fff;
    padding: 7px 15px !important;
    text-align: center;
}
.exp-table > table tbody td{
    padding: 7px 15px;
    vertical-align: middle;
    background-color: transparent;
    text-align: center;
}
.exp-table > table tbody tr:nth-child(odd){
    background-color: #e6e7e8;
}
.exp-table > table tbody tr:nth-child(even){
    background-color: #d1d3d4;
}
.exp-table > table tbody tr:nth-child(odd):hover td,
.exp-table > table tbody tr:nth-child(even):hover td{
    background-color: inherit !important;
}

/* ================================================== */
/* News Single Page Style */
/* ================================================== */
.news-img-box img, .row.news-box img{
    object-fit: cover;
    /* -webkit-filter: grayscale(1);
    filter: grayscale(1); */
}

/* ================================================== */
/* Responsive */
/* ================================================== */

@media (max-width: 1600px){
    .about-cnt figure img{
        max-width: 100%;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px){

    .about-cnt {
        background-color: #f2f2f6;
        padding: 60px 0px;
    }
    .white-bx {
        padding: 40px 34px;
    }
    header ul li {
        padding: 0 8px;
    }
    header ul li a{
        font-size: 14px;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media only screen and (max-width: 991px){

    header ul li {
        padding: 0 6px;
    }
    .right-buttons {
        margin-left: 15px;
    }
    .sheet-body {
        padding: 14px 15px;
    }
    .sheet-head {
        padding: 10px 15px;
    }
    .cmmn-style ul li{
        font-size: 17px;
    }
    .modal-cnt .sheet-body {
        padding: 11px 15px;
    }
    .header {
        padding: 10px 0px;
    }
    .navbar-light .navbar-toggler {
        border: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://ww…p='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
    }
    .header nav {
        position: static;
    }
    .header nav .navbar-toggler {
        padding-left: 0px !important;
    }
    .header .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        background: #ce181e;
        top: calc(100% + 15px);
        left: 0px;
        width: 100%;
        padding: 30px 0px;
        z-index: 999;
        margin: 0;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(206,24,30,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .header nav ul {
        display: block;
    }
    .header nav a {
        margin: 0px 30px;
        padding: 7px 0 !important;
        color: #fff !important;
    }
    .header nav a::after {
        height: 1px !important;
        bottom: 5px !important;
    }
    header ul li a.active, header ul li a:hover {
        color: #fff !important;
    }
    header ul li a.active::after{
        display: none;
    }
    .news-section > li{
        flex-basis: 50%;
        max-width: 50%;
    }
    .experience .container-fluid.exp{
        padding: 0 20px;
    }
}
   
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px){

    
    .banner {
        padding: 55px 0px 104px 0px;
        background-position: center 100% !important;
        background-size: 100%;
    }
    .banner h1, .intro h1 {
        font-size: 31px;
    }
    .banner h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .banner h2 .d-block, .intro h1 .d-block {
        display: inline !important;
    }
    .intro {
        margin-top: 60px !important;
    }
    .intro p, .under-construction p {
        font-size: 20px;
    }
    footer {
        margin-bottom: 40px;
    }
    footer ul > li:not(:last-child) a:after {
        margin: 0px 7px;
    }
    footer ul li a, footer p {
        font-size: 15px;
    }
    .under-construction .inner-wrap {
        padding: 15px 11px 20px;
    }
    .head-search form input {
        max-width: 210px;
        padding: 10px 37px 10px 15px;
    }
    .about-cnt figure {
        margin-top: 32px;
    }
    .address {
        text-align: center;
    }
    .address li.col-md-4{
        margin-bottom: 30px;
    }
    .address li.col-md-4:last-child{
        margin-bottom: 0px;
    }
    .address address {
        margin-bottom: 8px;
    }
    .contact-wrapper .our-company{
        text-align: center;
    }
    .prdct-bottom {
        margin-top: 32px;
    }
    .prdct-bottom p{
        margin-bottom: 30px;
    }
    .format-manual .prdct-cnt p{
        margin-bottom: 30px;
    }
    .accordion-sec h2{
        font-size: 27px;
        line-height: 35px;
    }
    .sheet-head h4{
        font-size: 16px;
    }
    .sheet-body ul li:first-child {
        padding-right: 15px;
    }
    .cmmn-style ul li {
        font-size: 15px;
    }
    .check-cnt label {
        font-size: 16px;
    }
    .tab-cnt p {
        font-size: 16px;
    }

    /* Software & News */
    .order-m1{
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
    }
    .order-m2{
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }
    .img-caption{
        display: block;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .news-img-box {
        display: block;
        float: none;
        max-width: 100%;
        padding-left: 0;
    }
    .news-wrapper .prdct-cnt h4{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .full-box {
        margin-top: 0;
    }
    header ul li a{
        font-size: 16px;
    }
    .news-section > li{
        flex-basis: 100%;
        max-width: 100%;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px){

    .cmmn-style {
        text-align: center;
    }
    .inner-wrapper p{
        font-size: 18px;
    }
    .white-bx {
        padding: 40px 20px;
        text-align: center;
    }
    .inner-wrapper .banner {
        padding: 52px 0px 62px;
    }
    .banner h1, .intro h1 {
        font-size: 27px;
    }
    .address {
        margin-top: 30px;
    }
    .address address{
        font-size: 18px;
    }
    .address ul li a{
        font-size: 18px;
    }
    .product-wrapper h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .prdct-cnt h4 {
        line-height: 26px;
    }
    .cmmn-style ul li {
        font-size: 18px;
        text-align: left;
    }
    .inner-wrapper h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .accordion-sec .btn.btn-link{
        font-size: 18px;
        padding-right: 40px;
    }
    .accordion-sec .card-body{
        font-size: 18px;
        text-align: left;
    }
    .sheet-body,.sheet-head {
        width: 100%;
        overflow-x: scroll;
    }
    .sheet-body ul,.sheet-head ul {
        width: 575px;
    }
    .cmmn-style ul li{
        font-size: 14px;
    }
    .modal-cnt .modal-header h5 {
        font-size: 24px;
        line-height: 34px;
    }
    .modal-cnt .modal-content {
        padding: 45px 10px 46px;
    }
    .modal-content .sheet-body ul,.modal-content .sheet-head ul{
        width: 100%;
    }
    .tab-cnt p {
        font-size: 16px;
    }
}

@media (max-width: 400px){
    .modal-content .sheet-body ul,.modal-content .sheet-head ul{
        width: 400px;
    }
}

   /* edit by shfr */


.table-range-filter{
    display: none;
    position: absolute;
    /* right: 205px; */
    background: rgb(255, 255, 255);
    /* margin-top: 51px; */
    border: 2px solid rgb(128, 130, 133);
    min-width: 570px;
    padding: 30px;  
    right: 0;
    top: var(--filter_top);  
}
.exp-seatch-filter{
    position: relative;
}
.filterdrop{    
    position: absolute;
    right: 0;
    z-index: 1;   
    padding-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
.filterdrop.active{
    padding-right: 60px;
}
.filterdrop img{
    filter: brightness(0);
    margin-right: 1em;
}
/* .table-range-filter{
    
} */
.table-range-filter form{
    display: flex;
    flex-wrap: wrap;
}
.table-range-filter form > div{
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 1em;
}
.table-range-filter form > div:last-child{
    margin-bottom: 0;
}
.table-range-filter form > div:nth-child(odd){
    padding-left: 20px;
}
.table-range-filter form > div:nth-child(even){
    padding-right: 20px;
}
.table-range-filter form > div label{
    display: block;
    margin-bottom: 0.3em;
    font-size: 20px;
}
.table-range-filter form > div input,
.table-range-filter form > div select{
    width: 100%;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    border: 2px solid #000;
}
.table-range-filter form > div input[type=submit]{
    cursor: pointer;
}
.table-range-filter form > div.resetbtn,
.table-range-filter form > div:last-child{
    max-width: 100%;
    flex-basis: 100%;
    padding: 0;
}
.table-range-filter form > div.resetbtn{
    text-align: right;
    font-size: 20px;
}
.table-range-filter form > div.resetbtn a{
    display: inline-block;
    padding: 5px 8px;
    background: #565555;
    color: #fff;
    transition: 0.3s ease;
    border: 1px solid transparent;
}
.table-range-filter form > div.resetbtn a:hover{
    color: #000;
    background-color: #fff;
    border-color: #565555;
}

.table-range-filter .slider.slider-horizontal{
    width: 100%;
}
.table-range-filter .slider.slider-horizontal .slider-handle{
    background: #565555;
}
.table-range-filter .slider.slider-horizontal .slider-track .slider-selection{
    background: #afacac;
}
.table-range-filter .slider.slider-horizontal .slider-track{
    background: #fff;
}

.table-range-filter .slider.slider-horizontal .tooltip.top.tooltip-min{
    display: block !important;
    left: 0 !important;
    bottom: -23px;
    opacity: 1;
}
.table-range-filter .slider.slider-horizontal .tooltip.top.tooltip-max{
    display: block !important;
    opacity: 1;
    bottom: -23px;
    left: unset !important;
    right: 0 !important;
    transform: unset;
}
.table-range-filter .tooltip-inner{
    background-color: transparent;
    color: #000;
    padding: 2px;
}
.exp-table > table thead th.tablesorter-headerUnSorted{
    background-image: url('../images/white-unsorted.gif') !important;
    background-position: 90% 50% !important;
}
.exp-table > table thead th.tablesorter-headerDesc{
    background-image: url('../images/white-desc.gif') !important;
    background-position: 90% 50% !important;
}
.exp-table > table thead th.tablesorter-headerAsc{
    background-image: url('../images/white-asc.gif') !important;
    background-position: 90% 50% !important;
}
.exp-table > table thead th.no-icon{
    background-image: unset !important;
}
/* .table-range-filter form > div select option:hover{
    background: #565555 -webkit-linear-gradient(bottom, #565555 0%, #565555 100%);
    color: #fff;
} */
/* .slider .tooltip{
    opacity: 1;
    display: block !important;
}
.table-range-filter .slider .tooltip{
    display: block !important;    
}
.slider .tooltip.top.tooltip-min{
    left: 0 !important;
    bottom: -20px !important; 
}
.slider .tooltip.top.tooltip-min .tooltip-inner{
    padding: 0 !important;
    color: #000;
    background: transparent !important;    
}    */
.inner-contents{
    min-height: 105vh;
}
.homefooter{
    text-align: center;
}
.footer-content{
    /* max-width: 30vw; */
    /* margin: auto; */
    display: inline-block;
    position: relative;
}
.linkedin-icon{
    position: absolute;
    top: -3px;
    right: -70px;
}
.linkedin-icon img{
    max-width: 70px;
}
.linkedin-icon:hover img{
    opacity: 0.7;
}
.exp_search.pub_search #expSearch{
    border: 0;
    background: #dedede;
    margin-top: 0;
}
.exp_search.pub_search{
    margin-top: 0;
}
.prdct-cnt ul li{
    padding-left: 0 !important;    
}
/* .prdct-cnt ul li:before{
    left: -25px !important;
} */
.prdct-cnt.cmmn-style{
    padding: 5vh 0 10vh;
}

/*Test Home Page*/

.page-template-home-test .new-home-banner{
    min-height: 720px;
    background-color: #fff;
    position: relative;
}
.page-template-home-test .new-home-banner > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-template-home-test .new-home-banner video{
    position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.page-template-home-test .new-home-banner .bg_imgs{
    height: 100%;
    opacity: 0;
    /* transition: 0.3s ease; */
}
.page-template-home-test .new-home-banner .bg_imgs.set{
    opacity: 1;
}
.page-template-home-test .new-home-banner .bg_imgs > div{
    position: absolute;    
    bottom: 0;
}
.page-template-home-test .new-home-banner .bg_imgs > div img{
    max-width: 100%;
    height: auto;
}
.page-template-home-test .new-home-banner .bg_imgs .left{
    left: 0;
}
.page-template-home-test .new-home-banner .bg_imgs .right{
    right: 0;    
}
.page-template-home-test .news-section-wrapper .container,
.home-contents .content-row .container{
    max-width: 1350px;
}
.page-template-home-test .thumbnail-image{
    min-height: 290px;
    max-height: 290px;
    position: relative;
}
.page-template-home-test .thumbnail-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-home-test .news-section.owl-carousel .owl-nav{
    display: none;
}
.page-template-home-test .news-section.owl-carousel .owl-dots{
    text-align: center;
}
.page-template-home-test .news-section.owl-carousel .owl-dots .owl-dot{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #cdcbcb;
    margin-right: 15px;
    transition: 0.3s ease;
}
.page-template-home-test .news-section.owl-carousel .owl-dots .owl-dot.active{
    transform: scale(1.3);
}
.page-template-home-test .news-section.owl-carousel .owl-dots .owl-dot:last-child{
    margin-right: 0;
}
.page-template-home-test .news-section-wrapper{
    padding: 14vh 0 4vh;
    background-color: #f4f4f4;
}
.page-template-home-test .news-section-wrapper .read-more-news-link a{
    /* box-shadow: none !important; */
    /* width: 100% !important; */
    /* background-color: #000; */
    /* border-radius: 0 !important; */
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
}
.page-template-home-test .news-section-wrapper .read-more-news-link a span{
    /* display: block !important; */
    /* color: #fff !important; */
}
.page-template-home-test .news-section-wrapper .read-more-news-link a svg path{
    /* fill: #fff; */
}
/* .page-template-home-test .news-section-wrapper .news-content h3{
    color: #000 !important;
}
.page-template-home-test .news-section-wrapper .single-full-banner,
.page-template-home-test .news-section-wrapper .news-content{
    box-shadow: none !important;
    background-color: #fff !important;
} */
.home-contents .content-row.content-row1{
    background-size: contain;
    background-position: 83% 50%;
    background-color: #fff;
}
.page-template-home-test .home-contents .content-row{
    min-height: 750px;
    display: flex;
    align-items: center;
}
.page-template-home-test .content-row .content-box{
    max-width: 430px;
}
.page-template-home-test .content-row .content-box h2{
    color: #000;
    font-size: 32px;
}
/*.page-template-home-test .home-contents .content-row.content-row3 h2{
    color: #fff;
}
.page-template-home-test .home-contents .content-row.content-row3 .content-box .learn-btn{
    color: #000;
    background-color: #fff;
}*/
.page-template-home-test .content-row .content-box .learn-btn{
    color: #fff;
    background-color: #000;
}
.page-template-home-test .home-contents .content-row:nth-child(even) .content-box{
    margin-left: auto;
}
.content-row.content-row2{
    position: relative;
}
.content-row.content-row2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.home #section4.content-row.content-row2::before{
	display: none;
}

.content-row.content-row2 .content-box h2{
    color: #fff;
}
.content-row.content-row2 .content-box .learn-btn{
    color: #000;
    background-color: #fff;
}

/* iframe section */
.iframe-section iframe{
    height: 940px;
}
.iframe-section .fullscreen-img{
    display: flex;
}
.iframe-section .fullscreen-img a{
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ddd;
    align-items: center;
    justify-content: center;
    margin-right: 1em;    
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
}
.iframe-section .fullscreen-img a.iframe-collapse{
    display: none;
}
.iframe-section .fullscreen-img a::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: height 0.4s ease, width 0.4s ease;
}
.iframe-section .fullscreen-img a:hover::before{
    width: 100%;
    height: 100%;
}
.iframe-section .fullscreen-img img{
    max-width: 25px;
    height: auto;
    position: relative;
}
.iframe-section.fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 60px;
    overflow: scroll;
}
.iframe-section.fullscreen iframe {
    min-height: 100%;
    height: 980px;
}
.iframe-section.fullscreen .fullscreen-img a.iframe-collapse{
    display: flex;
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 20px;
    transform: unset;
    margin-right: 0;
}
.iframe-section.fullscreen .fullscreen-img a.iframe-full{
    display: none;
}
.scroll_bottom{
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    max-width: 50px;
/*    left: 0;
    margin: 0 auto;*/
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    /*display: none;*/
}
/*.scroll_bottom.show{
    display: block;
*/}
/*---*/

@media(max-width: 1600px){
    .page-template-home-test .new-home-banner{
        min-height: 590px;
    }
    .page-template-home-test .news-section-wrapper .container, .home-contents .content-row .container {
        max-width: 1060px;
    }
    .page-template-home-test .thumbnail-image {
        min-height: 230px;
        max-height: 230px;        
    }
    .page-template-home-test .content-row .content-box h2 {
        font-size: 26px;
    }
    .page-template-home-test .home-contents .content-row {
        min-height: 580px;    
    }
    .page-template-home-test .new-home-banner .bg_imgs > div{
        max-width: 230px;
    }
}
@media(max-width: 991px){
    .page-template-home-test .home-contents .content-row {
        min-height: 430px;
    }
    .page-template-home-test .new-home-banner {
        min-height: 290px;
    }
    .page-template-home-test .news-section.owl-carousel .owl-dots{
        margin-top: 1em;
    }
    .page-template-home-test .new-home-banner .bg_imgs > div {
        max-width: 160px;
    }
    .iframe-section .fullscreen-img a{
        top: -52px;
        right: -25px;
        transform: unset;
    }
    
}
@media(max-width: 767px){
    .linkedin-icon{
        position: static;
    }
    .prdct-cnt ul li{
        padding-left: 20px !important;    
    }
    .prdct-cnt ul li:before{
        left: 0 !important;
    }
    .page-template-home-test .new-home-banner {
        min-height: 220px;
    }
    .home-contents .content-row.content-row1{
        background-position: 83% 0;
    }
    .page-template-home-test .content-row .content-box h2 {
        font-size: 24px;
    }
    .iframe-section .fullscreen-img a{
        width: 40px;
        height: 40px;        
        right: 0;
    }
    .iframe-section .fullscreen-img a img{
        max-width: 18px;
    }
    .iframe-section.fullscreen{
        padding: 20px;
        padding-top: 60px;
    }
    .scroll_bottom{
        max-width: 37px;
        bottom: 11px;
        right: 16px;
    }
    .content-row3 .content-box{
        max-width: 250px !important;
    }
}
@media (max-width: 576px){
    .page-template-home-test .new-home-banner .bg_imgs > div {
        max-width: 60px;
    }
}
.prdct-cnt.cmmn-style ul li {
    padding-left: 20px !important;
 }

