@charset "utf-8";

/*
    font-family: "Playfair Display", serif;
*/

/*common css start*/
@media (prefers-reduced-motion:no-preference) {
    :root { scroll-behavior: initial !important; }
}
*:focus { outline: none; }
body { margin: 0px; padding: 0px; background-color: #E5E2DD; color: #555; font-family: "Inter", sans-serif; font-size: 24px; font-style: normal; font-weight: 400; line-height: 1.25; }
a { -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; }
p { margin-bottom: 15px; }
a { color: #FE000C; cursor: pointer; text-decoration: none; outline: none; }
a:hover { color: #000000; text-decoration: none; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
img { border: 0; vertical-align: top; height: auto; max-width: 100%; }
.left-padding { padding-left: calc(((100% - 1512px) - 30px) / 2); }
.right-padding { padding-right: calc(((100% - 1512px) - 30px) / 2); }
.mob .row [class*="col-"]:first-child { margin-top: -50px; }
strong { font-weight: 700; }

/*heading css*/
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6 { color: #1A1A1A; font-weight: 600; margin: 0px; padding: 0px; line-height: 1; margin-bottom: 30px; }
h1, .th1, h2, .th2 { font-size: 100px; letter-spacing: -5px; }
h3, .th3 { font-size: 80px; letter-spacing: -4px; }
h4, .th4 { font-size: 50px; line-height: 1.2; }
h5, .th5 { font-size: 36px; line-height: 1.11; }
h6, .th6 { font-size: 24px; margin-bottom: 20px; }

/*colors*/
.red { color: #CF122E; }
.white-bg { background: #fff; }

/*extra heading & text*/
.t36 { font-size: 36px; }
.fs200 { font-size: 200px; font-size: 200px; font-weight: 600; line-height: 1.05; letter-spacing: -10px; }
.border-bottom { border-bottom: 1px solid #B8B8B8; }

/*font-weight*/
.fwr { font-weight: 400; }
.fwm { font-weight: 500; }
.fws { font-weight: 600; }
.fwb { font-weight: 700; }
.fw-italic { font-style: italic; }

/*margin-top*/
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }
.mt-100 { margin-top: 100px; }

/*margin-bottom*/
.mb-0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-150 { margin-bottom: 150px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }
.mb-300 { margin-bottom: 300px; }
.mb-180 { margin-bottom: 180px; }

/*padding-top*/
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-100 { padding-top: 100px; }
.pt-250 { padding-top: 250px; }
.pt-150 { padding-top: 150px; }

/*padding-bottom*/
.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-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-300 { padding-bottom: 300px; }
.pmb0 p:last-child { margin-bottom: 0px; }
.plr-100 { padding-left: 100px; padding-right: 100px; }

/*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 { border-radius: 0px; display: block; width: 100%; height: auto; padding: 13px 30px; font-size: 18px; line-height: 1; color: #555; border: 1px solid #000; box-shadow: none; background-color: rgba(255, 255, 255, 0.3); font-weight: 400; text-overflow: ellipsis; border-radius: 15px; line-height: 1; }
.form-control:focus, .input-text:focus { color: #555; border-color: #000; background-color: #fff; outline: 0; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #666; font-weight: 400; }
.form-control::-moz-placeholder { color: #666; opacity: 1; font-weight: 400; }
.form-control::-ms-input-placeholder { color: #666; font-weight: 400; }
.form-control:focus::-webkit-input-placeholder { color: #555; font-weight: 400; }
.form-control:focus::-moz-placeholder { color: #555; opacity: 1; font-weight: 400; }
.form-control:focus::-ms-input-placeholder { color: #555; font-weight: 400; }
textarea.form-control, textarea { height: 100px; }
select.form-control, select { line-height: 1; padding: 15px 30px; background-image: url(../images/select-arrow.svg); background-repeat: no-repeat; background-position: calc(100% - 30px) 50%; }
.form-group { margin-bottom: 20px; }
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; }
.form-group { margin-bottom: 15px; 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; }
.wpcf7-spinner { position: absolute; margin-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 { color: #ed1c24; position: relative; text-align: left; font-size: 14px; }
.wpcf7-response-output { max-width: 1256px; width: 100%; margin: 0 auto; }

/*button start*/

/*button start*/
ins { text-decoration: none; }
button { border: none; }
button:focus { outline: none; }
.btn-theme { position: relative; overflow: hidden; background: transparent; color: #000; font-size: 20px; font-weight: 600; text-transform: uppercase; padding: 16px 30px; line-height: 1; border: 1px solid #000; transition: color .4s ease, border-color .4s ease; z-index: 1; display: inline-flex; }
.btn-theme::before { content: ""; position: absolute; inset: 0; background: #CF122E; transform: scaleX(0); transform-origin: left; transition: transform .4s ease; z-index: -1; }
.btn-theme:hover { color: #fff; border-color: #CF122E; }
.btn-theme:hover::before { transform: scaleX(1); }
.btn-theme-submit { appearance: none; -webkit-appearance: none; background: linear-gradient(to right, #CF122E 50%, transparent 50%); background-size: 200% 100%; background-position: right bottom; color: #000; font-size: 20px; font-weight: 600; text-transform: uppercase; padding: 16px 30px; line-height: 1; border: 1px solid #000; cursor: pointer; transition: all 0.4s ease; }
.btn-theme-submit:hover { background-position: left bottom; color: #fff; border-color: #CF122E; }

/* White Button */
.btn-theme.white { color: #fff; border-color: #fff; }
.btn-theme.white::before { background: #fff; }
.btn-theme.white:hover { color: #CF122E; border-color: #fff; /* yaha red mat karo */ }
.btn-theme.white:hover::before { transform: scaleX(1); }

/*bullet*/
.bullet-list ul li:before { content: ""; position: absolute; top: 30px; left: 0px; height: 30px; width: 33px; background: url(../images/bullet.svg) no-repeat center; }
.bullet-list ul li { position: relative; color: #1A1A1A; border-bottom: 1px solid #CF122E; padding: 30px 0px 30px 50px; }

/*vc plugin css start*/
.vc_row { margin: 0px !important }
.vc_column_container>.vc_column-inner { padding: 0px !important }

/*img-scale*/
.img-scale { overflow: hidden; }
.img-scale img { transition: all 0.3s ease; transform: scale(1); }
.img-scale:hover img { transition: all 0.3s ease; transform: scale(1.1); }
.h-spacer { height: 100vh; }
.leftclipmask { overflow: hidden; clip-path: inset(0 80% 0 0); }
.rightclipmask { overflow: hidden; clip-path: inset(0 0 0 80%); }
.centerclipmask { overflow: hidden; clip-path: inset(0 40% 0 40%); }
.downclipmask { overflow: hidden; clip-path: inset(0 0% 100% 0%); }
.leftclipmask img, .rightclipmask img, .centerclipmask img { transform: scale(1.2); transform-origin: left; }
.centerclipmask img { transform-origin: center; }
.parallaxelem { overflow: hidden; }
.fadeUpAnim { opacity: 0; transform: translateY(50px); filter: blur(12px); will-change: transform, filter, opacity; }

/*common css End*/

/*header-css-start*/
.mainheader { width: 100%; transition: all 0.3s ease; padding: 30px 0px; position: fixed; top: 0; left: 0; z-index: 10; }
.mainheader.sticky { padding: 15px 0px; background-color: #fff; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
.logo { display: flex; align-items: center; }
.logo1 { width: 119px; transition: all 0.3s ease; }
.mainheader.sticky .logo1 { width: 90px; }
.logo2 { width: 72px; transition: all 0.3s ease; }
.mainheader.sticky .logo2 { width: 50px; }
.logo a { position: relative; display: inline-block; transition: all 0.3s ease; }
.logo a + a { margin-left: 15px; }

/*header-css-end*/
.heroelement-outer { display: flex; align-items: center; padding-top: 250px; justify-content: space-between; flex-wrap: wrap; }
.heroelement-left { width: 50%; }
.heroelement-right { width: 40%; text-align: right; }
.offset3 { padding-left: 385px }

/* Initial color */
.reveal-title { color: #DDDDDD; }

/* Each character */
.reveal-title .char { display: inline-block; color: #DDDDDD; will-change: color; }

/* Spaces */
.reveal-title .space { display: inline-block; width: 0.28em; }
footer { background: #EFECE8; padding-top: 100px; }
.operatop-content h3 { line-height: 1.2 }
footer p, footer a { color: #808080; }
footer a:hover { color: #CF122E; }
.socialfooter { display: flex; flex-wrap: wrap; }
.socialfooter a { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border: 1px solid #808080; border-radius: 100%; }
.socialfooter a svg { fill: #808080; width: 20px; height: 20px; }
.socialfooter a:hover { background-color: #CF122E; border-color: #CF122E; }
.socialfooter a:hover svg { fill: #fff; }
.socialfooter ul { display: flex; }
.socialfooter ul li + li { margin-left: 20px; }
.footermiddle { display: flex; align-items: end; justify-content: space-between; }
.footer-contact-row { display: flex; align-items: center; justify-content: space-between; border-radius: 15px; background: #CF122E; padding: 100px 130px; }
.footer-contact-title { width: 60%; }
.footer-contact-btn { width: 20%; }
.product-item { width: 100%; }
.product-item-inner { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; }
.product-item-content { width: 35%; display: flex; flex-direction: column; justify-content: space-between; }
.product-item-img { width: 50%; }
.pi-bottom-content h4 { margin-bottom: 30px; padding-bottom: 20px; position: relative; }
.pi-bottom-content h4:after { content: ""; height: 3px; width: 100px; background: #CF122E; position: absolute; left: 0; bottom: 0px; }
.pi-bottom-content ul { display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.pi-bottom-content ul li { color: #808080; font-size: 36px; position: relative; padding-right: 15px; line-height: 1; margin: 0px 15px 15px 0px }
.pi-bottom-content ul li:after { height: 100%; width: 2px; background: #CF122E; content: ""; right: 0px; top: 50%; transform: translateY(-50%); position: absolute; }
.br100 { border-radius: 100px; }
.br15 { border-radius: 15px; overflow: hidden; }
.pi-bottom-content ul li.red { color: #CF122E; }
.leftimg { padding: 0px 0px 130px 100px; }
.rightimg { padding: 0px 100px 130px 0px; }
.pi-bottom-content ul li.noborder { padding-right: 0px; margin-right: 8px; }
.pi-bottom-content ul li.noborder:after { display: none; }

/* carrers page css end */
.accordion-item:first-of-type { border-radius: 15px; }
.accordion-item { border: none; margin-bottom: 20px; background-color: #EFECE8; color: #808080; border-radius: 15px; overflow: hidden; }
.accordion-item:last-child { margin-bottom: 0px; }
.accordion-button:focus { box-shadow: none; }
.accordion-button:not(.collapsed) { box-shadow: none; }
.accordion-button { padding: 50px 30px; background-color: transparent; display: flex; align-items: flex-start; }
.accordion-button:hover::after { background-image: url(../images/plus-icon.svg); }
.accordion-button::after { background-image: url(../images/plus-icon.svg); width: 20px; height: 20px; background-size: 20px; margin-top: 10px }
.accordion-button:not(.collapsed)::after { background-image: url(../images/close-icon.svg); }
.accordion-body { padding: 0px 30px 30px; border-radius: 0px 0px 15px 0px; }
.currentopeningrow .bullet-list ul li::before { background-color: #fff; }
.accordion-button:not(.collapsed) { background-color: #EFECE8; color: #1A1A1A }

/* carrers page css end */
.industry-section { position: relative; height: 100vh; overflow: hidden; }
.industry-bg { position: absolute; inset: 0; background: url("../images/professional-corporate-offices.jpg") center center/cover no-repeat; transition: background-image .4s ease; }
.industry-bg::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.50); mix-blend-mode: luminosity; }
.industry-content { position: relative; z-index: 2; }
.industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; width: 52%; margin-left: auto; }
.industry-box { min-height: 271px; border: 1px solid #FFF; color: #fff; padding: 30px; display: flex; align-items: flex-start; cursor: pointer; transition: .3s ease; border-radius: 15px; }
.industry-box.active { background: #CF122E; border-color: #CF122E; }
.industry-box:hover { background: #CF122E; border-color: #CF122E; }
.industry-title { padding-top: 60px; }
.industry-bg { height: 100vh; }
.industry-content { height: 100vh; display: flex; flex-wrap: wrap; align-items: flex-end; padding-bottom: 1px; }
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; }
.accordion-item:last-of-type { border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; }
.purposerow-content { margin-right: 128px; }
.leftsticky { position: sticky; top: 20%; left: 0; }
.careerspost .row { align-items: flex-start; position: relative; }
.hero-wrap { height: 1600px; position: relative; }
.heroelement { height: 100vh; }
.operarow { position: relative; }
.modal-content { text-align: center; border-radius: 0px; background-color: #fff; }
.modal-body { padding: 50px; }
.modal-backdrop.show { opacity: 0.8; }
.closeBtn { line-height: 1; z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0; 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: 0; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.heroimgbef { position: relative; height: 100%; }
.mb-industry-item img { margin-bottom: 20px; }
.mb-industry-item { margin: 0px 12px; }
.mb-industry-section .slick-list.draggable { margin: 0px -12px; }
.mb-industry-section { display: none; }
video { width: 100%; }
.operarow { padding-bottom: 120px; }