@charset "UTF-8";

h1, h2, h3, h4, h5 { margin: 0;}
body { color: #656565; font-size: 16px; font-family: "myriad-pro", sans-serif; overflow-x: hidden;}
a:focus, a:active, button:focus, button:active { outline: 0;}
button::-moz-focus-inner { outline: 0;}
ul, ol { padding: 0; margin: 0;}
::selection { background-color: #b72d29; color: #fff;}
.wrapper { overflow-x: hidden;}

/*--------------- transition css ----------------*/

header, .logo, .defaultlink a, .defaultlink a:before, .intro-block .defaultlink a, .intro-block .defaultlink a:before, .box-inner .box-menu h3 a, .box-inner .box-menu ul li a, .ftrnav ul li a, .box-inner .box-menu h3 a, .box-inner .box-menu ul li a, .back_to_top{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.overlay ul li a, .circle-navlist ul li a, .feature, .feature-icon img, .feature-body h4, .specification-col h4, .specification-col p, .specification-col ul li, .probutton-row ul li a, .form-btn, .address a,
.contactus .head-block p a{
-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.overlay nav, .parallaxlogo, .slider-infographic, .slider-left-block, .slider-right-block{
-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*--------------- transition css end ----------------*/

header { position: absolute; width: 100%; top: 0; left: 0; z-index: 999; background-color: #fff;}
.fixed-header { position: fixed; background-color: #fff;}
.header-wrapper { margin: 0 auto; padding: 10px 5px; clear: both; position: relative;}
.logo { width: 370px; height: auto;}
.toggle-wrap { position: absolute; top: 45%; right: 15px; z-index: 100; width: auto; display: flex; cursor: pointer;}
.toggle-menu { position: relative; padding-right: 20px; height: 12px; width: 20px; transition: opacity .25s ease;}
.menu { margin-top: -5px; margin-left: 8px; transition: letter-spacing .5s ease;}
.toggle-wrap:hover .menu { letter-spacing: 3px;}
.toggle-menu:hover { opacity: .7;}
.toggle-wrap.active .toggle-menu .top { -webkit-transform: translateY(5px) translateX(0) rotate(42deg); transform: translateY(5px) translateX(0) rotate(42deg); background: #000;}
.toggle-wrap.active .toggle-menu .middle { opacity: 0; background: #000;}
.toggle-wrap.active .toggle-menu .bottom { 
    -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-5px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-5px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
    transform: translateY(-5px) translateX(0) rotate(-45deg); 
    background: #000;
}

.toggle-menu span {
    background: #b62a26;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.toggle-menu span:nth-of-type(2) {top: 5px;}
.toggle-menu span:nth-of-type(3) {top: 10px;}

.overlay {
    position: fixed;
    background: #f1f1f1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    z-index: 99;
}

.overlay.open { opacity: 1; visibility: visible; height: 100%; background-color: rgba(255, 255, 255, 0.92);}
.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    -moz-animation: fadeInRight .5s ease forwards;
    -o-animation: fadeInRight .5s ease forwards;
    -ms-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    -moz-animation-delay: .35s;
    -o-animation-delay: .35s;
    -ms-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    -moz-animation-delay: .45s;
    -o-animation-delay: .45s;
    -ms-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    -moz-animation-delay: .50s;
    -o-animation-delay: .50s;
    -ms-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay nav {  position: relative; height: 70%; top: 50%; text-align: left; padding: 45px;}
.overlay ul { list-style: none; padding: 0; margin: 0 auto; display: block; position: relative; height: 100%;}
.overlay ul li { display: block; padding: 5px 0; position: relative; opacity: 0;}

.overlay ul li a {
    display: block;
    position: relative;
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    padding: 5px 0;
    text-transform: uppercase;
}

.overlay ul li a:hover { color: #b62a26;}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after { width: 100%;}
.dropdown ul li:first-child a:after { display: none;}
.overlay ul li ul li { padding: 5px 15px;}

@-webkit-keyframes fadeInRight {
    0% { opacity: 0; left: 20%;}
    100% { opacity: 1; left: 0;}
}

@keyframes fadeInRight {
    0% { opacity: 0; left: 20%;}
    100% { opacity: 1; left: 0;}
}

/*------------------ main css ----------------------*/

.logo img, .parallaxlogo img, .certificationsimg img, .navcircle img, .firm img, .intro-img img, .feature-icon img, .about-img img, 
.pro-main-img img, .probutton-row ul li a span img, .dashboardimg img, .output-test img, .aboutproducts-img img, 
.highlight-product-img img, .certificateimg img, .certifications-block img, .highlight-ico img, .logo-col img { width: 100%; }

.hero-wrapper { position: relative; margin-top: 7em;}
.parallaxlogo { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; width: 80%; max-width: 1000px; z-index: -1;}
.slider-infographic { position: absolute; top: 50%; text-align: center; left: auto; right: 0; width: 50%;}
.maincircle { text-align: center; width: 120px; height: 120px; margin: 0 auto; border-radius: 50%; background-color: #f2f2f2;}
.maincircle h1 { font-size: 22px; line-height: 1.5; padding: 42px 0;}
.mainlinkleft ul li a, .mainlinkright ul li a { font-size: 16px; color: #333; line-height: 1.5; padding: 10px 0; display: block;}
.mainlinkleft { position: absolute; top: 50%; left: 20%; overflow: hidden;}
.mainlinkright { position: absolute; top: 50%; right: 20%; overflow: hidden;}
.mainlink ul li:nth-child(2) { top: 20%; left: 70%;}
.herowrapper { 
    margin: 7em auto 0;
    min-height: 750px;
    position: relative;
    background-image: url(../images/home-bg.jpg);
    background-size: cover;
    max-width: 90%;}
.svggroup {
    mix-blend-mode: screen;
    opacity: 0.8;
}
.svggroup svg {
  
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0; bottom: 0;
  left: 0;
  right:0;
}

.herowrapper:before{
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.22);
    position: absolute;
}
.hero-description{
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-description h1{
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -1px;
    max-width: 80%;
    margin: 0 auto;
}
.hero-btnrow{
    padding: 50px 15px;
}
.hero-btnrow ul li{
    list-style-type: none;
    display: inline-block;
}
.hero-btnrow ul li a {
    padding: 12px 15px;
    display: block;
    background: #fff;
    border: 1px solid #fff;
    color: #b62a26;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    width: 240px;
    text-decoration: none;
    margin: 0 20px;
    position: relative;
    z-index: 1;
    transition: all 0.4s linear;
}

.hero-btnrow ul li a:hover {
    color: #fff;
    border: 1px solid #b62a26;
	background-color: rgba(182, 42, 38, 0.32);
}
.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 990;
    text-align: center;
    margin: 0 auto;
}
a.scrollanchor { display: block; position: relative; top: -75px; visibility: hidden;}

a.anchor { display: block; position: relative; top: -120px; visibility: hidden;}
.intro-panel {  padding: 100px 0 120px;}
.intro-panel .container {padding-right: 0px; padding-left: 0px;}
.intro-block { padding: 80px 50px 50px 15px;}
.intro-block h3 { font-size: 36px; color: #292929; font-weight: 300; line-height: 40px; padding-bottom: 20px;}
.intro-block p { font-size: 20px; color: #292929; font-weight: 400; line-height: 1.5; padding-bottom: 35px;}
.defaultlink a { position: relative; text-decoration: none; color: #292929; font-size: 16px; padding-left: 105px; font-style: italic;}
.defaultlink a:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 46px;
    width: 40px;
    height: 1px;
    background-color: #b62a26;
}

.defaultlink a:hover { padding-left: 125px;}
.defaultlink a:hover:before { width: 60px;}

.intro-block .defaultlink a {
    position: relative;
    text-decoration: none;
    color: #292929;
    font-size: 16px;
    padding-left: 55px;
    font-style: italic;
}

.intro-block .defaultlink a:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    width: 40px;
    height: 1px;
    background-color: #b62a26;
}

.intro-block .defaultlink a:hover { padding-left: 85px;}
.intro-block .defaultlink a:hover:before { width: 60px;}

.counter {
    padding: 20px 45px;
    font-size: 63px;
    color: #cf716e;
    text-align: center;
    border-right: solid 1px #c6c6c6;
    margin-bottom: 50px;
}

.counterrow { max-width: 650px; margin: 0 auto;}
.counter:last-child { border-right: none;}
.counter h4 { color: #292929; font-size: 18px; font-weight: 300; text-transform: uppercase;}
.brd-right { border-right: solid 1px #c6c6c6;}
.text-uppercase { text-transform: uppercase;}
.text-center { text-align: center;}
.text-left { text-align: left !important;}
.text-right { text-align: right;}
.title { padding: 51px; color: #292929; font-size: 16px;}

.button {
    background: #b72d29;
    color: #fff;
    border-radius: 0px;
    padding: 13px;
    font-size: 16px;
}

.button:hover { color: #fff;}
.features .vertical-line { border: 1px solid #fff;}
.features .vertical-line:after { border: 1px solid #fff;}
.feature { margin: 0 auto 40px; text-align: center; overflow: hidden;}

.feature-icon {
    width: 140px;
    height: 140px;
    margin: 0px auto 10px;
    background-color: #fff;
    border-radius: 50%;
    /*padding: 36px 0;*/
}
.feature-body h4 {
    line-height: 28px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
	text-transform: uppercase;
}

.feature a { text-decoration: none; display: inline-block;}
.feature:hover .feature-body h4 { color: #b3e0e6; letter-spacing: 0.3px;}

.features {
    padding: 95px 0;
    position: relative;
    background-image: url(../images/features-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.features:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 8, 8, 0.34);
}

.features .heading-block h3 { color: #fff;}


/*----------------- about page css ----------------------*/
.about-panel { padding: 150px 0 90px;}

.about-intro {max-width: 900px; margin: 0 auto; text-align: center;}

.about-intro h3 {
    color: #747474;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding-bottom: 30px;
}

.about-intro p {
    color: #747474;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 30px;
}

.heading-block {
    padding: 0 0 60px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.heading-block h3 {
    color: #747474;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding-bottom: 30px;
}

.heading-block h4 {
    color: #292929;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 300;
}

.aboutrow, .intro-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-img, .aboutmaser-wrap { width: 50%;}
.intro-block, .intro-img-block { width: 49%;}

.about-img {
    background-image: url(../images/quality-integrity.jpg);
    background-position: 65% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro-img-block {
	background-image: url(../images/quality-integrity.jpg);
    background-position: 65% 85%;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 500px;
}

.aboutmaser-wrap { padding: 40px 80px;}

.aboutmaser-wrap p {
    font-weight: 400;
    color: #292929;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
}

.aboutmaser-wrap h4 {
    color: #292929;
    font-size: 18px;
    line-height: 1.5;
    /*font-weight: 300;*/
}
.abtnav ul li{font-size: 18px;}
.abtnav ul li, .pronav ul li { list-style-type: none; display: block; color: #292929; padding: 6px 0 6px 30px; position: relative;}
.abtnav ul li:before { content: ''; width: 12px; height: 12px; border-radius: 10px; background: transparent; display: inline-block; margin-right: 10px; border: 2px solid #b62a26; position: absolute; left: 0; top: 12px;}
.quick-facts, .why-maser { background-color: #f8f8f8; padding: 95px 0 120px; position: relative;}
.certifications { padding: 95px 0; position: relative;}
.certifications .heading-block{ padding: 0 0 10px;}
.certifications-block { padding: 0px 10px; max-width: 500px; margin: 0 auto;}
.vertical-line { width: 1px; height: 120px; margin: -145px auto 65px; border: 1px solid #000;}
.vertical-line:after { content: ''; width: 10px; height: 10px; border: 1px solid #000; position: absolute; top: 70px; left: 0; right: 0; margin: 0 auto; border-radius: 10px;}
.team-panel .heading-block{max-width: 900px;}
.team-panel .heading-block h3{
	/*color: #292929;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
	letter-spacing: normal;*/
    padding-bottom: 40px;
}

.heading-block p{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}
.heading-block p span{
    padding: 0 8px;
}
.quote-block h4{
	margin-bottom: 8px;
}
.quote-block hr:first-child{
	margin-top: 0;
}

.teampro-row,
.teamstaff-row, .founderrow{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.teampro-row .teamcol{
    width: 23%;
    margin: 1%;
}
.teamstaff-row .teamcol{
    width: 48%;
    margin: 1%;
}
.team-panel{
   padding: 150px 0 90px; /*95px 0 120px*/
    position: relative;
}
.team-block{
    max-width: 1200px;
    margin: 0 auto;
}
.teamcol {
    display: block;
    border-radius: 10px;
    box-shadow: 3px 3px 18px -3px rgba(204, 204, 204, 0.4);
}

.team-profile {
    width: 80%;
    margin: 30px auto 0;
    border: 1px solid #eee;
}
.team-profile img{ width: 100%;}
.team-des {
    text-align: center;
    width: 100%;
    padding: 25px 15px;
}
.team-des h4{
   color: #b52622;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 600;
}
.team-des p{
   color: #292929;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 400;
    margin: 0;
}
/*.team-block h3{
    color: #292929;
    text-align: center;
    font-size: 24px;
    padding-bottom: 40px;
    font-weight: 600;
    text-transform: capitalize;
}*/
.team-block h3{
    color: #747474;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding-bottom: 40px;
    text-align: center;
}
.team-block h3:nth-child(2) { padding: 40px 0;}
.maserteam-block { margin-top: 90px; margin-bottom: 120px;}
.teamimg img { width: 100%; transition: all 0.8s ease;}
.teamimg { width: 100%; overflow: hidden;}
.teamimg:hover img { transform: scale(1.05);}
.founder-block { max-width: 75%; margin: auto;}
.foundercol{
    width: 48%;
    margin: 1%;
    border-radius: 10px;
    box-shadow: 3px 3px 18px -3px rgba(204, 204, 204, 0.4);
}
.foundercol .team-des p span{
    font-weight: 400;
    display: block;
    color: #969696;
    padding-top: 3px;
} 
.hrpro {
    width: 90%;
}
.hrdes {
    padding: 25px;
}
.hrdes h4{
    padding-bottom: 12px;
}
.hrdes span{
    padding: 0 8px;
}

/*--------------- certificates page css ------------------*/

.our-certificates-panel { padding: 170px 0 80px;}
.gallery-wrap { width: 70%; margin: 0 auto;}
.our-clients { padding: 170px 0 0px;}
.certificates { max-width: 1000px; margin: 0 auto;}
.certificatecol h4 { color: #292929; font-size: 22px; line-height: 1.3; font-weight: 300; padding: 15px 0;}

.certificatecol {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #292929;
    padding-top: 75px;
    border: 1px solid #ccc;
}

.certificatecol * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.certificatecol img {
    vertical-align: middle;
    width: 100%;
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    padding-top: 30px;
}

.certificatecol figcaption {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(181, 38, 34, 0.85);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    padding: 20px;
}

.certificatecol figcaption:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #5d0504;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    -moz-transform: translate(-50%, 50%) rotate(45deg);
    -o-transform: translate(-50%, 50%) rotate(45deg);
    -ms-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
    position: absolute;
}
.certificatecol h3 { text-transform: uppercase; font-weight: 400; font-size: 20px;}
.certificatecol a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1;}
.certificatecol:hover > img { opacity: 1; -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); filter: grayscale(0%);}


/*---------- products page css ------------*/

.product-banner { padding: 120px 0 0;}
.pro-bg { background-color: #f5f5f5; position: relative; padding: 60px;}
.prohead-block h3 { color: #777777; font-size: 16px; line-height: 31px; padding: 7px 0px; text-transform: uppercase; letter-spacing: 3px; font-weight: 600; text-align: left;}
.prohead-block h1 { color: #000; font-size: 44px; padding: 0px 0px 15px; font-weight: 400; text-align: left; text-transform: uppercase;}
.prohead-block { padding-bottom: 50px;}
.pro-main-img { width: 100%; display: block;}
.crms-db-img img{max-width: 860px; width: 80%; margin: 0 auto; display: block;}
.specification-col { padding: 15px; border-bottom: 1px solid #dfdfdf; -webkit-transition: background 0.4s linear !important; 
    -moz-transition: background 0.4s linear !important; -o-transition: background 0.4s linear !important; -ms-transition: background 0.4s linear !important; transition: background 0.4s linear !important;}
.specification-col:hover { background-color: #fff; border-radius: 8px; box-shadow: 2px 0 24px rgba(0, 0, 0, 0.11); 
    border-bottom: 1px solid transparent;}
.specification-col h4 { color: #222222; font-size: 16px; line-height: 18px; padding: 0px 0px 8px; font-weight: 600; 
    text-align: left !important;}
.specification-col p { color: #222222; font-size: 16px; line-height: 20px; padding: 0; font-weight: 400; margin: 0;}
.specification-col ul { padding: 0; margin: 0;}
.specification-col ul li { list-style-type: none; color: #222222; font-size: 16px; line-height: 20px; padding: 0px 0px 5px; 
    font-weight: 400;}
.specification-col:hover p, .specification-col:hover h4, .specification-col:hover ul li { color: #b52622;}
.probutton-row { padding: 45px 0 20px;}
.probutton-row ul { display: flex; width: 55%; margin: 0 auto; justify-content: space-around;}
.probutton-row ul li { list-style-type: none; flex-basis: 50%; width: 50%; margin-right: 25px;}
.probutton-row ul li:last-child { margin-right: 0;}
.probutton-row ul li a { padding: 15px 20px; background-color: #e8e8e8; border: 1px solid #e8e8e8; display: block; border-radius: 6px; font-size: 16px; line-height: 20px; color: #222; text-transform: uppercase; text-decoration: none;}
.probutton-row ul li a span { width: 45px; display: inline-block; margin-right: 15px; float: left;}
.probutton-row ul li a:hover { border: 1px solid #e8e8e8; background-color: transparent;}
.pro-bg h5 { color: #000; font-size: 24px; padding: 7px 0px; font-weight: 600; text-align: center;}
.pro-bg h5 span { color: #b52622; font-size: 25px; padding-right: 5px;}
.output-mob { display: none;}

/* slide menu */

.box { float: right; overflow: hidden; background: rgba(134, 20, 17, 0.95); position: absolute; right: 0; bottom: 0; width: 100%; 
    height: 180px; display: none;}
.box-inner { width: auto; padding: 0px; height: 180px;}
.box-inner .box-menu { width: 20%; float: left; padding: 21px 21px; min-height: 180px; -webkit-box-shadow: inset -1px 0px rgba(255, 255, 255, 0.5); -moz-box-shadow: inset -1px 0px rgba(255, 255, 255, 0.5); -o-box-shadow: inset -1px 0px rgba(255, 255, 255, 0.5); -ms-box-shadow: inset -1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset -1px 0px rgba(255, 255, 255, 0.5);}
.box-inner .box-menu:last-child { box-shadow: none;}
.box-inner .box-menu h3 { color: #fff; font-size: 24px; font-weight: 400; margin-bottom: 5px;}
.box-inner .box-menu h3 a { color: #fff; text-decoration: none;}
.box-inner .box-menu ul { list-style: none;}
.box-inner .box-menu ul li { color: #fff; line-height: 35px; font-size: 20px;}
.box-inner .box-menu ul li a { color: #fff; text-decoration: none;}
.box-inner .box-menu ul li a:hover, .box-inner .box-menu h3 a:hover { text-decoration: none; color: #ffc107;}

.slide-toggle {
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(-90deg);
    font-size: 15px;
    line-height: 20px;
    bottom: 26px;
    right: -60px;
    position: absolute;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    color: #282828;
    background: transparent;
    padding: 5px 0px;
    -webkit-transition: letter-spacing .5s ease;
    -moz-transition: letter-spacing .5s ease;
    -o-transition: letter-spacing .5s ease;
    -ms-transition: letter-spacing .5s ease;
    transition: letter-spacing .5s ease;
    border: none;
}
.arrow-down { width: 34px; height: 16px; background: #ffffff; position: absolute; left: 80px; bottom: 5px;}
.arrow-down.active { background: #ffffff;}
.arrow-down:before, .arrow-down:after { content: ""; display: block; width: 11px; height: 3px; background: #282828; position: absolute; top: 7px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -o-transition: transform .5s; 
    -ms-transition: transform .5s; transition: transform .5s;}
.arrow-down:before { right: 15px; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.arrow-down:after { right: 9px;}
.arrow-down:before, .arrow-down.active:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); 
    -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(-45deg);}
.arrow-down:after, .arrow-down.active:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); 
    -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.product-details { padding: 80px 0 60px;}
.section-box { padding-bottom: 80px;}
.prodetail-section p { font-size: 18px; line-height: 26px; color: #333; font-weight: 400;}
.section-box h4 { font-size: 18px; line-height: 26px; color: #333; font-weight: 600; position: relative; padding-bottom: 5px; 
    margin: 20px 0;}
.section-box h4:after { position: absolute; content: ""; left: 0; bottom: 0; width: 80px; height: 1px; border-bottom: 1px solid #b72d29;}
.pro-section { border-bottom: 1px solid #b9b9b9; padding: 80px 0px; width: 90%; margin: auto;}
.pro-section .head-block { padding-bottom: 0px;}
.pro-section .head-block h3 { color: #747474; font-size: 16px; padding: 7px 0px; text-transform: uppercase; letter-spacing: 5px; 
    font-weight: 600; text-align: left; line-height: 30px;}
.prodetail-section:last-child .prodetail-list ul { padding: 30px 0 0px 0 !important;}
.dashboardimg { margin: 40px auto;}
.dashboardimg img { width: 100%;}
.product-details .pro-section:last-child { border-bottom: none;}
.prodetail-sec-left { width: 35%; display: inline-block; vertical-align: top;}
.prodetail-sec-right { width: 60%; display: inline-block; vertical-align: top; padding: 0 0 0 30px; position: relative; z-index: -3;}
.prodetail-sec-right:before { content: ""; position: absolute; width: 1px; height: 100%; top: 0; left: 0; background-color: #b9b9b9;}
.prodetail-sec-left h3 { text-align: right; text-transform: uppercase; font-size: 16px; font-weight: 600; color: #747474; 
    letter-spacing: 5px; padding: 0 30px 0 0; position: relative;}
.prodetail-sec-left h3:after { content: ""; position: absolute; width: 18px; height: 18px; top: 0; right: -12px; background-color: #fff; border: 3px solid #b72d29; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; 
    border-radius: 50%; z-index: 2;}
.prodetail-list ul { padding: 30px 0 50px 0 !important;}
.prodetail-list ul li { list-style-type: none; display: block; font-size: 18px; line-height: 25px; font-weight: 300; color: #222222; border-bottom: 1px solid #cbcecb; padding: 12px 0;}
.prodetail-list ul li:last-child { border-bottom: none;}
.aboutproducts { background-color: #d6e0de; padding: 80px 15px;}
.aboutproducts-wrap, .highlight-product { text-align: center;}
.aboutproducts-img, .highlight-product-img { max-width: 360px; margin: 0 auto;}
.aboutproducts-img img, .highlight-product-img img { width: 100%;}
.aboutproducts-des h4, .masermodel-block h2 { font-size: 24px; font-weight: 600; color: #b52622;}
.highlight-product-des h4 { font-size: 24px; font-weight: 600; color: #fff;}
.highlight-product { padding: 40px; background-color: #a7a7a7; margin-bottom: 30px;}
.highlightcol { box-shadow: 13px 17px 21px rgba(0, 0, 0, 0.11); background-color: #f2f2f2;}
.highlightcol .highlight-product-des h4 { color: #b52622}
.highlightrow { padding: 35px 15px;}
.highlight-ico {position: absolute; top: 20px; right: 20px; width: 30px; height: 30px;}
.masermodel-col { text-align: center; border: 1px solid #ccc; width: 32%; padding: 40px 30px;}
.masermodel-block h2 { text-align: center; padding-bottom: 40px;}
.whatmaser-panel {
    padding: 95px 0 60px;
    position: relative;
}
.whatmaser-panel .heading-block h3{ padding-bottom: 0;}
.whatmaser-nav {
    text-align: center;
}
.whatmaser-nav .link-button a { margin: 20px auto;}
.whatmaser-nav ul li {
    list-style-type: none;
    display: block;
    color: #292929;
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
	text-align: left;
}
.whatmaser-nav ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: transparent;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #b62a26;
    position: absolute;
    left: 0;
    top: 18px;
}
.whatmaser-nav ul li b{
    font-weight: 600;
}
.impnote{
    background-color: #f8f8f8;
    padding: 80px 0;
}
.whatmaser-nav h3 {
    font-size: 26px;
    line-height: 1.4;
    color: #b72d29;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 35px;
}
.whatmaser-nav p{
    color: #222222; font-size: 18px; line-height: 1.5; padding-bottom: 18px; font-weight: 400; margin: 0;
}
.whatmaser-nav p:last-child{ padding-bottom: 0;}
/*---------- clients page css ------------*/
.client-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 80px;
}
.alfacol {
    width: 48%;
    padding: 15px;
    display: block;
    transition: all 0.4s linear;
    margin-bottom: 20px;
}
.alfa {
    color: #b52622;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}
.cl-list {
        font-size: 16px;
    line-height: 1.8;
    display: block;
    color: #545454;
    text-transform: capitalize;
   
    width: 100%;
}

.clients { padding: 0 18px;}
.clist{ padding-bottom: 40px;}
.clist ul li{
    font-size: 16px; line-height: 1.4; display: block; padding: 8px 20px; margin: 5px 0; color: #545454; text-transform: capitalize;
    position: relative;
}
.clist ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b52622;
    font-size: 18px;
    padding-right: 0;
    position: absolute;
    top: 8px;
    left: 0;
}
.clients h3 { margin-bottom: 30px;}
.client { padding: 10px 0 40px; margin-bottom: 60px;}
.client ul { list-style: none;}
.client ul li { font-size: 16px; line-height: 1.4; display: inline-block; padding: 8px 20px; margin: 5px; background-color: #f0f0f0; border: 1px solid #d4d4d4; border-radius: 6px; color: #545454; text-transform: capitalize;}
.container { width: 90%;}

.masermodel-block { padding: 40px 0px; margin: 50px 0;}
.masermodelrow { display: flex; flex-wrap: wrap; justify-content: space-between;}
.masermodel-col h3 { color: #292929; font-size: 18px; line-height: 22px; padding: 0px 0px 12px; font-weight: 600;}
.masermodel-col p { color: #292929; font-size: 16px; line-height: 24px; padding: 0px 0px 8px; font-weight: 400;}
.output-testrow { padding: 40px 15px;}
.verification-testcol h4 { font-size: 26px; line-height: 1.4; color: #b72d29; padding-bottom: 10px; border-bottom: 2px solid #ccc; margin-bottom: 35px;}
.verification-testcol p { font-size: 18px; line-height: 1.4; color: #333; padding-bottom: 10px;}
.logos-wrap{
   padding: 0px 0 50px; 
}
.logos-wrap h3{
    text-align: center;
    color: #292929; font-size: 26px; line-height: 1.4px; padding: 0px 0px 12px; font-weight: 600; 
}
.logos-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.logo-col{
    width: 14%;
    margin: 1%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: all 0.4s linear;
}
.logo-col img{
    -webkit-filter: grayscale(100%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: 0.5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: 0.5s ease-in-out;
    -ms-filter: grayscale(100%);
    -ms-transition: 0.5s ease-in-out;
    filter: grayscale(100%);
}
.logo-col:hover{
    box-shadow: 5px 5px 12px -1px rgba(204, 204, 204, 0.67);
}
.logo-col:hover img{
     -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      filter: grayscale(0%);
}
/*---------- system page css ------------*/

.system-panel{
    padding: 10% 0 0;
}
.system-intro-panel, .design-process-panel{
    padding: 80px 15px; position: relative;
}
.design-process-panel {
    margin: 90px 0 0;
}
.midintro-panel{
    padding: 80px 15px 0; position: relative;
}
.maser-process-panel{
  padding: 80px 0;
    background-color: #f8f8f8;position: relative;
}
.controller-panel {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}
.controllerrow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.controller-block{
    padding: 0px;
    text-align: center;
    background-color: #eaeef1;
    border: 1px solid #eee;
    margin-bottom: 30px;
    width: 32%;
}
.controller-img {
    background-color: #fff;
    margin: 0 auto 20px;
    padding: 25px 15px;
}
.controller-img img{ max-width: 240px;
    }
.controller-des h3{
    font-size: 24px;
    color: #b72d29;
    font-weight: 400;
    padding: 25px 0 15px;
    text-transform: uppercase;
}
.controller-des{
    padding: 15px 30px 25px;
    display: block;
    position: relative;
}

.verticalline {
    width: 1px;
    height: 90px;
    margin: 0px auto;
    border: 1px solid #292929;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
}
.verticalline:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #292929;
    position: absolute;
    top: auto;
    left: -5px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
}
.headtitle-block{
    padding: 40px 0 60px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.headtitle-block h3, .imp-block h3, .processblock h4, .method-block h4{
    color: #747474;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding-bottom: 30px;
}

.headtitle-block p, .method-block p{
    font-size: 18px;
    color: #292929;
    font-weight: 400;
    padding-bottom: 0px;
    margin: 0;
}
.vr-line {
    width: 1px;
    height: 90px;
    margin: 0px auto;
    background-color: #292929;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.vr-line:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #292929;
    position: absolute;
    top: auto;
    left: -5px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
}

.controller-des p{
    font-size: 16px;
    color: #292929;
    font-weight: 400;
    padding-bottom: 0px;
}
.system-intro-panel {
    background-color: #f8f8f8;
}
.system-head{
    padding: 0 0 50px;
}
.system-head h3{
    color: #b52622;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.system-head p, .surface-head p{
    font-size: 18px;
    color: #292929;
    font-weight: 400;
    padding-bottom: 0px;
    margin: 0;
}
.surface-head {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.surface-head h3, .resultblock h4{
    color: #747474;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding-bottom: 30px;
}
.surfacerow{ 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto 0;
}
.surfacecol{
    width: 18%;
    text-align: center;
    padding: 30px 25px;
    border: 1px solid rgba(181, 38, 34, 0.45);
    border-radius: 10px;
    display: block;
}
.surfacecol h2{
    color: #292929;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 12px;
}
.surfacecol p{
    color: #292929;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 400;
}
.note{
    background-color: #eee;
    padding: 15px 40px;
    margin: 50px auto 0;
}
.note p{
    font-size: 16px;
    line-height: 1.4;
    color: #292929;
    padding: 0px;
    margin: 0;
}
.note p span{
   color: #b72d29;
    padding-right: 8px;
}
.midintro-left{
    padding: 120px 90px;
    background-color: #b62a26;
    color: #fff;
}
.midintro-bg{
    background-color: #fff;
    padding: 0px 40px;
    color: #292929;
}
.midintro-bg h3{
    color: #b62a26;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 20px;
}
.list-col ul li{
   display: block;
    list-style-type: none;
    padding: 12px 0 12px 30px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(181, 38, 34, 0.31);
}
.list-col ul li ul{
    padding: 15px 15px 0;
}
.list-col ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: transparent;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #b62a26;
    position: absolute;
    left: 0;
    top: 18px;
}
.midintro-left h3{
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 30px;
}
.listcol ul li{
   display: block;
    list-style-type: none;
    padding: 15px 0 15px 30px;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
}
.listcol ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: transparent;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 24px;
}
.listcol ul li:last-child, .list-col ul li:last-child{ border-bottom: 0;}
.imp-block{
    text-align: center;
    padding: 80px 0;
}
.implist, .processrow, .methodrow{
    display: flex;
    flex-wrap: wrap;
}
.implist li{
    list-style-type: none;
    width: 30%;
    padding: 25px 25px 25px 50px;
    margin: 0 28px 0 0;
    text-align: left;
    border-left: 3px solid #b62a26;
    font-size: 16px;
    background-color: #f8f8f8;
    font-weight: 400;
    color: #797979;
    position: relative;
}
.implist li span{
    position: absolute;
    font-size: 25px;
    color: rgba(182, 42, 38, 0.64);
    padding-right: 15px;
    display: block;
    left: 20px;
    top: 20px;
}
.processblock, .method-block{ text-align: center; padding-bottom: 50px;}
.resultblock{
     padding: 25px;
}
.resultblock p{
    font-size: 16px;
    line-height: 1.5;
    color: #292929;
    padding: 0px;
    margin: 0;
}
.brleft{border-left: 1px solid #ccc;}
.processcol{ 
    text-align: left; 
    margin: 20px 20px 20px 0;
    background-color: #fff;
    padding: 25px;
    width:22%;
}
.processcol h3{
    font-size: 20px;
    color: #747474;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #b62a26;
}
.processcol p{
    font-size: 16px;
    line-height: 1.5;
    color: #292929;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0;
}
.methodrow{
    padding: 50px 0 0;
}
.methodcol{
    width: 25%;
    text-align: left;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 30px 0 0 40px;
}
h5.heading-icon {
    padding-left: 35px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 28px;
    display: flex;
}
.methodcol:last-child h5.heading-icon {
    font-size: 15px;
    line-height: 24px;
}
.methodcol h5.heading-icon [class^="icon-"], [class*=" icon-"] {
    background-color: #b52622;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding: 7px;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    margin-right: 12px;
}
.methodcol .numeric {
    position: absolute;
    font-weight: 700;
    font-size: 92px;
    line-height: 64px;
    letter-spacing: -10px;
   color: rgba(188, 192, 193, 0.2);
    top: 0;
    left: 0;
}
.design-process-block{
    display: flex;
    flex-wrap: wrap;
}
.de-processcol{
    width: 22%;
    margin: 1%;
    text-align: center;
    padding: 30px 25px;
    border: 1px solid rgba(181, 38, 34, 0.45);
    border-radius: 10px;
    display: block;
    position: relative;
}


.de-processcol:after
{
content: '';
position: absolute;
border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.de-processcol:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent rgb(181, 38, 34);
    display: block;
    width: 0;
    z-index: 0;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.de-processcol:last-child:before, .de-processcol:last-child:after{ display: none;}
.de-processcol h3 {
    font-size: 18px;
    color: #747474;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #b62a26;
    text-transform: uppercase;
}
.de-processcol p {
    font-size: 16px;
    line-height: 1.5;
    color: #292929;
    padding: 0px;
    margin: 0;
}

.link-button a {
    padding: 12px 15px;
    display: block;
    background: transparent;
    border: 1px solid #b62a26;
    color: #b62a26;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    width: 240px;
    text-decoration: none;
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
    transition: all 0.4s linear;
}

 .link-button a:hover {
    color: #292929;
    border: 1px solid #292929;
}


/*---------- contact us page css ------------*/

.form-container { width: 100%; padding: 0 60px 60px;}
.form-container h3 { font-size: 22px; font-weight: 300; color: #ffffff; padding: 0px 0 15px; margin: 0px 0 30px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.58);}
.form-group { margin-bottom: 10px;}
.form-container input, .form-container textarea { width: 100%; background-color: #fff; padding: 12px 15px; color: #292929; 
    border: 1px solid #757575; font-size: 16px; font-weight: 400;}
.form-container textarea { resize: vertical; height: 100px;}
.form-btn { background-color: #b52622; border: 1px solid #b52622; color: #fff; padding: 8px 15px; width: 180px; font-size: 16px; 
    font-weight: 600; text-transform: uppercase; margin: 20px 0;}
.form-btn:hover { background-color: transparent; border: 1px solid #b52622; color: #b52622;}
.error { color: #b52622; font-size: 14px; padding: 2px 0; font-weight: 600;}
.success-msg { font-size: 45px; line-height: 1.3; font-weight: 300; color: #292929; text-align: center; padding: 60px 40px; 
    border: 1px solid #b62a26;}
.success-msg span{font-weight: 600; color: #4e4d4d; }
.contactus-panel { padding: 145px 0 100px;}
.address-block { text-align: left; padding-bottom: 50px;}
.address-block p { color: #292929; font-size: 20px;}
.address { font-size: 18px !important; line-height: 28px; color: #292929;}
.address b { font-weight: 600; color: #2c0100; padding-right: 5px;}
.address-block p span { display: block;}
.address-block h4 { color: #be413e; font-size: 20px; font-weight: 400;}
.address a, .contactus .head-block p a { color: #222222; text-decoration: none;}
.address { margin: 20px 0;}
.mapblock iframe { width: 100%; height: 450px; margin-bottom: -5px;}
.form-container input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
    margin: 0;
}
.form-container input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
    margin: 0;
}	
.form-container input[type=number] {
		-moz-appearance: textfield;
}	
/* capcha erorr  */

.captcha_error{
    color :#bb3833;
    font-weight: 600;
}
#refresh{
    cursor: pointer;
}
.productform {
	padding: 45px 45px 30px;
}
.productform form {
	display: flex;
	flex-wrap: wrap;justify-content: space-between;
}
.productform h4 {
	color: #000;
    font-size: 24px;
    padding: 0px 0px 25px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.productform form .form-group {
	width: 48%;
	margin-bottom: 20px;
}
.productform form .form-group input {
	width: 100%;
    background-color: #fff;
    padding: 12px 15px;
    color: #292929;
    border: 1px solid #757575;
    font-size: 16px;
    font-weight: 400;
}
.productform form .form-group .dwnlmsg{
	background: url(../images/download.gif) left center no-repeat;
	background-size: 20px auto;
	font-size: 13px;
    font-weight: 400;
	padding:20px 20px 20px 30px;
	display:none;
}
.productform form .form-group .greybtn{
	background-color: #F2F2F2 !important;
	border: 1px solid #F2F2F2 !important;
}
.productform form .form-group .greybtn:hover {
	border: 1px solid #F2F2F2 !important;
	color: #F2F2F2 !important;
}
.productform .close {
    margin-right: 18px;
    margin-top: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.error-msg-bottom{display: none;}
.error-popup {display: none; padding-top: 25px; text-align: center;
    font-size: 25px; color: #467146;}
.error-popup {color: #ff0e0e; }
div.error, #error-msg {color: #ff0e0e; font-size: 14px; padding: 2px 0;
    font-weight: 600;}
.success-msg-bottom {display: none; padding: 60px 25px; text-align: center;
    font-size: 35px; color: #467146; border: 0;}
#valid-msg {
    color: #00C900;
}
.modal { padding-right: 0 !important;}
.modal-dialog {
    position: relative;
    width: 45%;
    margin: 30px auto;
}

/*------------------- hm popup ----------------------*/
.highlight-panel {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.71);
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
	backdrop-filter: blur(4px);
	display: flex;
    justify-content: center;
}

.highlight-block {
	position: absolute;
	top: 50%;
	width: auto;
	max-width: 650px;
	left: auto;
    right: auto;
	margin: 0 auto 20px auto;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 70px 35px 35px;
	background-color: #fff;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
    
}

.highlight-block p {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}
.hightlight-table {
    width: 100%;
}
.hightlight-table tr {
    border-bottom: 1px solid #e2e2e2;
}
.hightlight-table tr:last-child {
    border-bottom: 0;
}
.hightlight-table th, .hightlight-table td {
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.1;
    text-align: left;
}
.hightlight-table td a {
    color: #000;
}
.hightlight-table td a:hover {
    text-decoration: none;
    color: #b62a26;
}
.phno { display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 12px;}
.highlight-close {
	display: flex;
    text-align: center;
    background-color: #b62a26;
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: -1px;
    right: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
    


/*------------- footer css ----------------*/

footer { background-color: #2c0100;}
footer hr { border-color: rgba(255, 255, 255, 0.2);}
.phone-block { padding: 25px; border-bottom: 1px solid #3b3b3b;}
.contacts-slide { position: relative; max-width: 500px; margin: 0 auto;}
.phone-block p { margin: 0; text-align: center; color: #fff; font-size: 15px; line-height: 25px;}
.ftr-wrap { padding: 35px 0 0;}
.ftrnav h4 { font-size: 14px; line-height: 20px; font-weight: 400; color: #fff; text-align: center; padding-bottom: 8px; 
    margin-bottom: 12px; border-bottom: 1px solid #563433;}
.ftrnav h3 { font-size: 14px; line-height: 20px; font-weight: 400; color: #fff; padding: 3px 0;}
.ftrnav ul li { list-style-type: none; display: block; padding: 3px 0;}
.ftrnav ul li a { font-size: 14px; line-height: 25px; font-weight: 400; color: #fff; text-decoration: none; position: relative;}
.certificate { background: #f0f0f0; height: auto; margin-bottom: 30px;}
.ftrnav ul li a:hover { color: #b72d29;}
.ftrnav ul li span { color: #fff;}
.copyright-wrap { padding: 0px 0 10px;}
.copyright-wrap .auth img { width: 18px; margin-top: -5px;}
.copyright-wrap p { color: #fff; padding: 25px 0 0; font-size: 12px;}
.back_to_top { width: 50px; height: 50px; opacity: 1; position: fixed; bottom: 10px; text-align: center; right: 15px; display: none; background: #b52622; z-index: 999; color: #fff; font-size: 25px; padding: 8px 0;}
.back_to_top:hover { color: #fff;}


/* ------------------ keyframes animation --------------------*/

@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}