/*****Fonts*****/
@font-face { font-family: 'AvertaStd'; src: url('../fonts/AvertaStd-Light.woff2') format('woff2'), url('../fonts/AvertaStd-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } 
@font-face { font-family: 'AvertaStd'; src: url('../fonts/AvertaStd-Bold.woff2') format('woff2'), url('../fonts/AvertaStd-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } 
@font-face { font-family: 'AvertaStd'; src: url('../fonts/AvertaStd-BoldItalic.woff2') format('woff2'), url('../fonts/AvertaStd-BoldItalic.woff') format('woff'); font-weight: bold; font-style: italic; font-display: swap; } 
@font-face { font-family: 'AvertaStd'; src: url('../fonts/AvertaStd-Regular.woff2') format('woff2'), url('../fonts/AvertaStd-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } 
@font-face { font-family: 'AvertaStd'; src: url('../fonts/AvertaStd-LightItalic.woff2') format('woff2'), url('../fonts/AvertaStd-LightItalic.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap; } 
@font-face { font-family: 'AvertaStd'; src: url('../fonts/AvertaStd-Semibold.woff2') format('woff2'), url('../fonts/AvertaStd-Semibold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } 
@font-face { font-family: 'AvertaStd-RegularItalic'; src: url('../fonts/AvertaStd-RegularItalic.woff2') format('woff2'), url('../fonts/AvertaStd-RegularItalic.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; } 
@font-face { font-family: 'AvertaStd'; src: url('../fonts/AvertaStd-SemiboldItalic.woff2') format('woff2'), url('../fonts/AvertaStd-SemiboldItalic.woff') format('woff'); font-weight: 600; font-style: italic; font-display: swap; } 
/*****Global CSS*****/
[data-wpr-lazyrender] { 
 content-visibility: inherit !important; 
 } 
html { overflow-x: hidden } 
body { color: #222222; font-size: 16px; font-weight: 400; line-height: 1.75; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; font-family: 'AvertaStd'; -webkit-text-size-adjust: 100%; moz-text-size-adjust:100%; } 
* { border: none; margin: 0; outline: none!important; padding: 0; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } 
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } 
label { display: block; margin: 0 0 8px; font-weight: 400 } 
label.inline-block { display: inline-block; margin: 5px 40px 5px 0 } 
label.inline-block:last-child { margin-right: 0 } 
ol, ul { list-style: none } 
a { color: #ffb63e; text-decoration: none } 
a:focus, a:hover { color: #222222; } 
img { display: block; height: auto; max-width: 100%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none } 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'AvertaStd'; font-weight: 600; color: #222222; line-height: 1.3; margin: 25px 0 15px } 
h1, .h1, h2, .h2 { font-size: 30px; font-weight: 400 } 
h3, .h3 { font-size: 24px } 
h4, .h4 { font-size: 22px } 
h5, .h5 { font-size: 20px } 
h6, .h6 { font-size: 18px } 
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child { margin-top: 0 } 
.font-light { font-weight: 300 !important } 
.font-normal { font-weight: 400!important } 
.font-medium { font-weight: 500 !important } 
.font-semibold { font-weight: 600 !important } 
.font-bold { font-weight: 700 !important } 
strong, b { font-weight: 600 } 
.aligncenter { display: block; margin: 5px auto } 
.alignright { float: right; margin: 5px 0 15px 50px; } 
.alignleft { float: left; margin: 5px 50px 15px 0; } 
p.pn { padding: 0; margin: 0 } 
.clearfix { display: table; width: 100%; padding: 15px 0; margin: 0 } 
.clearfix+h2, .clearfix+h3, .clearfix+h4 { margin-top: 0 } 
p { margin: 0 0 20px } 
p+ol, p+ul { margin-top: -6px } 
ul { margin: 0 0 20px } 
ul li { position: relative; padding: 0 0 7px 25px; overflow: hidden } 
ul li:before { content: ""; display: inline-block; line-height: 1; background: #222222; border-radius: 10px; font-weight: 400; position: absolute; left: 6px; top: 9px; color: #ffb63e; width: 8px; height: 8px } 
ul.check-list li:before, .check-list ul li:before { content: "\f00c"; font-family: "Font Awesome 5 Pro"; font-weight:300; width:auto; height: auto; background: none; color: #fec906; left: 0; top: 7px; } 
ol { padding-left: 26px; margin: 0 0 20px; text-align: left; overflow: hidden } 
ol li { list-style: decimal; padding-bottom: 7px; padding-left: 0 } 
ol li ul>li { padding-left: 20px; list-style: none } 
ol li ul>li:before { display: block; left: 1px } 
ul ol li { overflow: visible } 
ul ol li:before { display: none; overflow: visible } 
ol ol li { list-style: lower-alpha } 
ol ol ol li { list-style: lower-roman } 
ol ol, ol ul, ul ol, ul ul { margin-top: 12px; margin-bottom: 5px } 
ol li:last-child, ul li:last-child { padding-bottom: 0 } 
.text-center ul { text-align: left; display: table; margin-left: auto; margin-right: auto } 
.list-none li { padding-left: 0 } 
.list-none li:before { display: none } 
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ol ul:last-child, ol:last-child, p:last-child, ul:last-child { margin-bottom: 0 } 
.text-center { text-align: center } 
.text-left { text-align: left } 
.text-right { text-align: right } 
.table-responsive { border: none; margin: 20px 0; overflow: auto } 
table { width: 100%; border-spacing: 0; border-collapse: collapse!important } 
table tr td, table tr th { padding: 9px 15px; vertical-align: top; text-align: left; line-height: 18px; border: 1px solid #ddd } 
table tr th { font-weight: 600 } 
td[align=center], th[align=center] { text-align: center!important } 
td[align=right], th[align=right] { text-align: right!important } 
.table-responsive::-webkit-scrollbar { width:5px; height:4px } 
.table-responsive::-webkit-scrollbar-track { background:#f5f5f5; border-radius:8px } 
.table-responsive::-webkit-scrollbar-thumb { background:#cccccc; border-radius:8px } 
.table-responsive::-webkit-scrollbar-thumb:hover { background:#cccccc } 
.flex { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex } 
.flex-middle { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center } 
.flex-wrap { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap } 
.flex-wrap-middle { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-items: center } 
a[href*="mailto:"], a[href*="tel:"] { display: inline-block; word-break: break-word } 
.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width: 1230px } 
.container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } 
.row { margin-right: -15px; margin-left: -15px } 
.row:after, .row:before { content: ""; clear: both; display: table } 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px } 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left } 
.col-xs-12 { width: 100% } 
.col-xs-11 { width: 91.66666667% } 
.col-xs-10 { width: 83.33% } 
.col-xs-9 { width: 75% } 
.col-xs-8 { width: 66.66666667% } 
.col-xs-7 { width: 58.33% } 
.col-xs-6 { width: 50% } 
.col-xs-5 { width: 41.66666667% } 
.col-xs-4 { width: 33.33% } 
.col-xs-3 { width: 25% } 
.col-xs-2 { width: 16.66666667% } 
.col-xs-1 { width: 8.33% } 
@media (min-width:768px) { 
 .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left } 
.col-sm-12 { width: 100% } 
.col-sm-11 { width: 91.66666667% } 
.col-sm-10 { width: 83.33% } 
.col-sm-9 { width: 75% } 
.col-sm-8 { width: 66.66666667% } 
.col-sm-7 { width: 58.33% } 
.col-sm-6 { width: 50% } 
.col-sm-5 { width: 41.66666667% } 
.col-sm-4 { width: 33.33% } 
.col-sm-3 { width: 25% } 
.col-sm-2 { width: 16.66666667% } 
.col-sm-1 { width: 8.33% } 
 } 
@media (min-width:992px) { 
 .filter-wrapper { display: block !important; opacity: 1.0 !important; height: auto !important; } 
 h1, .h1, h2, .h2 { font-size: 36px; } 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left } 
.col-md-12 { width: 100% } 
.col-md-11 { width: 91.66666667% } 
.col-md-10 { width: 83.33% } 
.col-md-9 { width: 75% } 
.col-md-8 { width: 66.66666667% } 
.col-md-7 { width: 58.33% } 
.col-md-6 { width: 50% } 
.col-md-5 { width: 41.66666667% } 
.col-md-4 { width: 33.33% } 
.col-md-3 { width: 25% } 
.col-md-2 { width: 16.66666667% } 
.col-md-1 { width: 8.33% } 
 } 
.form-control, input[type=date], input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea { background-color: #ffffff; border: 1px solid #dbdce0; border-radius: 0; color: #9f9f9f; display: block; font-size: 16px; font-weight: 400; line-height: 20px; padding: 14px 25px; position: relative; width: 100%; height: 50px; margin: 0; box-shadow: none; -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s; font-family: 'AvertaStd' } 
.form-control:focus, input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus { border-color: #222222 } 
textarea, textarea.form-control { height: 130px; resize: none; } 
select { -moz-appearance: menulist-button; -webkit-appearance: menulist-button } 
input[type=checkbox], input[type=radio] { display: inline-block; margin-right: 10px; vertical-align: baseline } 
::-webkit-input-placeholder { color:#9f9f9f; opacity:1 } 
::-moz-placeholder { color:#9f9f9f; opacity:1 } 
:-ms-input-placeholder { color:#9f9f9f; opacity:1 } 
:-moz-placeholder { color:#9f9f9f; opacity:1 } 
button::-moz-focus-inner, input::-moz-focus-inner { padding:0; border:0 } 
input[type=button], input[type=reset], input[type=submit] { -moz-appearance: none; -webkit-appearance: none } 
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance:none } 
input[type=number] { -moz-appearance: textfield !important } 
.selectric-wrapper { position: relative; cursor: pointer } 
.selectric-responsive { width: 100% } 
.selectric-open { z-index: 99 } 
.selectric-open .selectric-items { display: block } 
.selectric-disabled { filter: alpha(opacity=50); opacity: .5; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.selectric-hide-select { position: relative; overflow: hidden; width: 0; height: 0 } 
.selectric-hide-select select { position: absolute; left: -100%; height: 0; width: 0 } 
.selectric-hide-select.selectric-is-native { position: absolute; width: 100%; height: 100%; z-index: 10 } 
.selectric-hide-select.selectric-is-native select { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; z-index: 1; box-sizing: border-box; opacity: 0 } 
.selectric-input { position: absolute; top: 0; left: 0; overflow: hidden; clip: rect(0,0,0,0); margin: 0; padding: 0; width: 1px; height: 1px; outline: 0; border: none; background: 0 0 } 
.selectric-temp-show { position: absolute; visibility: hidden; display: block } 
.selectric { border: 1px solid #dbdce0; background-color: #ffffff; position: relative; } 
.selectric .label { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 40px 0 25px; font-size: 16px; font-weight: 400; line-height: 48px; color: #9f9f9f; height: 48px; padding: 0; text-align: left } 
.selectric .button { display: block; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 35px; height: 30px; color: #222222; font-size: 0; text-align: center } 
.selectric .button:after { content: "\f107"; display: block; font-size: 20px; font-family:"Font Awesome 5 Pro"; font-weight: 300; position: relative; line-height: 30px; text-align: left; color: #222222 } 
.selectric-items { display: none; position: absolute; top: 100%; left: 0; border: 1px solid #d6d6d6; z-index: -1; margin: 0; border-radius: 0; overflow: hidden } 
.selectric-items .selectric-scroll { height: 100%; overflow: auto } 
.selectric-above .selectric-items { top: auto; bottom: 100% } 
.selectric-items ul { padding: 0; background: #ffffff; margin: 0 } 
.selectric-items li { font-size: 16px; min-height: 20px; margin-bottom: 1px; display: block; padding: 6px 15px; color: #222222; line-height: normal; font-weight: 400; white-space: nowrap; } 
.selectric-items li:last-child { margin-bottom: 0; padding-bottom: 6px } 
.selectric-items li:after, .selectric-items li:before { display: none } 
.selectric-focus .selectric, .selectric-hover .selectric, .selectric-open .selectric { border-color: #222222 } 
.selectric-items li.highlighted, .selectric-items li.selected, .selectric-items li:hover { background-color: #0091ec; color: #fff } 
.selectric-items .disabled { filter: alpha(opacity=50); opacity: .5; cursor: default; background: 0; color: #666; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.selectric-items .selectric-group .selectric-group-label { font-weight: 400; padding-left: 10px; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: 0 0; color: #262626 } 
.selectric-items .selectric-group.disabled li { filter: alpha(opacity=100); opacity: 1 } 
.selectric-items .selectric-group li.selectric-group-label { padding-left: 12px } 
.selectric-items .selectric-group li { padding-left: 25px } 
.form-fields { text-align: left } 
.form-fields .row, .row.form-fields { margin-left: -10px; margin-right: -10px } 
.form-fields .row .row, .row.form-fields .row { margin-left: -10px; margin-right: -10px; margin-top: -20px } 
.form-fields [class*=col-], .form-fields [class^=col-] { padding-right: 10px; padding-left: 10px; padding-top:20px } 
.form-fields [class*=col-] [class*=col-], .form-fields [class^=col-] [class^=col-] { padding-left: 10px; padding-right: 10px } 
.form-fields p { padding: 10px 0 0 0; margin: 0 } 
.form-fields [class*=col-] p, .form-fields [class^=col-] p { position: relative; padding: 0; margin: 0 } 
.form-fields i { position: absolute; font-size: 18px; left: 0; color: #222222; top: 50%; z-index: 2; width: 36px; text-align: center; background: 0 0; font-weight: 400; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%) } 
.icon-field { position: relative; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none } 
.form-fields i.fa-comment-dots { top: 22px } 
.form-fields i+input, .form-fields i+textarea { padding-left: 35px } 
.btn, :after, :before, a, input[type=button], input[type=reset], input[type=submit] { -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s } 
footer, header, section { float: left; width: 100%; position: relative } 
.btn, :after, :before, a, input[type=button], input[type=reset], input[type=submit] { -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s } 
footer, header, section { float: left; width: 100%; position: relative } 
.btn:before { content: ''; background: #222222; left: 0; top: 0; bottom: 0; position: absolute; width: 100%; z-index: -1; overflow: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1); transition: transform .4s cubic-bezier(.645, .045, .355, 1) } 
.btn:focus:before, .btn:hover:before { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; width: 100% } 
.btn { display: inline-block; font-weight: 400; position: relative; border: 1px solid #fec803; border-radius: 0; font-size: 14px; color: #222222; font-style: normal; line-height: 22px; padding: 10px 28px; text-decoration: none; white-space: normal; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); overflow: hidden; background-color: #fec803; cursor: pointer; text-align: center; font-family: 'AvertaStd'; text-transform: uppercase } 
.btn.arrow:after { content: "\f30b"; display: inline-block; font-size: 120%; line-height: 1; font-family: "Font Awesome 5 Pro"; font-weight: 300; margin-left: 8px; position: relative; top: 2px } 
.btn i { margin-right: 8px; font-size: 115% } 
.secondary-btn:before { background-color: #ffcf06 } 
.secondary-btn { color: #ffb63e; border-color: #222222; background-color: transparent } 
.btn.white-border:before { background-color: #ffffff } 
.btn.white-border { color: #ffffff; border-color: #ffffff; background-color: transparent } 
.btn.focus, .btn:focus, .btn:hover { color: #ffffff; border-color: #222222; background-color: #222222 } 
.secondary-btn:focus, .secondary-btn:hover { color: #ffffff; border-color: #ffcf06; background-color: #ffcf06 } 
.btn.white-border:focus, .btn.white-border:hover { color: #ffb63e; border-color: #ffffff; background-color: #ffffff } 
.third-btn:before { background-color: #ffffff } 
.third-btn { color: #ffffff; border-color: #ffffff; background-color: transparent } 
.third-btn:focus, .third-btn:hover { color: #ffb63e; border-color: #ffffff; background-color: transparent } 
.fourth-btn:before { background-color: #222222 } 
.fourth-btn { color: #222222; border-color: #222222; background-color: transparent } 
.fourth-btn:focus, .fourth-btn:hover { color: #ffffff; border-color: #222222; background-color: #222222 } 
.btn-action .btn { margin: 10px 20px 0 0 } 
.btn-action .btn:last-child { margin-right: 0 } 
.btn-action .btn { margin: 10px 20px 0 0 } 
.btn-action .btn:last-child { margin-right: 0 } 
.xs-btn { padding: 6px 8px !important; font-size: 13px !important; text-transform: uppercase; font-weight: 400; line-height: 14px } 
.md-btn { padding: 10px 20px !important; font-size: 13px !important; text-transform: uppercase; font-weight: 400; line-height: 16px } 
/*****Global CSS End*****/
/*****Header*****/
header+div, header+section { margin-top: 144.69px!important } 
header.has-notification +div, header.has-notification + section { margin-top: 192.69px!important } 
header { position: fixed; background-color: #ffffff; left: 0; right: 0; z-index: 999; -moz-transition: all .2s linear 0s; -webkit-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; transition: all .2s linear 0s; padding: 0 } 
header .container { max-width: 1310px } 
#notification-scroll { margin: 0; display: flex; } 
#notification-scroll p { display: flex; margin: 0 auto; } 
#notification-scroll a { font-size: 16px !important; display: block; color: inherit !important; text-decoration: underline; text-underline-offset: 4px; transform: none !important; zoom: inherit !important; } 
#notification-scroll a:hover { text-decoration: none } 
#notification-scroll p span { display: flex; white-space: nowrap; padding: 0 20px } 
.loop-text { animation: loopText 12s infinite linear; } 
@keyframes loopText { 
 from { transform: translateX(0); } 
 to { transform: translateX(-100%); } 
 } 
.header-top-row { float: left; width: 100%; background: #f0f1f3; font-size: 14px; padding: 8px 0 } 
.header-top-row ul { display: flex; align-items: center; float: right } 
.header-top-row ul li { overflow: visible; line-height: 1.2; border-right: 1px solid #59595a; margin: 0; padding: 0 15px; } 
.header-top-row ul li:last-child { padding-right: 0; border-right: none } 
.header-top-row ul li:nth-last-child(2) { position: relative; border-right: none } 
.header-top-row ul li:before { display: none } 
.header-top-row a { color: #222222 } 
.header-top-row a:hover { color: #ffb63e } 
.header-top-row .fal { font-size: 20px; padding: 1px; width: 22px; height: 22px; } 
.header-row { position: relative; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; clear: both; width: 100%; padding: 19px 0 } 
header .logo { position: relative; display: block } 
header .logo a { display: block; margin: 0; position: relative; font-size: 28px; color: #222222; font-weight: 500; line-height: 1; text-decoration: none; white-space: nowrap } 
header .logo img { width: auto } 
header .header-left { min-width:303px; width: 303px; } 
header .icon-link-flex { order: 2; margin-left: 0; } 
header .icon-link-flex .btn { display: block } 
header .header-right { margin-left: auto; } 
.globe-triger { cursor: pointer; } 
.globe-dropdown { display: none; position: absolute; right: 0; top: 100%; background: #ffffff; box-shadow:0 0 10px rgba(0, 0, 0, 0.2); z-index: 111; margin-top: 8px; border-radius: 7px; overflow: hidden; } 
.globe-dropdown ul { flex-wrap: wrap; padding: 0 !important; margin: 0 !important; } 
.globe-dropdown ul li { width: 100%; border: none !important; padding: 0 !important; width: 100%; min-width: 116px; } 
.globe-dropdown ul li a { display: block; width: 100%; padding: 8px 20px; color: #222222; font-size: 15px; max-width: 100% !important; text-align: left !important; } 
.globe-dropdown ul li a:hover, .globe-dropdown ul li.active a { background: #f0f1f3; color: #222222; } 
.search-triger { cursor: pointer } 
.search-triger.active i:before { content: "\f00d"; } 
.search-field { display: none; position: absolute; width: 400px; top: 100%; background: #ffffff; right: 0; padding: 15px; border: 1px solid #f0f1f3; border-radius: 8px; z-index: 100; } 
.search-field input:not([type="submit"]) { border-radius: 0; font-size: 14px; border-color: #d5d5d5; color: #222222; padding: 5px 40px 5px 15px; font-weight: 400; height: 36px; } 
.search-field input[type="submit"] { position: absolute; top: 15px; right: 15px; height: 36px; background: url(../img/search.png) center center no-repeat; width: 38px; padding: 0; margin: 0; font-size: 0; cursor: pointer } 
 .search-field ::-webkit-input-placeholder { color:#222222; } 
 .search-field ::-moz-placeholder { color:#222222; } 
 .search-field :-ms-input-placeholder { color:#222222; } 
 .search-field :-moz-placeholder { color:#222222; } 
.head-fix header { box-shadow: 0 0 5px rgba(0,0,0,0.2) } 
.notification-strip { float: left; width: 100%; background: #ffcf06; text-align: center; padding: 10px 0; } 
.notification-strip .container { position: relative; padding: 0 30px; overflow: hidden; max-width: 1082px } 
.notification-strip p { margin: 0 } 
.notification-close { position: absolute; right: 0; cursor: pointer; background: #ffcf06; width: 38px; height: 38px; line-height: 38px !important; top: -5px; } 
.nav-trigger, .nav-wrap nav ul li:before, .submenu-button { display: none } 
.nav-wrap { position: relative; float: left; width: 100%; margin: 2px 0 0; z-index: 99 } 
.nav-wrap nav { margin: 0; padding: 0; border: 0; list-style: none; display: block; position: relative } 
.nav-wrap nav ul.nav { float: right; display: flex; width: 100%; margin: 0 } 
.nav-wrap nav ul.nav>li { float: left; margin: 0 34px 0 0; padding: 0; overflow: visible; position: relative } 
.nav-wrap nav ul.nav>li:last-child { margin-right: 0; } 
.nav-wrap nav ul.nav>li>a { position: relative; display: block; padding: 5px 0; margin: 0; font-size: 14px; font-weight: 600; line-height: 26px; color: #222222; white-space: nowrap; text-decoration: none; text-transform: capitalize } 
.nav>li>a:focus, .nav>li>a:hover { background-color: transparent } 
.nav-wrap nav ul.nav>li>a:before { content: ''; background: #ffffff; left: 0; padding: 1px 0 0; bottom: 0; position: absolute; width: 100%; z-index: -1; overflow: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1); transition: transform .2s cubic-bezier(.645, .045, .355, 1) } 
.nav-wrap nav ul.nav>li.btn-type>a { background: #ffcf06; 
 color: #222222; 
 padding: 5px 15px; } 
.nav-wrap nav ul.nav>li.btn-type.current-menu-item>a, .nav-wrap nav ul.nav>li.btn-type>a:focus, .nav-wrap nav ul.nav>li.btn-type>a:hover { color: #ffffff !important; 
 background-color: #222222 !important; } 
.nav-wrap nav ul.nav li.current-menu-ancestor>a:before, .nav-wrap nav ul.nav li.current-menu-item>a:before, .nav-wrap nav ul.nav li:hover>a:before, .nav-wrap nav ul.nav li>a:hover:before { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; width: 100% } 
.nav-wrap nav ul.nav li.has-sub li.has-sub>a { padding-right: 30px!important } 
.nav-wrap nav ul.nav li.has-sub>a:after { content: "\f107"; display: inline-block; font-size: 14px; line-height: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 400; margin-left: 2px; width: 10px; position: relative; top: 1px } 
.nav-wrap nav ul.nav li.has-sub li.has-sub>a:after { position: absolute; right: 5px; top: 7px; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin: 0 } 
.nav-wrap nav ul.nav ul li.has-sub li.has-sub:hover>a:after { content: "\f104"; color: #9a9a9a } 
.nav-wrap nav ul.nav ul { position: absolute; border-radius: 6px; padding: 0; margin: 0; visibility: hidden; text-align: left; left: 50%; right: auto; opacity: 0; top: 100%; background: #ffffff; box-shadow: 0 0 3px rgba(0,0,0,0.1); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translate(-50%) } 
.nav-wrap nav ul.nav ul:after { content: ""; position: absolute; left: 50%; margin-left: -7px; bottom: 100%; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ffb63e } 
.nav-wrap nav ul.nav ul ul:after { display: none } 
.nav-wrap nav ul.nav ul ul { padding: 0; top: 0; left: 100%; -moz-transform: none; -webkit-transform: none; transform: none } 
.nav-wrap nav ul.nav ul li { float: left; width: 100%; min-width: 150px; padding: 1px 0; margin: 0; vertical-align: top; overflow: visible } 
.nav-wrap nav ul.nav ul li a { display: block; white-space: nowrap; font-size: 14px; font-weight: 400; line-height: normal; color: #222222; padding: 11px 20px; text-decoration: none } 
.nav-wrap nav ul.nav li:hover>ul { display: block; visibility: visible; opacity: 1; -webkit-transition: opacity .3s ease-in; -moz-transition: opacity .3s ease-in; -o-transition: opacity .3s ease-in; transition: opacity .3s ease-in } 
.nav-wrap nav ul.nav li.current-menu-ancestor>a, .nav-wrap nav ul.nav li.current-menu-item>a, .nav-wrap nav ul.nav li:hover>a, .nav-wrap nav ul.nav li>a:hover { color: #ffb63e} 
.nav-wrap nav ul.nav ul li.current-menu-ancestor>a, .nav-wrap nav ul.nav ul li.current-menu-item>a, .nav-wrap nav ul.nav ul li:hover>a, .nav-wrap nav ul.nav ul li>a:hover { color: #ffb63e; background:#ffffff } 
.nav-wrap .img-column { display: none !important; float: right; width: 50%; padding: 30px 0 30px 30px } 
.nav-wrap .img-column a { display: block; width: 100%; position: relative; } 
.nav-wrap .img-column img { width: 100% } 
.nav-wrap .img-column .overlay-text { position: absolute; top: 50%; left: 30px; right: 30px; transform: translateY(-50%); padding: 25px; background: rgba(255,255,255,0.9); text-align: center; } 
.nav-wrap .img-column h3 { font-size: 20px; font-weight: normal; margin: 0 0 5px } 
sup { position: relative; top: -0.4em } 
@media only screen and (min-width:1025px) { 
 .nav-wrap nav ul.nav li:hover .submenu-button { display: block; position: absolute; left: 0; right: 0; top: 100%; padding: 12px 0; background: none; font-size: 0; } 
.nav-wrap nav ul.nav li:hover .submenu-button:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; border-bottom: 4px solid #f1b80a } 
.nav-wrap nav ul.nav li:hover > ul { -moz-transition: all 0.3s linear 0s!important; -webkit-transition: all 0.3s linear 0s!important; -ms-transition: all 0.3s linear 0s!important; transition: all 0.3s linear 0s!important; } 
.mega-dropdown .submenu-button { display: none !important } 
.mega-dropdown { position: absolute; opacity: 0; max-height: 0; overflow: hidden; visibility: hidden; right: 0; top: 100%; background: #fff; width: 640px !important; left:0 !important; -moz-transition: all 0.1s linear 0s; -webkit-transition: all 0.1s linear 0s; -ms-transition: all 0.1s linear 0s; -o-transition: all 0.1s linear 0s; transition: all 0.1s linear 0s; box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.1), 0 4px 5px rgba(0,0,0,0.1); margin-top: 24px; } 


#menu-item-13614 .mega-dropdown { width: 620px !important;         transform: translateX(-50%);} 
#menu-item-12193 .mega-dropdown { width: 240px !important; } 
#menu-item-12193 .mega-dropdown ul { padding:20px 0 !important } 

#menu-item-13410 .mega-dropdown, #menu-item-12196 .mega-dropdown { right: 0 !important; left: auto !important; } 

#menu-item-12197 .mega-dropdown { width: 240px !important; } 
#menu-item-12197 .mega-dropdown ul { padding:20px 0 !important } 

.mega-dropdown .container { display: flex; padding: 0; } 
.nav-wrap nav ul.nav > li:hover .mega-dropdown { visibility: visible; opacity: 1.0; max-height: 600px; -moz-transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } 
#menu-item-12191 .mega-dropdown .container> ul { min-height: 280px !important } 
.mega-dropdown ul { position: relative!important; display: block!important; max-height: inherit; opacity: 1 !important; visibility: visible !important; padding: 40px 50% 40px 0 !important; border: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; overflow: hidden; float: left; width: 100%; left: 0 !important; background: none !important; transform: none !important } 
.mega-dropdown ul li { font-size: 14px; padding: 0 !important } 
.nav-wrap nav ul.nav li.has-sub .mega-dropdown li.has-sub>a:after { content: "\f107"; display: block !important; font-size: 14px; line-height: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 400; width: 10px; position: absolute; top: 9px; right: 60px; } 
.nav-wrap nav ul.nav li.has-sub .mega-dropdown li.has-sub>a { padding-right: 70px !important; } 
.mega-dropdown ul li { position: static !important } 
.nav-wrap nav ul.nav li.third-level-big ul { min-height: 320px } 
.nav-wrap nav ul.nav li.two-level-menu ul { padding-right: 0 !important } 
.nav-wrap nav ul.nav li.two-level-menu ul li { width: 50% } 
.mega-dropdown ul li a { position: relative; font-size: 14px; color: #222222 } 
.mega-dropdown ul ul { display: none !important; position: absolute !important; background: #f8f8f8 !important; top: 0; bottom: 0; right: 0 !important; left: 50% !important; width: auto !important; padding: 40px 0 !important; border-radius: 0 } 
.mega-dropdown ul li:hover ul, .mega-dropdown ul li.active ul { display: block !important } 
.mega-dropdown ul ul li a { padding-left: 40px !important; padding-right: 40px !important; white-space: normal } 
.nav-wrap nav ul.nav .container > ul > li.current-menu-item:not(.active)>a, .nav-wrap nav ul.nav .container >ul > li.current-menu-ancestor:not(.active)>a { color: #ffb63e; background:none !important; } 
.nav-wrap nav ul.nav ul li.active>a, .nav-wrap nav ul.nav ul li:hover>a, .nav-wrap nav ul.nav ul li>a:hover { color: #222222; background: #f8f8f8; } 
.nav-wrap nav ul.nav ul ul li.current-menu-ancestor>a, .nav-wrap nav ul.nav ul ul li.current-menu-item>a, .nav-wrap nav ul.nav ul ul li:hover>a, .nav-wrap nav ul.nav ul ul li>a:hover { color: #222222; background: #f0f0f0; } 
 } 
/*****Header End*****/
/*****Space Classes*****/
.m-0 { margin: 0!important } 
.m-1 { margin: 10px 0!important } 
.m-2 { margin: 20px 0!important } 
.m-3 { margin: 30px 0!important } 
.m-4 { margin: 40px 0!important } 
.m-5 { margin: 50px 0!important } 
.m-6 { margin: 60px 0!important } 
.m-7 { margin: 70px 0!important } 
.p-0 { padding: 0!important } 
.p-1 { padding: 10px 0!important } 
.p-2 { padding: 20px 0!important } 
.p-3 { padding: 30px 0!important } 
.p-4 { padding: 40px 0!important } 
.p-5 { padding: 50px 0!important } 
.p-6 { padding: 60px 0!important } 
.p-7 { padding: 70px 0!important } 
.m-t0 { margin-top: 0!important } 
.m-t1 { margin-top: 10px!important } 
.m-t2 { margin-top: 20px!important } 
.m-t3 { margin-top: 30px!important } 
.m-t4 { margin-top: 40px!important } 
.m-t5 { margin-top: 50px!important } 
.m-t6 { margin-top: 60px!important } 
.m-t7 { margin-top: 70px!important } 
.m-b0 { margin-bottom: 0!important } 
.m-b1 { margin-bottom: 10px!important } 
.m-b2 { margin-bottom: 20px!important } 
.m-b3 { margin-bottom: 30px!important } 
.m-b4 { margin-bottom: 40px!important } 
.m-b5 { margin-bottom: 50px!important } 
.m-b6 { margin-bottom: 60px!important } 
.m-b7 { margin-bottom: 70px!important } 
.p-t0 { padding-top: 0!important } 
.p-t2 { padding-top: 20px!important } 
.p-t3 { padding-top: 30px!important } 
.p-t4 { padding-top: 40px!important } 
.p-t5 { padding-top: 50px!important } 
.p-t6 { padding-top: 60px!important } 
.p-t7 { padding-top: 70px!important } 
.p-b0 { padding-bottom: 0!important } 
.p-b2 { padding-bottom: 20px!important } 
.p-b3 { padding-bottom: 30px!important } 
.p-b4 { padding-bottom: 40px!important } 
.p-b5 { padding-bottom: 50px!important } 
.p-b6 { padding-bottom: 60px!important } 
.p-b7 { padding-bottom: 70px!important } 
.m-l2 { margin-left: 20px!important } 
.p-l2 { padding-left: 20px!important } 
.m-l3 { margin-left: 30px!important } 
.p-l3 { padding-left: 30px!important } 
.m-l4 { margin-left: 40px!important } 
.p-l4 { padding-left: 40px!important } 
/*****Space End*****/
/*****Fixed Size Thumbnail and Iframe*****/
.image-thumbnail { position: relative; width: 100%; padding-top: 66.33%; overflow: hidden } 
.image-thumbnail img { position: absolute; bottom: 0; left: 0; right: 0; top: 0; max-width: 100%; max-height: 100%; width: auto!important; margin: auto!important; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: opacity .5s ease-in, -webkit-transform .5s ease-in; transition: opacity .5s ease-in, transform .5s ease-in; transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in } 
a:hover .image-thumbnail img { -moz-transform: scale(1.02, 1.02); -webkit-transform: scale(1.02, 1.02); transform: scale(1.02, 1.02) } 
.image-thumbnail:before { content: ""; padding: 25px; background: url(../img/favicon.png) center center no-repeat; background-size: contain; position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: .3 } 
.iframe-map { position: relative; padding-top: 42% } 
.iframe-video { position: relative; display: inline-block; width: 100%; padding-top: 56%; margin: 10px 0; background-color: #f5f5f5 } 
.iframe-map iframe, .iframe-map img, .iframe-video iframe { position: absolute; left: 0; top: 0; right: 0; bottom: 0; height: 100%; width: 100% } 
div.breadcrumbs, section.breadcrumbs { position: relative; box-shadow: inset 0 7px 10px -7px rgba(0,0,0,0.06); display: block; font-weight: 400; padding: 18px 0 8px; margin: 0; overflow: hidden; border-bottom: 1px solid #e5e5e5; clear: both; text-align: left; z-index: 11 } 
ul.breadcrumbs { float: left; width: 100%; padding: 0; clear: both; margin: 0 } 
ul.breadcrumbs li { font-size: 15px; position: relative; display: inline-block; line-height: 1; vertical-align: top; padding: 0 10px 0 0; margin-right: 5px; color: #222222; font-style: normal; overflow: visible; font-weight: 400; text-transform: capitalize } 
ul.breadcrumbs li:before { display: none } 
ul.breadcrumbs li a { position: relative; display: inline-block; color: #222222; vertical-align: top; text-decoration: none } 
ul.breadcrumbs li:after { content: "/"; font-family: "Font Awesome 5 Pro"; font-weight: 400; position: absolute; color: #222222; right: 0; top: 1px; line-height: 1; font-style: normal; font-size: 100% } 
ul.breadcrumbs li:last-child { padding: 0; margin: 0 } 
ul.breadcrumbs li:last-child:after { display: none } 
ul.breadcrumbs li:before { display: none } 
ul.breadcrumbs li a:hover { color: #222222; text-decoration: underline } 
/*****Fixed Size Thumbnail and Iframe End*****/
/*****Flexslider*****/
.flexslider { position: relative; margin: 0; padding: 0; overflow: hidden } 
.flexslider:before { margin: -20px 0 0 -20px; width: 40px; height: 40px; border-width: .2rem } 
.flexslider ul.slides { margin: 0; padding: 0; float: left; width: 100% } 
.flexslider li { padding: 0 } 
.flexslider li:before { display: none } 
.flexslider .slides>li { position: relative; display: none; -webkit-backface-visibility: hidden } 
html[xmlns] .flexslider .slides { display: block } 
* html .flexslider .slides { height: 1% } 
.no-js .flexslider .slides>li:first-child { display: block } 
.flexslider .flex-control-paging-wrap { position: absolute; left: 0; right: 0; top: 10px; text-align: right; padding-right: 10px; z-index: 99 } 
.flexslider .flex-control-paging { position: absolute; right: 0; left: 0; bottom: 25px; margin: 0; display: inline-block; z-index: 98; height: auto; text-align: center; padding: 0 15px } 
.flexslider .flex-control-paging li { position: static; display: inline-block; width: auto; margin: 2px 4px; height: auto } 
.flexslider .flex-control-paging li a { border: 2px solid rgba(192,192,192,.5); width: 16px; height: 16px; line-height: 10px; font-size: 0; color: #ffffff; text-align: center; display: block; position: relative; cursor: pointer; background-color: transparent; border-radius: 34px; transition: none; -moz-transition: none; -webkit-transition: none; -ms-transition: none; -o-transition: none } 
.flexslider .flex-control-paging li .flex-active, .flexslider .flex-control-paging li a:hover { background-color: #c0c0c0; border-color: #c0c0c0 } 
.flexslider .flex-control-paging li .flex-active:after, .flexslider .flex-control-paging li a:hover:after { display: none } 
.flexslider .flex-direction-nav li { position: static } 
.flexslider .flex-direction-nav a { transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out } 
.flexslider .flex-direction-nav .flex-next, .flexslider .flex-direction-nav .flex-prev { background: #222222; border: 2px solid #222222; position: absolute; left: 10px; top: 50%; margin-top: -20px; width: 40px; height: 40px; z-index: 98; border-radius: 40px; display: inline-block; font-size: 0; opacity: 0 } 
.flexslider .flex-direction-nav { overflow: hidden; width: 100%; margin: 0 } 
.flexslider .flex-direction-nav .flex-next { left: auto; right: 10px } 
.flexslider .flex-direction-nav .flex-next:before, .flexslider .flex-direction-nav .flex-prev:before { content: ''; line-height: 1; display: block; border: solid #ffffff; border-width: 0 2px 2px 0; padding: 5px; margin: 0 2px; position: absolute; top: 50%; left: 50%; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -moz-transform: translate(-50%, -50%) rotate(135deg); -ms-transform: translate(-50%, -50%) rotate(135deg); -o-transform: translate(-50%, -50%) rotate(135deg); -webkit-transform: translate(-50%, -50%) rotate(135deg); transform: translate(-50%, -50%) rotate(135deg) } 
.flexslider .flex-direction-nav .flex-next:before { left: auto; right: 52%; -moz-transform: translate(50%, -50%) rotate(-45deg); -ms-transform: translate(50%, -50%) rotate(-45deg); -o-transform: translate(50%, -50%) rotate(-45deg); -webkit-transform: translate(50%, -50%) rotate(-45deg); transform: translate(50%, -50%) rotate(-45deg) } 
.flexslider .flex-direction-nav .flex-next:hover, .flexslider .flex-direction-nav .flex-prev:hover { background: #222222; border-color: #222222; opacity: 1 } 
.flexslider .flex-direction-nav .flex-next:hover:before, .flexslider .flex-direction-nav .flex-prev:hover:before { border-color: #fff } 
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 1 } 
.flexslider:hover .flex-direction-nav .flex-next { opacity: 1 } 
.flexslider .flex-disabled { display: none!important } 
/**Flexslider End**/
/******Banner********/
.bg { position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s; } 
.bg img { display: none } 
.bg:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: rgba(255,207,6,0.9); } 
.banner-wrapper-relative { position: relative; } 
.banner-wrapper-relative .banner-wrapper { position: relative; left: 0; top: 0; right: 0; bottom: 0 } 
.banner-wrapper { background: #f9f9fb } 
.banner-wrapper.flexslider .slides>li { overflow: visible } 
.banner-wrapper .banner-media { position: relative; float: left; width: 100% } 
.banner-wrapper img { width: 100%; } 
.banner-wrapper .banner-text { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 11 } 
.banner-wrapper .xs-heading { font-weight: 400; font-size: 16px; color: #ffffff; text-transform: none; letter-spacing: inherit } 
.banner-wrapper .xs-heading:before { content: ""; display: inline-block; background: url(../img/icon-1.png) 0 0 no-repeat; padding: 15px 9px; margin-right: 5px; vertical-align: middle } 
.banner-wrapper .xs-heading:after { content: ""; display: inline-block; background: url(../img/icon-2.png) 0 0 no-repeat; padding: 15px 9px; margin-left: 5px; vertical-align: middle } 
.banner-wrapper .max-width { max-width: 668px; margin: 0; float: right; width: 100%; text-align: left } 
.banner-wrapper .heading { position: relative; display: block; font-family: 'AvertaStd'; font-weight: 400; font-size: 66px; color: #222222; line-height: 1.2; padding: 0; margin: 0; text-transform: capitalize } 
.banner-wrapper .heading strong { display: block } 
.banner-wrapper p { font-size: 18px; margin: 15px 0 0; color: #222222; max-width: 490px; } 
.banner-wrapper .btn { margin-top: 10px; border-color: #ffb63e } 
.banner-wrapper .btn:hover, .banner-wrapper .btn:focus { border-color:#ffcf06 } 
.banner-wrapper.flexslider .flex-control-paging { text-align: right; top: 10px; bottom: auto } 
.rating-status { color: #ffa200; } 
.rating-status i { letter-spacing: 3px } 
/*****Banner Animation****/
.banner-wrapper .heading, .banner-wrapper p { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both } 
.flex-active-slide .heading, .flex-active-slide p { -webkit-animation-name: fadeInDown; animation-name: fadeInDown } 
.inner-banner { position: relative } 
.inner-banner img { width: 100%; } 
.inner-banner .image-thumbnail { padding-top: 22.7777777777% } 
.inner-banner .image-thumbnail img { width: 100% !important; max-height: inherit } 
.inner-banner .banner-text { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 11 } 
.inner-banner .max-width { float: right; width: 100%; max-width: 460px; margin: 0 80px 0 0 } 
.inner-banner .heading { position: relative; display: block; font-family: 'AvertaStd'; font-weight: 400; font-size: 48px; color: #222222; line-height: 1.2; padding: 0; margin: 0 } 
.inner-banner p { font-size: 22px; margin: 10px 0 0; color: #222222 } 
.inner-banner ul.breadcrumbs { margin: 10px 0 0 } 
.inner-banner.layout-2 { position: relative; } 
.inner-banner.layout-2:before { content: ""; position: absolute; left: 0; top:0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.4); } 
.inner-banner.layout-2 .max-width { float: left; max-width: 540px; margin: 0 0 0 30px; } 
.inner-banner.layout-2 .heading { color: #ffffff; } 
.inner-banner.layout-2 p { color: #ffffff; line-height: 36px; margin: 5px 0 } 
.inner-banner.right-text-place .max-width { float: right; margin: 0 30px 0 0; } 
.inner-banner.training .max-width { max-width: 560px; } 
 .inner-banner.training .btn-action { margin: 15px 0 0; } 
 .inner-banner.careers .max-width { max-width: 621px; margin-right: 0 } 
 .inner-banner.small-banner:before { content: ""; position: absolute; left: 0; top:0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.5); } 
 .inner-banner.small-banner .max-width { float: right; width: 100%; max-width:100%; margin: 0; text-align: center; } 
.inner-banner.small-banner .heading, .inner-banner.small-banner p { color: #ffffff } 
.inner-banner.small-banner p { margin: 0; } 
.inner-banner.dark-none::before { display: none } 
.inner-banner.right-dark:before { background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); left: 30%; } 
.xs-heading { color: #222222; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; margin: 0 !important } 
.xs-heading + * { margin-top: 0 !important } 
.top-text-center { max-width: 800px; margin: 0 auto 45px; text-align: center; } 
.top-text-center.md { max-width:1000px } 
.top-text-center.lg { max-width:1100px } 
.primary-heading { font-size:30px !important; font-weight: normal } 
.secondary-heading { font-size: 22px !important; text-transform: uppercase; font-weight: normal } 
.sector-row { display: flex; flex-wrap: wrap; margin: 0 0 -30px -2%; justify-content: center } 
.sector-box { float: left; width: 31.33333333333%; margin: 0 0 30px 2%; color: #222222; font-size: 15px; text-align: center } 
.sector-box .image-thumbnail { padding-top: 84.3333333% } 
.sector-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.sector-box .text-column { position: relative; padding: 15px 15px 0; margin: -45px 20px 0; background: #ffffff; } 
.sector-box .icon { display: block; position: relative; padding-top: 40px; } 
.sector-box .icon img { position: absolute; bottom: 0; left: 0; right: 0; top: 0; max-width: 100%; max-height: 100%; width: auto !important; margin: auto !important; -webkit-backface-visibility: hidden; backface-visibility: hidden; } 
.sector-box h3 { font-size: 28px; margin: 10px 0; } 
.certification-row { display: flex; align-items: center; padding: 38px 88px; border-bottom: 1px solid #e5e5e5 } 
.certification-row:first-child { padding-top: 15px } 
.certification-row:last-child { border-bottom: none; padding-bottom: 0 } 
.certification-row .image-thumbnail { width: 240px; min-width: 240px; padding-top:140px; border: 1px solid #dbdce0 } 
.certification-row .text-column { width:90%; padding-left: 30px; } 
.certification-row h3 { margin:0 0 5px; } 
.certification-row p { margin: 0 0 5px; } 
.certification-row p:last-child { margin: 0; } 
.certification-row a { color: #fec803 } 
.certification-row a:hover { text-decoration: underline; text-underline-offset: 4px } 
/******Banner End********/
/*******innovation-wrapper******/
.text-link { font-size: 13px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s; } 
.text-link:after { content: "\f30b"; display: inline-block; font-size: 120%; line-height: 1; font-family: "Font Awesome 5 Pro"; font-weight: 300; margin-left: 5px; position: relative; top: 2px; } 
.text-link:hover { letter-spacing: 2px } 
.innovation-wrapper { text-align: center; padding: 50px 0 } 
.innovation-wrapper h2 { position: relative; font-size: 22px; text-transform: uppercase; position: relative; font-size: 22px; text-transform: uppercase; display: block; margin: 0 auto; overflow: hidden; padding: 0 30px } 
.innovation-wrapper .top-text-center { display: flex; justify-content: center; flex-direction: column; align-items: center; } 
.innovation-wrapper h2:before { content:''; background:url(../img/light-beam.png) left center no-repeat; left:-20%; padding:15px 0; background-size: contain; top: 50%; transform: translateY(-50%); position: absolute; z-index: -1; overflow: hidden; z-index: 3; width:100%; animation-name: LaserLine; animation-duration: 3s; animation-direction: normal; animation-fill-mode: forwards; animation-timing-function: linear; animation-iteration-count: infinite; opacity: 0.7 } 
@keyframes LaserLine { 20%, 100% { left: 100% } 
 } 
.innovation-column { float: left; width: 100%; padding: 0 40px; text-align: center } 
.innovation-column .image-thumbnail { display: block; padding-top: 72px; margin-bottom: 15px; } 
.innovation-column .image-thumbnail:before { display: none } 
/******service-wrapper******/
.service-wrapper { position: relative;; background: #f0f1f3; } 
.service-wrapper .container { display: flex; } 
.service-wrapper h2 { margin-bottom: 10px } 
.service-wrapper p { font-size: 18px } 
.service-wrapper .max-width { position: relative; float: left; width: 69%; padding: 60px 0; z-index: 11 } 
.service-wrapper .max-width > p { padding-right: 10% } 
.service-wrapper .img-column { position: relative; float: left; width: 31%; } 
.service-wrapper .img-column .minus-right { position: absolute; top: 0; bottom: 0; right: 0; left: -30px; } 
.service-wrapper .img-column .bg:before { display: none; } 
.service-row { margin: 35px 0 -4% -4%; display: flex; flex-wrap: wrap; justify-content: center } 
.service-column { position: relative; float: left; width: 46%; background: #ffffff; margin: 0 0 4% 4% } 
.service-column .bg { opacity: 0 } 
.service-column .img-column:after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.5); z-index: 3 } 
.service-column .text-column { position: relative; padding: 29px 25px; text-align: center; z-index: 11 } 
.service-column h3 { font-size: 22px; color: #222222; margin-bottom: 10px; } 
.service-column:hover .bg { opacity: 1.0 } 
.trusted-wrapper { padding: 50px 0 } 
.trusted-wrapper .top-text-center { max-width: 590px; margin-bottom: 30px } 
.trusted-wrapper .image-thumbnail { padding-top: 42.33%; } 
.trusted-wrapper .image-thumbnail:before { display: none } 
.trusted-wrapper h2 { font-size: 22px; text-transform: uppercase; line-height: 1.6 } 
.structure-wrapper { padding: 60px 0 70px; border-top: 1px solid #f0f1f3 } 
.structure-wrapper .top-text-center { max-width: 950px; } 
.structure-column { position: relative; float: left; width: 100%; } 
.structure-column .image-thumbnail { padding-top: 118.333333%; background: #f0f1f3; } 
.structure-column .image-thumbnail img { width: 100% !important; max-height: inherit } 
.structure-column .image-thumbnail:after { content: ""; position: absolute; left: 0; bottom: 0; right: 0; top: 0; background: url(../img/dark-shadow.png) bottom center no-repeat; background-size: 100% auto; z-index: 2 } 
.structure-column .text-column { position: absolute; left: 0; bottom: 0; right: 0; text-align: center; padding: 0 15px 30px; z-index: 3 } 
.structure-column .text-column .icon img { width: auto; margin: 0 auto } 
.structure-column h3 { color: #ffffff; font-size: 28px; font-weight: 600; margin: 5px 0 0 } 
.structure-column .text-link { display: block; color: #f1b80a; height: 0; overflow: hidden } 
.structure-column:hover .text-link { height: 16px; } 
.construction-wrapper { background: #f0f1f3 url(../img/Construction-bg.jpg) left top no-repeat; background-size: auto 100%; padding: 60px 0 70px } 
.construction-wrapper .top-text-center { max-width: 600px } 
.construction-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px } 
div.construction-column { padding: 0; background: none; padding: 80px 0 0; } 
.construction-column { position: relative; float: left; width: 100%; background: #ffffff; margin: 0; padding: 50px 35px; text-align: left; color: #222222 } 
.construction-column .bg { opacity: 0 } 
.construction-column .bg img { opacity: 0; display: block } 
.construction-column .text-column { position: relative; z-index: 11 } 
.construction-column h3 { position: relative; font-size: 28px; color: #222222; min-height: 52px; margin-bottom: 10px; padding-left:70px } 
.construction-column h3:before { content: ""; position: absolute; left: 0; top: -5px; padding: 25px; border-radius: 4px; background: #ffcf06; transform: rotate(-15deg); } 
.construction-column .text-column h3 img { position: absolute; display: inline-block; vertical-align: middle; width: auto; margin-right: 10px; left: 24px; top: 15px; } 
.construction-column ul li { padding-left: 30px } 
.construction-column ul li:before { content: "\f00c"; display: inline-block; font-size: 18px; line-height: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 400; color: #222222; top: 7px; left: 0; padding: 0; background: none; } 
.construction-column:hover .bg { opacity: 1.0 } 
.construction-column:hover h3:before { background-color: #ffffff } 
.construction-column .text-link { color: #f1b80a; } 
.construction-column:hover .text-link { color: #222222; } 
.cta-wrapper { position: relative; padding: 160px 0; color: #ffffff; text-align: center; font-size: 15px } 
.cta-wrapper .container { position: relative; max-width: 698px; } 
.cta-wrapper .bg:before { background-color: rgba(0,0,0,0.5) } 
.cta-wrapper h3 { font-size: 36px; color: #ffffff; font-weight: normal } 
.cta-wrapper .btn { border-color: #ffffff; margin-top: 10px; border-radius: 0 } 
.cta-wrapper .btn:before { background-color: #ffffff } 
.cta-wrapper .btn:hover, .cta-wrapper .btn:focus { background-color: #ffffff; border-color: #ffffff; color: #222222; } 
.cta-yellow-bg { float: left; width: 100%; background: #ffcf06; padding: 30px 0 } 
.cta-yellow-bg .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center } 
.cta-yellow-bg h3 { margin: 15px; font-size: 30px; text-align: center } 
.cta-yellow-bg .btn { display: table; color: #222222; font-size: 13px; padding: 7px 25px; margin: 15px } 
.cta-yellow-bg .btn:before { background-color: #ffffff } 
.cta-yellow-bg .btn:hover, .cta-yellow-bg .btn:focus { background-color: #ffffff; border-color: #ffffff; color: #222222; } 
/*****Products******/
.experience-wrapper { font-size: 20px; line-height: 1.4; text-align: center; border-bottom: 1px solid #e5e5e5; padding: 50px 0 } 
.experience-wrapper .container { max-width: 1030px } 
.experience-wrapper h2 { font-size: 20px; text-transform: uppercase } 
.common-wrapper { padding: 50px 0 } 
.small-icon-trigger { display: none; font-weight:600; font-size:20px; color: #222222; cursor: pointer; background:#ffcf06; padding: 5px 20px } 
.small-icon-trigger i { float: right; font-weight: 400; margin: 8px 0 0; font-size: 75% } 
.filter-head { position: relative; padding:15px 24px 15px 0; border-top: 1px solid #e5e5e5; color: #222222; font-size: 14px; margin:0; cursor: pointer; text-transform: uppercase } 
.filter-head a { color: inherit } 
.filter-head:after { content: "\f107"; display: inline-block; font-size: 14px; line-height: 1; font-family: "Font Awesome 5 Pro"; font-weight: 400; position: absolute; top: 17px; right: 10px } 
.filter-head.active:after { content: "\f106" } 
.filter-head.current-menu-item { color: #ffcf06 } 
.filter-content { margin:0 0 25px; display: none } 
.filter-content ul li { font-size: 13px; color: #606060; padding: 0 0 7px; } 
.filter-content ul li:last-child { padding-bottom: 0 } 
.filter-content ul li:before { display: none } 
.filter-content ul li a { font-size: 13px; color: #606060; } 
.filter-content ul > li > a:hover, .filter-head a:hover { color: #ffcf06 } 
.aside-left-column { float: left; width: 20%; } 
.big-right-column { float: left; width: 80%; padding-left: 30px } 
.product-content-row { float: left; width: 100%; margin: 50px 0 20px } 
.product-content-row:first-child { margin-top: 0 } 
.product-heading-row { position: relative; margin: 0 0 16px; padding: 16px 40px } 
.product-heading-row .bg { margin: 0 } 
.product-heading-row h2 { position: relative; font-size: 22px; font-weight: 600; margin: 0 } 
.column-3-product { display: flex; flex-wrap: wrap; margin:0 0 -35px -3%; } 
.product-column { float: left; width: 30.333333333%; margin: 0 0 35px 3% } 
.product-column .image-thumbnail { background-color: #f9f9f9; padding-top: 106%; } 
.product-column h3 { font-size: 16px; font-weight: 400 } 
.product-column:hover h3 { color: #ffcf06 } 
.common-center-wrapper { text-align: center; font-size: 18px; padding: 40px 0 } 
.common-center-wrapper .container { max-width: 1030px; } 
.common-center-wrapper .btn { min-width: 204px; } 
.common-center-wrapper .btn-action .btn { margin: 10px 10px 0; } 
/****PDP****/
.details-wrapper { padding: 40px 0 } 
.details-wrapper .img-column { float: left; width: 46% } 
.details-wrapper .text-column { float: left; width: 54%; padding-left: 40px; } 
.details-wrapper .image-thumbnail { background: #f9f9f9; padding-top: 96.333333% } 
.details-wrapper h1 + p { font-size: 18px; } 
.details-wrapper h3 { border-top: 1px solid #e5e5e5; margin-top: 30px; padding: 30px 0 0; } 
.details-wrapper .btn { min-width:250px } 
.details-wrapper.layout-2 .image-thumbnail { padding-top: 108.333333%; } 
.resource-wrapper { padding: 20px 0 60px; text-align:center } 
.why-wrapper + .resource-wrapper { padding-top: 40px } 
.tabs-wrapper { margin-top: 30px; } 
.tabs-row { border-bottom: 1px solid #dedede; display:flex; justify-content: center } 
ul.tabs { width: auto; display:flex; margin: 0; overflow-x: auto; margin-bottom: -1px; } 
ul.tabs li { float:left; font-size: 18px; color:#222222; cursor:pointer; padding: 0 18px 12px 0; margin: 0 20px; text-transform: capitalize; white-space: nowrap; overflow: visible; } 
ul.tabs li:before { content: ""; border-bottom: 2px solid #fec803; width: 100%; left: 0; height: auto; background: none; display: block; bottom: 0; border-radius: 0; opacity: 0; } 
ul.tabs li:after { content: "\f107"; display: inline-block; font-size: 18px; line-height: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 300; width: 10px; position: absolute; top: 7px; right: 0; } 
ul.tabs li.active { font-weight: 600 } 
ul.tabs li.active:before { opacity: 1.0; } 
ul.tabs li.active:after { content: "\f106"; } 
.tabs-container { padding-top:35px; display: inline-block; width:100%; } 
.tabs-container .tab_content { display: none; } 
.tabs-container .tab_content.active { display: block; } 
.tabs-container .max-width { max-width:740px; margin-left: auto; margin-right: auto; clear: both; overflow: hidden; } 
.single-product .resource-wrapper .tabs-container .max-width { max-width: 1024px; } 
.resource-data { display: flex; align-items:center; border: 1px solid #f6f6f6; padding: 11px 25px 11px 20px; width: 100%; margin: 0 0 12px; text-align: left; background: #ffffff; } 
.resource-data a { color:inherit } 
.resource-data a:hover { color: #ffb63e; } 
.resource-data:last-child { margin-bottom: 0 } 
.resource-data h3 { font-size: 16px; margin: 8px 0 } 
.resource-data .icon-link { display: flex; margin-left:auto } 
.resource-data .icon-link a { margin: 0 0 0 15px } 
.resource-data .icon-link img { min-width: 27px; } 
.resource-more-row { margin-bottom: 20px; overflow: hidden; clear: both; } 
.resource-more-row:last-child { margin-bottom: 0 } 
.resource-more-row > .btn { float: right } 
.resource-more-row > div { display: none } 
.resource-more-row > div:first-child, .resource-more-row > div:nth-child(2),.resource-more-row > div:nth-child(3), .resource-more-row > div.active { display: flex; } 
.resource-more-row > div:first-child + .btn, .resource-more-row > div:nth-child(2)+ .btn,.resource-more-row > div:nth-child(3)+ .btn { display: none !important } 
.resource-thumb-row { display: flex; flex-wrap: wrap; margin: 0 0 -2% -2%; justify-content: cente; } 
.resource-data.resource-thumb { float: left; width: 23%; margin: 0 0 2% 2%; padding: 18px 15px; flex-wrap: wrap; justify-content: center; align-items: flex-start; } 
 .resource-data.resource-thumb h3 { margin: 20px 0 12px; text-align: center; } 
 .resource-data.resource-thumb .icon-link { margin:0 auto; width: 100%; justify-content: center; } 
 .resource-data.resource-thumb .icon-link a:first-child { margin-left: 0 } 
 .resource-data.resource-thumb .thumb-img { max-width: 160px; width: 100% } 
 .resource-data.resource-thumb .image-thumbnail { padding-top: 125.33%; } 
.resource-thumb-row { display: flex; flex-wrap: wrap; margin: 0 0 -2% -2%; justify-content: center } 
.resource-data.resource-thumb { float: left; width: 23%; margin: 0 0 2% 2%; padding: 18px 15px; flex-wrap: wrap; justify-content: center; align-items: flex-start; } 
 .resource-data.resource-thumb h3 { margin: 20px 0 12px; text-align: center; } 
 .resource-data.resource-thumb .icon-link { margin:0 auto; width: 100%; justify-content: center; } 
 .resource-data.resource-thumb .icon-link a:first-child { margin-left: 0 } 
 .resource-data.resource-thumb .thumb-img { max-width: 160px; width: 100% } 
 .resource-data.resource-thumb .image-thumbnail { padding-top: 125.33%; } 
.why-wrapper { background: #f9f9f9; padding: 45px 0 80px; text-align: center } 
.why-row { display: flex; flex-wrap: wrap; margin:40px 0 -3% -3%; justify-content: center } 
.why-row .why-row { margin: 0 !important; width: 100%; } 
.why-column { position: relative; float: left; width: 30.3333333%; margin: 0 0 3% 3%; background: #ffffff; border-bottom: 2px solid #fec803; padding: 46px 40px 50px; min-height: 230px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; } 
.why-column .icon { display:block; position: relative; padding-top: 52px; min-width:100px } 
.why-column .icon img { position: absolute; bottom: 0; left: 0; right: 0; top:0; max-width: 100%; max-height: 100%; width: auto; margin: auto; -webkit-backface-visibility: hidden; backface-visibility: hidden; } 
.why-column h3 { margin-top: 15px } 
.why-column .overlay-text { position: absolute; top: 100%; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; flex-direction: column; align-items: center; background: #fec906; padding: 10px 33px; opacity: 0; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; transition: all .3s linear 0s; } 
.why-column:hover .overlay-text { top: 0; opacity: 1; } 
.challenges-wrapper { padding: 50px 0 65px } 
.challenges-row { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 -3% -2%; } 
.challenges-box { position: relative; float: left; width: 23%; margin: 0 0 3% 2%; background: #ffffff; padding:22px 22px 25px 22px; font-size: 15px } 
.challenges-box h3 { font-size: 20px; margin-bottom:4px; font-weight: normal } 
.challenges-box::before { content: ""; position: absolute; width: 5px; height: 22px; background: #fec803; top: 25px; left: 0; } 
.challenges-box:nth-child(even) { background: #fec803 } 
.challenges-box:nth-child(even)::before { background: #ffffff } 
.level-wrapper, .application-wrapper { padding: 50px 0 } 
.level-row, .application-row { display: flex; flex-wrap: wrap; margin: 30px 0 -40px -3%; justify-content: center } 
.level-column, .application-column { float: left; width: 30.3333333%; margin:0 0 40px 3%; text-align: center } 
.level-column img, .application-column img { margin: 0 auto; } 
.level-column h3 { margin: 10px 0; font-size: 20px } 
.application-column h3 { margin: 24px 0 8px; font-size: 20px } 
.application-wrapper .top-text-center { max-width: 100% } 
.about-wrapper { padding: 70px 0; font-size: 18px; } 
.single .about-wrapper { box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1); } 
.about-wrapper .container { display: flex; flex-wrap: wrap; align-items: center } 
.about-wrapper .img-column { float: left; width: 55% } 
.about-wrapper .text-column { float: left; width: 45%; padding-right: 50px } 
.about-wrapper li { padding-bottom: 10px } 
.about-wrapper li:last-child { padding-bottom: 0 } 
.video-thumbnail { position: relative; padding-top: 63%; background: #000000; float: left; width: 100%; overflow: hidden; margin: 0 } 
.video-thumbnail:before { content: ""; display: none; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.5); z-index: 3 } 
.video-thumbnail #customplay, .video-thumbnail iframe, .video-thumbnail video { position: absolute; top: 50%; right: 0; left: 0; width: 100%; height: 100%; z-index: 2; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
.play-icon { display: inline-block; margin: 0; cursor: pointer; } 
.play-icon i { position: relative; font-size: 72px; color: #ffffff } 
.play-icon:hover i { color: #ffcf06 } 
.video-thumbnail .caption { position: absolute; width: 100%; padding: 0 !important; top: 50%; right: 0; left: 0; text-align: center; color: #ffffff; z-index: 5; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); display: none } 
.video-thumbnail.active .caption, .video-thumbnail.active:before { display: block; } 
.use-cases-wrapper { text-align: center; background: #fec906; font-size: 18px } 
.use-cases-wrapper .container { display: flex; flex-wrap:wrap; } 
.use-cases-wrapper .img-column { float: left; width: 16%; position: relative; } 
.use-cases-wrapper .img-column div.minus-left { height: 100%; 
 object-fit: cover; 
 position: absolute; 
 right: 0; left: 0; } 
.use-cases-wrapper .img-column img { width: 100%; height: 100%; object-fit: cover; } 
.use-cases-wrapper .text-column { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; float: left; width: 84%; padding: 55px 0; } 
.use-cases-wrapper .left-overlay { margin-left: -22px } 
.use-cases-wrapper.layout-2 .img-column { width: 50% } 
.use-cases-wrapper.layout-2 .text-column { width: 50%; padding:120px 50px } 
.use-cases-wrapper.layout-2 .img-column div { position: relative; } 
.use-cases-wrapper.layout-2 .img-column img { position: absolute; } 
.use-cases-wrapper .left-overlay { margin-left: -4%; display: block; width: 104%; } 
.cases-row { display: flex; flex-wrap: wrap; margin:20px 0 -24px -24px; } 
.cases-row li { display: flex; float:left; width: 25%; padding: 0 0 24px 24px !important; font-weight: 600 } 
.cases-row li:before { display: none } 
.cases-row li a, .cases-row li span { background: #ffffff; color: #222222; padding:9px; display: flex; width: 100%; justify-content: center; align-items: center; text-align: center; line-height: 1.4; min-height: 68px } 
.project-wrapper { text-align: center; padding: 60px 0 80px; font-size: 18px } 
.project-wrapper .owl-carousel { margin-top: 40px } 
.project-wrapper .btn-action { padding: 30px 0 0 } 
.project-wrapper .btn { min-width: 230px } 
.project-column { position: relative; float: left; width: 100%; } 
.project-column .image-thumbnail { padding-top: 84.2222222%; background: #f0f1f3; } 
.project-column .image-thumbnail img { width: 100% !important; height: 100%; object-fit: cover; max-height: inherit } 
.project-column .image-thumbnail:after { content: ""; position: absolute; left: 0; bottom: 0; right: 0; top: 0; background: url(../img/dark-shadow.png) bottom center no-repeat; background-size: 100% auto; z-index: 2 } 
.project-column .text-column { position: absolute; left: 0; bottom: 0; right: 0; text-align: center; padding: 0 15px 20px; z-index: 3 } 
.project-column h3 { color: #ffffff; font-size: 24px; font-weight: 600; margin: 5px 0 } 
.project-column.layout-2 h3 { font-size: 22px; } 
.project-column .location { display: block; color: #f1b80a; font-size: 13px; text-transform: uppercase; line-height: 1.4; margin: 0 } 
.project-column .type { display: block; color: #ffffff; font-size: 13px; line-height: 1.2; margin: 8px 0 0 } 
.project-column .thumbnail { position: relative; width: 100%; padding-top: 84.2222222%; background: #f0f1f3; overflow: hidden; height: auto !important } 
.project-column .thumbnail img { position: absolute; bottom: 0; left: 0; right: 0; top: 0; max-width: 100%; max-height: 100%; height: 100%; object-fit: cover; width: 100%!important; margin: auto!important; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: opacity .5s ease-in, -webkit-transform .5s ease-in; transition: opacity .5s ease-in, transform .5s ease-in; transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in } 
.product-banner .banner-text { top:auto; transform: none; bottom: 0; padding: 0 0 50px; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); } 
.product-banner .heading { color: #ffffff } 
.product-banner .max-width { float: left; max-width: 760px; margin: 0; } 
.project-info { padding: 40px 0; float:left; width: 100% } 
.project-info .text-box { float: left; width: 50%; padding-right: 30px } 
.project-info .img-box { float: left; width: 50%; padding: 0 0 0 10px } 
.project-info .img-box img { width: 100% } 
.project-details-slider { width: 100% } 
.project-details-slider .image-thumbnail { display: block; padding-top: 139%; width: 100% } 
.project-details-slider .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.project-info h2 { font-size: 24px; margin-bottom: 20px } 
.project-info ul.info li::before { display: none } 
.project-info ul.info { display: flex; align-items: flex-start; flex-wrap:wrap; margin: 0 0 -20px -30px; } 
.project-info ul.info li { float: left; width: 50%; padding: 0 0 20px 30px } 
.project-info ul.info li.full { width: 100% } 
.project-info ul.info li strong { display: block; font-weight: 600; } 
.project-info .btn { min-width: 290px; margin-top: 40px } 
.project-description { float: left; width: 100%; padding:40px 0 55px; border-top: 1px solid #e5e5e5 } 
.project-description .big-right-column { width: 69%; padding-left: 0; padding-right:40px } 
 .project-description .aside-left-column { width: 31% } 
.aside-product-row { display: grid; grid-template-columns: 1fr; gap: 40px; padding: 10px 0 0 } 
.aside-product-row .aside-product { width: 100% !important; margin: 0 !important } 
.aside-product { background-color: #f7f8f9; padding:30px 44px; text-align: center } 
.aside-product .image-thumbnail { background-color: #f9f9f9; padding-top: 83%; } 
.aside-product h3 { font-size: 24px; font-weight: 600 } 
.aside-product p { color: #222222 } 
.gray-bg { background-color: #f0f1f3 } 
.light-gray { background-color: #f9f9f9 } 
.about-icon-wrapper { padding: 55px 0 } 
.about-icon-wrapper .container { max-width: 1030px } 
.about-icon-wrapper ul { display: flex; flex-wrap: wrap } 
.about-icon-wrapper ul li { border-bottom: 1px solid #f0f1f3; font-size: 18px; text-transform: uppercase; padding: 18px 15px; text-align: center; width: 100%; } 
.about-icon-wrapper ul li:first-child { padding-top: 0 } 
.about-icon-wrapper ul li:last-child { border-bottom: none; padding-bottom: 0 } 
.about-icon-wrapper ul li:before { display: none } 
.about-icon-wrapper ul li img { display: inline-block; vertical-align: middle; margin-right: 12px; } 
.about-wrapper.layout-2 { background: #f0f1f3; padding: 50px 0 } 
.about-wrapper.layout-2 .text-column { width:50%; padding-right: 50px; } 
.about-wrapper.layout-2 .img-column { width: 50%; } 
.about-wrapper.layout-2 .video-thumbnail { padding-top: 66.66666%; } 
.about-wrapper.layout-2 .video-thumbnail img { position: absolute; bottom: 0; left: 0; right: 0; top: 0; height: 100%; width: 100%; object-fit: cover; -webkit-backface-visibility: hidden; backface-visibility: hidden; } 
.difference-wrapper { padding: 60px 0; text-align: center } 
.difference-wrapper .container { max-width: 1160px; } 
.difference-wrapper .column-row { display: flex; flex-wrap: wrap; margin:50px 0 -35px; } 
.difference-wrapper .column { position: relative; float: left; width: 50%; margin-bottom: 35px; padding: 0 50px 0 90px; text-align: left } 
.difference-wrapper .column.full { width: 100% } 
.difference-wrapper .column h3 { font-size: 20px; margin: 0 0 8px; } 
.difference-wrapper .column img { position: absolute; left: 30px; top: 0 } 
.project-success { margin: 60px 0 20px } 
.project-success h2 { font-size: 30px; font-weight: normal; } 
.project-success h3 { font-weight: normal; } 
.project-success .column { float: left; width: 50%; padding-right: 30px } 
.project-success .column:last-child { padding-right: 0; padding-left: 30px; } 
.project-success .btn { min-width: 194px } 
.project-success ul { margin: 25px 0 0 40px } 
.contact-cta { background: #f0f1f3; padding: 60px 0; font-size: 18px } 
.contact-cta .container { display: flex; flex-wrap:wrap; align-items: center } 
.contact-cta h2 { font-size: 30px; font-weight: normal; } 
.contact-cta .text-column { float: left; width: 50%; padding-right: 30px } 
.contact-cta .form-column { float: left; width: 50%; padding-left: 30px } 
.contact-cta .form-fields { margin-top: -20px } 
.contact-cta .btn { min-width: 154px } 
.font-20 { font-size: 20px; } 
.common-row { padding: 40px 0; text-align: center; font-size: 20px } 
.common-row .md, .container.md { max-width: 930px } 
.col-3-slider.owl-carousel .owl-stage, .col-3-slider.owl-carousel .owl-item { display: flex } 
.invested-info-box { float: left; width: 100%; text-align: center; background: #ffffff; margin-bottom: 30px } 
.invested-info-box .image-thumbnail { padding-top: 62.377777%; } 
.invested-info-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.invested-info-box .text-column { padding:28px 25px 30px; } 
.invested-info-box h3 { font-size: 24px; color: #222222; font-weight: normal; margin-bottom: 8px } 
.invested-info-box p { color: #222222; } 
.invested-info-box .text-link { letter-spacing: normal } 
.invested-info-box .text-link:hover { letter-spacing: 1px } 
.aside-img-wrapper { display: flex; flex-wrap: wrap; align-items: center; font-size: 18px } 
.aside-img-wrapper.reverse { flex-direction: row-reverse } 
div.aside-img-wrapper { float: left; width: 100%; } 
.aside-img-wrapper .img-box { float: left; width: 50%; } 
.aside-img-wrapper .img-box img { width: 100% } 
.aside-img-wrapper .text-column { float: left; width: 50%; } 
.aside-img-wrapper .max-width { padding: 10px 15px 10px 55px; max-width: 655px; } 
.aside-img-wrapper.reverse .max-width { padding: 10px 55px 10px 15px; float: right } 
.aside-img-wrapper.reverse .text-column { padding: 0; float: right } 
.aside-img-wrapper h2 { font-size: 30px } 
.aside-img-wrapper .btn { display: table; margin-top: 24px } 
.aside-img-wrapper.font-16 { font-size: 16px; } 
.sustainability-icon { padding: 50px 0 } 
.sustainability-icon-row { position: relative; padding: 0 0 45px 128px; margin-bottom: 45px; border-bottom: 1px solid #f0f1f3; min-height: 140px; display: flex; flex-direction: column; justify-content: center; } 
.sustainability-icon-row:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0 } 
.sustainability-icon-row .icon { position: absolute; left: 0; top: 0; background: #ffce02; width: 100px; height: 100px; border-radius: 40px; } 
.sustainability-icon-row .icon img { position: absolute; bottom: 0; left: 0; right: 0; top: 0; max-width: 100%; max-height: 100%; width: auto; margin: auto; -webkit-backface-visibility: hidden; backface-visibility: hidden; } 
 .sustainability-icon-row h3 { margin-top: 0 } 
 ul.arrow-icon li { padding-left: 28px; } 
ul.arrow-icon li:before { content: "\f138"; font-size: 16px; font-weight: 300; color: #ffce02; font-family: "Font Awesome 5 Pro"; background: none; width: auto; height: auto; left: 1px; top: 5px } 
.font-18 { font-size: 18px } 
.leed-point-wrapper { padding:50px 0 60px; } 
.leed-point-row { display: flex; flex-wrap: wrap; align-items: center; } 
.leed-point-row + .leed-point-row { margin-top: 40px } 
.leed-point-row .img-box { position: relative; float: left; width: 50%; padding-right: 40px; } 
.leed-point-row .img-box h2 { position: absolute; left: 0; right: 40px; bottom: 0; font-size: 26px; font-weight: bold; color: #ffffff; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); padding:20px; text-transform: uppercase; letter-spacing: 0.5px; } 
.leed-point-row .img-box img { width: 100% } 
.leed-point-row .text-column { float: left; width: 50%; } 
.leed-point-row h3 small { display: inline-block; font-size: 20px; font-weight: normal } 
.leed-point-row:nth-child(even) { flex-direction: row-reverse } 
.leed-point-row:nth-child(even) .img-box { padding-right:0; padding-left: 40px; } 
.leed-point-row:nth-child(even) h2 { left: 40px; right: 0 } 
.aside-inline-wrapper { display: flex; flex-wrap: wrap; align-items: center; } 
.aside-inline-wrapper + .aside-inline-wrapper { margin-top: 40px } 
.aside-inline-wrapper .img-box { position: relative; float: left; width: 50%; padding-right: 40px; } 
.aside-inline-wrapper .img-box h2 { position: absolute; left: 0; right: 40px; bottom: 0; font-size: 26px; font-weight: bold; color: #ffffff; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); padding:20px; text-transform: uppercase; letter-spacing: 0.5px; } 
.aside-inline-wrapper .img-box img { width: 100% } 
.aside-inline-wrapper .text-column { float: left; width: 50%; } 
.aside-inline-wrapper h2+ h3 { font-size: 22px; margin-top: 15px } 
.aside-inline-wrapper h3 small { display: inline-block; font-size: 20px; font-weight: normal } 
.aside-inline-wrapper.reverse { flex-direction: row-reverse } 
.aside-inline-wrapper.reverse .img-box { padding-right:0; padding-left: 40px; } 
.aside-inline-wrapper.reverse .img-box h2 { left: 40px; right: 0 } 
.aside-inline-wrapper .btn { min-width: 200px; margin-top: 10px; } 
.team-wrapper { text-align: center } 
.team-wrapper h3 { font-size: 30px; border-top: 1px solid #f0f1f3; margin: 30px 0 0; padding:19px 0 0; font-weight: normal } 
.team-member-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; padding: 34px 0 13px; } 
.team-member-row:last-child { padding-bottom: 0 } 
.team-memeber { text-align: left } 
.team-memeber .image-thumbnail { border-bottom:3px solid #ffce02; padding-top: 123.33%; } 
.team-memeber .image-thumbnail img { height: 100%; width: 100% !important; object-fit: cover } 
.team-memeber h4 { font-size: 24px; margin:14px 0 0; } 
.team-memeber p { font-size: 18px; color: #222222; margin: 0 0 5px; } 
.team-memeber-popup { position: relative; background: #ffffff; display: flex; align-items: center; width: 100%; max-width: 1160px; text-align: left; margin: 0 auto; } 
.team-memeber-popup .position-education { display: flex; justify-content:space-between; margin: 0 0 10px; } 
.team-memeber-popup .position-education p { margin: 0 0 13px; } 
.team-memeber-popup .position-education p:first-child { font-size: 18px; margin: 0 5px 0 0; } 
.team-memeber-popup .img-box { width: 38% } 
.team-memeber-popup .text-column { width: 62%; padding: 10px 52px; } 
.team-memeber-popup h3 { font-weight: 600; margin: 0 0 5px; } 
.team-memeber-popup .profile-scroll { max-height: 340px; overflow-y: auto } 
.common-row + .training-side-img { border-top: 1px solid #e5e5e5 } 
.training-side-img .top-text-center { max-width: 1030px; font-size: 18px; color: #6c6c6c } 
.training-side-img .aside-img-wrapper .text-column { padding-left: 45px } 
.training-side-img .aside-img-wrapper.reverse .text-column { padding-left: 0; padding-right: 45px } 
.aside-img-wrapper .font-36 { font-size: 36px } 
.aside-img-wrapper.inline-side-img .text-column { padding-left: 45px } 
.aside-img-wrapper.inline-side-img.reverse .text-column { padding-left: 0; padding-right: 45px } 
.training-side-img .btn { min-width: 200px } 
.aside-img-wrapper .bottom-line { font-size: 30px; font-weight: normal; border-bottom: 1px solid #fec803; list-style: 1.1; padding-bottom: 4px } 
.training-video-wrapper { padding: 50px 0; text-align: center } 
.training-video-wrapper .image-thumbnail { padding-top: 57.666666%; } 
.training-video-wrapper .image-thumbnail img { width: 100%; height: 100%; object-fit: cover; } 
.video-list { display: flex; flex-wrap: wrap; margin:30px 0 -3% -3% } 
.video-thumb { position: relative; float: left; width: 30.3333333333%; margin: 0 0 3% 3%; } 
.video-thumb:after { content: ""; line-height: 1; padding: 20px 30px; font-style: normal; color: #ffffff; background: url(../img/play-icon.png) center center no-repeat; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); z-index: 11; } 
.video-thumb .image-thumbnail:after { content: ""; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 3; } 
.training-video-wrapper .btn-action { margin-top: 38px } 
.training-video-wrapper .btn { min-width: 232px } 
.bottom-divider { border-bottom: 1px solid #e5e5e5; margin-bottom:-40px; margin-top: 35px } 
.values-wrapper { float: left; width: 100%; text-align: center; padding: 45px 0 0; } 
.values-wrapper .column-row { display: grid; grid-template-columns: repeat(3, 1fr); font-size: 18px; padding: 30px 0 0; gap: 40px } 
.values-wrapper img { margin: 0 auto 15px; } 
.values-wrapper h4 { font-size: 20px; margin: 5px 0; } 
.values-wrapper p { max-width: 320px; margin: 0 auto; } 
.less-margin p { margin-bottom: 10px; } 
.less-margin p:last-child { margin-bottom: 0; } 
.team-wrap { text-align: center } 
.team-row { display: grid; grid-template-columns: repeat(3, 1fr); font-size: 18px; padding:0; gap: 30px } 
.team-column { padding: 30px; background: #ffffff; margin-top:61px; font-size: 16px; border: 1px solid #ffffff; border-bottom-color: #ffcf06 } 
.team-column .icon { display: table; margin: -90px auto 0; overflow: hidden; border-radius: 100%; } 
.team-column img { margin: 0 auto; } 
.team-column h4 { font-size: 18px; margin-bottom: 5px } 
.team-column:hover { border-color: #ffcf06 } 
.award-wrapper { padding: 50px 0 0; text-align: center } 
.award-row { display: flex; flex-wrap: wrap; gap: 35px; align-items: center; justify-content: center } 
.opportunities-wrapper { padding: 50px 0; font-size: 18px; text-align: center } 
ul.opportunities-list { max-width: 623px; margin:-10px auto 35px; } 
ul.opportunities-list li { border-bottom: 1px solid #cfd1d4; padding: 15px 10px; } 
ul.opportunities-list li:first-child { border-top: 1px solid #cfd1d4; } 
ul.opportunities-list li a { display: flex; flex-wrap: wrap; align-items: center; text-decoration: none; justify-content: center; } 
ul.opportunities-list li:before { display: none } 
ul.opportunities-list li> a> span { margin: 10px 15px; } 
ul.opportunities-list .btn { display: block; min-width: 122px; } 
.opportunities-wrapper a { text-decoration: underline; color:inherit } 
.opportunities-wrapper a:hover { text-decoration: none } 
.top-divider { border-top: 1px solid #e5e5e5 } 
.column-3-icon-wrapper { padding: 60px 0; text-align:center } 
.column-3-icon-wrapper .icon-row { display: flex; flex-wrap: wrap; margin: 0 0 -5% -5%; justify-content: center } 
.column-3-icon-wrapper .icon-column { float: left; width:28.33333333%; margin: 0 0 5% 5%; border-bottom: 1px solid #ffcf06; padding: 0 3% 35px } 
.column-3-icon-wrapper .icon-column img { margin: 0 auto; } 
.column-3-icon-wrapper .icon-column h3 { font-size: 22px; margin: 16px 0 0 } 
.credits-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; } 
.credits-column { border: 1px solid #dbdce0; padding: 30px 40px 50px; } 
.credits-column h3 { position: relative; padding-left: 68px; min-height: 50px; display: flex; align-items: center } 
.credits-column h3 img { position: absolute; top: 0; left: 0 } 
.credits-column h4 { font-size: 16px; margin-bottom: 5px } 
.credits-column p + h4 { margin-top: 20px } 
.credits-column .rating-status { color: #ffcf06; letter-spacing: 2px; font-size: 17px; margin-left: 18px; } 
.credits-column .btn { min-width: 154px; } 
.credits-column .btn-action { margin-top: -7px } 
.credits-column:hover { border-color: #222222 } 
.request-lunch { padding: 60px 0 70px; border-top: 1px solid #e5e5e5 } 
.request-lunch h2 { font-size: 32px; } 
.request-lunch .container { max-width: 918px; } 
.font-32 h2 { font-size: 32px; } 
.connect-wrapprer { max-width: 870px } 
.connect-row { display: grid; grid-template-columns: 1.3fr 1fr; column-gap: 90px; row-gap: 30px; text-align: left; margin: 35px auto 0; max-width: 740px; width: 100%; padding: 0 0 0 50px } 
.connect-box { position: relative; padding: 0 0 0 55px; } 
.connect-box .icon { position: absolute; left: 0; top: 0 } 
.connect-row h3 { font-size: 20px; margin: 0 0 5px } 
.connect-row p { max-width: 265px } 
.connect-row a { color: #222222; } 
.contact-form { background: #f0f1f3; text-align: center; padding: 45px 0 } 
.contact-form .container { max-width: 830px } 
.contact-form .form-fields { margin-top: -7px } 
.contact-form h2 { font-size: 24px; font-weight: 600 } 
.contact-form .btn { display: table; margin: 0 auto; min-width: 154px; margin-top: 15px; } 
.side-img-news-row { float: left; width: 100%; } 
.side-img-news-row .img-box { float: left; width: 47% } 
.side-img-news-row .image-thumbnail { display: block; background: url(../img/pattern-bg.jpg) center center no-repeat; background-size: cover; padding-top: 74%; } 
.side-img-news-row .text-box { float: left; width: 53%; padding-left: 40px; } 
.side-img-news-row .post-date { margin:20px 0 10px; } 
.side-img-news-row h3 { font-size: 30px; font-weight: 400; border-bottom: 1px solid #e5e5e5; margin:15px 0 22px; padding-bottom: 22px } 
.side-img-news-row h3 a { color: inherit } 
.side-img-news-row .btn { min-width: 160px; margin-top: 10px } 
.search-bar { float: left; width:100%; padding: 45px 0 } 
.search-row { position: relative; max-width: 500px; margin: 0 auto; display: table; width: 100%; } 
.search-row input[type=text] { font-size: 16px; padding: 5px 10px 15px 30px; background: none; border: none; border-bottom: 1px solid #ffcf06; border-radius: 0; height: 42px; color: #929292 } 
.search-row input[type=submit] { position: absolute; top: 0; bottom: 0; left: 0; background: url(../img/search-light.png) 0 8px no-repeat; font-size: 0; padding: 14px; cursor: pointer; } 
.news-list { display: flex; flex-wrap: wrap; margin: 0 0 -60px -4%; } 
.news-item { float: left; width: 29.333333333333%; margin: 0 0 60px 4%; border-bottom: 1px solid #fec803; padding: 0 0 30px } 
.news-item .post-date { margin: 0 0 8px; color: #222222 } 
.news-item h3 { font-size: 20px; margin: 0; line-height: 1.6 } 
.news-item .image-thumbnail { background: #f9f9f9; padding-top: 50.1333333%; margin-bottom: 20px; } 
.news-item .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.news-item:hover { border-bottom-color: #222222 } 
.search-result { padding: 70px 0; box-shadow:inset 0 7px 10px -7px rgba(0,0,0,0.06) } 
.search-result h1 { text-align: center; font-size: 48px; margin-bottom: 42px } 
.search-result h1 strong { color: #ffcf06; font-weight: 400 } 
.search-result a { color: #fec803 } 
.search-result a:hover { color: #222222 } 
.search-result ul.tabs li { text-transform: uppercase; padding-right:10px; padding-left: 10px; font-size: 16px } 
.search-result ul.tabs li:after { display: none } 
.search-result ul.tabs li:before { border-width: 3px } 
.search-result ul.tabs li.active { color: #fec803; font-weight: normal } 
.search-result .tabs-container { max-width: 840px; margin: 0 auto; display:table } 
.search-result-row { padding: 25px 40px; border-bottom: 1px solid #e5e5e5 } 
.search-result-row p { margin: 0 0 5px } 
.search-result-row p:last-child { margin: 0 } 
.search-result .pagination-wrapper { margin: 48px 0 0; } 
.search-result .pagination-wrapper .pagination { text-align: left; display: table; margin:0 auto !important; max-width: 840px; padding: 0 40px; } 
.pagination-wrapper { float: left; width: 100%; clear: both; overflow: hidden; margin:55px 0 0; } 
.pagination-wrapper .pagination { width: 100%; text-align: center; margin: 0 !important } 
.pagination-wrapper .pagination>li { display: inline-block; padding:2px!important; vertical-align: top; } 
.pagination-wrapper .pagination>li:before { display: none } 
.pagination-wrapper .pagination>li>a, .pagination-wrapper .pagination>li>span { display: block; border-radius: 0; border: 1px solid #ffffff; background: #fff; font-weight: 400; color: #222222; padding: 5px 8px; text-decoration: none; min-width: 28px; text-align: center; line-height: 1; } 
.pagination-wrapper .pagination>li>a i { margin: 0; font-size: 13px; vertical-align: middle; line-height: 0.8; } 
.pagination-wrapper .pagination>li>a.prev, .pagination-wrapper .pagination>li>a.next { min-width: 76px; background-color: #ffcf06; border-color: #ffcf06 } 
.pagination-wrapper .pagination>.active>a, .pagination-wrapper .pagination>.active>a:focus, .pagination-wrapper .pagination>.active>a:hover, .pagination-wrapper .pagination>.active>span, .pagination-wrapper .pagination>.active>span:focus, .pagination-wrapper .pagination>.active>span:hover, .pagination-wrapper .pagination>li>.current, .pagination-wrapper .pagination>li>a:focus, .pagination-wrapper .pagination>li>a:hover, .pagination-wrapper .pagination>li>span:focus, .pagination-wrapper .pagination>li>span:hover { background-color: #222222; border-color: #222222; color: #ffffff } 
.never-miss-story { background: #f9f9f9; padding: 48px 0; text-align: center; margin-top: 20px } 
.never-miss-story .container { max-width: 670px } 
.never-miss-story h3 { font-size: 30px; font-weight: normal; margin: 0 0 5px; } 
.never-miss-story-row { position: relative; margin-top: 25px } 
.never-miss-story-row input[type=email] { font-size: 16px; padding: 5px 15px 15px 28px; background: url(../img/email-icon.png) 2px 3px no-repeat; border: none; border-bottom: 1px solid #303030; border-radius: 0; height: 36px; color: #929292 } 
.never-miss-story-row input[type=email]:focus { border-color: #ffcf06 } 
.never-miss-story-row input[type=submit] { position: absolute; top: -10px; bottom: 0; right: 0; background: url(../img/arrow.png) center center no-repeat; font-size: 0; padding: 18px; cursor: pointer; } 
.case-studies-wrapper { overflow: hidden; } 
.case-studies-wrapper .container { display: flex; flex-wrap: wrap } 
.case-studies-wrapper .aside-left-column { position: relative; width: 24%; background: #fafbfb; padding: 50px 26px 50px 0 } 
.case-studies-wrapper .aside-left-column:before { content: ""; position: absolute; right: 100%; top: 0; bottom: 0; width: 3000px; background: #fafbfb; } 
.case-studies-wrapper .big-right-column { width: 76%; padding: 50px 0 65px 30px; } 
.aside-left-form { font-size: 15px } 
.aside-left-form h3 { margin-bottom: 8px } 
.aside-left-form input[type=text], .aside-left-form select { padding: 9px 14px; height: 40px; font-size: 14px; } 
 .aside-left-form .selectric .label { font-size: 14px; margin-left: 14px; height: 38px; line-height: 38px } 
 .aside-left-form .selectric .button:after { text-align: center } 
 .aside-left-form .form-fields [class*=col-], .aside-left-form .form-fields [class^=col-] { padding-top: 10px; } 
 .aside-left-form .btn { width: 100%; margin-top: 12px } 
 .aside-left-form .form-control, .aside-left-form input[type=date], .aside-left-form input[type=email], .aside-left-form input[type=file], .aside-left-form input[type=number], .aside-left-form input[type=password], .aside-left-form input[type=search], .aside-left-form input[type=tel], .aside-left-form input[type=text], .aside-left-form input[type=url], .aside-left-form select, .aside-left-form textarea { color: #222222; } 
.aside-left-form .form-control:focus, .aside-left-form input[type=date]:focus, .aside-left-form input[type=email]:focus, .aside-left-form input[type=number]:focus, .aside-left-form input[type=password]:focus, .aside-left-form input[type=search]:focus, .aside-left-form input[type=tel]:focus, .aside-left-form input[type=text]:focus, .aside-left-form input[type=url]:focus, .aside-left-form select:focus, .aside-left-form textarea:focus { border-color: #222222 } 
.aside-left-form textarea, .aside-left-form textarea.form-control { height: 130px; } 
.aside-left-form ::-webkit-input-placeholder { color:#222222; } 
.aside-left-form ::-moz-placeholder { color:#222222; } 
.aside-left-form :-ms-input-placeholder { color:#222222; } 
.aside-left-form :-moz-placeholder { color:#222222; } 
 .story-timline-tab { margin: -20px 0 30px } 
.story-timline-tab ul { display: flex; align-items: center; justify-content: space-between; max-width: 786px; margin: 0 auto; } 
.story-timline-tab ul li { padding: 10px } 
.story-timline-tab ul li:before { display: none } 
.story-timline-tab ul li a { font-size: 18px; color: #222222 } 
.story-timline-tab ul li a:before { content: ""; display: table; margin: 0 auto 5px; position: relative; padding: 8px; background: #222222; border-radius: 20px; } 
 .story-timline-tab ul li a:hover::before, .story-timline-tab ul li.active a::before { background-color: #ffcf06 } 
.our-story-wrapper { padding: 80px 0 0; position: relative; } 
.our-story-wrapper::before { content: "\f107"; display: inline-block; font-size:30px; line-height:30px; font-family: "Font Awesome 5 Pro"; font-weight:300; position: absolute; left: 50%; top: 0; transform: translateX(-50%) } 
.our-story-row { position: relative; float: left; width: 100%; display: flex; flex-wrap: wrap; align-items: center } 
.our-story-row:before { content: ""; position:absolute; left: 50%; top: 0; bottom: 0; border-left: 1px solid #222222; margin-left: -0.5px; } 
.our-story-row:first-child:after { content: ""; position:absolute; left: 50%; top:-48px; height: 48px; border-left: 1px solid #222222; margin-left: -0.5px; } 
.our-story-row:last-child::after { content: ""; position: absolute; bottom: 0; left: 50%; padding: 8px; background: #222222; transform: translateX(-50%); border-radius: 20px; } 
.our-story-row.active:before, .our-story-row.active:after, .our-story-row.active h3::before { border-color: #ffcf06 !important; background-color: #ffcf06 !important } 
.our-story-row.active h2 { color: #ffcf06 } 
.our-story-row h2 { position: relative; float: left; width: 100%; font-size: 30px; text-align: center; background-color: #ffffff; margin: 0; padding: 5px 0; z-index: 11; } 
.our-story-row .img-box { float: left; width: 50%; padding-right: 30px; padding-top: 65px; padding-bottom: 80px; } 
.our-story-row .text-box { float: left; width: 50%; padding-left: 30px; padding-top: 65px; padding-bottom: 80px; } 
.our-story-row:nth-child(even) h2 { order: 1 } 
.our-story-row:nth-child(even) .img-box { order: 3; padding-right: 0; padding-left: 30px } 
.our-story-row:nth-child(even) .text-box { order:2; padding-left: 0; padding-right: 30px; text-align: right } 
.our-story-row h3 { position: relative; font-size: 30px; font-weight: 400 } 
.our-story-row:nth-child(odd) h3::before { content: ""; position: absolute; left: -30px; top: 21px; border-bottom: 1px solid #222222; width: 17px; } 
 .our-story-row:nth-child(even) h3::before { content: ""; position: absolute; right: -30px; top: 21px; border-bottom: 1px solid #222222; width: 17px; } 
 .case-studies-wrapper .top-block { margin-bottom: 40px } 
 .case-studies-wrapper .top-block h2 { font-size: 32px } 
 .case-studies-row + .top-block { padding-top: 40px } 
 .case-studies-row { display: flex; flex-wrap: wrap; margin:25px 0 -45px -3% } 
 .case-studies-column { float: left; width: 47%; margin: 0 0 45px 3%; text-align: center; border-bottom: 1px solid #ffcf06; padding: 0 0 15px } 
 .case-studies-column .image-thumbnail { padding-top: 50%; } 
 .case-studies-column .image-thumbnail img { width: 100% !important; height: 100%; object-fit: cover; } 
 .case-studies-column h3 { font-size: 22px; margin: 15px 0 5px } 
 .case-studies-column .region { color: #f1b80a; font-size: 13px; text-transform: uppercase } 
 .brochures-row { display: flex; flex-wrap:wrap; margin: 0 0 -3.5% -3%; padding-bottom: 43px } 
 .brochures-box { float: left; width: 30.33333333333%; margin: 0 0 3.5% 3%; border: 1px solid #dbdce0; padding: 20px; text-align: center; color: #222222; } 
 .brochures-box .image-thumbnail { padding-top:77%; } 
.brochures-box .image-thumbnail img { width: 100% !important; height: 100%; object-fit: cover; } 
.brochures-box .text-box { position: relative; padding-top: 23px } 
.brochures-box .text-box:before { content: "\f1c1"; display: block; font-family: "Font Awesome 5 Pro"; font-weight: 400; width:54px; line-height: 54px; background-color: #ffcf06; font-size: 18px; color: #222222; position: absolute; top: -35px; left: 50%; transform: translateX(-50%); border-radius: 100%; } 
 .brochures-box h3 { margin: 0 0 5px; } 
 .brochures-box .text-box p { max-width: 310px; margin-left: auto; margin-right: auto } 
 .brochures-box:hover { border-color: #ffcf06; } 
 .webinars-row { display: flex; flex-wrap:wrap; margin: 0 0 -3% -3%; } 
 .webinars-box { float: left; width: 30.33333333333%; margin: 0 0 3% 3%; border: 1px solid #dbdce0; padding: 20px; text-align: center; color: #222222; } 
 .webinars-box .image-thumbnail { padding-top: 58.555555%; } 
.webinars-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.webinars-box .text-box { position: relative; padding-top: 25px } 
.webinars-box .text-box:before { content: ""; display: block; font-weight: 400; width:54px; height: 54px; line-height: 54px; background-image: url(../img/play-icon-black.png); background-position:center center; background-repeat: no-repeat; background-color: #ffcf06; font-size: 18px; color: #222222; position: absolute; top: -35px; left: 50%; transform: translateX(-50%); border-radius: 100%; } 
 .webinars-box h3 { font-size: 20px; margin: 0 0 5px; } 
 .webinars-box .text-box p { max-width: 310px; margin-left: auto; margin-right: auto } 
 .webinars-box:hover { border-color: #ffcf06; } 
 .cta-center-action { text-align: center; margin: 0 } 
 .cta-center-action .btn { min-width: 198px; margin: 10px 10px 0 !important } 
 .video-row { display: flex; flex-wrap: wrap; margin: 0 0 -65px -3%; padding-bottom: 50px } 
 .video-box { float: left; width: 30.3333333333%; margin:0 0 65px 3%; border-bottom: 1px solid #ffcf06; padding: 0 0 26px; text-align: center } 
 .video-box iframe { width: 100% !important; height: auto !important } 
 .video-box .image-thumbnail { display: block; padding-top: 60.888888%; background: #000000 } 
 .video-box .image-thumbnail:after { content: "\f144"; display: block; font-family: "Font Awesome 5 Pro"; font-weight: 900; line-height: 1; font-size: 72px; color: #ffffff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 100%; } 
.video-box .image-thumbnail:hover:after { color: #ffcf06 } 
 .video-box .image-thumbnail img { width: 100% !important; height: 100%; object-fit: cover; opacity: 0.5 } 
 .video-box h3 { font-size: 20px; } 
 .video-box:hover { border-color: #222222 } 
.technical-document { padding: 0 0 60px } 
.technical-document .search-bar { padding: 40px 0 60px; } 
.technical-document .big-right-column { padding-left: 44px } 
.technical-document .big-right-column h2 { font-size: 30px; font-weight: normal } 
.technical-document .resource-data-wrap > h3 { font-size: 20px; margin-bottom: 25px } 
.technical-document .resource-data-wrap +.resource-data-wrap, .technical-document h2+ .resource-data-wrap { margin-top: 35px } 
.technical-tabs-row { padding-top: 20px; border-bottom: 1px solid #dedede; display: flex; justify-content: center; } 
ul.technical-tabs { width: auto; display: flex; margin: 0; overflow-x: auto; margin-bottom: -1px; } 
ul.technical-tabs li { float: left; font-size: 16px; color: #222222; cursor: pointer; padding: 0; margin: 0 18px; text-transform: capitalize; white-space: nowrap; overflow: visible; } 
ul.technical-tabs li::before { display: none; } 
ul.technical-tabs li a { position: relative; display: block; color: inherit; padding: 0 18px 20px 0; } 
ul.technical-tabs li a:before { content: ""; border-bottom: 2px solid #fec803; width: 100%; left: 0; top: auto; height: auto; background: none; display: block; bottom: 0; border-radius: 0; opacity: 0; position: absolute; } 
ul.technical-tabs li:after { content: "\f107"; display: inline-block; font-size: 18px; line-height: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 300; width: 10px; position: absolute; top: 7px; right: 0; } 
ul.technical-tabs li.active { font-weight: 600 } 
ul.technical-tabs li.active a:before, ul.technical-tabs li:hover a:before { opacity: 1.0; } 
ul.technical-tabs li.active:after { content: "\f106"; } 
ul.technical-tabs li.current-menu-item { font-weight: 600 } 
ul.technical-tabs li.current-menu-item a:before, ul.technical-tabs li:hover a:before { opacity: 1.0; } 
ul.technical-tabs li.current-menu-item:after { content: "\f106"; } 
.distributor-wrapper { text-align: center; padding: 50px 0 0; position: relative; z-index: 11; } 
.distributor-wrapper h2 { font-size: 32px; font-weight: normal } 
.distributor-row { display: flex; flex-wrap:wrap; margin:40px 0 -3% -3% } 
.distributor-box { float: left; background: #ffffff; width: 30.333333333%; margin: 0 0 3% 3%; text-align: left; border: 1px solid #dbdce0; padding:20px 35px 40px } 
.distributor-box .icon { display: block; position: relative; padding-top:102px; } 
.distributor-box .icon img { position: absolute; bottom: 0; left: 0; right: 0; top: 0; max-width: 100%; max-height: 100%; width: auto; margin:auto 0 0; } 
.distributor-box h3 { margin-bottom: 8px } 
.distributor-box h3 + p { text-transform: uppercase; font-weight: 600 } 
.distributor-box a { color: #222222; word-wrap: break-word; } 
.distributor-box a:hover { text-decoration: underline } 
.manager-wrapper { padding: 135px 0 90px; margin-top: -78px; background: #f0f1f3; text-align: center } 
.manager-wrapper .container { max-width: 890px } 
.profile-wrapper { display: flex; align-items: center; background: #ffffff; margin-top: 35px; text-align: left } 
.profile-wrapper .img-box { float: left; width: 43% } 
.profile-wrapper .text-box { float: left; width:57%; padding: 50px; } 
.profile-wrapper h3 { margin-bottom:10px } 
.profile-wrapper h3 + p { font-size: 18px; font-weight: 600 } 
.profile-wrapper a { color: #222222 } 
.profile-wrapper a:hover { text-decoration: underline } 
.map-searching { padding: 60px 0 } 
.map-searching h2 { font-size: 32px; font-weight: normal } 
.map-searching .top-text-center h3
 h3 { font-weight: normal; margin: 0 0 15px; } 
.map-searching .top-text-center h3
 p { font-size: 18px } 
.benefits-wrapper { padding: 0 0 30px; text-align: center } 
.benefits-wrapper h2 { font-size: 24px } 
ul.benefits { display: grid; grid-template-columns: repeat(5, auto); font-size: 18px; line-height: 1.2; align-items: flex-start } 
ul.benefits li { padding: 0; padding: 15px; } 
ul.benefits li:first-child::after { left: 50% } 
ul.benefits li:last-child::after { right: 50% } 
ul.benefits img { margin: 0 auto 50px } 
ul.benefits li:before { left: 50%; top: 83px; background: #ffce02; width: 16px; height: 16px; transform: translateX(-50%); z-index: 3; } 
ul.benefits li:after { content: ""; position:absolute; left: 0; right: 0; top: 90px; border-bottom: 2px solid #53515b } 
.resource-list { text-align: center; padding: 50px 0 60px } 
.resource-list ul.tabs li { text-transform: none } 
.resource-list ul.tabs li::after { display: none } 
.resource-list .image-thumbnail { padding-top: 56.8888888%; } 
.resource-list .image-thumbnail img { width: 100% !important; height: 100%; object-fit: cover } 
.webinars-slider.owl-carousel { margin-top: 8px } 
#store_locator.modal-body { padding: 0; } 
h3.store_locator_name { font-size: 20px !important; line-height: 1.2 !important; } 
.store_locator_actions a.btn { margin-right: 5px; font-size: 14px; padding: 5px 10px !important; } 
.store_locator_actions a.btn i { margin-right: 2px } 
.store_locator_infowindow .store_locator_actions { display: flex; gap: 10px; width: 100% } 
.store_locator_infowindow .store_locator_actions .store_locator_write_email { display: block !important; } 
.wordpress-store-locator-block-store_categories img { margin: 0 auto; } 
.store_locator_category_filter_image { width: 50% !important; margin: 0 !important; padding: 10px 5px !important; line-height: 1.2; color: #222222; vertical-align: top; } 
.store_locator_category_filter_image br { display: none } 
.leadership-wrapper .container { max-width: 1020px; } 
.leadership-row { display: flex; flex-wrap: wrap; margin: 0 0 -48px -6%; justify-content: center } 
.leadership-box { float: left; width: 27.333333333%; margin: 0 0 48px 6%; max-width: 284px; } 
.leadership-box .image-thumbnail { padding-top: 116%; margin-bottom: 20px } 
.leadership-box .image-thumbnail img { width: 100%; height: 100%; object-fit: cover } 
.leadership-box h3 { font-size: 24px; font-weight: 600; margin: 0 0 5px; } 
.leadership-box p { font-size: 18px; color: #222222; margin: 0; line-height: 1.2 } 
.leadership-box .text-link { margin-top: 15px; display: block; } 
.review-wrapper { text-align: center } 
.review-wrapper .top-text-center .small-tagline { color: #ffb63e; margin: 0; font-size: 16px; } 
.review-wrapper .top-text-center h2 { font-size: 32px; margin: 5px 0 } 
.review-wrapper .top-text-center p { font-size: 18px } 
.review-video-row { display: flex; flex-wrap: wrap; margin: 0 0 -50px -4%; } 
.review-video-box { float: left; width: 46%; margin: 0 0 50px 4%; border-bottom: 1px solid #ffcf06; 
 padding: 0 0 30px; } 
.review-video-box .video-thumbnail { 
 padding-top: 56.999999999%; margin-bottom: 20px; background-color: transparent; 
 } 
.review-video-box .video-thumbnail:before { background: rgba(0, 0, 0, 0.2); } 
.review-video-box h3 { font-size: 20px; } 
.review-video-link { display: block; width: 100%; position: relative; margin-bottom: 20px; } 
.review-video-link img { width: 100% } 
.review-video-link::before { font-family: "Font Awesome 5 Pro"; 
 font-weight: 900; content: "\f144"; position: relative; 
 font-size: 72px;color: #ffffff; position: absolute; left: 0; top: 0; bottom: 0; right: 0; display: flex; background: rgba(0, 0, 0, 0.2); align-items: center; justify-content: center
 } 
/******Owl Carousel*******/
.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative } 
.owl-carousel { display: none; width: 100%; z-index: 1 } 
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden } 
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } 
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 
.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } 
.owl-carousel .owl-item { min-height: 1px; float: left; width: 100%; -webkit-backface-visibility: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.owl-carousel .owl-item img { display: block; width: 100% } 
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none } 
.no-js .owl-carousel, .owl-carousel.owl-loaded { display: block } 
.owl-carousel.owl-loading { opacity: 0; display: block } 
.owl-carousel.owl-hidden { opacity: 0 } 
.owl-carousel.owl-refresh .owl-item { visibility: hidden } 
.owl-carousel.owl-grab { cursor: move; cursor: grab } 
.owl-carousel.owl-rtl { direction: rtl } 
.owl-carousel.owl-rtl .owl-item { float: right } 
.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both } 
.owl-carousel .owl-animated-in { z-index: 0 } 
.owl-carousel .owl-animated-out { z-index: 1 } 
.owl-carousel .fadeOut { animation-name: fadeOut } 
@keyframes fadeOut { 
 0% { opacity:1 } 
100% { opacity:0 } 
 } 
.owl-height { transition: height .5s ease-in-out } 
.owl-carousel .owl-item .owl-lazy { opacity: 0 } 
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d } 
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #0b0b0b } 
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease } 
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) } 
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } 
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease } 
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% } 
.owl-carousel .owl-dots { display: flex; margin: 0 auto; clear: both; overflow: hidden; padding-top: 25px; text-align: center; align-items: center; justify-content: center } 
.owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } 
.owl-carousel .owl-dot { position: relative; display: inline-block; width: 12px; height: 12px; margin: 2px 4px; border: 1px solid #c4c6d7; font-size: 0; line-height: 0; cursor: pointer; border-radius: 20px; background-color: #cccccc } 
.owl-carousel .owl-dot span { display: none } 
.owl-carousel .owl-dot.active, .owl-carousel .owl-dot:hover { background-color: #222222; border-color: #222222; } 
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { background-color: #ffcf06; cursor: pointer; position: absolute; left: -25px; top: 50%; margin-top: -35px; width: 24px; height: 70px; border: #ffffff; border-radius: 0; display: inline-block; font-size: 0; box-shadow: 0 1px 2px rgba(0,0,0,.1); z-index: 98; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent } 
.owl-carousel .owl-nav .owl-next { left: auto; right: -25px } 
.owl-carousel .owl-nav .owl-next.disabled, .owl-carousel .owl-nav .owl-prev.disabled { opacity: .2; cursor: not-allowed } 
.owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-prev:before { content: "\f0d9"; font-size: 22px; font-family: Font Awesome\ 5 Pro; color: #222222; font-weight: 900; line-height: 1; display: block; margin: 0 2px; position: absolute; top: 50%; left: 42%; transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -moz-transform: translate(-50%, -50%) rotate(135deg); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } 
.owl-carousel .owl-nav .owl-next:before { left: 46%; content: "\f0da" } 
.owl-carousel.arrow-no-bg .owl-nav .owl-next, .owl-carousel.arrow-no-bg .owl-nav .owl-prev, .owl-carousel.arrow-no-bg .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev.arrow-no-bg:hover { background-color: transparent; box-shadow: none } 
.owl-carousel.arrow-no-bg .owl-nav .owl-next:hover:before, .owl-carousel.arrow-no-bg .owl-nav .owl-prev:hover:before { color: #ffcf06 } 
/******Owl Carousel End*******/ 
/******Social Icons*******/ 
ul.social-icon { display: inline-block; padding: 0; margin: 0 0 15px; vertical-align: middle } 
ul.social-icon li { display: inline-block; width: auto; margin: 3px 10px 3px 0; background: 0 0; padding: 0; vertical-align: middle; color: #222222 } 
ul.social-icon li:last-child { margin-right: 0 } 
ul.social-icon li:before { display: none } 
ul.social-icon li a { display: inline-block; padding: 0; width: auto } 
ul.social-icon li i { text-align: center; display: block; border-radius: 50px; vertical-align: top; font-size: 14px; color: #fec803; background-color: transparent; line-height: 1; border: 1px solid #545453 } 
ul.social-icon li i:before { display: inline-block; line-height: 32px; width: 32px } 
ul.social-icon li a:hover i { color: #fff } 
ul.social-icon li a:hover .fa-twitter, ul.social-icon li a:hover .fa-x-twitter { background-color: #0eb1f2 } 
ul.social-icon li a:hover .fa-linkedin-in { background-color: #007bb6 } 
ul.social-icon li a:hover .fa-instagram { background-color: #d82370 } 
ul.social-icon li a:hover .fa-pinterest, ul.social-icon li a:hover .fa-pinterest-p { background-color: #cb2027 } 
ul.social-icon li a:hover .fa-tumblr { background-color: #395976 } 
ul.social-icon li a:hover .fa-youtube { background-color: red } 
ul.social-icon li a:hover .fa-whatsapp { background-color: #25d366 } 
ul.social-icon li a:hover i { border-color: transparent } 
ul.social-icon li a:hover .fa-facebook, ul.social-icon li a:hover .fa-facebook-f, ul.social-icon li a:hover .fa-square-facebook { background-color: #3b5998 } 
ul.social-icon li a:hover i { color: #ffffff; background-color: #222222 } 
/******Social Icons End*******/ 
/******Footer*******/ 
footer { background: #141414; padding: 60px 0 0 } 
footer .footer-row { display: flex; flex-wrap: wrap; margin: 0 -15px } 
footer .footer-column { float: left; width: 17%; padding: 0 15px } 
footer .footer-column:first-child { width: 22%; } 
footer .footer-column:first-child img { margin-bottom: 10px } 
footer .footer-column:last-child { width: 27%; } 
footer .footer-column:last-child p { color: #ffffff } 
footer ul li { font-size: 13px; color: #707070; padding: 0 0 8px 0; line-height: 1.4 } 
footer ul li:before { display: none } 
footer ul li:last-child { padding-bottom: 0 } 
footer h5 { font-size: 16px; color: #ffffff; margin: 0 0 18px; padding: 0; font-weight: 400; text-transform: uppercase } 
footer a, footer p { color: #707070; font-size: 13px; margin: 0 } 
footer p+p { margin-top: 5px } 
footer ul.social-icon { margin: 20px 0 0 } 
footer ul.social-icon li { padding: 0!important; margin: 5px 16px 5px 0!important } 
footer ul.social-icon li i { display: inline-block; border-color: #ffffff; vertical-align: middle } 
footer .copyright-block { padding: 14px 0; float: left; width: 100%; margin-top: 45px; border-top: 1px solid #2c2c2c } 
footer .copyright-block .container { display: flex; align-items: center; justify-content: space-between; } 
footer .copyright-block p { float: left; margin: 0; color: #707070; font-weight: 400 } 
footer .copyright-block a { color: #ffffff; font-size: inherit } 
footer .copyright-block img { display: inline-block; vertical-align: middle; margin-right: 15px } 
footer .copyright-block ul { display: flex; align-items: center } 
footer .copyright-block ul li { padding: 0 12px 0 0; margin: 0 8px 0 0 } 
footer .copyright-block ul li:after { content: ""; border-left: 1px solid #ffffff; position: absolute; top: 3px; right: 3px; bottom: 3px } 
footer .copyright-block ul li:last-child { margin-right: 0; padding-right: 0 } 
footer .copyright-block ul li:last-child:after { display: none } 
footer .copyright-block a:hover { text-decoration: underline } 
footer .current-menu-item a, footer a:focus, footer a:hover { color: #ffffff!important; } 
.newsletter-wrap { position: relative; margin-top: 10px } 
.newsletter-wrap input[type=email] { font-size: 13px; padding: 5px 50px 10px 10px; background: none; border: none; border-bottom: 1px solid #ffffff; border-radius: 0; height: 36px; color: #ffffff } 
.newsletter-wrap input[type=submit] { position: absolute; top: -10px; bottom: 0; right: 0; background: url(../img/arrow.png) center center no-repeat; font-size: 0; padding: 18px; cursor: pointer; } 
 .newsletter-wrap ::-webkit-input-placeholder { color:#a2a1a1; } 
.newsletter-wrap ::-moz-placeholder { color:#a2a1a1; } 
.newsletter-wrap :-ms-input-placeholder { color:#a2a1a1; } 
.newsletter-wrap :-moz-placeholder { color:#a2a1a1; } 
/******Footer End*******/ 
/******Scrollup Button*******/ 
.scrollup { position: fixed; right: 10px; bottom: -40px; -webkit-transition: all ease 1.5s; -moz-transition: all ease 1.5s; -ms-transition: all ease 1.5s; -o-transition: all ease 1.5s; transition: all ease 1.5s; filter: alpha(opacity=0); opacity: 0; z-index: 150; display: flex; align-items: center; border-radius: 8px; font-size: 13px; font-style: normal; cursor: pointer; color: #ffffff; } 
.scrollup i { color: #222222; width: 36px; height: 36px; font-size: 18px; line-height: 36px; background: #ffffff; cursor: pointer; text-align: center; position: relative; z-index: 5; vertical-align: top; border-radius: 40px; box-shadow: 0 0 5px rgba(0,0,0,0.5) } 
.scrollup:hover i { background-color: #ffb63e; color: #ffffff; } 
.scrollup.show { filter: alpha(opacity=100); opacity: 1; bottom: 27px; } 
/******Scrollup Button End*******/ 
@-webkit-keyframes fadeInDown { 
 0% { opacity:0; -webkit-transform:translate3d(0, -100%, 0); transform:translate3d(0, -100%, 0) } 
to { opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } 
 } 
@keyframes fadeInDown { 
 0% { opacity:0; -webkit-transform:translate3d(0, -100%, 0); transform:translate3d(0, -100%, 0) } 
to { opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } 
 } 
.active.animate__fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown } 
/******Responsive Start*******/
@media only screen and (max-width:1230px) { 
 .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { left: -12px } 
.owl-carousel .owl-nav .owl-next { left: auto; right: -12px; } 
 } 
@media only screen and (max-width:1199px) { 
 .nav-wrap nav ul.nav>li>a { font-size: 13px } 
 .nav-wrap nav ul.nav>li { margin-right: 12px } 
.header-row { padding: 10px 0 } 
.header-top-row { padding: 5px 0 } 
header+div, header+section { margin-top: 120.69px!important; } 
header.has-notification +div, header.has-notification + section { margin-top: 168.69px!important; } 
.banner-wrapper .heading { font-size: 56px } 
.notification-strip .container { padding: 0; width: 98%; padding-right: 38px } 
.nav-wrap nav ul.nav li.has-sub .mega-dropdown li.has-sub>a { padding-right: 30px !important; } 
.nav-wrap nav ul.nav li.has-sub .mega-dropdown li.has-sub>a:after { right: 20px } 
.use-cases-wrapper .text-column { padding: 30px 0; } 
.cases-row { margin: 0 0 -12px -12px; } 
.cases-row li { width: 33.333333%; padding: 0 0 12px 12px !important; } 
.aside-img-wrapper h2 { font-size: 24px; } 
.aside-img-wrapper .max-width { padding: 10px 15px 10px 30px; } 
.aside-img-wrapper.reverse .max-width { padding: 10px 30px 10px 15px; } 
.team-memeber-popup .text-column { padding: 10px 30px; } 
.team-memeber-popup .position-education { margin: 0; } 
.distributor-box { width: 47% } 
.construction-grid { grid-template-columns: repeat(2, 1fr); } 
 ul.benefits { display: flex; justify-content: space-between; flex-wrap: wrap; justify-content: center; } 
 ul.benefits li:after { display: none; } 
 } 
@media only screen and (max-width:1024px) { 
 .nav-trigger { float: right; padding: 20px; border-radius: 40px; display: inline-block; position: relative; cursor: pointer; transition-property: opacity, -webkit-filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; transition-duration: .15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; margin: 0 0 0 15px; overflow: visible; font-size: 0; background: #ffcf06; order: 1 } 
.nav-trigger span { display: block; top: 50%; margin-top: -1px; right: 9px } 
.nav-trigger span, .nav-trigger span::after, .nav-trigger span::before { width: 21px; height: 2px; background-color: #222222; border-radius: 0; position: absolute; transition-property: transform; transition-duration: .15s; transition-timing-function: ease } 
.nav-trigger span::after, .nav-trigger span::before { content: ""; display: block } 
.nav-trigger span::before { top: -7px } 
.nav-trigger span::after { bottom: -7px } 
.nav-trigger.closemenu span { top: auto; bottom: 7px; transition-duration: .15s; transition-delay: .15s; transition-timing-function: cubic-bezier(.55, .055, .675, .19) } 
.nav-trigger.closemenu span::after { top: -20px; transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear } 
.nav-trigger.closemenu span::before { transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19) } 
.nav-trigger.closemenu span { transform: translate3d(0, -12px, 0) rotate(-45deg); transition-delay: .32s; transition-timing-function: cubic-bezier(.215, .61, .355, 1) } 
.nav-trigger.closemenu span::after { top: 0; opacity: 0; transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear } 
.nav-trigger.closemenu span::before { top: 0; -ms-transform: rotate(-90deg); transform: rotate(-90deg); transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1) } 
#sidebar-nav { right: -260px; top: 0; bottom: 0; position: fixed; width: 260px; overflow-x: hidden; overflow-y: auto; margin: 0; padding: 0; transition: all .2s linear 0s; -moz-transition: all .2s linear 0s; -webkit-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .2s linear 0s; background: #ffffff; box-shadow: 0 0 5px rgba(0,0,0,.2) } 
header, html { -moz-transition: all .2s linear 0s; -webkit-transition: all .2s linear 0s; -ms-transition: all .2s linear 0s; -o-transition: all .3s linear 0s; transition: all .2s linear 0s } 
.sidebar_active { overflow: hidden; margin-left: -260px; margin-right: 260px } 
.sidebar_active #sidebar-nav { display: block; right: 0; z-index: 999999 } 
.nav-wrap nav ul.nav>li.has-sub>a:after { display: none } 
.sidebar_active header { position: fixed; left: -260px; right: 260px } 
.nav-wrap nav ul, nav ul ul { display: none } 
.nav-wrap nav ul.nav { padding: 0; margin: 0; border: 0; visibility: visible; display: block; top: 0 } 
.nav-wrap nav ul.nav>li { width: 100%; margin: 0; padding: 0; border: 0; /* border-bottom: 1px solid rgba(0,0,0,.12)*/ } 
.nav-wrap nav ul.nav>li>a { font-size: 14px; color: #222222; padding: 7px 20px 7px 16px; margin: 0; white-space: inherit; border-radius: 0; border: none; font-weight: 600 } 
.nav-wrap nav ul.nav>li.has-sub>a { padding-right: 30px } 
.nav-wrap nav ul.nav>li:last-child { border-bottom: none } 
.nav-wrap nav ul.nav ul li { opacity: 1 } 
.nav-wrap nav ul.nav ul { position: static; opacity: 1; visibility: visible; padding: 0; border-radius: 0; background: 0 0; -webkit-box-shadow: none; box-shadow: none } 
.nav-wrap nav>ul.nav>li>ul { max-height: inherit; margin-top: 0; -moz-transform: none; -webkit-transform: none; transform: none; text-align: left } 
.nav-wrap nav ul.nav>li>ul>li { padding: 0; margin: 0; float: left; width: 100%; border-bottom: none; min-width: inherit } 
.nav-wrap nav ul.nav>li>ul li a { color: #222222; padding: 11px 20px; white-space: inherit; text-align: left; /*border-top: 1px solid rgba(0,0,0,.12)*/ } 
.sidebar_active .nav-wrap nav ul.nav ul.open { display: block!important; position: static!important; top: 40px; left: auto; right: 0; bottom: 0; width: 100%; margin: 0; opacity: 1; visibility: visible; height: 100%; overflow: auto; z-index: 99999; background: #ffffff } 
.nav-wrap nav ul.nav ul:after, .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after, .nav-wrap nav ul.nav>li>a:before { display: none } 
.nav-wrap nav ul.nav li.current-menu-ancestor>a, .nav-wrap nav ul.nav li.current-menu-item>a, .nav-wrap nav ul.nav li:hover>a, .nav-wrap nav ul.nav li>a:hover { background-color: #ffcf06 !important; color: #222222 !important } 
.nav-wrap nav .submenu-button { position: absolute; right: 0; display: block; width: 30px; height: 30px; background-color: transparent; cursor: pointer; top: 5px; border-radius: 30px; } 
.nav-wrap nav .submenu-button:before { content: "\f105"; font-family: Font Awesome\ 5 Pro; position: absolute; color: #222222; left: 0; right: 0; text-align: center; top: 50%; margin-top: -14px; font-size: 18px; line-height: 26px; font-weight: normal; border-radius: 0; } 
.nav-wrap nav .submenu-button.submenu-opened { padding: 6px 15px 6px 35px; color: #222222; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.nav-wrap nav .submenu-button.submenu-opened:before { content: "\f104"; color: #222222; font-weight: 400; text-align: left; font-size: 20px; padding-left: 15px; margin-top: -13px; } 
.nav-wrap nav ul.nav ul li.has-sub:after, .nav-wrap nav ul.nav ul ul, .nav-wrap nav ul.nav> li> a:after, .nav-wrap nav ul.nav > li:before, .nav-wrap nav ul.nav li.has-sub li.has-sub > a:after, .nav-wrap nav ul.nav > li.has-sub>a:after { display: none!important } 
.nav-wrap nav ul.nav ul ul.open { display: block!important } 
.nav-wrap nav ul.nav li.has-sub li.has-sub > a { padding-right: 45px !important; } 
.nav-wrap nav ul.nav > li { display: block } 
.nav-wrap nav ul.nav > li.has-sub > a br { display: none } 
.nav-wrap nav ul.nav > li> a { z-index: 111 !important; } 
.nav-wrap nav ul.nav > li> .submenu-button { z-index: 1111 !important; } 
.nav-wrap nav ul.nav .parent-active { z-index: 9999 !important } 
.mega-dropdown { position: static !important; width: auto !important; left: 0 !important; display: none; -webkit-box-shadow: none; box-shadow: none; } 
.sidebar_active .mega-dropdown.open, .sidebar_active .nav-wrap nav ul.nav ul.open { display: block !important; position: fixed !important; top: 40px !important; left: auto !important; right: 0 !important; bottom: 0; width: 260px !important; margin: 0; padding-bottom: 40px; background: #ffffff; opacity: 1.0 !important; visibility: visible !important; border: none !important; height: 100%; overflow: auto; z-index: 99999 } 
.sidebar_active .nav-wrap nav .submenu-button.submenu-opened { position: fixed !important; top: 0; right: 0; width: 260px; background: #ffb63e; border-radius: 0; height: 40px; text-align: left; } 
.mega-dropdown .container { padding: 0 } 
.mega-dropdown .container > .submenu-button { display: none !important } 
.mega-dropdown .container > ul { display: block !important; max-height: inherit !important; border: none !important; height: auto !important; transform: none !important } 
.mega-dropdown ul li { padding: 0 !important } 
.nav-wrap .img-column { clear: both; float: none; width: 100%; padding: 20px; background: #f8f8f8; } 
.nav-wrap .img-column .overlay-text { position: relative; top: 0; left: 0; right: 0; transform: none; padding: 15px; } 
.nav-wrap .img-column h3 { font-size: 16px; } 
.alignleft, .alignright { max-width: 500px } 
.why-column { padding: 30px } 
.why-column .overlay-text { position: relative; opacity: 1; padding: 0; top: 0; background:none } 
.side-img-news-row .post-date { margin: 0 0 10px; } 
.side-img-news-row h3 { font-size: 24px; } 
.construction-grid { grid-template-columns: 1fr; } 
div.construction-column { padding:0; text-align: center } 
.construction-wrapper { background-size: contain; background-position: bottom center; } 
 } 
@media only screen and (max-width:1110px) { footer { padding: 0 } 
footer .footer-column, footer .footer-column:first-child { width: 25%; padding: 30px 15px 0 } 
footer .footer-column:last-child { width: 100% } 
 } 
@media only screen and (max-width:991px) { 
 .alignleft, .alignright { max-width: 300px } 
.banner-wrapper .heading { font-size: 46px; } 
.banner-wrapper .max-width { max-width: 468px } 
.banner-wrapper.flexslider .flex-direction-nav { display: none } 
.inner-banner .heading { font-size: 36px } 
.inner-banner p { font-size: 16px } 
.inner-banner { background: #f0f1f3; } 
.inner-banner .max-width { margin: 0; } 
.inner-banner .banner-text { position:relative; top: 0; transform:none; } 
.inner-banner .max-width { max-width: 100%; text-align: center; padding: 20px 0 } 
.inner-banner.layout-2 .max-width { max-width: 100%; margin:0; } 
.inner-banner.layout-2 p { line-height: 1.75; } 
.inner-banner.training .btn-action .btn { margin: 10px 10px 0; min-width: 286px; } 
.inner-banner.small-banner .banner-text { position: absolute; top:50%; transform: translateY(-50%); } 
.inner-banner.layout-2.dark-none { background: #787879; } 
.inner-banner.right-dark:before { display: none } 
.inner-banner.right-dark *:not(.btn) { color: #121212; } 
.product-banner { background: #787879; } 
.product-banner .banner-text { background: #787879; padding: 0; } 
.font-32 h2 { font-size: 30px; } 
.top-text-center { margin-bottom: 25px } 
.innovation-wrapper, .trusted-wrapper, .structure-wrapper, .construction-wrapper { padding: 30px 0 } 
.service-wrapper { text-align: center } 
.service-wrapper .max-width { padding: 30px 0; width: 100% } 
.service-wrapper .img-column { display: none } 
.service-row { margin: 25px 0 -3% -3%; } 
.service-column { margin: 0 0 3% 3%; } 
.cta-wrapper { padding: 8% 0 } 
.cta-yellow-bg { padding: 10px 0 } 
.experience-wrapper { padding: 30px 0 } 
.common-wrapper { padding: 30px 0; } 
.aside-left-column { width: 100% } 
.big-right-column { width: 100%; padding: 30px 0 0 } 
.small-icon-trigger { display:block } 
.filter-wrapper { display: none } 
.product-heading-row { padding: 12px 20px; } 
.details-wrapper { padding: 30px 0; } 
.details-wrapper .img-column { width: 100% } 
.details-wrapper .text-column { width: 100%; padding: 30px 0 0; text-align: center } 
.details-wrapper .btn-action .btn { margin: 10px 10px 0; } 
.resource-wrapper { padding: 0 0 30px; } 
.why-wrapper { padding: 30px 0; } 
.why-column { width: 47% } 
.about-wrapper { padding: 30px 0; } 
.about-wrapper .text-column { width: 100%; text-align: center; padding: 0 0 30px; } 
.about-wrapper ul li:before { position: relative; vertical-align: top; margin: 0 15px 0 0; } 
.about-wrapper .img-column { width: 100% } 
.play-icon i, .review-video-link::before { font-size: 60px } 
.project-wrapper { padding:30px 0; } 
.aside-img-wrapper { font-size: 16px } 
.about-icon-wrapper ul li { font-size: 16px } 
.aside-img-wrapper .img-box { width:100%; } 
.aside-img-wrapper .text-column { width: 100% } 
.aside-img-wrapper .max-width { padding:30px 15px 0 !important; max-width: 100% } 
.aside-img-wrapper.gray-bg .max-width { padding-bottom: 30px !important } 
.team-wrapper h3 { font-size:26px; } 
.team-member-row { grid-template-columns: repeat(3, 1fr); column-gap: 20px; row-gap: 30px } 
 .team-memeber-popup { display: table; padding: 30px } 
 .team-memeber-popup .img-box { float: left; width: auto; max-width: 40%; margin: 0 25px 3px 0; } 
 .team-memeber-popup .text-column { padding:0; width: auto; float: none } 
.team-memeber-popup .position-education { flex-wrap: wrap } 
.common-row { padding:30px 0; font-size: 16px; } 
.invested-info-box { margin-bottom: 0 } 
.sustainability-icon { padding: 30px 0; } 
.sustainability-icon-row { padding: 0 0 25px 128px; margin-bottom: 30px; } 
.leed-point-wrapper { padding: 30px 0; } 
.leed-point-row .img-box { width: 100%; padding-right: 0; } 
.leed-point-row:nth-child(even) .img-box { padding-right: 0; padding-left: 0; } 
.leed-point-row .text-column { width: 100%; padding: 25px 0 0 } 
.leed-point-row .img-box h2 { left: 0; right: 0; font-size: 26px } 
.aside-inline-wrapper .img-box { width: 100%; padding-right: 0; } 
.aside-inline-wrapper.reverse .img-box { padding-right: 0; padding-left: 0; } 
.aside-inline-wrapper .text-column { width: 100%; padding: 25px 0 0 } 
.aside-inline-wrapper .img-box h2 { left: 0; right: 0; font-size: 26px } 
.training-side-img .aside-img-wrapper .text-column, .training-side-img .aside-img-wrapper.reverse .text-column { padding: 30px 0 0; } 
.training-video-wrapper { padding: 30px 0; } 
.training-video-wrapper .btn-action { margin-top:18px; } 
.bottom-divider { margin-bottom: -30px; margin-top: 35px; } 
.aside-img-wrapper.inline-side-img .text-column , .aside-img-wrapper.inline-side-img.reverse .text-column { padding: 30px 0 0; text-align: center } 
.aside-img-wrapper .font-36 { font-size: 30px; } 
.values-wrapper { border-top: 1px solid #e5e5e5; padding: 30px 0 0; margin-top: 30px } 
.values-wrapper .column-row { grid-template-columns: repeat(2, 1fr); justify-content: center } 
.team-row { grid-template-columns: 1fr; } 
.award-wrapper { padding: 30px 0 0; } 
.opportunities-wrapper { padding: 30px 0; } 
ul.opportunities-list { margin: 0 auto 35px; } 
ul.opportunities-list li { padding:12px 5px; } 
.request-lunch { padding: 30px 0; } 
.common-wrapper.p-6, .common-wrapper.p-7 { padding: 30px 0 !important } 
.credits-row { grid-template-columns: 1fr; gap: 20px; } 
.credits-column { padding: 25px; } 
.request-lunch h2 { font-size: 28px; } 
.certification-row { padding: 20px 0; } 
.contact-form { padding: 30px 0; } 
.contact-form h2 { font-size: 24px; } 
.contact-form .btn { margin-top: 0; } 
.sector-box { width: 48% } 
.sector-row { margin-top: 30px } 
.column-3-icon-wrapper { padding: 30px 0 } 
.column-3-icon-wrapper .icon-column { padding: 0 10px 20px; } 
.project-wrapper.p-5, .common-center-wrapper.p-6 { padding: 30px 0 !important; } 
.side-img-news-row .img-box { width: 100%; } 
.side-img-news-row .image-thumbnail { padding-top: 380px; } 
.side-img-news-row .image-thumbnail img { max-width: 80%; max-height: 80% } 
.side-img-news-row .text-box { width: 100%; padding:30px 0 0; } 
.search-result h1 { font-size: 34px; margin-bottom: 30px; } 
.search-result-row { padding: 25px 10px; } 
.search-result-row:first-child { padding-top: 0 } 
.search-result .pagination-wrapper { margin:20px 0 0; } 
.search-result .pagination-wrapper .pagination { padding: 0 10px; } 
.pagination-wrapper { margin: 30px 0 0; } 
.never-miss-story { padding: 30px 0; } 
.case-studies-wrapper { padding: 20px 0 30px } 
.case-studies-wrapper .aside-left-column { position: relative; width: 100%; background: #fafbfb; padding: 25px; } 
.case-studies-wrapper .aside-left-column::before { display: none } 
.case-studies-wrapper .big-right-column { width: 100%; padding:30px 0 0; } 
.brochures-row { padding-bottom: 20px } 
.brochures-box { width: 47% } 
.brochures-box .text-box p { max-width: 100% } 
.webinars-row { padding-bottom: 20px } 
.webinars-box { width: 47% } 
.webinars-box .text-box p { max-width: 100% } 
.cta-center-action + .search-bar { padding-top: 25px } 
.video-row { margin-bottom: -30px; padding-bottom: 20px } 
.video-box { width: 47%; margin-bottom: 30px; } 
.video-box .image-thumbnail:after { font-size: 40px } 
.story-timline-tab { margin: -10px 0 20px; } 
.our-story-row .img-box { width: 100%; padding: 20px 0 0 30px !important; } 
.our-story-row .text-box { width: 100%; padding: 20px 0 60px 30px !important; text-align: left !important; } 
.our-story-row:nth-child(even) .img-box { order: 2; } 
.our-story-row h2 { text-align: left } 
.our-story-row:before, .our-story-row:first-child:after { left: 8px } 
.our-story-wrapper::before { left: 9px } 
.our-story-row:nth-child(odd) h3::before { left: -21px; } 
.our-story-row:nth-child(even) h3::before { right: auto; left: -21px; } 
.our-story-row:last-child::after { left: 8.5px; } 
.project-info .text-box { width: 100%; padding:0 0 30px; } 
.project-info .img-box { width: 100%; padding:0; } 
.project-description { padding: 40px 0 30px; } 
.project-description .big-right-column { width: 100%; padding: 0 0 30px; } 
.project-description .aside-left-column { width: 100%; } 
.aside-product-row { grid-template-columns: 1fr 1fr; gap: 20px; } 
.distributor-row { margin: 20px 0 -3% -3%; } 
 .distributor-box { padding:10px 30px 30px } 
 .manager-wrapper { padding: 85px 0 30px; } 
 .map-searching { padding: 30px 0 } 
 .map-searching h2, .distributor-wrapper h2, .manager-wrapper h2 { font-size: 26px } 
 .profile-wrapper .text-box { padding:20px; } 
.common-row.p-5 { padding: 30px 0 !important } 
.about-wrapper.layout-2 { padding: 30px 0 } 
.about-wrapper.layout-2 .text-column { width: 100%; padding-right: 0; } 
.about-wrapper.layout-2 .img-column { width: 100%; } 
.difference-wrapper { padding: 30px 0 } 
.contact-cta { padding: 30px 0 } 
.contact-cta .text-column { width: 100%; padding: 0 0 30px; text-align:center } 
.contact-cta .form-column { width: 100%; padding-left: 0; } 
.contact-cta .btn { margin: 0 auto; display: table; } 
 .technical-document { padding: 0 0 30px; } 
.technical-document .search-bar { padding: 20px 0 30px; } 
.technical-document .big-right-column { padding-left: 0; } 
.md-center { text-align: center } 
.md-center .text-column img { margin: 0 auto } 
.md-center .btn-action .btn { margin: 10px 10px 0 } 
.resource-list { padding: 30px 0 } 
.connect-row { padding: 0; column-gap: 30px; } 
.team-memeber-popup .profile-scroll { max-height: 280px; } 
.use-cases-wrapper.layout-2 .text-column { padding: 70px 50px; } 
 .resource-wrapper.p-5 { padding: 30px 0 !important } 
 .level-column, .application-column { width: 47%; } 
 .level-wrapper, .application-wrapper { padding: 30px 0 } 
 .resource-data.resource-thumb { width: 48% } 
 .challenges-box { width: 48% } 
 .challenges-box:nth-child(even) { 
 background: #ffffff; 
 } 
.challenges-box:nth-child(even)::before { 
 background:#fec803
 } 
.challenges-box:nth-child(2), .challenges-box:nth-child(3), .challenges-box:nth-child(6), .challenges-box:nth-child(7) { 
 background:#fec803
 } 
.challenges-box:nth-child(2)::before, .challenges-box:nth-child(3)::before, .challenges-box:nth-child(6)::before, .challenges-box:nth-child(7)::before { background: #ffffff } 
.challenges-wrapper { padding: 30px 0 } 
.challenges-wrapper .top-text-center h2 br { display: none } 
.leadership-row { 
 margin: 0 0 -38px -4%; 
 } 
.leadership-box { 
 width:46%; 
 margin: 0 0 38px 4%; 
 } 
.leadership-box h3 { font-size: 22px; } 
footer .footer-column, footer .footer-column:first-child { width: 50%; } 
footer .copyright-block .container { flex-wrap: wrap; justify-content: center } 
footer .copyright-block ul { width: 100%; justify-content: center; margin: 15px 0 0; flex-wrap: wrap } 
 } 
@media only screen and (max-width:767px) { 
 .header-top-row ul li { position: static; font-size: 12px; padding: 0 7px } 
.header-top-row ul li .search-triger { padding-right: 0; border-right: none; position: absolute; right: 70px; bottom: 33px; z-index: 100 } 
.search-field { width: 100%; border-radius: 0 } 
.header-top-row ul li:last-child { padding: 0 } 
.header-top-row ul li:nth-last-child(2) { padding-right: 0 } 
.banner-wrapper .banner-text { float: left; width: 100%; position: relative; transform: none; padding: 20px 0 } 
.banner-wrapper .max-width { max-width: 100%; text-align: center } 
.banner-wrapper .heading { font-size: 36px } 
.banner-wrapper p { max-width: 100% } 
.banner-wrapper .heading, .banner-wrapper .heading *, .banner-wrapper p , .banner-wrapper p *:not(.btn) { color: #222222 !important; } 
.inner-banner.small-banner .banner-text { position: relative; top: 0; transform:none; } 
.inner-banner.small-banner .max-width { padding: 10px 0 } 
.inner-banner.small-banner .heading { font-size: 34px; } 
.use-cases-wrapper .img-column { display: none } 
.use-cases-wrapper .text-column { width: 100%; } 
.use-cases-wrapper .left-overlay { margin-left:0; width: 100% } 
.team-memeber h4 { font-size: 20px; } 
.team-memeber p { font-size: 16px; } 
.video-thumb { width: 47%; } 
.team-column { padding: 30px 20px 20px; } 
.certification-row { display: block; } 
.certification-row:first-child { padding-top: 0; } 
.certification-row .image-thumbnail { width: 140px; min-width: 140px; padding-top: 70px; float: left; margin: 0 20px 5px 0; } 
.certification-row .text-column { padding: 0; width: auto } 
.column-3-icon-wrapper .icon-column { width: 45% } 
.news-item { width: 46%; } 
.distributor-box { width:97% } 
.difference-wrapper .column { width: 100%; padding: 0 0 0 90px; } 
.project-success .column { width: 100%; padding-right: 0; } 
.project-success .column:last-child { padding: 30px 0 0; } 
.project-success .column img { width: 100% } 
.project-success ul { margin: 25px 0 0 0; } 
.project-success { margin: 30px 0 0; text-align: center; } 
.project-success ul li { padding-left: 0 } 
.project-success ul li:before { position: relative; top: 0; margin-right: 8px } 
.project-success .btn-action .btn { margin: 10px 10px 0 !important; } 
.use-cases-wrapper.layout-2 .img-column div { margin:15px 0 0 !important; } 
.use-cases-wrapper.layout-2 .img-column { width: 100%; display: block; } 
.use-cases-wrapper.layout-2 .img-column img { position: relative; } 
.use-cases-wrapper.layout-2 .text-column { padding: 30px 0; width: 100% } 
.review-video-box { width: 96% } 
 } 
@media only screen and (max-width:639px) { 
 .header-top-row ul li { font-size: 11px; padding: 0 5px } 
 .service-column { width: 97% } 
.product-column { width: 47%; } 
.why-column { width: 97% } 
.team-member-row { grid-template-columns: repeat(2, 1fr); } 
.sustainability-icon-row { padding-left:80px; } 
.sustainability-icon-row .icon { width:60px; height: 60px; border-radius: 20px; } 
.sustainability-icon-row .icon img { max-width: 30px; max-height: 30px; } 
.sector-box { width: 98% } 
.case-studies-column { width: 97% } 
.brochures-box { padding: 15px 15px 20px; } 
.webinars-box { padding: 15px 15px 20px; } 
.connect-row { grid-template-columns: 1fr; max-width: 320px } 
.team-memeber-popup .profile-scroll { max-height: 240px; } 
.level-column, .application-column { width: 97%; } 
 } 
@media only screen and (max-width:580px) { 
 .alignleft, .alignright { max-width: 100%; margin: 10px auto 30px; float: none; display: block } 
.inner-banner.small-banner .banner-text { position: relative; top: 0; transform:none; } 
.inner-banner.small-banner .max-width { padding: 10px 0 } 
.inner-banner.small-banner .heading { font-size: 34px; } 
.inner-banner.small-banner.dark-none { background: #787879; } 
.play-icon i, .review-video-link::before { font-size:40px } 
.cases-row li { width: 50% } 
.team-memeber-popup { padding: 30px } 
.team-memeber-popup .img-box { margin: 0 0 20px; width: 100%; max-width: 100% } 
.team-memeber-popup .img-box img { width: 100% } 
.video-thumb { width:97%; } 
.values-wrapper .column-row { grid-template-columns: 1fr; } 
.sector-box .text-column { padding: 15px 10px 0; margin: -45px 10px 0; } 
.news-list { margin: 0 0 -40px -4%; } 
.news-item { margin-bottom: 40px } 
.brochures-box { width: 97%; } 
.webinars-box { width: 97%; } 
.project-info ul.info li { width: 100% } 
.aside-product-row { grid-template-columns: 1fr; } 
 .profile-wrapper { flex-wrap:wrap; padding: 20px } 
 .profile-wrapper .img-box { width: 100%; } 
 .profile-wrapper .img-box img { width: 100% } 
 .profile-wrapper .text-box { width: 100%; padding:20px 0 0; } 
 ul.benefits li { width: 50% } 
 ul.benefits li:last-child { width: 100%; } 
 ul.benefits li br { display: none } 
 .team-memeber-popup .profile-scroll { max-height: 100%; } 
 .header-top-row ul li a { 
 display: table; 
 max-width: 80px; 
 text-align: center; 
 } 
.header-top-row ul li:first-child a { max-width: 60px } 
.header-top-row ul li:nth-last-child(3) a { width: 78px; } 
header.has-notification +div, header.has-notification + section { 
 margin-top: 173.06px !important; 
 } 
header+div, header+section { margin-top: 125.06px!important; } 
.challenges-box { width: 98% } 
.challenges-box:nth-child(2), .challenges-box:nth-child(3), .challenges-box:nth-child(6), .challenges-box:nth-child(7) { 
 background:#ffffff
 } 
.challenges-box:nth-child(2)::before, .challenges-box:nth-child(3)::before, .challenges-box:nth-child(6)::before, .challenges-box:nth-child(7)::before { background: #fec803 } 
.challenges-box:nth-child(even) { 
 background:#fec803
 } 
 .challenges-box:nth-child(even)::before { 
 background: #ffffff; 
 } 
 } 
@media only screen and (max-width:479px) { 
 .cta-yellow-bg .btn { max-width: 260px; width: 100%; margin: 15px auto } 
 .certification-row { text-align: center } 
 .certification-row .image-thumbnail { display: table; float: none; margin: 0 auto 20px; } 
 .credits-column h3 { font-size: 22px } 
 .column-3-icon-wrapper .icon-column { width: 95% } 
 .pagination-wrapper .pagination>li>a.prev, .pagination-wrapper .pagination>li>a.next { min-width: inherit } 
 .pagination-wrapper .pagination>li { padding: 0 1px 0 0 !important; } 
 .news-item { width: 96%; } 
 .video-box { width: 97%; } 
 .difference-wrapper .column { padding: 0 0 0 70px; } 
.difference-wrapper .column img { left: 0; } 
.resource-data.resource-thumb { width: 98% } 
 } 
@media only screen and (max-width:420px) { header .header-left { min-width: 194px; width: 194px; } 
.header-top-row ul li a { display: table; max-width: 80px; text-align: center; } 
header+div, header+section { margin-top: 100.34px!important; } 
header.has-notification +div, header.has-notification + section { margin-top: 148.34px!important; } 
.header-top-row ul li .search-triger { bottom: 19px } 
.cases-row li { width: 100% } 
.sustainability-icon-row { padding-left:0; display: block; } 
.sustainability-icon-row .icon { position: relative; margin-bottom: 20px; float: left; margin: 0 15px 5px 0; } 
 .sustainability-icon-row ul { clear: both; } 
 .inner-banner.training .btn-action .btn { min-width: 250px; margin: 10px 0 0; display: block; } 
 .credits-column .rating-status { display: block; font-size: 15px; margin-left: 0; } 
.credits-column .btn { width: 100%; margin-right: 0; } 
.story-timline-tab ul { overflow-x: auto; overflow-y: hidden } 
.story-timline-tab ul li { overflow: visible } 
.story-timline-tab ul li a { font-size: 14px } 
.story-timline-tab ul li a:before { padding: 5px } 
.gm-style-iw, .store_locator_infowindow { max-width: 280px !important; } 
.store_locator_infowindow .store_locator_actions { flex-wrap: wrap } 
.store_locator_infowindow .store_locator_actions a { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important } 
.leadership-box { 
 width:96%; text-align: center
 } 
 } 
@media only screen and (max-width:359px) { ul.benefits li { width: 100% } 
 .team-member-row { grid-template-columns: 1fr; } 
 footer .footer-column, footer .footer-column:first-child { width: 100%; } 
 } 
/******Responsive End*******/
/******Magnific Popup*******/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #000000; opacity: .75 } 
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: 0!important; -webkit-backface-visibility: hidden } 
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box } 
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle } 
.mfp-align-top .mfp-container:before { display: none } 
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045 } 
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content { width: 100%; cursor: auto } 
.mfp-ajax-cur { cursor: progress } 
.mfp-auto-cursor .mfp-content { cursor: auto } 
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader { -webkit-user-select: none; -moz-user-select: none; user-select: none } 
.mfp-loading.mfp-figure { display: none } 
.mfp-hide { display: none!important } 
.mfp-preloader { color: #ccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -.8em; left: 8px; right: 8px; z-index: 1044 } 
.mfp-preloader a { color: #ccc } 
.mfp-preloader a:hover { color: #fff } 
.mfp-s-ready .mfp-preloader { display: none } 
.mfp-s-error .mfp-content { display: none } 
button.mfp-arrow, button.mfp-close { overflow: visible; cursor: pointer; background: 0 0; border: 0; -webkit-appearance: none; display: block; outline: 0; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation } 
button::-moz-focus-inner { padding:0; border:0 } 
.mfp-close { width: 30px; height: 30px; line-height: 30px; font-size: 28px; border-radius: 30px 30px 0 0; position: absolute; right: 0; top: 0!important; text-decoration: none; text-align: center; opacity: .65; padding: 0; color: #ffffff; font-style: normal; font-family: Arial, Baskerville, monospace; background: 0 0!important } 
div.mfp-close { display: none!important } 
.videoFrame .mfp-close { top: 0!important; background-color: rgba(236,223,223,.5)!important; border-radius: 0; opacity: 0 } 
.videoFrame .mfp-iframe-scaler:hover .mfp-close { opacity: 1 } 
.videoFrame .mfp-iframe-holder .mfp-content { max-width: 90%; max-height: 100% } 
.mfp-close:focus, .mfp-close:hover { opacity: 1 } 
.mfp-close:active { top: 1px } 
.mfp-close-btn-in .mfp-close { color: #333 } 
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close { color: #fff } 
.mfp-counter { position: absolute; top: 0; right: 0; color: #ccc; font-size: 12px; line-height: 18px; white-space: nowrap } 
.mfp-arrow-left { width: 30px; height: 50px; position: absolute; left: 0; top: 50%; z-index: 90; display: inline-block; margin-top: -25px; font-size: 0; cursor: pointer; border-radius: 0 30px 30px 0 } 
.mfp-arrow-left:before { content: ''; height: 15px; width: 15px; display: block; border: 2px solid #929292; border-right-width: 0; border-bottom-width: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 15px; left: 8px } 
.mfp-arrow-right { width: 30px; height: 50px; position: absolute; right: 0; top: 50%; z-index: 90; display: inline-block; margin-top: -25px; font-size: 0; cursor: pointer; border-radius: 30px 0 0 30px } 
.mfp-arrow-right:before { content: ''; height: 15px; width: 15px; display: block; border: 2px solid #929292; border-left-width: 0; border-top-width: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 15px; right: 8px } 
.mfp-arrow-left:hover:before, .mfp-arrow-right:hover:before { border-color: #fff } 
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px } 
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px } 
.mfp-iframe-holder .mfp-close { top: -40px } 
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25% } 
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0,0,0,.6); background: #000000 } 
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto } 
.img-max-inherit img.mfp-img { max-height: inherit!important } 
.mfp-figure { line-height: 0; position: relative } 
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0,0,0,.6); background: #444 } 
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 16px } 
.mfp-figure figure { margin: 0 } 
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto } 
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px } 
.mfp-image-holder .mfp-content { max-width: 100% } 
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) { 
 .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0 } 
.mfp-img-mobile img.mfp-img { padding: 0 } 
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0 } 
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px } 
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0,0,0,.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box } 
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0 } 
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px } 
 } 
@media all and (min-width:900px) { 
 .caption-frame .mfp-container { left: 50%; display: table; width: auto; padding: 0 45px; margin: 0 auto; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%) } 
 } 
@media all and (max-width:900px) { 
 .mfp-arrow { -webkit-transform: scale(.75); transform: scale(.75) } 
.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0 } 
.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100% } 
.mfp-container { padding-left: 6px; padding-right: 6px } 
button.mfp-arrow, button.mfp-close { background: rgba(255,255,255,.95) } 
 } 
/******Magnific Popup End*******/
.info-window-content .distributor-box { margin: 0; padding: 0 6px 10px; line-height: 28px; font-size: 16px; font-family: 'AvertaStd'; font-weight: 400; } 
.info-window-content .distributor-box p { font: inherit; } 
.info-window-content .distributor-box h3 + p { text-transform: uppercase; font-weight: 600; margin: 0 0 10px; } 
.info-window-content .distributor-box h3 { font-weight: 600; margin: 0 0 8px !important; } 
.top-shadow { box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1) !important; } 