/* ============================================== */
/*              !! GENERATED FONT !!              */
/* ============================================== */
/* @import url("https://use.typekit.net/otl5jnf.css"); */
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: aller, sans-serif;*/
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
:root {
/*
    --bs-primary: #568ae8;
    --bs-primary-rgb: 86, 138, 232;
*/

    --bs-primary: #0075BC;
    --bs-primary-rgb: 0, 117, 188;

    --bs-secondary: #07070b;
    --bs-secondary-rgb: 7, 7, 11;

    --bs-blue: #00092b;

    --bs-dark: #26262A;
    --bs-dark-rgb: 38, 38, 42;

    --bs-gray-300: #F7F9FF;
    --bs-gray-300-rgb: 247, 249, 255;

    --bs-gray-800: #252525;
    --bs-gray-800-rgb: 37, 37, 37;

    --bs-gray-900: #2a2a2b;
    --bs-gray-900-rgb: 42, 42, 43;

    --bs-font-sans-serif: 'aller', sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-size: 16px;
    --bs-body-line-height: 24px;
    --bs-body-font-weight: 300;
    --bs-body-color: var(--bs-secondary);

    --swiper-navigation-size: 26px;
}
html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.main_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
img {
    max-width: 100%;
}
a,
.btn,
button {
    cursor: pointer;
}
:focus,
:active,
.active {
    outline: 0 none;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
[type="reset"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

b {
    font-weight: 600;
}
strong {
    font-weight: 700;
}
a {
    color: var(--bs-primary);
}
/* ============================================= */
/* !!!!           SITE TYPOGRAPHY           !!!! */
/* ============================================= */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    margin-bottom: 20px;
}
h1,
.h1 {
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -0.56px;
}
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    line-height: 32px;
}
h2,
.h2 {
    font-size: 36px;
    letter-spacing: -0.36px;
}
h3,
.h3 {
    font-size: 30px;
    letter-spacing: -0.30px;
}
h4,
.h4 {
    font-size: 24px;
    letter-spacing: -0.24px;
}
h5,
.h5 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.20px;
}
h6,
.h6 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
}
small, .small {
    font-size: 14px;
    line-height: 19px;
}
.fs-sm {
    font-size: 15px;
    line-height: 22px;
}
.fs-md {
    font-size: 17px;
    line-height: 26px;
}
.fs-lg {
    font-size: 18px;
    line-height: 28px;
}
.fs-xl {
    font-size: 20px;
    line-height: 27px;
}
.display-6 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.42px;
}
.ls-0 {
    letter-spacing: 0 !important;
}
.fw-medium {
    font-weight: 500!important;
}
.fw-smbold {
    font-weight: 600!important;
}
.text-gray-3 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important;
}
.bg-gray-3 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important;
}
.text-gray-8 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important;
}
.bg-gray-8 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important;
}
.text-gray-9 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important;
}
.bg-gray-9 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important;
}

/* ============================================= */
/* !!!!             ALL BTN CSS             !!!! */
/* ============================================= */
.btn {
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    border-radius: 8px;
    min-width: 192px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-sm {
    min-width: 95px;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.btn-link {
    color: var(--bs-primary);
}
.btn-link:hover {
    color: #1297e7;
}
.btn-link img {
    margin-left: 16px;
}
.btn-link-white {
    color: #fff;
}
.btn-link-dark {
    color: #000000;
}
/*-=-= Button color varient -=-=-*/
.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
}
.btn-outline-primary {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
}
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-outline-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover {
    color: var(--bs-secondary);
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-gray {
    color: #333333;
    background-color: transparent;
    border-color: #707070;
}
.btn-outline-gray:active,
.btn-outline-gray:focus,
.btn-outline-gray:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-outline-gray:active svg,
.btn-outline-gray:focus svg,
.btn-outline-gray:hover svg {
    fill: #fff;
}
.btn-img svg {
    margin-left: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ============================================= */
/* !!!!               OVERLAYS              !!!! */
/* ============================================= */
.overlay_dark {
    background: linear-gradient(to top, rgba(27, 27, 33, 0.32), rgba(73, 73, 78, 0.56), transparent);
    border-radius: 8px;
    z-index: -1;
}
/* ============================================= */
/* !!!!              COMMON CSS             !!!! */
/* ============================================= */
.row:not(.g-0) {
    --bs-gutter-x: 1rem;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-primary .user path,
.btn-primary .user circle,
.btn-primary .user line {
    transition: 0.3s ease-in-out;
}
.btn-primary:hover .user path,
.btn-primary:hover .user circle,
.btn-primary:hover .user line,
.btn-primary:focus .user path,
.btn-primary:focus .user circle,
.btn-primary:focus .user line {
    stroke: var(--bs-primary);
}
/*
.space_bar_left {
    padding-left: 40px;
}
.space_bar_right {
    padding-right: 40px;
}
*/
.space_bar{
    position: absolute;
    top: 0;
    width: 12px;
    height: 100%;
    background: var(--bs-dark);
}
.space_bar_left .space_bar {
    left: 0;
}
.space_bar_right .space_bar {
    right: 0;
}
.inner_banner_wrapper {
    position: relative;
    min-height: 400px;
    padding: 80px 0;
    overflow: hidden;
    background-color: #252525;
}
.inner_banner_arrow_elem {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner_banner_target_elem {
    position: absolute;
    top: 32px;
    left: -57px;
}
.inner_banner_target_elem_center {
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.inner_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(37, 37, 37);
    background: -moz-linear-gradient(180deg, rgba(37, 37, 37, 1) 0%, rgba(70, 70, 70, 0.4) 38%, rgba(109, 109, 109, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(37, 37, 37, 1) 0%, rgba(70, 70, 70, 0.4) 38%, rgba(109, 109, 109, 0) 100%);
    background: linear-gradient(180deg, rgba(37, 37, 37, 1) 0%, rgba(70, 70, 70, 0.4) 38%, rgba(109, 109, 109, 0) 100%);
}
.inner_banner_content {
    position: relative;
    z-index: 2;
}
.inner_banner_content p {	
    font-size: 16px;	
    line-height: 22px;	
}
/*-=-=- common form -=-=-=*/
.form-control, .form-control:focus {
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 17px 0 10px;
    margin: 0 0 25px;
    border: 0;
    border-bottom: 1px solid #000000;
    max-width: 100%;
}
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}
textarea::placeholder,
.form-control::placeholder {
    color: #000000;
    opacity: 1;
}
.form_light .btn:active,
.form_light .btn:focus,
.form_light .btn:hover {
    border-color: var(--bs-secondary);
    background-color: rgba(var(--bs-secondary-rgb), 1);
}
.form_dark .form-control, .form_dark .form-control:focus {
    color: #C1C1C1;
    border-color: #fff;
    font-size: 14px;
}
.form_dark textarea::-webkit-input-placeholder,
.form_dark .form-control::-webkit-input-placeholder {
    color: #c1c1c1;
}
.form_dark textarea:-ms-input-placeholder,
.form_dark .form-control:-ms-input-placeholder {
    color: #c1c1c1;
}
.form_dark textarea::placeholder,
.form_dark .form-control::placeholder {
    color: #c1c1c1;
}
.download_form .form-control, .download_form .form-control:focus {
    color: #575757;
    border-color: #575757;
    font-size: 14px!important;
}
.download_form textarea::-webkit-input-placeholder,
.download_form .form-control::-webkit-input-placeholder {
    color: #575757;
}
.download_form textarea:-ms-input-placeholder,
.download_form .form-control:-ms-input-placeholder {
    color: #575757;
}
.download_form textarea::placeholder,
.download_form .form-control::placeholder {
    color: #575757;
}
.form-note {
    color: #9B9B9B;
    margin-bottom: 10px;
}
.form-label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}
.input-file {
    position: relative;
}
.input-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.input-file .file-btn {
    display: block;
    padding: 40px 15px;
    border: 2px dashed #E3E3E3;
    text-align: center;
    cursor: pointer;
    margin-bottom: 12px;
}
.input-file .file-btn img {
    margin-bottom: 20px;
}
.input-file .file-btn p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
}
.input-file .file-btn p span {
    color: var(--bs-primary);
    text-decoration: underline;
}
.input-file .file-selected {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    display: block;
    color: var(--bs-primary);
}
.form_primary {
    max-width: 800px;
    margin: 0 auto;
}
.form_primary .form-control, .form_primary .form-control:focus {
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    padding: 15px;
    color: var(--bs-dark);
    line-height: 19px;
}
/*-=-=-=-=- Common Gravity Form -=-=-=-=-=*/
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0!important;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer{
    justify-content: center;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px!important;
    grid-column-gap: 24px!important;
}
.contact_form  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 37px!important;
}
.download_form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 40px!important;
}
.form_primary .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 40px!important;
    grid-column-gap: 28px!important;
}
.gform_button, .gform_next_button, .gform_previous_button{
    display: inline-block;
    font-weight: 400;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);

    border-radius: 8px;
    min-width: 192px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gform_button:active,
.gform_button:focus,
.gform_button:hover {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
}
.form_dark .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.form_dark .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}
.form_dark .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.form_dark .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
    color: #c1c1c1;
}
.form_dark .gform_wrapper.gravity-theme input[type=text]::placeholder,
.form_dark .gform_wrapper.gravity-theme textarea::placeholder {
    color: #c1c1c1;
}
.form_primary .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.form_primary .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
    color: var(--bs-dark);
}
.form_primary .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.form_primary .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
    color: var(--bs-dark);
}
.form_primary .gform_wrapper.gravity-theme input[type=text]::placeholder,
.form_primary .gform_wrapper.gravity-theme textarea::placeholder {
    color: var(--bs-dark);
}
.gform_wrapper.gravity-theme input[type=text] {
    font-size: 16px!important;
    padding: 17px 0 10px!important;
    margin: 0!important;
}
.download_form .gform_wrapper.gravity-theme input[type=text],
.form_dark .gform_wrapper.gravity-theme input[type=text] {
    font-size: 14px!important;
}
.download_form .gform_wrapper .gfield_error [aria-invalid=true],
.form_light .gform_wrapper .gfield_error [aria-invalid=true],
.form_dark .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 0;
    border-bottom: 1px solid #c02b0a;
}
.form_primary .gform_wrapper.gravity-theme input[type=text] {
    padding: 15px!important;
    font-size: 14px!important;
}
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
    display: block!important;
    width: 100%!important;
    font-weight: 400!important;
    background-clip: padding-box!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-color: transparent!important;
    border-radius: 0!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: #000000!important;
    padding: 17px 0 10px!important;
    margin: 0!important;
    border: 0!important;
    border-bottom: 1px solid #000000!important;
    max-width: 100%!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
}
.gform_wrapper.gravity-theme select {
    padding-right: 45px!important;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 96% 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cpattern id='a' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 64 64'%3E%3Cimage width='64' height='64' xlink:href='data:image/png;base64,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'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='25' height='25' rx='12.5' fill='url(%23a)'/%3E%3C/svg%3E");
}
.form_dark .gform_wrapper.gravity-theme textarea {
    color: #C1C1C1!important;
    border-color: #fff!important;
    font-size: 14px!important;
}
.form_primary .gform_wrapper.gravity-theme textarea,
.form_primary .gform_wrapper.gravity-theme select {
    border: 1px solid var(--bs-primary)!important;
    border-radius: 8px!important;
    padding: 15px!important;
    color: var(--bs-dark)!important;
    line-height: 19px!important;
    font-size: 14px!important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 16px!important;
    line-height: 20px!important;
    font-weight: 400;
}
.form_dark .gform_wrapper.gravity-theme .gfield_checkbox label {
    color: #C1C1C1!important;
    font-size: 14px!important;
}
.contact_form .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 60px;
    padding: 0;
    text-align: center;
}
.contact_form .gform_wrapper.gravity-theme textarea {
    margin: 0!important;
}
.form_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0 0!important;
    border-bottom: 1px solid #fff;
}
.form_select label {
    font-size: 14px !important;
    color: #C1C1C1;
    font-weight: normal !important;
    flex-shrink: 0;
    margin: 0 !important;
}
.form_select .ginput_container_select {
    display: inline-block;
    width: 100%;
}
.form_dark .gform_wrapper.gravity-theme select {
    padding: 10px 20px 10px 4px!important;
    border: 0 !important;
    background-color: var(--bs-dark) !important;
    color: #C1C1C1!important;
    font-size: 14px!important;
    line-height: 19px!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-size: 19px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg transform='translate(0.249 0.393)'%3E%3Cimage width='19' height='19' transform='translate(-0.249 -0.393)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAACMElEQVR4nO3ZT4hOURjH8Tvj/5+IJBpJZsooKSVloWRhoZSFhbJQNhbKwsbS1sZCWdgoCzULC6UsJCkLJUVSTElGTSQRIf99LOZMc5sx5t+57533fZ/v8t5znuf3u/fce855TlEEQRAEQRAEQRAEQdB24Bb60V23lkaB7uT5ZoGnhhhEb93iqga9ySs8KbAez9KFN9hat8iqwGa8Sl5fYOPwjTV4nG68x46atWYH2/A2eexH1+gGq/EoNfiAnTVpzQ62493wsMfa8RquwL3U8DP2NFhrdrALH5OnB1g1UYfluJs6fMHeBmnNDnbjU/JyHysn23FJmh7hOw5UrDU72IevycMdLJtqgMW4kQL8wMGKtGYH+/Etab+NpdMNNB9XU6BfOJJZa3ZwCD+T5utYONOA83AlBfyNo5m0ZgeHS+avYUGuwHNwKQX+gxNZAmcEx9ILgj7MzZ2gExdLD+Fk1gQzAMeTJric3XwpUQfOGeF0JYmmpulUSc8FdFadsANnS0nPVJrw/1rK5s+joy2Sz5qX0PDhV8zCz7BhP6BiFv+IK5+CiiaYilW1CCmaaDFm7DJ0UYaYzbUcl2sjUjTxhsxMt6JFC2zJTbcYUbRQUcZUy1FFC5blTLYgWbRwYdbYkvS6f7Rp7dK88Q4lhu61x+EMNhk5lnqJHmzA83TtNbbUrbNSkumBZHiw9EAG0FO3voYwasiP+STaAnThYZoeuybuEQRBEARBEARBEARBkIe//sZAo3iZ6AYAAAAASUVORK5CYII='/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
}
.gfield_checkbox .gchoice, .gfield_radio .gchoice {
    position: relative;
    margin-top: 20px;
}
.contact_form .gfield_checkbox .gchoice {
    margin-top: -20px;
}
.contact_form .gfield_checkbox {
    margin-top: 0;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
/*    left: 0;*/
    opacity: 0;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
    padding-left: 36px;
    position: relative;
    cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"] + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 2px;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"] + label::after {
    position: absolute;
    content: "";
    top: 1px;
    left: 7px;
    width: 6px;
    height: 13px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);transform: rotate(45deg);
    opacity: 0;
}
.form_dark .gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"] + label::before,
.form_dark .gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"] + label::after {
    border-color: #fff;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="radio"] + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="radio"]:checked + label::before {
    background-color: #000;
    box-shadow: inset 0px 0px 0px 3px #fff;
}
.form_dark .gform_wrapper.gravity-theme .gfield-choice-input[type="radio"] + label::before {
    border-color: #fff;
}
.form_dark .gform_wrapper.gravity-theme .gfield-choice-input[type="radio"]:checked + label::before {
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 3px #000;
}
#gform_wrapper_38 .gform_footer,
#gform_wrapper_39 .gform_footer {
    visibility: hidden;
    position: absolute;
    left: -100vw;
}
.download_form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    text-align: center;
}
.download_form .gform_wrapper .gfield_required {
    color: #575757;
}
/*-=-=- Animation css -=-=-=-*/
.spin_anim {
    -webkit-animation: spin 40s linear infinite normal;
    animation: spin 40s linear infinite normal;
}
.spin_anim_center {
    -webkit-animation: spinCenter 40s linear infinite;
    animation: spinCenter 40s linear infinite;
    transform-origin: center center;
}
.svg_arrow_grp_two {
   fill:#fff;
}
.fill_light_blue.svg_arrow_grp_two {
    fill:#EBF0FD;
}
/*
.svg_arrow_grp {
    animation-name: fill;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.svg_arrow_grp.fill_light_blue{
    animation-name: fill_light_blue;
}
.svg_arrow_grp_two {
    animation-delay: 0.2s;
}
.svg_arrow_grp_three {
    animation-delay:0.4s;
}
*/

@-webkit-keyframes fill {
    0% {
        fill: #fff;
    }
    100% {
        fill: none;
    }
}
@keyframes fill {
    0% {
        fill: #fff;
    }
    100% {
        fill: none;
    }
}
@-webkit-keyframes fill_light_blue {
    0% {
        fill: #EBF0FD;
    }
    100% {
        fill: none;
    }
}
@keyframes fill_light_blue {
    0% {
        fill: #EBF0FD;
    }
    100% {
        fill: none;
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinCenter {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg);
    }
}
@keyframes spinCenter {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg);
    }
}
/* ============================================= */
/* !!!!               ELEMENTS              !!!! */
/* ============================================= */
.arrow_ele {
    top: -12%;
    right: 4%;
}
.target_ele {
    top: -30px;
    left: -35px;
}
.side_arr {
    bottom: 2px;
    right: 40px;
}
.arrow_ele_two {
    left: 10%;
}
.target_ele_two {
    left: 50.5%;
    top: -12px;
}
.arrow_ele_three {
    left: -10%;
}
.target_ele_three {
    top: -34px;
    right: -50px;
}
.target_ele_four {
    left: -50px;
    bottom: -10px;
    z-index: 1;
}
.target_ele_five {
    left: 19%;
    top: 40px;
}
.target_ele_six {
    left: 34%;
    bottom: 20px;
}
.target_ele_seven {
    top: -40px;
    right: -55px;
}
.target_ele_eight {
    left: -180px;
    top: 16px;
}
.arrow_ele_five {
    left: 150px;
    top: -26px;
}
.arrow_ele_six {
    right: 100px;
}
/* ============================================= */
/* !!!!          TRIANGLE ELEMENTS          !!!! */
/* ============================================= */
.triangle {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--bs-gray-800);
    z-index: 2;
}
.triangle_sm {
    width: 50px;
    height: 50px;
}
.triangle_top_left {
    top: -1px;
    left: -1px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.triangle_top_right {
    top: -1px;
    right: -1px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.triangle_bottom_left {
    bottom: -1px;
    left: -1px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.triangle_bottom_right {
    bottom: -1px;
    right: -1px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
/* ============================================= */
/* !!!!              TOP HEADER             !!!! */
/* ============================================= */
.top_header {
    z-index: 999;
}
.navbar_brand {
    display: inline-block;
    padding: 16px 0;
}
.navbar_logo {
    position: relative;
}
.navbar_logo::before {
    content: "";
    position: absolute;
    background-color: white;
    height: 100%;
    width: 5000px;
    right: 40px;
    top: 0;
    -webkit-transform: skewX(-57deg);transform: skewX(-57deg);
}
.navbar_brand img {
    position: relative;
    z-index: 2;
    max-width: 150px;
}
/*
.top_header_content {
    padding-left: 85px;
}
*/
.top_header_content p {
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1.4px;
}
.top_header_content p a {
    color: var(--bs-primary);
}
.top_header_content p:not(:nth-last-of-type(1)) {
    margin-right: 34px;
}
.header_search_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header_search_form .form-control,
.header_search_form .form-control:focus {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    margin: 0 15px 0 0;
    padding: 0;
    color: #fff;
}
.header_search_form .form-control::placeholder {
    color: #fff;
}
.header_search_form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.header_search_form .form-control:-ms-input-placeholder {
    color: #fff;
}
.header_search_form form .btn {
    min-width: unset;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}
.home .navbar .dropdown .btn {
    background-color: transparent;
}
.top_call {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-right: 23px;
}
.top_call a {
    color: #fff;
}
/* ============================================= */
/* !!!!              NAVIGATION             !!!! */
/* ============================================= */
.navbar-transparent {
    background-color: transparent!important;
}
.navbar_container {
    position: relative;
    transition: all 0.3s linear;
}
.navbar_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 125px;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.95;
    z-index: -1;
    transition: all 0.3s linear;
}
.home .navbar_container::before {
    opacity: 0;
}
.navbar {
    position: fixed;
/*    top: 0;*/
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 1054;
    padding: 0;
    background-color: var(--bs-gray-800);
}
.fixed_navbar {
    background: var(--bs-gray-800);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar_container.fixed_navbar::before {
    opacity: 0;
}
/*
.fixed_navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--bs-gray-800);
    z-index: 9999;
    transition: all 0.3s linear;
    -op-animation-name: stickySlideDown;
	-webkit-animation-name: stickySlideDown;
	animation-name: stickySlideDown;
	-op-animation-duration: 300ms;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
*/
@-webkit-keyframes stickySlideDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes stickySlideDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.page_contnet {
    margin-top: 144px;
}
.navbar-transparent + .page_contnet {
/*    margin-top: 76px;*/
    margin-top: 120px;
}
.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 1.2px;
    padding: 8px 13px;
    color: var(--bs-white);
    background-color: transparent;
}
.navbar-nav .nav-item:not(:nth-last-of-type(1)) {
    margin-right: 34px;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link.active {
    color: #fff;
}
.navbar .dropdown .btn {
    font-size: 14px;
    line-height: 19px;
    min-width: 199px;
    padding: 13px;
    border-width: 2px;
}
.navbar .dropdown .btn-primary:hover,
.navbar .dropdown .btn-primary:focus {
    color: var(--bs-white);
}
.navbar .dropdown .btn svg {
    margin-right: 9px;
}
.navbar .dropdown .btn-primary span {
    background-color: #2b7eb1;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    padding: 4.5px 6px;
    margin-left: 6px;
}
.home .navbar .dropdown .btn-primary span {
    background-color: transparent;
}
.navbar .dropdown .btn-primary span {
    transition: 0.3s ease-in-out;
}
.navbar .dropdown .btn-primary:hover span,
.navbar .dropdown .btn-primary:focus span {
    background-color: transparent;
}
.navbar .dropdown .dropdown-toggle::after {
    display: none;
}
/*
.navbar .dropdown-menu {
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
}
.navbar .dropdown-item {
    padding: 8px 16px;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    background-color: transparent;
    color: var(--bs-primary);
}
*/

/*-=- Sub menu -=-=-=-*/
.navbar-nav .dropdown-menu {
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #414141;
    border: 0;
    border-radius: 0;
}
.navbar-nav .dropdown-item {
    padding: 6px 10px;
    font-weight: 300;
    color: #fff;
}
.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item:hover {
    background-color: transparent;
}
.login_btn {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.login_btn .dropdown-toggle::after {
    display: none;
}
.login_btn .dropdown-menu {
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #414141;
    border: 0;
    border-radius: 0;
    z-index: -1;
    width: 100%;
}
.login_btn .dropdown-item {
    padding: 6px 10px;
    font-weight: 300;
    color: #fff;
}
.login_btn .dropdown-item:focus,
.login_btn .dropdown-item:active,
.login_btn .dropdown-item:hover {
    background-color: transparent;
}
.top_header .login_btn .btn {
    color: #fff;
    border: 0;
    padding: 8px 0;
    font-size: 16px;
    min-width: unset;
}
.top_header .login_btn .btn svg {
    vertical-align: text-bottom;
}
.top_header .login_btn .btn img {
    max-width: 16px;
    margin-left: 6px;
}
.navbar_btn .btn {
    font-weight: 700;
    padding: 13px 18px;
}
.navbar_btn .btn-primary:hover {
    color: #fff;
}
.navbar_btn .btn-img svg {
    margin-left: 15px;
}
/* ============================================= */
/* !!!!            BANNER SECTION           !!!! */
/* ============================================= */
.home_arrow_elem {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_arrow_elem img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_fixed_btn_wrap {
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.banner_fixed_btn {
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: 0.36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 13px 20px;
    margin-right: 14px;
    margin-left: 20px;
    /* -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center; */
}
.banner_fixed_btn.banner_fixed_btn_light {
    background-color: #E4E4E4;
    color: #202020;
}
.banner_fixed_btn.banner_fixed_btn_dark {
    background-color: #4cbb17;
    color: #fff;
}

.banner_section {
    min-height: 685px;
    padding: 165px 0;
    overflow: hidden;
}
.banner_section_content p {
    font-size: 17px;
    line-height: 26px;
}
.banner_section_content .btn {
    margin: 22px 20px 0 0;
}
.banner_btn {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    min-width: 219px;
    text-align: left;
    padding: 18px 50px 18px 18px;
    border: 0;
    border-radius: 0;
    margin-bottom: 17px;
    background-color: transparent;
}
.banner_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4F5054;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    transition: all 0.3s ease-in-out;
}
.banner_btn_light::before {
    background-color: #4F5054;
}
.banner_btn_dark::before {
/*    background-color: var(--bs-primary);*/
    background-color: #4cbb17;
}
.banner_btn span {
    position: relative;
}
.banner_btn:active,
.banner_btn:focus,
.banner_btn:hover {
    color: #fff;
}
.banner_btn_light:active::before,
.banner_btn_light:focus::before,
.banner_btn_light:hover::before {
    background-color: var(--bs-secondary);
}
.banner_btn_dark:active::before,
.banner_btn_dark:focus::before,
.banner_btn_dark:hover::before {
    background-color: #2d7809;
}
/* ============================================= */
/* !!!!          OPTIMIZE OUTCOMES          !!!! */
/* ============================================= */
.optimize_outcomes {
    padding-top: 70px;
    padding-bottom: 20px;
}
/*
.optimize_outcomes::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: var(--bs-gray-800);
}
*/
.banner_bottom.useful_links_wrapper{
    margin-top: -185px;
}
.banner_bottom .useful_links_wrap {
    margin-top: 0;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.banner_bottom .useful_links_block {
    padding: 35px 15px;
}
.banner_bottom .useful_links_block:not(:last-child)::before {
    background-color: var(--bs-primary);
}
/*  */
.att_logo {
    padding: 30px 0;
}
.att_logo img {
    max-width: 150px;
    margin-bottom: 20px
}
.att_logo img:not(:last-child) {
    margin-right: 20px;
}
.optimize_outcomes_content {
    max-width: 418px;
}
.optimize_outcomes_content .btn_wrap {
    margin-top: 55px;
}
.optimize_outcomes_content .btn-primary {
    margin-right: 30px;
}
.optimize_info_box {
    margin-bottom: 50px;
    padding-left: 17.5px;
}
.optimize_info_box::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 100%;
    background-color: var(--bs-primary);
    left: 0;
    border-radius: 3px;
}
.optimize_info_wrapper > div:last-child .optimize_info_box::before {
    opacity: 0;
}
.optimize_info_box h2 {
    margin-bottom: 10px;
}
.optimize_info_box p {
    margin-bottom: 0;
}
.optimize_info_box h2,
.optimize_info_box p {
/*    color: var(--bs-blue);*/
    color: #fff;
}
.optimize_info_box img {
    max-height: 74px;
}
/* ============================================= */
/* !!!!          OUR CORE SERVICES          !!!! */
/* ============================================= */
.services_wrapper {
/*    background-color: var(--bs-gray-800);*/
    padding: 80px 0 38px;
}
/*
.services_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: var(--bs-gray-800);
}
*/
.services_title_wrap {
    padding: 0 0 60px;
}
.service_box{
    display: block;
    width: 100%;
    padding: 24px 10px;
    background-color: #1a1a1a;
/*    border: 1px solid var(--bs-primary);*/
    border-radius: 8px;
    margin-bottom: 18px;
}
.service_box::before {
    content: '';
    position: absolute;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 70%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 70%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 70%, rgba(27,27,33,1) 100%);
    opacity: 0;
    width: 100%;
    height: calc(100% + 2px);
    border-radius: 8px;
    top: -1px;
    left: 0;
    bottom: -1px;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service_box::after {
    content: '';
    position: absolute;
    background-color: #1a1a1a;
    border: 1px solid var(--bs-primary);
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service_box_inner {
    position: relative;
    z-index: 1;
}
.service_box_img, .service_box_title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service_box_title p {
    margin-bottom: 0;
}
.service_box_img {
    min-height: 50px;
    max-height: 50px;
}
.service_box_img img {
    height: 40px;
}
.service_hover_text {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.service_box:hover{
    border-color: transparent;
}
.service_box:hover::after {
    opacity: 0;
}
.service_box:hover::before {
    opacity: 0.6;
}
.service_box:hover .service_box_img,
.service_box:hover .service_box_title {
    opacity: 0;
}
.service_box:hover .service_hover_text  {
    opacity: 1;
    transition-delay: 0.2s;
}
.services_expand {
    margin-top: 135px;
}
.services_expand span {
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease;
}
.services_expand span.active {
    transform: rotate(180deg);
}
.services_wrap {
/*    height: 268px;*/
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* ============================================= */
/* !!!!          EXPERT LOGISTICS           !!!! */
/* ============================================= */
.expert_logistics_arrow_elem {
    top: -60px;
    left: -10%;
}
.expert_logistics_arrow_elem img {
    height: 100%;
    object-fit: cover;
}
.expert_logistics {
    padding: 115px 0 25px;
    overflow: hidden;
    background-position: left center;
    background-repeat: repeat-x;
    background-size: cover;
}
.expert_logistics::before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height:40px;
	background: var(--bs-gray-800)
}
.expert_logistics_title {
    max-width: 410px;
    padding: 0 0 60px;
}
.expert_logistics_title h2 {
    color: var(--bs-gray-900);
}
.expert_logistics_content {
    margin-bottom: 80px;
    max-width: 254px;
}
.expert_logistics_svg {
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
}
.expert_logistics_text h6 {
    margin-bottom: 16px;
}
/*-=-= Full width wrapper-=-=-=*/
.full_width_wrapper {
    position: relative;
    padding-top: 47px;
    z-index: 2;
}
.full_width_content {
    position: relative;
    padding: 40px 0;
    z-index: 1;
}
.full_width_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full_width_elem {
    top:-40px;
    left: 0;
}
.full_width_elem_two {
    bottom: 25px;
    left: 34%;
    z-index: 1;
}
.full_width_content h3 {
    margin-bottom: 24px;
}
.full_width_content strong {
    font-weight: normal;
    display: block;
}
.mg_active .triangle,
.mg_active .space_bar {
    display: none;
}
.mg_active .full_width_img img {
    margin-left: 0;
}
.full_width_bottom_content {
    padding: 42px 0 65px;
}
.list_icon_wrap {
    position: relative;
    padding-left: 48px;
    margin-bottom: 0;
}
.list_icon_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5px;
    height: 100%;
    background-color: var(--bs-primary);
    border-radius: 3px;
}
.list_icon_wrap li {
    display: -webkit-box;display: -ms-flexbox;display: flex;
    margin-bottom: 27px;
}
.list_icon_wrap li:last-child {
    margin-bottom: 0;
}
.list_icon_wrap li .list_icon {
    flex-shrink: 0;
    margin-right: 30px;
}
.list_icon_wrap li p {
    margin-bottom: 0;
}
.service_full_width_wrapper_two .list_icon_wrap + p {
    margin-top: 40px;
}
.service_full_width_wrapper_two .list_icon_wrap li img {
    max-width: 35px;
    min-width: 35px;
}
/*
.service_full_width_wrapper_two .list_icon_wrap li p {
    font-size: 18px;
    line-height: 24px;
}
*/
.ob_bottom img {
    -o-object-position: bottom;object-position: bottom;
}
/* ============================================= */
/* !!!!            FORM SECTION             !!!! */
/* ============================================= */
.form_circle_elem {
    top: -90px;
    right: -70px;
    z-index: 2;
}
.form_arrow_icon_elem {
    bottom: 0;
    right: -35px;
}
.form_section {
    background-repeat: repeat-x;
    background-size: cover;
    background-position: left center;
    padding: 135px 0;
}
.form_section_content {
    z-index: 2;
}
.form_section_content h2 {
    margin-bottom: 14px;
}
.form_section_content p {
    max-width: 475px;
}
.form_section_content form {
    padding: 21px 0 0;
}
.form_section_content .btn-primary {
    min-width: 50px;
}
.form_container .btn svg line,
.form_container .btn svg path {
    transition: 0.3s ease-in-out;
}
.form_container .btn:hover svg line,
.form_container .btn:hover svg path {
    stroke: var(--bs-primary);
}
/*-=-=- testimonial wrapper =-=-=-=-*/
.testimonial_arrow_icon_elem {
    left: 59%;
}
.testimonial_wrapper {
    background-color: #1a1a1a;
    padding-top: 80px;
    padding-bottom: 100px;
    z-index: 2;
}
.testimonial_wrapper .title_wrap {
    margin-bottom: 63px;
}
.testimonial_wrapper .swiper-button-next, .testimonial_wrapper .swiper-button-prev {
    color: #fff;
}
.testimonial_slider .swiper-slide {
    height: auto;
}
.testimonial_block {
    height: 100%;
    max-width: 280px;
    background-color: var(--bs-gray-800);
    border-radius: 8px;
    padding: 17px 37px;
    margin: 0 auto;
}
.testimonial_block .icon {
    margin-bottom: 7px;
}
.testimonial_block .content {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.65px;
}
.testimonial_block .bottom p {
    margin-bottom: 0;
    letter-spacing: 0.6px;
}
/* ============================================= */
/* !!!!            NEWS & UPDATES           !!!! */
/* ============================================= */
.news_updates {
    padding: 65px 0 35px;
}
.news_updates .title_wrap h3 {
   margin-bottom: 0;
}
.news_row {
    position: relative;
    z-index: 3;
    -ms-flex-wrap: nowrap;flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: visible;
    padding: 45px;
    scrollbar-width: none;
}
.news_row::-webkit-scrollbar-track {
    display: none;
}
.news_row::-webkit-scrollbar {
    display: none;
}
.news_row::-webkit-scrollbar-thumb{
    display: none;
}
.news_updates_box {
    padding: 25px 22px;
    margin-bottom: 35px;
    -webkit-box-shadow: 20px 20px 42px 20px rgba(188, 204, 249, 0.31), -20px -18px 42px 0px rgba(188, 204, 249, 0.31);
    box-shadow: 20px 20px 42px 20px rgba(188, 204, 249, 0.31), -20px -18px 42px 0px rgba(188, 204, 249, 0.31);
    max-width: 226px;
    background-color: #fff;
}
.news_updates_box:not(:last-child){
    margin-right: 38px;
}
.news_updates_icon {
    background-color: rgba(var(--bs-primary-rgb), 0.5);
    width: 36px;
    height: 36px;
}
.news_updates_content h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 13px;
}
.news_updates .btn_wrap .btn {
    border-width: 1.5px;
    min-width: 125px;
    padding: 6px 8px;
}
/* ============================================= */
/* !!!!            OUR NEWSLETTER           !!!! */
/* ============================================= */
.newsletter_arrow_elem {
    right: 37px;
    top: -20px;
}
.newsletter_wrapper {
    background-color: var(--bs-gray-300);
    padding: 40px 0;
    overflow: hidden;
    background-position: right center;
    background-repeat: repeat-x;
    background-size: cover;
}
.newsletter_container {
/*    max-width: 359px;*/
    max-width: 701px;
}
.newsletter_container h4,
.newsletter_container p {
    color: var(--bs-gray-800);
}
.newsletter_container form {
    margin-top: 40px;
}
.newsletter_container form .form-control {
    background-color: var(--bs-white);
    max-width: 293px;
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 0;
    padding: 16px 25px;
}
.newsletter_container form .form-control,
.newsletter_container form .form-control::placeholder {
    font-size: 13px;
    line-height: 18px;
    color: #6e6e6e;
}
.newsletter_container .btn-primary {
    min-width: 50px;
}
.newsletter_container .btn-primary:active,
.newsletter_container .btn-primary:hover,
.newsletter_container .btn-primary:focus {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.newsletter_container .gform_wrapper.gravity-theme input[type=text] {
    font-size: 13px!important;
    line-height: 18px!important;
    padding: 16px 25px!important;
    margin-right: 8px!important;
}
.newsletter_container .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 11;
    grid-column: span 11;
}
.newsletter_container .gform_wrapper.gravity-theme .gfield.form_inline_button {
    -ms-grid-column-span: 1;
    grid-column: span 1;
}
.newsletter_container .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 8px!important;
}
/* ============================================= */
/* !!!!             OUR PARTNERS            !!!! */
/* ============================================= */
.our_partners {
    background-color: var(--bs-gray-300);
}
.partners_innnerwrap {
    max-width: 1070px;
    margin: 0 auto;
}
.our_partners_content .title_wrap {
    margin-bottom: 40px;
}
.our_partners_wrapper {
    padding-top: 75px;
    padding-bottom: 40px;
    z-index: 1;
}
.our_partners_wrapper .title_wrap {
    margin-bottom: 30px;
}
.our_partners_icons:not(:last-child) {
    padding-right:65px;
}
/* ============================================= */
/* !!!!             OUR PARTNERS            !!!! */
/* ============================================= */
.world_time_wrapper {
    padding: 40px 0 6px;
    border-bottom: 1px solid #8a8a8a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.world_time_box {
    padding: 0 13px;
    margin-bottom: 34px;
}
.world_time_icon {
    margin-bottom: 8px;
}
.world_time_content p {
    margin-bottom: 4px;
}
.world_time_content p span {
    font-size: 13px;
    color: var(--bs-gray-400);
}
/* ============================================= */
/* !!!!                FOOTER               !!!! */
/* ============================================= */
footer {
    padding: 0 0 17px;
}
.footer_logo a {
    display: inline-block;
}
.footer_logo::before {
    content: "";
    position: absolute;
    background-color: white;
    height: 56px;
    width: 5000px;
    right: 0;
    top: 0;
    transform: skewX(-50deg);
}
.footer_logo a {
    padding: 5px 0;
}
.footer_logo img {
    position: relative;
    max-width: 156px;
}
.footer_contact {
    margin-top: 34px;
    margin-bottom: 30px;
}
.footer_contact p {
    margin-bottom: 10px;
}
.footer_contact p a {
    color: var(--bs-primary);
    margin-left: 8px;
}
.footer_links_wrap {
    margin-right: -17px;
    margin-left: -17px;
}
.footer_links {
    padding: 55px 17px 0;
}
.footer_links_icon svg path,
.footer_bottom p a {
    transition: 0.3s ease-in-out;
}
.footer_contact p,
.footer_links_title p {
    font-weight: 400;
}
.footer_contact p,
.footer_links p {
    letter-spacing: 1.2px;
}
.footer_links_title,
.footer_links_icon {
    margin-bottom: 30px;
}
.footer_links_items p {
    margin-bottom: 20px;
}
.footer_links_items p a,
.footer_bottom p a {
    color: var(--bs-white);
    transition: 0.3s ease-in-out;
}
.footer_links_items p a:hover {
    color: var(--bs-primary);
}
.footer_links_icon svg:hover path {
    fill: var(--bs-primary);
}
/* Footer-bottom */
.footer_bottom_wrapper {
    padding: 59px 0 0;
}
.footer_bottom {
    border-top: 1px solid #232733;
    padding: 13px 0 0;
}
.footer_bottom p {
    letter-spacing: 1.1px;
    margin-bottom: 10px;
}
.footer_bottom p, .footer_bottom small {
    font-size: 11px;
}
.footer_bottom p a:hover {
    text-decoration: underline;
}
/*-=-=common content-=-*/
.common_content_arrow_icon_elem_one {
    left: -25px;
    top: 66px;
}
.common_content_arrow_icon_elem_two {
    left: 14px;
    bottom: 42px;
}
.common_content_wrap {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.common_content_wrap p:last-child {
    margin-bottom: 0;
}
/*-=-= full width wrapper two-=-*/
.full_width_two_circle_elem_one {
    top: -25px;
    left: -45px;
}
.full_width_two_circle_elem_two {
    z-index: 1;
    left: 51.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -58px;
}
.full_width_two_circle_elem_three {
    top: 100px;
    right: 100px;
}
.full_width_two_circle_elem_four {
    top: 18px;
    left: -15px;
}
.full_width_two_circle_elem_five{
    z-index: 1;
    left: 35%;
    bottom: 140px;
}
.full_width_two_circle_elem_six {
    top: 80px;
    right: 0;
}
.full_width_two_arrow_elem_one {
    top: -20%;
    right: 17%;
}
.full_width_wrapper_two {
    padding-top: 50px;
}
.approach_page.full_width_wrapper_two {
    overflow: hidden;
}
.full_width_content_two {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 60px;
}
/*-=-=- Resume wrapper -=-*/
.resume_arrow_elem {
    top: -20%;
    left: -8%;
}
.resume_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.cv_form {
    max-width: 495px;
    margin: 0 auto;
}
/*-=-=- Team page -=-=-=*/
.staff_circle_elem_one {
    left: -195px;
    bottom: 20%;
}
.staff_circle_elem_two {
    right: -152px;
    top: 27%;
}
.staff_wrapper {
    padding-top: 75px;
}
.staff_wrapper .title_wrap {
    max-width: 755px;
    margin: 0 auto 95px;
}
.staff_block {
    max-width: 520px;
    margin: 0 auto 80px;
    text-align: center;
}
.staff_block.staff_block_lg {
    max-width: 670px;
}
.staff_block_img {
    position: relative;
    max-width: 278px;
    max-height: 278px;
    border-radius: 100%;
    margin: 0 auto 20px;
}
.staff_block_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0.2;
    background: rgb(102, 102, 106);
    background: -moz-linear-gradient(180deg, rgba(102, 102, 106, 0) 0%, rgba(73, 73, 78, 0.9) 65%, rgba(27, 27, 33, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102, 102, 106, 0) 0%, rgba(73, 73, 78, 0.9) 65%, rgba(27, 27, 33, 1) 100%);
    background: linear-gradient(180deg, rgba(102, 102, 106, 0) 0%, rgba(73, 73, 78, 0.9) 65%, rgba(27, 27, 33, 1) 100%);
}
.staff_block_img img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    max-width: 278px;
    max-height: 278px;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
}
.staff_block_lg .staff_block_img,
.staff_block_lg .staff_block_img img {
    max-width: 406px;
    max-height: 406px;
}
.staff_block h5 {
    margin-bottom: 8px;
    letter-spacing: 0.40px;
}
.staff_block h5.text-primary {
    margin-bottom: 16px;
}
.staff_block h6 {
    margin-bottom: 16px;
    color: #8E8E8E;
    letter-spacing: 0;
}
/*
.staff_block_content {
    color: #B1B1B1;
}
*/
.staff_block_content p:last-child {
    margin-bottom: 0;
}
/*-=-=-= News page -=-=-*/
.related_news_circle_elem_one {
    left: -58px;
    bottom: 64px;
}
.related_news_circle_elem_two {
    top: -90px;
    right: -165px;
}
.news_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.news_wrapper .title_wrap {
    margin-bottom: 70px;
}
.news_block {
    display: block;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.news_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    border-radius: 8px;
}
.related_news_wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
}
.related_news_wrapper .title_wrap {
    margin-bottom: 80px;
}
.related_news_block {
    display: block;
    margin-bottom: 20px;
}
.related_news_block_img {
    position: relative;
    border-radius: 8px;
    margin-bottom: 12px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.related_news_block_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.5;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
}
.related_news_block img {
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.related_news_content p {
    margin-bottom: 0;
}
.related_news_content p.title {
    color: var(--bs-body-color);
}
.related_news_content p.subtitle {
    color: #9D9D9D;
}
.related_news_block:hover p {
    color: var(--bs-primary);
}
/*-=-=-= Resources page -=-=-=*/
.resource_circle_elem_one {
    top: 0;
    left: -50px;
}
.resource_circle_elem_two {
    top: -110px;
    right: -195px;
}
.resource_wrapper {
    padding-top: 80px;
    padding-bottom: 64px;
}
.specialties_wrapper {
    padding-top: 100px;
    padding-bottom: 84px;
}
.resource_block {
    width: 100%;
    position: relative;
    border-radius: 8px;
    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;
    padding: 15px;
    margin-bottom: 16px;
    min-height: 249px;
}
.resource_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.5;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
}
.specialties_wrapper .resource_block::before {
    background: rgb(27,27,33);
    background: -moz-linear-gradient(0deg, rgba(27,27,33,1) 0%, rgba(73,73,78,0.9) 41%, rgba(86,86,90,0.51) 70%, rgba(102,102,106,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(27,27,33,1) 0%, rgba(73,73,78,0.9) 41%, rgba(86,86,90,0.51) 70%, rgba(102,102,106,0) 100%);
    background: linear-gradient(0deg, rgba(27,27,33,1) 0%, rgba(73,73,78,0.9) 41%, rgba(86,86,90,0.51) 70%, rgba(102,102,106,0) 100%);
}
.resource_block_contnet {
    position: relative;
    text-align: center;
}
.resource_block .resource_block_contnet .btn-outline-white {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border-width: 2px;
    min-width: 150px;
}
.resource_block_contnet h5 {
    font-weight: normal;
    letter-spacing: 0.50px;
    margin-bottom: 40px;
}
.resource_block_new {
    width: 100%;
    position: relative;
    border: 3px solid #fff;
    border-radius: 8px;
    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;
    padding: 15px;
    margin-bottom: 30px;
    min-height: 320px;
}
.resource_block_new .resource_block_contnet .btn-outline-white {
    min-width: 124px;
    padding: 6px
}
.resource_block_new img {
    margin-bottom: 16px;
}
.resource_block_new .resource_block_contnet h5 {
    margin-bottom: 12px;
}
.resource_file_wrap {
    position: relative;
}
.resource_file_wrap .row {
    --bs-gutter-x: 0.5rem;
}
.resource_file_block {
    width: 100%;
    padding: 24px;
    background-color: #515151;
    border-radius: 8px;
    margin-bottom: 16px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.resource_file_block h5 {
    letter-spacing: 0.50px;
    margin-bottom: 8px;
}
.resource_file_block p {
    max-width: 215px;
    margin: 0 auto 20px;
}
/*-=-= Form light -=-=-*/
.form_wrap_circle_elem {
    top: -58px;
    left: -53px;
}
.form_wrap_light {
    background-color: #EBEFFB;
    padding: 80px 0;
}
.form_wrap_light .title_wrap {
    color: #1C1A1A;
}
.form_wrap_light .title_wrap .content {
    max-width: 480px;
    margin: 0 auto 35px;
}
/*-=-=-= Technology page -=-=-=*/
.technology_common_circle_elem_one {
    top: -46px;
    left: 46.5%;
}
.technology_common_circle_elem_two {
    top: 170px;
    left: 40px;
}
.useful_links_wrap {
    margin-top: 80px;
    background-color: #1B1B21;
    border-radius: 8px;
}
.useful_links_block {
    position: relative;
    display: block;
    flex: 1;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    padding: 40px 15px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.useful_links_block:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 63px;
    background-color: #63656B;
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.useful_links_block .useful_links_block_img {
    margin-bottom: 12px;
    min-height: 40px;
}
.useful_links_block p {
    margin: 0;
}
.useful_links_block:hover {
    background-color: var(--bs-primary);
    color: #fff;
}
/*-=-=- CTA wrapper -=-=-*/
.cta_arrow_elem {
    right: 37px;
    top: -20px;
}
.cta_wrapper {
    overflow: hidden;
    padding: 108px 0;
    background-position: right center;
    background-repeat: repeat-x;
    background-size: cover;
}
.cta_wrapper h3 {
    color: #1F1F24;
    margin-bottom: 0;
    font-weight: normal;
}
/*-=-=-= Services page -=-=-=*/
.services_grid_circle_elem_one {
    top: 0;
    left: -50px;
}
.services_grid_circle_elem_two {
    bottom: -83px;
    right: -21%;
    z-index: 1;
}
.services_grid_arrows_icon_elem {
    left: -25px;
    bottom: 45px;
}
.services_grid_wrapper {
    padding: 82px 0 50px;
}
.services_grid_wrap {
    position: relative;
    z-index: 2;
}
.services_grid_box {
    position: relative;
    border-radius: 8px;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 25px 35px;
    min-height: 300px;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services_grid_box h4 {
    position: relative;
    letter-spacing: 1.2px;
    margin-bottom: 0;
}
.services_grid_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.55;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services_grid_box:hover {
    transform: scale(1.02);
}
/*-=-=- About page -=-=-*/
.about_common_circle_elem_one {
    left: 54px;
    bottom: -223px;
    z-index: 1;
}
.story_arrow_icon_elem {
    right: 81px;
    bottom: 0;
}
.story_wrapper {
    padding: 60px 0 65px;
}
.story_wrapper .title_wrap {
    margin-bottom: 50px;
}
.story_wrap {
    margin: 0 15px;
    overflow-x: auto;
/*    scrollbar-width: none;*/
}
.story_wrap::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: #F5F5F5;
}

.story_wrap::-webkit-scrollbar {
	height: 8px;
	background-color: #F5F5F5;
}

.story_wrap::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: var(--bs-primary);
}
/*
.story_wrap::-webkit-scrollbar-track {
    display: none;
}
.story_wrap::-webkit-scrollbar {
    display: none;
}
.story_wrap::-webkit-scrollbar-thumb{
    display: none;
}
*/
.story_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1230px;
    margin: 0 auto;
    padding: 350px 20px 330px;
}
.story_block {
    position: relative;
}
.story_block_year {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: var(--bs-primary);
    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;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);transform: rotate(45deg);
    z-index: 1;
    transition: all 0.3s ease;
}
.story_block:nth-child(even){
    margin-top: -85px;
    margin-left: -15px;
}
.story_block:nth-child(odd):not(:first-child) {
    margin-left: -15px;
}
.story_block_year p {
    margin: 0;
    transform: rotate(-45deg);
}
.story_block_content {
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
}
.story_block_content.story_block_content_top {
    bottom: calc(100% + 21px);
}
.story_block_content.story_block_content_bottom {
    top: calc(100% + 21px);
}
.story_block_content_line {
    position: relative;
    width: 1px;
    height: 150px;
    background-color: #BCBCBC;
    left: 50%;
    margin-left: -1px;
    top: 0;
}
.story_block_content_line span {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #CFCFCF;
    position: absolute;
    bottom: 0;
    left: -5px;
}
.story_block_content_top .story_block_content_line span {
    bottom: auto;
    top: 0;
}
.story_block_content .content {
    position: relative;
    top: 5px;
    left: 48%;
    max-width: 100px;
}
.story_block_content .content p strong {
    font-weight: 500;
}
.story_block:nth-child(12) .story_block_content.story_block_content_bottom,
.story_block:nth-child(14) .story_block_content.story_block_content_bottom {
    top: calc(100% - 64px);
}
.story_wrapper_content {
    max-width: 544px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 24px;
}
.story_wrapper_content strong {
    font-weight: 500;
}
/*-=- story line height -=-=*/
.story_block:nth-child(3) .story_block_content_line,
.story_block:nth-child(4) .story_block_content_line,
.story_block:nth-child(7) .story_block_content_line,
.story_block:nth-child(8) .story_block_content_line,
.story_block:nth-child(12) .story_block_content_line {
    height: 70px;
}
.story_block:nth-child(11) .story_block_content_line {
    height: 100px;
}
.story_block:nth-child(13) .story_block_content_top .story_block_content_line {
    height: 90px;
}
/*-=- story bacground color-=-=*/
.story_block:nth-child(1) .story_block_year {
    background-color: #C7D8F8;
}
.story_block:nth-child(2) .story_block_year {
    background-color: #C7D8F8;
}
.story_block:nth-child(3) .story_block_year {
    background-color: #B7CDF6;
}
.story_block:nth-child(4) .story_block_year {
    background-color: #B7CDF6;
}
.story_block:nth-child(5) .story_block_year {
    background-color: #A6C1F3;
}
.story_block:nth-child(6) .story_block_year {
    background-color: #A6C1F3;
}
.story_block:nth-child(7) .story_block_year {
    background-color: #95B6F1;
}
.story_block:nth-child(8) .story_block_year {
    background-color: #95B6F1;
}
.story_block:nth-child(9) .story_block_year {
    background-color: #85ABEF;
}
.story_block:nth-child(10) .story_block_year {
    background-color: #85ABEF;
}
.story_block:nth-child(11) .story_block_year {
    background-color: #75A0EC;
}
.story_block:nth-child(12) .story_block_year {
    background-color: #75A0EC;
}
.story_block:nth-child(13) .story_block_year {
    background-color: #6594EA;
}
.story_block:nth-child(14) .story_block_year {
    background-color: #447ee7;
}

/*-=- story content width -=-=*/
.story_block:nth-child(1) .story_block_content .content {
    min-width:107px;
    max-width:107px;
}
.story_block:nth-child(2) .story_block_content .content {
    min-width:147px;
    max-width:147px;
}
.story_block:nth-child(3) .story_block_content .content {
    min-width:116px;
    max-width:116px;
}
.story_block:nth-child(4) .story_block_content .content {
    min-width:117px;
    max-width:117px;
}
.story_block:nth-child(5) .story_block_content .content {
    min-width:128px;
    min-width:128px;
}
.story_block:nth-child(6) .story_block_content .content {
    min-width:127px;
    max-width:127px;
}
.story_block:nth-child(7) .story_block_content .content {
    min-width:138px;
    max-width:138px;
}
.story_block:nth-child(8) .story_block_content .content {
    min-width:145px;
    max-width:145px;
}
.story_block:nth-child(9) .story_block_content .content {
    min-width:129px;
    max-width:129px;
}
.story_block:nth-child(10) .story_block_content .content {
    min-width:121px;
    max-width:121px;
}
.story_block:nth-child(11) .story_block_content .content {
    min-width:138px;
    max-width:138px;
}
.story_block:nth-child(12) .story_block_content.story_block_content_top .content {
    min-width:112px;
    max-width:112px;
}
.story_block:nth-child(12) .story_block_content.story_block_content_bottom .content {
    min-width:84px;
    max-width:84px;
    left: 13%;
}
.story_block:nth-child(13) .story_block_content.story_block_content_top .content {
    min-width:80px;
    max-width:82px;
}
.story_block:nth-child(13) .story_block_content.story_block_content_bottom .content {
    min-width:113px;
    max-width:113px;
}
.story_block_year:hover {
    transform: rotate(45deg) scale(1.09);
}
.story_block_year:hover + .story_block_content + .story_block_content,
.story_block_year:hover + .story_block_content  {
    transform: scale(1.05);
}
/*-=-= map section -=-=-*/
.map_circle_elem_one {
    top: -34px;
    right: 19%;
}
.map_wrappers {
    padding: 150px 0;
}
.map_wrappers .title_wrap {
    margin-bottom: 78px;
}
.map_ind_points {
    margin-top: 20px;
    text-align: left;
    display: inline-block;
}
.map_ind_points p {
    position: relative;
    padding-left: 25px;
    margin: 0 0 5px;
	font-weight: normal;
	color: var(--bs-primary);
}
.map_ind_points p:first-child {
	color: #db7c44;
}
.map_ind_points p::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--bs-primary);
}
.map_ind_points p:first-child::before {
	background-color: #db7c44;
}
.imapsTooltip-group .imapsSprite-group.imapsPointedShape-group.imapsPointedRectangle-group {
    stroke: var(--bs-primary)!important;
    fill: var(--bs-primary)!important;
}
g.imapsContainer.imapsLabel div {
    color: #fff!important;
}
g.imapsContainer.imapsComponent.imapsSeries.imapsMapSeries.imapsMapImageSeries > g:nth-child(4) [fill="#0075bc"] {
    fill: #db7c44 !important;
}
g#id-1411 {
    fill: #db7c44!important;
}
.about_links_wrapper {
    padding: 80px 0 65px;
    background-position: right center;
    background-size: cover;
    background-repeat: repeat-x;
}
.about_link_box {
    width: 100%;
    position: relative;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px;
    margin-bottom: 16px;
    min-height: 235px;
}
.about_link_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.5;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
}
.about_link_box_content {
    position: relative;
    text-align: center;
}
.about_link_box_content h5 {
    font-weight: normal;
    letter-spacing: 0.40px;
    margin-bottom: 0;
}
/*-=-= Values section -=-*/
.values_circle_elem_one {
    top: 20px;
    left: 20px;
}
.values_circle_elem_two {
    bottom: -69px;
    right: -192px;
    z-index: 1;
}
.values_wrapper {
    padding: 80px 0;
}
.values_row {
    position: relative;
    z-index: 2;
}
.values_row:not(:last-child) {
    margin-bottom: 100px;
}
.values_content {
    position: relative;
    padding-left: 100px;
}
.values_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 196px;
    max-height: 100%;
    border-radius: 4px;
    background-color: var(--bs-primary);
}
.values_content p:last-child {
    margin-bottom: 0;
}
.values_content ul.list-unstyled li img {
    position: absolute;
    top: -3px;
    left: 0;
}
.values_content ul.list-unstyled li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 23px;
}
/*-=-= contact page =-=-*/
.contact_circle_elem_one {
    top: 25px;
    left: 30px;
}
.contact_circle_elem_two {
    right: -280px;
    bottom: 100px;
}
.contact_arrow_icon_elem {
    left: 53px;
    bottom: 0;
}
.contact_page_common {
    padding-bottom: 43px;
}
.contact_no_wrap {
    max-width: 590px;
    margin: 40px auto 0;
    padding: 16px 22px;
    border-radius: 8px;
    background-color: var(--bs-primary);
}
.contact_no_block img {
    margin-right: 16px;
}
.contact_no_block {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 2px;
    font-weight: normal;
}
.contact_no_block a {
    color: inherit;
    font-weight: 600;
}
/* .contact_no_block:first-child {
    padding-right: 25px;
    border-right: 1px solid;
}
.contact_no_block:last-child {
    padding-left: 35px;
} */
.contact_form_wrapper {
    padding: 75px 0 69px;
}
.contact_form_wrapper .title_wrap {
    margin-bottom: 40px;
}
.contact_form {
    position: relative;
    border: 1px solid #707070;
    border-radius: 41px;
    padding: 40px;
}
.locations_wrapper {
    padding: 80px 0 60px;
}
.location_block {
    margin-bottom: 20px;
}
.location_block h5 {
    font-weight: normal;
}
.location_block p {
    margin: 0;
    line-height: 32px;
    letter-spacing: -0.13px;
}
.location_block p strong {
    font-weight: normal;
}
.location_block p a {
    color: inherit;
}
.location_block p a:hover {
    color: var(--bs-primary);
}
/*-=-=-=-= Single service page -=-=-=-*/
.service_common_circle_elem_one {
    top: -54px;
    left: -115px;
}
.service_common_circle_elem_two {
    right: -183px;
    top: -60px;
}
.service_common_circle_elem_three {
    left: -35px;
    top: -40px;
}
.service_common_wrap {
    padding-top: 90px;
    padding-bottom:90px;
}
.feature_circle_elem_one {
    left: 290px;
    top: -117px;
}
.feature_wrapper {
    padding: 80px 0;
}
.feature_wrapper + .feature_wrapper {
    padding-top: 0;
}
.feature_wrapper .title_wrap {
    margin-bottom: 75px;
}
.feature_block {
    margin-bottom: 35px;
}
.feature_block .feature_img {
    margin-bottom: 20px;
}
.feature_content {
    color: #2A2A2B;
    font-weight: normal;
}
.feature_wrapper .btn_wrap {
    margin-top: 20px;
}
.service_full_width_wrapper_two {
    padding-top: 80px;
    background-position: right center;
    background-size: cover;
    background-repeat: repeat-x;
}
.service_full_width_wrapper_two .title_wrap {
    margin-bottom: 40px;
}
.download_circle_elem_one {
    top: 95px;
    right: -300px;
}
.download_circle_elem_two {
    left: -195px;
    bottom: 0;
}
.download_wrapper {
    padding: 80px 0;
    z-index: 2;
}
.download_wrapper .title_wrap {
    color: #2C2828;
    margin-bottom: 45px;
}
.download_wrapper .title_wrap h3 {
    margin-bottom: 30px;
}
.helpful_res_circle_elem_one {
    left: -250px;
    top: -160px;
}
.helpful_res_wrapper {
    padding: 80px 0 65px;
}
.helpful_res_wrapper .title_wrap {
    margin-bottom: 80px;
}
.helpful_file_wrap .resource_file_block {
    -webkit-box-shadow: 20px 20px 50px #E2E7F5;box-shadow: 20px 20px 50px #E2E7F5;
}
.related_service_wrapper {
    padding: 80px 0 65px;
}
.related_service_circle_elem_one {
    left: -250px;
    top: -159px;
}
.related_service_wrapper .title_wrap {
    margin-bottom: 80px;
}
.related_service_block {
    width: 100%;
    margin-bottom: 16px;
    padding: 40px 15px;
    background-color: #F7F7F7;
    border-radius: 8px;
    -webkit-box-shadow: 20px 20px 50px #E2E7F5;box-shadow: 20px 20px 50px #E2E7F5;
}
.related_service_block h5 {
    letter-spacing: 0.50px;
    margin-bottom: 16px;
    font-weight: normal;
}
.related_service_block .content {
    margin: 0 auto 24px;
    max-width: 240px;
    color: #363636;
    min-height: 54px;
}
.related_service_block .btn-link {
    text-decoration: none;
}
/*-=-=- Modal css -=-=-*/
.modal-backdrop {
    background-color: var(--bs-dark);
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-content {
    border: 0;
    border-radius: 8px;
    background-color: var(--bs-gray-800);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.modal-header {
    border: 0;
    padding: 0 38px 0 0;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.modal-header .btn-close {
    padding: 10px 0;
    margin: 0 0 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.243' height='18.243' viewBox='0 0 18.243 18.243'%3E%3Cg transform='translate(2.121 2.121)'%3E%3Cline x1='14' y2='14' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' stroke-dasharray='1'/%3E%3Cline x2='14' y2='14' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' stroke-dasharray='1'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    width: 18px;
    height: 18px;
    border-radius: 0;
}
.modal-logo {
    position: relative;
    padding: 10px 70px 10px 16px;
}
.modal-logo::before {
    content: "";
    position: absolute;
    background-color: white;
    height: 100%;
    width: 1000px;
    right: 0px;
    top: 0;
    transform: skewX(-60deg);
}
.modal-logo img {
    max-width: 140px;
    z-index: 1;
    position: relative;
}
.modal-body {
    padding: 25px 20px;
}
.form_modal  .modal-body {
    max-width: 545px;
    margin: 0 auto;
}
.form_modal_title {
    max-width: 355px;
    margin: 0 auto 40px;
}
.modal_form .gform_wrapper.gravity-theme input[type=text],
.modal_form .form-control, .modal_form .form-control:focus {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 29px!important;
    font-size: 14px!important;
    line-height: 19px!important;
    color: var(--bs-gray-800);
}
.modal_form .form-note {
    font-size: 14px;
    color: #DBDBDB;
    max-width: 300px;
    margin: 0 auto;
    font-weight: 400;
}
.modal_form .ginput_recaptcha > div {
    margin: 0 auto;
}
.modal_form .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0;
}
.modal-img img {
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
/*-=-=-= Mag track page -=-=-=-*/
.magtrack_circle_elem_one {
    left: -56px;
    top: -10px;
}
.magtrack_circle_elem_two {
    top: -60px;
    right: -180px;
}
.magtrack_circle_elem_three {
    top: 18px;
    right: -107px;
}
.magtrack_circle_elem_four {
    bottom: -46px;
    left: -184px;
}
.content_img_wrapper {
    padding: 80px 0 140px;
}
.content_img_wrapper .title_wrap {
    margin-bottom: 60px;
}
.content_img_wrapper .space_bar {
    z-index: 1;
}
.list_icon_wrap_two {
    position: relative;
    margin-bottom: 0;
}
.list_icon_wrap_two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}
.list_icon_wrap_two li:last-child {
    margin-bottom: 0;
}
.list_icon_wrap_two li .list_icon {
    flex-shrink: 0;
    margin-right: 20px;
    min-width: 50px;
    text-align: center;
}
.list_icon_wrap_two li p {
    margin-bottom: 0;
}
.video_wrapper {
    padding: 80px 0;
}
.video_arrow_icons_elem_one {
    right: 46px;
    bottom: 0;
}
.video_arrow_icons_elem_two {
    bottom: 81px;
    left: -29px;
}
.video_wrapper .title_wrap {
    margin-bottom: 80px;
}
.js-video {
    background-color: var(--bs-dark);
    overflow: hidden;
    cursor: pointer;
    margin: auto;
    position: relative;
    display: block;
    border-radius: 8px;
}
.js-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 56%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 56%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 56%, rgba(27,27,33,1) 100%);
}
.js-video img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity .5s cubic-bezier(.4, 0, 1, 1);
    border-radius: 8px;
}
.js-video img.fadeout {
    opacity: 0;
}
.js-video button {
    width: 96px;
    height: 96px;
    cursor: pointer;
    outline: 0;
    border: none;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    opacity: 1;
    background-color: transparent;
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.js-video button {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}
.js-video:hover button {
    transform: translate3d(-50%, -50%, 0) scale(1.07);
}
.js-video:hover::before {
    opacity: 0.6;
}
.js-video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.form_common_circle_elem_one {
    top: 330px;
    left: 30px;
    z-index: 1;
}
.form_common_circle_elem_two {
    right: -237px;
    bottom: 0;
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.form_light.form_inline {
    text-align: center;
    font-weight: 600;
}
.gform_confirmation_message {
    font-weight: 600;
/*    color: #008000;*/
}
#gform_confirmation_message_16 {
    color: var(--bs-body-color);
    font-weight: 300;
}
.guidebook_common_circle_elem_one {
    top: 33px;
    left: -49px;
}
.guidebook_common_circle_elem_two {
    top: 326px;
    right: -241px;
}
.guidebook_wrapper .title_wrap {
    margin-bottom: 20px;
}
.download_block_wrapper {
    padding: 70px 0 0;
}
.download_block_wrapper + .download_block_wrapper {
    border-top: 1px solid #424242;
}
.download_block_wrapper .title_wrap {
    margin-bottom: 38px;
}
.download_block_wrapper .title_wrap h6 {
    letter-spacing: 0.36px;
}
.download_block_wrapper .row {
    --bs-gutter-x: 25px;
}
.download_block_wrap hr {
    background-color: #424242;
    margin-bottom: 38px;
    opacity: 1;
}
.download_block {
    display: block;
    padding: 37px 17px;
    border: 2px solid var(--bs-primary);
    border-radius: 8px;
    background-color: transparent;
    text-align: center;
    margin: 0px auto 32px;
    max-width: 326px;
    width: 100%;
    color: #424242;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.download_block_line::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 32px);
    background-color: #424242;
}
.download_block:hover {
    background-color: var(--bs-primary);
}
.download_block h6 {
    color: #424242;
    line-height: 30px;
    letter-spacing: 0.36px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}
.download_block .btn-link {
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}
.download_block:hover .btn-link,
.download_block .btn-link:hover,
.download_block:hover h6 {
    color: #fff;
}
.gform_wrapper form .g-recaptcha-response {
    display: none !important;
}
.download_form .ginput_recaptcha > div,
.newsletter_container .ginput_recaptcha > div {
    margin: 0 auto;
}
.page-id-1208 .download_block_wrap .row {
    justify-content: center;
}
.download_form .ginput_recaptcha {
    margin-bottom: 40px;
}
.alignleft {
	float: left;
	margin: 0 12px 12px 0;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.alignright {
	float: right;
	margin: 0 0 12px 12px;
}
.news_content_circle_elem_one {
    left: -138px;
    top: 24%;
}
.news_content_circle_elem_two {
    right: -50px;
    top: 50%;
}
.single-post-img {
    margin-bottom: 25px;
}
.single-post-img img {
    width: 100%;
    border-radius: 8px;
}
.single-post-cat-wrap {
    color: #707070;
}
/*
.single-post-content {
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    color: #707070;
}
*/
.single-post-content p {
    margin-bottom: 25px;
}
.single-post-content h1,
.single-post-content .h1,
.single-post-title {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.36px;
	text-transform: capitalize;
}
.single-post-content h2,
.single-post-content .h2 {
    font-size: 29px;
    line-height: 38px;
    letter-spacing: -0.30px;
}
.single-post-content h3,
.single-post-content .h3 {
    font-size: 25px;
    letter-spacing: -0.26px;
}
.single-post-content h4,
.single-post-content .h4 {
    font-size: 22px;
    letter-spacing: -0.23px;
}
.single-post-content h5,
.single-post-content .h5 {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.20px;
}
.single-post-content h6,
.single-post-content .h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.18px;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6,
.single-post-content .h2,
.single-post-content .h3,
.single-post-content .h4,
.single-post-content .h5,
.single-post-content .h6 {
    margin-bottom: 25px;
	text-transform: capitalize;
}
.single_post_tag_wrap {
    margin-bottom: 33px;
}
.single_post_tag_wrap ul li {
    margin-right: 12px;
    margin-bottom: 12px;
}
.single_post_tag_wrap ul li .badge {
    border-radius: 8px;
    font-weight: normal;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    padding: 5px 10px;
    text-transform: capitalize;
}
.single_post_tag_wrap ul li .badge:hover {
    background-color: var(--bs-secondary)!important;
    color: #fff;
}
.single_post_recent_block {
    color: #707070;
    text-transform: uppercase;
}
.single_post_recent_block:hover {
    color: var(--bs-primary);
}
.single_post_recent_block img {
/*    max-width: 175px;*/
    border-radius: 8px;
    margin-bottom: 30px;
}
.single_post_recent_block p {
    margin-bottom: 0;
}
.page-template-magtrack-template .list_icon_wrap_two li p {
    color: #2A2A2B;
}
.postid-668 .common_content_wrap h2 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.3px;
    margin-bottom: 0!important;
}
.logos_wrapper {
    padding-top: 40px;
}
.logos_wrapper img {
    padding: 0 0 15px;
    max-height: 120px;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    padding: 5px !important;
    font-size: 13px!important;
    font-weight: 400;
}
/*-=-=- Scroll to top -==-=-*/
.back_btn {
    position: fixed;
    bottom: 100px;
    right: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.back_btn.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/*-=-=- search_form-=-=-=*/
.search_form {
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    padding: 10px;
}
.search_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.search_form .form-control,
.search_form .form-control:focus {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0 15px 0 0;
    padding: 0;
    color: #000;
}
.search_form form .btn {
    min-width: unset;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}
.contact_form .ginput_recaptcha > div,
.form_wrapper .ginput_recaptcha > div {
    margin: 0 auto;
}
.gform_wrapper.gravity-theme .gform_page_footer .gform_next_button, .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button, .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button + input.gform_button {
    margin-bottom: 20px !important;
}
iframe.wp-embedded-content {
    width: 100%;
}

/* ADDED ON 16-08-2022 */
.page-template-location .common_content_wrap ul {
    text-align: left;
}

/* ADDED ON 19-09-2022 */
/* !!!! FAQS TEMPLATE !!!! */
.accordion-item {
    border: 0;
    margin: 0 0 30px;
}
.accordion-button {
    background-color: transparent;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230075BC'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button ,
.accordion-body {
    border-radius: 8px !important;
}

.accordion-body {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion-body li {
    padding-bottom: 15px;
}
/* !!!! TERMS ABBRIVIATION !!!! */
.terms_abbreviations_wrapper {
    padding: 80px 0;
}

.terms_abbreviations_wrapper .row {
    row-gap: 60px;
}

.terms_abbreviations_title {
    border-bottom: 1px solid #d2d3d5;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.terms_abbreviations_title h2,
.ta_box_content h4 {
    color: var(--bs-primary);
}

.ta_box_content:not(:last-child) {
    margin: 0 0 30px;
}

.ta_box_content h4 {
    margin: 0 0 5px;
}


.ta_idenfier_box a {
    font-size: 20px;
    line-height: 30px;
    margin: 0 10px 0 0;
}

.ta_idenfier_box a:last-child {
    border-left: 1px solid var(--bs-primary);
    padding: 0 0 0 10px;
}

/* TABLE TEMPLATE */
 .page-template-table-template .table  {
    border-color: var(--bs-white);
 }

 .page-template-table-template .table td {
    vertical-align: middle;
 }

 .page-template-table-template .dynamic_tables_btn {
    column-gap: 15px;
    row-gap: 15px;
 }
/*-=-= Hubspot forms -=-=-*/
.hbspt-form fieldset {
    max-width: 100%!important;
}
.hs-form-field, .hbspt-form .form-columns-3 .hs-form-field, .hbspt-form .form-columns-2 .hs-form-field {
    float: none!important;
    margin: 0 0 25px;
    width: 100%!important;
}
.hbspt-form form::after {
    display: block;
    clear: both;
    content: "";
}
@media(min-width:768px){
    .hbspt-form fieldset {
        display: flex;
    }
    .hs-form-field, .hbspt-form .form-columns-3 .hs-form-field, .hbspt-form .form-columns-2 .hs-form-field {
        margin: 0 0 40px;
    }
    .form_dark .hs-form-field, .form_dark .hbspt-form .form-columns-3 .hs-form-field, .form_dark .hbspt-form .form-columns-2 .hs-form-field {
        margin: 0 0 37px;
    }
    .hbspt-form .form-columns-3 .hs-form-field {
        float: none!important;
        width: 33.333%!important;
    }
    .hbspt-form .form-columns-2 .hs-form-field {
        float: none!important;
        width: 50%!important;
    }
    .hs-form-field.hs-recaptcha {
        width: 50%!important;
        display: inline-block;
        margin: 0;
    }
    .hs_submit.hs-submit {
        width: 50%!important;
        text-align: right;
        display: inline-block;
        vertical-align: top;
        float: right!important;
    }
    .hs_error_rollup {
        width: 50%!important;
        float: right!important;
    }
}
.hbspt-form .form-columns-2 .hs-form-field:not(:last-child),
.hbspt-form .form-columns-3 .hs-form-field:not(:last-child) {
    margin-right: 28px;
}
.hs-form-field .input {
    margin-right: 0!important;
}
.hs-input, .hs-input:focus {
    display: block;
    width: 100%!important;
    font-weight: 400;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 17px 0 10px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #000000;
    max-width: 100%;
}
textarea::-webkit-input-placeholder,
.hs-input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}
textarea:-ms-input-placeholder,
.hs-input:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}
textarea::placeholder,
.hs-input::placeholder {
    color: #000000;
    opacity: 1;
}
.form_primary .hs-input, .form_primary .hs-input:focus {
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    font-size: 14px!important;
    padding: 15px;
    color: var(--bs-dark);
    line-height: 19px;
}
.form_dark .hs-input, .form_dark .hs-input:focus {
    color: #C1C1C1;
    border-color: #fff;
    font-size: 14px;
}
.form_dark textarea::-webkit-input-placeholder,
.form_dark .hs-input::-webkit-input-placeholder {
    color: #c1c1c1;
}
.form_dark textarea:-ms-input-placeholder,
.form_dark .hs-input:-ms-input-placeholder {
    color: #c1c1c1;
}
.form_dark textarea::placeholder,
.form_dark .hs-input::placeholder {
    color: #c1c1c1;
}
.download_form .hs-input, .download_form .hs-input:focus {
    color: #575757;
    border-color: #575757;
    font-size: 14px;
}
.download_form textarea::-webkit-input-placeholder,
.download_form .hs-input::-webkit-input-placeholder {
    color: #575757;
}
.download_form textarea:-ms-input-placeholder,
.download_form .hs-input:-ms-input-placeholder {
    color: #575757;
}
.download_form textarea::placeholder,
.download_form .hs-input::placeholder {
    color: #575757;
}
textarea.hs-input, select.hs-input {
    display: block;
    width: 100%;
    font-weight: 400;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 17px 0 10px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #000000;
    max-width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.hs-input {
    padding-right: 45px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 96% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='%2326262A'/%3E%3Cpath d='M6.5 10.5L12.5 16L18.5 10.5' stroke='%2326262A'/%3E%3C/svg%3E%0A");
}
.form_primary textarea.hs-input, .form_primary select.hs-input {
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    padding: 15px;
    color: var(--bs-dark);
    line-height: 19px;
    font-size: 14px;
}
.form_primary select.hs-input, .form_primary select.hs-input:focus {
    padding-right: 45px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cpattern id='a' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 64 64'%3E%3Cimage width='64' height='64' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAJ7ElEQVR4nM2bW2wU5xXHf+ebXdtcHNtk1waStDRFQAPYa5w8RA0qjZRUtEpUJa1UIGkgMQEK9toNhJRGFQ+5lEJje7nFTTCkkIuiUrV9skpKI97aYnyRUYDmitJgewx2iAFfduf0YceOIQZ71zvr/F929puZ8/3Pf2Znz3fmHMFjFBTuzVerb7GjskCUeRiZg2oekAtMdQ/rAboR6RJ1TjtiThmckwZzrK2x3PaSn3hhNFC8806jznKF+4D545hHEVoFjjgx5/XOlsoTKaQJpFCAwNxt2WRlrTbCEwp3XLP7A0SOi6NnHCPvWWDHRLuIao/6LRF1plgqeTHVfKPMU2EucCdw+3AjipxEnX0S9b9in1zfkwre4xYgZ+GevExrIAyUKUxzh6NAPcjhqKVHuxrCZ5OxPaN41zejTuxehIeBHwA+d9d5FYlENRbpbqrsHg//cQigEiyKrETYBgRdY2cdpcbSjEPtLes6xkPsWuQvqC5w/DwimDCqt7nD7SL6dEdj+CCIJmM3KQHySyLf1pgeAO5xhz5Eec72ZR2iYc1AMjbHjPlbM4IZuY+i8iwwyx09Zhyzsr2l7KNEzSUsQH6o6seKqQPygAFU9xod2NLesulSorbGg1vvfmlS/xVrsyqbEbKAiyir7ebw24nYSUAAlUAo8juBje5Ao6r1s87mDWcSmTDVuLlk5zwTc94EQoCibLOby7eM9ScxNgFKav2BWG+dwCPuyO6cHnnq/ffL+5KjnVrMWrI/q6frYpUIa92h1+zcrlLe3Rod7dzRBSip9Qed3sMoDwCOoGUdTRV7xsnZEwSLa8pQqgEjyN86ci88PJoI5sYmVQKx3jqUBwT6UZZ9XZ0HsBvDO1VYIdCv6IPB7rxXQW94ka0b7QyEpm0XWAs4KCsSfcBMBC631bdOmrH0fYGHgOIpBf/KvNxe/4/rHX9dAYLFkZ8IVLtfK+3mcF2qyXqFy231rVNn/NAGfoTw3akFS1sutdefGunYEW8P93++AcgBdttN4Q0e8vUM+aGaWoUngW7jmEUjxQkjPANU3CAnB2jM6ZGnPGfqESbn3hQGmoFcx2jdSM+DrwgQLIqsJB7h9amjy74uf3XJ4ON3V/U6xlkG9IEuyS+qWXHtMVcJkLNwT54b2yOq2zpbKk6niatnOH+i8j1gB4CK7Mgrqc0Zvv8qAdxVXRD4cHJezovpIuk1/FbWCwqfAAW+WO9Vz7MhAQoKt09RWA+A8tzH767qTS9N7/BZw5rLwAvu18rg/N2DmagvBYhJxhogIHDW9mUdSjNHz9E50HUA+BS4Wf2x0sHxIQGM8ASAo9R4vqSdCJzc2i9QAyCijw8OG4jn8Nw0VtTE9PUJoug9onoQiKIsDIaqQuAKYNRZ7h5S39Fa0T5R/LxG3Dc9AqDIcnAFcLO3gByeKHJpg3A4/iH3AZiCwr35xFPX+MT8cwKppQU+fO+4m0UzS3YEjFp9i4mvCT4417jhk0QNBgqrFgVCVUtSynIs84aqlgQKqxYlep7r40eARKP+xcZRWQCAyPFkiIgx7wjmaH5xZF0y5yeD/OLIOsEcNcYcSdJEA4Ai841B5wKI4yQb9r4BiKruTocI+cWRdaq6GxAVeSNJM6cBVHSuUWQOgCOSlAB2U3kZsAdXhGBRtWdL50CoerWq7gIEZZ/deCGcjB1RPQUgMNcoBABQziVHS9RuKt+AKwIiES9ECISqVwvyMmBQ9tnNXU/CVicZW2JM26BZYyAbAGO+SJ6etyKk0nmAqMNFdzPb4L6iVsM4XzZ6I0KqnQfAig1e7OxRssKJIrUieOL8NTDEixMQZ6hYYZxIjQieOh+zst2tL4wD8dvBcbKvf0aiGJ8IrvO1eHTlfYab3M0vjEBnnLPMTNUEcSQnwjDnxavbXtEZ7manEfQMgFFnTioniSMxEdLhPIAqcwEUThuHeACkxsxN9URxjE2EdDnvIh79qpw2RrQVANW7PJqM0URIs/MQrz9C0JMyvTgSjKm2A2LhfKutqfJj7+ZVCYYiu4BfAIpquQp96XS+YGHV7Y5lPgAcvzVQYNoay22EVoCYmu97NXEc8TtBkFdw74RB5wV5xW4uX+3xlSdmmXvdzebPGjZ2GgCB+LIyXo3lMUQ7msrWMPhzcK98R9OFtckWOiU2e9xHdX0WgMCimhJxOA5E8ftus/+zvu0GNlIElWAo8gyA3VT+23Q4n7+gukB98ingE6NFHScqWgxA54lwA9AK+LQ/uvyGVlIGUbsp/KLdFH4xHc4D4DM/J15r2NJxoqIFhr0XUNU6ADFSwfytGWkhlEbMnh3JVHQwfzBU6zAkgKUDfwA6Ub0tmJH7aLoJeo2L2boKuAU4z4Bv3+D4kADtLZsuqRABQOXZW+9+aVLaWXqEgsLtU1B+5X79/fA646uWw1F1doJ2ALP6es2WdJL0Eo5kPKvwDeCcXundNXzfVQJ0N1V2i7AJAJVNN5fsnJc+mt5gWnHkDhF+CaCwsfP05qsyX19JiMQLjzkGZJqY8+asJfuz0kM19bj17pcmWehbChkierSzKfyVLPIIGSHRqMWjAheAUE/Xxao0cPUEfVesCMpCoMuoPjHSMSOmxLoawmcd1ccAFWFtIBSp8JKoFwiGatYDpYAKzuPXW+Nct07wcnv9mSkFS7MQ7hG4f/KMpWcut9W3ekU4lQiEapYLuOsNfd5uqtx7vWNHqRVWCYYi+4HHBPod4bHOxvBbqaWbWrjOHwD8CHV2Y3npjSLNUbLConZuV6nCXxUyRHk9WFxTlmLOKUMgFKkQOAj4FfmLndO1ZrQwe2zl8j992wr+99zLxH9TqHIww5e11i0+mnDMWrI/61LX59sQKY+PyB9tK7N0LKU+CTVMBIsiLyBsds9rdoyzzK3DmzBMK47cYaFvuU97RfR5uzH8m9Q2TAxDoLj6QaOy3+0QG0B1L1H/r1PVxjZWzCypnRyN9T6t8AyQCXyOSKndWP6nROwk1TQ1PVQ1K4Y5AHwPIF6EqM93DnS/xsmt/cnYHCtmz45kdk9hpRHd4oa3iOjRASOrkmnPG1fbXH5RzQpFtiNMdwc/FahRv+9QqpMqgZKqGSZmPeIuaW9xh88pbBwpwhsrxt04mVdSm+OL9pUhGmbwVXu8cfLviP7ZxKyjybSzQTyBGbPMvYI+BHI/X8YtNmi1XunbeW1snyhS1jobnL97qvpjpSL6uPtAGo6PQI6DnhHVU2JMWwzpHnojHYtl+8TkqONMV5F5IHNA7+LLvsBBtAB1xul/NVVtep40TwdDVSFFlrulaIWMGm9cFw7QrHDEiLzR0VjenDqWcXgiwHDMLNkRiEb9ixWZL6LfUXQOyDS5pn1eoRv0giCnVeWUoCf9mdax//17w3kv+f0fuKVJpAVs93IAAAAASUVORK5CYII='/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='25' height='25' rx='12.5' fill='url(%23a)'/%3E%3C/svg%3E");
}
.form_dark select.hs-input, .form_dark select.hs-input:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='white'/%3E%3Cpath d='M6.5 10.5L12.5 16L18.5 10.5' stroke='white'/%3E%3C/svg%3E%0A");
}
textarea.hs-input {
    width: 100%!important;
    height: 96px;
}
.form_primary textarea.hs-input {
    height: 192px;
}
.hs-input.invalid {
    border-color: #c02b0a!important;
}
.hs-error-msgs {
    width: 100%;
    padding: 0;
    margin: 8px 0;
    list-style: none;
    padding: 5px;
    font-size: 13px;
    font-weight: 400;
    background: #fff9f9;
    border: 1px solid #c02b0a;
    color: #c02b0a!important;
}
.hs-field-desc {
    color: #9B9B9B;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    text-align: left;
}
.hs-form-field > label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    display: none;
}
.form_dark .hs-form-field > label,
.download_form .hs-form-field > label,
.form_primary .hs-form-field > label {
    display: none;
}
.hs-button {
    display: inline-block;
    font-weight: 400;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    border-radius: 8px;
    min-width: 192px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hs-button:active, .hs-button:focus, .hs-button:hover {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
}
/*
.download_form .hs_submit .actions,
.contact_form .hs_submit .actions {
    text-align: center;
}
*/
.download_form .hs-button {
    min-width: 125px;
}
.newsletter_container .hs-input, .newsletter_container .hs-input:focus {
    background-color: var(--bs-white);
/*    max-width: 293px;*/
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 0;
    padding: 16px 25px;
    font-size: 13px;
    line-height: 18px;
    color: #6e6e6e;
}
.newsletter_container .hs-input::placeholder {
    font-size: 13px;
    line-height: 18px;
    color: #6e6e6e;
}
.hs-fieldtype-checkbox ul:not(.hs-error-msgs) {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hs-form-checkbox .hs-input {
    width: 20px!important;
    height: 20px;
    position: absolute;
    top: 0;
    opacity: 0;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    max-width: 100%;
    padding: 0;
}
.hs-form-checkbox {
    margin-top: 20px;
}
.hs-form-checkbox-display {
    position: relative;
    display: inline-block;
}
.hs-form-checkbox-display span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 36px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
/*    max-width: calc(100% - 36px);*/
    vertical-align: middle;
}
.hs-form-checkbox .hs-input[type="checkbox"] + span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 2px;
}
.hs-form-checkbox .hs-input[type="checkbox"] + span::after {
    position: absolute;
    content: "";
    top: 1px;
    left: 7px;
    width: 6px;
    height: 13px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.form_dark .hs-form-checkbox .hs-input[type="checkbox"] + label::before,
.form_dark .hs-form-checkbox .hs-input[type="checkbox"] + label::after {
    border-color: #fff;
}
.hs-form-checkbox .hs-input[type="checkbox"]:checked + span::after {
    opacity: 1;
}
.download_form .grecaptcha-badge {
    transform: scale(0.8);
    transform-origin: left top;
}
.breadcrumb,
.single-post-content {
    font-size: 16px;
    line-height: 26px;
}
/*.postid-8705 .single_post_recent_block,*/
.related_news_content.fs-sm {
    font-size: 16px;
    line-height: 23px;
}

/*-=-=- Freight forwarding Page css -=-=-*/
/* -Banner- */
.freight_forwarding_page .inner_banner_arrow_elem {
    display: none;
}
.freight_forwarding_page .inner_banner_target_elem_center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.freight_forwarding_page .inner_banner_overlay {
    display: none;
}
/* -Common Content- */
.freight_forwarding_page .common_content_wrapper p {
    color: #20202D;
}
.freight_forwarding_page .common_content_wrapper .btn-primary {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
        padding: 15px 30px;
}
.freight_forwarding_page .common_content_wrapper .btn-primary svg {
    margin: 0 0 0 15px;
}
.freight_forwarding_page .common_content_wrapper .btn-primary svg path {transition: all 0.3s ease-in-out;}
.freight_forwarding_page .common_content_wrapper .btn-primary:hover svg path {
    stroke: var(--bs-primary);
}

/* -Odd Even- */
.odd_even_wrapper {
    padding: 100px 0;
}
.odd_even_wrapper .title {
    margin: 0 0 50px;
}
.odd_even_wrapper .odd_even_block:not(:last-child) {
    margin-bottom: 50px;
}
.odd_even_block .image {
    max-width: 100%;
    border-radius: 10px;
    margin: 0 0 50px;
}

.brd {
    background-color: var(--bs-white);
    height: 1px;
    max-width: 240px;
    width: 100%;
    opacity: 0.1;
    margin: 24px 0;
}
/* -Expert- */
.expert_wrapper {
    padding: 60px 0;
}
.expert_wrapper p {
    color: #20202D;
}
.expert_wrapper .line_title {
    margin: 0 0 50px;
}
.expert_wrapper .line_title h2 {
    color: #000000;
}
.expert_wrapper .row {
    --bs-gutter-y: 35px;
}
.expert_wrapper .line_title .brd {
    background-color: #000000;
    margin: 32px 0;
}

.expert_block .icon {
    margin: 0 0 20px;
}
.expert_block .icon,
.expert_block .icon img {
    height: 55px;
    width: auto;
}
/* -Benifits- */
.bus_benefits_wrapper {
    padding: 60px 0 30px;
}
.bus_benefits_wrapper .row {
    --bs-gutter-y: 35px;
}
.bus_benefits_wrapper .line_title {
    margin: 0 0 50px;
}
.bus_benefits_wrapper_bottom_text {
    margin: 50px 0 0;
}
.bus_benefits_wrapper .line_title .brd {
    margin: 32px 0;
}
.bus_benefits_block .icon  {
    margin: 0 15px 0 0;
}
.bus_benefits_block .content p {
    margin: 0;
}
.bus_benefits_block .icon img {
    min-width: 45px;
    height: auto;
}
/* -Team Member- */
.mg_team_wrapper  {
    padding: 30px 0 60px;
    z-index: 2;
}
.mg_team_wrapper .download_circle_elem_one {
    top: 65px;
    right: -210px;
    z-index: -1;
}
.mg_team_wrapper .line_title {
    margin: 0 0 50px;
}
.mg_team_wrapper .line_title .brd {
    margin: 32px 0;
}
.mg_team_wrapper .row {
    --bs-gutter-y: 50px;
}
.mg_team_block {
    margin: 0 auto;
}
.mg_team_block,
.mg_team_block .image {
    max-width: 307px;
}
.mg_team_block .image {
    margin: 0 0 30px;
    background-position: center top;
}
.mg_team_block .content {
    flex: auto
}
.mg_team_block .content h5 {
    margin: 0 0 10px;
}
.mg_team_block .content p {
    opacity: 0.7;
}
.mg_team_block .btn_link_wrap .btn-link {
    border: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none;
}
.mg_team_block .btn_link_wrap .btn-link svg {
    margin: 0 0 0 15px;
}
.mg_team_block .btn_link_wrap .btn-link:hover svg path {
    stroke: #1297e7;
}
.mg_team_wrapper .mg_team_wrapper_btn {
    margin: 50px 0 0;
}

/* -Request Rate- */
.ff_req_rate .form_common_circle_elem_one {
    top: 80px;
    left: -260px;
}

.ff_req_rate .form_common_circle_elem_two {
    right: -220px;
    bottom: 233px;
}
.team_modal {
    background-color: rgba(255,255,255,0.05);
}
.team_modal .modal-content {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.team_modal .modal-content .btn-close {
    opacity: 1;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background-color: var(--bs-primary);
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85449 1.85449L15.1454 15.1454' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15.1454 1.85449L1.85448 15.1454' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0;
    z-index: 2;
}
.team_modal .modal_inner {
    width: 100%;
}
.team_modal .modal-body {
    padding: 0;
}
.team_modal_img {
    flex: 0 0 485px;
    background-size: cover;
    background-position: center top;
}
.team_modal_img, .team_modal_img img {
    max-width: 485px;
}
.team_modal_content {
    width: 100%;
    padding: 75px 100px 75px 75px;
}
.team_modal .modal_sub_title {
    font-size: 22px;
    font-weight: normal;
    color: var(--bs-gray-500);
    margin-bottom: 30px;
}
.team_modal .team_modal_content h3 {
    margin-bottom: 11px;
    font-weight: normal;
}
.team_modal_content .modal_inner_content {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 8px;
}
.team_modal_content .modal_inner_content::-webkit-scrollbar-track {
    background-color: #edf1ff;
}
.team_modal_content .modal_inner_content::-webkit-scrollbar {
    width: 5px;
    background-color: #edf1ff;
}
.team_modal_content .modal_inner_content::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
}
@media (max-width: 1199px) {
    .team_modal_img {
        flex: 0 0 385px;
    }
    .team_modal_img, .team_modal_img img {
        max-width: 385px;
    }
}
@media (max-width: 991px) {
    .team_modal_img {
        flex: 0 0 100%;
    }
    .team_modal_img, .team_modal_img img {
        max-width: 100%;
    }
    .team_modal .modal-content .btn-close {
        right: 0;
    }
    .team_modal .modal_inner {
        padding: 35px 0;
    }
}
@media (max-width: 767px) {
    .team_modal_content {
        padding: 40px 25px 40px 25px;
    }
}
.cv_form .hs-field-desc {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}

.imapsTooltip-group .imapsSprite-group.imapsPointedShape-group.imapsPointedRectangle-group {
    stroke: var(--bs-primary)!important;
    fill: var(--bs-primary)!important;
}
g.imapsContainer.imapsLabel div {
    color: #fff!important;
}
.cookies_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    padding: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.cookies_bar.slide {
    transform: translateY(70px);
}
.cookies_bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
    max-width: 100%;
}
.cookies_bar .btn {
    padding: 8px 16px;
    min-width: unset;
    font-size: 15px;
}
.cookies_bar .cookies_btn_wrap {
    flex-shrink: 0;
}
.cookies_bar p{
    margin: 0;
}
.cookies_bar a {
    text-decoration: underline;
}

.page-id-9015 .map_wrapper {
	padding: 50px 0;
}
.top_bar_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: var(--bs-primary);
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.top_bar_wrapper p {
    margin: 0;
}
.top_bar_wrapper a {
    color: #ffff;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all 0.3s ease;
}
.top_bar_wrapper a:hover {
    color: #ebebeb;
}
footer .login_btn .btn {
	min-width:unset;
}
.trace-badge-wrap {
	max-width: 166px;
	margin: 20px 0 0;
}
/* ============================================== */
/*              !! GENERATED FONT !!              */
/* ============================================== */
/* @import url("https://use.typekit.net/otl5jnf.css"); */
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: aller, sans-serif;*/
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
:root {
/*
    --bs-primary: #568ae8;
    --bs-primary-rgb: 86, 138, 232;
*/

    --bs-primary: #0075BC;
    --bs-primary-rgb: 0, 117, 188;

    --bs-secondary: #07070b;
    --bs-secondary-rgb: 7, 7, 11;

    --bs-blue: #00092b;

    --bs-dark: #26262A;
    --bs-dark-rgb: 38, 38, 42;

    --bs-gray-300: #F7F9FF;
    --bs-gray-300-rgb: 247, 249, 255;

    --bs-gray-800: #252525;
    --bs-gray-800-rgb: 37, 37, 37;

    --bs-gray-900: #2a2a2b;
    --bs-gray-900-rgb: 42, 42, 43;

    --bs-font-sans-serif: 'aller', sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-size: 16px;
    --bs-body-line-height: 24px;
    --bs-body-font-weight: 300;
    --bs-body-color: var(--bs-secondary);

    --swiper-navigation-size: 26px;
}
html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.main_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
img {
    max-width: 100%;
}
a,
.btn,
button {
    cursor: pointer;
}
:focus,
:active,
.active {
    outline: 0 none;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
[type="reset"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

b {
    font-weight: 600;
}
strong {
    font-weight: 700;
}
a {
    color: var(--bs-primary);
}
/* ============================================= */
/* !!!!           SITE TYPOGRAPHY           !!!! */
/* ============================================= */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    margin-bottom: 20px;
}
h1,
.h1 {
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -0.56px;
}
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    line-height: 32px;
}
h2,
.h2 {
    font-size: 36px;
    letter-spacing: -0.36px;
}
h3,
.h3 {
    font-size: 30px;
    letter-spacing: -0.30px;
}
h4,
.h4 {
    font-size: 24px;
    letter-spacing: -0.24px;
}
h5,
.h5 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.20px;
}
h6,
.h6 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
}
small, .small {
    font-size: 14px;
    line-height: 19px;
}
.fs-sm {
    font-size: 15px;
    line-height: 22px;
}
.fs-md {
    font-size: 17px;
    line-height: 26px;
}
.fs-lg {
    font-size: 18px;
    line-height: 28px;
}
.fs-xl {
    font-size: 20px;
    line-height: 27px;
}
.display-6 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.42px;
}
.ls-0 {
    letter-spacing: 0 !important;
}
.fw-medium {
    font-weight: 500!important;
}
.fw-smbold {
    font-weight: 600!important;
}
.text-gray-3 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-300-rgb),var(--bs-text-opacity))!important;
}
.bg-gray-3 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-300-rgb),var(--bs-bg-opacity))!important;
}
.text-gray-8 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-800-rgb),var(--bs-text-opacity))!important;
}
.bg-gray-8 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-800-rgb),var(--bs-bg-opacity))!important;
}
.text-gray-9 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-900-rgb),var(--bs-text-opacity))!important;
}
.bg-gray-9 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-900-rgb),var(--bs-bg-opacity))!important;
}

/* ============================================= */
/* !!!!             ALL BTN CSS             !!!! */
/* ============================================= */
.btn {
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    border-radius: 8px;
    min-width: 192px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-sm {
    min-width: 95px;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.btn-link {
    color: var(--bs-primary);
}
.btn-link:hover {
    color: #1297e7;
}
.btn-link img {
    margin-left: 16px;
}
.btn-link-white {
    color: #fff;
}
.btn-link-dark {
    color: #000000;
}
/*-=-= Button color varient -=-=-*/
.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
}
.btn-outline-primary {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
}
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-outline-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover {
    color: var(--bs-secondary);
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-gray {
    color: #333333;
    background-color: transparent;
    border-color: #707070;
}
.btn-outline-gray:active,
.btn-outline-gray:focus,
.btn-outline-gray:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-outline-gray:active svg,
.btn-outline-gray:focus svg,
.btn-outline-gray:hover svg {
    fill: #fff;
}
.btn-img svg {
    margin-left: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ============================================= */
/* !!!!               OVERLAYS              !!!! */
/* ============================================= */
.overlay_dark {
    background: linear-gradient(to top, rgba(27, 27, 33, 0.32), rgba(73, 73, 78, 0.56), transparent);
    border-radius: 8px;
    z-index: -1;
}
/* ============================================= */
/* !!!!              COMMON CSS             !!!! */
/* ============================================= */
.row:not(.g-0) {
    --bs-gutter-x: 1rem;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-primary .user path,
.btn-primary .user circle,
.btn-primary .user line {
    transition: 0.3s ease-in-out;
}
.btn-primary:hover .user path,
.btn-primary:hover .user circle,
.btn-primary:hover .user line,
.btn-primary:focus .user path,
.btn-primary:focus .user circle,
.btn-primary:focus .user line {
    stroke: var(--bs-primary);
}
/*
.space_bar_left {
    padding-left: 40px;
}
.space_bar_right {
    padding-right: 40px;
}
*/
.space_bar{
    position: absolute;
    top: 0;
    width: 12px;
    height: 100%;
    background: var(--bs-dark);
}
.space_bar_left .space_bar {
    left: 0;
}
.space_bar_right .space_bar {
    right: 0;
}
.inner_banner_wrapper {
    position: relative;
    min-height: 400px;
    padding: 80px 0;
    overflow: hidden;
    background-color: #252525;
}
.inner_banner_arrow_elem {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner_banner_target_elem {
    position: absolute;
    top: 32px;
    left: -57px;
}
.inner_banner_target_elem_center {
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.inner_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(37, 37, 37);
    background: -moz-linear-gradient(180deg, rgba(37, 37, 37, 1) 0%, rgba(70, 70, 70, 0.4) 38%, rgba(109, 109, 109, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(37, 37, 37, 1) 0%, rgba(70, 70, 70, 0.4) 38%, rgba(109, 109, 109, 0) 100%);
    background: linear-gradient(180deg, rgba(37, 37, 37, 1) 0%, rgba(70, 70, 70, 0.4) 38%, rgba(109, 109, 109, 0) 100%);
}
.inner_banner_content {
    position: relative;
    z-index: 2;
}
.inner_banner_content p {	
    font-size: 16px;	
    line-height: 22px;	
}
/*-=-=- common form -=-=-=*/
.form-control, .form-control:focus {
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 17px 0 10px;
    margin: 0 0 25px;
    border: 0;
    border-bottom: 1px solid #000000;
    max-width: 100%;
}
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}
textarea::placeholder,
.form-control::placeholder {
    color: #000000;
    opacity: 1;
}
.form_light .btn:active,
.form_light .btn:focus,
.form_light .btn:hover {
    border-color: var(--bs-secondary);
    background-color: rgba(var(--bs-secondary-rgb), 1);
}
.form_dark .form-control, .form_dark .form-control:focus {
    color: #C1C1C1;
    border-color: #fff;
    font-size: 14px;
}
.form_dark textarea::-webkit-input-placeholder,
.form_dark .form-control::-webkit-input-placeholder {
    color: #c1c1c1;
}
.form_dark textarea:-ms-input-placeholder,
.form_dark .form-control:-ms-input-placeholder {
    color: #c1c1c1;
}
.form_dark textarea::placeholder,
.form_dark .form-control::placeholder {
    color: #c1c1c1;
}
.download_form .form-control, .download_form .form-control:focus {
    color: #575757;
    border-color: #575757;
    font-size: 14px!important;
}
.download_form textarea::-webkit-input-placeholder,
.download_form .form-control::-webkit-input-placeholder {
    color: #575757;
}
.download_form textarea:-ms-input-placeholder,
.download_form .form-control:-ms-input-placeholder {
    color: #575757;
}
.download_form textarea::placeholder,
.download_form .form-control::placeholder {
    color: #575757;
}
.form-note {
    color: #9B9B9B;
    margin-bottom: 10px;
}
.form-label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}
.input-file {
    position: relative;
}
.input-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.input-file .file-btn {
    display: block;
    padding: 40px 15px;
    border: 2px dashed #E3E3E3;
    text-align: center;
    cursor: pointer;
    margin-bottom: 12px;
}
.input-file .file-btn img {
    margin-bottom: 20px;
}
.input-file .file-btn p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
}
.input-file .file-btn p span {
    color: var(--bs-primary);
    text-decoration: underline;
}
.input-file .file-selected {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    display: block;
    color: var(--bs-primary);
}
.form_primary {
    max-width: 800px;
    margin: 0 auto;
}
.form_primary .form-control, .form_primary .form-control:focus {
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    padding: 15px;
    color: var(--bs-dark);
    line-height: 19px;
}
/*-=-=-=-=- Common Gravity Form -=-=-=-=-=*/
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0!important;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer{
    justify-content: center;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px!important;
    grid-column-gap: 24px!important;
}
.contact_form  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 37px!important;
}
.download_form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 40px!important;
}
.form_primary .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 40px!important;
    grid-column-gap: 28px!important;
}
.gform_button, .gform_next_button, .gform_previous_button{
    display: inline-block;
    font-weight: 400;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);

    border-radius: 8px;
    min-width: 192px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gform_button:active,
.gform_button:focus,
.gform_button:hover {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
}
.form_dark .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.form_dark .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
    color: #c1c1c1;
}
.form_dark .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.form_dark .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
    color: #c1c1c1;
}
.form_dark .gform_wrapper.gravity-theme input[type=text]::placeholder,
.form_dark .gform_wrapper.gravity-theme textarea::placeholder {
    color: #c1c1c1;
}
.form_primary .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.form_primary .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
    color: var(--bs-dark);
}
.form_primary .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.form_primary .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
    color: var(--bs-dark);
}
.form_primary .gform_wrapper.gravity-theme input[type=text]::placeholder,
.form_primary .gform_wrapper.gravity-theme textarea::placeholder {
    color: var(--bs-dark);
}
.gform_wrapper.gravity-theme input[type=text] {
    font-size: 16px!important;
    padding: 17px 0 10px!important;
    margin: 0!important;
}
.download_form .gform_wrapper.gravity-theme input[type=text],
.form_dark .gform_wrapper.gravity-theme input[type=text] {
    font-size: 14px!important;
}
.download_form .gform_wrapper .gfield_error [aria-invalid=true],
.form_light .gform_wrapper .gfield_error [aria-invalid=true],
.form_dark .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 0;
    border-bottom: 1px solid #c02b0a;
}
.form_primary .gform_wrapper.gravity-theme input[type=text] {
    padding: 15px!important;
    font-size: 14px!important;
}
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
    display: block!important;
    width: 100%!important;
    font-weight: 400!important;
    background-clip: padding-box!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-color: transparent!important;
    border-radius: 0!important;
    font-size: 16px!important;
    line-height: 22px!important;
    color: #000000!important;
    padding: 17px 0 10px!important;
    margin: 0!important;
    border: 0!important;
    border-bottom: 1px solid #000000!important;
    max-width: 100%!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
}
.gform_wrapper.gravity-theme select {
    padding-right: 45px!important;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 96% 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cpattern id='a' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 64 64'%3E%3Cimage width='64' height='64' xlink:href='data:image/png;base64,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'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='25' height='25' rx='12.5' fill='url(%23a)'/%3E%3C/svg%3E");
}
.form_dark .gform_wrapper.gravity-theme textarea {
    color: #C1C1C1!important;
    border-color: #fff!important;
    font-size: 14px!important;
}
.form_primary .gform_wrapper.gravity-theme textarea,
.form_primary .gform_wrapper.gravity-theme select {
    border: 1px solid var(--bs-primary)!important;
    border-radius: 8px!important;
    padding: 15px!important;
    color: var(--bs-dark)!important;
    line-height: 19px!important;
    font-size: 14px!important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 16px!important;
    line-height: 20px!important;
    font-weight: 400;
}
.form_dark .gform_wrapper.gravity-theme .gfield_checkbox label {
    color: #C1C1C1!important;
    font-size: 14px!important;
}
.contact_form .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 60px;
    padding: 0;
    text-align: center;
}
.contact_form .gform_wrapper.gravity-theme textarea {
    margin: 0!important;
}
.form_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0 0!important;
    border-bottom: 1px solid #fff;
}
.form_select label {
    font-size: 14px !important;
    color: #C1C1C1;
    font-weight: normal !important;
    flex-shrink: 0;
    margin: 0 !important;
}
.form_select .ginput_container_select {
    display: inline-block;
    width: 100%;
}
.form_dark .gform_wrapper.gravity-theme select {
    padding: 10px 20px 10px 4px!important;
    border: 0 !important;
    background-color: var(--bs-dark) !important;
    color: #C1C1C1!important;
    font-size: 14px!important;
    line-height: 19px!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    background-size: 19px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg transform='translate(0.249 0.393)'%3E%3Cimage width='19' height='19' transform='translate(-0.249 -0.393)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAACMElEQVR4nO3ZT4hOURjH8Tvj/5+IJBpJZsooKSVloWRhoZSFhbJQNhbKwsbS1sZCWdgoCzULC6UsJCkLJUVSTElGTSQRIf99LOZMc5sx5t+57533fZ/v8t5znuf3u/fce855TlEEQRAEQRAEQRAEQdB24Bb60V23lkaB7uT5ZoGnhhhEb93iqga9ySs8KbAez9KFN9hat8iqwGa8Sl5fYOPwjTV4nG68x46atWYH2/A2eexH1+gGq/EoNfiAnTVpzQ62493wsMfa8RquwL3U8DP2NFhrdrALH5OnB1g1UYfluJs6fMHeBmnNDnbjU/JyHysn23FJmh7hOw5UrDU72IevycMdLJtqgMW4kQL8wMGKtGYH+/Etab+NpdMNNB9XU6BfOJJZa3ZwCD+T5utYONOA83AlBfyNo5m0ZgeHS+avYUGuwHNwKQX+gxNZAmcEx9ILgj7MzZ2gExdLD+Fk1gQzAMeTJric3XwpUQfOGeF0JYmmpulUSc8FdFadsANnS0nPVJrw/1rK5s+joy2Sz5qX0PDhV8zCz7BhP6BiFv+IK5+CiiaYilW1CCmaaDFm7DJ0UYaYzbUcl2sjUjTxhsxMt6JFC2zJTbcYUbRQUcZUy1FFC5blTLYgWbRwYdbYkvS6f7Rp7dK88Q4lhu61x+EMNhk5lnqJHmzA83TtNbbUrbNSkumBZHiw9EAG0FO3voYwasiP+STaAnThYZoeuybuEQRBEARBEARBEARBkIe//sZAo3iZ6AYAAAAASUVORK5CYII='/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
}
.gfield_checkbox .gchoice, .gfield_radio .gchoice {
    position: relative;
    margin-top: 20px;
}
.contact_form .gfield_checkbox .gchoice {
    margin-top: -20px;
}
.contact_form .gfield_checkbox {
    margin-top: 0;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
/*    left: 0;*/
    opacity: 0;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
    padding-left: 36px;
    position: relative;
    cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"] + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 2px;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"] + label::after {
    position: absolute;
    content: "";
    top: 1px;
    left: 7px;
    width: 6px;
    height: 13px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);transform: rotate(45deg);
    opacity: 0;
}
.form_dark .gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"] + label::before,
.form_dark .gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"] + label::after {
    border-color: #fff;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="radio"] + label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
}
.gform_wrapper.gravity-theme .gfield-choice-input[type="radio"]:checked + label::before {
    background-color: #000;
    box-shadow: inset 0px 0px 0px 3px #fff;
}
.form_dark .gform_wrapper.gravity-theme .gfield-choice-input[type="radio"] + label::before {
    border-color: #fff;
}
.form_dark .gform_wrapper.gravity-theme .gfield-choice-input[type="radio"]:checked + label::before {
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 3px #000;
}
#gform_wrapper_38 .gform_footer,
#gform_wrapper_39 .gform_footer {
    visibility: hidden;
    position: absolute;
    left: -100vw;
}
.download_form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    text-align: center;
}
.download_form .gform_wrapper .gfield_required {
    color: #575757;
}
/*-=-=- Animation css -=-=-=-*/
.spin_anim {
    -webkit-animation: spin 40s linear infinite normal;
    animation: spin 40s linear infinite normal;
}
.spin_anim_center {
    -webkit-animation: spinCenter 40s linear infinite;
    animation: spinCenter 40s linear infinite;
    transform-origin: center center;
}
.svg_arrow_grp_two {
   fill:#fff;
}
.fill_light_blue.svg_arrow_grp_two {
    fill:#EBF0FD;
}
/*
.svg_arrow_grp {
    animation-name: fill;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.svg_arrow_grp.fill_light_blue{
    animation-name: fill_light_blue;
}
.svg_arrow_grp_two {
    animation-delay: 0.2s;
}
.svg_arrow_grp_three {
    animation-delay:0.4s;
}
*/

@-webkit-keyframes fill {
    0% {
        fill: #fff;
    }
    100% {
        fill: none;
    }
}
@keyframes fill {
    0% {
        fill: #fff;
    }
    100% {
        fill: none;
    }
}
@-webkit-keyframes fill_light_blue {
    0% {
        fill: #EBF0FD;
    }
    100% {
        fill: none;
    }
}
@keyframes fill_light_blue {
    0% {
        fill: #EBF0FD;
    }
    100% {
        fill: none;
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinCenter {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg);
    }
}
@keyframes spinCenter {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg);
    }
}
/* ============================================= */
/* !!!!               ELEMENTS              !!!! */
/* ============================================= */
.arrow_ele {
    top: -12%;
    right: 4%;
}
.target_ele {
    top: -30px;
    left: -35px;
}
.side_arr {
    bottom: 2px;
    right: 40px;
}
.arrow_ele_two {
    left: 10%;
}
.target_ele_two {
    left: 50.5%;
    top: -12px;
}
.arrow_ele_three {
    left: -10%;
}
.target_ele_three {
    top: -34px;
    right: -50px;
}
.target_ele_four {
    left: -50px;
    bottom: -10px;
    z-index: 1;
}
.target_ele_five {
    left: 19%;
    top: 40px;
}
.target_ele_six {
    left: 34%;
    bottom: 20px;
}
.target_ele_seven {
    top: -40px;
    right: -55px;
}
.target_ele_eight {
    left: -180px;
    top: 16px;
}
.arrow_ele_five {
    left: 150px;
    top: -26px;
}
.arrow_ele_six {
    right: 100px;
}
/* ============================================= */
/* !!!!          TRIANGLE ELEMENTS          !!!! */
/* ============================================= */
.triangle {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--bs-gray-800);
    z-index: 2;
}
.triangle_sm {
    width: 50px;
    height: 50px;
}
.triangle_top_left {
    top: -1px;
    left: -1px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.triangle_top_right {
    top: -1px;
    right: -1px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.triangle_bottom_left {
    bottom: -1px;
    left: -1px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.triangle_bottom_right {
    bottom: -1px;
    right: -1px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
/* ============================================= */
/* !!!!              TOP HEADER             !!!! */
/* ============================================= */
.top_header {
    z-index: 999;
}
.navbar_brand {
    display: inline-block;
    padding: 16px 0;
}
.navbar_logo {
    position: relative;
}
.navbar_logo::before {
    content: "";
    position: absolute;
    background-color: white;
    height: 100%;
    width: 5000px;
    right: 40px;
    top: 0;
    -webkit-transform: skewX(-57deg);transform: skewX(-57deg);
}
.navbar_brand img {
    position: relative;
    z-index: 2;
    max-width: 150px;
}
/*
.top_header_content {
    padding-left: 85px;
}
*/
.top_header_content p {
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1.4px;
}
.top_header_content p a {
    color: var(--bs-primary);
}
.top_header_content p:not(:nth-last-of-type(1)) {
    margin-right: 34px;
}
.header_search_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header_search_form .form-control,
.header_search_form .form-control:focus {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    margin: 0 15px 0 0;
    padding: 0;
    color: #fff;
}
.header_search_form .form-control::placeholder {
    color: #fff;
}
.header_search_form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.header_search_form .form-control:-ms-input-placeholder {
    color: #fff;
}
.header_search_form form .btn {
    min-width: unset;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}
.home .navbar .dropdown .btn {
    background-color: transparent;
}
.top_call {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-right: 23px;
}
.top_call a {
    color: #fff;
}
/* ============================================= */
/* !!!!              NAVIGATION             !!!! */
/* ============================================= */
.navbar-transparent {
    background-color: transparent!important;
}
.navbar_container {
    position: relative;
    transition: all 0.3s linear;
}
.navbar_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 125px;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.95;
    z-index: -1;
    transition: all 0.3s linear;
}
.home .navbar_container::before {
    opacity: 0;
}
.navbar {
    position: fixed;
/*    top: 0;*/
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 1054;
    padding: 0;
    background-color: var(--bs-gray-800);
}
.fixed_navbar {
    background: var(--bs-gray-800);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar_container.fixed_navbar::before {
    opacity: 0;
}
/*
.fixed_navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--bs-gray-800);
    z-index: 9999;
    transition: all 0.3s linear;
    -op-animation-name: stickySlideDown;
	-webkit-animation-name: stickySlideDown;
	animation-name: stickySlideDown;
	-op-animation-duration: 300ms;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
*/
@-webkit-keyframes stickySlideDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes stickySlideDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.page_contnet {
    margin-top: 144px;
}
.navbar-transparent + .page_contnet {
/*    margin-top: 76px;*/
    margin-top: 120px;
}
.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 1.2px;
    padding: 8px 13px;
    color: var(--bs-white);
    background-color: transparent;
}
.navbar-nav .nav-item:not(:nth-last-of-type(1)) {
    margin-right: 34px;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link.active {
    color: #fff;
}
.navbar .dropdown .btn {
    font-size: 14px;
    line-height: 19px;
    min-width: 199px;
    padding: 13px;
    border-width: 2px;
}
.navbar .dropdown .btn-primary:hover,
.navbar .dropdown .btn-primary:focus {
    color: var(--bs-white);
}
.navbar .dropdown .btn svg {
    margin-right: 9px;
}
.navbar .dropdown .btn-primary span {
    background-color: #2b7eb1;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    padding: 4.5px 6px;
    margin-left: 6px;
}
.home .navbar .dropdown .btn-primary span {
    background-color: transparent;
}
.navbar .dropdown .btn-primary span {
    transition: 0.3s ease-in-out;
}
.navbar .dropdown .btn-primary:hover span,
.navbar .dropdown .btn-primary:focus span {
    background-color: transparent;
}
.navbar .dropdown .dropdown-toggle::after {
    display: none;
}
/*
.navbar .dropdown-menu {
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
}
.navbar .dropdown-item {
    padding: 8px 16px;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    background-color: transparent;
    color: var(--bs-primary);
}
*/

/*-=- Sub menu -=-=-=-*/
.navbar-nav .dropdown-menu {
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #414141;
    border: 0;
    border-radius: 0;
}
.navbar-nav .dropdown-item {
    padding: 6px 10px;
    font-weight: 300;
    color: #fff;
}
.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item:hover {
    background-color: transparent;
}
.login_btn {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.login_btn .dropdown-toggle::after {
    display: none;
}
.login_btn .dropdown-menu {
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #414141;
    border: 0;
    border-radius: 0;
    z-index: -1;
    width: 100%;
}
.login_btn .dropdown-item {
    padding: 6px 10px;
    font-weight: 300;
    color: #fff;
}
.login_btn .dropdown-item:focus,
.login_btn .dropdown-item:active,
.login_btn .dropdown-item:hover {
    background-color: transparent;
}
.top_header .login_btn .btn {
    color: #fff;
    border: 0;
    padding: 8px 0;
    font-size: 16px;
    min-width: unset;
}
.top_header .login_btn .btn svg {
    vertical-align: text-bottom;
}
.top_header .login_btn .btn img {
    max-width: 16px;
    margin-left: 6px;
}
.navbar_btn .btn {
    font-weight: 700;
    padding: 13px 18px;
}
.navbar_btn .btn-primary:hover {
    color: #fff;
}
.navbar_btn .btn-img svg {
    margin-left: 15px;
}
/* ============================================= */
/* !!!!            BANNER SECTION           !!!! */
/* ============================================= */
.home_arrow_elem {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_arrow_elem img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_fixed_btn_wrap {
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.banner_fixed_btn {
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: 0.36px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 13px 20px;
    margin-right: 14px;
    margin-left: 20px;
    /* -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center; */
}
.banner_fixed_btn.banner_fixed_btn_light {
    background-color: #E4E4E4;
    color: #202020;
}
.banner_fixed_btn.banner_fixed_btn_dark {
    background-color: #4cbb17;
    color: #fff;
}

.banner_section {
    min-height: 685px;
    padding: 165px 0;
    overflow: hidden;
}
.banner_section_content p {
    font-size: 17px;
    line-height: 26px;
}
.banner_section_content .btn {
    margin: 22px 20px 0 0;
}
.banner_btn {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    min-width: 219px;
    text-align: left;
    padding: 18px 50px 18px 18px;
    border: 0;
    border-radius: 0;
    margin-bottom: 17px;
    background-color: transparent;
}
.banner_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4F5054;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    transition: all 0.3s ease-in-out;
}
.banner_btn_light::before {
    background-color: #4F5054;
}
.banner_btn_dark::before {
/*    background-color: var(--bs-primary);*/
    background-color: #4cbb17;
}
.banner_btn span {
    position: relative;
}
.banner_btn:active,
.banner_btn:focus,
.banner_btn:hover {
    color: #fff;
}
.banner_btn_light:active::before,
.banner_btn_light:focus::before,
.banner_btn_light:hover::before {
    background-color: var(--bs-secondary);
}
.banner_btn_dark:active::before,
.banner_btn_dark:focus::before,
.banner_btn_dark:hover::before {
    background-color: #2d7809;
}
/* ============================================= */
/* !!!!          OPTIMIZE OUTCOMES          !!!! */
/* ============================================= */
.optimize_outcomes {
    padding-top: 70px;
    padding-bottom: 20px;
}
/*
.optimize_outcomes::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: var(--bs-gray-800);
}
*/
.banner_bottom.useful_links_wrapper{
    margin-top: -185px;
}
.banner_bottom .useful_links_wrap {
    margin-top: 0;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.banner_bottom .useful_links_block {
    padding: 35px 15px;
}
.banner_bottom .useful_links_block:not(:last-child)::before {
    background-color: var(--bs-primary);
}
/*  */
.att_logo {
    padding: 30px 0;
}
.att_logo img {
    max-width: 150px;
    margin-bottom: 20px
}
.att_logo img:not(:last-child) {
    margin-right: 20px;
}
.optimize_outcomes_content {
    max-width: 418px;
}
.optimize_outcomes_content .btn_wrap {
    margin-top: 55px;
}
.optimize_outcomes_content .btn-primary {
    margin-right: 30px;
}
.optimize_info_box {
    margin-bottom: 50px;
    padding-left: 17.5px;
}
.optimize_info_box::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 100%;
    background-color: var(--bs-primary);
    left: 0;
    border-radius: 3px;
}
.optimize_info_wrapper > div:last-child .optimize_info_box::before {
    opacity: 0;
}
.optimize_info_box h2 {
    margin-bottom: 10px;
}
.optimize_info_box p {
    margin-bottom: 0;
}
.optimize_info_box h2,
.optimize_info_box p {
/*    color: var(--bs-blue);*/
    color: #fff;
}
.optimize_info_box img {
    max-height: 74px;
}
/* ============================================= */
/* !!!!          OUR CORE SERVICES          !!!! */
/* ============================================= */
.services_wrapper {
/*    background-color: var(--bs-gray-800);*/
    padding: 80px 0 38px;
}
/*
.services_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: var(--bs-gray-800);
}
*/
.services_title_wrap {
    padding: 0 0 60px;
}
.service_box{
    display: block;
    width: 100%;
    padding: 24px 10px;
    background-color: #1a1a1a;
/*    border: 1px solid var(--bs-primary);*/
    border-radius: 8px;
    margin-bottom: 18px;
}
.service_box::before {
    content: '';
    position: absolute;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 70%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 70%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 70%, rgba(27,27,33,1) 100%);
    opacity: 0;
    width: 100%;
    height: calc(100% + 2px);
    border-radius: 8px;
    top: -1px;
    left: 0;
    bottom: -1px;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service_box::after {
    content: '';
    position: absolute;
    background-color: #1a1a1a;
    border: 1px solid var(--bs-primary);
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service_box_inner {
    position: relative;
    z-index: 1;
}
.service_box_img, .service_box_title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service_box_title p {
    margin-bottom: 0;
}
.service_box_img {
    min-height: 50px;
    max-height: 50px;
}
.service_box_img img {
    height: 40px;
}
.service_hover_text {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.service_box:hover{
    border-color: transparent;
}
.service_box:hover::after {
    opacity: 0;
}
.service_box:hover::before {
    opacity: 0.6;
}
.service_box:hover .service_box_img,
.service_box:hover .service_box_title {
    opacity: 0;
}
.service_box:hover .service_hover_text  {
    opacity: 1;
    transition-delay: 0.2s;
}
.services_expand {
    margin-top: 135px;
}
.services_expand span {
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease;
}
.services_expand span.active {
    transform: rotate(180deg);
}
.services_wrap {
/*    height: 268px;*/
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* ============================================= */
/* !!!!          EXPERT LOGISTICS           !!!! */
/* ============================================= */
.expert_logistics_arrow_elem {
    top: -60px;
    left: -10%;
}
.expert_logistics_arrow_elem img {
    height: 100%;
    object-fit: cover;
}
.expert_logistics {
    padding: 115px 0 25px;
    overflow: hidden;
    background-position: left center;
    background-repeat: repeat-x;
    background-size: cover;
}
.expert_logistics::before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height:40px;
	background: var(--bs-gray-800)
}
.expert_logistics_title {
    max-width: 410px;
    padding: 0 0 60px;
}
.expert_logistics_title h2 {
    color: var(--bs-gray-900);
}
.expert_logistics_content {
    margin-bottom: 80px;
    max-width: 254px;
}
.expert_logistics_svg {
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
}
.expert_logistics_text h6 {
    margin-bottom: 16px;
}
/*-=-= Full width wrapper-=-=-=*/
.full_width_wrapper {
    position: relative;
    padding-top: 47px;
    z-index: 2;
}
.full_width_content {
    position: relative;
    padding: 40px 0;
    z-index: 1;
}
.full_width_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full_width_elem {
    top:-40px;
    left: 0;
}
.full_width_elem_two {
    bottom: 25px;
    left: 34%;
    z-index: 1;
}
.full_width_content h3 {
    margin-bottom: 24px;
}
.full_width_content strong {
    font-weight: normal;
    display: block;
}
.mg_active .triangle,
.mg_active .space_bar {
    display: none;
}
.mg_active .full_width_img img {
    margin-left: 0;
}
.full_width_bottom_content {
    padding: 42px 0 65px;
}
.list_icon_wrap {
    position: relative;
    padding-left: 48px;
    margin-bottom: 0;
}
.list_icon_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5px;
    height: 100%;
    background-color: var(--bs-primary);
    border-radius: 3px;
}
.list_icon_wrap li {
    display: -webkit-box;display: -ms-flexbox;display: flex;
    margin-bottom: 27px;
}
.list_icon_wrap li:last-child {
    margin-bottom: 0;
}
.list_icon_wrap li .list_icon {
    flex-shrink: 0;
    margin-right: 30px;
}
.list_icon_wrap li p {
    margin-bottom: 0;
}
.service_full_width_wrapper_two .list_icon_wrap + p {
    margin-top: 40px;
}
.service_full_width_wrapper_two .list_icon_wrap li img {
    max-width: 35px;
    min-width: 35px;
}
/*
.service_full_width_wrapper_two .list_icon_wrap li p {
    font-size: 18px;
    line-height: 24px;
}
*/
.ob_bottom img {
    -o-object-position: bottom;object-position: bottom;
}
/* ============================================= */
/* !!!!            FORM SECTION             !!!! */
/* ============================================= */
.form_circle_elem {
    top: -90px;
    right: -70px;
    z-index: 2;
}
.form_arrow_icon_elem {
    bottom: 0;
    right: -35px;
}
.form_section {
    background-repeat: repeat-x;
    background-size: cover;
    background-position: left center;
    padding: 135px 0;
}
.form_section_content {
    z-index: 2;
}
.form_section_content h2 {
    margin-bottom: 14px;
}
.form_section_content p {
    max-width: 475px;
}
.form_section_content form {
    padding: 21px 0 0;
}
.form_section_content .btn-primary {
    min-width: 50px;
}
.form_container .btn svg line,
.form_container .btn svg path {
    transition: 0.3s ease-in-out;
}
.form_container .btn:hover svg line,
.form_container .btn:hover svg path {
    stroke: var(--bs-primary);
}
/*-=-=- testimonial wrapper =-=-=-=-*/
.testimonial_arrow_icon_elem {
    left: 59%;
}
.testimonial_wrapper {
    background-color: #1a1a1a;
    padding-top: 80px;
    padding-bottom: 100px;
    z-index: 2;
}
.testimonial_wrapper .title_wrap {
    margin-bottom: 63px;
}
.testimonial_wrapper .swiper-button-next, .testimonial_wrapper .swiper-button-prev {
    color: #fff;
}
.testimonial_slider .swiper-slide {
    height: auto;
}
.testimonial_block {
    height: 100%;
    max-width: 280px;
    background-color: var(--bs-gray-800);
    border-radius: 8px;
    padding: 17px 37px;
    margin: 0 auto;
}
.testimonial_block .icon {
    margin-bottom: 7px;
}
.testimonial_block .content {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.65px;
}
.testimonial_block .bottom p {
    margin-bottom: 0;
    letter-spacing: 0.6px;
}
/* ============================================= */
/* !!!!            NEWS & UPDATES           !!!! */
/* ============================================= */
.news_updates {
    padding: 65px 0 35px;
}
.news_updates .title_wrap h3 {
   margin-bottom: 0;
}
.news_row {
    position: relative;
    z-index: 3;
    -ms-flex-wrap: nowrap;flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: visible;
    padding: 45px;
    scrollbar-width: none;
}
.news_row::-webkit-scrollbar-track {
    display: none;
}
.news_row::-webkit-scrollbar {
    display: none;
}
.news_row::-webkit-scrollbar-thumb{
    display: none;
}
.news_updates_box {
    padding: 25px 22px;
    margin-bottom: 35px;
    -webkit-box-shadow: 20px 20px 42px 20px rgba(188, 204, 249, 0.31), -20px -18px 42px 0px rgba(188, 204, 249, 0.31);
    box-shadow: 20px 20px 42px 20px rgba(188, 204, 249, 0.31), -20px -18px 42px 0px rgba(188, 204, 249, 0.31);
    max-width: 226px;
    background-color: #fff;
}
.news_updates_box:not(:last-child){
    margin-right: 38px;
}
.news_updates_icon {
    background-color: rgba(var(--bs-primary-rgb), 0.5);
    width: 36px;
    height: 36px;
}
.news_updates_content h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 13px;
}
.news_updates .btn_wrap .btn {
    border-width: 1.5px;
    min-width: 125px;
    padding: 6px 8px;
}
/* ============================================= */
/* !!!!            OUR NEWSLETTER           !!!! */
/* ============================================= */
.newsletter_arrow_elem {
    right: 37px;
    top: -20px;
}
.newsletter_wrapper {
    background-color: var(--bs-gray-300);
    padding: 40px 0;
    overflow: hidden;
    background-position: right center;
    background-repeat: repeat-x;
    background-size: cover;
}
.newsletter_container {
/*    max-width: 359px;*/
    max-width: 701px;
}
.newsletter_container h4,
.newsletter_container p {
    color: var(--bs-gray-800);
}
.newsletter_container form {
    margin-top: 40px;
}
.newsletter_container form .form-control {
    background-color: var(--bs-white);
    max-width: 293px;
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 0;
    padding: 16px 25px;
}
.newsletter_container form .form-control,
.newsletter_container form .form-control::placeholder {
    font-size: 13px;
    line-height: 18px;
    color: #6e6e6e;
}
.newsletter_container .btn-primary {
    min-width: 50px;
}
.newsletter_container .btn-primary:active,
.newsletter_container .btn-primary:hover,
.newsletter_container .btn-primary:focus {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.newsletter_container .gform_wrapper.gravity-theme input[type=text] {
    font-size: 13px!important;
    line-height: 18px!important;
    padding: 16px 25px!important;
    margin-right: 8px!important;
}
.newsletter_container .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 11;
    grid-column: span 11;
}
.newsletter_container .gform_wrapper.gravity-theme .gfield.form_inline_button {
    -ms-grid-column-span: 1;
    grid-column: span 1;
}
.newsletter_container .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 8px!important;
}
/* ============================================= */
/* !!!!             OUR PARTNERS            !!!! */
/* ============================================= */
.our_partners {
    background-color: var(--bs-gray-300);
}
.partners_innnerwrap {
    max-width: 1070px;
    margin: 0 auto;
}
.our_partners_content .title_wrap {
    margin-bottom: 40px;
}
.our_partners_wrapper {
    padding-top: 75px;
    padding-bottom: 40px;
    z-index: 1;
}
.our_partners_wrapper .title_wrap {
    margin-bottom: 30px;
}
.our_partners_icons:not(:last-child) {
    padding-right:65px;
}
/* ============================================= */
/* !!!!             OUR PARTNERS            !!!! */
/* ============================================= */
.world_time_wrapper {
    padding: 40px 0 6px;
    border-bottom: 1px solid #8a8a8a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.world_time_box {
    padding: 0 13px;
    margin-bottom: 34px;
}
.world_time_icon {
    margin-bottom: 8px;
}
.world_time_content p {
    margin-bottom: 4px;
}
.world_time_content p span {
    font-size: 13px;
    color: var(--bs-gray-400);
}
/* ============================================= */
/* !!!!                FOOTER               !!!! */
/* ============================================= */
footer {
    padding: 0 0 17px;
}
.footer_logo a {
    display: inline-block;
}
.footer_logo::before {
    content: "";
    position: absolute;
    background-color: white;
    height: 56px;
    width: 5000px;
    right: 0;
    top: 0;
    transform: skewX(-50deg);
}
.footer_logo a {
    padding: 5px 0;
}
.footer_logo img {
    position: relative;
    max-width: 156px;
}
.footer_contact {
    margin-top: 34px;
    margin-bottom: 30px;
}
.footer_contact p {
    margin-bottom: 10px;
}
.footer_contact p a {
    color: var(--bs-primary);
    margin-left: 8px;
}
.footer_links_wrap {
    margin-right: -17px;
    margin-left: -17px;
}
.footer_links {
    padding: 55px 17px 0;
}
.footer_links_icon svg path,
.footer_bottom p a {
    transition: 0.3s ease-in-out;
}
.footer_contact p,
.footer_links_title p {
    font-weight: 400;
}
.footer_contact p,
.footer_links p {
    letter-spacing: 1.2px;
}
.footer_links_title,
.footer_links_icon {
    margin-bottom: 30px;
}
.footer_links_items p {
    margin-bottom: 20px;
}
.footer_links_items p a,
.footer_bottom p a {
    color: var(--bs-white);
    transition: 0.3s ease-in-out;
}
.footer_links_items p a:hover {
    color: var(--bs-primary);
}
.footer_links_icon svg:hover path {
    fill: var(--bs-primary);
}
/* Footer-bottom */
.footer_bottom_wrapper {
    padding: 59px 0 0;
}
.footer_bottom {
    border-top: 1px solid #232733;
    padding: 13px 0 0;
}
.footer_bottom p {
    letter-spacing: 1.1px;
    margin-bottom: 10px;
}
.footer_bottom p, .footer_bottom small {
    font-size: 11px;
}
.footer_bottom p a:hover {
    text-decoration: underline;
}
/*-=-=common content-=-*/
.common_content_arrow_icon_elem_one {
    left: -25px;
    top: 66px;
}
.common_content_arrow_icon_elem_two {
    left: 14px;
    bottom: 42px;
}
.common_content_wrap {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.common_content_wrap p:last-child {
    margin-bottom: 0;
}
/*-=-= full width wrapper two-=-*/
.full_width_two_circle_elem_one {
    top: -25px;
    left: -45px;
}
.full_width_two_circle_elem_two {
    z-index: 1;
    left: 51.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -58px;
}
.full_width_two_circle_elem_three {
    top: 100px;
    right: 100px;
}
.full_width_two_circle_elem_four {
    top: 18px;
    left: -15px;
}
.full_width_two_circle_elem_five{
    z-index: 1;
    left: 35%;
    bottom: 140px;
}
.full_width_two_circle_elem_six {
    top: 80px;
    right: 0;
}
.full_width_two_arrow_elem_one {
    top: -20%;
    right: 17%;
}
.full_width_wrapper_two {
    padding-top: 50px;
}
.approach_page.full_width_wrapper_two {
    overflow: hidden;
}
.full_width_content_two {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 60px;
}
/*-=-=- Resume wrapper -=-*/
.resume_arrow_elem {
    top: -20%;
    left: -8%;
}
.resume_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.cv_form {
    max-width: 495px;
    margin: 0 auto;
}
/*-=-=- Team page -=-=-=*/
.staff_circle_elem_one {
    left: -195px;
    bottom: 20%;
}
.staff_circle_elem_two {
    right: -152px;
    top: 27%;
}
.staff_wrapper {
    padding-top: 75px;
}
.staff_wrapper .title_wrap {
    max-width: 755px;
    margin: 0 auto 95px;
}
.staff_block {
    max-width: 520px;
    margin: 0 auto 80px;
    text-align: center;
}
.staff_block.staff_block_lg {
    max-width: 670px;
}
.staff_block_img {
    position: relative;
    max-width: 278px;
    max-height: 278px;
    border-radius: 100%;
    margin: 0 auto 20px;
}
.staff_block_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0.2;
    background: rgb(102, 102, 106);
    background: -moz-linear-gradient(180deg, rgba(102, 102, 106, 0) 0%, rgba(73, 73, 78, 0.9) 65%, rgba(27, 27, 33, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102, 102, 106, 0) 0%, rgba(73, 73, 78, 0.9) 65%, rgba(27, 27, 33, 1) 100%);
    background: linear-gradient(180deg, rgba(102, 102, 106, 0) 0%, rgba(73, 73, 78, 0.9) 65%, rgba(27, 27, 33, 1) 100%);
}
.staff_block_img img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    max-width: 278px;
    max-height: 278px;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
}
.staff_block_lg .staff_block_img,
.staff_block_lg .staff_block_img img {
    max-width: 406px;
    max-height: 406px;
}
.staff_block h5 {
    margin-bottom: 8px;
    letter-spacing: 0.40px;
}
.staff_block h5.text-primary {
    margin-bottom: 16px;
}
.staff_block h6 {
    margin-bottom: 16px;
    color: #8E8E8E;
    letter-spacing: 0;
}
/*
.staff_block_content {
    color: #B1B1B1;
}
*/
.staff_block_content p:last-child {
    margin-bottom: 0;
}
/*-=-=-= News page -=-=-*/
.related_news_circle_elem_one {
    left: -58px;
    bottom: 64px;
}
.related_news_circle_elem_two {
    top: -90px;
    right: -165px;
}
.news_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.news_wrapper .title_wrap {
    margin-bottom: 70px;
}
.news_block {
    display: block;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.news_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    border-radius: 8px;
}
.related_news_wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
}
.related_news_wrapper .title_wrap {
    margin-bottom: 80px;
}
.related_news_block {
    display: block;
    margin-bottom: 20px;
}
.related_news_block_img {
    position: relative;
    border-radius: 8px;
    margin-bottom: 12px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.related_news_block_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.5;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
}
.related_news_block img {
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.related_news_content p {
    margin-bottom: 0;
}
.related_news_content p.title {
    color: var(--bs-body-color);
}
.related_news_content p.subtitle {
    color: #9D9D9D;
}
.related_news_block:hover p {
    color: var(--bs-primary);
}
/*-=-=-= Resources page -=-=-=*/
.resource_circle_elem_one {
    top: 0;
    left: -50px;
}
.resource_circle_elem_two {
    top: -110px;
    right: -195px;
}
.resource_wrapper {
    padding-top: 80px;
    padding-bottom: 64px;
}
.specialties_wrapper {
    padding-top: 100px;
    padding-bottom: 84px;
}
.resource_block {
    width: 100%;
    position: relative;
    border-radius: 8px;
    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;
    padding: 15px;
    margin-bottom: 16px;
    min-height: 249px;
}
.resource_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.5;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
}
.specialties_wrapper .resource_block::before {
    background: rgb(27,27,33);
    background: -moz-linear-gradient(0deg, rgba(27,27,33,1) 0%, rgba(73,73,78,0.9) 41%, rgba(86,86,90,0.51) 70%, rgba(102,102,106,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(27,27,33,1) 0%, rgba(73,73,78,0.9) 41%, rgba(86,86,90,0.51) 70%, rgba(102,102,106,0) 100%);
    background: linear-gradient(0deg, rgba(27,27,33,1) 0%, rgba(73,73,78,0.9) 41%, rgba(86,86,90,0.51) 70%, rgba(102,102,106,0) 100%);
}
.resource_block_contnet {
    position: relative;
    text-align: center;
}
.resource_block .resource_block_contnet .btn-outline-white {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border-width: 2px;
    min-width: 150px;
}
.resource_block_contnet h5 {
    font-weight: normal;
    letter-spacing: 0.50px;
    margin-bottom: 40px;
}
.resource_block_new {
    width: 100%;
    position: relative;
    border: 3px solid #fff;
    border-radius: 8px;
    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;
    padding: 15px;
    margin-bottom: 30px;
    min-height: 320px;
}
.resource_block_new .resource_block_contnet .btn-outline-white {
    min-width: 124px;
    padding: 6px
}
.resource_block_new img {
    margin-bottom: 16px;
}
.resource_block_new .resource_block_contnet h5 {
    margin-bottom: 12px;
}
.resource_file_wrap {
    position: relative;
}
.resource_file_wrap .row {
    --bs-gutter-x: 0.5rem;
}
.resource_file_block {
    width: 100%;
    padding: 24px;
    background-color: #515151;
    border-radius: 8px;
    margin-bottom: 16px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.resource_file_block h5 {
    letter-spacing: 0.50px;
    margin-bottom: 8px;
}
.resource_file_block p {
    max-width: 215px;
    margin: 0 auto 20px;
}
/*-=-= Form light -=-=-*/
.form_wrap_circle_elem {
    top: -58px;
    left: -53px;
}
.form_wrap_light {
    background-color: #EBEFFB;
    padding: 80px 0;
}
.form_wrap_light .title_wrap {
    color: #1C1A1A;
}
.form_wrap_light .title_wrap .content {
    max-width: 480px;
    margin: 0 auto 35px;
}
/*-=-=-= Technology page -=-=-=*/
.technology_common_circle_elem_one {
    top: -46px;
    left: 46.5%;
}
.technology_common_circle_elem_two {
    top: 170px;
    left: 40px;
}
.useful_links_wrap {
    margin-top: 80px;
    background-color: #1B1B21;
    border-radius: 8px;
}
.useful_links_block {
    position: relative;
    display: block;
    flex: 1;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    padding: 40px 15px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.useful_links_block:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 63px;
    background-color: #63656B;
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.useful_links_block .useful_links_block_img {
    margin-bottom: 12px;
    min-height: 40px;
}
.useful_links_block p {
    margin: 0;
}
.useful_links_block:hover {
    background-color: var(--bs-primary);
    color: #fff;
}
/*-=-=- CTA wrapper -=-=-*/
.cta_arrow_elem {
    right: 37px;
    top: -20px;
}
.cta_wrapper {
    overflow: hidden;
    padding: 108px 0;
    background-position: right center;
    background-repeat: repeat-x;
    background-size: cover;
}
.cta_wrapper h3 {
    color: #1F1F24;
    margin-bottom: 0;
    font-weight: normal;
}
/*-=-=-= Services page -=-=-=*/
.services_grid_circle_elem_one {
    top: 0;
    left: -50px;
}
.services_grid_circle_elem_two {
    bottom: -83px;
    right: -21%;
    z-index: 1;
}
.services_grid_arrows_icon_elem {
    left: -25px;
    bottom: 45px;
}
.services_grid_wrapper {
    padding: 82px 0 50px;
}
.services_grid_wrap {
    position: relative;
    z-index: 2;
}
.services_grid_box {
    position: relative;
    border-radius: 8px;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 25px 35px;
    min-height: 300px;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services_grid_box h4 {
    position: relative;
    letter-spacing: 1.2px;
    margin-bottom: 0;
}
.services_grid_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.55;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services_grid_box:hover {
    transform: scale(1.02);
}
/*-=-=- About page -=-=-*/
.about_common_circle_elem_one {
    left: 54px;
    bottom: -223px;
    z-index: 1;
}
.story_arrow_icon_elem {
    right: 81px;
    bottom: 0;
}
.story_wrapper {
    padding: 60px 0 65px;
}
.story_wrapper .title_wrap {
    margin-bottom: 50px;
}
.story_wrap {
    margin: 0 15px;
    overflow-x: auto;
/*    scrollbar-width: none;*/
}
.story_wrap::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: #F5F5F5;
}

.story_wrap::-webkit-scrollbar {
	height: 8px;
	background-color: #F5F5F5;
}

.story_wrap::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: var(--bs-primary);
}
/*
.story_wrap::-webkit-scrollbar-track {
    display: none;
}
.story_wrap::-webkit-scrollbar {
    display: none;
}
.story_wrap::-webkit-scrollbar-thumb{
    display: none;
}
*/
.story_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1230px;
    margin: 0 auto;
    padding: 350px 20px 330px;
}
.story_block {
    position: relative;
}
.story_block_year {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: var(--bs-primary);
    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;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);transform: rotate(45deg);
    z-index: 1;
    transition: all 0.3s ease;
}
.story_block:nth-child(even){
    margin-top: -85px;
    margin-left: -15px;
}
.story_block:nth-child(odd):not(:first-child) {
    margin-left: -15px;
}
.story_block_year p {
    margin: 0;
    transform: rotate(-45deg);
}
.story_block_content {
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
}
.story_block_content.story_block_content_top {
    bottom: calc(100% + 21px);
}
.story_block_content.story_block_content_bottom {
    top: calc(100% + 21px);
}
.story_block_content_line {
    position: relative;
    width: 1px;
    height: 150px;
    background-color: #BCBCBC;
    left: 50%;
    margin-left: -1px;
    top: 0;
}
.story_block_content_line span {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #CFCFCF;
    position: absolute;
    bottom: 0;
    left: -5px;
}
.story_block_content_top .story_block_content_line span {
    bottom: auto;
    top: 0;
}
.story_block_content .content {
    position: relative;
    top: 5px;
    left: 48%;
    max-width: 100px;
}
.story_block_content .content p strong {
    font-weight: 500;
}
.story_block:nth-child(12) .story_block_content.story_block_content_bottom,
.story_block:nth-child(14) .story_block_content.story_block_content_bottom {
    top: calc(100% - 64px);
}
.story_wrapper_content {
    max-width: 544px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 24px;
}
.story_wrapper_content strong {
    font-weight: 500;
}
/*-=- story line height -=-=*/
.story_block:nth-child(3) .story_block_content_line,
.story_block:nth-child(4) .story_block_content_line,
.story_block:nth-child(7) .story_block_content_line,
.story_block:nth-child(8) .story_block_content_line,
.story_block:nth-child(12) .story_block_content_line {
    height: 70px;
}
.story_block:nth-child(11) .story_block_content_line {
    height: 100px;
}
.story_block:nth-child(13) .story_block_content_top .story_block_content_line {
    height: 90px;
}
/*-=- story bacground color-=-=*/
.story_block:nth-child(1) .story_block_year {
    background-color: #C7D8F8;
}
.story_block:nth-child(2) .story_block_year {
    background-color: #C7D8F8;
}
.story_block:nth-child(3) .story_block_year {
    background-color: #B7CDF6;
}
.story_block:nth-child(4) .story_block_year {
    background-color: #B7CDF6;
}
.story_block:nth-child(5) .story_block_year {
    background-color: #A6C1F3;
}
.story_block:nth-child(6) .story_block_year {
    background-color: #A6C1F3;
}
.story_block:nth-child(7) .story_block_year {
    background-color: #95B6F1;
}
.story_block:nth-child(8) .story_block_year {
    background-color: #95B6F1;
}
.story_block:nth-child(9) .story_block_year {
    background-color: #85ABEF;
}
.story_block:nth-child(10) .story_block_year {
    background-color: #85ABEF;
}
.story_block:nth-child(11) .story_block_year {
    background-color: #75A0EC;
}
.story_block:nth-child(12) .story_block_year {
    background-color: #75A0EC;
}
.story_block:nth-child(13) .story_block_year {
    background-color: #6594EA;
}
.story_block:nth-child(14) .story_block_year {
    background-color: #447ee7;
}

/*-=- story content width -=-=*/
.story_block:nth-child(1) .story_block_content .content {
    min-width:107px;
    max-width:107px;
}
.story_block:nth-child(2) .story_block_content .content {
    min-width:147px;
    max-width:147px;
}
.story_block:nth-child(3) .story_block_content .content {
    min-width:116px;
    max-width:116px;
}
.story_block:nth-child(4) .story_block_content .content {
    min-width:117px;
    max-width:117px;
}
.story_block:nth-child(5) .story_block_content .content {
    min-width:128px;
    min-width:128px;
}
.story_block:nth-child(6) .story_block_content .content {
    min-width:127px;
    max-width:127px;
}
.story_block:nth-child(7) .story_block_content .content {
    min-width:138px;
    max-width:138px;
}
.story_block:nth-child(8) .story_block_content .content {
    min-width:145px;
    max-width:145px;
}
.story_block:nth-child(9) .story_block_content .content {
    min-width:129px;
    max-width:129px;
}
.story_block:nth-child(10) .story_block_content .content {
    min-width:121px;
    max-width:121px;
}
.story_block:nth-child(11) .story_block_content .content {
    min-width:138px;
    max-width:138px;
}
.story_block:nth-child(12) .story_block_content.story_block_content_top .content {
    min-width:112px;
    max-width:112px;
}
.story_block:nth-child(12) .story_block_content.story_block_content_bottom .content {
    min-width:84px;
    max-width:84px;
    left: 13%;
}
.story_block:nth-child(13) .story_block_content.story_block_content_top .content {
    min-width:80px;
    max-width:82px;
}
.story_block:nth-child(13) .story_block_content.story_block_content_bottom .content {
    min-width:113px;
    max-width:113px;
}
.story_block_year:hover {
    transform: rotate(45deg) scale(1.09);
}
.story_block_year:hover + .story_block_content + .story_block_content,
.story_block_year:hover + .story_block_content  {
    transform: scale(1.05);
}
/*-=-= map section -=-=-*/
.map_circle_elem_one {
    top: -34px;
    right: 19%;
}
.map_wrappers {
    padding: 150px 0;
}
.map_wrappers .title_wrap {
    margin-bottom: 78px;
}
.map_ind_points {
    margin-top: 20px;
    text-align: left;
    display: inline-block;
}
.map_ind_points p {
    position: relative;
    padding-left: 25px;
    margin: 0 0 5px;
	font-weight: normal;
	color: var(--bs-primary);
}
.map_ind_points p:first-child {
	color: #db7c44;
}
.map_ind_points p::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--bs-primary);
}
.map_ind_points p:first-child::before {
	background-color: #db7c44;
}
.imapsTooltip-group .imapsSprite-group.imapsPointedShape-group.imapsPointedRectangle-group {
    stroke: var(--bs-primary)!important;
    fill: var(--bs-primary)!important;
}
g.imapsContainer.imapsLabel div {
    color: #fff!important;
}
g.imapsContainer.imapsComponent.imapsSeries.imapsMapSeries.imapsMapImageSeries > g:nth-child(4) [fill="#0075bc"] {
    fill: #db7c44 !important;
}
g#id-1411 {
    fill: #db7c44!important;
}
.about_links_wrapper {
    padding: 80px 0 65px;
    background-position: right center;
    background-size: cover;
    background-repeat: repeat-x;
}
.about_link_box {
    width: 100%;
    position: relative;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px;
    margin-bottom: 16px;
    min-height: 235px;
}
.about_link_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0.5;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 65%, rgba(27,27,33,1) 100%);
}
.about_link_box_content {
    position: relative;
    text-align: center;
}
.about_link_box_content h5 {
    font-weight: normal;
    letter-spacing: 0.40px;
    margin-bottom: 0;
}
/*-=-= Values section -=-*/
.values_circle_elem_one {
    top: 20px;
    left: 20px;
}
.values_circle_elem_two {
    bottom: -69px;
    right: -192px;
    z-index: 1;
}
.values_wrapper {
    padding: 80px 0;
}
.values_row {
    position: relative;
    z-index: 2;
}
.values_row:not(:last-child) {
    margin-bottom: 100px;
}
.values_content {
    position: relative;
    padding-left: 100px;
}
.values_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 196px;
    max-height: 100%;
    border-radius: 4px;
    background-color: var(--bs-primary);
}
.values_content p:last-child {
    margin-bottom: 0;
}
.values_content ul.list-unstyled li img {
    position: absolute;
    top: -3px;
    left: 0;
}
.values_content ul.list-unstyled li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 23px;
}
/*-=-= contact page =-=-*/
.contact_circle_elem_one {
    top: 25px;
    left: 30px;
}
.contact_circle_elem_two {
    right: -280px;
    bottom: 100px;
}
.contact_arrow_icon_elem {
    left: 53px;
    bottom: 0;
}
.contact_page_common {
    padding-bottom: 43px;
}
.contact_no_wrap {
    max-width: 590px;
    margin: 40px auto 0;
    padding: 16px 22px;
    border-radius: 8px;
    background-color: var(--bs-primary);
}
.contact_no_block img {
    margin-right: 16px;
}
.contact_no_block {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 2px;
    font-weight: normal;
}
.contact_no_block a {
    color: inherit;
    font-weight: 600;
}
/* .contact_no_block:first-child {
    padding-right: 25px;
    border-right: 1px solid;
}
.contact_no_block:last-child {
    padding-left: 35px;
} */
.contact_form_wrapper {
    padding: 75px 0 69px;
}
.contact_form_wrapper .title_wrap {
    margin-bottom: 40px;
}
.contact_form {
    position: relative;
    border: 1px solid #707070;
    border-radius: 41px;
    padding: 40px;
}
.locations_wrapper {
    padding: 80px 0 60px;
}
.location_block {
    margin-bottom: 20px;
}
.location_block h5 {
    font-weight: normal;
}
.location_block p {
    margin: 0;
    line-height: 32px;
    letter-spacing: -0.13px;
}
.location_block p strong {
    font-weight: normal;
}
.location_block p a {
    color: inherit;
}
.location_block p a:hover {
    color: var(--bs-primary);
}
/*-=-=-=-= Single service page -=-=-=-*/
.service_common_circle_elem_one {
    top: -54px;
    left: -115px;
}
.service_common_circle_elem_two {
    right: -183px;
    top: -60px;
}
.service_common_circle_elem_three {
    left: -35px;
    top: -40px;
}
.service_common_wrap {
    padding-top: 90px;
    padding-bottom:90px;
}
.feature_circle_elem_one {
    left: 290px;
    top: -117px;
}
.feature_wrapper {
    padding: 80px 0;
}
.feature_wrapper + .feature_wrapper {
    padding-top: 0;
}
.feature_wrapper .title_wrap {
    margin-bottom: 75px;
}
.feature_block {
    margin-bottom: 35px;
}
.feature_block .feature_img {
    margin-bottom: 20px;
}
.feature_content {
    color: #2A2A2B;
    font-weight: normal;
}
.feature_wrapper .btn_wrap {
    margin-top: 20px;
}
.service_full_width_wrapper_two {
    padding-top: 80px;
    background-position: right center;
    background-size: cover;
    background-repeat: repeat-x;
}
.service_full_width_wrapper_two .title_wrap {
    margin-bottom: 40px;
}
.download_circle_elem_one {
    top: 95px;
    right: -300px;
}
.download_circle_elem_two {
    left: -195px;
    bottom: 0;
}
.download_wrapper {
    padding: 80px 0;
    z-index: 2;
}
.download_wrapper .title_wrap {
    color: #2C2828;
    margin-bottom: 45px;
}
.download_wrapper .title_wrap h3 {
    margin-bottom: 30px;
}
.helpful_res_circle_elem_one {
    left: -250px;
    top: -160px;
}
.helpful_res_wrapper {
    padding: 80px 0 65px;
}
.helpful_res_wrapper .title_wrap {
    margin-bottom: 80px;
}
.helpful_file_wrap .resource_file_block {
    -webkit-box-shadow: 20px 20px 50px #E2E7F5;box-shadow: 20px 20px 50px #E2E7F5;
}
.related_service_wrapper {
    padding: 80px 0 65px;
}
.related_service_circle_elem_one {
    left: -250px;
    top: -159px;
}
.related_service_wrapper .title_wrap {
    margin-bottom: 80px;
}
.related_service_block {
    width: 100%;
    margin-bottom: 16px;
    padding: 40px 15px;
    background-color: #F7F7F7;
    border-radius: 8px;
    -webkit-box-shadow: 20px 20px 50px #E2E7F5;box-shadow: 20px 20px 50px #E2E7F5;
}
.related_service_block h5 {
    letter-spacing: 0.50px;
    margin-bottom: 16px;
    font-weight: normal;
}
.related_service_block .content {
    margin: 0 auto 24px;
    max-width: 240px;
    color: #363636;
    min-height: 54px;
}
.related_service_block .btn-link {
    text-decoration: none;
}
/*-=-=- Modal css -=-=-*/
.modal-backdrop {
    background-color: var(--bs-dark);
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-content {
    border: 0;
    border-radius: 8px;
    background-color: var(--bs-gray-800);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.modal-header {
    border: 0;
    padding: 0 38px 0 0;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.modal-header .btn-close {
    padding: 10px 0;
    margin: 0 0 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.243' height='18.243' viewBox='0 0 18.243 18.243'%3E%3Cg transform='translate(2.121 2.121)'%3E%3Cline x1='14' y2='14' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' stroke-dasharray='1'/%3E%3Cline x2='14' y2='14' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' stroke-dasharray='1'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    width: 18px;
    height: 18px;
    border-radius: 0;
}
.modal-logo {
    position: relative;
    padding: 10px 70px 10px 16px;
}
.modal-logo::before {
    content: "";
    position: absolute;
    background-color: white;
    height: 100%;
    width: 1000px;
    right: 0px;
    top: 0;
    transform: skewX(-60deg);
}
.modal-logo img {
    max-width: 140px;
    z-index: 1;
    position: relative;
}
.modal-body {
    padding: 25px 20px;
}
.form_modal  .modal-body {
    max-width: 545px;
    margin: 0 auto;
}
.form_modal_title {
    max-width: 355px;
    margin: 0 auto 40px;
}
.modal_form .gform_wrapper.gravity-theme input[type=text],
.modal_form .form-control, .modal_form .form-control:focus {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 29px!important;
    font-size: 14px!important;
    line-height: 19px!important;
    color: var(--bs-gray-800);
}
.modal_form .form-note {
    font-size: 14px;
    color: #DBDBDB;
    max-width: 300px;
    margin: 0 auto;
    font-weight: 400;
}
.modal_form .ginput_recaptcha > div {
    margin: 0 auto;
}
.modal_form .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0;
}
.modal-img img {
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
/*-=-=-= Mag track page -=-=-=-*/
.magtrack_circle_elem_one {
    left: -56px;
    top: -10px;
}
.magtrack_circle_elem_two {
    top: -60px;
    right: -180px;
}
.magtrack_circle_elem_three {
    top: 18px;
    right: -107px;
}
.magtrack_circle_elem_four {
    bottom: -46px;
    left: -184px;
}
.content_img_wrapper {
    padding: 80px 0 140px;
}
.content_img_wrapper .title_wrap {
    margin-bottom: 60px;
}
.content_img_wrapper .space_bar {
    z-index: 1;
}
.list_icon_wrap_two {
    position: relative;
    margin-bottom: 0;
}
.list_icon_wrap_two li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}
.list_icon_wrap_two li:last-child {
    margin-bottom: 0;
}
.list_icon_wrap_two li .list_icon {
    flex-shrink: 0;
    margin-right: 20px;
    min-width: 50px;
    text-align: center;
}
.list_icon_wrap_two li p {
    margin-bottom: 0;
}
.video_wrapper {
    padding: 80px 0;
}
.video_arrow_icons_elem_one {
    right: 46px;
    bottom: 0;
}
.video_arrow_icons_elem_two {
    bottom: 81px;
    left: -29px;
}
.video_wrapper .title_wrap {
    margin-bottom: 80px;
}
.js-video {
    background-color: var(--bs-dark);
    overflow: hidden;
    cursor: pointer;
    margin: auto;
    position: relative;
    display: block;
    border-radius: 8px;
}
.js-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: rgb(102,102,106);
    background: -moz-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 56%, rgba(27,27,33,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 56%, rgba(27,27,33,1) 100%);
    background: linear-gradient(180deg, rgba(102,102,106,0) 0%, rgba(73,73,78,0.9) 56%, rgba(27,27,33,1) 100%);
}
.js-video img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity .5s cubic-bezier(.4, 0, 1, 1);
    border-radius: 8px;
}
.js-video img.fadeout {
    opacity: 0;
}
.js-video button {
    width: 96px;
    height: 96px;
    cursor: pointer;
    outline: 0;
    border: none;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    opacity: 1;
    background-color: transparent;
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.js-video button {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}
.js-video:hover button {
    transform: translate3d(-50%, -50%, 0) scale(1.07);
}
.js-video:hover::before {
    opacity: 0.6;
}
.js-video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.form_common_circle_elem_one {
    top: 330px;
    left: 30px;
    z-index: 1;
}
.form_common_circle_elem_two {
    right: -237px;
    bottom: 0;
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.form_light.form_inline {
    text-align: center;
    font-weight: 600;
}
.gform_confirmation_message {
    font-weight: 600;
/*    color: #008000;*/
}
#gform_confirmation_message_16 {
    color: var(--bs-body-color);
    font-weight: 300;
}
.guidebook_common_circle_elem_one {
    top: 33px;
    left: -49px;
}
.guidebook_common_circle_elem_two {
    top: 326px;
    right: -241px;
}
.guidebook_wrapper .title_wrap {
    margin-bottom: 20px;
}
.download_block_wrapper {
    padding: 70px 0 0;
}
.download_block_wrapper + .download_block_wrapper {
    border-top: 1px solid #424242;
}
.download_block_wrapper .title_wrap {
    margin-bottom: 38px;
}
.download_block_wrapper .title_wrap h6 {
    letter-spacing: 0.36px;
}
.download_block_wrapper .row {
    --bs-gutter-x: 25px;
}
.download_block_wrap hr {
    background-color: #424242;
    margin-bottom: 38px;
    opacity: 1;
}
.download_block {
    display: block;
    padding: 37px 17px;
    border: 2px solid var(--bs-primary);
    border-radius: 8px;
    background-color: transparent;
    text-align: center;
    margin: 0px auto 32px;
    max-width: 326px;
    width: 100%;
    color: #424242;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.download_block_line::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 32px);
    background-color: #424242;
}
.download_block:hover {
    background-color: var(--bs-primary);
}
.download_block h6 {
    color: #424242;
    line-height: 30px;
    letter-spacing: 0.36px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}
.download_block .btn-link {
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}
.download_block:hover .btn-link,
.download_block .btn-link:hover,
.download_block:hover h6 {
    color: #fff;
}
.gform_wrapper form .g-recaptcha-response {
    display: none !important;
}
.download_form .ginput_recaptcha > div,
.newsletter_container .ginput_recaptcha > div {
    margin: 0 auto;
}
.page-id-1208 .download_block_wrap .row {
    justify-content: center;
}
.download_form .ginput_recaptcha {
    margin-bottom: 40px;
}
.alignleft {
	float: left;
	margin: 0 12px 12px 0;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.alignright {
	float: right;
	margin: 0 0 12px 12px;
}
.news_content_circle_elem_one {
    left: -138px;
    top: 24%;
}
.news_content_circle_elem_two {
    right: -50px;
    top: 50%;
}
.single-post-img {
    margin-bottom: 25px;
}
.single-post-img img {
    width: 100%;
    border-radius: 8px;
}
.single-post-cat-wrap {
    color: #707070;
}
/*
.single-post-content {
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    color: #707070;
}
*/
.single-post-content p {
    margin-bottom: 25px;
}
.single-post-content h1,
.single-post-content .h1,
.single-post-title {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.36px;
	text-transform: capitalize;
}
.single-post-content h2,
.single-post-content .h2 {
    font-size: 29px;
    line-height: 38px;
    letter-spacing: -0.30px;
}
.single-post-content h3,
.single-post-content .h3 {
    font-size: 25px;
    letter-spacing: -0.26px;
}
.single-post-content h4,
.single-post-content .h4 {
    font-size: 22px;
    letter-spacing: -0.23px;
}
.single-post-content h5,
.single-post-content .h5 {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.20px;
}
.single-post-content h6,
.single-post-content .h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.18px;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6,
.single-post-content .h2,
.single-post-content .h3,
.single-post-content .h4,
.single-post-content .h5,
.single-post-content .h6 {
    margin-bottom: 25px;
	text-transform: capitalize;
}
.single_post_tag_wrap {
    margin-bottom: 33px;
}
.single_post_tag_wrap ul li {
    margin-right: 12px;
    margin-bottom: 12px;
}
.single_post_tag_wrap ul li .badge {
    border-radius: 8px;
    font-weight: normal;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    padding: 5px 10px;
    text-transform: capitalize;
}
.single_post_tag_wrap ul li .badge:hover {
    background-color: var(--bs-secondary)!important;
    color: #fff;
}
.single_post_recent_block {
    color: #707070;
    text-transform: uppercase;
}
.single_post_recent_block:hover {
    color: var(--bs-primary);
}
.single_post_recent_block img {
/*    max-width: 175px;*/
    border-radius: 8px;
    margin-bottom: 30px;
}
.single_post_recent_block p {
    margin-bottom: 0;
}
.page-template-magtrack-template .list_icon_wrap_two li p {
    color: #2A2A2B;
}
.postid-668 .common_content_wrap h2 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.3px;
    margin-bottom: 0!important;
}
.logos_wrapper {
    padding-top: 40px;
}
.logos_wrapper img {
    padding: 0 0 15px;
    max-height: 120px;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    padding: 5px !important;
    font-size: 13px!important;
    font-weight: 400;
}
/*-=-=- Scroll to top -==-=-*/
.back_btn {
    position: fixed;
    bottom: 100px;
    right: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.back_btn.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/*-=-=- search_form-=-=-=*/
.search_form {
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    padding: 10px;
}
.search_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.search_form .form-control,
.search_form .form-control:focus {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0 15px 0 0;
    padding: 0;
    color: #000;
}
.search_form form .btn {
    min-width: unset;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}
.contact_form .ginput_recaptcha > div,
.form_wrapper .ginput_recaptcha > div {
    margin: 0 auto;
}
.gform_wrapper.gravity-theme .gform_page_footer .gform_next_button, .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button, .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button + input.gform_button {
    margin-bottom: 20px !important;
}
iframe.wp-embedded-content {
    width: 100%;
}

/* ADDED ON 16-08-2022 */
.page-template-location .common_content_wrap ul {
    text-align: left;
}

/* ADDED ON 19-09-2022 */
/* !!!! FAQS TEMPLATE !!!! */
.accordion-item {
    border: 0;
    margin: 0 0 30px;
}
.accordion-button {
    background-color: transparent;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230075BC'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button ,
.accordion-body {
    border-radius: 8px !important;
}

.accordion-body {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion-body li {
    padding-bottom: 15px;
}
/* !!!! TERMS ABBRIVIATION !!!! */
.terms_abbreviations_wrapper {
    padding: 80px 0;
}

.terms_abbreviations_wrapper .row {
    row-gap: 60px;
}

.terms_abbreviations_title {
    border-bottom: 1px solid #d2d3d5;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.terms_abbreviations_title h2,
.ta_box_content h4 {
    color: var(--bs-primary);
}

.ta_box_content:not(:last-child) {
    margin: 0 0 30px;
}

.ta_box_content h4 {
    margin: 0 0 5px;
}


.ta_idenfier_box a {
    font-size: 20px;
    line-height: 30px;
    margin: 0 10px 0 0;
}

.ta_idenfier_box a:last-child {
    border-left: 1px solid var(--bs-primary);
    padding: 0 0 0 10px;
}

/* TABLE TEMPLATE */
 .page-template-table-template .table  {
    border-color: var(--bs-white);
 }

 .page-template-table-template .table td {
    vertical-align: middle;
 }

 .page-template-table-template .dynamic_tables_btn {
    column-gap: 15px;
    row-gap: 15px;
 }
/*-=-= Hubspot forms -=-=-*/
.hbspt-form fieldset {
    max-width: 100%!important;
}
.hs-form-field, .hbspt-form .form-columns-3 .hs-form-field, .hbspt-form .form-columns-2 .hs-form-field {
    float: none!important;
    margin: 0 0 25px;
    width: 100%!important;
}
.hbspt-form form::after {
    display: block;
    clear: both;
    content: "";
}
@media(min-width:768px){
    .hbspt-form fieldset {
        display: flex;
    }
    .hs-form-field, .hbspt-form .form-columns-3 .hs-form-field, .hbspt-form .form-columns-2 .hs-form-field {
        margin: 0 0 40px;
    }
    .form_dark .hs-form-field, .form_dark .hbspt-form .form-columns-3 .hs-form-field, .form_dark .hbspt-form .form-columns-2 .hs-form-field {
        margin: 0 0 37px;
    }
    .hbspt-form .form-columns-3 .hs-form-field {
        float: none!important;
        width: 33.333%!important;
    }
    .hbspt-form .form-columns-2 .hs-form-field {
        float: none!important;
        width: 50%!important;
    }
    .hs-form-field.hs-recaptcha {
        width: 50%!important;
        display: inline-block;
        margin: 0;
    }
    .hs_submit.hs-submit {
        width: 50%!important;
        text-align: right;
        display: inline-block;
        vertical-align: top;
        float: right!important;
    }
    .hs_error_rollup {
        width: 50%!important;
        float: right!important;
    }
}
.hbspt-form .form-columns-2 .hs-form-field:not(:last-child),
.hbspt-form .form-columns-3 .hs-form-field:not(:last-child) {
    margin-right: 28px;
}
.hs-form-field .input {
    margin-right: 0!important;
}
.hs-input, .hs-input:focus {
    display: block;
    width: 100%!important;
    font-weight: 400;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 17px 0 10px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #000000;
    max-width: 100%;
}
textarea::-webkit-input-placeholder,
.hs-input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}
textarea:-ms-input-placeholder,
.hs-input:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}
textarea::placeholder,
.hs-input::placeholder {
    color: #000000;
    opacity: 1;
}
.form_primary .hs-input, .form_primary .hs-input:focus {
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    font-size: 14px!important;
    padding: 15px;
    color: var(--bs-dark);
    line-height: 19px;
}
.form_dark .hs-input, .form_dark .hs-input:focus {
    color: #C1C1C1;
    border-color: #fff;
    font-size: 14px;
}
.form_dark textarea::-webkit-input-placeholder,
.form_dark .hs-input::-webkit-input-placeholder {
    color: #c1c1c1;
}
.form_dark textarea:-ms-input-placeholder,
.form_dark .hs-input:-ms-input-placeholder {
    color: #c1c1c1;
}
.form_dark textarea::placeholder,
.form_dark .hs-input::placeholder {
    color: #c1c1c1;
}
.download_form .hs-input, .download_form .hs-input:focus {
    color: #575757;
    border-color: #575757;
    font-size: 14px;
}
.download_form textarea::-webkit-input-placeholder,
.download_form .hs-input::-webkit-input-placeholder {
    color: #575757;
}
.download_form textarea:-ms-input-placeholder,
.download_form .hs-input:-ms-input-placeholder {
    color: #575757;
}
.download_form textarea::placeholder,
.download_form .hs-input::placeholder {
    color: #575757;
}
textarea.hs-input, select.hs-input {
    display: block;
    width: 100%;
    font-weight: 400;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 17px 0 10px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #000000;
    max-width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.hs-input {
    padding-right: 45px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 96% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='%2326262A'/%3E%3Cpath d='M6.5 10.5L12.5 16L18.5 10.5' stroke='%2326262A'/%3E%3C/svg%3E%0A");
}
.form_primary textarea.hs-input, .form_primary select.hs-input {
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    padding: 15px;
    color: var(--bs-dark);
    line-height: 19px;
    font-size: 14px;
}
.form_primary select.hs-input, .form_primary select.hs-input:focus {
    padding-right: 45px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cpattern id='a' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 64 64'%3E%3Cimage width='64' height='64' xlink:href='data:image/png;base64,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'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='25' height='25' rx='12.5' fill='url(%23a)'/%3E%3C/svg%3E");
}
.form_dark select.hs-input, .form_dark select.hs-input:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='white'/%3E%3Cpath d='M6.5 10.5L12.5 16L18.5 10.5' stroke='white'/%3E%3C/svg%3E%0A");
}
textarea.hs-input {
    width: 100%!important;
    height: 96px;
}
.form_primary textarea.hs-input {
    height: 192px;
}
.hs-input.invalid {
    border-color: #c02b0a!important;
}
.hs-error-msgs {
    width: 100%;
    padding: 0;
    margin: 8px 0;
    list-style: none;
    padding: 5px;
    font-size: 13px;
    font-weight: 400;
    background: #fff9f9;
    border: 1px solid #c02b0a;
    color: #c02b0a!important;
}
.hs-field-desc {
    color: #9B9B9B;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    text-align: left;
}
.hs-form-field > label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    display: none;
}
.form_dark .hs-form-field > label,
.download_form .hs-form-field > label,
.form_primary .hs-form-field > label {
    display: none;
}
.hs-button {
    display: inline-block;
    font-weight: 400;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    border-radius: 8px;
    min-width: 192px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hs-button:active, .hs-button:focus, .hs-button:hover {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
}
/*
.download_form .hs_submit .actions,
.contact_form .hs_submit .actions {
    text-align: center;
}
*/
.download_form .hs-button {
    min-width: 125px;
}
.newsletter_container .hs-input, .newsletter_container .hs-input:focus {
    background-color: var(--bs-white);
/*    max-width: 293px;*/
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 0;
    padding: 16px 25px;
    font-size: 13px;
    line-height: 18px;
    color: #6e6e6e;
}
.newsletter_container .hs-input::placeholder {
    font-size: 13px;
    line-height: 18px;
    color: #6e6e6e;
}
.hs-fieldtype-checkbox ul:not(.hs-error-msgs) {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hs-form-checkbox .hs-input {
    width: 20px!important;
    height: 20px;
    position: absolute;
    top: 0;
    opacity: 0;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    max-width: 100%;
    padding: 0;
}
.hs-form-checkbox {
    margin-top: 20px;
}
.hs-form-checkbox-display {
    position: relative;
    display: inline-block;
}
.hs-form-checkbox-display span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 36px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
/*    max-width: calc(100% - 36px);*/
    vertical-align: middle;
}
.hs-form-checkbox .hs-input[type="checkbox"] + span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 2px;
}
.hs-form-checkbox .hs-input[type="checkbox"] + span::after {
    position: absolute;
    content: "";
    top: 1px;
    left: 7px;
    width: 6px;
    height: 13px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.form_dark .hs-form-checkbox .hs-input[type="checkbox"] + label::before,
.form_dark .hs-form-checkbox .hs-input[type="checkbox"] + label::after {
    border-color: #fff;
}
.hs-form-checkbox .hs-input[type="checkbox"]:checked + span::after {
    opacity: 1;
}
.download_form .grecaptcha-badge {
    transform: scale(0.8);
    transform-origin: left top;
}
.breadcrumb,
.single-post-content {
    font-size: 16px;
    line-height: 26px;
}
/*.postid-8705 .single_post_recent_block,*/
.related_news_content.fs-sm {
    font-size: 16px;
    line-height: 23px;
}

/*-=-=- Freight forwarding Page css -=-=-*/
/* -Banner- */
.freight_forwarding_page .inner_banner_arrow_elem {
    display: none;
}
.freight_forwarding_page .inner_banner_target_elem_center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.freight_forwarding_page .inner_banner_overlay {
    display: none;
}
/* -Common Content- */
.freight_forwarding_page .common_content_wrapper p {
    color: #20202D;
}
.freight_forwarding_page .common_content_wrapper .btn-primary {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
        padding: 15px 30px;
}
.freight_forwarding_page .common_content_wrapper .btn-primary svg {
    margin: 0 0 0 15px;
}
.freight_forwarding_page .common_content_wrapper .btn-primary svg path {transition: all 0.3s ease-in-out;}
.freight_forwarding_page .common_content_wrapper .btn-primary:hover svg path {
    stroke: var(--bs-primary);
}

/* -Odd Even- */
.odd_even_wrapper {
    padding: 100px 0;
}
.odd_even_wrapper .title {
    margin: 0 0 50px;
}
.odd_even_wrapper .odd_even_block:not(:last-child) {
    margin-bottom: 50px;
}
.odd_even_block .image {
    max-width: 100%;
    border-radius: 10px;
    margin: 0 0 50px;
}

.brd {
    background-color: var(--bs-white);
    height: 1px;
    max-width: 240px;
    width: 100%;
    opacity: 0.1;
    margin: 24px 0;
}
/* -Expert- */
.expert_wrapper {
    padding: 60px 0;
}
.expert_wrapper p {
    color: #20202D;
}
.expert_wrapper .line_title {
    margin: 0 0 50px;
}
.expert_wrapper .line_title h2 {
    color: #000000;
}
.expert_wrapper .row {
    --bs-gutter-y: 35px;
}
.expert_wrapper .line_title .brd {
    background-color: #000000;
    margin: 32px 0;
}

.expert_block .icon {
    margin: 0 0 20px;
}
.expert_block .icon,
.expert_block .icon img {
    height: 55px;
    width: auto;
}
/* -Benifits- */
.bus_benefits_wrapper {
    padding: 60px 0 30px;
}
.bus_benefits_wrapper .row {
    --bs-gutter-y: 35px;
}
.bus_benefits_wrapper .line_title {
    margin: 0 0 50px;
}
.bus_benefits_wrapper_bottom_text {
    margin: 50px 0 0;
}
.bus_benefits_wrapper .line_title .brd {
    margin: 32px 0;
}
.bus_benefits_block .icon  {
    margin: 0 15px 0 0;
}
.bus_benefits_block .content p {
    margin: 0;
}
.bus_benefits_block .icon img {
    min-width: 45px;
    height: auto;
}
/* -Team Member- */
.mg_team_wrapper  {
    padding: 30px 0 60px;
    z-index: 2;
}
.mg_team_wrapper .download_circle_elem_one {
    top: 65px;
    right: -210px;
    z-index: -1;
}
.mg_team_wrapper .line_title {
    margin: 0 0 50px;
}
.mg_team_wrapper .line_title .brd {
    margin: 32px 0;
}
.mg_team_wrapper .row {
    --bs-gutter-y: 50px;
}
.mg_team_block {
    margin: 0 auto;
}
.mg_team_block,
.mg_team_block .image {
    max-width: 307px;
}
.mg_team_block .image {
    margin: 0 0 30px;
    background-position: center top;
}
.mg_team_block .content {
    flex: auto
}
.mg_team_block .content h5 {
    margin: 0 0 10px;
}
.mg_team_block .content p {
    opacity: 0.7;
}
.mg_team_block .btn_link_wrap .btn-link {
    border: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none;
}
.mg_team_block .btn_link_wrap .btn-link svg {
    margin: 0 0 0 15px;
}
.mg_team_block .btn_link_wrap .btn-link:hover svg path {
    stroke: #1297e7;
}
.mg_team_wrapper .mg_team_wrapper_btn {
    margin: 50px 0 0;
}

/* -Request Rate- */
.ff_req_rate .form_common_circle_elem_one {
    top: 80px;
    left: -260px;
}

.ff_req_rate .form_common_circle_elem_two {
    right: -220px;
    bottom: 233px;
}
.team_modal {
    background-color: rgba(255,255,255,0.05);
}
.team_modal .modal-content {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.team_modal .modal-content .btn-close {
    opacity: 1;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background-color: var(--bs-primary);
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85449 1.85449L15.1454 15.1454' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15.1454 1.85449L1.85448 15.1454' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0;
    z-index: 2;
}
.team_modal .modal_inner {
    width: 100%;
}
.team_modal .modal-body {
    padding: 0;
}
.team_modal_img {
    flex: 0 0 485px;
    background-size: cover;
    background-position: center top;
}
.team_modal_img, .team_modal_img img {
    max-width: 485px;
}
.team_modal_content {
    width: 100%;
    padding: 75px 100px 75px 75px;
}
.team_modal .modal_sub_title {
    font-size: 22px;
    font-weight: normal;
    color: var(--bs-gray-500);
    margin-bottom: 30px;
}
.team_modal .team_modal_content h3 {
    margin-bottom: 11px;
    font-weight: normal;
}
.team_modal_content .modal_inner_content {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 8px;
}
.team_modal_content .modal_inner_content::-webkit-scrollbar-track {
    background-color: #edf1ff;
}
.team_modal_content .modal_inner_content::-webkit-scrollbar {
    width: 5px;
    background-color: #edf1ff;
}
.team_modal_content .modal_inner_content::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
}
@media (max-width: 1199px) {
    .team_modal_img {
        flex: 0 0 385px;
    }
    .team_modal_img, .team_modal_img img {
        max-width: 385px;
    }
}
@media (max-width: 991px) {
    .team_modal_img {
        flex: 0 0 100%;
    }
    .team_modal_img, .team_modal_img img {
        max-width: 100%;
    }
    .team_modal .modal-content .btn-close {
        right: 0;
    }
    .team_modal .modal_inner {
        padding: 35px 0;
    }
}
@media (max-width: 767px) {
    .team_modal_content {
        padding: 40px 25px 40px 25px;
    }
}
.cv_form .hs-field-desc {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}

.imapsTooltip-group .imapsSprite-group.imapsPointedShape-group.imapsPointedRectangle-group {
    stroke: var(--bs-primary)!important;
    fill: var(--bs-primary)!important;
}
g.imapsContainer.imapsLabel div {
    color: #fff!important;
}
.cookies_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    padding: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.cookies_bar.slide {
    transform: translateY(70px);
}
.cookies_bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
    max-width: 100%;
}
.cookies_bar .btn {
    padding: 8px 16px;
    min-width: unset;
    font-size: 15px;
}
.cookies_bar .cookies_btn_wrap {
    flex-shrink: 0;
}
.cookies_bar p{
    margin: 0;
}
.cookies_bar a {
    text-decoration: underline;
}

.page-id-9015 .map_wrapper {
	padding: 50px 0;
}
.top_bar_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: var(--bs-primary);
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.top_bar_wrapper p {
    margin: 0;
}
.top_bar_wrapper a {
    color: #ffff;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all 0.3s ease;
}
.top_bar_wrapper a:hover {
    color: #ebebeb;
}
footer .login_btn .btn {
	min-width:unset;
}
.trace-badge-wrap {
	max-width: 166px;
	margin: 20px 0 0;
}
body.page-id-893 .video_wrapper {
    padding-top: 0.25rem !important;
}

/*body.page-id-893 .video_wrapper .title_wrap {*/
/*    margin-bottom: 0.25rem !important;*/
/*}*/





























