@charset "utf-8";

/* font-family: "Manrope", sans-serif;
font-weight
200: Extra light
300: light
400: regular
500: medium
600: semibold
700: bold
800 : Extra bold */

/* @-moz-document url-prefix() {
html{ scrollbar-width: none; }
} */
body { margin: 0; scrollbar-width: none; -ms-overflow-style: none; overflow-y: scroll; }
body::-webkit-scrollbar { width: 0px; background: transparent; }
:root { scroll-behavior: initial; }
*:focus { outline: none; }
figure { margin-bottom: 0px; }
body { margin: 0px; padding: 0px; font-family: "Manrope", sans-serif; font-weight: 400; font-size: 18px; color: #444444; line-height: 30px; }
p { margin-bottom: 20px; }
b, strong { font-weight: 700; }
a { color: #D53639; 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: #231A1C; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { color: #231A1C; font-family: "Manrope", sans-serif; font-weight: 400; line-height: 1.2; margin: 0px; padding: 0px; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong { font-weight: 700; }
h1, h2 { font-size: 70px; margin-bottom: 20px; }
h3 { font-size: 36px; margin-bottom: 10px; font-weight: 500; }
h4 { font-size: 28px; margin-bottom: 10px;font-weight: 500; }
h5 { font-size: 24px; margin-bottom: 10px; }
h6 { font-size: 16px; 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: "Manrope", sans-serif; display: block; width: 100%; height: auto; padding: 15px; font-size: 16px; line-height: 1.1; color: #fff; border: none; border: 1px solid #EC8989; -webkit-box-shadow: none; box-shadow: none; background-color: #D53639; border-radius: 5px; }
.form-control:focus { color: #fff; border-color: #FFCFCF; background-color: #D53639; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #FFCFCF; font-weight: 400; }
.form-control::-moz-placeholder { color: #FFCFCF; opacity: 1; font-weight: 400; }
.form-control::-ms-input-placeholder { color: #FFCFCF; font-weight: 400; }
.form-control:focus::-webkit-input-placeholder { color: #fff; font-weight: 400; }
.form-control:focus::-moz-placeholder { color: #fff; opacity: 1; font-weight: 400; }
.form-control:focus::-ms-input-placeholder { color: #fff; 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: 30px; }
.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; }
.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; }
.bullet-list ul li::before { content: ''; background-color: #D53639; height: 7px; width: 7px; left: 0px; position: absolute; border-radius: 100%; top: 12px; background-size: 100%; }

/*bullet end*/

/*button start*/
ins { text-decoration: none; }
button:focus { outline: none; }
.btn-theme { background-color: #D53639; color: #fff; border: 1px solid #D53639; display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; outline: 0px; padding: 16px 30px; position: relative; text-transform: uppercase; -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; line-height: 1; border-radius: 5px; }
.btn-theme:hover { color: #D53639; background-color: transparent; border-color: #D53639; }
.btn-theme::after { background: url(../images/btn-arrow-white.svg) no-repeat; width: 6px; height: 10px; content: ''; margin-left: 10px; }
.btn-theme:hover::after { background: url(../images/btn-arrow-red.svg) no-repeat; }
.btn-theme-white { background-color: #FFF; color: #D53639; border: 1px solid #fff; display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; outline: 0px; padding: 17px 30px 16px; position: relative; text-transform: uppercase; -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; line-height: 1; border-radius: 5px; }
.btn-theme-white:hover { color: #fff; background-color: transparent; }
.btn-theme-white::after { width: 6px; height: 10px; content: ''; margin-left: 10px; background: url(../images/btn-arrow-red.svg) no-repeat; }
.btn-theme-white:hover::after { background: url(../images/btn-arrow-white.svg) no-repeat; }
.btn-hover-white:hover { background-color: transparent; border: 1px solid #fff; color: #fff; }
.btn-hover-white:hover::after { background: url(../images/btn-arrow-white.svg) no-repeat; }
.btn-link-arrow { color: #D53639; display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; outline: 0px; position: relative; text-transform: uppercase; -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; line-height: 1; padding-bottom: 5px; }
.btn-link-arrow:hover { color: #D53639; }
.btn-link-arrow::after { width: 6px; height: 10px; content: ''; background: url(../images/btn-arrow-red.svg) no-repeat; transform: translateX(0px); -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; position: absolute; right: -12px; }
.btn-link-arrow::before { background-color: #D53639; height: 1px; width: 100%; content: ''; position: absolute; bottom: 0px; left: 0px; transform: scaleX(0); transform-origin: left; -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; }
.btn-link-arrow:hover::before { transform: scaleX(1); }

/* .btn-link-arrow:hover::after{transform: translateX(5px);} */
.btn-theme-submit { background-image: url(../images/btn-arrow-red.svg); background-repeat: no-repeat; background-position: center right 27px; background-color: #FFF; color: #D53639; border: 1px solid #fff; display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; outline: 0px; padding: 16px 45px 16px 30px; position: relative; text-transform: uppercase; -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; line-height: 1; border-radius: 5px; }
.btn-theme-submit:hover { color: #fff; background-color: transparent; background-image: url(../images/btn-arrow-white.svg); }

/* typography css */
.text-120, .text-120 h1, .text-120 h2 { font-size: 120px; line-height: 1; }
.text-70 { font-size: 70px; line-height: 1.2; }
.text-36 { font-size: 36px; line-height: 1.3; }
.text-30 { font-size: 30px; line-height: 1.3; }
.text-50 { font-size: 50px; line-height: 1.3; }
.text-24 { font-size: 24px; }
.borderbottom { border-bottom: 1px solid #DDDDDD; }
.border-radius-15 { border-radius: 15px; }
.fw-medium { font-weight: 500; }
.fw-semibold { font-weight: 600; }
.fw-bold { font-weight: 700; }
.fw-exbold { font-weight: 800; }
.fw-regular { font-weight: 400; }

/* 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-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; }
section.d-inline-block { vertical-align: top; }
/*.lastmbnone :last-child { margin-bottom: 0px; }*/
.themebgrow { background-color: #D53639; color: #fff; }
.themebgrow h1, .themebgrow h2, .themebgrow h3, .themebgrow h4, .themebgrow h4 { color: #fff; }

/* homepage css start */
.logo { padding: 20px 0px; }
.logo a { position: relative; display: inline-block; vertical-align: top; }
.logo a img, .logo { transition: all 0.3s ease; }

/* .logo a img{width: 200px;} */

/*.sticky a img{width: 150px;}*/
.blackLogo { position: absolute; left: 0px; top: 0px; opacity: 0; }
.whiteLogo { opacity: 1; }
.innerheader .whiteLogo { opacity: 0; }
.sticky .blackLogo, .innerheader .blackLogo { opacity: 1; }
.sticky .logo { padding: 10px 0px; }
.innerheader { background-color: #fff; }
.mainheader { position: fixed; top: 0px; width: 100%; z-index: 30; padding: 0px 100px; transition: all 0.3s ease; }
.mainheader.sticky { background-color: #fff; }
.navigatemain { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative; z-index: 1; color: #fff; }
a.menu-toggle { width: 24px; display: none; flex-wrap: wrap; align-items: center; justify-content: end; }
.icnline { background-color: #FFF; transition: all 0.3s ease; width: 100%; height: 2px; margin-bottom: 5px; vertical-align: middle; line-height: 1; }
.icnline:last-child { margin-bottom: 0px; }
.sticky .icnline, .innerheader .icnline { background-color: #D53639; }
.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: 15px 22px; margin-bottom: 0px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; width: initial; }
.navmenu > ul > li.menu-item-has-children::before { margin-top: 12px; content: ''; width: 12px; height: 10px; display: inline-block; transition: all 0.2s ease; vertical-align: top; right: 5px; position: absolute; background-image: url(../images/chevron-down-white.svg); background-repeat: no-repeat; background-size: 100%; background-position: left center; }
.mainheader.sticky .navmenu > ul > li.menu-item-has-children::before, .innerheader .navmenu > ul > li.menu-item-has-children::before { background-image: url(../images/chevron-down-red.svg); }
.navmenu > ul > li > a { color: #fff; display: inline-block; font-size: 18px; position: relative; padding-bottom: 5px; line-height: 1; font-weight: 400; }
.sticky .navmenu > ul > li > a, .innerheader .navmenu > ul > li > a { color: #231A1C; }
.navmenu > ul > li > a::before { height: 1px; width: 100%; background-color: #fff; content: ''; position: absolute; bottom: 0px; left: 0px; transform: scaleX(0); transition: all 0.3s ease; transform-origin: left; }
.mainheader.sticky .navmenu > ul > li > a::before, .innerheader .navmenu > ul > li > a::before, .innerheader .navmenu > ul > li:hover > a::before { background-color: #D53639; }
.navmenu > ul > li > a:hover, .navmenu > ul > li > a:hover, .navmenu > ul li.current-menu-item > a, .navmenu > ul li.current-menu-ancestor > a { color: #fff; }
.mainheader.sticky .navmenu > ul > li > a:hover, .mainheader.sticky .navmenu > ul li.current-menu-item > a, .mainheader.sticky .navmenu > ul li.current-menu-ancestor > a, .innerheader .navmenu > ul > li > a:hover, .innerheader .navmenu > ul > li:hover > a, .innerheader .navmenu > ul li.current-menu-item > a, .innerheader .navmenu > ul li.current-menu-ancestor > a, .innerheader .navmenu > ul li.current-menu-ancestor > ul > li.current_page_item > a { color: #D53639; }
.navmenu > ul > li> a:hover::before, .navmenu > ul li.current-menu-item > a::before, .innerheader .navmenu > ul > li:hover > a::before { transform: scaleX(1); }
.navmenu > ul > li ul { left: 0%; display: none; position: absolute; top: 100%; width: 275px; 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: 10px 0px 10px 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: uppercase; font-size: 15px; }
.navmenu > ul > li > ul li a:hover { color: #D53639; }
.mainheader.sticky > ul > li > a { color: #000; }
.closebtn { z-index: 5; position: absolute; top: 30px; right: 30px; 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: 4px 10px; margin-left: 5px; display: none; vertical-align: top; line-height: 1; cursor: pointer; position: absolute; right: -20px; }
.navarrow { display: inline-block; vertical-align: top; position: relative; width: 17px; height: 15px; }
.navarrow::before { content: ''; width: 17px; height: 15px; display: inline-block; transition: all 0.2s ease; vertical-align: top; position: absolute; background: url(../images/chevron-down-black.svg) no-repeat; background-position: left center; left: 0px; }
.navarup::before { transform: rotate(180deg); }
.MenuClose { display: none; }
.black-overlay { background-color: rgba(0, 0, 0, 0.5); bottom: 0px; left: 0px; right: 0px; top: 0px; position: fixed; display: none; }
.topvideosecton { height: 100vh; overflow: hidden; position: relative; }
/*.topvideosecton::before { top: 0px; left: 0px; right: 0px; bottom: 0px; position: absolute; content: ''; background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 100%); }*/
.videobannerthumb { height: 100%; }
.videobannerthumb video, .videobannerthumb img { object-fit: cover; width: 100%; height: 100%; }
.videocaption { position: absolute; text-align: left; bottom: 150px; color: #fff; width: 100%; }
.videocaption h1 { margin-bottom: 0px; }
.videocaption h1, .videocaption h3 { color: #FFF; }
.videopop { animation: zoominout 0.8s linear infinite 0.5s; display: inline-block; }
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content { width: 1280px; height: 768px; }
.fancybox__content:focus:not(.carousel__button.is-close) { outline: none; box-shadow: none; }
.lagacyrow p { margin-bottom: 30px; }
.lagacyrow h3 { margin-bottom: 30px; }
.grayboxcol { background-color: #F5F5F5; padding: 50px; display: flex; flex-wrap: wrap; align-items: flex-start; min-height: 100%; justify-content: center; flex-direction: column; position: relative; z-index: 1; overflow: hidden; }
.bordefullrow { border: 1px solid #CACACA; border-radius: 15px; display: flex; flex-wrap: wrap; overflow: hidden; }
.bordefullrow [class*="col-"] { border-right: 1px solid #CACACA; padding: 30px; }
.bordefullrow [class*="col-"]:last-child { border-right: none; }
.bordefullrow figure img { margin-bottom: 10px; }
.bordefullrow figcaption h3 { margin-bottom: 10px; }
.bgrowsection h2, .bgrowsection h5, .bgrowsection { color: #fff; }
.leadershipelement { background-image: url(../images/leadership-bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 80px 0px 0px; overflow: hidden; }
.leadershipcontent { width: 56%; padding-left: 314px; }
.leadershipcontent span { font-size: 20px; }
.leadershipcontent p { margin-bottom: 30px; }
.leadershipimg { width: 37.5%; }
.leadershipimg img { width: 100%; }
.logocolrow [class*="col-"] { margin-bottom: 20px; }
.commnicationrow { padding: 0px 88px; }
.cardcol { margin: 0px 12px; overflow: hidden; display: block; transition: all 0.5s ease; border-radius: 15px; height: 560px; min-width: 270px; flex: 1 }
.cardcol > img { width: 100%; height: 100%; object-fit: cover; object-position: 50%; }
.cardcol.cardActive { flex: 3; }
.cardcol figcaption { position: absolute; bottom: 0px; border-radius: 0px 0px 15px 15px; padding: 100px 30px 30px; display: flex; align-items: center; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 100%); width: 100%; white-space: nowrap; }
.cardcol figcaption i { margin-right: 20px; }
.cardcol figcaption i img { max-width: 50px; }
.cardcol figcaption h3 { margin-bottom: 0px; color: #fff; }
.diversityrow { background: url(../images/red-pettern-bg.jpg) no-repeat; background-size: cover; padding: 150px 0px; }
.diversityrow  h2 { margin-bottom: 30px; }
.galleryrow { display: flex; overflow: hidden; margin-right: -302px; margin-bottom: 50px; }
.galleryanimrow { display: flex; animation: textMarqRight 50s linear infinite; animation-play-state: running; will-change: transform; justify-content: flex-start; }
.gallerycol { margin: 0px 12px; min-width: 400px; will-change: transform; }
.galleryanimrow .gallerycol:nth-child(odd) { margin-top: 30px; }
.newshomerow h2 { margin-bottom: 0px; }
.newshomerow .btn-theme { margin-bottom: 10px; }
.footerlinkrow { margin-bottom: 80px; }
.footerlinkrow a, .copyright a { color: #929292; }
.footerlinkrow a:hover, .copyright a:hover { color: #fff; }
.footerlinkrow ul li { margin-bottom: 6px; }
.footerlinkrow ul li:last-child { margin-bottom: 0px; }
.footerlinkrow ul li a { position: relative; padding-bottom: 2px; display: inline-block; }
.footerlinkrow ul li a::before { background-color: #fff; content: ''; position: absolute; left: 0px; bottom: 0px; height: 1px; width: 100%; transform: scaleX(0); transition: all 0.3s ease; transform-origin: left; }
.footerlinkrow ul li a:hover::before { transform: scaleX(1); }
.footermain { background-color: #231A1C; color: #929292; padding: 150px 100px; }
.footermain h2 { font-size: 50px; color: #fff; margin-bottom: 0px; padding-right: 30px; }
.contactinfo span { display: block; margin-bottom: 5px; }
.footerbottom { border-top: 1px solid #929292; padding-top: 30px; }
.socialicon ul { display: flex; align-items: center; }
.socialicon ul li { margin-right: 20px; }
.socialicon ul li svg { fill: #929292; transition: all 0.3s ease; }
.socialicon ul li a:hover svg { fill: #FFFFFF; }
.scroldownarrow { position: absolute; bottom: 50px; right: 50px; }
.scroldownarrow img { animation: scrolldown 1s linear infinite; animation-play-state: running; display: inline-block }

/* homepage css end */

/* thankyou & 404 page css */
.sectionrowpage { padding-top: 250px; }
.pagenotfound img { margin-bottom: 30px; }
.thankyourow img { margin-bottom: 15px; }
.sectionrowpage h1 { font-weight: 700; }

/* Pipe page css start */
.topbannerfull { height: 100vh; overflow: hidden; }
.topbannerfull figure { height: 100%; position: relative; }
.topbannerfull img { object-fit: cover; height: 100%; width: 100%; object-position: center; }
.topbannerfull figure::before, .cust-toward-banner:before { top: 0px; left: 0px; right: 0px; bottom: 0px; position: absolute; content: ''; background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 100%); }
.bannercaption { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; color: #fff; margin-top: 50px; }
.bannercaption h1 { color: #fff; }
.h-spacer { height: 150vh; }
.contetnrow { margin-bottom: 100px; }
.stickyHorizontalrow { height: min-content; position: relative; width: 100%; }
.stickyhrwrapper { display: flex; flex-wrap: nowrap; will-change: transform; position: sticky; top: 25vh; align-items: center; overflow: hidden; }
.stickymainwrapper { width: 100%; display: inline-flex; position: relative; flex-wrap: wrap; }
.horizontawrapper { display: flex; flex-direction: row; padding-left: 100px; padding-right: 100px; }
.horizontalcontent { min-width: 1100px; }
.horizontalcontent .grayboxcol { align-items: flex-start; justify-content: flex-start; }
.horizontalcontent .col { padding: 0px 12px; }
.plastpiperow { background-image: url(../images/plastic-pipe-bg.jpg); background-repeat: no-repeat; background-position: right; }
.plastpiperow h2 { font-size: 36px; }
.plastpiperow h3 { margin-bottom: 50px; }
.rightcontentcol, .leftimgcol { width: 50%; }
.rightcontentcol { padding: 100px 150px; display: flex; align-items: center; flex-wrap: wrap; }
.iconcontentcol { align-items: center; margin-bottom: 50px; }
.iconcontentcol:last-child { margin-bottom: 0px; }
.iconcontentcol i { min-width: 100px; margin-right: 20px; }
.otherproslider figcaption { position: absolute; bottom: 0px; left: 0px; right: 0px; padding: 20px 30px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.41%, #000 100%); }
.otherproslider figcaption h3 { color: #fff; margin-bottom: 0px; }
.otherproslider { margin: 0px -12px; }
.otherproslider .slick-slide { padding: 0px 12px; }

/* Pipe page css end */

/* contact page start */
.pageoffset { margin-top: 82px; }
.bannerimgrow { position: relative; }
.bannerimgrow::before { content: ''; bottom: 0px; left: 0px; right: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.35); position: absolute; }
.imgcaption { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; }
.imgcaption h1 { color: #fff; margin-bottom: 0px; }
.contactpagerow { padding: 150px 0px; position: relative; overflow: hidden; }
.rightfrmcol::after { content: ''; background-image: url(../images/plastic-pipe-bg.jpg); background-repeat: no-repeat; position: absolute; top: 0px; right: 0px; height: 100%; width: 50%; z-index: -1; }
.contactinfocol { display: flex; margin-bottom: 24px; align-items: flex-start; }
.contactinfocol i { min-width: 50px; margin-right: 20px; }
.contactinfocol strong { display: block; margin-bottom: 10px; }
.contactinfocol p { margin-bottom: 10px; }
.contactlink a { color: #444444; }
.contactlink a:hover { color: #D53639; }
.rightfrmcol h3 { color: #fff; margin-bottom: 30px; }
.rightfrmcol { margin-right: -140px; }
.contactproduct { padding: 0px 100px; }
.productslidercon figcaption { position: absolute; bottom: 0px; left: 0px; right: 0px; padding: 20px 30px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.41%, #000 100%); }
.productslidercon figcaption h3 { color: #fff; margin-bottom: 0px; }
.productslidercon { margin: 0px -12px; }
.productslidercon .slick-slide { padding: 0px 12px; }
.wpcf7-spinner { margin-top: 13px; vertical-align: top; }
.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: #fff; position: relative; text-align: left; font-size: 14px; }

/* contact page css end */

/* careers page css start */
.careeleftimg { width: 45%; padding-right: 12px; }
.leftabscontent { position: absolute; top: 50%; transform: translateY(-50%); left: 0px; width: 100%; }
.empowermain figure img { width: 100%; }
.empowermain figcaption { position: absolute; bottom: 0px; border-radius: 0px 0px 15px 15px; padding: 100px 30px 30px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 100%); width: 100%; color: #fff; }
.empowermain figcaption h3 { color: #fff; }
.accordion-item { background-color: transparent; border: none; border-radius: 0px !important; color: #000; border-bottom: 1px solid #DDDDDD }
.accordion-button { padding: 50px 0px; font-weight: 500; font-size: 36px; color: #000; line-height: 1; background-color: transparent; border-radius: 0px; transition: all 0.3s ease; }
.accordion-button:not(.collapsed), .accordion-button:focus { background-color: transparent; box-shadow: none; color: #231A1C; }
.accordion-item:first-of-type .accordion-button { border-radius: 0px; }
.accordion-body { padding: 0px 0px 30px; }
.accordion-button::after { background-image: url(../images/plus-black.svg); width: 20px; height: 20px; background-size: 20px; }
.accordion-button:not(.collapsed)::after { background-image: url(../images/minus-black.svg); }
.uploadBox input[type="file"] { display: none; }
.uploadBox label { width: 100%; display: flex; justify-content: space-between; text-transform: uppercase; padding: 16px 15px; border: 1px solid #EC8989; border-radius: 5px; letter-spacing: 1px; font-weight: 600; white-space: nowrap; cursor: pointer; font-size: 14px; color: #fff; line-height: 1.1; }
.uploadBox label span.filename { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: none; width: 70%; letter-spacing: 0px; font-weight: 400; }
.accordion-body h4, .accordion-body h5, .accordion-body h6 { font-size: 18px; font-weight: 700; }
.accordion-body .btn-theme { margin-left: 20px; }
.forminquiryrow { background: url(../images/red-pettern-bg.jpg) no-repeat center; padding: 150px 0px; }
.forminquiryrow h2 { color: #fff; }

/* careers page css end */

/* Medai & Media detail css start */
.mediaimg a { display: inline-block; vertical-align: top; }
.mediarow [class*="col-"] { margin-bottom: 100px; }
.loadmorebtn { text-align: center; margin-bottom: 100px; }
.mediadetailrow figure { position: relative; overflow: hidden; border-radius: 15px; }
.mediadetailrow figure::before { content: ''; background-color: rgba(0, 0, 0, 0.40); top: 0px; right: 0px; left: 0px; bottom: 0px; position: absolute; }
.mediadetailrow figure figcaption { position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 0px 100px 100px; }
.mediadetailrow figure figcaption h1 { color: #fff; font-size: 36px; margin-bottom: 0px; }
.mediacontentdetail h2 { font-size: 36px; font-weight: 600; }
.mediacontentdetail h3 { font-size: 30px; font-weight: 600; }
.mediacontentdetail h4 { font-size: 24px; font-weight: 600; }
.mediacontentdetail ul { margin-bottom: 20px; }
.mediacontentdetail ul li, .mediacontentdetail ol li { margin-bottom: 5px; }
.mediacontentdetail ol > li:last-child { margin-bottom: 0px }
.mediacontentdetail ol { margin-bottom: 20px; counter-reset: item; display: inline-block; width: 100%; }
.mediacontentdetail ol li { margin-bottom: 10px; }
.mediacontentdetail ol ol, .mediacontentdetail ol li ul { padding-left: 20px; margin: 10px 0px 5px; }
.mediacontentdetail ol li::before { content: counters(item, ".") ". "; counter-increment: item; }
.mediacontentdetail ol li ul li::before { content: ''; }
.pagenav { margin-top: 50px; }
.pagenav .btn-link-arrow.arrow-prev { margin-left: 12px; }
.pagenav .btn-link-arrow.arrow-next { margin-right: 12px; }
.pagenav .btn-link-arrow.arrow-prev::after { left: -12px; right: auto; transform: rotateY(182deg); }

/* Medai & Media detail css end */
.exceguidance .leadershipcontent { width: 62%; }
.forminquiryrow .wpcf7-spinner { position: absolute; }
.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(-5px); }
  50%{transform: translateY(0px);} 
  100% { transform:translateY(5px); }
} */

/* @keyframes textMarqRight {
  0% { transform: translate3d(calc(0% * -1), 0, 0) }
  to { transform: translate3d(calc(-100% - 0%), 0, 0) }
}
@keyframes textMarqLeft {
  0% { transform: translate3d(calc(0% * 1), 0, 0) }
  to { transform: translate3d(calc(100% + 0%), 0, 0) }
} */
@keyframes zoominout {
  0% { transform: scale(1) }
  50% { transform: scale(1.1) }
  100% { transform: scale(1) }
}

/* 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 }
.lastmbnone :last-child { margin-bottom: 0px; }
.fancybox-slide { padding: 80px; }
@-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; }

/*12-09-24*/
.we-are-banner { padding: 250px 0px 150px; background: url(../images/red-pettern-bg.jpg) no-repeat; background-size: cover; }
.cust-toward-banner-caption { position: relative; z-index: 1; }
.cust-toward-banner { padding: 250px 0px 100px; background-repeat: no-repeat; background-size: cover; background-position: center; }
.wwrheights-wrap { padding: 0px 100px; }
article.wwr-box { width: 20%; text-align: center; border-right: 1px solid #CACACA; padding: 40px 20px; }
.bordefullrow article.wwr-box:last-child { border-right: none; }
.mvvb-icon { margin-bottom: 25px; }
.mvvb-box { background-color: #F5F5F5; padding: 30px; min-height: 100%; }
.worldmap-row { background-image: url(../images/leadership-bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 200px 0px 200px; overflow: hidden; }
.wlw-iconbox { display: flex; align-items: center; flex-wrap: wrap; }
.worldmap-row .wlw-icon { width: 80px; }
.worldmap-row .wlw-content { width: calc(100% - 80px); padding-left: 25px; }
.worldmap-row .wlw-content p:last-child { margin-bottom: 0px; }
.worldmap-row .wlw-iconbox + .wlw-iconbox { margin-top: 50px; }
.worldmap-row .worldmap-left-wrap { padding-right: 120px; }
.minus-right { margin-right: -240px; }
article.wwr-box p:last-child { margin: 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;
}

/*12-09-24*/