:root {
    --fs-root: 18px;
    --contWidth: 80%;
    --maxContWidth: 1430px;
    --gap: 80px;
}

@media (max-width: 1201px) {
    :root {
        --fs-root: 16px;
    }
}

.bg-white {
    background-color: #ffffff;
}

.c-white {
    color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.c-black {
    color: #000000;
}

.bg-brick {
    background-color: #ce1f26;
}

.c-brick {
    color: #ce1f26;
}

.bg-green {
    background-color: #65b501;
}

.c-green {
    color: #65b501;
}

.bg-place {
    background-color: #aeaeae;
}

.c-place {
    color: #aeaeae;
}

.bg-mark {
    background-color: #ffff00;
}

.c-mark {
    color: #ffff00;
}

.bg-darkgray {
    background-color: #525252;
}

.c-darkgray {
    color: #525252;
}

.bg-border {
    background-color: #e6e6e6;
}

.c-border {
    color: #e6e6e6;
}

.bg-transparent {
    background-color: transparent !important;
}

.c-transparent {
    color: transparent !important;
}

.bg-success {
    background-color: #7ac142;
}

.c-success {
    color: #7ac142;
}

.bg-error {
    background-color: #d81212;
}

.c-error {
    color: #d81212;
}

.bg-body {
    background-color: #fff;
}

.c-body {
    color: #fff;
}

.bg-txt {
    background-color: #000;
}

.c-txt {
    color: #000;
}

.bg-sky {
    background-color: #0a73d0;
}

.c-sky {
    color: #0a73d0;
}

.bg-blue {
    background-color: #0b61ae;
}

.c-blue {
    color: #0b61ae;
}

.bg-bg {
    background-color: #fff;
}

.c-bg {
    color: #fff;
}

.bg-footer {
    background-color: #8f8484;
}

.c-footer {
    color: #8f8484;
}

.bg-facebook {
    background-color: #1877f2;
}

.c-facebook {
    color: #1877f2;
}

.bg-linkedin {
    background-color: #007bb5;
}

.c-linkedin {
    color: #007bb5;
}

.bg-twitter {
    background-color: #1da1f2;
}

.c-twitter {
    color: #1da1f2;
}

.bg-youtube {
    background-color: #ff0000;
}

.c-youtube {
    color: #ff0000;
}

.vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.center>*:not(:last-child) {
    margin-right: 15px;
}

/* NORMALISE AND RESET*/
@viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

::-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

::placeholder {
    color: #000000;
    opacity: 0.5;
}

::-webkit-scrollbar {
    width: 10px;
    background: #eeeeee;
}

::-webkit-scrollbar-thumb {
    background: #999999;
}

::-webkit-scrollbar-corner {
    background: #000;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: var(--fs-root);
}

body {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
}

body.bound {
    max-height: 100%;
    overflow: hidden;
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-tap-higlight-color: transparent;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    margin: 0;
    padding: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
}

a * {
    color: inherit;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

dfn {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

b span,
strong span {
    font-weight: inherit;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    max-width: 100%;
    display: inline-block;
}

a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

img,
img:active,
img:focus,
img:hover {
    border-style: none;
    outline: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

hr {
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

input {
    line-height: normal;
}

input,
button,
select,
textarea {
    outline: none !important;
}

input:focus,
input:active,
input:visited,
button:focus,
button:active,
button:visited,
select:focus,
select:active,
select:visited,
textarea:focus,
textarea:active,
textarea:visited {
    outline: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select option {
    font-family: inherit;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border-radius: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    -ms-appearance: button;
    appearance: button;
    cursor: pointer;
}

*[disabled] {
    cursor: default;
    opacity: 1;
}

optgroup {
    font-weight: 700;
}

button,
input {
    overflow: visible;
}

input[type="text"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
}

legend {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

header,
main,
footer,
section,
.inner-container,
body>div {
    width: 100%;
    float: left;
}

a,
span,
label {
    display: inline-block;
}

strong {
    font-weight: 600;
}

.starmark {
    color: #e10303;
    font-weight: 400;
}

.alert {
    width: 100%;
    float: left;
    margin: 20px 0 10px;
    position: relative;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.headingtitlewrap h1,
.headingtitlewrap h2 {
    position: relative;
    font-size: 40px;
    padding: 0 0 22px;
    text-align: center;
    margin: 0 0 40px;
    line-height: 55px;
}

@media (max-width: 1540px) {

    .headingtitlewrap h1,
    .headingtitlewrap h2 {
        font-size: 32px;
        margin: 0 0 30px;
        line-height: 44px;
    }
}

@media (max-width: 1024px) {

    .headingtitlewrap h1,
    .headingtitlewrap h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 812px) {

    .headingtitlewrap h1,
    .headingtitlewrap h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 480px) {

    .headingtitlewrap h1,
    .headingtitlewrap h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 20px;
    }
}

@media (max-width: 360px) {

    .headingtitlewrap h1,
    .headingtitlewrap h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.headingtitlewrap h1:before,
.headingtitlewrap h2:before {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #000000;
    width: 100%;
    bottom: 0;
}

.headingtitlewrap p {
    font-size: 18px;
    line-height: 35px;
    padding: 0 0 40px;
    text-align: center;
}

@media (max-width: 1540px) {
    .headingtitlewrap p {
        font-size: 14.5px;
        line-height: 28px;
    }
}

@media (max-width: 1024px) {
    .headingtitlewrap p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 0 25px;
    }
}

.headingtitlewrap strong {
    font-weight: 600;
}

.headingtitlewrap.odd h1:before,
.headingtitlewrap.odd h2:before {
    left: 50%;
}

.headingtitlewrap.even h1:before,
.headingtitlewrap.even h2:before {
    right: 50%;
}

.redline_headingtitlewrap h1,
.redline_headingtitlewrap h2 {
    position: relative;
    font-size: 40px;
    padding: 0 0 22px;
    text-align: center;
    margin: 0 0 30px;
    line-height: 55px;
    text-transform: uppercase;
}

@media (max-width: 1540px) {

    .redline_headingtitlewrap h1,
    .redline_headingtitlewrap h2 {
        font-size: 32px;
        margin: 0 0 20px;
        line-height: 44px;
    }
}

@media (max-width: 1024px) {

    .redline_headingtitlewrap h1,
    .redline_headingtitlewrap h2 {
        font-size: 28px;
    }
}

@media (max-width: 812px) {

    .redline_headingtitlewrap h1,
    .redline_headingtitlewrap h2 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {

    .redline_headingtitlewrap h1,
    .redline_headingtitlewrap h2 {
        font-size: 22px;
        line-height: 33px;
    }
}

@media (max-width: 360px) {

    .redline_headingtitlewrap h1,
    .redline_headingtitlewrap h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

.redline_headingtitlewrap strong {
    font-weight: 600;
}

.redline_headingtitlewrap span {
    position: relative;
}

.redline_headingtitlewrap span:after {
    height: 3px;
    content: "";
    background-color: #ce1f26;
    height: 3px;
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
}

@media (max-width: 1540px) {
    .redline_headingtitlewrap span:after {
        height: 2px;
    }
}

.gaap30 {
    height: 30px;
}

@media (max-width: 1540px) {
    .gaap30 {
        height: 20px;
    }
}

.gaap50 {
    height: 50px;
}

@media (max-width: 1540px) {
    .gaap50 {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .gaap50 {
        height: 20px;
    }
}

.gaap80 {
    height: 80px;
}

@media (max-width: 1540px) {
    .gaap80 {
        height: 70px;
    }
}

@media (max-width: 1024px) {
    .gaap80 {
        height: 50px;
    }
}

@media (max-width: 767px) {
    .gaap80 {
        height: 30px;
    }
}

.arrowanimated {
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 9;
}

.arrowanimated .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.arrowanimated .arrow span {
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -10px 2px;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

.arrowanimated .arrow span:nth-child(2) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.arrowanimated .arrow span:nth-child(3) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

@-webkit-keyframes animate {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-10px, -10px);
        transform: rotate(45deg) translate(-10px, -10px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(10px, 10px);
        transform: rotate(45deg) translate(10px, 10px);
    }
}

@keyframes animate {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-10px, -10px);
        transform: rotate(45deg) translate(-10px, -10px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(10px, 10px);
        transform: rotate(45deg) translate(10px, 10px);
    }
}

.arrowanimated .arrow a {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 9999;
    top: 0;
}

.togglebutton {
    text-align: center;
    margin: -45px 0 8px;
    position: relative;
    z-index: 9;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.togglebutton .toggle {
    background: url(../img/customeyecare/toggleclosewhite.png) no-repeat center center;
    width: 32px;
    height: 32px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 1540px) {
    .togglebutton .toggle {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (max-width: 1540px) {
    .togglebutton .toggle:hover {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.togglebutton .toggle.active {
    margin: 70px 0 0;
    background: url(../img/customeyecare/toggleclose.png) no-repeat center center;
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
}

.togglebutton img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 1540px) {
    .togglebutton img {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (max-width: 1540px) {
    .togglebutton img:hover {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-weight: 600;
}

.fullW,
.center-container {
    width: 100% !important;
    float: left;
}

.fullH {
    height: 100% !important;
}

.noScrl {
    max-height: 100%;
    overflow: hidden;
}

.radius0 {
    border-radius: 0 !important;
}

.fullScreen {
    width: 100%;
    height: 100vh;
    float: left;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

.fl-none {
    float: none !important;
}

.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.disN {
    display: none;
}

.clearfix {
    clear: both;
}

.clear-fix {
    clear: both;
    float: none !important;
}

.clear-fix::after {
    display: block;
    content: "";
    clear: both;
}

body .m-0 {
    margin: 0px !important;
}

body .mt-0 {
    margin-top: 0px !important;
}

body .mb-0 {
    margin-bottom: 0px !important;
}

body .ml-0 {
    margin-left: 0px !important;
}

body .mr-0 {
    margin-right: 0px !important;
}

body .p-0 {
    padding: 0px !important;
}

body .pt-0 {
    padding-top: 0px !important;
}

body .pb-0 {
    padding-bottom: 0px !important;
}

body .pl-0 {
    padding-left: 0px !important;
}

body .pr-0 {
    padding-right: 0px !important;
}

.text-center,
.center-container {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.text-up {
    text-transform: uppercase;
}

.text-low {
    text-transform: lowercase;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.no-border {
    border: none !important;
}

body .b-0 {
    border: none !important;
}

body .bt-0 {
    border-top: none !important;
}

body .bb-0 {
    border-bottom: none !important;
}

body .bl-0 {
    border-left: none !important;
}

body .br-0 {
    border-right: none !important;
}

.posiR {
    position: relative !important;
}

body .mt-5 {
    margin-top: 5px !important;
}

body .mt-10 {
    margin-top: 10px !important;
}

body .mt-20 {
    margin-top: 20px !important;
}

body .mt-30 {
    margin-top: 30px !important;
}

body .mt-150 {
    margin-top: 150px !important;
}

body .mb-5 {
    margin-bottom: 5px !important;
}

body .mb-10 {
    margin-bottom: 10px !important;
}

body .mb-20 {
    margin-bottom: 20px !important;
}

body .mb-30 {
    margin-bottom: 30px !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

*[class*=btn-] {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

*[class*=btn-]:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btns-container .btn:not(:first-child) {
    margin-left: 15px;
}

*[class*=cell-] .btns-container {
    width: calc(100% + 50px) !important;
    left: -25px !important;
}

.btn {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 6px;
    padding: 14px 20px;
    text-transform: uppercase;
    background-image: none;
    border: 0;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1540px) {
    .btn {
        font-size: 15px;
    }
}

@media (max-width: 812px) {
    .btn {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .btn {
        padding: 12px 20px;
    }
}

.btn-blue {
    background: #0a73d0;
    color: #fff;
}

.btn-blue:hover {
    background-color: #0b61ae;
    color: #ffffff !important;
}

.btn-green {
    background: #65b501;
    color: #fff;
}

.btn-green:hover {
    background-color: #0b61ae;
    color: #ffffff !important;
}

.btn-border {
    border: 1px solid #000000;
}

.btn-border:hover {
    background-color: #65b501;
    border-color: #65b501;
    color: #ffffff;
}

.allForm {
    --frmClr: #444444;
    --frmBorderClr: #8b8b8b;
}

.allForm.white {
    --frmClr: #ffffff;
    --frmBorderClr: #ffffff;
}

.allForm.white option {
    background: rgba(0, 0, 0, 0.9);
}

.allForm input:-webkit-autofill,
.allForm input:-webkit-autofill:hover,
.allForm input:-webkit-autofill:focus,
.allForm textarea:-webkit-autofill,
.allForm textarea:-webkit-autofill:hover,
.allForm textarea:-webkit-autofill:focus,
.allForm select:-webkit-autofill,
.allForm select:-webkit-autofill:hover,
.allForm select:-webkit-autofill:focus {
    transition: background-color 50000s ease-in-out 0s;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    -moz-transition: background-color 50000s ease-in-out 0s;
    -ms-transition: background-color 50000s ease-in-out 0s;
    -o-transition: background-color 50000s ease-in-out 0s;
}

.allForm input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.allForm .form-element {
    position: relative;
    margin-bottom: 40px;
    float: left;
    width: 100% !important;
}

.allForm .form-element.no-form-field {
    line-height: 48px;
}

.allForm .form-element.no-form-field>*:not(:last-child) {
    margin-right: 15px;
}

.allForm .form-element .fins {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    font-size: 13px;
}

.allForm .form-element .form-field {
    border: 0;
    font-weight: inherit;
    padding: .6em 0.8em;
    font-size: 15px;
    background: transparent;
    resize: none;
    line-height: 30px;
    color: #000;
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #a4a4a4;
}

.allForm .form-element.has-child {
    margin-bottom: 0px;
}

.allForm .form-element .form-label,
.allForm .form-element .form-elabel {
    margin: 0;
    width: auto;
    float: left;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 16px;
    opacity: 0.9;
}

@media (max-width: 1540px) {

    .allForm .form-element .form-label,
    .allForm .form-element .form-elabel {
        font-size: 14px;
    }
}

.allForm .form-element .form-label {
    position: absolute;
    top: .8em;
    left: 0;
}

.allForm .form-element .form-elabel {
    margin-bottom: 0.5em;
}

.allForm .form-element.form-elementTxtarea {
    width: 100% !important;
}

.allForm .form-element.form-elementTxtarea .form-field {
    height: 150px;
    line-height: 22px;
}

.allForm .form-element.form-elementCaptcha {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin: 0 24px 0 0;
    font-size: 18px;
}

.allForm .form-element.form-elementCaptcha span {
    margin-right: 5px;
}

.allForm .form-element.form-elementCaptcha span:last-child {
    margin-right: 0px;
}

.allForm .form-element.form-elementCaptcha span input[type="text"] {
    width: 50px;
    height: 48px;
    outline: none;
    padding: 0 3px;
    background: transparent;
    margin-left: 1px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.allForm .form-element.form-elementCaptcha span input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.allForm .form-element.form-elementCaptcha span.chp_inp {
    margin-left: 8px;
    margin-right: 0;
}

.allForm .form-element.form-elementCaptcha span b {
    margin-right: 3px;
}

.allForm .form-element.form-elementCaptcha i.msg-error {
    left: auto;
    right: 0px;
}

.allForm .form-element.has-value .form-label,
.allForm .form-element.has-value .select-label,
.allForm .form-element.has-value .form-label,
.allForm .form-element.has-value .select-label {
    top: -23px;
    left: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0px;
    opacity: 0.8;
    font-size: 12px;
}

@-webkit-keyframes form-label-ani {
    0% {
        top: 1.1em;
        left: 1em;
        font-size: 12px;
    }

    40% {
        top: 1.1em;
        left: 1.5em;
    }

    60% {
        top: 1.1em;
        left: 1.5em;
        opacity: 0;
    }

    80% {
        top: -1.6em;
        left: 1.5em;
        opacity: 0;
    }

    100% {
        top: -1.6em;
        left: 0;
        opacity: 1;
    }
}

@keyframes form-label-ani {
    0% {
        top: 1.1em;
        left: 1em;
        font-size: 12px;
    }

    40% {
        top: 1.1em;
        left: 1.5em;
    }

    60% {
        top: 1.1em;
        left: 1.5em;
        opacity: 0;
    }

    80% {
        top: -1.6em;
        left: 1.5em;
        opacity: 0;
    }

    100% {
        top: -1.6em;
        left: 0;
        opacity: 1;
    }
}

.allForm .form-element.form-elementSelect.dropdown-blue::after,
.allForm .form-element.form-elementDate.dropdown-blue::after,
.allForm .form-element.percentField.dropdown-blue::after {
    color: #ffffff;
}

.allForm .form-element.form-elementSelect::after,
.allForm .form-element.form-elementDate::after,
.allForm .form-element.percentField::after {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    bottom: 0px;
    right: 8px;
    width: 16px;
    height: 49px;
    text-align: center;
    font-weight: bold;
    pointer-events: none;
    padding: 1em 0;
}

.allForm .form-element.form-elementSelect::after {
    content: "\f107";
}

.allForm .form-element.form-elementDate::after {
    content: "\f133";
}

.allForm .form-element.percentField::after {
    content: "%";
}

.allForm .form-element.form-elementSelect select,
.allForm .form-element.form-elementDate .form-field,
.allForm .form-element.percentField .form-field {
    padding-right: 20px;
}

.allForm .form-element.form-elementSelect select option {
    font-weight: inherit;
}

.allForm .form-element.form-elementSelect .select-label {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 15px;
    color: #636363;
    pointer-events: none;
    background: white;
    width: calc(100% - 40px);
}

.allForm .form-element.form-elementSelect .select-label b {
    font-weight: bold;
    margin-right: 3px;
}

.allForm .form-info {
    width: auto;
    margin-top: 0.5em;
    font-size: 0.85rem;
}

.allForm .form-info .link {
    margin: 0;
}

.allForm .form-btnelement {
    width: auto;
    display: inline-block;
}

.allForm .form-ico {
    position: absolute;
    top: 0.8em;
    right: 1em;
    pointer-events: none;
}

.allForm .form-ico~.form-field {
    padding-right: 48px;
}

label.error,
i.error {
    position: absolute;
    top: 103%;
    left: 0px;
    font-size: 13px;
    font-style: normal;
    color: #e10303;
    font-weight: 500;
    margin: 0;
}

label.success,
i.success {
    position: absolute;
    top: 103%;
    left: 0px;
    font-size: 13px;
    font-style: normal;
    color: #41AD49;
    font-weight: 500;
    margin: 0;
}

.fl-success,
.comment-success {
    position: relative;
    border: 1px solid #0fb51b;
    padding: 10px 10px 10px 41px !important;
    margin: 15px 0;
    color: #0fb51b;
    width: 100%;
    float: left;
}

.comment-success span {
    color: inherit !important;
}

.fl-success:before,
.comment-success:before {
    width: 24px;
    height: 24px;
    background: url(../img/icons/tickmsg.png) no-repeat left center;
    background-size: auto;
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    background-size: 80%;
}

.f1-error,
.fl-error {
    position: relative;
    padding: 10px 10px 10px 41px !important;
    margin: 15px 0;
    border: 1px solid #ed1610;
    color: #ed1610;
    width: 100%;
    float: left;
}

.f1-error:before,
.fl-error:before {
    width: 24px;
    height: 24px;
    background: url(../img/icons/crossmsg.png) no-repeat left center;
    background-size: auto;
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    background-size: 80%;
}

.allForm.form-inline>* {
    float: left;
    margin-bottom: 0;
}

.allForm.form-inline>*:not(:first-child) {
    margin-left: 15px;
}

.allForm.form-inline>* .form-field {
    width: 280px;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    text-align: center;
    color: #ffffff;
    pointer-events: none;
    padding: 0.65em 0;
}

.custom-select select {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 0.75em 1em;
    padding-right: 28px;
    border: 0;
}

.custom-select select option {
    background-color: inherit;
    color: inherit;
}

.form-checkbox {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.form-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0;
    outline: 0;
    opacity: 0;
}

.form-checkbox input[type="checkbox"]:checked~span {
    border-color: #000000;
}

.form-checkbox input[type="checkbox"]:checked~span:before {
    content: "\f00c";
}

.form-checkbox span {
    width: 17px;
    height: 17px;
    float: left;
    background-color: #ffffff;
    border: 1px solid #a7a7a7;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    position: relative;
    top: 2px;
}

.form-checkbox span:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
}

.form-checkbox p {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 0.95rem;
    line-height: normal !important;
}

.allForm .form-element.form-elementFile label {
    position: relative;
}

.allForm .form-element.form-elementFile [type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.allForm .form-element.form-elementFile .fileName {
    display: block;
    margin-top: 0.8em;
    font-size: 13px;
}

.switch-chkrdio {
    width: auto;
    position: relative;
    cursor: pointer;
}

.switch-chkrdio label {
    margin: 0;
    font-weight: inherit;
}

.switch-chkrdio span {
    background-color: #969696;
    width: 50px;
    height: 8px;
    position: relative;
    margin-left: 3px;
}

.switch-chkrdio span:before {
    content: '';
    width: 18px;
    height: 18px;
    background-color: inherit;
    position: absolute;
    top: 50%;
    left: -1px;
    pointer-events: none;
}

.switch-chkrdio input[type="checkbox"]:checked+span::before,
.switch-chkrdio input[type="radio"]:checked+span::before {
    left: 32px;
}

.radiolabel {
    cursor: pointer;
    font-size: 14px;
    font-weight: inherit;
    margin-bottom: 0;
}

.radiolabel+.radiolabel {
    margin-left: 15px;
}

.radiolabel:last-child {
    margin-right: 0;
}

.radiolabel input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.radiolabel span {
    width: 14px;
    height: 14px;
    border: 1px solid #8a8a8a;
    vertical-align: top;
    margin: 0 3px 0 0;
    position: relative;
    top: 1px;
}

.radiolabel span:after {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 3px;
    background: #0b61ae;
    content: "";
    display: none;
}

.radiolabel input:checked~span {
    border-color: #0b61ae;
}

.radiolabel input:checked~span:after {
    display: block;
}

.allForm .form-flexsb {
    width: 100%;
    float: left;
}

.allForm .form-element.form-elementSlider .form-field {
    padding: 1.2em 2.5em 1.2em 1em;
}

.allForm [class*="cell-"] .form-element {
    margin-bottom: 20px;
}

.hasDatepicker {
    position: absolute;
    top: 100%;
    left: 0;
}

.hasDatepicker .ui-datepicker {
    display: none !important;
}

#datepicker:focus~.hasDatepicker .ui-datepicker {
    display: block !important;
}

.frm-success,
.frm-error {
    display: inline-block;
    margin: 20px 0;
    padding: 10px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    font-size: 13px;
}

.frm-success {
    background: #f2fae3;
    color: #457500;
    border-color: rgba(101, 159, 19, 0.3);
    border-left-color: #457500;
}

.frm-error {
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216, 80, 48, 0.3);
    border-left-color: #d85030;
}

.allForm .form-element.form-selectelement.has-value select {
    color: #000;
}

.allForm .form-element.form-selectelement select {
    color: #fff;
}

.form-elementfile input[type="file"] {
    width: 0;
    float: left;
    opacity: 0;
    padding: 0;
    border: 0;
    font-size: 0;
}

.form-elementfile label {
    float: left;
    width: 100%;
    margin: 0px;
    height: 48px;
    line-height: 48px;
    padding-left: 55px;
    overflow: hidden;
    background: url(../img/career/uploadicon.png) no-repeat left center;
    border-bottom: 1px solid #adadad;
    font-size: 15px;
}

@media (max-width: 1540px) {
    .form-elementfile label {
        font-size: 14px;
    }
}

.form-elementfile p {
    font-size: 12px;
    width: 100%;
    float: left;
    margin: 4px 0 0 0;
}

.sds-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.sds-modal.sds-modal-center {
    overflow: auto;
}

.sds-modal.sds-modal-center .sds-modal-box {
    width: 100%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px;
    margin-bottom: 40px;
    opacity: 0;
    will-change: opacity, top;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.sds-modal.sds-modal-center .sds-modal-box.small {
    max-width: 350px;
}

.sds-modal.sds-modal-center .sds-modal-box.small-2 {
    max-width: 400px;
}

.sds-modal.sds-modal-center .sds-modal-box.small-2 .sds-modal-content {
    padding: 40px;
}

@media (max-width: 580px) {
    .sds-modal.sds-modal-center .sds-modal-box.small-2 .sds-modal-content {
        padding: 20px;
    }
}

.sds-modal.sds-modal-center.is-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.sds-modal.sds-modal-center.is-active .sds-modal-box {
    top: 40px;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.sds-modal.sds-modal-side {
    overflow: hidden;
}

.sds-modal.sds-modal-side .sds-modal-box {
    width: 900px;
    height: 100vh;
    background-color: #ffffff;
    overflow: auto;
    float: right;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.sds-modal.sds-modal-side.is-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.sds-modal.sds-modal-side.is-active .sds-modal-box {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.sds-modal-header {
    width: 100%;
    float: left;
    padding: 12px 15px;
    position: relative;
}

.sds-modal-header h5 {
    width: auto;
    float: left;
    color: #ffffff;
    font-size: 18px;
}

.sds-modal-header .sds-modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    display: inline-block;
    position: absolute;
}

.sds-modal-header .sds-modal-close::before,
.sds-modal-header .sds-modal-close::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #900b1f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}

.sds-modal-header .sds-modal-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sds-modal-header .sds-modal-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sds-modal-content {
    width: 100%;
    float: left;
    padding: 30px 15px;
    background-color: #ffffff;
    min-height: 1px;
    position: relative;
}

.sds-modal-content .sds-modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    right: 15px;
    display: inline-block;
    opacity: 0.5;
}

.sds-modal-content .sds-modal-close::before,
.sds-modal-content .sds-modal-close::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}

.sds-modal-content .sds-modal-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sds-modal-content .sds-modal-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sds-modal-content .btns-container {
    width: calc(100% + 30px);
    float: left;
    position: relative;
    left: -15px;
    bottom: -30px;
    padding: 15px;
    background: #e8e8e8;
    -webkit-box-shadow: 0px 1px 2px #ccc inset;
    -ms-box-shadow: 0px 1px 2px #ccc inset;
    box-shadow: 0px 1px 2px #ccc inset;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    float: left;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 2px;
    background-color: #fff;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background-color: transparent;
    background-image: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.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-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.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;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel.owl-centerNav {
    padding: 0px 60px;
}

.owl-carousel.owl-centerNav .owl-nav .owl-prev,
.owl-carousel.owl-centerNav .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    float: left;
    font-size: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-carousel.owl-centerNav .owl-nav .owl-prev.disabled,
.owl-carousel.owl-centerNav .owl-nav .owl-next.disabled {
    opacity: 0.2;
}

.owl-carousel.owl-centerNav .owl-nav .owl-prev span,
.owl-carousel.owl-centerNav .owl-nav .owl-next span {
    display: none;
}

.owl-carousel.owl-centerNav .owl-nav .owl-prev {
    background-image: url("./../img/icons/left.svg");
    left: 0;
    background-position: center left;
}

.owl-carousel.owl-centerNav .owl-nav .owl-next {
    background-image: url("./../img/icons/right.svg");
    right: 0;
    background-position: center right;
}

.center-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.main-container {
    max-width: var(--maxContWidth);
    margin: 0 auto;
    padding: 0 15px;
}

main {
    overflow: hidden;
}

.smain-container {
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1540px) {
    .smain-container {
        max-width: 1200px;
    }
}

@media (max-width: 1440px) {
    .smain-container {
        max-width: 100%;
    }
}

section,
header,
footer {
    width: 100%;
    float: left;
}

.ev_header {
    width: 100%;
    padding: 70px 0 0 0;
    position: fixed;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: 0;
    z-index: 9999;
}

@media (max-width: 1540px) {
    .ev_header {
        padding: 55px 0 0 0;
    }

    .ev_header.headerShow {
        background-color: #292929;
        padding: 30px;
    }
}

.ev_header.headerShow {
    background-color: #292929;
    padding: 20px 0;
}

.ev_header.headerShow .hammenu {
    top: 22px;
}

.ev_header .main-container {
    max-width: 1760px;
}

.ev_header .main-container .smain-container {
    max-width: 1760px;
}

.ev_header .main-container .smain-container .inner-conatiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ev_header .main-container .smain-container .ev_logo img {
    max-height: 68px;
}

@media (max-width: 1540px) {
    .ev_header .main-container .smain-container .ev_logo img {
        max-height: 56px;
    }
}

@media (max-width: 1280px) {
    .ev_header .main-container .smain-container .ev_logo {
        width: 185px;
    }
}

.ev_header .main-container .smain-container .ev_menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ev_header .main-container .smain-container .ev_menu .menu>li {
    margin: 0 0 0 35px;
    position: relative;
    padding: 10px 0;
}

.ev_header .main-container .smain-container .ev_menu .menu>li.haschild:before {
    content: "\f107";
    font-family: fontawesome;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 14px;
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li.haschild:before {
        display: none;
    }
}

.ev_header .main-container .smain-container .ev_menu .menu>li>a {
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

@media (max-width: 1540px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li>a {
        font-size: 14.5px;
        line-height: 32px;
    }
}

.ev_header .main-container .smain-container .ev_menu .menu>li>a:hover {
    color: #df1921;
}

.ev_header .main-container .smain-container .ev_menu .menu>li>a.actv {
    color: #df1921;
    font-weight: 500;
    border-bottom: 1px solid #df1921;
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li>a.actv {
        border-bottom: none;
    }
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li>a {
        color: #0c0c0c;
        padding: 15px;
        display: block;
    }
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu {
    width: 300px;
    position: absolute;
    top: 50px;
    left: 0px;
    text-align: left;
    z-index: -1111;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: #292929;
    padding: 20px 20px 5px;
    list-style: none;
    border-bottom: 2px solid #949494;
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu {
        border-bottom: none;
    }
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #ffffff2b;
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li:last-child {
    border-bottom: none;
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li a {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 26px;
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li a:hover {
    color: #df1921;
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li a {
        padding: 15px;
    }
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li .sub_menu_child {
    width: 300px;
    position: absolute;
    top: 5px;
    right: -300px;
    text-align: left;
    z-index: -1111;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: #373737;
    padding: 20px;
    border-bottom: 2px solid #949494;
    list-style: none;
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li .sub_menu_child {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        padding: 0px;
        background-color: #292929;
        border-bottom: none;
        border-top: 1px solid #ffffff2b;
    }
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li:hover .sub_menu_child {
    opacity: 1;
    visibility: visible;
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li.hs_subm {
    position: relative;
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li.hs_subm:after {
    content: "\f105";
    font-family: fontawesome;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-size: 20px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li.hs_subm:after {
        display: none;
    }
}

.ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li.hs_subm:hover:after {
    right: 15px;
    color: #ce1f26;
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu li {
        padding: 0;
    }
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li .sub_menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        padding: 0px;
        background-color: #292929;
        display: none;
    }
}

.ev_header .main-container .smain-container .ev_menu .menu>li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
}

.ev_header .main-container .smain-container .ev_menu .menu>li:nth-child(4) .sub_menu {
    width: auto;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ev_header .main-container .smain-container .ev_menu .menu>li:nth-child(4) .sub_menu li {
    width: 46%;
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li:nth-child(4) .sub_menu li {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li:nth-child(4) .sub_menu {
        width: 100%;
        display: none;
    }
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu>li {
        margin: 0;
        padding: 0px;
        border-bottom: 1px solid #e7e7e7;
    }
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu {
        width: 280px;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto;
        background-color: #fff;
        margin-top: 0;
        display: block;
        display: block;
    }
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu .accord-btnH {
        position: relative;
    }

    .ev_header .main-container .smain-container .ev_menu .menu .accord-btnH:after {
        content: "+";
        color: #0c0c0c;
        position: absolute;
        right: 15px;
        top: 15px;
    }
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu .menu .accord-btnH.actv:after {
        content: "-";
    }
}

@media (max-width: 1100px) {
    .ev_header .main-container .smain-container .ev_menu {
        height: auto;
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 777;
        background-color: rgba(0, 0, 0, 0.9);
        margin-top: 0px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
}

.ev_header .main-container .smain-container .ev_menu.is-showing {
    opacity: 1;
    visibility: visible;
}

.ev_header .hammenu {
    color: inherit;
    float: right;
    position: absolute;
    top: 56px;
    right: 20px;
    width: 35px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    font-size: 24px;
    z-index: 9999;
}

.ev_header .hammenu:before {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    margin: 7px 0;
}

.ev_header .hammenu div {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    margin: 7px 0;
}

.ev_header .hammenu:after {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    margin: 7px 0;
}

@media (min-width: 1101px) {
    .ev_header .hammenu {
        display: none;
    }
}

.ev_header .hammenu.is-working:before {
    -webkit-transform: translateY(7px) rotate(135deg);
    transform: translateY(7px) rotate(135deg);
    background-color: #fff;
}

.ev_header .hammenu.is-working:after {
    -webkit-transform: translateY(-12px) rotate(-135deg);
    transform: translateY(-12px) rotate(-135deg);
    background-color: #fff;
}

.ev_header .hammenu.is-working div {
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (max-width: 767px) {
    .ev_header .hammenu {
        top: 37px;
    }
}

@media (max-width: 767px) {
    .ev_header {
        padding-top: 40px;
    }
}

.ev_banner {
    position: relative;
}

.ev_banner .homebannerwrap {
    width: 100%;
    float: left;
    background-color: #000000;
}

.ev_banner .homebannerwrap .owl-carousel {
    position: relative;
}

.ev_banner .homebannerwrap .owl-carousel:before,
.ev_banner .homebannerwrap .owl-carousel:after {
    display: none;
}

.ev_banner .homebannerwrap .owl-carousel .owl-item .item a {
    width: 100%;
}

.ev_banner .homebannerwrap .owl-carousel .owl-dots {
    display: none;
}

.ev_banner .homebannerwrap .owl-carousel .owl-nav {
    position: absolute;
    right: 610px;
    bottom: 0;
    color: #fff;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1540px) {
    .ev_banner .homebannerwrap .owl-carousel .owl-nav {
        right: 444px;
        height: 94px;
    }
}

@media (max-width: 767px) {
    .ev_banner .homebannerwrap .owl-carousel .owl-nav {
        right: 440px;
        height: 85px;
    }
}

@media (max-width: 510px) {
    .ev_banner .homebannerwrap .owl-carousel .owl-nav {
        right: auto;
        height: 58px;
        bottom: 84px;
        left: 0;
    }
}

.ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-prev,
.ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 110px;
    color: #0c0c0c;
}

@media (max-width: 1540px) {

    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-prev,
    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-next {
        height: 94px;
    }
}

@media (max-width: 767px) {

    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-prev,
    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-next {
        height: 85px;
        background-size: 25px;
        width: 34px;
    }
}

@media (max-width: 510px) {

    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-prev,
    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-next {
        height: 58px;
    }
}

@media (max-width: 330px) {

    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-prev,
    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-next {
        width: 28px;
    }
}

.ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-prev {
    background: url(../img/bannerarrowleft.png) no-repeat center center #0c0c0c;
}

@media (max-width: 767px) {
    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-prev {
        background-size: 25px;
    }
}

.ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-next {
    background: url(../img/bannerarrowright.png) no-repeat center center #0c0c0c;
}

@media (max-width: 767px) {
    .ev_banner .homebannerwrap .owl-carousel .owl-nav .owl-next {
        background-size: 25px;
    }
}

.ev_banner .homebannerwrap .owl-carousel .slideone,
.ev_banner .homebannerwrap .owl-carousel .slidetwo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1740px) {

    .ev_banner .homebannerwrap .owl-carousel .slideone,
    .ev_banner .homebannerwrap .owl-carousel .slidetwo {
        height: 85vh;
    }
}

@media (max-width: 1440px) {

    .ev_banner .homebannerwrap .owl-carousel .slideone,
    .ev_banner .homebannerwrap .owl-carousel .slidetwo {
        height: 100vh;
    }
}

.ev_banner .homebannerwrap .owl-carousel .slideone .main-container,
.ev_banner .homebannerwrap .owl-carousel .slidetwo .main-container {
    width: 100%;
    max-width: 1760px;
}

.ev_banner .homebannerwrap .owl-carousel .slideone .main-container .smain-container,
.ev_banner .homebannerwrap .owl-carousel .slidetwo .main-container .smain-container {
    max-width: 85% !important;
}

@media (max-width: 620px) {

    .ev_banner .homebannerwrap .owl-carousel .slideone .main-container .smain-container,
    .ev_banner .homebannerwrap .owl-carousel .slidetwo .main-container .smain-container {
        max-width: 100%;
    }
}

.ev_banner .homebannerwrap .owl-carousel .slideone .infos,
.ev_banner .homebannerwrap .owl-carousel .slidetwo .infos {
    max-width: 1750px;
    margin: 0 auto;
    width: 100%;
}

.ev_banner .homebannerwrap .owl-carousel .slideone h1,
.ev_banner .homebannerwrap .owl-carousel .slidetwo h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.4;
}

@media (max-width: 1440px) {

    .ev_banner .homebannerwrap .owl-carousel .slideone h1,
    .ev_banner .homebannerwrap .owl-carousel .slidetwo h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    .ev_banner .homebannerwrap .owl-carousel .slideone h1,
    .ev_banner .homebannerwrap .owl-carousel .slidetwo h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

.ev_banner .homebannerwrap .owl-carousel .slideone h1.gold_title,
.ev_banner .homebannerwrap .owl-carousel .slidetwo h1.gold_title {
    color: #c47e11;
}

.ev_banner .homebannerwrap .owl-carousel .slideone .btn_wrap,
.ev_banner .homebannerwrap .owl-carousel .slidetwo .btn_wrap {
    display: inline-block;
    margin-top: 20px;
}

.ev_banner .homebannerwrap .owl-carousel .slideone .btn_wrap .btn,
.ev_banner .homebannerwrap .owl-carousel .slidetwo .btn_wrap .btn {
    background-color: #0c0c0c;
    color: #fff;
    padding-right: 70px;
    background-image: url(../img/arrow_white.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ev_banner .homebannerwrap .owl-carousel .slideone .btn_wrap .btn:hover,
.ev_banner .homebannerwrap .owl-carousel .slidetwo .btn_wrap .btn:hover {
    background-position: right 10px center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #c47e11;
}

.ev_banner .homebannerwrap .owl-carousel .slideone .corner__design,
.ev_banner .homebannerwrap .owl-carousel .slidetwo .corner__design {
    position: absolute;
    top: 0;
    width: 250px;
}

@media (max-width: 1740px) {

    .ev_banner .homebannerwrap .owl-carousel .slideone .corner__design,
    .ev_banner .homebannerwrap .owl-carousel .slidetwo .corner__design {
        width: 200px;
    }
}

@media (max-width: 1366px) {

    .ev_banner .homebannerwrap .owl-carousel .slideone .corner__design,
    .ev_banner .homebannerwrap .owl-carousel .slidetwo .corner__design {
        width: 180px;
    }
}

@media (max-width: 820px) {

    .ev_banner .homebannerwrap .owl-carousel .slideone .corner__design,
    .ev_banner .homebannerwrap .owl-carousel .slidetwo .corner__design {
        width: 150px;
    }
}

.ev_banner .homebannerwrap .reimagine {
    padding: 15px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    background: #d8121a;
    background: -webkit-gradient(linear, right top, left top, from(#d8121a), to(#f1652d));
    background: linear-gradient(270deg, #d8121a 0%, #f1652d 100%);
    width: 610px;
    height: 110px;
}

@media (max-width: 1540px) {
    .ev_banner .homebannerwrap .reimagine {
        font-size: 19px;
        line-height: 30px;
        width: 444px;
        height: 94px;
    }
}

@media (max-width: 1440px) {
    .ev_banner .homebannerwrap .reimagine {
        font-size: 17.4px;
    }
}

@media (max-width: 1024px) {
    .ev_banner .homebannerwrap .reimagine {
        font-size: 15.6px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .ev_banner .homebannerwrap .reimagine {
        width: 440px;
        height: 84px;
    }
}

@media (max-width: 510px) {
    .ev_banner .homebannerwrap .reimagine {
        width: 100%;
        padding: 15px;
    }
}

.inner_banner {
    position: relative;
}

@media (max-width: 1440px) {
    .inner_banner figure {
        height: 350px;
    }

    .inner_banner figure img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center right;
        object-position: 100%;
    }
}

@media (max-width: 900px) {
    .inner_banner figure {
        height: 400px;
    }

    .inner_banner figure img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center right;
        object-position: 80%;
    }
}

.inner_banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.intro_wrap {
    margin-bottom: 70px;
}

.intro_wrap .inner-conatiner {
    position: relative;
}

.intro_wrap .inner-conatiner .introleft {
    width: 25%;
    float: left;
}

.intro_wrap .inner-conatiner .introleft figure {
    width: 566px;
    height: 775px;
    margin-top: -110px;
    position: absolute;
    z-index: 9;
    left: -190px;
    border: 15px solid #fff;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

@media (max-width: 1680px) {
    .intro_wrap .inner-conatiner .introleft figure {
        width: 500px;
        height: auto;
        left: -116px;
    }
}

@media (max-width: 1600px) {
    .intro_wrap .inner-conatiner .introleft figure {
        left: -80px;
    }
}

@media (max-width: 1540px) {
    .intro_wrap .inner-conatiner .introleft figure {
        left: -150px;
    }
}

@media (max-width: 1440px) {
    .intro_wrap .inner-conatiner .introleft figure {
        left: -0;
    }
}

@media (max-width: 1366px) {
    .intro_wrap .inner-conatiner .introleft figure {
        width: 460px;
    }
}

@media (max-width: 1300px) {
    .intro_wrap .inner-conatiner .introleft figure {
        position: static;
        margin-top: 0;
        width: auto;
    }
}

@media (max-width: 767px) {
    .intro_wrap .inner-conatiner .introleft figure {
        border: 0;
    }
}

@media (max-width: 1440px) {
    .intro_wrap .inner-conatiner .introleft {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .intro_wrap .inner-conatiner .introleft {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
    }

    .intro_wrap .inner-conatiner .introleft img {
        width: 100%;
    }
}

.intro_wrap .inner-conatiner .introright {
    width: 66%;
    float: right;
    padding: 100px 0;
    color: #000;
}

.intro_wrap .inner-conatiner .introright h2.title {
    font-size: 26px;
    line-height: 1.6;
    margin: 0 0 40px;
    font-weight: 300;
}

.intro_wrap .inner-conatiner .introright h2.title span {
    color: #ce1f26;
    font-weight: 400;
    display: inline;
}

@media (max-width: 1440px) {
    .intro_wrap .inner-conatiner .introright h2.title {
        font-size: 23px;
    }
}

@media (max-width: 1024px) {
    .intro_wrap .inner-conatiner .introright h2.title {
        font-size: 22px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .intro_wrap .inner-conatiner .introright h2.title {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 36px;
    }
}

.intro_wrap .inner-conatiner .introright p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
}

@media (max-width: 1440px) {
    .intro_wrap .inner-conatiner .introright p {
        font-size: 18px;
        line-height: 32px;
    }

    .intro_wrap .inner-conatiner .introright p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .intro_wrap .inner-conatiner .introright p {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 1440px) {
    .intro_wrap .inner-conatiner .introright {
        width: 62%;
    }
}

@media (max-width: 1200px) {
    .intro_wrap .inner-conatiner .introright {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .intro_wrap .inner-conatiner .introright {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 1200px) {
    .intro_wrap .inner-conatiner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1680px) {
    .intro_wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 1440px) {
    .intro_wrap {
        margin: 0 0 150px 0;
    }
}

@media (max-width: 1366px) {
    .intro_wrap {
        margin-bottom: 80px;
    }
}

@media (max-width: 1300px) {
    .intro_wrap {
        padding: 80px 0;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .intro_wrap {
        padding: 50px 0;
    }
}

.ourservices_wrap {
    position: relative;
    padding: 0 0 20px;
    z-index: 9;
}

.ourservices_wrap .infos {
    width: 32%;
    float: left;
    padding: 100px 0 0 0;
}

.ourservices_wrap .infos h4.title {
    color: #ce1f26;
    font-size: 22px;
    margin: 0 0 40px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 1440px) {
    .ourservices_wrap .infos h4.title {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .ourservices_wrap .infos h4.title {
        margin-bottom: 30px;
    }
}

.ourservices_wrap .infos h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 80px;
    font-family: 'Poppins', sans-serif;
}

.ourservices_wrap .infos h2 br {
    display: none;
}

@media (max-width: 1540px) {
    .ourservices_wrap .infos h2 {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .ourservices_wrap .infos h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .ourservices_wrap .infos h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .ourservices_wrap .infos h2 {
        font-size: 24px;
        line-height: 38px;
    }
}

.ourservices_wrap .infos .action {
    padding: 0 0 70px;
}

.ourservices_wrap .infos .action a {
    font-size: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ourservices_wrap .infos .action a:hover {
    text-decoration: none;
    color: #ce1f26;
}

@media (max-width: 1024px) {
    .ourservices_wrap .infos .action a {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .ourservices_wrap .infos .action {
        padding-bottom: 50px;
    }
}

@media (max-width: 1562px) {
    .ourservices_wrap .infos {
        width: 28%;
    }
}

@media (max-width: 1440px) {
    .ourservices_wrap .infos {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .ourservices_wrap .infos {
        width: 100%;
        padding: 0;
    }
}

.ourservices_wrap .services_scroller {
    float: right;
    max-width: 1250px;
    width: 70%;
    right: -80px;
    position: absolute;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 586px;
    position: relative;
    overflow: hidden;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
    position: absolute;
    bottom: -190px;
    z-index: 1;
    min-height: 280px;
    width: 100%;
    left: 0;
    padding: 35px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo a h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 25px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo a h3 span {
    float: right;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-left: 15px;
}

@media (max-width: 1540px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo a h3 {
        font-size: 20px;
    }
}

@media (max-width: 1500px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo a h3 {
        font-size: 22px;
    }
}

@media (max-width: 1400px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo a h3 {
        font-size: 20px;
    }
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo a p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo a figure.action {
    float: right;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo:hover {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo:hover a h3 span {
    display: none;
}

.ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo:hover .normal {
    display: none;
}

@media (max-width: 1708px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -182px;
    }
}

@media (max-width: 1648px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        padding: 25px;
    }
}

@media (max-width: 1500px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -200px;
    }
}

@media (max-width: 1540px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -200px;
    }
}

@media (max-width: 1440px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -207px;
    }
}

@media (max-width: 1366px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        padding: 20px;
    }
}

@media (max-width: 1206px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -200px;
    }
}

@media (max-width: 1200px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -200px;
    }
}

@media (max-width: 1024px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -200px;
    }
}

@media (max-width: 818px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -200px;
    }
}

@media (max-width: 770px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        min-height: 307px;
        bottom: -234px;
    }
}

@media (max-width: 719px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -235px;
    }
}

@media (max-width: 542px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -236px;
    }
}

@media (max-width: 411px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -240px;
    }
}

@media (max-width: 341px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox .insideinfo {
        bottom: -237px;
        padding: 25px;
    }
}

@media (max-width: 1440px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox {
        height: 400px;
    }
}

@media (max-width: 1300px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox {
        height: 480px;
    }
}

@media (max-width: 720px) {
    .ourservices_wrap .services_scroller .owl-carousel .servicebox {
        height: 570px;
    }
}

.ourservices_wrap .services_scroller .owl-carousel .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    bottom: 120px;
    left: -100px;
}

.ourservices_wrap .services_scroller .owl-carousel .owl-nav .owl-prev,
.ourservices_wrap .services_scroller .owl-carousel .owl-nav .owl-next {
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 0;
}

.ourservices_wrap .services_scroller .owl-carousel .owl-nav .owl-prev {
    background: url(../img/service_arrow_left.png) no-repeat center center;
}

.ourservices_wrap .services_scroller .owl-carousel .owl-nav .owl-next {
    background: url(../img/service_arrow_right.png) no-repeat center center;
}

@media (max-width: 1200px) {
    .ourservices_wrap .services_scroller .owl-carousel .owl-nav {
        bottom: 190px;
        left: -100px;
    }
}

@media (max-width: 1024px) {
    .ourservices_wrap .services_scroller .owl-carousel .owl-nav {
        top: -73px;
        right: 0;
        left: auto;
    }
}

@media (max-width: 1562px) {
    .ourservices_wrap .services_scroller {
        width: 72%;
    }
}

@media (max-width: 1440px) {
    .ourservices_wrap .services_scroller {
        bottom: -50px;
    }
}

@media (max-width: 1300px) {
    .ourservices_wrap .services_scroller {
        position: static;
        width: 67%;
    }
}

@media (max-width: 1024px) {
    .ourservices_wrap .services_scroller {
        width: 100%;
    }
}

.industry_wrap {
    background-color: #292929;
    color: #fff;
    position: relative;
    z-index: 1;
}

.industry_wrap .industryinside {
    width: 100%;
    float: left;
    position: relative;
}

.industry_wrap .industryinside .industryheading {
    position: absolute;
    text-transform: none;
    top: 0;
    background-color: blue;
    height: 100%;
}

.industry_wrap .industryinside .industryheading:after {
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    content: "";
}

@media (max-width: 1280px) {
    .industry_wrap .industryinside .industryheading:after {
        display: none;
    }
}

.industry_wrap .industryinside .industryheading h2.title {
    position: absolute;
    text-transform: none;
    top: 56%;
    left: 20px;
    text-transform: none;
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #292929;
    z-index: 2;
    color: #fff !important;
}

.industry_wrap .industryinside .industryheading h2.title span {
    padding: 0 40px;
}

@media (max-width: 1195px) {
    .industry_wrap .industryinside .industryheading h2.title span {
        padding: 0 15px;
    }
}

@media (max-width: 1440px) {
    .industry_wrap .industryinside .industryheading h2.title {
        font-size: 35px;
    }
}

@media (max-width: 1280px) {
    .industry_wrap .industryinside .industryheading h2.title {
        -webkit-transform: none;
        transform: none;
        position: static;
    }
}

@media (max-width: 1024px) {
    .industry_wrap .industryinside .industryheading h2.title {
        font-size: 32px;
    }
}

@media (max-width: 7678px) {
    .industry_wrap .industryinside .industryheading h2.title {
        font-size: 24px;
    }
}

@media (max-width: 1280px) {
    .industry_wrap .industryinside .industryheading {
        background-color: transparent;
        top: 50px;
    }
}

@media (max-width: 1280px) and (max-width: 1024px) {
    .industry_wrap .industryinside .industryheading {
        top: 50px;
    }
}

.industry_wrap .industryinside .industryboxwrap {
    margin-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 130px 0 50px;
}

.industry_wrap .industryinside .industryboxwrap .industrybox {
    padding: 0 45px;
    background: url(../img/industryseperatorW.png) no-repeat right center;
    background-size: 3px;
}

.industry_wrap .industryinside .industryboxwrap .industrybox figure {
    margin: 0 0 40px;
}

@media (max-width: 1024px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox figure {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox figure {
        float: left;
        margin-right: 40px;
        width: 100px;
    }
}

.industry_wrap .industryinside .industryboxwrap .industrybox figure img {
    height: 80px;
}

.industry_wrap .industryinside .industryboxwrap .industrybox h4.title {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 25px;
    color: #fff;
}

@media (max-width: 1540px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox h4.title {
        font-size: 20px;
    }
}

@media (max-width: 1076px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox h4.title {
        min-height: 52px;
    }
}

@media (max-width: 767px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox h4.title {
        min-height: auto;
        width: calc(100% - 140px);
        float: right;
        margin-bottom: 20px;
    }
}

@media (max-width: 460px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox h4.title {
        width: 100%;
    }
}

.industry_wrap .industryinside .industryboxwrap .industrybox p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 50px;
}

@media (max-width: 1440px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox p {
        margin-bottom: 30px;
        width: calc(100% - 142px);
        float: right;
    }
}

@media (max-width: 460px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox p {
        width: 100%;
    }
}

.industry_wrap .industryinside .industryboxwrap .industrybox .action {
    text-align: right;
}

.industry_wrap .industryinside .industryboxwrap .industrybox .action a {
    padding-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 10px;
}

.industry_wrap .industryinside .industryboxwrap .industrybox .action a:hover {
    padding-right: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 767px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox .action {
        width: 100%;
        float: left;
    }
}

.industry_wrap .industryinside .industryboxwrap .industrybox:nth-child(3) {
    background: none;
}

@media (max-width: 1195px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox {
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox {
        width: 100%;
        margin: 0;
        background-image: none;
    }

    .industry_wrap .industryinside .industryboxwrap .industrybox:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .industry_wrap .industryinside .industryboxwrap .industrybox:not(:last-child) {
        border-bottom: 1px solid #ffffff8a;
    }
}

@media (max-width: 1280px) {
    .industry_wrap .industryinside .industryboxwrap {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .industry_wrap .industryinside .industryboxwrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.featurednews_wrap {
    padding: 50px 0;
}

.featurednews_wrap .smain-container {
    max-width: 85%;
}

@media (max-width: 620px) {
    .featurednews_wrap .smain-container {
        max-width: 100%;
    }
}

.featurednews_wrap .newsheader {
    padding: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.featurednews_wrap .newsheader .left h2.title {
    font-size: 35px;
}

.featurednews_wrap .newsheader .left h2.title span {
    font-size: 40px;
}

@media (max-width: 1440px) {
    .featurednews_wrap .newsheader .left h2.title span {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .featurednews_wrap .newsheader .left h2.title span {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .featurednews_wrap .newsheader .left h2.title span {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .featurednews_wrap .newsheader .left h2.title {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .featurednews_wrap .newsheader .left h2.title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .featurednews_wrap .newsheader .left h2.title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .featurednews_wrap .newsheader .left {
        width: 100%;
    }
}

.featurednews_wrap .newsheader .right {
    text-align: right;
}

.featurednews_wrap .newsheader .right a {
    font-size: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.featurednews_wrap .newsheader .right a:hover {
    text-decoration: none;
    color: #ce1f26;
}

@media (max-width: 1024px) {
    .featurednews_wrap .newsheader .right a {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .featurednews_wrap .newsheader .right {
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .featurednews_wrap .newsheader {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
}

.featurednews_wrap .newseverntwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.featurednews_wrap .newseverntwrap .left {
    width: 62%;
    padding-bottom: 41.25%;
    height: 0;
    overflow: hidden;
    position: relative;
    background-color: #eee;
}

@media (max-width: 1100px) {
    .featurednews_wrap .newseverntwrap .left {
        padding-bottom: 40.25%;
    }
}

@media (max-width: 767px) {
    .featurednews_wrap .newseverntwrap .left {
        padding-bottom: 60.25%;
    }
}

.featurednews_wrap .newseverntwrap .left .newsbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: top;
    object-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.featurednews_wrap .newseverntwrap .left .newsbox .infos {
    padding: 40px 40px 30px;
}

.featurednews_wrap .newseverntwrap .left .newsbox .infos .title a h4.title {
    font-size: 30px;
    max-width: 90%;
    line-height: 1.4;
}

@media (max-width: 1540px) {
    .featurednews_wrap .newseverntwrap .left .newsbox .infos .title a h4.title {
        font-size: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.featurednews_wrap .newseverntwrap .left .newsbox .infos .title a:hover,
.featurednews_wrap .newseverntwrap .left .newsbox .infos .title a:focus {
    color: #ffff00;
}

@media (max-width: 500px) {
    .featurednews_wrap .newseverntwrap .left .newsbox .infos {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .featurednews_wrap .newseverntwrap .left {
        width: 100%;
    }
}

.featurednews_wrap .newseverntwrap .right {
    width: 35%;
}

.featurednews_wrap .newseverntwrap .right .newsbox {
    min-height: auto;
    padding-bottom: 55.8%;
    height: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
}

@media (max-width: 1540px) {
    .featurednews_wrap .newseverntwrap .right .newsbox {
        padding-bottom: 55.3%;
    }
}

@media (max-width: 1200px) {
    .featurednews_wrap .newseverntwrap .right .newsbox {
        padding-bottom: 54.8%;
    }
}

@media (max-width: 1100px) {
    .featurednews_wrap .newseverntwrap .right .newsbox {
        padding-bottom: 52.7%;
    }
}

@media (max-width: 954px) {
    .featurednews_wrap .newseverntwrap .right .newsbox {
        padding-bottom: 52%;
    }
}

@media (max-width: 800px) {
    .featurednews_wrap .newseverntwrap .right .newsbox {
        margin-bottom: 22px;
    }
}

.featurednews_wrap .newseverntwrap .right .newsbox .infos {
    padding: 25px 30px 30px 30px;
}

.featurednews_wrap .newseverntwrap .right .newsbox .infos .title a h4.title {
    font-size: 20px;
    line-height: 30px;
    max-width: 90%;
}

@media (max-width: 1540px) {
    .featurednews_wrap .newseverntwrap .right .newsbox .infos .title a h4.title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 1024px) {
    .featurednews_wrap .newseverntwrap .right .newsbox .infos .title a h4.title {
        font-size: 18px;
    }
}

.featurednews_wrap .newseverntwrap .right .newsbox:last-child {
    margin: 0;
}

@media (max-width: 767px) {
    .featurednews_wrap .newseverntwrap .right {
        width: 100%;
        margin-top: 30px;
    }
}

.featurednews_wrap .newseverntwrap .newsbox {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

@media (max-width: 1540px) {
    .featurednews_wrap .newseverntwrap .newsbox {
        background-size: 100%;
    }
}

.featurednews_wrap .newseverntwrap .newsbox .infos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.734407)), color-stop(40%, rgba(0, 0, 0, 0.734407)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.734407) 0%, rgba(0, 0, 0, 0.734407) 40%, rgba(0, 0, 0, 0) 100%);
}

.featurednews_wrap .newseverntwrap .newsbox .infos .date {
    font-size: 16px;
    padding: 0 0 10px;
}

@media (max-width: 1024px) {
    .featurednews_wrap .newseverntwrap .newsbox .infos .date {
        font-size: 14px;
    }
}

.featurednews_wrap .newseverntwrap .newsbox .infos .subtitle {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 10px;
}

@media (max-width: 1024px) {
    .featurednews_wrap .newseverntwrap .newsbox .infos .subtitle {
        font-size: 18px;
    }
}

.featurednews_wrap .newseverntwrap .newsbox .infos .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.featurednews_wrap .newseverntwrap .newsbox .infos .title a h4.title {
    padding: 0;
}

.featurednews_wrap .newseverntwrap .newsbox .infos .title a figure {
    text-align: right;
}

.featurednews_wrap .newseverntwrap .newsbox .infos .title a figure img {
    padding: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: 10px;
}

.featurednews_wrap .newseverntwrap .newsbox .infos .title a figure img:hover {
    padding-right: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.featurednews_wrap .newseverntwrap .newsbox .infos .title a:hover,
.featurednews_wrap .newseverntwrap .newsbox .infos .title a:focus {
    color: #ffff00;
}

@media (max-width: 767px) {
    .featurednews_wrap .newseverntwrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1440px) {
    .featurednews_wrap {
        padding: 50px 0;
    }
}

@media (max-width: 1366px) {
    .featurednews_wrap {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .featurednews_wrap {
        padding: 50px 0;
    }
}

.insightwrap {
    padding: 40px 0;
    background-color: #ce1f26;
    color: #fff;
}

.insightwrap .smain-container {
    max-width: 85%;
}

@media (max-width: 620px) {
    .insightwrap .smain-container {
        max-width: 100%;
    }
}

.insightwrap .title {
    font-size: 40px;
    color: #fff;
}

@media (max-width: 1440px) {
    .insightwrap .title {
        font-size: 36px;
    }
}

@media (max-width: 1366px) {
    .insightwrap .title {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    .insightwrap .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .insightwrap .title {
        font-size: 24px;
    }
}

.insightwrap .insightinside {
    min-width: 100%;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.insightwrap .insightinside::after {
    display: block;
    content: "";
    clear: both;
}

.insightwrap .insightinside>* {
    width: 100%;
    margin-top: 2.8%;
    float: left;
    min-height: 1px;
    list-style: none;
}

.insightwrap .insightinside>*:nth-child(-n+1) {
    margin-top: 0;
}

.insightwrap .insightinside.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.insightwrap .insightinside .insightbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    position: relative;
    margin-top: 50px;
}

.insightwrap .insightinside .insightbox .left {
    width: 30%;
}

.insightwrap .insightinside .insightbox .right {
    width: 65%;
}

.insightwrap .insightinside .insightbox .sub_title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.4;
}

@media (max-width: 1100px) {
    .insightwrap .insightinside .insightbox .sub_title {
        font-size: 18px;
    }
}

.insightwrap .insightinside .insightbox p {
    line-height: 1.4;
    font-size: 18px;
}

@media (max-width: 1100px) {
    .insightwrap .insightinside .insightbox p {
        font-size: 16px;
    }
}

.insightwrap .insightinside .insightbox a {
    position: absolute;
    right: 0;
    bottom: -20px;
    background-image: url(../img/arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 40px;
    background-color: #ce1f26;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 10px;
}

.insightwrap .insightinside .insightbox a:hover {
    width: 40px;
    -webkit-transition: .4s;
    transition: .4s;
}

@media (min-width: 500px) {
    .insightwrap .insightinside {
        min-width: 100%;
        margin: 0 -1.5%;
        clear: both;
        margin-top: 40px;
    }

    .insightwrap .insightinside::after {
        display: block;
        content: "";
        clear: both;
    }

    .insightwrap .insightinside>* {
        width: 47%;
        margin: 3% 1.5% 0 1.5%;
        float: left;
        min-height: 1px;
        list-style: none;
    }

    .insightwrap .insightinside>*:nth-child(-n+2) {
        margin-top: 0;
    }

    .insightwrap .insightinside.equal-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 951px) {
    .insightwrap .insightinside {
        min-width: 100%;
        margin: 0 -1.5%;
        clear: both;
        margin-top: 40px;
    }

    .insightwrap .insightinside::after {
        display: block;
        content: "";
        clear: both;
    }

    .insightwrap .insightinside>* {
        width: 30.33333%;
        margin: 3% 1.5% 0 1.5%;
        float: left;
        min-height: 1px;
        list-style: none;
    }

    .insightwrap .insightinside>*:nth-child(-n+3) {
        margin-top: 0;
    }

    .insightwrap .insightinside.equal-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1440px) {
    .insightwrap {
        padding: 40px 0;
    }
}

@media (max-width: 1024px) {
    .insightwrap {
        padding: 40px 0;
    }
}

.read_more {
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .read_more {
        margin-top: 50px;
    }
}

.read_more:hover,
.read_more:focus {
    color: #ffff00;
}

footer {
    background-color: #292929;
    padding: 50px 0 0px;
    position: relative;
}

footer a:hover {
    color: #df1921;
}

footer .footer_top .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    color: #fff;
}

footer .footer_top .list .items .mnu_itm {
    list-style: none;
}

footer .footer_top .list .items .mnu_itm li a {
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width: 900px) {
    footer .footer_top .list .items .mnu_itm li a {
        text-decoration: none;
        font-weight: 500;
    }
}

footer .footer_top .list .items .mnu_itm li a:focus {
    color: #ce1f26;
}

footer .footer_top .list .items .mnu_itm li:not(:last-child) {
    margin-bottom: 18px;
}

@media (max-width: 900px) {
    footer .footer_top .list .items .mnu_itm li:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width: 900px) {
    footer .footer_top .list .items .mnu_itm li {
        margin-bottom: 0;
        border-bottom: 1px solid #505050;
        padding: 15px 0;
    }
}

footer .footer_top .list .items .sub_menu_itm {
    list-style: none;
}

footer .footer_top .list .items .sub_menu_itm li {
    font-size: 15px;
    line-height: 1.6;
}

footer .footer_top .list .items .sub_menu_itm li:not(:last-child) {
    margin-bottom: 8px;
}

footer .footer_top .list .items .sub_menu_itm li a:focus {
    color: #ce1f26;
}

footer .footer_top .list .items .title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 900px) {
    footer .footer_top .list .items .title {
        margin: 0;
        text-decoration: none;
    }
}

footer .footer_top .list .items .sub_title {
    font-size: 16px;
    margin-bottom: 12px;
}

@media (max-width: 900px) {
    footer .footer_top .list .items .sub_title {
        text-decoration: none;
    }
}

footer .footer_top .list .items .sub_title:focus {
    color: #ce1f26;
}

footer .footer_top .list .items .sub_child_wrap .sub_child_item {
    width: 45%;
    float: left;
}

footer .footer_top .list .items .sub_child_wrap .sub_child_item:nth-child(2) {
    margin-left: 30px;
}

@media (max-width: 900px) {
    footer .footer_top .list .items .sub_child_wrap .sub_child_item:nth-child(2) {
        margin: 15px 0 0 0;
    }
}

@media (max-width: 900px) {
    footer .footer_top .list .items .sub_child_wrap .sub_child_item {
        width: 100%;
        margin: 0 0 15px !important;
    }
}

footer .footer_top .list .items .sub_child_wrap .sub_child_item ul li {
    padding-left: 15px;
    font-size: 14px;
    position: relative;
}

footer .footer_top .list .items .sub_child_wrap .sub_child_item ul li:after {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 11px;
}

footer .footer_top .list .items .sub_child_wrap .sub_child_item ul li a:focus {
    color: #ce1f26;
}

@media (max-width: 900px) {
    footer .footer_top .list .items .sub_child_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

footer .footer_top .list .items:not(:nth-child(3)) {
    width: 17%;
}

@media (max-width: 1200px) {
    footer .footer_top .list .items:not(:nth-child(3)) {
        width: 28%;
    }
}

footer .footer_top .list .items:nth-child(3) {
    width: 43%;
}

@media (max-width: 1200px) {
    footer .footer_top .list .items:nth-child(3) {
        width: 38%;
    }
}

footer .footer_top .list .items:not(:last-child) {
    margin-right: 2%;
}

@media (max-width: 900px) {
    footer .footer_top .list .items:not(:last-child) {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    footer .footer_top .list .items {
        margin-bottom: 30px;
    }
}

@media (max-width: 900px) {
    footer .footer_top .list .items {
        width: 100% !important;
        margin-bottom: 0;
    }
}

@media (max-width: 900px) {
    footer .footer_top .list .items:not(:first-child) {
        padding: 15px 0;
        border-bottom: 1px solid #505050;
    }
}

footer .footer_top .list .partners li {
    width: 46%;
    float: left;
}

footer .footer_top .list .partners li:nth-child(even) {
    float: right;
}

@media (max-width: 900px) {
    footer .footer_top .list .partners li {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    footer .footer_top .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.accord-btnF {
    position: relative;
    display: block;
}

@media (max-width: 900px) {
    .accord-btnF:after {
        content: "+";
        right: 15px;
        top: 0;
        color: #fff;
        position: absolute;
    }
}

@media (max-width: 900px) {
    .accord-btnF.actv:after {
        content: "-";
    }
}

@media (min-width: 901px) {
    .accord-btnF {
        pointer-events: none;
    }
}

.footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 84px;
    margin-top: 50px;
    position: relative;
}

.footer_bottom .left {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
}

.footer_bottom .left .copy {
    margin-right: 20px;
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 1144px) {
    .footer_bottom .left .copy {
        width: 100%;
        margin-top: 10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 900px) {
    .footer_bottom .left .copy {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .footer_bottom .left .copy {
        font-size: 16px;
        line-height: 30px;
    }
}

.footer_bottom .left ul {
    list-style: none;
}

.footer_bottom .left ul li {
    display: inline-block;
    font-size: 16px;
}

.footer_bottom .left ul li:first-child {
    margin-right: 15px;
}

@media (max-width: 900px) {
    .footer_bottom .left ul {
        width: 100%;
    }
}

@media (max-width: 962px) {
    .footer_bottom .left {
        width: 47%;
    }
}

@media (max-width: 900px) {
    .footer_bottom .left {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
    }
}

.footer_bottom .right {
    width: 45%;
    text-align: right;
}

.footer_bottom .right ul {
    list-style: none;
    margin-top: 30px;
}

.footer_bottom .right ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-left: 15px;
}

.footer_bottom .right ul li:first-child {
    margin-left: 0;
}

.footer_bottom .right ul li:last-child a {
    border: 1px solid #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 24px;
}

.footer_bottom .right ul li:last-child a:hover {
    background-color: #fff;
}

@media (max-width: 420px) {
    .footer_bottom .right ul li:last-child {
        margin-top: 20px;
    }
}

.footer_bottom .right ul li a:focus {
    color: #ce1f26;
}

@media (max-width: 962px) {
    .footer_bottom .right {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .footer_bottom .right {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.footer_bottom:after {
    content: "";
    width: 370px;
    height: 40px;
    background-color: #df1921;
    bottom: 0px;
    right: 0;
    position: absolute;
}

@media (max-width: 767px) {
    .footer_bottom:after {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 1024px) {
    .footer_bottom {
        margin-top: 50px;
    }
}

.sds {
    color: #fff;
    position: absolute;
    right: -80px;
    bottom: 200px;
    font-size: 14px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sds p {
    margin-bottom: 0;
}

@media (max-width: 1440px) {
    .sds {
        padding: 15px 16px;
        -webkit-transform: none;
        transform: none;
        right: auto;
        left: -15px;
        bottom: 50px;
    }
}

@media (max-width: 900px) {
    .sds {
        text-align: center;
    }
}

#return-to-top {
    position: absolute;
    right: 30px;
    top: 60px;
    -webkit-transition: .3s;
    transition: .3s;
}

#return-to-top:hover {
    top: 50px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 1440px) {
    #return-to-top {
        right: 15px;
        top: 32px;
    }
}

@media (max-width: 900px) {
    .accord-targetF {
        display: none;
        margin-top: 25px;
    }
}

.logo_area img {
    width: 200px;
}

@media (max-width: 900px) {
    .logo_area img {
        width: 180px;
    }
}

.leader_ship_team {
    position: relative;
    padding: 90px 0;
}

.leader_ship_team .intro .title {
    font-size: 40px;
    line-height: 1.5;
}

@media (max-width: 1440px) {
    .leader_ship_team .intro .title {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .leader_ship_team .intro .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .leader_ship_team .intro .title {
        font-size: 24px;
    }
}

.leader_ship_team .intro .desc {
    padding-bottom: 50px;
    position: relative;
}

.leader_ship_team .intro .desc p {
    font-size: 30px;
    line-height: 50px;
    margin-top: 30px;
}

@media (max-width: 1440px) {
    .leader_ship_team .intro .desc p {
        font-size: 28px;
        line-height: 45px;
    }
}

@media (max-width: 1366px) {
    .leader_ship_team .intro .desc p {
        font-size: 26px;
        line-height: 40px;
    }
}

@media (max-width: 1024px) {
    .leader_ship_team .intro .desc p {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .leader_ship_team .intro .desc p {
        font-size: 18px;
        line-height: 32px;
    }
}

.leader_ship_team .intro .desc:after {
    content: "";
    width: 230px;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #ce1f26;
}

@media (max-width: 1024px) {
    .leader_ship_team .intro {
        max-width: 100%;
    }
}

.leader_ship_team .leader_ship_top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin-top: 40px;
}

.leader_ship_team .leader_ship_top .box {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.leader_ship_team .leader_ship_top .box a {
    display: block;
}

.leader_ship_team .leader_ship_top .box img {
    width: 100% !important;
}

.leader_ship_team .leader_ship_top .box .name_deg {
    padding: 25px;
    margin-bottom: 0;
}

.leader_ship_team .leader_ship_top .box .name {
    color: #ce1f26;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 300;
}

@media (max-width: 575px) {
    .leader_ship_team .leader_ship_top .box .name {
        font-size: 20px;
        line-height: 1.4;
    }
}

.leader_ship_team .leader_ship_top .box .deg {
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 900px) {
    .leader_ship_team .leader_ship_top {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 667px) {
    .leader_ship_team .leader_ship_top {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 475px) {
    .leader_ship_team .leader_ship_top {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 1024px) {
    .leader_ship_team {
        padding: 50px 0;
    }
}

.salesforce_top_cont {
    padding: 90px 0;
    position: relative;
}

.salesforce_top_cont .content_area {
    padding: 0px 130px;
}

.salesforce_top_cont .content_area .img_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.salesforce_top_cont .content_area .img_text .lgdesc .title {
    font-size: 40px;
    line-height: 1.4;
}

@media (max-width: 1440px) {
    .salesforce_top_cont .content_area .img_text .lgdesc .title {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .salesforce_top_cont .content_area .img_text .lgdesc .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .salesforce_top_cont .content_area .img_text .lgdesc .title {
        font-size: 22px;
        line-height: 36px;
    }
}

.salesforce_top_cont .content_area .img_text figure {
    width: 28%;
}

@media (max-width: 400px) {
    .salesforce_top_cont .content_area .img_text figure {
        width: 100%;
    }
}

.salesforce_top_cont .content_area .img_text .lgdesc {
    width: 70%;
}

@media (max-width: 400px) {
    .salesforce_top_cont .content_area .img_text .lgdesc {
        width: 100%;
        margin-top: 30px;
    }
}

.salesforce_top_cont .content_area .bgdesc {
    font-size: 26px;
    line-height: 1.6;
    margin-top: 40px;
}

@media (max-width: 1440px) {
    .salesforce_top_cont .content_area .bgdesc {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .salesforce_top_cont .content_area .bgdesc {
        font-size: 22px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .salesforce_top_cont .content_area .bgdesc {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width: 1024px) {
    .salesforce_top_cont .content_area .bgdesc {
        margin-top: 30px;
    }
}

.salesforce_top_cont .content_area .sm_desc {
    font-size: 20px;
    margin-top: 40px;
    line-height: 36px;
}

@media (max-width: 1024px) {
    .salesforce_top_cont .content_area .sm_desc {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .salesforce_top_cont .content_area .sm_desc {
        font-size: 16px;
        line-height: 30px;
    }
}

.salesforce_top_cont .content_area .accord_content {
    margin-top: 90px;
}

.salesforce_top_cont .content_area .accord_content .accord_box {
    border-top: 1px solid #e7e7e7;
}

.salesforce_top_cont .content_area .accord_content .accord_box:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.salesforce_top_cont .content_area .accord_content .accord_box .title {
    font-size: 28px;
    padding: 30px 50px 30px 0;
    cursor: pointer;
}

.salesforce_top_cont .content_area .accord_content .accord_box .title.accord-btnS {
    position: relative;
    width: 100%;
}

.salesforce_top_cont .content_area .accord_content .accord_box .title.accord-btnS:after {
    content: "+";
    right: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.salesforce_top_cont .content_area .accord_content .accord_box .title.accord-btnS.actv {
    color: #ce1f26;
}

.salesforce_top_cont .content_area .accord_content .accord_box .title.accord-btnS.actv:after {
    content: "-";
}

@media (max-width: 1024px) {
    .salesforce_top_cont .content_area .accord_content .accord_box .title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .salesforce_top_cont .content_area .accord_content .accord_box .title {
        font-size: 18px;
    }
}

.salesforce_top_cont .content_area .accord_content .accord_box .content {
    display: none;
}

.salesforce_top_cont .content_area .accord_content .accord_box .content p {
    line-height: 32px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .salesforce_top_cont .content_area .accord_content {
        margin-top: 50px;
    }
}

@media (max-width: 1100px) {
    .salesforce_top_cont .content_area {
        padding: 0 15px;
    }
}

.salesforce_top_cont:before {
    content: "";
    width: 120px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 970px;
    background-image: url(../img/salesforce/2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
}

@media (max-width: 1600px) {
    .salesforce_top_cont:before {
        width: 80px;
    }
}

@media (max-width: 1300px) {
    .salesforce_top_cont:before {
        display: none;
    }
}

@media (max-width: 1024px) {
    .salesforce_top_cont {
        padding: 50px 0;
    }
}

.carouselwrap {
    width: 128%;
}

@media (max-width: 1680px) {
    .carouselwrap {
        width: 122%;
    }
}

@media (max-width: 1600px) {
    .carouselwrap {
        width: 116%;
    }
}

@media (max-width: 1540px) {
    .carouselwrap {
        width: 126%;
    }
}

@media (max-width: 1440px) {
    .carouselwrap {
        width: 108%;
    }
}

@media (max-width: 1300px) {
    .carouselwrap {
        width: 100%;
    }
}

.offering {
    margin-top: 50px;
}

.offering .title {
    font-size: 40px;
    color: #ce1f26;
    margin-bottom: 50px;
}

@media (max-width: 1440px) {
    .offering .title {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .offering .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .offering .title {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .offering {
        margin-top: 100px;
    }
}

@media (max-width: 1366px) {
    .offering {
        margin-top: 80px;
    }
}

@media (max-width: 1024px) {
    .offering {
        margin-top: 50px;
    }
}

.offering_carousel .sb_title,
.offering_carouselsingle .sb_title {
    font-size: 25px;
    z-index: 1;
    color: #fff;
}

@media (max-width: 1024px) {

    .offering_carousel .sb_title,
    .offering_carouselsingle .sb_title {
        font-size: 22px;
    }
}

.offering_carousel .hover_cont,
.offering_carouselsingle .hover_cont {
    background-color: #ce1f26;
    padding: 60px;
    padding-bottom: 50px !important;
    min-height: 680px;
    position: relative;
    bottom: -900px;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.offering_carousel .hover_cont:after,
.offering_carouselsingle .hover_cont:after {
    content: "";
    width: 30px;
    height: 30px;
    right: 60px;
    bottom: 20px;
    position: absolute;
    background-image: url(../img/arrow_d.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1600px) {

    .offering_carousel .hover_cont:after,
    .offering_carouselsingle .hover_cont:after {
        right: 25px;
        bottom: 13px;
    }
}

.offering_carousel .hover_cont .sb_title,
.offering_carouselsingle .hover_cont .sb_title {
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {

    .offering_carousel .hover_cont .sb_title,
    .offering_carouselsingle .hover_cont .sb_title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .offering_carousel .hover_cont .sb_title,
    .offering_carouselsingle .hover_cont .sb_title {
        font-size: 24px;
    }
}

.offering_carousel .hover_cont ul,
.offering_carouselsingle .hover_cont ul {
    list-style: none;
}

.offering_carousel .hover_cont ul li,
.offering_carouselsingle .hover_cont ul li {
    color: #fff;
    padding-left: 20px;
    line-height: 32px;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}

.offering_carousel .hover_cont ul li:after,
.offering_carouselsingle .hover_cont ul li:after {
    content: ">";
    color: #fff;
    left: 0;
    top: 0;
    position: absolute;
}

@media (max-width: 1200px) {

    .offering_carousel .hover_cont ul li,
    .offering_carouselsingle .hover_cont ul li {
        margin-bottom: 2px;
    }
}

@media (max-width: 500px) {

    .offering_carousel .hover_cont ul li,
    .offering_carouselsingle .hover_cont ul li {
        font-size: 14px;
        line-height: 28px;
    }
}

@media (max-width: 1600px) {

    .offering_carousel .hover_cont,
    .offering_carouselsingle .hover_cont {
        padding: 30px;
    }
}

@media (max-width: 1440px) {

    .offering_carousel .hover_cont,
    .offering_carouselsingle .hover_cont {
        min-height: 640px;
    }
}

@media (max-width: 1300px) {

    .offering_carousel .hover_cont,
    .offering_carouselsingle .hover_cont {
        min-height: 700px;
    }
}

@media (max-width: 400px) {

    .offering_carousel .hover_cont,
    .offering_carouselsingle .hover_cont {
        padding: 25px;
    }
}

.offering_carousel .owl-nav,
.offering_carouselsingle .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: -107px;
    right: 171px;
}

.offering_carousel .owl-nav .owl-prev,
.offering_carousel .owl-nav .owl-next,
.offering_carouselsingle .owl-nav .owl-prev,
.offering_carouselsingle .owl-nav .owl-next {
    width: 26px;
    height: 26px;
    color: transparent !important;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 500px) {

    .offering_carousel .owl-nav .owl-prev,
    .offering_carousel .owl-nav .owl-next,
    .offering_carouselsingle .owl-nav .owl-prev,
    .offering_carouselsingle .owl-nav .owl-next {
        float: none;
        margin: 10px;
    }
}

.offering_carousel .owl-nav .owl-prev,
.offering_carouselsingle .owl-nav .owl-prev {
    background-image: url(../img/service_arrow_left.png) !important;
}

.offering_carousel .owl-nav .owl-next,
.offering_carouselsingle .owl-nav .owl-next {
    background-image: url(../img/service_arrow_right.png) !important;
}

@media (max-width: 1300px) {

    .offering_carousel .owl-nav,
    .offering_carouselsingle .owl-nav {
        right: 0;
        top: -62px;
    }
}

@media (max-width: 500px) {

    .offering_carousel .owl-nav,
    .offering_carouselsingle .owl-nav {
        position: static;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}

.offering_carousel .box,
.offering_carouselsingle .box {
    min-height: 680px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.offering_carousel .box:after,
.offering_carouselsingle .box:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
}

.offering_carousel .box:hover .hover_hd,
.offering_carouselsingle .box:hover .hover_hd {
    display: none;
}

.offering_carousel .box:hover .hover_cont,
.offering_carouselsingle .box:hover .hover_cont {
    bottom: 0;
}

@media (max-width: 1440px) {

    .offering_carousel .box,
    .offering_carouselsingle .box {
        min-height: 640px;
    }
}

@media (max-width: 1300px) {

    .offering_carousel .box,
    .offering_carouselsingle .box {
        min-height: 700px;
    }
}

.list_dtl_sub {
    margin-left: 20px;
}

.hover_hd {
    position: absolute;
    bottom: 60px;
    left: 60px;
    width: calc(100% - 113px);
}

.hover_hd:after {
    content: "";
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url(../img/arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 500px) {
    .hover_hd {
        bottom: 25px;
        left: 25px;
        width: calc(100% - 55px);
    }
}

.sds-modal.bio .sds-modal-box.small {
    max-width: 700px;
    top: 100px;
}

.sds-modal.bio .sds-modal-box.small .sds-modal-content {
    padding: 32px;
}

.sds-modal.bio .sds-modal-box.small .sds-modal-content figure {
    height: 110px;
    float: left;
}

.sds-modal.bio .sds-modal-box.small .sds-modal-content figure img {
    height: 110px;
}

@media (max-width: 600px) {
    .sds-modal.bio .sds-modal-box.small .sds-modal-content figure {
        position: static;
    }
}

@media (max-width: 500px) {
    .sds-modal.bio .sds-modal-box.small .sds-modal-content figure {
        width: 100%;
        text-align: center;
    }
}

.sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .name {
    font-size: 32px;
    font-weight: 500;
    margin-top: 15px;
    float: right;
    width: calc(100% - 146px);
    margin-bottom: 0px;
    color: #ce1f26;
    padding-left: 20px;
}

@media (max-width: 900px) {
    .sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .name {
        font-size: 22px;
    }
}

@media (max-width: 500px) {
    .sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .name {
        width: 100%;
        text-align: center;
        margin-bottom: 7px;
    }
}

.sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .deg {
    font-weight: 500;
    font-size: 19px;
    color: #000;
    float: left;
    line-height: 1.5;
    margin-bottom: 0;
    float: right;
    padding-left: 20px;
    width: calc(100% - 146px);
}

@media (max-width: 767px) {
    .sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .deg {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .deg {
        width: 100%;
        text-align: center;
    }
}

.sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .bio_dtls {
    margin-top: 30px;
    line-height: 28px;
    float: left;
    width: 100%;
}

.sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .bio_dtls p {
    font-size: 16px;
}

.sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .bio_dtls p:not(:first-child) {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .sds-modal.bio .sds-modal-box.small .sds-modal-content .popup_dtls .bio_dtls p {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .sds-modal.bio .sds-modal-box.small .sds-modal-content {
        padding: 25px 15px;
    }
}

.sds-modal.bio .sds-modal-box.small .sds-modal-close.sds-modal-exit {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    top: -14px;
    right: -8px;
    display: inline-block;
    opacity: 1;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px #a2a2a2;
    box-shadow: 0px 0px 3px 0px #a2a2a2;
}

.sds-modal.bio .sds-modal-box.small .sds-modal-content .sds-modal-close::before,
.sds-modal.bio .sds-modal-box.small .sds-modal-content .sds-modal-close::after {
    right: 12px;
}

@media (max-width: 722px) {
    .sds-modal.bio .sds-modal-box.small {
        max-width: 90%;
        top: 40px;
    }
}

.owl-carousel:before {
    display: none;
}

.sds.mob {
    position: static;
    position: static;
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 10px;
}

@media (min-width: 1440px) {
    .sds.mob {
        display: none;
    }
}

@media (max-width: 1144px) {
    .sds.mob {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 1440px) {
    .sds.desk {
        display: none;
    }
}

.innerPG .ev_header {
    background-color: #292929;
    padding: 15px 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.innerPG .ev_header .ev_logo img {
    height: 46px;
}

.innerPG .ev_header .hammenu {
    top: 20px;
}

.innerPG .ev_header.headerShow {
    position: fixed;
}

.contact_content {
    padding: 80px 0;
    position: relative;
}

.contact_content:before {
    content: "";
    width: 122px;
    height: 122px;
    position: absolute;
    right: 0;
    top: 180px;
    background-image: url(../img/contact/aftr1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 1200px) {
    .contact_content:before {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 1023px) {
    .contact_content:before {
        display: none;
    }
}

.contact_content:after {
    content: "";
    width: 22%;
    height: 440px;
    position: absolute;
    right: 0;
    bottom: 0px;
    background-image: url(../img/contact/aftr2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 1200px) {
    .contact_content:after {
        width: 20%;
    }
}

@media (max-width: 1023px) {
    .contact_content:after {
        display: none;
    }
}

.contact_content .title {
    font-size: 40px;
}

@media (max-width: 1440px) {
    .contact_content .title {
        font-size: 36px;
    }
}

@media (max-width: 1366px) {
    .contact_content .title {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    .contact_content .title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .contact_content .title {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .contact_content {
        padding: 50px 0;
    }
}

.contact_content .contactinsidewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .contact_content .contactinsidewrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact_content .contactinsidewrap .contactleft {
    width: 60%;
}

@media (max-width: 767px) {
    .contact_content .contactinsidewrap .contactleft {
        width: 100%;
    }
}

.contact_content .contactinsidewrap .contactleft .desc {
    margin-bottom: 50px;
    padding-bottom: 36px;
    line-height: 1.4;
    position: relative;
}

.contact_content .contactinsidewrap .contactleft .desc:after {
    content: "";
    width: 230px;
    height: 2px;
    position: absolute;
    background-color: #ce1f26;
    left: 0;
    bottom: 0;
}

.contact_content .contactinsidewrap .contactleft .desc p {
    font-size: 30px;
}

@media (max-width: 1440px) {
    .contact_content .contactinsidewrap .contactleft .desc p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .contact_content .contactinsidewrap .contactleft .desc p {
        font-size: 18px;
    }
}

.contact_content .contactinsidewrap .contactleft .exa_form .form-element .form-field {
    border: 1px solid #e2e2e2 !important;
    -webkit-box-shadow: 2px 2px 2px 0px #8383832b;
    box-shadow: 2px 2px 2px 0px #8383832b;
    height: 60px;
    padding: 20px;
}

.contact_content .contactinsidewrap .contactleft .exa_form .form-element.form-elementTxtarea textarea {
    height: 140px;
}

.contact_content .contactinsidewrap .contactleft .exa_form .form-element .form-label {
    top: 1.2em !important;
    left: 14px !important;
    font-size: 16px !important;
}

.contact_content .contactinsidewrap .contactleft .exa_form .form-element.has-value .form-label {
    top: -1.5em !important;
    font-size: 14px !important;
    left: 0 !important;
}

@media (max-width: 500px) {
    .contact_content .contactinsidewrap .contactleft .exa_form .form-element {
        width: 100% !important;
    }
}

.contact_content .contactinsidewrap .contactleft .exa_form .form-flexsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.contact_content .contactinsidewrap .contactleft .exa_form .form-flexsb .btn {
    background-color: #ce1f26;
    color: #fff;
    border-radius: 0;
    padding-right: 70px;
    background-image: url(../img/arrow_white.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact_content .contactinsidewrap .contactleft .exa_form .form-flexsb .btn:hover {
    background-color: #ef1c25;
}

@media (max-width: 767px) {
    .contact_content .contactinsidewrap .contactleft .exa_form .form-flexsb .btn {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.contact_content .contactinsidewrap .contactleft .exa_form .form-flexsb input {
    border: 1px solid #000;
    width: 44px;
    height: 44px;
}

.contact_content .contactinsidewrap .of {
    float: left;
    width: 35%;
}

@media (max-width: 767px) {
    .contact_content .contactinsidewrap .of {
        width: 100%;
        padding-top: 40px;
    }
}

.contact_content .contactinsidewrap .of .title_wrap {
    width: 100%;
    float: left;
    position: relative;
}

.contact_content .contactinsidewrap .of .title_wrap:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact_content .contactinsidewrap .of .title_wrap .ttl {
    font-size: 40px;
    background-color: #fff;
    float: left;
    position: relative;
    z-index: 111;
    padding-right: 25px;
}

@media (max-width: 1440px) {
    .contact_content .contactinsidewrap .of .title_wrap .ttl {
        font-size: 25px;
    }
}

@media (max-width: 1366px) {
    .contact_content .contactinsidewrap .of .title_wrap .ttl {
        font-size: 35px;
    }
}

@media (max-width: 1024px) {
    .contact_content .contactinsidewrap .of .title_wrap .ttl {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .contact_content .contactinsidewrap .of .title_wrap .ttl {
        font-size: 24px;
    }
}

.contact_content .contactinsidewrap .of p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    min-height: 90px;
}

@media (max-width: 1140px) {
    .contact_content .contactinsidewrap .of p {
        min-height: inherit;
    }
}

.contact_content .contactinsidewrap .of a.line {
    font-size: 15px;
    text-decoration: underline;
    margin-top: 20px;
}

.contact_content .contactinsidewrap .of .ttl_sml {
    font-size: 20px;
    font-weight: 600;
    color: #ce1f26;
    margin-top: 20px;
    margin-bottom: 15px;
}

.contact_content .contactinsidewrap .of .ttlsmal {
    font-size: 16px;
    color: #ce1f26;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 5px;
}

.contact_content .contactinsidewrap .of .list {
    float: left;
    width: 100%;
}

.contact_content .contactinsidewrap .of .list .list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .contact_content .contactinsidewrap .of .list .list_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.contact_content .contactinsidewrap .of .list .left {
    width: 100%;
}

.contact_content .contactinsidewrap .of .list .left p {
    min-height: inherit;
}

.contact_content .contactinsidewrap .of .list .right {
    width: 100%;
    padding: 10px 0 0 0;
}

.contact_content .contactinsidewrap .of .list .right .box_wrap {
    min-width: 100%;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_content .contactinsidewrap .of .list .right .box_wrap::after {
    display: block;
    content: "";
    clear: both;
}

.contact_content .contactinsidewrap .of .list .right .box_wrap>* {
    width: 100%;
    margin-top: 4%;
    float: left;
    min-height: 1px;
    list-style: none;
}

.contact_content .contactinsidewrap .of .list .right .box_wrap>*:nth-child(-n+1) {
    margin-top: 0;
}

.contact_content .contactinsidewrap .of .list .right .box_wrap.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1140px) {
    .contact_content .contactinsidewrap .of .list .right .box_wrap {
        min-width: 100%;
        margin: 0 -1.5%;
        clear: both;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .contact_content .contactinsidewrap .of .list .right .box_wrap::after {
        display: block;
        content: "";
        clear: both;
    }

    .contact_content .contactinsidewrap .of .list .right .box_wrap>* {
        width: 47%;
        margin: 3% 1.5% 0 1.5%;
        float: left;
        min-height: 1px;
        list-style: none;
    }

    .contact_content .contactinsidewrap .of .list .right .box_wrap>*:nth-child(-n+2) {
        margin-top: 0;
    }

    .contact_content .contactinsidewrap .of .list .right .box_wrap.equal-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .contact_content .contactinsidewrap .of .list .right {
        margin-top: 30px;
    }
}

.co_content {
    padding: 90px 0 150px;
    position: relative;
}

.co_content:before {
    content: "";
    width: 122px;
    height: 122px;
    position: absolute;
    right: 0;
    top: 180px;
    background-image: url(../img/company_overview/aftr1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 1441px) {
    .co_content:before {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 1023px) {
    .co_content:before {
        display: none;
    }
}

.co_content .inner-container {
    padding: 0 140px;
}

@media (max-width: 1441px) {
    .co_content .inner-container {
        padding: 0 70px;
    }
}

@media (max-width: 1023px) {
    .co_content .inner-container {
        padding: 0;
    }
}

.co_content .title {
    font-size: 40px;
}

@media (max-width: 1440px) {
    .co_content .title {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .co_content .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .co_content .title {
        font-size: 24px;
    }
}

.co_content .desc {
    margin-top: 50px;
    padding-bottom: 36px;
    line-height: 1.4;
    position: relative;
}

.co_content .desc:after {
    content: "";
    width: 230px;
    height: 2px;
    position: absolute;
    background-color: #ce1f26;
    left: 0;
    bottom: 0;
}

.co_content .desc p {
    font-size: 26px;
    line-height: 1.6;
}

.co_content .desc p span {
    color: #ce1f26;
    font-weight: 500;
}

@media (max-width: 1440px) {
    .co_content .desc p {
        font-size: 24px;
    }
}

@media (max-width: 1100px) {
    .co_content .desc p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .co_content .desc p {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .co_content .desc {
        margin-top: 30px;
    }
}

.co_content .lgdesc {
    margin: 60px 0;
}

.co_content .lgdesc p {
    font-size: 20px;
    line-height: 1.6;
}

.co_content .lgdesc p:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .co_content .lgdesc p:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 1440px) {
    .co_content .lgdesc p {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .co_content .lgdesc p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .co_content .lgdesc {
        margin: 40px 0;
    }
}

@media (max-width: 1023px) {
    .co_content {
        padding: 50px 0;
    }
}

.bottom_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
}

.bottom_content:after {
    content: "";
    width: 122px;
    height: 122px;
    position: absolute;
    left: -52px;
    bottom: -52px;
    background-image: url(../img/company_overview/aftr2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 1023px) {
    .bottom_content:after {
        display: none;
    }
}

.bottom_content .left {
    width: 43%;
    position: relative;
    z-index: 111;
}

@media (max-width: 767px) {
    .bottom_content .left {
        width: 100%;
    }

    .bottom_content .left figure img {
        width: 100%;
    }
}

.bottom_content .right {
    width: 52%;
}

.bottom_content .right .m_desc {
    font-size: 25px;
    line-height: 1.6;
}

@media (max-width: 1440px) {
    .bottom_content .right .m_desc {
        font-size: 22px;
    }
}

@media (max-width: 1100px) {
    .bottom_content .right .m_desc {
        font-size: 18px;
    }
}

.bottom_content .right .s_desc {
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 1440px) {
    .bottom_content .right .s_desc {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .bottom_content .right .s_desc {
        font-size: 16px;
    }
}

.bottom_content .right .b_desc {
    font-size: 33px;
    line-height: 1.6;
}

@media (max-width: 1440px) {
    .bottom_content .right .b_desc {
        font-size: 30px;
    }
}

@media (max-width: 1100px) {
    .bottom_content .right .b_desc {
        font-size: 24px;
    }
}

@media (max-width: 800px) {
    .bottom_content .right .b_desc {
        font-size: 22px;
    }
}

.bottom_content .right p:not(:last-child) {
    margin-bottom: 35px;
}

.bottom_content .right .btn {
    background-color: #ce1f26;
    color: #fff;
    border-radius: 0;
    padding-right: 70px;
    background-image: url(../img/arrow_white.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.bottom_content .right .btn:hover {
    background-color: #ef1c25;
    background-position: right 10px center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .bottom_content .right {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .bottom_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.offering_carouselsingle ul {
    width: 50%;
    float: left;
}

@media (max-width: 740px) {
    .offering_carouselsingle ul {
        width: 100%;
    }
}

.offering_carouselsingle .hover_cont {
    padding: 70px;
}

@media (max-width: 1200px) {
    .offering_carouselsingle .hover_cont {
        padding: 50px;
    }
}

@media (max-width: 860px) {
    .offering_carouselsingle .hover_cont {
        padding: 25px;
    }
}

.carouselwrap .owl-carousel {
    z-index: 222;
}

.carouselwrap .owl-carousel:after {
    content: "";
    width: 120px;
    height: 220px;
    position: absolute;
    z-index: -1;
    right: -71px;
    top: -113px;
    background-image: url(../img/salesforce/3.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
}

@media (max-width: 1300px) {
    .carouselwrap .owl-carousel:after {
        display: none;
    }
}

.all_partners_content {
    padding: 80px 0;
    position: relative;
}

.all_partners_content:before {
    content: "";
    width: 122px;
    height: 122px;
    position: absolute;
    right: 0;
    top: 180px;
    background-image: url(../img/allpartners/aftr1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 1200px) {
    .all_partners_content:before {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 1024px) {
    .all_partners_content:before {
        top: 130px;
    }
}

@media (max-width: 770px) {
    .all_partners_content:before {
        display: none;
    }
}

.all_partners_content .inner-container {
    padding: 0 140px;
}

@media (max-width: 1200px) {
    .all_partners_content .inner-container {
        padding: 0 110px;
    }
}

@media (max-width: 1080px) {
    .all_partners_content .inner-container {
        padding: 0 140px;
    }
}

@media (max-width: 900px) {
    .all_partners_content .inner-container {
        padding: 0 100px;
    }
}

@media (max-width: 770px) {
    .all_partners_content .inner-container {
        padding: 0px;
    }
}

.all_partners_content .title_wrap {
    width: 100%;
    float: left;
    position: relative;
}

.all_partners_content .title_wrap:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all_partners_content .title_wrap .title {
    font-size: 45px;
    background-color: #fff;
    float: left;
    position: relative;
    z-index: 111;
    padding-right: 25px;
}

@media (max-width: 1440px) {
    .all_partners_content .title_wrap .title {
        font-size: 40px;
    }
}

@media (max-width: 1366px) {
    .all_partners_content .title_wrap .title {
        font-size: 35px;
    }
}

@media (max-width: 1024px) {
    .all_partners_content .title_wrap .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .all_partners_content .title_wrap .title {
        font-size: 24px;
    }
}

.all_partners_content .list {
    width: 100%;
    float: left;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 60px;
}

.all_partners_content .list .box {
    -webkit-box-shadow: 2px 2px 8px 2px #b1b1b147;
    box-shadow: 2px 2px 8px 2px #b1b1b147;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.all_partners_content .list .box a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.all_partners_content .list .box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.all_partners_content .list .box .content figure {
    -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.08);
    margin-right: 22px;
}

.all_partners_content .list .box .content h1 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 1100px) {
    .all_partners_content .list .box .content h1 {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .all_partners_content .list .box .content h1 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .all_partners_content .list .box .content h1 {
        font-size: 16px;
    }
}

.all_partners_content .list .box:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.all_partners_content .list .box:hover h1 {
    color: #df1921;
}

@media (max-width: 1080px) {
    .all_partners_content .list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .all_partners_content .list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 1024px) {
    .all_partners_content .list {
        margin-top: 50px;
    }
}

@media (max-width: 1024px) {
    .all_partners_content {
        padding: 50px 0;
    }
}

.exa_form .form-element {
    margin-bottom: 60px;
}

.exa_form .form-label {
    top: -1.7em !important;
    left: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    width: 100% !important;
    float: left !important;
    margin: 2em 0 0 0 !important;
    padding: 12px;
}

.ev_header {
    background-color: #292929;
    padding: 15px 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ev_header .ev_logo img {
    height: 46px;
}

.ev_header .hammenu {
    top: 20px;
}

.ev_header.headerShow {
    position: fixed;
}

.bottom_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom_content .right .m_desc,
.bottom_content .right .b_desc {
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 1440px) {

    .bottom_content .right .m_desc,
    .bottom_content .right .b_desc {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {

    .bottom_content .right .m_desc,
    .bottom_content .right .b_desc {
        font-size: 16px;
    }
}

.inner_banner figure {
    height: 300px !important;
    overflow: hidden;
}

.inner_banner figure img {
    -o-object-position: center;
    object-position: center;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.single-shop-item .thm-unit-test p {
    margin-bottom: 25px;
    line-height: 1.6;
    margin-top: 20px;
}

.single-shop-item .thm-unit-test p a {
    text-decoration: underline;
}

.single-shop-item .thm-unit-test p a:hover,
.single-shop-item .thm-unit-test p a:focus {
    color: #df1921;
}

.single-shop-item .thm-unit-test ul {
    line-height: 1.8;
}

.guide .homebannerwrap {
    background: url(../img/mainbanner.jpg) no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}

.guide .homebannerwrap:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 75, 0.5)), to(rgba(220, 66, 37, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
}

.guide .homebannerwrap .guide-logo {
    position: absolute;
    padding: 15px;
    bottom: 22px;
    right: 0;
    z-index: 2;
    width: 230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.guide .homebannerwrap .guide-logo img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.guide .homebannerwrap h1 {
    font-size: 40px;
    text-align: center;
    margin: 40px 0 0;
    color: #ffffff;
    position: relative;
    z-index: 2;
    line-height: 1.3;
}

.guide .homebannerwrap .banner_info {
    margin: 50px auto 30px;
    text-align: center;
    max-width: 60%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 2;
}

@media (max-width: 1730px) {
    .guide .homebannerwrap .banner_info {
        max-width: 70%;
    }
}

.guide .homebannerwrap .banner_info h2 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
}

.guide .homebannerwrap .banner_info h2 span {
    display: block;
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 1400px) {
    .guide .homebannerwrap .banner_info h2 span {
        font-size: 28px;
    }
}

.guide .homebannerwrap .schedule-cta {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.guide .homebannerwrap .schedule-cta .btn {
    position: relative;
    z-index: 2;
}

.guide .homebannerwrap .schedule-cta .btn:hover,
.guide .homebannerwrap .schedule-cta .btn:focus {
    background-color: transparent;
    color: #ffffff !important;
    border-color: #ffffff;
}

@media (max-width: 1440px) {
    .guide .intro_wrap {
        margin: 0 0 80px 0;
    }
}

.guide .intro_wrap .inner-conatiner {
    width: 100%;
    float: left;
}

.guide .intro_wrap .inner-conatiner .introleft {
    width: 50%;
    float: left;
    padding: 50px 0;
    color: #000000;
}

.guide .intro_wrap .inner-conatiner .introleft .title {
    font-size: 40px;
    line-height: 1.4;
    margin: 0 0 40px;
    font-weight: 300;
}

.guide .intro_wrap .inner-conatiner .introleft p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
}

.guide .intro_wrap .inner-conatiner .introleft p.bgdesc {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.guide .intro_wrap .inner-conatiner .introright {
    width: 46%;
    float: right;
    padding: 0;
}

.guide .intro_wrap .inner-conatiner .introright figure img {
    width: 100%;
}

.guide .insurance_experts {
    background: url(../img/pattern.jpg) no-repeat center top;
    width: 100%;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 120px;
}

.guide .insurance_experts .title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
}

.guide .insurance_experts .insurance_block {
    margin: 50px 0 100px;
}

.guide .insurance_experts .insurance_block .expert {
    text-align: center;
}

.guide .insurance_experts .insurance_block .expert figure {
    margin: 20px 0;
}

.guide .insurance_experts .insurance_block .expert figure img {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    margin: 0 auto;
}

.guide .insurance_experts .insurance_block .expert .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.guide .insurance_experts .insurance_block .expert p {
    margin-bottom: 4px;
}

.guide .insurance_experts .experts_carousel .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 90px;
    right: -10px;
    width: 100%;
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .guide .insurance_experts .experts_carousel .owl-nav {
        display: none !important;
    }
}

.guide .insurance_experts .experts_carousel .owl-nav .owl-prev.disabled,
.guide .insurance_experts .experts_carousel .owl-nav .owl-next.disabled {
    display: none;
}

.guide .insurance_experts .experts_carousel .owl-nav .owl-prev,
.guide .insurance_experts .experts_carousel .owl-nav .owl-next {
    width: 26px;
    height: 26px;
    color: transparent !important;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.guide .insurance_experts .experts_carousel .owl-nav .owl-prev {
    background-image: url(../img/service_arrow_left.png) !important;
    position: absolute;
    left: 0;
}

@media (max-width: 1700px) {
    .guide .insurance_experts .experts_carousel .owl-nav .owl-prev {
        left: 3%;
    }
}

.guide .insurance_experts .experts_carousel .owl-nav .owl-next {
    background-image: url(../img/service_arrow_right.png) !important;
    position: absolute;
    right: 0;
}

@media (max-width: 1700px) {
    .guide .insurance_experts .experts_carousel .owl-nav .owl-next {
        right: 3%;
    }
}

.guide .insurance_experts .experts_carousel .owl-dots {
    display: none;
}

.guide .insurance_experts .schedule-cta {
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

.guide .insightwrap {
    padding: 90px 0;
    position: relative;
    z-index: 9999;
}

.guide .insightwrap .inner-conatiner {
    text-align: center;
}

.guide .insightwrap .inner-conatiner .heading {
    margin-bottom: 20px;
}

.guide .insightwrap p {
    font-size: 22px;
    margin-bottom: 30px;
}

.guide .salesforce_top_cont {
    padding: 0 0 50px;
}

.guide .salesforce_top_cont .content_area .offering_carousel .hover_cont {
    min-height: 670px;
}

.guide .salesforce_top_cont .content_area .offering_carousel .box {
    min-height: 670px;
}

.guide .salesforce_top_cont .content_area .offering_carouselsingle .hover_cont {
    min-height: 670px;
}

.guide .salesforce_top_cont .content_area .offering_carouselsingle .box {
    min-height: 670px;
}

@media (min-width: 860px) {
    .guide .salesforce_top_cont .content_area .owl-nav {
        display: none !important;
    }
}

.guide .salesforce_top_cont .offering {
    margin-top: 0;
}

.guide .salesforce_top_cont:before {
    content: "";
    top: 170px;
    background-image: url(../img/salesforce/2.png);
}

@media (max-width: 1360px) {
    .guide .homebannerwrap h1 {
        font-size: 35px;
    }

    .guide .homebannerwrap .banner_info h2 span {
        font-size: 24px;
    }

    .guide .intro_wrap {
        padding-top: 0;
    }

    .guide .intro_wrap .inner-conatiner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .guide .intro_wrap .inner-conatiner .introleft .title {
        font-size: 35px;
    }

    .guide .intro_wrap .inner-conatiner .introleft p {
        font-size: 18px;
        line-height: 34px;
    }

    .guide .intro_wrap .inner-conatiner .introleft p.bgdesc {
        font-size: 23px;
    }

    .guide .insurance_experts {
        padding-top: 0;
    }
}

@media (max-width: 1099px) {
    .guide .homebannerwrap {
        height: 450px;
    }

    .guide .homebannerwrap h1 {
        font-size: 30px;
    }

    .guide .homebannerwrap .banner_info h2 span {
        font-size: 20px;
    }

    .guide .intro_wrap .inner-conatiner .introleft .title {
        font-size: 30px;
    }

    .guide .intro_wrap .inner-conatiner .introleft .title p {
        font-size: 16px;
        line-height: 30px;
    }

    .guide .intro_wrap .inner-conatiner .introleft .title p.bgdesc {
        font-size: 22px;
    }
}

@media (max-width: 950px) {
    .guide .intro_wrap .inner-conatiner .introleft .title {
        font-size: 26px;
        margin: 0 0 25px;
    }

    .guide .intro_wrap .inner-conatiner .introleft p.bgdesc {
        font-size: 21px;
        margin-bottom: 25px;
    }
}

@media (max-width: 900px) {
    .guide .homebannerwrap .banner_info {
        max-width: 100%;
    }

    .guide .intro_wrap {
        margin-bottom: 40px;
    }

    .guide .intro_wrap .inner-conatiner .introleft .title {
        font-size: 35px;
    }

    .guide .intro_wrap .inner-conatiner .introleft p.bgdesc {
        font-size: 26px;
    }

    .guide .intro_wrap .inner-conatiner {
        display: -ms-grid;
        display: grid;
    }

    .guide .intro_wrap .inner-conatiner .introleft {
        width: 100%;
    }

    .guide .intro_wrap .inner-conatiner .introright {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .guide .intro_wrap .inner-conatiner .introleft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
    }

    .guide .intro_wrap .inner-conatiner .introright {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .guide .insightwrap .title {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media (max-width: 720px) {
    .guide .homebannerwrap .banner_info h2 {
        font-size: 18px;
    }

    .guide .homebannerwrap .banner_info h2 span {
        font-size: 18px;
    }

    .guide .insurance_experts .insurance_block {
        margin: 10px 0 40px;
    }
}

@media (max-width: 575px) {
    .guide .homebannerwrap .banner_info {
        margin: 20px auto;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    .guide .intro_wrap .inner-conatiner .introleft .title {
        font-size: 30px;
    }

    .guide .intro_wrap .inner-conatiner .introleft p.bgdesc {
        font-size: 22px;
    }

    .guide .insurance_experts .schedule-cta {
        margin: 50px auto;
    }
}

@media (max-width: 475px) {
    .guide .homebannerwrap .guide-logo {
        width: 200px;
    }

    .guide .homebannerwrap h1 {
        font-size: 25px;
    }

    .guide .insurance_experts .title {
        font-size: 35px;
    }

    .guide .intro_wrap .inner-conatiner .introleft .title {
        font-size: 26px;
    }

    .guide .intro_wrap .inner-conatiner .introleft p {
        line-height: 30px;
    }

    .guide .intro_wrap .inner-conatiner .introleft p.bgdesc {
        font-size: 20px;
    }

    .guide .insightwrap {
        padding: 60px 0;
    }

    .guide .insightwrap p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.schedule__form_50 {
    margin: 30px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}

.schedule__form_50 .form-element {
    margin-bottom: 30px;
}

.schedule__form_50 .form-element .wpcf7-form-control-wrap {
    width: 100% !important;
    position: relative;
}

.schedule__form_50 .form-element .form-field,
.schedule__form_50 .form-element select {
    border: 1px solid #e2e2e2 !important;
    -webkit-box-shadow: 2px 2px 2px 0px #8383832b;
    box-shadow: 2px 2px 2px 0px #8383832b;
    height: 60px;
    padding: 20px;
    width: 100%;
}

.schedule__form_50 .form-element .form-label {
    top: 1.2em !important;
    left: 14px !important;
    font-size: 16px !important;
}

.schedule__form_50 .form-element.form-select {
    position: relative;
}

.schedule__form_50 .form-element.form-select:after {
    content: "";
    position: absolute;
    top: 54px;
    right: 1.25rem;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-style: solid;
    border-color: #000000;
    border-width: 0 2px 2px 0;
}

.schedule__form_50 .form-element .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 11px;
}

@media (max-width: 767px) {
    .schedule__form_50 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.schedule__form_100 {
    margin: 0 0 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0 40px;
}

.schedule__form_100 .form-element {
    margin-bottom: 30px;
}

.schedule__form_100 .form-element .wpcf7-form-control-wrap {
    width: 100% !important;
    position: relative;
}

.schedule__form_100 .form-element .form-field,
.schedule__form_100 .form-element select {
    border: 1px solid #e2e2e2 !important;
    -webkit-box-shadow: 2px 2px 2px 0px #8383832b;
    box-shadow: 2px 2px 2px 0px #8383832b;
    height: 60px;
    padding: 20px;
    width: 100%;
}

.schedule__form_100 .form-element .form-label {
    top: 1.2em !important;
    left: 14px !important;
    font-size: 16px !important;
}

.schedule__form_100 .form-element.form-select {
    position: relative;
}

.schedule__form_100 .form-element.form-select:after {
    content: "";
    position: absolute;
    top: 54px;
    right: 1.25rem;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-style: solid;
    border-color: #000000;
    border-width: 0 2px 2px 0;
}

.schedule__form_100 .form-element textarea {
    height: 140px !important;
    resize: none;
}

.schedule__form_100 .form-element .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 11px;
}

.schedule__form_btn .form-flexsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.schedule__form_btn .form-flexsb .form-btnelement {
    width: auto;
    display: inline-block;
}

.schedule__form_btn .form-flexsb .btn,
.schedule__form_btn .form-flexsb input {
    background-color: #ce1f26;
    color: #fff;
    border-radius: 6px;
    padding: 15px 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    font-weight: 600;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.25;
}

.schedule__form_btn .form-flexsb .btn:hover,
.schedule__form_btn .form-flexsb input:hover {
    background-color: #ef1c25;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.wpcf7-form .wpcf7-validation-errors {
    display: block;
    text-align: center;
    margin: 10px 0 !important;
    font-size: 16px;
    color: #f00;
    text-decoration: underline;
}

#ui-datepicker-div {
    border: none !important;
}

.news_box .media-body strong {
    padding-right: 0 !important;
    display: inline !important;
}

.details_lft .news_box .media .media-body a {
    color: #014c8c;
}

.details_lft .news_box .media .media-body a:after {
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #014c8c;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.details_lft .news_box .media .media-body a:hover:after {
    width: 100%;
}

.details_lft .news_box .media .media-body .social_links li a {
    color: #ffffff;
}

.details_lft .news_box .media .media-body .social_links li a:hover:after {
    width: 0%;
}

.news_box .media-body p.has-text-color a {
    -webkit-transition: .3s;
    transition: .3s;
}

.news_box .media-body p.has-text-color a:hover {
    color: #014c8c !important;
    -webkit-transition: .3s;
    transition: .3s;
}

/*# sourceMappingURL=style.css.map */

/*guide-page-css*/

.guide-main-wrapper .homebannerwrap {
    background-size: cover !important;
    background-position: center center !important;
    height: auto !important;
}

.guide-main-wrapper .homebannerwrap h1 {
    font-size: 60px;
    margin: 70px 0 0;
    font-weight: 700;
}

.guide-main-wrapper .homebannerwrap h1 span {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
}

.guide-main-wrapper .homebannerwrap h2 {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 40px 0 50px;
    font-size: 26px;
    line-height: 1.2;
}

.guide-main-wrapper .homebannerwrap .schedule-cta .btn {
    border-radius: 2px;
    font-size: 14px;
    text-transform: capitalize;

}

.guide-main-wrapper .homebannerwrap .schedule-cta .btn-red {
    background-color: #D00207;
    color: #fff;
    margin-right: 50px;
}

.guide-main-wrapper .homebannerwrap .schedule-cta .btn-red:hover {
    background-color: #fff;
    color: #D00207 !important;
}

.guide-main-wrapper .homebannerwrap .schedule-cta .btn-white {
    background-color: #fff;
    color: #D00207;
}

.guide-main-wrapper .homebannerwrap .schedule-cta .btn-white:hover {
    background-color: #D00207;
    color: #fff;
}

.guide-main-wrapper .homebannerwrap .guide-logo {
    position: relative;
    padding: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: auto;
    left: 0;
    transform: none;
    text-align: center;
    margin: 50px 0 65px;
}

.guide-main-wrapper .homebannerwrap .guide-logo img {
    -webkit-filter: brightness(100);
    filter: none;
}

.guide-main-wrapper .homebannerwrap:after {
    display: none !important;
}

.guide-main-wrapper .intro_wrap {
    margin: 0 !important;
    background-color: #F0F0EE;
    padding: 120px 0 50px;
}

.guide-main-wrapper .intro_wrap .inner-conatiner .introleft {
    padding-top: 0;
}

.guide-main-wrapper .intro_wrap .inner-conatiner .introleft .title {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}

.guide-main-wrapper .intro_wrap .inner-conatiner .introleft .bgdesc {
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #CE1C26;
    margin-bottom: 30px;
}

.guide-main-wrapper .intro_wrap .inner-conatiner .introleft p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #292929;
    margin-bottom: 20px;
}

.guide-main-wrapper .intro_wrap .inner-conatiner .introleft p:last-child {
    margin-bottom: 0;
}

.guide-main-wrapper .intro_wrap .inner-conatiner .introleft p strong {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.guide-main-wrapper .intro_wrap .inner-conatiner .introright {
    margin-right: -110px;
    width: 600px;
}

.guide-main-wrapper .insurance_experts {
    padding-bottom: 50px;
    padding-top: 80px;
}

.guide-main-wrapper .insurance_experts .title {
    font-weight: 500;
}


.guide-main-wrapper .insurance_experts .schedule-cta .btn-red {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 2px;
    background-color: #D00207;
    color: #fff;
}

.guide-main-wrapper .insurance_experts .schedule-cta .btn-red:hover {
    background-color: #000;
    color: #fff !important;
}

.guide-main-wrapper .insurance_experts .insurance_block .expert figure img {
    width: 145px;
    height: 145px;
}

.guide-main-wrapper .salesforce_top_cont .carouselwrap {
    margin-right: 70px;
    width: 97%;
    clear: both;
    float: none;
}

.guide-main-wrapper .salesforce_top_cont .carouselwrap .owl-carousel {
    float: none;
}

.guide-main-wrapper .salesforce_top_cont .carouselwrap .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.guide-main-wrapper .salesforce_top_cont .carouselwrap .owl-carousel::after {
    display: none;
}

.guide-main-wrapper .offering_carousel .hover_cont,
.guide-main-wrapper .offering_carouselsingle .hover_cont {
    background-color: rgba(204, 31, 37, 0.93);
}

.guide-main-wrapper .insightwrap {
    position: relative;
}

.guide-main-wrapper .insightwrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 0, 4, 0.8);
    mix-blend-mode: normal;
    pointer-events: none;
}

.guide-main-wrapper .insightwrap .inner-conatiner {
    position: relative;
    z-index: 99;
}

.guide-main-wrapper .insightwrap .title {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.guide-main-wrapper .insightwrap p {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    margin-bottom: 50px;
    font-weight: 500;
}

.guide-main-wrapper .insightwrap .inner-conatiner .btn-red {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 2px;
    background-color: #D00207;
    color: #fff;
    font-weight: 600;
}


.guide-main-wrapper .insightwrap .inner-conatiner .btn-red:hover {
    background-color: #fff;
    color: #D00207 !important;
}


@media (max-width: 1440px) {

    .guide-main-wrapper .offering_carousel .box {
        min-height: 640px;
        height: 640px;
    }
}

@media only screen and (max-width: 991px) {
    .guide-main-wrapper .homebannerwrap h1 {
        font-size: 30px;
    }

    .guide-main-wrapper .homebannerwrap h1 span {
        font-size: 25px;
    }

    .guide-main-wrapper .intro_wrap .inner-conatiner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .guide-main-wrapper .intro_wrap .inner-conatiner .introright {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .guide-main-wrapper .homebannerwrap h1 {
        font-size: 25px;
        margin: 50px 0 0;
    }

    .guide-main-wrapper .homebannerwrap h2 {
        margin: 30px 0;
        font-size: 20px;
        line-height: 1.2;
    }

    .guide .homebannerwrap .schedule-cta {
        max-width: 300px;
    }

    .guide-main-wrapper .homebannerwrap .schedule-cta .btn-red {
        width: 100%;
    }

    .guide-main-wrapper .homebannerwrap .schedule-cta .btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .guide-main-wrapper .homebannerwrap .guide-logo {
        margin: 30px 0;
    }

    .guide-main-wrapper .intro_wrap {
        padding: 40px 0 0;
    }

    .guide-main-wrapper .intro_wrap .inner-conatiner .introleft .title {
        font-size: 25px;
        line-height: 34px;
    }

    .guide-main-wrapper .intro_wrap .inner-conatiner .introleft .bgdesc {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .guide-main-wrapper .intro_wrap .inner-conatiner .introleft p strong {
        font-size: 16px;
        line-height: 25px;
    }

    .guide-main-wrapper .insurance_experts {
        padding-bottom: 10px;
        padding-top: 50px;
    }

    .guide-main-wrapper .insurance_experts .title {
        font-size: 25px;
    }

    .guide-main-wrapper .offering .title {
        font-size: 30px;
        text-align: center;
        font-weight: 500;
    }

    .guide-main-wrapper .offering_carousel .owl-nav,
    .guide-main-wrapper .offering_carouselsingle .owl-nav {
        justify-content: center;
    }

    .guide-main-wrapper .salesforce_top_cont .carouselwrap {
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .guide-main-wrapper .insightwrap .title {
        font-size: 25px;
    }

    .guide-main-wrapper .insightwrap p {
        font-size: 20px;
        margin-bottom: 30px;
    }
}




/*guide-page-css*/