/*icomoon*/
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoonFont/icomoon.eot");
  src: url("/fonts/icomoonFont/icomoon.eot?#iefix") format("embedded-opentype"),
    url("/fonts/icomoonFont/icomoon.woff") format("woff"),
    url("/fonts/icomoonFont/icomoon.ttf") format("truetype"),
    url("/fonts/icomoonFont/icomoon.svg#ic0moon") format("svg");
}
/*-- COMMON STYLES HTML ELEMENTS --*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  border: none;
  height: auto;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-shadow: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000;
}
strong {
  font-family: Montserrat-Medium;
  color: #000;
}
.newsdetails p {
  padding: 10px 0;
}
i {
  font-style: italic;
}
ul {
  margin-left: 30px;
  list-style-type: disc;
}
p,
li {
  font-size: 16px;
  line-height: 30px;
}
.clr,
.clear {
  clear: both;
}

/*-- Home page --*/
/*html,
body {
  overflow-y: auto !important;
}*/

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: normal;
  font-variant: normal;
  background: none !important;
  background-color: #fff !important;
  color: #0d093e;
  height: auto;
  text-shadow: none;
  line-height: 1.5;
}
* {
  font-family: "Montserrat", sans-serif;
}
button::-moz-focus-inner {
  border: none !important;
  outline: none !important;
}
button {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
input[type="button"],
input[type="submit"],
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}
h1 {
  font-weight: 800;
}
h2,
h3 {
  font-weight: 700;
}
.postTitle h2 a {
  font-weight: 500;
}

/*-- COMMON HEADER --*/

#header {
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  position: fixed;
  transition: all ease 1s;
  -ms-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -webkit-transition: all ease 1s;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 11px 0;
}
#headerWrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1500px;
  width: 91%;
}
#header.moveHead {
  box-shadow: 0 0 24px #cccccc5c;
  height: auto;
  transition: all 1.5s ease-out;
}
#normal {
  height: auto;
  animation: logoHeightAuto 0.25s ease-out;
}
.moveHead #normal {
   height: 47px;
   animation:logoHeight 0.35s  ease-out;
}
.footerContentWrapper {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
}

@keyframes logoHeight {
   0% {
     height: auto;
   }
   25% {
       height: 50px;
   }
   50% {
       height: 49px;
   }
   75% {
       height: 48px;
   }
   100% {
     height: 47px;
   }
}
@keyframes logoHeightAuto {
   0% {
     height: 47px;
   }
   25% {
       height: 48px;
   }
   50% {
       height: 49px;
   }
   75% {
       height: 50px;
   }
   100% {
     height: auto;
   }
}
.bodyFade {
  background: transparent;
}
.logoContainer {
  color: #000;
  display: inline-block;
  /* height: 40px; */
  position: relative;
  margin: 0;
  text-decoration: none;
  vertical-align: middle;
  /* width: 104px; */
   width: 100%;
  max-width: 233px;
}
.logoContainer img {
  width: 100%;
}
/* 13 aniv logo change */
.searchBox::-ms-clear {
  display: none;
}
.searchBtn.btn.btn-default {
  cursor: auto;
  display: none;
}
.searchHolder {
  background-color: #fff;
  margin: 0 auto;
  outline: 0 none;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: 101;
  display: none;
}
.searchBorder {
  margin: 0 auto;
  width: 84%;
}
#topSearch {
  border-bottom: 2px solid #c4c4c463;
  display: inline-block;
  margin: 30px auto;
  width: 78%;
}
a.closeInquiry:hover {
  color: #dadada;
  text-decoration: none;
}
.closesrch {
  color: #0d093e;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  right: 8%;
  top: 30%;
}
.searchBox {
  background-color: #fff;
  border: medium none;
  color: #0d093e;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  width: 94%;
  padding: 0 0 12px 0;
  outline: none;
}
#topSearch ::placeholder {
  color: #757575 !important;
}
#topSearch ::-webkit-input-placeholder {
  color: #757575 !important;
}
#topSearch :-moz-placeholder,
#topSearch ::-moz-placeholder {
  color: #757575 !important;
}
#topSearch :-ms-input-placeholder,
#topSearch ::-ms-input-placeholder {
  color: #757575 !important;
}
#topSearch .validationCheck {
  color: #ff0000;
}
.searchBtn {
  opacity: 0;
}
.inquirybtnHolder {
  display: none;
}
.selectBox {
  display: none;
}

/*newheader*/

body {
  overflow-x: hidden;
  overflow-y: scroll;
  position: static;
}
body.smr-open,
body.inqy-open {
  overflow-y: hidden;
}
.mask {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.masksrch {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 !important;
}
#navigation li {
  list-style: none;
}
.mainMenu * {
  font-family: "Montserrat", sans-serif;
}
.menuContent * {
  font-family: "Montserrat", sans-serif;
}
.headerMenu {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  width: 114px;
  height: 37px;
  margin-top: 31px;
  cursor: pointer;
  position: relative;
}
#navigation a {
  /* color: #0d093e; */
  cursor: pointer;
}
.downArrow:after {
  font-family: icomoon;
}
.downArrow:after {
  /* background-image: linear-gradient(136deg, #f00 13%, #860d7d 114%); */
  color: #f2063a;
  content: "\e605";
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 2px;
  margin-left: 5px;
  position: relative;
  top: 3px;
  transform-style: preserve-3d;
  transition: transform .3s ease;
  will-change: transform;
}
.headerMenu.active .downArrow {
  border-radius: 20px;
  color: #f2063a;
  display: block;
}
.downArrow {
  padding: 7px 14px;
  /* padding-right: 0; */
  z-index: 10;
  position: absolute;
  transform: translate(-50px, -12px);
  line-height: 13px;
  font-weight: 500;
  /* padding: 2px 14px; */
  z-index: 10;
  transform: translate(0, -13px);
  display: flex;
  align-items: center;
}
#navigation .downArrow:hover {
  color: #f2063a;
}
.inquiryWeb {
  text-align: center;
  width: 156px;
  height: 44px;
  border: 2px solid #f2063a;
  /* background-origin: border-box;
  background-clip: padding-box,border-box; */
  border-radius: 50px;
  /* background-image: linear-gradient(#fff, #fff), linear-gradient(58deg, #f00, #860d7d); */
}
.inquiryWeb.homeArrowBtn::after {
  content: ''!important;
}
.homeArrowBtn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#navigation .linkText {
  color: #f2063a;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}
.linkText:after,
.searchicon:after {
  font-family: "icomoon";
}
.inquiryMobile {
  display: none;
}
.inquiryMobile,
.searchicon {
  display: flex;
  margin-left: 35px;
  color: #0d093e;
}
.inquiryButton {
  margin-right: -1px;
}
.searchicon:after {
  content: "\e906";
  font-size: 24px;
}
.menuicon {
  margin-left: 35px;
}
#navMenuWrap #toggleMenu.menuicon {
  background-color: #f2063a;
  border-radius: 24px;
  display: flex;
  margin: 0 0 0 25px;
  justify-content: center;
  flex-direction: column;
  padding: 17px 15px;
  /* background-image: linear-gradient(129deg,#f2063a 11%,#860d7d 124%); */
  height: 12px;
  width: 18px;
}
.menuicon span {
  background-color: #fff;
  border-radius: 10px;
  height: 2px;
  transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
}
.hamone {
  margin-bottom: 3px;
  align-self: flex-start;
  width: 7px;
}
.hamtwo {
  margin-bottom: 3px;
  width: 14px;
  align-self: flex-start;
}
.hamthree {
  align-self: flex-start;
  width: 21px;
}
.menuicon:hover span {
  width: 21px;
}
@keyframes scaling {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scaling {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes scaling {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

/*main menu*/
.mainMenu {
  backface-visibility: hidden;
  background: linear-gradient(90deg, transparent 78%, #fff 22%);
  height: 100%;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  /* -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; */
  top: 0;
  width: 100%;
  z-index: 102;
  -webkit-backface-visibility: hidden;
}
.mainmenuWrapper {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin: 0 auto;
}
.headerWrapper {
  width: 91%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.menuSection {
  background-color: #fff;
  display: table;
  flex-basis: 30%;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  width: 325px;
}
.sideMenuDrop {
  background: url(/images/responsive/slider/sliderBg.svg) #fff no-repeat;
  background-position: top right;
  height: 100%;
  margin-top: 80px;
  padding: 0 0 80px 40px;
  width: 100%;
}
.desktop-view-content-mobile {
  display: none;
}
.xtraP {
  height: 0;
  opacity: 0;
  padding: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.xtraP .sideMenuList,
.subMenuWrapper {
  display: none;
}
.xtraP.active .sideMenuList {
  display: inline-block;
  margin: 0 !important;
  padding-left: 0;
  width: 100%;
}
.mainMenu li {
  display: flex;
  flex-direction: column;
}
.sideMenuLink {
  color: #0d093e;
  cursor: pointer;
  display: table;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.sideMenuDrop .mobile-collapse-contenting {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 40px;
}
.sidemenuHead {
  color: #0d093e;
  cursor: pointer;
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}
.sideMenuDrop .iconArrow {
  padding-left: 10px;
  position: relative;
}
.sideMenuDrop .iconArrow:after {
  bottom: -3pfx;
  content: "\e903";
  font-family: "icomoon";
  font-size: 9px;
  font-weight: 700;
  line-height: 32px;
  position: absolute;
}
.sideMenuDrop .icon-Open:after {
  bottom: 4px;
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.menudropOpen span {
  color: #f2063a;
}
.mainMenu .close-menu,
.backArrow {
  color: #0d093e;
  cursor: pointer;
  font-family: "icomoon";
  line-height: 18px;
  padding-top: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 3;
}
.close-menu:before {
  content: "\e919";
  font-size: 18px;
  font-weight: 600;
}
.subMenuSlider {
  display: none;
}
.textareadiv {
  padding-top: 14px;
}
#career_ids {
  max-width: 717px;
  margin: 0 auto;
}
.closeInquiry {
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 22px;
  position: absolute;
  right: 6%;
  top: 15px;
  z-index: 100;
}
.contentWrapper {
  max-width: 1200px;
  width: 100% !important;
  margin: 0 auto;
}
/* .sendInuiryBtn::after {
  font-family: icomoon;
  content: "\e917";
  font-size: 8px;
  line-height: 11px;
  padding-left: 5px;
} */
#navInquiryWrap .pageUrlLinkBtn::after {
  content: "";
}
/*-- COMMON FOOTER --*/

#footer * {
  box-sizing: border-box;
}
#footer {
  margin-top: 150px;
  text-align: center;
}
.socialIcons {
  font-family: "icomoon";
  font-size: 24px;
  margin-top: -10px;
}
.lastInner {
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 18px;
}
.facebook:after {
  content: "\e904";
}
.twitter:after {
  content: "\e934";
}
.linkdin:after {
  content: "\e907";
}
.youtube:after {
  content: "\e90c";
}
.slideshare:after {
  content: "\e90a";
}
.line_sm::after {
  content: "\e901";
}
.socialIcons a:after {
  border-radius: 25px;
  border: 0;
  font-size: 48px;
  color: #f2063a;
  background-color: #fef5f6;
}
.scrolled.footerAddress {
  animation: redFill 1s ease-in-out;
}
.copyrightP {
  padding: 30px 0;
  color: #767373;
  font-size: 14px;
  font-weight: 500;
}
.copyrightP {
  padding: 30px 0;
  color: #a1a1a1;
  font-size: 14px;
}
.copyrightBold {
  padding-left: 10px;
  font-weight: 600;
  color: #020203;
  display: inline-block;
}
.copyrightBold:hover {
  color: #020203;
}
.viewallLoc {
  display: block;
  font-weight: bold;
  font-size: 14px;
  width: 166px;
  height: 34px;
  position: relative;
  line-height: normal;
}
.viewallLoc::after,
.footerArrow::before {
  content: "\e91b";
  display: inline-block;
  font-family: "icomoon";
  padding-right: 10px;
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  top: 4px;
}
/* .footerAddress .linkText:after {
  font-size: 13px;
} */
.addressText {
  height: 22px;
  margin-bottom: 19px;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #0f0f0f;
}
.footerText {
  font-size: 16px;
  font-weight: normal;
  color: #020203;
  line-height: 28px;
  padding-bottom: 30px;
}
.adressOffice,
.addressText,
.viewallLoc {
  color: #0f0f0f;
}
.footerText,
.footerTextBold,
.copyrightBold {
  color: #020203;
}
#footer .pageUrlLinkBtn:after {
  content: "";
}
.footerInquiry {
  color: #f2063a;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  width: 170px;
  padding: 18px 24px;
  height: 48px;
  justify-content: space-between;
  border: 2px solid #f2063a;
  /* background-image: linear-gradient(#fff, #fff), linear-gradient(58deg, #f00, #860d7d);
  background-origin: border-box;
  background-clip: padding-box,border-box; */
  border-radius: 50px;
  position: relative;
}
#copyright {
  opacity: 0.74;
  background-color: #fef5f6;
  /* height: 86px; */
}
#copyright p {
  /* margin-top: 42px; */
  text-align: center;
  padding: 24px 0;
}

#copyright p,
.footerBox * {
  text-align: center;
}
.pageUrlLinkBtn {
  border: 2px solid #f2063a;
  border-radius: 20px;
  color: #f2063a;
  display: inline-block;
  font-weight: 800;
  font-size: 13px;
  line-height: 13px;
  padding: 10px;
}
.pageUrlLinkBtn:after {
  font-family: icomoon;
  content: "\e918";
  font-size: 8px;
  line-height: 11px;
  padding-left: 5px;
}
h1 {
  color: #f2063a;
  font-size: 36px;
  text-align: center;
  line-height: normal;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.close {
  background-color: #e2292f;
  text-align: center;
  border-radius: 0 3px 3px 0;
  float: right;
  height: 32px;
  width: 34px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.close span {
  position: relative;
  top: 22%;
  font-family: "icomoon";
}
#mailValmsg,
#comntValmsg {
  font-size: 14px;
  width: auto;
  height: 15px;
  margin: 15px auto 0;
  font-weight: 400;
}
#captchafeedValMsg {
  display: block;
  font-size: 12px;
  height: 15px;
  margin: -13px auto;
  padding-left: 3px;
  width: auto;
  font-weight: 400;
  font-size: 14px;
}
.submitBtn {
  font-family: "Montserrat", sans-serif;
  margin-top: 26px;
  background: transparent;
  width: 215px;
  height: 48px;
  padding: 15px 21px 15px 0;
  border-radius: 4px;
  line-height: 12px;
  position: relative;
  font-size: 14px;
  color: #e62552;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  width: 176px;
  height: 48px;
  border: 2px solid #f2063a;
  border-radius: 50px;
  position: relative;
  margin-bottom: 60px;
}
.inquiryArrowBtn::after {
  content: "\e900";
  display: inline-block;
  font-family: "icomoon";
  padding-right: 10px;
  position: absolute;
  right: 13px;
  font-size: 13px;
  font-weight: 600;
  transform: translate(-24px, 0) rotate(180deg);
  color: #f2063a;
}
.InquiryBtn {
  background-color: #f2063a;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 12px;
  text-transform: uppercase;
  border: none;
  outline: none;
}
#id_captcha {
  margin: 0 auto;
  width: 161px;
  position: relative;
  top: -15px;
  display: inline-block;
}
.captcha_feedback {
  display: inline-block;
  width: 107px;
}
.captcha_inquiry img {
  border: 1px solid #c3c3c3;
  width: 90px;
  height: 40px;
}

/*-- Home Content --*/

.homeWrapper {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.homeContent {
  display: block;
  margin: 0 auto;
  padding: 50px 0 60px;
  width: 91%;
  max-width: 1500px;
  min-height: calc(100vh - 476px);
  overflow: hidden;
}
.content {
  width: 100%;
}
#content a {
  color: #f2063a;
}
.addrsHolder a,
.viewallLoc {
  color: #0f0f0f;
}
/*-- Inquiry Pop up --*/

.inquiryModel {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  height: 100%;
  outline: medium none;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  z-index: 102;
  top: 0px;
  bottom: 0px;
  right: -100%;
  display: none;
}
.footerArrow:before {
  transform: translate(-35px, 0) rotate(180deg);
  color: transparent;
  opacity: 0;
}
.viewallLoc::after {
  transform: translate(-24px, 0) rotate(180deg);
  color: #f2063a;
  right: -24px;
  /* background: linear-gradient(278deg, rgba(255,0,0,0.5018382352941176) 29%, rgba(255,0,0,0.5018382352941176) 45%, rgba(134,13,125,1) 74%);
  -webkit-background-clip: text; */
  /* color: transparent; */
}
.footerArrow::before {
  right: -5px;
}
.newinquiryspcng {
  max-width: 717px;
  margin: 0 auto;
}
.inquiryHeader {
  max-width: 1200px;
  margin: 0 auto;
}
.inquiryHeaderInner {
  margin: 0 auto;
  padding-top: 60px;
  width: 100%;
  padding-bottom: 30px;
  float: left;
  text-align: center;
}
.inquiryHeader h2 {
  color: #0d093e;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  vertical-align: middle;
  padding-top: 20px;
}
.inquiryHeader p {
  color: #0d093e;
  font-style: italic;
  font-size: 18px;
  word-wrap: break-word;
  vertical-align: middle;
  margin-top: 3px;
}
.inquiryBody {
  max-width: 1200px;
  margin: 60px auto 0;
}
.contactInquiry {
  margin: 50px auto;
  width: 82%;
}
.contactInquiry #content {
  text-align: center;
  width: 100%;
}
.contactInquiry #content {
  text-align: center;
  width: 100%;
}
#contactInquiryLeft {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: left;
}
.confmtnMsg div:first-child {
  color: #666;
  font-size: 16px;
  font-weight: 700;
}
.confmtnMsgAlign {
  color: green;
  font-size: 20px;
}
.styled-select {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.styled-select:after {
  content: "▼";
  font-size: 16px;
  font-family: "icomoon";
  color: #000;
  right: 11px;
  top: 12px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.styled-select:before {
  content: "";
  display: inline-block;
  height: 27px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 3px;
  width: 24px;
}
.selectbox {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  margin-top: 13px;
  padding-bottom: 9px !important;
  text-align: justify;
  vertical-align: bottom;
  -moz-appearance: none;
  -ms-appearance: none;
  /*margin: 0 0 5px 0;*/
  color: #333;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.contactInquiry input::-moz-placeholder,
.contactInquiry textarea::-moz-placeholder {
  color: #757575 !important;
}
.contactInquiry input::-webkit-input-placeholder,
.contactInquiry textarea::-webkit-input-placeholder {
  color: #757575 !important;
}
.contactInquiry input:-moz-placeholder,
.contactInquiry textarea:-moz-placeholder {
  color: #757575 !important;
}
.contactInquiry input:-ms-input-placeholder,
.contactInquiry textarea:-ms-input-placeholder {
  color: #757575 !important;
}
::-webkit-input-placeholder {
  color: #b1b1b1 !important;
}
#contactInquiryLeft #dropdownValMsg {
  margin: 0;
}
#contactInquiryLeft p {
  color: #2d2d2d;
  float: left;
  font-weight: 400;
  font-weight: 600;
  padding-bottom: 20px;
}
#contactInquiryRight {
  width: 100%;
  display: inline-block;
}
#contactInquiryRight textarea {
  height: 33px;
  min-height: 33px;
  padding-top: 5px;
  overflow: hidden;
  resize: none;
  box-sizing: border-box;
  padding: 0 0 0 8px;
  width: 100%;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  border-bottom: 2px solid #696969;
  background-color: #fff;
}
.inquiryFormRight {
  width: 100%;
  padding-bottom: 22px;
}
.inquiryFormRight .formSect_right_captcha {
  margin-top: 65px;
  float: none;
  padding-top: 30px;
}
.formSect_right_captcha .error_msgInquiry {
  margin-top: 6px;
}
.error_msgInquiry {
  font-size: 12px;
  clear: both;
  color: red;
  display: block;
  font-weight: 400;
  line-height: normal;
}
.formSectRight, .formSectLeft {
  width: 100%;
  float: none;
  display: inline-block;
  height: 54px;
}
#captcha_id,
#captcha_idSM {
  color: #595959;
  font-size: 15px;
  height: 32px;
  padding: 5px;
  border: 2px solid #000;
  display: table-cell;
  vertical-align: middle;
  background-color: #b2b2b2;
}
.formSect_right_captcha {
  margin: 0 auto;
  margin-top: 25px;
  float: right;
}
.captcha_inquiry {
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
}
.inquiryFormLeft {
  width: 100%;
  float: left;
}
.captcha_inquiry img {
  border: 1px solid #c3c3c3;
  width: 90px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
.inquirySbmt {
  width: 100%;
  text-align: center;
  float: left;
  padding-bottom: 36px;
}
.icon_right_thin {
  margin: 0 0 0 5px;
  top: 1px;
  position: relative;
  background: url("/images/responsive/common/iconSprite.png") no-repeat -37px -99px;
  width: 15px;
  height: 9px;
  display: inline-block;
}
.block .content {
  float: right;
  width: 70%;
}

/*icomoon font*/

.closeInquiry,
.closesrch {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.closesrch:before {
  content: "\e919";
  font-size: 18px;
  font-weight: 600;
}
.closeInquiry:before {
  content: "\e919";
}
.closeInquiry:before {
  color: #0d093e;
}
/*header menu*/
.menuContent * {
  box-sizing: border-box;
}
.bodyFade {
  background: rgba(0, 0, 0, 0.4);
}
.menuOuterWrapper.bodyFade {
  height: 100%;
  margin-top: -16px;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.menuContent {
  display: none;
  margin: 0 auto;
  max-width: 1500px;
  transition: all 0.25s ease-in;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  position: absolute;
  top: 67px;
  z-index: 5;
  background-color: transparent;
}
.servicesMenu {
  width: 91%;
}
.solutionMenu {
        /* padding: 30px 0; */
        width: 91%;
    }
#navigation .headerMenu.active .downArrow {
  background-color: #ebebeb;
  border-radius: 20px;
  color: #f2063a;
}
.menuContent.activeList {
  display: block;
  animation: menuActive 0.25s ease-in;
}
@keyframes menuActive {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.noScroll {
  left: 0;
  position: fixed;
  overflow-y: scroll;
  right: 0;
}
.menuListWrapper,
.menuInnerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menuInnerListWrapper {
  flex-basis: 30%;
  padding: 0 30px 10px 30px;
}
.menuInnerListWrapper.menuInnerListWrapperFirst {
  flex-basis: 37%;
}
.menuInnerListWrapper.menuInnerListWrapperSec {
  flex-basis: 33%;
}
.borderRight {
  border-right: 1px solid #ebebeb;
}
.borderTop {
  border-top: 1px solid #ebebeb;
  display: block;
}
.menuHead.borderTop {
  padding: 30px 0;
}
.menuHead {
  color: #0d093e;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 10px 0 30px 0;
  line-height: 18px;
  text-align: left;
}
.menuInnerList p {
  line-height: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.servicemenuInnerList p,
.resourcesmenuInnerList p,
    .solutionmenuInnerList p  {
  flex-basis: 50%;
}
.servicemenuInnerList p:nth-child(odd), .solutionmenuInnerList p:nth-child(odd),
.paddingRightList {
  padding-right: 20px;
}
.menuInnerList a {
  color: #0d093e;
  display: table;
  font-weight: 500;
  font-size: 14px;
}
.menuInnerList a,
.menuBold {
  transition: all 0.15s ease-in;
}
.menuInnerList a:hover,
.menuInnerList a:hover .menuBold {
  color: #f2063a;
}
.menuBold {
  font-weight: 700;
  font-size: 18px;
  color: #0d093e;
  display: block;
  padding-bottom: 10px;
}
.industriesMenu {
  width: 325px;
}
.industriesmenuInnerList,
.productsmenuInnerList,
.resourcesmenuInnerList {
  padding: 0 30px 10px 30px;
}
.servicemenuInnerList , .solutionmenuInnerList{
    padding: 0 0 10px 30px;
}
.servicesMenu {
    width: 460px !important;
}
.solutionMenu {
    width: 460px !important;
}
.industriesmenuInnerList p {
  flex-basis: 50%;
}
.menuInnerList .menulinkSingle {
  color: #0d093e;
}
.productsMenu {
  width: 85%;
}
.productsmenuInnerList p {
  flex-basis: 12%;
}
.productsmenuInnerList .paddingRightList {
  flex-basis: 22%;
}
.servicemenuInnerList p,
.resourcesmenuInnerList p,
    .solutionmenuInnerList p  {
  flex-basis: 50%;
}
.resourcesMenu {
  margin-right: 20%;
  width: 325px;
}
.serviceVieAllWrapper {
  align-self: flex-end;
}
.serviceVieAll,
.productViewAll {
  justify-content: center;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}
.serviceVieAll p,
.productViewAll p {
  flex-basis: 100%;
  padding: 0;
  text-align: center;
}
.menuInnerListWrapperViewAll {
  flex-basis: 100%;
  padding: 0 30px;
}
.menuInnerList .menuViewAllWrapper {
  border-top: 1px solid #ebebeb;
  display: block;
  flex-basis: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}
.menuInnerList .menuViewAll {
  color: #f2063a;
  display: table;
  font-weight: 700;
  font-size: 12px;
  width: 100%;
}
.menuArrow:after {
  font-family: icomoon;
  padding: 4px 2px;
  content: "\e918";
  font-size: 6px;
  margin-left: 5px;
  border-radius: 50%;
  border: 1px solid;
  font-weight: 500;
}

/* Bread Crumb */

#breadcrumb {
  display: block;
  margin-top: 86px;
  padding: 0;
  width: 100%;
}
#breadcrumbInner {
  display: block;
  margin: 0 auto;
  padding: 10px 0 0;
  width: 91%;
  max-width: 1500px;
}
#breadcrumb span {
  color: #f2063a;
  font-weight: 700;
  font-size: 11px;
}
#breadcrumb span a {
  color: #0d093e;
  font-weight: 500;
  padding-right: 10px;
}
#breadcrumb span a:hover {
  color: #f2063a;
}
#breadcrumb .breadcrumbSlash {
  padding-right: 8px;
  font-size: 14px;
}
#breadcrumb span span:not(:last-of-type) {
  color: #0d093e;
  font-weight: 500;
}
#breadcrumb .iconListingArrow {
  color: #868686;
  font-size: 8px;
}
#breadcrumb .lastListing {
  position: relative;
  left: -12px;
}
#breadcrumb .newsListing {
  position: relative;
  left: -9px;
  color: #e2292f;
}
#breadcrumb .lastListing:last-child {
  color: #e2292f;
}

/**** Infinite Scroll ****/

#infscr-loading {
  position: absolute;
  text-align: center;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: 90;
  background: none;
  color: #000;
  margin-top: 60px;
  font-size: 15px;
  font-weight: bold;
}
#infscr-loading img {
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}
#infscr-loading div {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.hidden, .hiddenSM, .JPMenu {
  display: none;
}
.sidebar.c-4-12 {
  float: none;
  line-height: 23px;
  margin: 0px auto 20px;
  width: 100%;
}
.widget h3 {
  color: #262626;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
  text-shadow: none;
  width: 90%;
  margin: 30px auto 5px;
}
.widget li {
  padding-left: 0 !important;
  background: none !important;
}
.widget li h3 {
  padding-left: 0 !important;
  background: url("/images/responsive/common/bulletteColorBlack.png") no-repeat !important;
  background-position: 2px 24px !important;
  float: left;
}
.navigation {
  width: 100%;
  margin: 30px 0px;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #262626 !important;
}
#page_nav {
  opacity: 0;
}
#page-nav {
  display: none;
}
.newsdetails {
  float: none;
  position: relative;
  width: 100%;
}
.newsdetails img {
  text-align: center;
}
.navigation .navbtn {
  float: left;
  margin-right: 20px;
}
.navigation .navbtn a {
  border: 2px solid #f2063a;
  border-radius: 20px;
  color: #f2063a;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  padding: 4px 12px;
  outline: none;
  display: inline-block;
  margin-left: 5px;
}
h2 {
  color: #262626;
  font-size: 24px;
  line-height: normal;
  padding-top: 20px;
}
.newsdetails .aligncenter {
  max-width: 100%;
  text-align: center;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.eventMoreInfo {
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  display: block;
}
iframe {
  max-width: 100%;
}
.nextbtn {
  display: inline-block;
}
.prevbtn {
  display: inline-block;
  transform: rotate(180deg);
}
.prevbtn:before,
.nextbtn:after {
  content: "\e906";
  font-family: "icomoon";
  font-size: 8px;
}

/* font awesome share plugin styles */

.newsdetails h4,
.newsdetails h3,
.newsdetails h5,
.newsdetails h6 {
  color: #da3a36;
}
.newsdetails h3,
.newsdetails h4,
.newsdetails h5,
.newsdetails h6 {
  font-weight: bold;
}
.newsdetails h3 {
  font-size: 20px;
}
.newsdetails h4 {
  font-size: 16px;
}
.grid {
  width: 100%;
  max-width: 1500px;
}
html {
  min-height: 100%;
}
.newsdetails li {
  margin-left: 20px;
}
.newsdetails p,
.newsdetails li {
  line-height: 30px;
}
.newsdetails a span,
.newsdetails p a {
  font-weight: 600;
  text-decoration: underline;
}
.newsdetails li span,
.newsdetails p span {
  font-size: 17px !important;
}
.iconbacktotop {
  display: none;
}
#protype_id.placeholder {
  color: #757575;
}
/*#protype_id:focus {
  color: #0d093e;
}*/
.formSectLeft input, .formSectRight input, .selectbox {
  width: 100%;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #696969 !important;
  background-color: #fff;
  padding: 3px 0 6px 8px !important;
  color: #0d093e;
}
.selectbox option {
  color: #0d093e;
}
.inqimg {
  width: 100px;
  margin-right: 44px;
}
.confmtnMsg {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  text-align: center;
  background: #fff;
  position: relative;
  font-weight: 400;
}
.contactInquiry input::-moz-placeholder,
.contactInquiry textarea::-moz-placeholder,
.contactInquiry input::-webkit-input-placeholder,
.contactInquiry textarea::-webkit-input-placeholder,
.contactInquiry input:-ms-input-placeholder,
.contactInquiry textarea:-ms-input-placeholder {
  color: #595959;
}
.newsdetails pre {
  white-space: pre-wrap;
}
.pBottom {
  padding-bottom: 40px;
}
.pageUrlLink {
  color: #e62552;
  font-weight: 600;
  text-decoration: underline;
}
body.inqy-open #wrapper>*:not(.inquiryModel) {
  opacity: 0;
  background: #fff;
}
.inqy-open header {
display: none !important;
}
#consent_checkbox_inq {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: 0 13px 0 0;
  appearance: none;
  -webkit-appearance: none;
  outline: 1px solid #636363;
  -moz-outline-radius: 2px;
  border-radius: 2px;
  position: relative;
}
#consent_checkbox_inq:hover {
  outline: 1px solid #0d093e;
}
#consent_checkbox_inq[type=checkbox]:checked:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkboxWrapper input:checked {
  background-color: #296fee;
}

.checkboxLabel {
  font-size: 16px;
  color: #636363;
  line-height: 22px;
  display: inline;
  pointer-events: none;
}
.checkboxLabel a {
  font-weight: 500;
  pointer-events: visible;
}
.checkboxErrorInq {
  display: none;
}
.checkboxErrorInq.needsfilled {
  display: block !important;
  color: #f00;
}
.socialIcons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ISOLogo {
  width: 154px;
  /* height: 50px; */
}
.homeArrowBtn::after, .homeArrow::before, .inquiryArrowBtn::after {
  content: "\e91b" !important;
  display: inline-block;
  font-family: 'icomoon';
  padding-right: 10px;
  position: absolute;
  right: 13px;
  font-size: 12px;
  font-weight: 600;
}
.homeArrow::before {
  top: 19px;
}
.inquiryWeb .homeArrow::before {
  top: 14px;
}
.inquiryWeb.homeArrowBtn:hover .homeArrow::before {
  top: 14px;
}
.homeArrowBtn::after, .inquiryArrowBtn::after  {
  transform: translate(-13px,0) rotate(180deg);
  color: #f2063a;
} 
.homeCTA.homeArrowBtn::after, .inquiryWeb::after, .sendInuiryBtn::after {
  /* background: linear-gradient(278deg, rgba(255,0,0,0.5018382352941176) 29%, rgba(255,0,0,0.5018382352941176) 45%, rgba(134,13,125,1) 74%);
  -webkit-background-clip: text; */
  color: #f2063a;
}
.homeArrow::before {
  transform: translate(-36px,-6px) rotate(180deg);
  color: transparent;
}
.footerInquiry.homeArrowBtn::after {
  top: 13px;
}
.footerBoxInnner {
  margin-top: 30px;
}
@keyframes scale-out {
  0% {
      transform: scaleX(0);
      transform-origin: left;
  }
  100% {
      transform: scaleX(1);
      transform-origin: left;
  }
}

@keyframes scale-in {
  0% {
      transform: scaleX(1);
      transform-origin: left;
  }
  100% {
      transform: scaleX(0);
      transform-origin: left;
  }
}
.viewallLoc::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  will-change: transform;
  --bg-opacity: 1;
  /* background-image: linear-gradient(92deg, rgba(255, 0, 0, var(--bg-opacity)) 0%, rgba(134, 13, 125, var(--bg-opacity)) 122%); */
  background: #f2063a;
}
.ausFooter {
  padding: 30px;
  border: 1px solid #ffc3c6;
  border-radius: 25px;
  margin-bottom: 40px !important;
  display: none;
}
.ausFooter h3 {
  font-size: 28px;
  font-weight: 800;
  text-align: left;
}
.ausFooter p {
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ausFooter {
    padding: 45px 40px 40px 40px;
    margin-top: -10px;
  }
  .ausFooter p, .ausFooter h3 {
    text-align: center;
  }
}
@media screen and (max-width: 1025px) {
  body.inqy-open #wrapper > *:not(.inquiryModel) {
    display: none;
    height: 0;
    overflow-y: hidden !important;
  }
  body.inqy-close-view #wrapper > *:not(.inquiryModel) {
    display: block;
    overflow-y: auto !important;
  }
}
