@charset "utf-8";
/*  font-family: "Inter", sans-serif; 
font-weight
100 : thin
200: Extra light
300: light
400: regular
500: medium
600: semibold
700: bold
800 : Extra bold
900 : Black */

:root { scroll-behavior: initial;}
*:focus { outline: none;}
figure{margin-bottom: 0px;}
body { margin: 0px; padding: 0px;  font-family: "Inter", sans-serif;  font-weight: 400; font-size: 18px; color: #555555;line-height: 26px;}
p { margin-bottom: 20px; }
b, strong { font-weight: 700; }
a { color: #E1000B; text-decoration: none; outline: none; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease;cursor: pointer; }
a:hover { color: #444; text-decoration: none; }
h1,h2,h3,h4,h5,h6 {color: #231A1C;margin-bottom: 20px;font-family: "Inter", sans-serif;  font-weight: 600; line-height: 1.1;padding: 0px;letter-spacing: -1px; }
h1 { font-size:80px;}
h2 {font-size: 60px;}
h3 { font-size: 50px;}
h4 { font-size: 36px; margin-bottom: 15px;}
h5 { font-size: 25px; margin-bottom: 10px;}
h6 { font-size: 24px; margin-bottom: 10px;}
/* common css end */

/*form start*/
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"] { outline: none; }
label { display: inline-block; max-width: 100%;}
textarea { resize: none; height: 110px; border-radius: 20px; }
.form-control{font-family: "Inter", sans-serif; display: block; width: 100%; height: auto; padding:13px 24px; font-size: 18px; line-height: 1;
  color: #555555;border: 1px solid #999999;border-radius: 8px 0px 8px 0px; -webkit-box-shadow: none; box-shadow: none;
   background-color: transparent; font-weight: 400; }
.form-control:focus,
.input-text:focus { color: #333; border-color: #E1000B; background-color: #fff; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #777777;font-weight: 400; }
.form-control::-moz-placeholder { color: #777777; opacity: 1;font-weight: 400; }
.form-control::-ms-input-placeholder { color: #777777;font-weight: 400; }
.form-control:focus::-webkit-input-placeholder { color: #333;font-weight: 400; }
.form-control:focus::-moz-placeholder { color: #333; opacity: 1;font-weight: 400; }
.form-control:focus::-ms-input-placeholder { color: #333;font-weight: 400; }
textarea.form-control, textarea{height: 100px;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] {appearance: none; -moz-appearance: textfield;-webkit-appearance: none; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }
img{max-width: 100%;height: auto;}
.form-group{margin-bottom: 20px;z-index: 1;}
.form-check-input[type=checkbox]{border-radius: 0px;}
.form-check-input{margin-top: 8px;border-radius: 0px;border-color: #000;}
.form-check-input:focus{border-color: #000;box-shadow: none;}
.form-check-input:checked:focus{border-color: #0d6efd;}
.img-scale{overflow: hidden;vertical-align: top;}
.img-scale img{transition: all 0.3s ease;transform: scale(1);}
.img-scale:hover img{transition: all 0.3s ease;transform: scale(1.1);}
/*form end*/

/*bullet start*/
ul, ol { margin: 0; padding: 0; list-style: none; }
.bullet-list ul{margin-bottom: 20px;}
.bullet-list ul li{ position: relative; padding-left: 20px;margin-bottom: 5px; }
.bullet-list ul li::before {content: '';background: #E1000B; border-radius: 100%;height: 8px;width:8px; left: 0px; position: absolute; top: 8px; }

/*bullet end*/
/*button start*/
ins{text-decoration: none;}
button:focus { outline: none; }
.btn-theme{ border:none;display: inline-flex;align-items: center;background-color: #E1000B;padding: 15px 20px;color: #FFFFFF;text-transform: uppercase;
    font-size: 16px;font-weight: 600;outline: 0px;position: relative;-o-transition: all 0.5s ease; transition: all 0.5s ease;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; line-height: 1;border-radius: 8px 0px 8px 0px;}
.btn-theme:after{content: '';background:url(../images/btn-arrow-white.svg);background-repeat: no-repeat; width: 22px;height: 11px; margin-left: 15px; -webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.btn-theme:hover{color: #fff;background-color:#231A1C;}

.btn-theme-white{ border:none;display: inline-flex;align-items: center;background-color: #FFFFFF;padding: 15px 20px;color: #E1000B;text-transform: uppercase;border:1px solid #ffff;
    font-size: 16px;font-weight: 600;outline: 0px;position: relative;-o-transition: all 0.5s ease; transition: all 0.5s ease;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; line-height: 1;border-radius: 8px 0px 8px 0px;}
.btn-theme-white::after{content: '';background-image:url(../images/btn-link-arrow-red.svg);background-repeat: no-repeat;
    width: 22px;height: 11px; margin-left: 15px; -webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.btn-theme-white:hover{color: #fff;background-color:#231A1C;border-color: #231A1C;}
.btn-theme-white:hover::after{background-image:url(../images/btn-arrow-white.svg);}
.btnlinkarrow{padding-right: 30px;color: #E1000B;transition: all 0.3s ease; display: inline-flex;align-items: center;font-size: 16px;font-weight: 600;text-transform: uppercase;background-image: url(../images/btn-link-arrow-red.svg);background-position: center right;background-repeat: no-repeat;}
.btnlinkarrow:hover{color: #231A1C;padding-right: 35px;}

.btn-theme-submit{ border:none;display:inline-block;background-image:url(../images/btn-arrow-white.svg);background-position: right 20px center; background-repeat: no-repeat; background-color: #E1000B;padding: 15px 50px 15px 20px;color: #FFFFFF;text-transform: uppercase;
    font-size: 16px;font-weight: 600;outline: 0px;position: relative;-o-transition: all 0.5s ease; transition: all 0.5s ease;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; line-height: 1;border-radius: 8px 0px 8px 0px;}
.btn-theme-submit:hover{color: #fff;background-color:#231A1C;}

/* typography css */
.text-80, .text-80 h2{font-size: 80px;line-height: 1.1;}
.text-60, .text-60 h1{font-size: 60px;line-height: 1.1;}
.text-40{font-size: 40px;line-height: 1.3;}
.text-25{font-size: 25px;line-height: 1.3;}
.borderbottom{border-bottom: 1px solid #D1DBDE;}
.borderall{border:1px solid #D1DBDE;}
.border-radius-15{border-radius: 15px;}
.border-radius-50{border-radius: 50px;}
.border-radius-30{border-radius: 30px;}
.radius-top-bottom-50{border-radius: 50px 0px 50px 0px;}
.radius-top-bottom-30{border-radius: 30px 0px 30px 0px;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.tc-black{color: #231A1C;}
.tc-white{color: #FFFFFF;}
.tc-red{color: #E1000B;}
.bg-gray{background-color: #F5F5F5;}
.whiteboxcol{background-color: #FFFFFF;padding: 50px;}
.grayboxcol{background-color: #F5F5F5;padding: 50px;}
.left-padding { padding-left: calc(((100% - 1512px)) / 2) }
.bg-red{background-color: #E1000B;color: #fff;}
.bg-red h1, .bg-red h2, .bg-red h3, .bg-red h5, .bg-red h4{color: #fff;}

/* section margin Top */
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }
.mt-150 { margin-top: 150px; }

/* Section margin bottom */
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-24 { margin-bottom: 24px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
.mb-150 { margin-bottom: 150px; }
.mb-180 { margin-bottom: 180px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }
.mb-270 { margin-bottom: 270px; }
.mb-300 { margin-bottom: 300px; }
.mb-400 { margin-bottom: 400px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
.ptb-150{padding-top: 150px;padding-bottom: 150px;}
section.d-inline-block{vertical-align: top;}
.lastmbnone :last-child{margin-bottom: 0px;}


/* header menu css start */
.toprightobject{right: 0px;top: 0px;position: absolute;}
.topleftobject {left: 0px;top: 0px;position: absolute;}
.bottomrightobject{right: 0px;bottom: 0px;position: absolute;}
.bottomleftobject{left: 0px;bottom: 0px;position: absolute;}
.topleftcenterobj{top: 50%;transform: translateY(-50%);position: absolute;left: 0px;}
.logo{padding: 30px 0px;width: 16%;}
.logo a{display: block;}
.logo img{width: 154px;}
.logo img, .logo{transition: all 0.3s ease;}
.sticky .logo{padding: 10px 0px;}
.sticky .logo img{width: 120px;}
.mainheader{position: fixed;top: 0px;width: 100%;z-index: 30;transition: all 0.3s ease;background-color: #fff;}
a.menu-toggle {width: 24px;display: none;flex-wrap: wrap;align-items: center;justify-content: end;}
.icnline { background-color: #E1000B; transition: all 0.3s ease; width: 100%; height: 2px; margin-bottom: 5px;vertical-align: middle; line-height: 1; }
.icnline:last-child{margin-bottom: 0px;}
.navmenu >ul { margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navmenu > ul > li { position: relative; list-style: none; padding:30px 20px 20px;-webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; width: initial;line-height: 1; }
.mainheader.sticky .navmenu > ul > li{padding: 15px 20px 10px;}
.navmenu > ul > li.menu-item-has-children,
.mainheader.sticky .navmenu > ul > li.menu-item-has-children {padding-right: 30px;}
.navmenu > ul > li.menu-item-has-children::before {margin-top: 5px; content: ''; width: 10px; height: 10px; display: inline-block; transition: all 0.2s ease; vertical-align: top;right: 10px; position: absolute; background-image: url(../images/chevron-down-white.svg);background-repeat: no-repeat; background-position: left center;}
.navmenu > ul > li > a {color: #231A1C; display: inline-block; font-size: 15px; position: relative;padding-bottom: 5px;text-transform: uppercase;font-weight: 500;}
.navmenu > ul > li > a::before{transform-origin: left; content: '';width: 100%;height: 1px;bottom: 0px;position: absolute;left: 0px;background-color: #E1000B;transform: scaleX(0);transition: all 0.3s ease;}
.navmenu > ul > li > a:hover::before,
.navmenu > ul li.current-menu-item > a::before, 
.navmenu > ul li.current-menu-ancestor > a::before{transform: scaleX(1);}
.navmenu > ul > li ul { left: 0%; display: none; position: absolute; top: 100%; width: 250px; margin: 0px; background: #fff; padding:10px 20px; box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2) }
.navmenu > ul > li:hover ul{display: block;}
.navmenu > ul > li ul li ul { top: 0px; left: 100%;}
.navmenu > ul > li > ul > li { padding: 15px 0px 15px 0px;margin-bottom: 0px; position: relative;border-bottom:1px solid #ddd}
.navmenu > ul > li > ul li:last-child { border: none; }
.navmenu > ul > li > ul li::before { top: 25px; }
.navmenu > ul > li > ul li a { display: block; color: #000; position: relative;text-transform:capitalize;font-size:18px; }
.navmenu > ul > li > ul li a:hover{padding-left: 10px;}
.navmenu > ul > li > a:hover,
.navmenu > ul li.current-menu-item > a, 
.navmenu > ul li.current-menu-ancestor > a,
.navmenu > ul > li > ul li a:hover{ color: #E1000B; }
.closebtn { z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0px; transform: rotate(45deg);display: inline-flex;align-items: center;justify-content: center; }
.closebtn::after { background-color: #000; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);}
.closebtn::before { background-color: #000; height: 100%; width: 2px; position: absolute; top: 0px; content: '';transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.sub-menu-arrow {text-align: center; overflow: hidden;padding: 5px 10px;display: none;vertical-align: top;line-height: 1;cursor: pointer;position: absolute;right: -20px;top:-3px }
.navarrow { display: inline-block; vertical-align: middle; position: relative; width: 16px; height: 16px;}
.navarrow::before { content: ''; width: 16px; height: 16px;background-size: 16px; display: inline-block; transition: all 0.2s ease; 
vertical-align: top; position: absolute; background-image: url(../images/chevron-down-white.svg);background-repeat:  no-repeat; background-position: left center; left: 0px; }
.navarup::before { transform: rotate(180deg); }
.MenuClose{display: none;}
.black-overlay, .overlay{background-color: rgba(0, 0, 0, 0.5);bottom: 0px;left: 0px;right: 0px;top: 0px;position: fixed;display: none;z-index: 31;}
.innerheader .navmenu > ul > li > a{color: #444;}
/* header menu css end */

/* homepage css start */
.topherosection{padding-top: 100px;}
.topherosection video{display: inline-block;vertical-align: top;}
.stickyshapecontent {overflow: hidden;clip-path: polygon(50% 0%, 50% 0, 50% 100%, 50% 100%);border-radius: 50px 0px 50px 0px;}
.ZoomEffect{transform: scale(0.6);}
.brandlogo{margin-bottom: 20px;position: relative;line-height: 1;}
.brandlogo img{transition: all 0.3s ease;opacity: 1;}
.brandlogo img.hoverlogo{opacity: 0;position: absolute;top: 0px;left: 0px;}
a.whiteboxcol{color: #555555;min-height: 100%;justify-content: space-between;}
a.whiteboxcol:hover img{opacity: 0;}
a.whiteboxcol:hover{background-color: #E1000B;color: #fff;}
a.whiteboxcol:hover img.hoverlogo{opacity: 1;}
a.whiteboxcol:hover .btnlinkarrow{color: #fff;background-image: url(../images/btn-link-arrow-white.svg);}
.brandslider{margin: 0px -12px;z-index: 5;}
.brandcontent{margin-bottom: 80px;}
.brandslider .slick-slide{padding: 0px 12px;}
.partnercontent h5{margin-bottom: 25px;}
.countertext span{font-size: 80px;font-weight: 600;color: #E1000B;line-height: 1;}
.countertext{margin-bottom: 10px;}
.counterrow .row  [class*="col-"]{border-left: 1px solid #ddd;}
.counterrow .row  [class*="col-"]:first-child{border-left: none;}
.counterrow .row [class*="col-"] h5{margin-bottom: 0px;}
.certificaterow{padding: 150px 180px;text-align: center;}
.certificaterow h5{margin-bottom: 20px;}
.certilogo{width: 25%;}
.turstedcontent{margin-bottom: 30px;}
.parntercontent{display: inline-block;width: 100%;}
.locationlist ul li{border-bottom: 1px solid #ddd;margin-bottom: 30px;padding-bottom: 30px;}
.locationlist ul li:last-child{margin-bottom: 0px;border: none;padding-bottom: 0px;}
.locationlist ul li p{margin-bottom: 15px;}
/*.stickyleftcol{position: sticky;top: 100px;}*/
.stickyleftcol video{vertical-align: top;}
.calltoaction{vertical-align: top;}
.calltoaction a{background-color: #E1000B;display: block;padding: 50px 0px;}
.calltoaction h2{position: relative;}
.calltoaction h2::before{content: '';background: url(../images/arrow-white-large.svg) no-repeat right;position: absolute;right: -100px;width: 100px;height: 42px;top:22px;transition: all 0.3s ease;}
.calltoaction a:hover{background-color: #231A1C;}
.calltoaction a:hover h2::before{transform: translateX(20px);}
/* homepage css end */

/* footer start*/
.footermain{color:#999999;font-size: 18px;background-color: #231A1C;padding: 150px 0px;}
.footermain h6{color: #fff;margin-bottom: 15px;}
.footermain a, .copyright a{color:#999999;}
.footermain a:hover, .copyright a:hover{color: #fff;}
.footerlinkcol ul li{margin-bottom: 7px;font-size: 16px;text-transform: uppercase;}
.footerlinkcol ul li:last-child{margin-bottom: 0px;}
.footermain p span{font-size: 14px;color: #666;}
.contactinfo{margin-bottom: 30px;}
.copyright{font-size:18px;}
.socailinfocol{margin-top: 100px;}
.socialicon a{margin-right: 40px;line-height: 1;}
.socialicon a svg{fill: #999999;width: 20px;height: 20px;}
.socialicon a:hover{border-color: #fff;}
.socialicon a:hover svg{fill: #fff;}
.addresscol{letter-spacing: -0.2px;}
.footermain .bottomleftobject{overflow: hidden;}
.footermain .bottomleftobject img{margin-bottom: -1px;margin-left: -1px;}
/* footer end */

/* 404 page & thakyou page css start */
.pagesectiontop{padding-top: 250px;}
.toppageoffset{padding-top: 150px;}
/* 404 page & thakyou page css end */

/* product & Contact css start */
.brandlistingrow a.whiteboxcol{background-color: #F5F5F5;}
.brandlistingrow a.whiteboxcol:hover{background-color:#E1000B;}
.toptitlecol{align-items: center;margin-bottom: 40px;}
.bannerimg{overflow: hidden;display: inline-block;vertical-align: top;max-height: 800px;width: 100%;}
.contactinfopage{margin-bottom: 30px;}
.contactinfopage:last-child{margin-bottom: 0px;}
.contactinfopage span, .contactinfopage strong{display: block;}
.contactinfopage span {margin-bottom: 10px;font-size: 18px;}
.contactinfopage strong{margin-bottom: 50px;color: #231A1C;font-size: 18px;}
.contactinfopage span a{color: #555555;}
.contactinfopage span a:hover{color: #E1000B;}
.contactinfopage p strong{margin-bottom: 0px}
.toptitlecol a{margin-left: 10px;}
.brandtoplistrow{margin-top: 90px;}
.leftbannertext{padding-right:24px;}
.textleftimgrightrow{display: flex;flex-wrap: wrap;align-items: center; padding-top: 50px;padding-bottom: 50px;}
.leftbannertext{width: 40%;}
.leftbannertext img{margin-bottom: 30px;}
.rightbannerimg{width: 60%;}
.nav-link{border: 1px solid #E1000B;text-align: left; color: #E1000B;text-transform: uppercase;font-size: 15px;font-weight: 600;padding: 12px 22px;margin-bottom: 20px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,
.nav-link:focus, .nav-link:hover{background-color: #E1000B;color: #fff;}
.nav-pills .nav-link{border-radius: 8px 0px 8px 0px;min-width: 110px;}
.productrangerow .nav-pills .nav-link{min-width: 180px;}
.productrangerow .grayboxcol{padding: 0px;min-height: 100%;display: flex;flex-direction: column;}
.proimg{padding: 30px;}
.procontent{padding: 50px;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;flex: 1;}
.procontent a{margin-top: 20px;}
.tabstickycol{position: sticky;top: 100px;}
.productrangerow .bottomleftobject{bottom: -70px;}
.leftimgrightvcenter .bottomrightobject{bottom: -100px;} 
.solutionslider, .otherproslider{margin: 0px -12px;}
.solutionslider .slick-slide, .otherproslider .slick-slide{padding: 0px 12px;}
.solutionslider .slick-arrow{margin-top: -20px;}
.otherproslider a.whiteboxcol{background-color: #F5F5F5;}
.otherproslider a.whiteboxcol:hover{background-color:#E1000B;}
.productuseimg{margin-bottom: 50px;}
.iconcol{align-items: center;margin-right: 24px;border-bottom: 1px solid #ddd;width: 40%;margin-bottom: 30px;padding-bottom: 20px;}
.iconcol i {flex-shrink: 0;margin-right: 30px;}
.iconhalfrow{padding-top: 30px;}
.productdetailrow .topleftcenterobj {margin-top: 50px;}
.otherproductrow .whiteboxcol{padding: 0px;min-height: 100%;display: flex;flex-direction: column;}
/* product & Contact css start */

/* about page css start */
.aboutpagebanner{margin-top: 90px;}
.imgoverlaybg{position: relative;}
.imgoverlaybg::before{content: '';top: 0px;left: 0px;right: 0px;bottom: 0px;position: absolute;background-color: rgba(0, 0, 0, 0.30);z-index: 1;}
.aboutcaptiontop{position: absolute;top: 50%;width: 100%;transform: translateY(-50%);z-index: 2;}
.iconleftcol i{margin-right: 50px;flex-shrink: 0;}
.rightonlycontent h5{line-height: 1.3;}
.rightonlycontent .bottomleftobject{bottom: -150px;}
.iconleftcol{min-height: 100%;}
.iconleftcol p{margin-bottom: 10px;}
.iconleftcol.lastmbnone :last-child{margin-bottom: 0px;}
.iconslider{margin: 0px -12px;}
.iconslider .grayboxcol{min-height: 100%;}
.iconslider .grayboxcol i{margin-bottom: 50px;display: block;}
.iconslider .slick-slide{padding: 0px 12px;}
.learningrow .bottomrightobject{bottom: -250px;}
/* about page css end */

/* carrers page css end */
.careerstop .bottomleftobject{bottom: -200px;}
.currentopeningrow .nav-pills{margin-bottom: 50px;}
.currentopeningrow .nav-pills .nav-link{min-width: inherit;margin: 0px 8px;}
.accordion-item { border: none; margin-bottom: 20px; background-color: transparent; }
.accordion-item:last-child{margin-bottom: 0px;}
.accordion-item:first-of-type { border-radius: 0px; }
.accordion-button:focus { box-shadow: none; }
.accordion-button { font-size: 25px; padding: 30px; border:1px solid #ddd; background-color: transparent; border-radius: 15px 0px 15px 0px; }
.accordion-button:not(.collapsed) { color: #fff; box-shadow: none;border-color: #E1000B; background-color: #E1000B; border-radius: 15px 15px 0px 0px }
.accordion-button:hover { background-color: #E1000B; color: #fff;}
.accordion-button:hover::after { background-image: url(../images/plus-icon-white.svg); }
.accordion-item:first-of-type .accordion-button:not(.collapsed) { border-radius: 15px 0px 0px 0px }
.accordion-button::after { background-image: url(../images/plus-icon.svg); width: 20px; height: 20px; background-size: 20px; position: absolute; right: 30px; top: 34px; }
.accordion-button:not(.collapsed)::after{ background-image: url(../images/minus-icon.svg); }
.accordion-body { padding: 0px 30px 30px; background-color: #E1000B; border-radius: 0px 0px 15px 0px; color: #fff; }
.accordion-body  h6{font-size: 20px;color: #fff;letter-spacing: -0.5px;}
.currentopeningrow .bullet-list ul li::before{background-color: #fff;}
.careerspostfrm{padding: 150px 0px;text-align: center;}
/* carrers page css end */



/* Modal popup css */
.uploadBox input[type="file"] {display: none;}
.uploadBox label { width: 100%; display: flex;justify-content: space-between;padding: 13px 24px 14px;border-radius: 8px 0px 8px 0px; border: 1px solid #999999;white-space: nowrap;cursor: pointer;font-size: 16px;line-height: 20px;font-weight: 700;}
.uploadBox label span.filename{text-align: left; color: #777777;font-size: 18px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-transform: none;width: 70%;letter-spacing: 0px;font-weight: 400;}
.uploadBox label.selected span.filename{color: #333;}
.wpcf7-spinner{vertical-align: top;top: 10px;}
.wpcf7 form.sent .wpcf7-response-output {line-height: 24px; background: #dff0d8; border: 1px solid #c3e6cb; margin: 20px 0 0; padding: 7px 12px; color: #155724;position: relative; z-index: 1;border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {line-height: 24px; background: #f8d7da; border: 1px solid #f5c6cb; margin: 20px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1;border-radius: 5px; font-size: 16px; }
span.wpcf7-not-valid-tip { position: relative; text-align: left; font-size: 14px;}
.vc_row{margin: 0px !important}
.vc_column_container>.vc_column-inner{padding: 0px !important}

@keyframes textMarqRight {
  0% { transform: translate3d(0, 0, 0); }
   100% { transform: translate3d(-50%, 0, 0); }
}
@keyframes scrolldown {
	0% { transform: translateY(0px) }
	50% { transform:translateY(5px) }
  100% { transform:translateY(0px) }
}
.ploader {width: 100%; text-align: center; top: 50%; position: absolute;transform: translateY(-50%);-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
#pageloader {top: 0px;position: fixed; width: 100%; height: 100%; z-index: 9999;background: #FFFFFF;}

/* Animation css  */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s }

@-webkit-keyframes fadeInUp {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeInUp {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn }
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown }
@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes slideInLeft {
    from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInLeft {
    from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
    from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInRight {
    from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; visibility: visible; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }
.grecaptcha-badge{display: none !important;}