@charset "utf-8";

/*font document*/

/*font-family: "Wix Madefor Text", sans-serif;*/

/*Light 300 || Regular 400 || Medium 500 || Semi-bold 600 || Bold 700 || Extra-bold 800 || Black 900*/

/*common css start*/

*:focus { outline: none; }
*:focus { outline: none; border: none; }
body { margin: 0px; padding: 0px; font-size: 20px; line-height: 30px; font-weight: 400; color: #444; font-family: "Wix Madefor Text", sans-serif; }
p { margin-bottom: 15px; }
small { color: #999; font-size: 14px; display: block; margin-bottom: 10px; }
a { color: #444; cursor: pointer; 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; }
a:hover { color: #F58220; 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)) / 2); }
.right-padding { padding-right: calc(((100% - 1512px)) / 2); }
.mob .row [class*="col-"]:first-child { margin-top: -50px; }

/*Heading Css*/
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6 { color: #000; font-weight: 700; line-height: 1.1; margin: 0px; padding: 0px; }
h1, h2, .th1, .th2 { line-height: 1; font-size: 80px; font-weight: 400; text-transform: uppercase; margin-bottom: 30px; letter-spacing: -4px; }
h1 strong, h2 strong, .th1 strong, .th2 strong { font-weight: 800; }
h3, .th3 { font-size: 50px; font-weight: 700; text-transform: uppercase; }
h4 { margin-bottom: 20px; }
h5, .th5 { font-size: 25px; margin-bottom: 20px; letter-spacing: -0.5px; text-transform: uppercase; font-weight: 800; margin-bottom: 15px; }
h6, .th6 { font-size: 20px; margin-bottom: 20px; }

/*extra heading & text*/
.title120 { font-size: 120px; line-height: 1; font-weight: 400; letter-spacing: -6px; text-transform: uppercase; color: #000; }
.title120 strong { font-weight: 800; }
.title130 { font-size: 130px; line-height: 1; font-weight: 400; letter-spacing: -6.5px; text-transform: uppercase; color: #000; }
.title130 strong { font-weight: 800; color: #000; }
.title25 { color: #000; font-size: 25px; }
.title40, h4 { font-size: 40px; font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: inherit; }

/*font-weight*/
.fwm { font-weight: 500; }
.fws { font-weight: 600; }
.fwb { font-weight: 700; }

/*bullet*/
.bullet ul li:before { content: ""; position: absolute; top: 12px; left: 0px; height: 5px; width: 5px; background: #000; border-radius: 30px; }
.bullet ul li { position: relative; padding-left: 20px; margin-bottom: 10px; font-weight: 300; }
.singlepostcontent ol { counter-reset: list-counter; }
.singlepostcontent > ol { padding-left: 0px; }
.singlepostcontent ol li { display: block; counter-increment: list-counter; }
.singlepostcontent ol li::before { content: counters(list-counter, ".") " "; }

/*bullet-end*/

/*margin-top*/
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }
.mt-250 { margin-top: 250px; }
.mt-300 { margin-top: 300px; }

/*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-300 { margin-bottom: 300px; }

/*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; }

/*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; }
.ptb-100 { padding: 100px 0px; }
.ptb-300 { padding: 300px 0px; }

/* common css end */

/*form start*/

/*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: "Lexend", sans-serif; display: block; width: 100%; height: auto; padding: 15px 30px; font-size: 20px; line-height: 1.1; color: #333; border: none; border: 1px solid #DDD; -webkit-box-shadow: none; box-shadow: none; background-color: transparent; border-radius: 100px; font-weight: 300; }
.form-control:focus, .input-text:focus { color: #444444; border-color: #F58220; background-color: transparent; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #666; }
.form-control::-moz-placeholder { color: #666; opacity: 1; }
.form-control::-ms-input-placeholder { color: #666; }
textarea.form-control, textarea { height: 100px; }
select.form-control, select { background-image: url(../images/select-arrow.svg); background-repeat: no-repeat; background-position: right center; background-size: 14px }
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); }
textarea.form-control { border-radius: 20px; }

/*form end*/
.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); }
.pmb0 p:last-child { margin-bottom: 0px; }

/*form end*/

/*theme-colors start*/
.bg-blue { background-color: #013476; }
.text-orange { color: #F58220; }
.bg-orange { background-color: #F58220 }
.bg-cream { background-color: #FEF8F4 }
section.d-inline-block { vertical-align: top; }

/*theme-colors end*/

/*button start*/
ins { text-decoration: none; }
button { border: none; }
button:focus { outline: none; }
.btn-circle { display: inline-flex; align-items: center; justify-content: center; background-color: #fff; width: 100px; height: 100px; border-radius: 100%; position: relative; }
.btn-circle::after { background-image: url(../images/circle-btn-arrow.svg); background-repeat: no-repeat; width: 30px; height: 30px; content: ''; -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; transform: translate(0); display: inline-block; }
.btn-theme { background-color: #F58220; color: #fff; border: none; display: inline-flex; align-items: center; padding: 17px 29px; border-radius: 30px; gap: 10px; font-size: 16px; font-weight: 600; letter-spacing: 0.8px; 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; }
.btn-theme:hover, a.btn-theme.reverse-style:hover { color: #fff; background-color: #000000; }
a.btn-theme.reverse-style:hover { border-color: #000; }
.btn-theme::after { background-image: url(../images/theme-btn-arrow.svg); background-repeat: no-repeat; width: 12px; height: 12px; content: ''; -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.5s ease; transform: translate(0); }
.btn-theme-tras { align-items: center; color: #F58220; font-size: 16px; font-weight: 600; line-height: 14px; letter-spacing: 0.8px; text-transform: uppercase; position: relative; padding-bottom: 5px; gap: 10px; display: inline-flex; }
.btn-theme-tras:before { content: ""; height: 1px; width: 100%; background-color: #F58220; position: absolute; bottom: -5px; left: 0px; transform: scaleX(0); transition: all 0.3s ease; transform-origin: left; }
.btn-theme-tras::after { background-image: url(../images/theme-btn-arrow-orange.svg); background-repeat: no-repeat; width: 12px; height: 12px; content: ''; -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.5s ease; transform: translate(0); }
.btn-theme-tras:hover:before { transform: scaleX(1); }
.btn-theme-submit { position: relative; display: inline-flex; }
.btn-theme-submit input[type="submit"] { background-color: #F58220; color: #fff; border: none; display: inline-flex; align-items: center; padding: 17px 50px 17px 30px; border-radius: 30px; gap: 10px; font-size: 16px; font-weight: 600; letter-spacing: 0.8px; 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; }
.btn-theme-submit input[type="submit"]:hover { color: #fff; background-color: #000000; }
.btn-theme-submit:after { background: url(../images/theme-btn-arrow.svg) no-repeat center; content: ''; position: absolute; width: 12px; height: 12px; right: 30px; top: 50%; --webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; z-index: 1; transform: translate(0%, -50%); }
.wpcf7-spinner { position: absolute; top: 15px }
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output { background: #d1e7dd !important; border: 1px solid #badbcc !important; margin: 30px 0 0; padding: 7px 15px; color: #0f5132; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; text-align: left }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { background: #f8d7da !important; border: 1px solid #f5c2c7 !important; text-align: left; margin: 30px 0 0; padding: 7px 15px; color: #842029; position: relative; z-index: 1; border-radius: 5px; font-size: 16px }
.cnt-contactform lable { color: #999; font-size: 16px;   /* 187.5% */ line-height: 1; display: inline-block; padding: 0px 0px 10px 30px; }

/*button end*/

/*Header css start*/
.mainheader { width: 100%; position: fixed; transition: all 0.3s ease; top: 0px; z-index: 20; background-color: #fff; }
.logo { position: relative; padding: 20px 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; }
.logo a { display: block; }
.logo img { transition: all 0.3s ease; width: 83px; }
.navmenu { display: flex; align-items: center; }
.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; margin: 0px 15px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
.navmenu>ul>li:last-child { margin-right: 0px; }
.navmenu > ul > li > a { color: #000; display: block; font-size: 16px; line-height: 1; font-weight: 600; text-transform: uppercase; padding: 20px 0px; letter-spacing: 0.8px; }
.navmenu > ul > li > a:hover, .navmenu > ul > li.current-menu-item > a, .navmenu > ul > li.current-menu-ancestor > a { color: #F07C5E; }
.navmenu > ul > li.menu-item-has-children > a { position: relative; padding-right: 23px; }
.navmenu > ul > li.menu-item-has-children > a::before { content: ''; background: url(../images/menu-down-arrow.svg) no-repeat center; width: 20px; height: 20px; position: absolute; top: 19px; right: 0px; }
.navmenu > ul > li.menu-item-has-children > a:hover::before, .navmenu > ul > li.current-menu-item.menu-item-has-children > a::before, .navmenu > ul > li.current-menu-ancestor > a::before { background: url(../images/menu-down-arrow-active.svg) no-repeat center; }
.navmenu > ul > li > ul { position: absolute; top: 100%; min-width: 300px; background-color: #fff; padding: 15px 20px; margin-left: -30px; display: none; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); }
.navmenu > ul > li:hover > ul { display: inline-block; }
.navmenu > ul > li > ul > li { position: relative; padding-left: 20px; line-height: 1.1; padding-bottom: 10px; }
.navmenu > ul > li > ul > li::before { background-color: #F07C5E; border-radius: 100%; width: 6px; height: 6px; content: ''; position: absolute; left: 0px; top: 10px; }
.navmenu > ul > li > ul > li > a { font-size: 16px; }
.navmenu > ul > li > ul > li > a:hover, .navmenu > ul > li > ul > li.current-menu-item > a { color: #F07C5E; }
.navmenu > ul > li > ul > li > ul { display: none; }
.navbartoggle, .sub-menu-arrow { display: none; }
.isOpenmenu, html.lenis body.isOpenmenu { overflow: hidden; height: 100% !important; }
.closeBtn { line-height: 1; 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: #fff; 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: #fff; height: 100%; width: 2px; position: absolute; top: 0px; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn:hover::after, .closeBtn:hover::before { background-color: #fff; }
.sub-menu-arrow { text-align: center; overflow: hidden; padding: 10px; vertical-align: top; line-height: 1; cursor: pointer; position: absolute; right: -15px; line-height: 0; top: 0px; }
.navarrow { display: inline-block; vertical-align: top; position: relative; width: 13px; height: 10px; }
.navarrow::before { content: ''; width: 13px; height: 10px; display: inline-block; transition: all 0.2s ease; vertical-align: top; position: absolute; background: url(../images/menu-down-arrow-white.svg) no-repeat; background-position: left center; left: 0px; background-size: 13px; }
.navarup::before { transform: rotate(180deg); }
.navigatemain { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; z-index: 1; }

/*footer css start*/
.footer-top { -o-transition: all 0.6s ease; transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; }
.footer-top:hover { background-color: #000; -o-transition: all 0.6s ease; transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; }
footer.footermain a, footer.footermain p { color: #fff; }
footer.footermain { padding: 250px 0px 100px; }
.footer-bottom { padding-top: 150px; background-image: url(../images/footer-bg.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center; }
.footer-bottom:after { position: absolute; content: ""; top: 0; left: 0; opacity: 0.85; background: #1F1A1A; width: 100%; height: 100%; z-index: 0; }
.footer-bottom .container { z-index: 1; }
.footer-bottom p, .footer-bottom a { color: #AAA; }
.footer-bottom a:hover { color: #F58220; }
.hm-aggrigate-row { margin-top: 150px; }
.hm-aggrigate-row-wrap { position: relative; z-index: 1 }
.hm-aggrigate-right-inner { position: absolute; top: 0; transform: translateY(0%); width: 100%; }
.number-email p { margin-bottom: 2px; }
.socialicon ul { display: flex; align-items: center; }
.socialicon ul li { margin-right: 25px; }
.socialicon ul li svg { fill: #AAAAAA; transition: all 0.3s ease; }
.socialicon ul li a:hover svg { fill: #FFFFFF; }
.copyright { font-size: 18px; }
.footer-copyright-social { padding: 30px 0px; border-top: 1px solid #555555; }
.socialicon ul li, .socialicon ul li a, .socialicon ul li svg { line-height: 1; }
.footer-bottom-menu ul li { margin-bottom: 10px; }
section.hm-benefits-row .cardcol { margin: 0px 12px; overflow: hidden; display: block; transition: all 0.5s ease; border-radius: 20px; height: 715px; min-width: 150px; flex: 0; cursor: pointer; }
section.hm-benefits-row .cardcol > img { width: 100%; height: 100%; object-fit: cover; object-position: 50%; }
section.hm-benefits-row .cardcol.cardActive { flex: 3; }
section.hm-benefits-row .cardcol figcaption { position: absolute; bottom: 0px; display: flex; align-items: center; width: 100%; white-space: nowrap; }
section.hm-benefits-row .cardcol figcaption h3 { margin-bottom: 0px; color: #fff; margin-bottom: 10px; }
section.hm-benefits-row .cardcol h3 { font-size: 40px; font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: 0px; }
section.hm-benefits-row .cardcol figcaption h3 { transform: rotate(-90deg); transform-origin: left center; padding: 0px 0px; margin-left: 75px; }
section.hm-benefits-row .cardcol figcaption p { opacity: 0; margin: 0px; }
section.hm-benefits-row .cardcol.cardActive figcaption h3 { transform: unset; margin-left: 0px; margin-bottom: 20px; font-size: 50px; }
section.hm-benefits-row .cardcol.cardActive figcaption p { opacity: 1 }
section.hm-benefits-row .cardcol.cardActive figcaption { padding: 50px 100px 50px; white-space: unset; display: flex; flex-wrap: wrap; }
section.hm-benefits-row .cardcol.cardActive figcaption p { color: #fff; }
section.hm-benefits-row figure.cardcol:after { content: ""; position: absolute; background: linear-gradient(180deg, rgba(31, 26, 26, 0.00) 0%, #1F1A1A 100%); left: 0; bottom: 0px; width: 100%; }
section.hm-benefits-row .cardcol figcaption { z-index: 1; }
section.hm-benefits-row figure.cardcol:after { height: 100%; }
section.hm-benefits-row .cardcol.cardActive { cursor: unset; }
section.hm-benefits-row .cardcol.cardActive figcaption { bottom: unset; top: 0px; left: 0px; transform: rotate(0deg); -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 0.3s; }
section.hm-benefits-row .cardcol.cardActive:after { background: linear-gradient(180deg, rgba(31, 26, 26, 0.00) 0%, #1F1A1A 100%); }
section.hm-benefits-row figure.cardcol.cardActive:after { height: 300px }
section.hm-benefits-row .cardcol.cardActive:after { background: linear-gradient(0deg, rgba(31, 26, 26, 0.00) 0%, #1F1A1A 100%); height: 300px; top: 0px; }
.hm-applications-box { display: flex; flex-wrap: wrap; padding: 100px 0px; border-bottom: 1px solid #E4DED9; }
.hm-applications-box-img { width: 100px; }
.hm-applications-box-content { width: calc(100% - 100px); padding-left: 50px; }
.hm-applications-box:first-child { padding-top: 0px; }
.hm-applications-box-content h5 { letter-spacing: 0.5px; }
.leftkeysticky { position: sticky; top: 50%; transform: translateY(-50%); }
.vector-bottom-left { position: absolute; bottom: -50px; left: 50px; }
.hm-product-slide img { margin-bottom: 20px; }
.hm-product-slide { margin: 0px 12px; }
.hm-product-slider { margin: 0px -12px; }
.hm-product-slider .slick-arrow { top: 50%; transform: translateY(-50%); }

/*.hm-product-slider button.slick-next.slick-arrow { left: 65px; }*/
.bloglistbox { border: 1px solid #DDDDDD; }
.bloglistcontent { padding: 40px; }
span.date { color: #444444; }
.singlecircle { height: 36px; width: 36px; border-radius: 100px; background: #F58220; position: absolute; bottom: 40px; right: 40px; display: inline-flex; align-items: center; justify-content: center; }
.bloglistimg { position: relative; }
.singlecircle::after { background-image: url(../images/theme-btn-arrow.svg); background-repeat: no-repeat; width: 12px; height: 12px; content: ''; }
.singlecircle { opacity: 0; visibility: hidden; -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; }
.bloglistbtn:hover .singlecircle { opacity: 1; visibility: visible; -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; }
.bloglistbtn:hover img { transition: all 0.3s ease; transform: scale(1.1); }
section.hm-blog-row .row [class*="col-"]:nth-child(3n + 2) { margin-top: 50px; }
section.hm-blog-row .row [class*="col-"]:nth-child(3n + 3) { margin-top: -200px; }
.h-spacer { height: 110vh; }
.fixedsectionimg { width: 100%; display: flex; justify-content: center; align-items: center; position: sticky; top: 15vh; flex-direction: column; height: 700px; }
.hm-zoomvideo { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; width: 40vw; height: 50vh; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.stickyshapecontent { display: flex; justify-content: center; }
.stickyshapecontent video { display: inline-block; vertical-align: middle; width: 100vw; height: 100vh; max-width: none; min-height: 100vh; min-width: 100vw; -o-object-fit: cover; object-fit: cover; }
.hm-zoomvideo-title { top: 35vh; }
.hm-aggrigate-title h1 { letter-spacing: -1.6px; }
.footer-top-title strong { color: #fff; }
.footer-bottom-menu  h3 { margin-bottom: 30px; }
.vector-bottom-right { bottom: 0px; right: 50px; position: absolute; }
.hm-logozoom-row .vector-bottom-right { bottom: -200px; }
.hm-benefits-row-inner { margin: 0px -12px; }
.footermenubox { width: 25%; }
.footermenubox:nth-child(2) { width: 33%; }
.footermenubox:nth-child(3) { width: 25%; }
.footermenubox:nth-child(4) { width: 17%; }
.address-main { padding-right: 130px; }
.bloglistimg img { width: 100%; }
.pagenotfound h1 { letter-spacing: 0px; }
.hm-product-slide { text-align: center; }
.fixedsectionimg .container { max-width: 100%; padding: 0px 100px; }
.pageoffset { margin-top: 150px; }
.app-advantages-box { padding: 50px 0px; border-bottom: 1px solid #E4DED9; }
.app-advantages-box:first-child { padding-top: 0px; }
.app-advantages-img { position: absolute; left: 0px; top: 0px; width: 100%; }
.app-advantages-bottom-images { display: flex; flex-wrap: wrap; margin: 0px -12px; }
.app-advantages-img-box { padding-left: 12px; padding-right: 12px; }
.app-advantages-img-box:nth-child(1), .app-advantages-img-box:nth-child(3) { width: 58%; }
.app-advantages-img-box:nth-child(2) { width: 42%; padding-top: 120px; }
.app-advantages-img-box img { width: 100%; }
.app-advantages-img-box { margin-bottom: 50px; }
.app-advantages-img-box:nth-child(3) { margin-left: 14%; }
section.app-advantages .vector-bottom-right { bottom: -50px; }
span.linebtn { color: #F58220; font-size: 16px; font-weight: 600; line-height: 14px; display: inline-block; letter-spacing: 0.8px; text-transform: uppercase; }
.app-otherappslider-row .slick-slide { padding: 0px 12px; }
.app-otherappslider-row .otherappslider { margin: 0px -12px; }
.app-otherappslider-row .slick-arrow, .app-otherappslider-row .slick-arrow:focus { transform: unset; top: -90px; left: unset; }
.app-otherappslider-row .slick-next { right: 12px; }
.app-otherappslider-row .slick-prev { right: 60px; }
.otherappslider h5 { min-height: 55px; }
.submitbtn-wrap { text-align: right; width: 100%; }
.contactdetails-img { position: absolute; left: 0px; top: 0px; }
.app-advantages-img { width: 42%; }

/* Product page css start */


/* Product page css end */

/* contact page css start */
.contactdetails-row .cdc-box i { width: 22px; padding-top: 5px; }
.contactdetails-row .cdc-box { width: 100%; display: flex; flex-wrap: wrap; }
.contactdetails-row .infodetail { width: calc(100% - 22px); padding-left: 20px; }
.contactdetails-row .cdc-box { padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #E4DED9; }
.contactdetails-row .cdc-box:last-child { padding-bottom: 0px; margin-bottom: 0px; border: none; }
.infodetail a { display: block; }
.prothumb { overflow: hidden; }
.pro-prallax { will-change: transform; }
section.contactdetails-row { padding: 300px 0px 0px; }
.vector-top-right { top: -50px; right: 0px; position: absolute; }

/* contact page css end */

/*home page css start */
.catgoryrow ul { display: flex; flex-wrap: wrap; justify-content: center; }
.catgoryrow ul li { margin: 0px 15px 15px; }
a.btn-theme.reverse-style::after { background-image: url(../images/theme-btn-arrow-orange.svg); background-repeat: no-repeat; }
a.btn-theme.reverse-style { background: transparent; color: #F58220; border: 1px solid #F58220; }
a.btn-theme.reverse-style:hover::after { background-image: url(../images/theme-btn-arrow.svg); background-repeat: no-repeat; }
.bloglistcontent h5 { font-weight: 700; }
section.catgoryrow .vector-bottom-right { bottom: -150px; }

/*home page css end */
.singlepostcontent h1, .singlepostcontent h2 { font-size: 50px; }
.singlepostcontent h1, .singlepostcontent h2, .singlepostcontent h3, .singlepostcontent h4, .singlepostcontent h5, .singlepostcontent h6 { text-transform: unset; letter-spacing: 0px; font-weight: 500; margin-bottom: 20px; }
.singlepostcontent h3 { font-size: 40px; }
.blognavibtn a.btn-theme { background-color: transparent; border: 1px solid #F58220; color: #F58220; }
.blognavibtn a.btn-theme:hover { background-color: #000; border: 1px solid #000; color: #fff; }
.blognavibtn .btn-theme::after { background-image: url(../images/theme-btn-arrow-orange.svg); }
.blognavibtn .btn-theme:hover:after { background-image: url(../images/theme-btn-arrow.svg); }
a.btn-theme.previous { flex-direction: row-reverse; }
a.btn-theme.previous::after { transform: rotate(-90deg); }
.blogdetailimg img { width: 100%; }
.ps-content-box img { display: none; }
.ps-content-top { padding-bottom: 50px; border-bottom: 1px solid #E4DED9; margin-bottom: 50px; }
.ps-content-box { margin-bottom: 300px; }
.psimg-box.active, .ps-content-box.active { opacity: 1; }
.ps-content-box { opacity: 0.3; transition: all 0.3s ease; }
.ps-content-bottom h6 { text-transform: uppercase; }
.stickyleftimg { position: sticky; top: 20vh; }
.stickyleftimg .psimg-box:first-child { position: relative; left: 0px; }
.psimg-box { transition: all 0.3s ease; position: absolute; top: 0px; left: 0px; transform-origin: top; opacity: 0; overflow: hidden; display: inline-block; vertical-align: top; }
.psimg-box.active, .ps-content-box.active { opacity: 1; }
.ps-content-box { opacity: 0.3; transition: all 0.3s ease; }
.imgroofbox:first-child { position: relative; }
.imgroofbox { position: absolute; top: 0px; left: 0px; opacity: 0; transition: all 0.3s ease; margin-bottom: 30px; }
.psimg-box img { width: 100%; }
.imgleftcol { position: relative; }
.psimg-box.left { padding-right: 50px; }
.textrightcol { margin-top: 150px; }
.ps-content-box:last-child { margin-bottom: 100px }
.productherosection .vector-bottom-right { bottom: -250px; }
.psimg-box.Imgchange.right { padding-left: 50px; }
.leftimgmain .right-padding { padding-left: 50px; }
.rightimgmain .left-padding { padding-right: 50px; }
.rightimgmain .vector-top-left { position: absolute; top: -50px; left: 50px; }
.productleftimg h1 {display: none;}
