@charset "UTF-8";



.gallery {
    display: flex;
    margin-left: 12vw;
    padding-right: 12vw;
    width: max-content;
}

@media (max-width:1439.98px) {
    .gallery {
        padding-right: 10vw;
        margin-left: 10vw
    }
}

@media (max-width:1199.98px) {
    .gallery {
        padding-right: 12vw;
        margin-left: 12vw
    }
}

.container {
    position: relative;
    z-index: 9
}



main {
    position: relative;
    z-index: 9
}

.c-scrollbar {
    display: none !important
}




@media (max-width:1023.98px) {
    body {
        position: relative
    }
}

@media (max-width:1023.98px) {
    body main .content {
        height: auto;
        display: block
    }
}

@media (max-width:1023.98px) and (max-width:1023.98px) {
    body main .content .gallery {
        display: block;
        margin: 0;
        padding: 0
    }
}





body.inner_page .inner_page .img_wraper {
    z-index: 1
}

.js body.loading {
    overflow: hidden
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@media (max-width:1439.98px) {
    html {
        font-size: 15.5px
    }
}

@media (max-width:991.98px) {
    html {
        font-size: 15px
    }
}

@media (max-width:640px) {
    html {
        font-size: 16px
    }
}

body {
    position: relative;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1;
    min-width: 320px;
    min-height: 100vh;
    max-height: 100vh;
    /* background-color: #03030F; */
    overflow: hidden;
    /* overflow-y: scroll; */
}

@media (max-width:1023.98px) {
    body {
        min-height: auto;
        max-width: 100%;
        overflow-y: auto
    }
}

body p {
    line-height: 1.6;
    white-space: normal
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    white-space: normal
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
img,
menu,
nav,
section {
    display: block
}

::selection {
    color: #EB2248;
    background: #eaeaea
}

ol,
ul {
    list-style: none;
    white-space: normal
}

a,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

a:focus {
    text-decoration: none
}

:active,
:focus {
    outline: none !important
}

p:empty {
    margin: 0 !important;
    padding: 0 !important
}

svg {
    height: 100%;
    width: 100%;
    min-width: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

img {
    width: 100%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.form-control::placeholder,
button::placeholder,
input::placeholder,
textarea::placeholder {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.form-control:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #EB2248;
    appearance: none
}

.form-control:focus::placeholder,
button:focus::placeholder,
input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(80, 80, 80, 0.247);
    z-index: 6;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.lazyload {
    opacity: 0.2;
    background-image: url("../image/lazy.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: opacity 500ms
}



.cls-btn {
    position: absolute;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 5;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 0;
    right: 0
}

.cls-btn span {
    position: relative;
    top: 22px;
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%
}

.cls-btn span:after,
.cls-btn span:before {
    content: "";
    position: absolute;
    top: 43%;
    left: 33%;
    width: 2px;
    height: 50%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    -moz-transform: rotate(45deg) translate(-50%, -50%);
    -o-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.cls-btn span:after {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    -o-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    top: 40%;
    left: 68%
}

.cls-btn span:hover:after,
.cls-btn span:hover:before {
    background-color: #EB2248
}

.glitch {
    /* text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.025em -0.05em 0 rgba(0, 255, 0, 0.75), 0.025em 0.05em 0 rgba(0, 0, 255, 0.75); */
    animation: glitch 750ms infinite
}

/* @keyframes glitch {
    0% {
        text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75)
    }
    14% {
        t 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75)
    }ext-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75)
    }
    15% {
        text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), 0.025em 0.025em 0 rgba(0, 255, 0,
    49% {
        text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), 0.025em 0.025em 0 rgba(0, 255, 0, 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75)
    }
    50% {
        text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75), 0.05em 0 0 rgba(0, 255, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75)
    }
    99% {
        text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75), 0.05em 0 0 rgba(0, 255, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75)
    }
    to {
        text-shadow: -0.025em 0 0 rgba(255, 0, 0, 0.75), -0.025em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em -0.05em 0 rgba(0, 0, 255, 0.75)
    }
} */

.typing {
    overflow: hidden
}

.typing span.typed_text {
    color: #fff
}

.typing span.cursor_text {
    display: inline-block;
    background-color: #EB2248;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite
}

.typing span.cursor_text.typing {
    animation: none
}

@keyframes blink {
    0% {
        background-color: #EB2248
    }
    49% {
        background-color: #EB2248
    }
    50% {
        background-color: transparent
    }
    99% {
        background-color: transparent
    }
    to {
        background-color: #EB2248
    }
}

.typed:after {
    content: "";
    display: inline-block;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    height: 5rem;
    width: 3px;
    background-color: black;
    position: relative;
    left: 1.25rem
}

@media (max-width:1439.98px) {
    .typed:after {
        height: 4.0625rem
    }
}

@media (max-width:640px) {
    .typed:after {
        height: 3.125rem
    }
}

@media (max-width:480px) {
    .typed:after {
        height: 2rem;
        width: 0.09375rem
    }
}

.typed-cursor {
    opacity: 0;
    display: none
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height 0.5s ease-in-out
}



.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

@keyframes fadeIn {
    0% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn2 {
    animation-name: fadeIn2
}

@keyframes fadeOut2 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut2 {
    animation-name: fadeOut2
}

@keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@keyframes slideInUp {
    0% {
        transform: translate3d(-100%, 100%, -100%);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideUp {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(-100%, 100%, -100%);
        visibility: visible

    }
}

.slideInUp {
    animation-name: slideInUp;
}
.slideUp {
     animation-name: slideUp;
 }

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media (max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0px
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0px
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0px
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0px
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0px
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0px
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0px
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0px
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0px
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0px
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../image/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0
}

@media only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .iti-flag {
        background-image: url("../image/flags@2x.png")
    }
}

.iti-flag.np {
    background-color: transparent
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeIn {
    animation-name: fadeIn
}

.fadeOut {
    animation-name: fadeOut
}

.d-flx {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.d-flx.no-wrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flx-both {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.flx-top {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.flx-bottom {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

.flx-vcenter {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.flx-left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
}

.flx-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.flx-hcenter {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.flx-equal-space {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.cf {
    *zoom: 1
}

.cf:after,
.cf:before {
    content: "";
    display: block
}

.cf:after {
    clear: both
}

.d-blk {
    display: block
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.h100 {
    height: 100%
}

.w100 {
    width: 100%
}

.tel {
    cursor: default
}

.no-pad {
    padding: 0 !important
}

.default {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.default li {
    list-style-type: none
}

.default li:after,
.default li:before {
    display: none
}

@media (max-width:1023.98px) {
    header {
        width: 100vw;
        position: relative;
        left: 0;
        top: 0
    }
}
.scrollpostion{
    left:7.95rem;
    transition: height 0.9s ease;
}

.scrollpostion{
    position: fixed;
    z-index: 9999;
    width: 3px;

    height: 1vh;
    background: #921578;
    top: 0;
    transition: height 0.3s ease;
}
header .header_container {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 8.125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875rem;
    background-color: #03030F;
    z-index: 99
}

@media (max-width:4000.98px) {
    header .header_container {
        padding: 1.25rem;
        width:4.4rem
    }
    .scrollpostion{
        left:4.3rem;
    }
}

@media (max-width:1439.98px) {
    header .header_container {
        width:3.8rem;
        padding: 0.9375rem
    }
    .scrollpostion{
        left:3.7rem;
    }
}


header .header_container .logo {
    width:3.2625rem
}

@media (max-width:4000.98px) {
    header .header_container .logo {
        width:2.925rem
    }
}

@media (max-width:1439.98px) {
    header .header_container .logo {
        width:2.1125rem
    }
}

header .header_container .logo a {
    display: block
}

header .top_header {
    width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 2.25rem 4.0625rem;
    padding-left: 12%;
    z-index: 98;
    pointer-events: none
}

@media (max-width:1439.98px) {
    header .top_header {
        padding: 1.5625rem 3.125rem;
        padding-left: 8%
    }
}

@media (max-width:1199.98px) {
    header .top_header {
        padding-left: 11%
    }
}

@media (max-width:1023.98px) {
    header .top_header {
        padding: 1.25rem 1.5625rem;
        border-bottom: 1px solid #70707026;
        position: fixed;
        left: 0;
        right: auto;
        background-color: #03030F
    }
}

@media (max-width:480px) {
    header .top_header {
        padding: 1.125rem 0.9375rem
    }
}

header .top_header .left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    pointer-events: all
}

@media (max-width:1023.98px) {
    header .top_header .left {
        display: none
    }
}

header .top_header .left li a {
    font-size: 1rem;
    color: #bdbaba;
    line-height: 1.4;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0.3125rem
}

@media (max-width:1439.98px) {
    header .top_header .left li a {
        font-size: 0.875rem
    }
}

header .top_header .left li a p {
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

header .top_header .left li a span {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

header .top_header .left li a:hover {
    color: #EB2248
}

header .top_header .left li a:hover p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

header .top_header .left li a:hover span {
    opacity: 1;
    visibility: visible;
    top: 50%
}

header .top_header .left li+li {
    margin-left: 2.1875rem
}

@media (max-width:1439.98px) {
    header .top_header .left li+li {
        margin-left: 1.5625rem
    }
}

header .top_header .right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    pointer-events: all
}

@media (max-width:1023.98px) {
    header .top_header .right {
        width: 100%;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
}

header .top_header .right .swicher {
    margin-right: 3.75rem
}

@media (max-width:1439.98px) {
    header .top_header .right .swicher {
        margin-right: 2.5rem
    }
}

@media (max-width:1023.98px) {
    header .top_header .right .swicher {
        margin-right: 0
    }
}

header .top_header .right ._btn {
    margin-right: 3.75rem
}

@media (max-width:1439.98px) {
    header .top_header .right ._btn {
        margin-right: 2.5rem
    }
}

@media (max-width:1023.98px) {
    header .top_header .right ._btn {
        display: none
    }
}

header .top_header .right .logo_for_mob {
    display: none
}

@media (max-width:1023.98px) {
    header .top_header .right .logo_for_mob {
        display: block;
        width: 9.375rem;
        margin-right: 3.125rem
    }
}

header .top_header .right .menu_click {
    cursor: pointer
}

header .top_header .right .menu_click .icon {
    display: inline-block;
    width: 2.5rem
}

@media (max-width:1439.98px) {
    header .top_header .right .menu_click .icon {
        width: 1.875rem
    }
}

.side_menu {
    position: relative;
    padding: 19px;
    cursor: pointer;
}

.side_menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    height: 50rem;
    max-width: calc(100vh - 150px);
    writing-mode: vertical-lr;
    padding-bottom: 3.125rem
}

@media (max-width:1920px) {
    .side_menu ul {
        height: 43.75rem
    }
}

@media (max-width:1599.98px) {
    .side_menu ul {
        height: 37.5rem
    }
}

@media (max-width:1439.98px) {
    .side_menu ul {
        height: 34.375rem
    }
}

.side_menu ul li a {
    display: block;
    transform: scale(-1);
    line-height: 1;
    font-size: 0.625rem;
    color: #777676;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 400
}

@media (max-width:1439.98px) {
    .side_menu ul li a {
        font-size: 9px
    }
}

.side_menu ul li a.active,
.side_menu ul li a:hover {
    color: #EB2248
}

.more_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999
}

@media (max-width:640px) {
    .more_menu {
        overflow: hidden;
        overflow-y: auto;
        height: 100vh
    }
}

.more_menu .menu_wrapper {
    position: relative;
    width: 0;
    height: 100vh;
    background-color: #6d0317;
    z-index: 9999;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

@media (max-width:640px) {
    .more_menu .menu_wrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.more_menu .menu_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background-color: #03030F;
    z-index: -1;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.more_menu .menu_click {
    position: absolute;
    top: 2.25rem;
    right: 4.0625rem;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

@media (max-width:1439.98px) {
    .more_menu .menu_click {
        width: 1.875rem;
        height: 1.875rem
    }
}

@media (max-width:640px) {
    .more_menu .menu_click {
        right: 1.875rem
    }
}

@media (max-width:480px) {
    .more_menu .menu_click {
        top: 1.25rem;
        right: 1.25rem
    }
}

.more_menu .menu_click i {
    position: absolute;
    top: 0;
    left: 1.1875rem;
    width: 0.1875rem;
    height: 0%;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width:1439.98px) {
    .more_menu .menu_click i {
        left: 0.875rem
    }
}

.more_menu .menu_click i+i {
    background-color: #EB2248;
    left: auto;
    right: 0;
    top: 1.1875rem;
    width: 0%;
    height: 0.1875rem
}

@media (max-width:1439.98px) {
    .more_menu .menu_click i+i {
        top: 0.875rem
    }
}

.more_menu .for_menu_label {
    position: absolute;
    top: 42%;
    left: 5rem;
    display: inline-block;
    transform: scale(-1) translateY(-50%);
    writing-mode: vertical-lr;
    line-height: 1;
    font-size: 0.625rem;
    color: #EB2248;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

@media (max-width:1439.98px) {
    .more_menu .for_menu_label {
        font-size: 9px
    }
}

@media (max-width:1439.98px) {
    .more_menu .for_menu_label {
        left: 3.125rem
    }
}

@media (max-width:1023.98px) {
    .more_menu .for_menu_label {
        top: 40%
    }
}

@media (max-width:640px) {
    .more_menu .for_menu_label {
        position: static;
        transform: none;
        writing-mode: unset;
        font-size: 0.875rem;
        padding-top: 3.125rem;
        padding-left: 15%
    }
}

.more_menu .logo {
    position: absolute;
    top: 1.25rem;
    left: 3.75rem;
    width: 19.375rem;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

@media (max-width:1799.98px) {
    .more_menu .logo {
        width: 15.625rem;
        top: 1.875rem
    }
}

@media (max-width:1439.98px) {
    .more_menu .logo {
        width: 12.5rem
    }
}

@media (max-width:1023.98px) {
    .more_menu .logo {
        display: none
    }
}

.more_menu .social_link {
    position: absolute;
    bottom: 7.5rem;
    right: 5.625rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9
}

@media (max-width:1799.98px) {
    .more_menu .social_link {
        bottom: 6.25rem
    }
}

@media (max-width:1439.98px) {
    .more_menu .social_link {
        bottom: 5rem;
        right: 1.875rem
    }
}

@media (max-width:640px) {
    .more_menu .social_link {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        order: 5;
        padding-bottom: 0.625rem
    }
}

.more_menu .social_link li a {
    font-size: 1rem;
    color: #fff;
    display: inline-block
}

@media (max-width:1799.98px) {
    .more_menu .social_link li a {
        font-size: 0.875rem
    }
}

.more_menu .social_link li a:hover {
    color: #EB2248
}

.more_menu .social_link li+li {
    margin-left: 2.5rem
}

@media (max-width:1799.98px) {
    .more_menu .social_link li+li {
        margin-left: 2.1875rem
    }
}

@media (max-width:1439.98px) {
    .more_menu .social_link li+li {
        margin-left: 1.5625rem
    }
}

.more_menu .text {
    position: absolute;
    bottom: 2.25rem;
    right: 5.625rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9
}

@media (max-width:1439.98px) {
    .more_menu .text {
        right: 1.875rem
    }
}

@media (max-width:640px) {
    .more_menu .text {
        display: block;
        left: 0;
        right: 0;
        text-align: center;
        order: 6;
        bottom: 0;
        position: relative;
        width: 100%;
        padding-bottom: 1.875rem
    }
}

.more_menu .text p {
    font-size: 1rem;
    color: #DDDDDD42
}

@media (max-width:1799.98px) {
    .more_menu .text p {
        font-size: 0.875rem
    }
}

.more_menu .text p a {
    color: #DDDDDD42
}

.more_menu .text p a:hover {
    color: #EB2248
}

.more_menu .text p+p {
    margin-left: 3.75rem
}

@media (max-width:1799.98px) {
    .more_menu .text p+p {
        margin-left: 1.875rem
    }
}

@media (max-width:640px) {
    .more_menu .text p+p {
        margin: 0.375rem 0 0
    }
}

@media (max-width:480px) {
    .more_menu .text p+p {
        margin-top: 0
    }
}

.more_menu .menu_wraper {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 25%
}

@media (max-width:1799.98px) {
    .more_menu .menu_wraper {
        padding-left: 20%
    }
}

@media (max-width:640px) {
    .more_menu .menu_wraper {
        height: auto;
        padding-left: 15%
    }
}

.more_menu .menu_wraper .nav_main_menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: relative;
    left: 1.25rem;
    z-index: 2
}

@media (max-width:640px) {
    .more_menu .menu_wraper .nav_main_menu {
        margin: 1.875rem 0
    }
}

.more_menu .menu_wraper .nav_main_menu>li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    left: 1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

.more_menu .menu_wraper .nav_main_menu>li a {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block
}

@media (max-width:1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a {
        font-size: 2.8125rem
    }
}

@media (max-width:1439.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a {
        font-size: 2.375rem
    }
}

@media (max-width:1199.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a {
        font-size: 1.625rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li a span {
    display: block;
    font-size: 1.125rem;
    color: #EB2248;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0
}

@media (max-width:1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a span {
        font-size: 0.875rem
    }
}

@media (max-width:1199.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a span {
        font-size: 0.75rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li a.get_in_touch {
    color: #EB2248
}

.more_menu .menu_wraper .nav_main_menu>li a.get_in_touch:hover {
    color: #6d0317
}

.more_menu .menu_wraper .nav_main_menu>li a:hover {
    color: #EB2248;
    letter-spacing: 0.02rem
}

.more_menu .menu_wraper .nav_main_menu>li>ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.375rem;
    position: relative;
    left: -1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width:1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul {
        margin-top: 0.9375rem
    }
}

@media (max-width:640px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul {
        display: none
    }
}

.more_menu .menu_wraper .nav_main_menu>li>ul li {
    margin-left: 3.125rem;
    padding-left: 3.125rem;
    position: relative
}

@media (max-width:1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul li {
        padding-left: 0.9375rem;
        margin-left: 0.9375rem
    }
}

@media (max-width:1199.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul li {
        padding-left: 0.625rem;
        margin-left: 0.625rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li>ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg)
}

.more_menu .menu_wraper .nav_main_menu>li>ul li a {
    font-size: 1.125rem;
    font-weight: 400
}

@media (max-width:1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul li a {
        font-size: 0.9375rem
    }
}

@media (max-width:1199.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul li a {
        font-size: 0.8125rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li+li {
    margin-top: 2.1875rem
}

@media (max-width:1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li+li {
        margin-top: 1.875rem
    }
}

@media (max-width:1439.98px) {
    .more_menu .menu_wraper .nav_main_menu>li+li {
        margin-top: 1.25rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li:hover ul {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

body.open_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

body.open_menu .more_menu {
    background-color: #03030F
}

body.open_menu .more_menu .menu_wrapper {
    width: 100vw
}

body.open_menu .more_menu .menu_wrapper:after {
    width: 100%
}

body.open_menu .more_menu .menu_click {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

body.open_menu .more_menu .menu_click i {
    height: 100%;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
}

body.open_menu .more_menu .menu_click i:nth-of-type(2) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    height: 0.1875rem;
    width: 100%
}

body.open_menu .more_menu .for_menu_label {
    left: 3.75rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

body.open_menu .more_menu .logo {
    left: 1.875rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

body.open_menu .more_menu .social_link {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

body.open_menu .more_menu .text {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(2n) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(3n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(4n) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(5n) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(6n) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s
}

footer .mob_footer {
    display: none
}

@media (max-width:1023.98px) {
    footer .mob_footer {
        display: block;
        padding: 3.125rem 0
    }
}

footer .mob_footer .logo {
    width: 16.25rem;
    margin: 0 auto 3.125rem
}

@media (max-width:480px) {
    footer .mob_footer .logo {
        width: 13.75rem
    }
}

footer .mob_footer .left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

footer .mob_footer .left li a {
    font-size: 1rem;
    color: #777676;
    line-height: 1.4;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0.3125rem
}

@media (max-width:1439.98px) {
    footer .mob_footer .left li a {
        font-size: 0.875rem
    }
}

footer .mob_footer .left li a p {
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

footer .mob_footer .left li a span {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

footer .mob_footer .left li a:hover {
    color: #EB2248
}

footer .mob_footer .left li a:hover p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

footer .mob_footer .left li a:hover span {
    opacity: 1;
    visibility: visible;
    top: 50%
}

footer .mob_footer .left li+li {
    margin-left: 3.125rem
}

@media (max-width:1439.98px) {
    footer .mob_footer .left li+li {
        margin-left: 2.5rem
    }
}

footer .mob_footer .text {
    text-align: center;
    margin-top: 2.1875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media (max-width:640px) {
    footer .mob_footer .text {
        display: block
    }
}

footer .mob_footer .text p {
    color: #DDDDDD42;
    font-size: 0.875rem
}

@media (max-width:480px) {
    footer .mob_footer .text p {
        font-size: 0.75rem
    }
}

footer .mob_footer .text p a {
    color: #DDDDDD42
}

footer .mob_footer .text p a:hover {
    color: #EB2248
}

footer .mob_footer .text p+p {
    margin-left: 3.125rem
}

@media (max-width:640px) {
    footer .mob_footer .text p+p {
        margin: 0;
        margin-top: 0.375rem
    }
}

.audento {
    position: fixed;
    bottom: 10%;
    right: 0%;
    transform: translateX(80%);
    z-index: 2;
    pointer-events: none
}

@media (max-width:640px) {
    .audento {
        transform: translateX(60%)
    }
}

.audento span {
    display: block;
    font-size: 23rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #DDDDDD20;
    text-stroke: 1px #DDDDDD20;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent
}

@media (max-width:4000.98px) {
    .audento span {
        font-size: 18.75rem
    }
}

@media (max-width:1599.98px) {
    .audento span {
        font-size: 13.75rem
    }
}

.velvet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none
}

@media (max-width:1023.98px) {
    .velvet {
        z-index: -1
    }
}

.bg_velvet {
    position: fixed;
    top: 0;
    right: 0%;
    width: 60%;
    max-width: 60%;
    padding-bottom: 100vh;
    margin-left: auto;
    z-index: 1;
    background: #8d131c;
    background: -moz-radial-gradient(circle, #8d131c -70%, #03030f 60%);
    background: -webkit-radial-gradient(circle, #8d131c -70%, #03030f 60%);
    background: radial-gradient(circle, #8d131c -70%, #03030f 60%);
    opacity: 0.5
}

@media (max-width:640px) {
    .bg_velvet {
        width: 100%;
        max-width: 100%;
        padding-bottom: calc((640 / 640) * 100%)
    }
}

.line {
    height: 0%;
    width: 0.125rem;
    position: fixed;
    left: 8.125rem;
    top: 0;
    display: inline-block;
    background-color: black;
    z-index: 99;
    width: 2px;
}

@media (max-width:4000.98px) {
    .line {
        left: 6.875rem
    }
}

@media (max-width:1439.98px) {
    .line {
        left: 4.90rem
    }
}

.scroll_button {
    position: fixed;
    left: 82vw;
    z-index: 99;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

@media (max-width:1599.98px) {
    .scroll_button {
        left: 80vw
    }
}

@media (max-width:1359.98px) {
    .scroll_button {
        left: 85vw;
        margin-top: 5.625rem
    }
}

@media (max-width:1023.98px) {
    .scroll_button {
        left: auto;
        right: 3.125rem;
        width: 2.375rem;
        bottom: 3.125rem
    }
}

@media (max-width:640px) {
    .scroll_button {
        right: 2.1875rem;
        bottom: 1.875rem
    }
}

.scroll_button a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.scroll_button span {
    width: 7.1875rem;
    height: 7.1875rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #EB2248;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 7.1875rem;
    pointer-events: none
}

@media (max-width:1599.98px) {
    .scroll_button span {
        width: 6.25rem;
        height: 6.25rem;
        line-height: 6.25rem
    }
}

@media (max-width:1359.98px) {
    .scroll_button span {
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 0.875rem
    }
}

@media (max-width:1023.98px) {
    .scroll_button span {
        width: 100%;
        height: 4.0625rem;
        background-color: transparent;
        line-height: 1;
        order: 2;
        border-left: 1px solid #EB2248;
        border-radius: 0;
        position: relative;
        top: -0.625rem;
        left: 1.0625rem
    }
    .scroll_button span:before {
        display: none
    }
    .scroll_button span:after {
        content: "";
        position: absolute;
        top: 0;
        left: -0.8125rem;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        border: 1px solid #EB2248;
        opacity: 1;
        animation: scrollBall 2s ease-in-out infinite
    }
}

.scroll_button p {
    font-size: 0.75rem;
    color: #fff;
    letter-spacing: 0.2rem;
    margin-left: 1.5625rem;
    pointer-events: none
}

@media (max-width:1359.98px) {
    .scroll_button p {
        margin-left: 0.625rem;
        letter-spacing: 0.1rem
    }
}

@media (max-width:1023.98px) {
    .scroll_button p {
        order: 1;
        line-height: 2.25rem;
        color: #EB2248;
        display: inline-block;
        transform: translateY(-50%);
        writing-mode: vertical-lr;
        width: 100%;
        margin: 0
    }
}

.scroll_button.hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

@media (max-width:1023.98px) {
    .scroll_button.hide {
        bottom: 1.875rem
    }
}

@-moz-keyframes scrollBall {
    40%,
    60% {
        transform: translateY(32px)
    }
}

@-webkit-keyframes scrollBall {
    40%,
    60% {
        transform: translateY(32px)
    }
}

@-o-keyframes scrollBall {
    40%,
    60% {
        transform: translateY(32px)
    }
}

@keyframes scrollBall {
    40%,
    60% {
        transform: translateY(32px)
    }
}

@media (max-width:767.98px) {
    #awwwards {
        display: none !important
    }
}

.gallery {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.what_wedo_sec {
    padding-left: 15vw
}

.what_wedo_sec .content_div {
    width: 40.625rem;
    max-width: 100%;
    position: relative
}

@media (max-width:4000.98px) {
    .what_wedo_sec .content_div {
        width: 37.5rem
    }
}

.what_wedo_sec .content_div .sec_head {
    padding-bottom: 2.5rem
}

@media (max-width:4000.98px) {
    .what_wedo_sec .content_div .sec_head {
        padding-bottom: 1.875rem
    }
}

@media (max-width:1439.98px) {
    .what_wedo_sec .content_div .sec_head {
        padding-bottom: 1.25rem
    }
}

@media (max-width:1359.98px) {
    .what_wedo_sec .content_div .sec_head {
        padding-bottom: 0.9375rem
    }
}

.what_wedo_sec .content_div p {
    font-size: 1rem;
    color: #DDDDDD;
    line-height: 2
}

.what_wedo_sec .content_div p+p {
    margin-top: 0.9375rem
}

@media (max-width:1359.98px) {
    .what_wedo_sec .content_div p+p {
        margin-top: 0.625rem
    }
}

.what_wedo_sec .content_div .bttn {
    margin-top: 3.75rem
}

@media (max-width:4000.98px) {
    .what_wedo_sec .content_div .bttn {
        margin-top: 3.125rem
    }
}

@media (max-width:1359.98px) {
    .what_wedo_sec .content_div .bttn {
        margin-top: 2.1875rem
    }
}

@media (max-width:640px) {
    .what_wedo_sec .content_div .bttn {
        text-align: left
    }
}

.service_sec {
    padding-right: 5vw;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width:1023.98px) {
    .service_sec {
        display: block;
        padding-bottom: 1.875rem !important
    }
}

.service_sec .is_mobile_image {
    display: none
}

@media (max-width:1023.98px) {
    .service_sec .is_mobile_image {
        display: block
    }
}

@media (max-width:640px) {
    .service_sec .is_mobile_image {
        margin: 0 -15px
    }
}

.service_sec .is_mobile_image .section_img {
    width: 100%;
    padding-bottom: calc((360 / 1024) * 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 3.125rem
}

@media (max-width:640px) {
    .service_sec .is_mobile_image .section_img {
        padding-bottom: calc((400 / 640) * 100%)
    }
}

.service_sec .img_wraper {
    width: 37.5rem;
    height: 100vh;
    margin: 0 6.875rem;
    position: relative;
    z-index: -1;
    overflow: hidden
}

@media (max-width:1920.98px) {
    .service_sec .img_wraper {
        width: 25rem
    }
}

@media (max-width:1599.98px) {
    .service_sec .img_wraper {
        width: 18.75rem;
        margin: 0 6.25rem
    }
}

@media (max-width:1439.98px) {
    .service_sec .img_wraper {
        width: 17.5rem;
        margin: 0 4.6875rem
    }
}

@media (max-width:1359.98px) {
    .service_sec .img_wraper {
        width: 13.75rem
    }
}

@media (max-width:1023.98px) {
    .service_sec .img_wraper {
        display: none
    }
}

.service_sec .img_wraper span {
    display: block;
    width: 200%;
    height: 100%;
    position: relative;
    left: -40%
}

.service_sec .img_wraper span .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.service_sec .img_wraper span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #03030F;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

.service_sec .img_wraper.is-inview span:after {
    opacity: 0.78
}

.service_sec .content_div {
    width: 28.75rem;
    padding: 0 15px;
    position: relative;
    margin-right: 6.25rem;
    top: -3.125rem
}

@media (max-width:4000.98px) {
    .service_sec .content_div {
        width: 32%
    }
}

@media (max-width:1359.98px) {
    .service_sec .content_div {
        margin-right: 2.5rem;
        top: 0
    }
}

@media (max-width:1023.98px) {
    .service_sec .content_div {
        width: 100%;
        display: block;
        margin: 0;
        left: 0;
        padding: 0
    }
}

.service_sec .content_div .sec_head {
    margin-bottom: 1.875rem
}

@media (max-width:1359.98px) {
    .service_sec .content_div .sec_head {
        margin-bottom: 0.9375rem
    }
}

.service_sec .content_div p {
    font-size: 1rem;
    color: #DDDDDD;
    padding-bottom: 1.875rem;
    line-height: 2;
    width: 26.25rem;
    max-width: 100%
}

@media (max-width:1359.98px) {
    .service_sec .content_div p {
        padding-bottom: 1.25rem;
        font-size: 0.875rem
    }
}

@media (max-width:1023.98px) {
    .service_sec .content_div p {
        width: 37.5rem;
        margin-bottom: 0rem
    }
}

.service_sec .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width:1023.98px) {
    .service_sec .row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1023.98px) {
    .service_sec .row {
        margin: 0
    }
}

@media (max-width:640px) {
    .service_sec .for_mob_scrll {
        width: 100%;
        overflow: hidden;
        overflow-x: auto
    }
}

.service_sec .col_item {
    min-width: auto;
    margin: 0 -15px;
    height: 34.375rem;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(0, 1fr))
}

@media (max-width:4000.98px) {
    .service_sec .col_item {
        height: 31.25rem
    }
}

@media (max-width:1439.98px) {
    .service_sec .col_item {
        height: 28.125rem
    }
}

@media (max-width:1359.98px) {
    .service_sec .col_item {
        height: 23.75rem
    }
}

@media (max-width:1023.98px) {
    .service_sec .col_item {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-flow: unset;
        height: auto;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.9375rem;
        padding-top: 2.1875rem
    }
}

@media (max-width:640px) {
    .service_sec .col_item {
        display: block;
        will-change: transform;
        transform: translateZ(0px);
        padding-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        scroll-behavior: smooth;
        margin: 0
    }
}

.service_sec .col_item .item_div {
    width: 24.75rem;
    padding: 0 15px;
    margin-bottom: 0.625rem;
    margin-right: 6.25rem
}

@media (max-width:1359.98px) {
    .service_sec .col_item .item_div {
        margin-right: 1.875rem
    }
}

@media (max-width:1023.98px) {
    .service_sec .col_item .item_div {
        width: 50%;
        margin: 0 0 1.875rem;
        padding: 0 0.9375rem
    }
}

@media (max-width:640px) {
    .service_sec .col_item .item_div {
        vertical-align: top;
        display: inline-block;
        width: 20rem;
        margin-bottom: 1.25rem;
        margin-right: 0.9375rem;
        padding: 0
    }
}

@media (max-width:480px) {
    .service_sec .col_item .item_div {
        width: 15rem
    }
}

.service_sec .col_item .item_div label {
    font-size: 1rem;
    color: #ad1a26;
    line-height: 1;
    margin-bottom: 0.625rem;
    font-weight: 400
}

@media (max-width:1359.98px) {
    .service_sec .col_item .item_div label {
        font-size: 0.875rem;
        margin-bottom: 0
    }
}

.service_sec .col_item .item_div h3,
.service_sec .col_item .item_div h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.875rem;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width:1439.98px) {
    .service_sec .col_item .item_div h3,
    .service_sec .col_item .item_div h4 {
        margin-bottom: 1.25rem
    }
}

@media (max-width:1359.98px) {
    .service_sec .col_item .item_div h3,
    .service_sec .col_item .item_div h4 {
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
        line-height: 1.6
    }
}

.service_sec .col_item .item_div .img_content {
    width: 24.75rem;
    max-width: 100%;
    position: relative
}

.service_sec .col_item .item_div .img_content p {
    font-size: 1rem;
    color: #DDDDDD;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media (max-width:1359.98px) {
    .service_sec .col_item .item_div .img_content p {
        font-size: 0.875rem
    }
}

@media (max-width:640px) {
    .service_sec .col_item .item_div .img_content p {
        line-height: 1.8
    }
}

.service_sec .col_item .item_div .img_content figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: calc((170 / 400) * 100%);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10%;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width:1439.98px) {
    .service_sec .col_item .item_div .img_content figure {
        padding-bottom: calc((125 / 350) * 100%)
    }
}

@media (max-width:1359.98px) {
    .service_sec .col_item .item_div .img_content figure {
        padding-bottom: calc((120 / 360) * 100%)
    }
}

@media (max-width:640px) {
    .service_sec .col_item .item_div .img_content figure {
        position: relative;
        opacity: 1;
        top: 0;
        left: 0;
        visibility: visible;
        transform: none;
        padding-bottom: calc((160 / 320) * 100%);
        margin-bottom: 1.25rem
    }
}

.service_sec .col_item .item_div .img_content figure a {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 50%;
    background-color: #EB2248;
    color: #fff;
    text-align: center;
    font-size: 0.9375rem;
    position: absolute;
    bottom: 10%;
    right: 0%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width:1439.98px) {
    .service_sec .col_item .item_div .img_content figure a {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.625rem;
        font-size: 0.625rem
    }
}

@media (max-width:640px) {
    .service_sec .col_item .item_div .img_content figure a {
        opacity: 1;
        visibility: visible;
        right: 1rem !important;
        bottom: 1rem !important
    }
}

.service_sec .col_item .item_div:hover h3,
.service_sec .col_item .item_div:hover h4 {
    color: #EB2248
}

.service_sec .col_item .item_div:hover .img_content figure {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.service_sec .col_item .item_div:hover .img_content figure a {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
    right: 6%
}

.service_sec.web {
    margin-right: 0;
    padding-right: 40vw
}


.blog_sec {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 20vw
}

@media (max-width:4000.98px) {
    .blog_sec {
        padding-right: 25vw
    }
}

@media (max-width:1023.98px) {
    .blog_sec {
        display: block
    }
}

.blog_sec .img_wraper {
    width: 37.5rem;
    height: 100vh;
    margin: 0 6.875rem;
    position: relative;
    z-index: -1;
    overflow: hidden
}

@media (max-width:1920.98px) {
    .blog_sec .img_wraper {
        width: 25rem
    }
}

@media (max-width:4000.98px) {
    .blog_sec .img_wraper {
        left: -1.875rem
    }
}

@media (max-width:1599.98px) {
    .blog_sec .img_wraper {
        width: 18.75rem;
        margin: 0 6.25rem
    }
}

@media (max-width:1439.98px) {
    .blog_sec .img_wraper {
        width: 17.5rem;
        margin: 0 4.6875rem
    }
}

@media (max-width:1359.98px) {
    .blog_sec .img_wraper {
        width: 13.75rem
    }
}

@media (max-width:1023.98px) {
    .blog_sec .img_wraper {
        display: none
    }
}

.blog_sec .img_wraper span {
    display: block;
    width: 200%;
    height: 100%;
    position: relative;
    left: -40%
}

.blog_sec .img_wraper span .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.blog_sec .img_wraper span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 2px);
    background-color: #03030F;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

.blog_sec .img_wraper.is-inview span:after {
    opacity: 0.78
}

.blog_sec .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width:1023.98px) {
    .blog_sec .row {
        display: block;
        margin: 0
    }
}

.blog_sec .content_div {
    width: 26.25rem;
    max-width: 100%;
    padding: 0 15px;
    margin-right: 8.4375rem;
    position: relative;
    left: -1.25rem
}

@media (max-width:1359.98px) {
    .blog_sec .content_div {
        margin-right: 1.25rem;
        left: -2.5rem
    }
}

@media (max-width:1023.98px) {
    .blog_sec .content_div {
        left: 0;
        padding: 0 0 2.1875rem;
        margin: 0;
        width: 100%
    }
}

@media (max-width:640px) {
    .blog_sec .content_div {
        padding-bottom: 2.8125rem
    }
}

.blog_sec .content_div .sec_head {
    margin-bottom: 1.875rem
}

@media (max-width:1359.98px) {
    .blog_sec .content_div .sec_head {
        margin-bottom: 0.9375rem
    }
}

.blog_sec .content_div p {
    font-size: 1rem;
    color: #DDDDDD;
    padding-bottom: 1.875rem;
    line-height: 2
}

@media (max-width:1359.98px) {
    .blog_sec .content_div p {
        font-size: 0.875rem;
        padding-bottom: 0.9375rem
    }
}

@media (max-width:1023.98px) {
    .blog_sec .content_div p {
        width: 43.75rem;
        max-width: 100%
    }
}

@media (max-width:640px) {
    .blog_sec .content_div ._link {
        display: none
    }
}

.blog_sec .col_item {
    flex: 1;
    padding: 0 15px
}

@media (max-width:1023.98px) {
    .blog_sec .col_item {
        padding: 0;
        flex: unset;
        width: 100%
    }
}

.blog_sec .col_item .item_div {
    width: 35.9375rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #DDDDDD24;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width:1359.98px) {
    .blog_sec .col_item .item_div {
        width: 31.25rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width:991.98px) {
    .blog_sec .col_item .item_div {
        max-width: 100%
    }
}

@media (max-width:767.98px) {
    .blog_sec .col_item .item_div {
        width: 100%
    }
}

@media (max-width:640px) {
    .blog_sec .col_item .item_div {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 4.375rem
    }
}

.blog_sec .col_item .item_div .blog_content {
    position: relative;
    padding-right: 5rem
}

@media (max-width:1359.98px) {
    .blog_sec .col_item .item_div .blog_content {
        padding-right: 2.5rem
    }
}

@media (max-width:640px) {
    .blog_sec .col_item .item_div .blog_content {
        padding: 0
    }
}

.blog_sec .col_item .item_div .blog_content .update {
    padding: 0 1.25rem;
    background-color: #D12B3833;
    border-radius: 1.25rem;
    color: #DDDDDD;
    line-height: 1.4375rem;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0.8125rem;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width:1359.98px) {
    .blog_sec .col_item .item_div .blog_content .update {
        padding: 0 0.9375rem
    }
}

@media (max-width:640px) {
    .blog_sec .col_item .item_div .blog_content .update {
        position: absolute;
        top: 0.9375rem;
        left: 0.9375rem;
        background-color: #EB2248;
        line-height: 1.9375rem;
        z-index: 2
    }
}

.blog_sec .col_item .item_div .blog_content h3,
.blog_sec .col_item .item_div .blog_content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4
}

@media (max-width:1359.98px) {
    .blog_sec .col_item .item_div .blog_content h3,
    .blog_sec .col_item .item_div .blog_content h4 {
        font-size: 1.125rem
    }
}

@media (max-width:640px) {
    .blog_sec .col_item .item_div .blog_content h3,
    .blog_sec .col_item .item_div .blog_content h4 {
        margin-top: 1.25rem
    }
}

.blog_sec .col_item .item_div .blog_content span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 3.125rem;
    text-align: center;
    display: inline-block;
    line-height: 3.125rem;
    background-color: #EB2248;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width:1359.98px) {
    .blog_sec .col_item .item_div .blog_content span {
        width: 1.875rem;
        line-height: 1.875rem;
        font-size: 0.625rem
    }
}

@media (max-width:640px) {
    .blog_sec .col_item .item_div .blog_content span {
        display: none
    }
}

.blog_sec .col_item .item_div .blog_content .figure {
    position: absolute;
    top: 0;
    left: 95%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width:767.98px) {
    .blog_sec .col_item .item_div .blog_content .figure {
        display: none
    }
}

@media (max-width:640px) {
    .blog_sec .col_item .item_div .blog_content .figure {
        display: block;
        position: static !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        pointer-events: all !important;
        visibility: visible;
        opacity: 1;
        transform: none !important
    }
}

.blog_sec .col_item .item_div .blog_content .figure figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((380 / 380) * 100%);
    width: 21vw
}

@media (max-width:1359.98px) {
    .blog_sec .col_item .item_div .blog_content .figure figure {
        width: 20vw
    }
}

@media (max-width:640px) {
    .blog_sec .col_item .item_div .blog_content .figure figure {
        width: 100%;
        transform: none !important;
        position: static !important
    }
}

.blog_sec .col_item .item_div .blog_content .date_rtime {
    display: none
}

@media (max-width:640px) {
    .blog_sec .col_item .item_div .blog_content .date_rtime {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-top: 1.25rem;
        display: none
    }
}

.blog_sec .col_item .item_div .blog_content .date_rtime p {
    width: 100%;
    flex: 1;
    font-size: 0.875rem;
    color: #939393
}

.blog_sec .col_item .item_div .blog_content .date_rtime p.latest {
    color: #EB2248
}

.blog_sec .col_item .item_div:hover {
    border-bottom-color: #DDDDDD60
}

.blog_sec .col_item .item_div:hover .blog_content .update {
    background-color: #EB2248
}

.blog_sec .col_item .item_div:hover .blog_content span {
    background-color: #fff;
    color: #EB2248
}

.blog_sec .col_item .item_div:hover .blog_content .figure {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 102%
}

.blog_sec .for_mob {
    display: none
}

@media (max-width:640px) {
    .blog_sec .for_mob {
        display: inline-block
    }
}

.contact_sec {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 10vw
}

@media (max-width:4000.98px) {
    .contact_sec {
        position: relative;
        left: 0rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec {
        display: block;
        margin: 0;
        left: 0;
        padding: 3.75rem 10%
    }
}

.contact_sec .img_wraper {
    width: 37.5rem;
    height: 100vh;
    margin: 0 6.875rem;
    position: relative;
    z-index: -1;
    overflow: hidden
}

@media (max-width:1920.98px) {
    .contact_sec .img_wraper {
        width: 25rem
    }
}

@media (max-width:4000.98px) {
    .contact_sec .img_wraper {
        left: -1.875rem
    }
}

@media (max-width:1599.98px) {
    .contact_sec .img_wraper {
        width: 18.75rem;
        margin: 0 6.25rem
    }
}

@media (max-width:1439.98px) {
    .contact_sec .img_wraper {
        width: 17.5rem;
        margin: 0 4.6875rem
    }
}

@media (max-width:1359.98px) {
    .contact_sec .img_wraper {
        width: 13.75rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .img_wraper {
        display: none
    }
}

.contact_sec .img_wraper span {
    display: block;
    width: 200%;
    height: 100%;
    position: relative;
    left: -40%
}

.contact_sec .img_wraper span .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.contact_sec .img_wraper span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 2px);
    background-color: #03030F;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

.contact_sec .img_wraper.is-inview span:after {
    opacity: 0.78
}

.contact_sec .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width:1023.98px) {
    .contact_sec .row {
        display: block;
        margin: 0
    }
}

.contact_sec .content_div {
    width: 32.5rem;
    max-width: 100%;
    padding: 0 15px;
    margin-right: 8.4375rem
}

@media (max-width:1359.98px) {
    .contact_sec .content_div {
        position: relative;
        left: -3.75rem;
        margin-right: 1.25rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .content_div {
        width: 100%;
        margin: 0;
        padding: 0 0 3.125rem;
        left: 0
    }
}

.contact_sec .content_div .sec_head {
    margin-bottom: 1.875rem
}

@media (max-width:1359.98px) {
    .contact_sec .content_div .sec_head {
        margin-bottom: 0.9375rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .content_div .sec_head h2 br,
    .contact_sec .content_div .sec_head h2 br {
        display: none
    }
}

.contact_sec .content_div p {
    font-size: 1rem;
    color: #DDDDDD;
    padding-bottom: 1.875rem;
    line-height: 2
}

@media (max-width:1359.98px) {
    .contact_sec .content_div p {
        font-size: 0.875rem;
        padding-bottom: 0.9375rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .content_div p {
        width: 37.5rem;
        max-width: 100%
    }
}

.contact_sec .content_div p a {
    color: #EB2248
}

.contact_sec .content_div p a:hover {
    color: #fff
}

@media (max-width:4000.98px) {
    .contact_sec .col_form {
        min-width: 72.5rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .col_form {
        min-width: auto;
        width: 100%
    }
}

@media (max-width:991.98px) {
    .contact_sec .col_form .form-wrapper #say_hi .form {
        width: 100%
    }
}

@media (max-width:991.98px) and (max-width:991.98px) {
    .contact_sec .col_form .form-wrapper #say_hi .form .form_outer {
        width: 100%
    }
}

.contact_sec .col_form .form-wrapper .form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width:767.98px) {
    .contact_sec .col_form .form-wrapper .form {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.contact_sec .col_form .form-wrapper .form .form_outer {
    width: 30.625rem;
    max-width: 100%
}

@media (max-width:767.98px) {
    .contact_sec .col_form .form-wrapper .form .form_outer {
        width: 100%
    }
}

.contact_sec .col_form .form-wrapper .form .form_need_btns {
    width: 37.9375rem;
    max-width: 100%;
    margin-left: 8.75rem
}

@media (max-width:4000.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns {
        margin-left: 6.25rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns {
        margin-left: 3.75rem
    }
}

@media (max-width:767.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns {
        margin: 2.1875rem 0 0
    }
}

.contact_sec .col_form .form-wrapper .form .form_need_btns h3,
.contact_sec .col_form .form-wrapper .form .form_need_btns h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #EB2248;
    line-height: 1.2;
    margin-bottom: 3.4375rem;
    text-align: left
}

@media (max-width:1359.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns h3,
    .contact_sec .col_form .form-wrapper .form .form_need_btns h4 {
        margin-bottom: 1.25rem;
        font-size: 1.125rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns .form-group {
        margin-top: 0
    }
}

.contact_sec .col_form .form-wrapper .form.say-hi-load,
.contact_sec .col_form .form-wrapper .form.work-with-us-load {
    position: relative
}

.contact_sec .col_form .form-wrapper .form.say-hi-load>div,
.contact_sec .col_form .form-wrapper .form.work-with-us-load>div {
    opacity: 0.2
}

.contact_sec .col_form .form-wrapper .form.say-hi-load:after,
.contact_sec .col_form .form-wrapper .form.work-with-us-load:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    opacity: 0.4;
    background: #EB2248;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
    z-index: 2
}

.contact_sec .col_form .form-wrapper .form .success_form {
    position: absolute;
    bottom: -10px;
    font-size: 14px;
    color: green
}

.contact_sec .col_form .form-wrapper .nav-tabs {
    border: none;
    margin-bottom: 3.125rem
}

@media (max-width:1359.98px) {
    .contact_sec .col_form .form-wrapper .nav-tabs {
        margin-bottom: 1.25rem
    }
}

.contact_sec .col_form .form-wrapper .nav-tabs li {
    margin: 0
}

.contact_sec .col_form .form-wrapper .nav-tabs li a {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #FFFFFF78;
    font-size: 1.5rem;
    line-height: 1;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width:1359.98px) {
    .contact_sec .col_form .form-wrapper .nav-tabs li a {
        font-size: 1.125rem
    }
}

.contact_sec .col_form .form-wrapper .nav-tabs li a:hover {
    color: #fff
}

.contact_sec .col_form .form-wrapper .nav-tabs li a.active {
    color: #EB2248;
    font-weight: 700
}

.contact_sec .col_form .form-wrapper .nav-tabs li+li {
    margin-left: 1.5625rem;
    padding-left: 1.5625rem;
    border-left: 1px solid #DDDDDD45
}

@media (max-width:1359.98px) {
    .contact_sec .col_form .form-wrapper .nav-tabs li+li {
        margin-left: 0.625rem;
        padding-left: 0.625rem
    }
}

.contact_sec .col_form .form-wrapper .form-group {
    position: relative;
    text-align: right
}

@media (max-width:767.98px) {
    .contact_sec .col_form .form-wrapper .form-group {
        text-align: left
    }
}

.contact_sec .col_form .form-wrapper .form-group+.form-group {
    margin-top: 1.875rem
}

@media (max-width:1359.98px) {
    .contact_sec .col_form .form-wrapper .form-group+.form-group {
        margin-top: 1.25rem
    }
}

.contact_sec .col_form .form-wrapper .form-group div.error {
    display: block;
    text-align: left;
    margin-top: 0.375rem;
    color: #EB2248;
    font-size: 0.75rem
}

.contact_sec .col_form .form-wrapper .form-label {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0.9375rem;
    color: #DDDDDD;
    font-size: 0.875rem;
    font-weight: 400;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    pointer-events: none
}

.contact_sec .col_form .form-wrapper .focused .form-label {
    transform: translateY(-200%);
    font-size: 0.75rem
}

.contact_sec .col_form .form-wrapper .form-input {
    position: relative;
    margin-top: 0.9375rem;
    padding: 0.625rem 0;
    width: 100%;
    text-align: left;
    color: #DDDDDD;
    outline: 0;
    border: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #70707040;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background-color: transparent
}

@media (max-width:1359.98px) {
    .contact_sec .col_form .form-wrapper .form-input {
        margin-top: 0.9375rem;
        padding: 0.5rem 0
    }
}

.contact_sec .col_form .form-wrapper .form-input:focus {
    border-bottom-color: #6d0317
}

.contact_sec .col_form .form-wrapper .form-input .form-input.filled {
    border-bottom-color: #EB2248
}

.contact_sec .col_form .form-wrapper ._link {
    border: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer
}

@media (max-width:640px) {
    .contact_sec .col_form .form-wrapper ._link {
        margin-top: 1.875rem
    }
}

@media (max-width:640px) {
    .contact_sec .col_form .form-wrapper .buttons_outer {
        overflow: hidden;
        overflow-x: auto
    }
}

.contact_sec .col_form .form-wrapper .radio_btns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.75rem
}

@media (max-width:640px) {
    .contact_sec .col_form .form-wrapper .radio_btns {
        display: block;
        will-change: transform;
        transform: translateZ(0px);
        padding-bottom: 5px;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-behavior: smooth;
        width: 40.3125rem;
        margin: 0
    }
}

.contact_sec .col_form .form-wrapper .radio_btns li {
    padding: 0 0.75rem;
    margin-bottom: 1.6875rem
}

@media (max-width:1359.98px) {
    .contact_sec .col_form .form-wrapper .radio_btns li {
        padding: 0 0.375rem;
        margin-bottom: 0.75rem
    }
}

@media (max-width:640px) {
    .contact_sec .col_form .form-wrapper .radio_btns li {
        display: inline-block;
        padding: 0;
        padding-right: 0.375rem
    }
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox {
    position: absolute;
    opacity: 0
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox+label {
    border-radius: 1.25rem;
    position: relative;
    cursor: pointer;
    padding: 0 1.5rem;
    font-size: 1rem;
    color: #DDDDDD;
    line-height: 2.5rem;
    background-color: #292028;
    text-align: center
}

@media (max-width:1359.98px) {
    .contact_sec .col_form .form-wrapper .radio_btns li .checkbox+label {
        font-size: 0.875rem;
        line-height: 2.25rem
    }
}

@media (max-width:640px) {
    .contact_sec .col_form .form-wrapper .radio_btns li .checkbox+label {
        padding: 0 1.125rem;
        font-weight: 500
    }
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox:hover+label {
    background-color: #6d0317
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox:focus+label {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12)
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox:checked+label {
    background-color: #6d0317
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox:disabled+label {
    background-color: #b8b8b860;
    color: #b8b8b8;
    cursor: auto
}

.contact_sec .contact_address {
    width: 40rem;
    margin-left: 12.5rem;
    padding-left: 8.75rem;
    border-left: 1px solid #70707040;
    position: relative;
    height: 100vh;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width:1439.98px) {
    .contact_sec .contact_address {
        margin-left: 9.375rem;
        padding-left: 6.25rem
    }
}

@media (max-width:1359.98px) {
    .contact_sec .contact_address {
        margin-left: 7.5rem;
        padding-left: 5rem
    }
}

@media (max-width:1199.98px) {
    .contact_sec .contact_address {
        margin-left: 6.25rem;
        padding-left: 3.75rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .contact_address {
        padding: 2.1875rem 0 0;
        margin: 2.1875rem 0 0;
        border: none;
        border-top: 1px solid #70707040;
        width: 100%;
        height: auto
    }
}

@media (max-width:640px) {
    .contact_sec .contact_address {
        padding-top: 4.0625rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .contact_address .outer_div_sddrs {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.625rem
    }
}

@media (max-width:640px) {
    .contact_sec .contact_address .outer_div_sddrs {
        margin: 0
    }
}

.contact_sec .contact_address .div_item_sdress {
    width: 100%;
    margin-bottom: 60px
}

@media (max-width:1439.98px) {
    .contact_sec .contact_address .div_item_sdress {
        margin-bottom: 2.8125rem
    }
}

@media (max-width:1399.98px) {
    .contact_sec .contact_address .div_item_sdress {
        margin-bottom: 2.5rem
    }
}

@media (max-width:1359.98px) {
    .contact_sec .contact_address .div_item_sdress {
        margin-bottom: 2rem
    }
}

@media (max-width:1199.98px) {
    .contact_sec .contact_address .div_item_sdress {
        margin-bottom: 1.5625rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .contact_address .div_item_sdress {
        width: 33.33%;
        padding: 0 0.625rem;
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .contact_sec .contact_address .div_item_sdress {
        width: 36%
    }
    .contact_sec .contact_address .div_item_sdress:first-child {
        width: 28%
    }
}

@media (max-width:640px) {
    .contact_sec .contact_address .div_item_sdress {
        width: 100% !important;
        padding: 0 0 2.1875rem
    }
}

.contact_sec .contact_address .div_item_sdress h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff
}

@media (max-width:1359.98px) {
    .contact_sec .contact_address .div_item_sdress h4 {
        margin-bottom: 1.25rem
    }
}

@media (max-width:1199.98px) {
    .contact_sec .contact_address .div_item_sdress h4 {
        margin-bottom: 0.625rem
    }
}

@media (max-width:1023.98px) {
    .contact_sec .contact_address .div_item_sdress h4 {
        font-size: 1.125rem
    }
}

.contact_sec .contact_address .div_item_sdress a,
.contact_sec .contact_address .div_item_sdress p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.9375rem;
    display: block;
    width: 20rem;
    max-width: 100%
}

@media (max-width:1023.98px) {
    .contact_sec .contact_address .div_item_sdress a,
    .contact_sec .contact_address .div_item_sdress p {
        line-height: 1.6;
        font-size: 0.875rem
    }
}

@media (max-width:767.98px) {
    .contact_sec .contact_address .div_item_sdress a,
    .contact_sec .contact_address .div_item_sdress p {
        margin-bottom: 0.625rem
    }
}

@media (max-width:640px) {
    .contact_sec .contact_address .div_item_sdress a,
    .contact_sec .contact_address .div_item_sdress p {
        max-width: 100%;
        width: 100%
    }
}

.contact_sec .contact_address .div_item_sdress a.write_ceo,
.contact_sec .contact_address .div_item_sdress p.write_ceo {
    color: #EB2248
}

.contact_sec .contact_address .div_item_sdress a.write_ceo:hover,
.contact_sec .contact_address .div_item_sdress p.write_ceo:hover {
    color: #fff
}

.contact_sec .contact_address .div_item_sdress a.whatsapp:hover,
.contact_sec .contact_address .div_item_sdress p.whatsapp:hover {
    color: #25D366
}

.contact_sec .contact_address .div_item_sdress a:hover {
    color: #EB2248
}

.contact_sec .contact_address .scroll_back {
    position: absolute;
    right: -45%;
    bottom: 10%
}

@media (max-width:1439.98px) {
    .contact_sec .contact_address .scroll_back {
        display: none
    }
}

.contact_sec .contact_address .scroll_back p {
    display: none
}

.contact_sec .contact_address .scroll_back span {
    pointer-events: none;
    display: block;
    width: 7.1875rem;
    height: 7.1875rem;
    border-radius: 50%;
    line-height: 7.1875rem;
    text-align: center;
    color: #fff;
    background-color: #EB2248
}

.contact_sec .contact_address .scroll_back span:before {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    display: block
}

.about_sec {
    padding-right: 16vw;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width:1599.98px) {
    .about_sec {
        padding-right: 10vw
    }
}

@media (max-width:1023.98px) {
    .about_sec {
        margin-top: 4.375rem
    }
}

@media (max-width:767.98px) {
    .about_sec {
        display: block;
        width: 100%;
        margin-top: 6.25rem
    }
}

.about_sec .abt_div {
    width: 40.625rem;
    max-width: 100%
}

@media (max-width:767.98px) {
    .about_sec .abt_div {
        width: 100%;
        padding: 0 0 3.4375rem
    }
}

.about_sec .abt_div .for_mob {
    display: none
}

@media (max-width:1023.98px) {
    .about_sec .abt_div .for_mob {
        display: block;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #ffffff40;
        line-height: 1;
        margin-bottom: 1.25rem;
        letter-spacing: 0.2rem
    }
}

@media (max-width:480px) {
    .about_sec .abt_div .for_mob {
        margin-bottom: 0.75rem
    }
}

.about_sec .abt_div h1 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.125rem;
    position: relative;
    left: 2.5rem
}

@media (max-width:1599.98px) {
    .about_sec .abt_div h1 {
        font-size: 3.125rem;
        margin-bottom: 1.875rem;
        left: 1.25rem
    }
}


@media (max-width:4000.98px) {
    .media_page .blog_sec .img_wraper {
    .media_page .blog_sec .img_wraper {
        margin-right: 5rem
    }
}

@media (max-width:1439.98px) {
    .media_page .blog_sec .img_wraper {
        margin-right: 3.75rem
    }
}

.media_page .blog_sec .rows {
    position: relative;
    z-index: 2
}

.media_page .blog_sec .sec_head {
    width: auto;
    display: inline-block
}

.media_page .blog_sec .sec_head h1 {
    margin-bottom: 2.5rem
}

@media (max-width:4000.98px) {
    .media_page .blog_sec .sec_head h1 {
        font-size: 3.25rem;
        margin-bottom: 1.875rem
    }
}

@media (max-width:1439.98px) {
    .media_page .blog_sec .sec_head h1 {
        font-size: 2.875rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width:1023.98px) {
    .media_page .blog_sec .sec_head h1 {
        font-size: 1.875rem
    }
}

.media_page .blog_sec .sec_head .nav-pills {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 4.6875rem
}

@media (max-width:4000.98px) {
    .media_page .blog_sec .sec_head .nav-pills {
        margin-bottom: 3.125rem
    }
}

@media (max-width:1439.98px) {
    .media_page .blog_sec .sec_head .nav-pills {
        margin-bottom: 2.5rem
    }
}

@media (max-width:1023.98px) {
    .media_page .blog_sec .sec_head .nav-pills {
        margin-bottom: 1.25rem
    }
}

@media (max-width:640px) {
    .media_page .blog_sec .sec_head .nav-pills {
        margin-bottom: 0rem
    }
}

.media_page .blog_sec .sec_head .nav-pills li {
    margin-right: 1.5625rem
}

@media (max-width:4000.98px) {
    .media_page .blog_sec .sec_head .nav-pills li {
        margin-right: 1.25rem
    }
}

@media (max-width:1439.98px) {
    .media_page .blog_sec .sec_head .nav-pills li {
        margin-right: 0.9375rem
    }
}

@media (max-width:1023.98px) {
    .media_page .blog_sec .sec_head .nav-pills li {
        margin-right: 0.625rem
    }
}

.media_page .blog_sec .sec_head .nav-pills li a {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    line-height: 2.625rem;
    padding: 0 1.5625rem;
    display: inline-block;
    background-color: #70707032;
    border-radius: 1.875rem
}

@media (max-width:4000.98px) {
    .media_page .blog_sec .sec_head .nav-pills li a {
        font-size: 0.875rem
    }
}

@media (max-width:1439.98px) {
    .media_page .blog_sec .sec_head .nav-pills li a {
        line-height: 2.25rem;
        padding: 0 1.25rem
    }
}

@media (max-width:1023.98px) {
    .media_page .blog_sec .sec_head .nav-pills li a {
        padding: 0 0.9375rem
    }
}

.media_page .blog_sec .sec_head .nav-pills li a.active {
    background-color: #EB2248
}

.media_page .blog_sec .sec_head .nav-pills li:last-child {
    margin-right: 0
}

.media_page .blog_sec .tab-content {
    position: relative;
    left: -9.375rem;
    padding-left: 9.375rem
}

@media (max-width:1439.98px) {
    .media_page .blog_sec .tab-content {
        left: -6.875rem;
        padding-left: 6.875rem
    }
}

@media (max-width:1023.98px) {
    .media_page .blog_sec .tab-content {
        padding-left: 0;
        left: 0
    }
}

.media_page .blog_sec .col_item {
    min-width: 66vw;
    margin: 0 -15px;
    height: 30rem;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, minmax(0, 1fr))
}

@media (max-width:1439.98px) {
    .media_page .blog_sec .col_item {
        height: 25rem
    }
}

@media (max-width:1359.98px) {
    .media_page .blog_sec .col_item {
        grid-template-rows: repeat(2, minmax(0, 1fr));
        height: 16.25rem
    }
}

@media (max-width:1023.98px) {
    .media_page .blog_sec .col_item {
        display: block;
        height: auto;
        margin: 1.875rem 0 0
    }
}

.media_page .blog_sec .col_item .item_div {
    margin-right: 15.625rem
}

@media (max-width:1439.98px) {
    .media_page .blog_sec .col_item .item_div {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
        margin-right: 12.5rem;
        width: 31.875rem
    }
}

@media (max-width:767.98px) {
    .media_page .blog_sec .col_item .item_div {
        padding: 0;
        margin: 0 0 3.75rem;
        width: 100%
    }
}

.media_page .blog_sec .col_item .item_div .figure {
    z-index: 2
}

@media (max-width:1439.98px) {
    .media_page .blog_sec .col_item .item_div .blog_content h4 {
        font-size: 1.25rem
    }
}

.blog_inner_sec {
    padding-right: 0
}

.media_inner_page {
    width: max-content
}

@media (max-width:1023.98px) {
    .media_inner_page {
        width: auto
    }
}

.media_inner_page .gallery {
    position: relative;
    left: 10px
}

@media (max-width:1023.98px) {
    .media_inner_page .gallery {
        left: 0
    }
}

@media (max-width:1023.98px) {
    .media_inner_page .blog_inner_sec {
        margin-top: 4.375rem;
        display: block
    }
}

@media (max-width:640px) {
    .media_inner_page .blog_inner_sec {
        padding-top: 0 !important
    }
}

.media_inner_page .blog_inner_sec .img_wraper {
    margin-right: 6.875rem;
    width: 34.375rem
}

@media (max-width:1920px) {
    .media_inner_page .blog_inner_sec .img_wraper {
        margin-right: 6.25rem;
        width: 28.125rem
    }
}

@media (max-width:1599.98px) {
    .media_inner_page .blog_inner_sec .img_wraper {
        width: 21.875rem;
        margin-right: 5rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content {
    position: relative;
    z-index: 2
}

@media (max-width:1599.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content {
        top: 3.125rem
    }
}

@media (max-width:1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content {
        top: 0
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .mob_back {
    position: absolute;
    top: 1.25rem
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .blg_img_formob {
    display: none
}

@media (max-width:1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .blg_img_formob {
        display: block
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .blg_img_formob .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((320 / 1023) * 100%);
    width: 100%;
    margin-bottom: 3.125rem
}

@media (max-width:640px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .blg_img_formob .section_img {
        padding-bottom: calc((320 / 640) * 100%);
        margin: 0 -15px 2.1875rem;
        width: auto
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top {
    margin-bottom: 1.1875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top .lable {
    padding: 0 1.25rem;
    background-color: #D12B3833;
    border-radius: 1.25rem;
    color: #DDDDDD;
    line-height: 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width:1359.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top .lable {
        padding: 0 0.9375rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top .read_time {
    font-size: 1rem;
    line-height: 1;
    color: #808080;
    margin-left: 1.875rem;
    display: none
}

@media (max-width:1599.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top .read_time {
        font-size: 0.875rem;
        margin-left: 1.25rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div h1,
.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div h2 {
    font-size: 1.5rem;
    width: 35.9375rem;
    max-width: 100%;
    margin-bottom: 1.75rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.4
}

@media (max-width:1599.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div h1,
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div h2 {
        font-size: 1.25rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 35.9375rem;
    max-width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DDDDDD24
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p {
    font-size: 0.75rem;
    color: #808080;
    line-height: 1.4
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p a {
    color: #808080
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p a:hover {
    color: #EB2248;
    font-weight: 600
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p+p {
    margin-left: 2.8125rem
}

@media (max-width:640px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p+p {
        margin-left: 1.25rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -1.25rem;
    margin-top: 3.4375rem
}

@media (max-width:1439.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area {
        margin-top: 1.875rem
    }
}

@media (max-width:1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area {
        display: block;
        margin-top: 1.25rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content {
    width: 56.25rem;
    padding: 0 1.25rem
}

@media (max-width:1439.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content {
        width: 68.75rem
    }
}

@media (max-width:1359.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content {
        width: 75rem
    }
}

@media (max-width:1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content {
        width: 100%
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content h5 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.75rem
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    margin-right: 6.25rem;
    padding-bottom: 1.625rem
}

@media (max-width:1439.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area p {
        padding-bottom: 1.25rem;
        margin-right: 5rem
    }
}

@media (max-width:1199.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area p {
        font-size: 0.875rem
    }
}

@media (max-width:1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area p {
        width: 100%;
        margin: 0 0 1.25rem;
        padding: 0
    }
}

@media (max-width:640px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area p {
        margin-bottom: 0.625rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area p a {
    color: #EB2248
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area p a:hover {
    color: #fff
}

.related_media {
    display: block;
    position: relative;
    z-index: 2
}

@media (max-width:1023.98px) {
    .related_media {
        padding-top: 0 !important
    }
}

.related_media aside {
    padding-left: 5vw;
    border-left: 1px solid #777676
}

@media (max-width:1023.98px) {
    .related_media aside {
        padding: 3.125rem 0 0;
        border: none;
        border-top: 1px solid #777676
    }
}

.related_media aside h2 {
    font-size: 26px;
    color: #fff;
    padding: 0 0.9375rem;
    margin-bottom: 2.1875rem;
    font-weight: 700
}

@media (max-width:1439.98px) {
    .related_media aside h2 {
        font-size: 1.25rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width:1023.98px) {
    .related_media aside h2 {
        padding: 0;
        margin-bottom: 2.1875rem;
        font-size: 1.875rem
    }
}

@media (max-width:1439.98px) {
    .related_media aside .col_item .item_div {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
        margin-right: 12.5rem;
        width: 31.875rem
    }
}

@media (max-width:1023.98px) {
    .related_media aside .col_item .item_div {
        margin: 0 0 1.25rem;
        width: 100%
    }
}

@media (max-width:640px) {
    .related_media aside .col_item .item_div {
        padding-bottom: 0;
        margin-bottom: 3.75rem
    }
}

@media (max-width:1439.98px) {
    .related_media aside .col_item .item_div .blog_content h4 {
        font-size: 1.25rem
    }
}

@media (max-width:640px) {
    .related_media aside .col_item .item_div .blog_content h4 {
        font-size: 1.125rem
    }
}

.inner_page .contact_sec {
    padding-right: 0
}

@media (max-width:1023.98px) {
    .inner_page .contact_sec {
        margin-top: 5rem
    }
}

.inner_page .contact_sec .content_div .img_mob_only {
    display: none
}

@media (max-width:1023.98px) {
    .inner_page .contact_sec .content_div .img_mob_only {
        display: block
    }
}

.inner_page .contact_sec .content_div .img_mob_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((320 / 1024) * 100%);
    width: 100%;
    margin-bottom: 1.875rem
}

@media (max-width:640px) {
    .inner_page .contact_sec .content_div .img_mob_only .section_img {
        padding-bottom: calc((320 / 640) * 100%);
        width: auto;
        margin: 0 -15px 1.875rem
    }
}

.inner_page .img_wraper {
    width: 28.125rem;
    left: 0
}

@media (max-width:1920.98px) {
    .inner_page .img_wraper {
        width: 17.5rem
    }
}

@media (max-width:1599.98px) {
    .inner_page .img_wraper {
        width: 15.625rem
    }
}

.inner_page .row {
    position: relative;
    z-index: 2;
    top: 3.125rem
}

@media (max-width:1023.98px) {
    .inner_page .row {
        top: 0
    }
}

.inner_page .contact_address {
    position: relative;
    z-index: 2
}

.portfolio_page {
    width: max-content
}

@media (max-width:1023.98px) {
    .portfolio_page {
        width: auto
    }
}



.portfolio_page .img_wraper {
    margin-right: 0;
    left: 0
}

.portfolio_page #portfolio_outer {
    position: relative;
    left: -8.125rem;
    padding-left: 8.125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width:4000.98px) {
    .portfolio_page #portfolio_outer {
        padding-left: 6.875rem;
        left: -6.875rem
    }
}

@media (max-width:1439.98px) {
    .portfolio_page #portfolio_outer {
        padding-left: 4.8125rem;
        left: -4.8125rem
    }
}

@media (max-width:1023.98px) {
    .portfolio_page #portfolio_outer {
        padding-left: 0;
        left: 0;
        display: block
    }
}

.portfolio_page .portfolio_head_div {
    height: 100vh;
    width: 26.5625rem;
    margin-right: 9.375rem;
    background-color: rgba(3, 3, 15, 0.9);
    padding: 9.375rem 3.125rem;
    padding-right: 1.875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 8px 32px 0 #03030F37;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 99
}

@media (max-width:1599.98px) {
    .portfolio_page .portfolio_head_div {
        width: 23.125rem;
        padding: 7.5rem 2.5rem;
        margin-right: 6.25rem
    }
}

@media (max-width:1359.98px) {
    .portfolio_page .portfolio_head_div {
        padding: 6.25rem 1.875rem 5rem;
        margin-right: 3.75rem
    }
}

@media (max-width:1023.98px) {
    .portfolio_page .portfolio_head_div {
        width: 100%;
        height: auto;
        padding: 0 0 1.25rem;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        box-shadow: none;
        background-color: transparent
    }
}

.portfolio_page .portfolio_head_div .heading {
    width: 100%
}

.portfolio_page .portfolio_head_div .heading .for_mob {
    display: none
}

@media (max-width:1023.98px) {
    .portfolio_page .portfolio_head_div .heading .for_mob {
        display: block;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #ffffff40;
        line-height: 1;
        margin-bottom: 1.25rem;
        letter-spacing: 0.2rem
    }
}

@media (max-width:480px) {
    .portfolio_page .portfolio_head_div .heading .for_mob {
        margin-bottom: 0.75rem
    }
}

.portfolio_page .portfolio_head_div .heading h1 {
    font-size: 3.4375rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2.8125rem
}

@media (max-width:1599.98px) {
    .portfolio_page .portfolio_head_div .heading h1 {
        font-size: 3rem;
        margin-bottom: 2.25rem
    }
}

@media (max-width:1359.98px) {
    .portfolio_page .portfolio_head_div .heading h1 {
        font-size: 2.375rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width:640px) {
    .portfolio_page .portfolio_head_div .heading h1 {
        font-size: 1.875rem
    }
}

.portfolio_page .portfolio_head_div .heading .for_mobile_only {
    display: none
}

@media (max-width:1023.98px) {
    .portfolio_page .portfolio_head_div .heading .for_mobile_only {
        display: block
    }
}

.portfolio_page .portfolio_head_div .heading .for_mobile_only p {
    display: block;
    font-size: 1rem;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 1.875rem
}

@media (max-width:640px) {
    .portfolio_page .portfolio_head_div .heading .for_mobile_only p {
        font-size: 0.875rem
    }
}

.portfolio_page .portfolio_head_div .heading .for_mobile_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((320 / 1024) * 100%);
    width: 100%;
    margin-bottom: 1.875rem
}

@media (max-width:640px) {
    .portfolio_page .portfolio_head_div .heading .for_mobile_only .section_img {
        padding-bottom: calc((320 / 640) * 100%);
        width: auto;
        margin: 0 -15px 1.875rem
    }
}

@media (max-width:1023.98px) {
    .portfolio_page .portfolio_head_div .heading .nav_outer {
        width: 100%;
        overflow: hidden;
        overflow-x: auto
    }
}

@media (max-width:1023.98px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills {
        width: 59.375rem;
        padding-bottom: 0.625rem
    }
}

@media (max-width:767.98px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills {
        width: 42.5rem
    }
}

@media (max-width:640px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills {
        width: 31.25rem
    }
}

.portfolio_page .portfolio_head_div .heading .nav-pills li {
    margin-right: 1.25rem;
    margin-bottom: 0.9375rem
}

@media (max-width:1599.98px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills li {
        margin-right: 0.75rem;
        margin-bottom: 0.75rem
    }
}

@media (max-width:640px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills li {
        margin-bottom: 0.375rem;
        margin-right: 0.375rem
    }
}

.portfolio_page .portfolio_head_div .heading .nav-pills li a {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    line-height: 2.625rem;
    padding: 0 1.4375rem;
    display: inline-block;
    background-color: #70707032;
    border-radius: 1.875rem
}

@media (max-width:1599.98px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills li a {
        font-size: 0.875rem;
        line-height: 2.5rem;
        padding: 0 1.25rem
    }
}

.portfolio_page .portfolio_head_div .heading .nav-pills li a.active {
    background-color: #EB2248
}

.portfolio_page .portfolio_head_div .heading .nav-pills li:last-child {
    margin-right: 0
}

.portfolio_page .portfolio_head_div p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.8
}

.portfolio_page .portfolio_head_div p span {
    color: #EB2248
}

@media (max-width:1599.98px) {
    .portfolio_page .portfolio_head_div p {
        font-size: 1rem
    }
}

@media (max-width:1359.98px) {
    .portfolio_page .portfolio_head_div p {
        font-size: 0.875rem
    }
}

@media (max-width:1023.98px) {
    .portfolio_page .portfolio_head_div p {
        display: none
    }
}

.portfolio_inner_page .gallery {
    position: relative;
    left: 10px
}

@media (max-width:1023.98px) {
    .portfolio_inner_page .gallery {
        left: 0
    }
}


.portfolio_inner_page .portfolio_content {
    padding-left: 6.25rem;
    position: relative;
    top: 3.75rem;
    z-index: 1
}

@media (max-width:1439.98px) {
    .portfolio_inner_page .portfolio_content {
        padding-left: 4.375rem
    }
}

@media (max-width:1024.98px) {
    .portfolio_inner_page .portfolio_content {
        padding-left: 0;
        top: 0;
        padding-top: 6.25rem
    }
}

@media (max-width:480px) {
    .portfolio_inner_page .portfolio_content {
        padding-top: 3.75rem
    }
}

.portfolio_inner_page .portfolio_content h1 {
    font-size: 3.75rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.75rem;
    width: 100%
}

@media (max-width:1599.98px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size: 3.125rem;
        margin-bottom: 2.5rem
    }
}

@media (max-width:1359.98px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size: 2.8125rem;
        margin-bottom: 1.875rem
    }
}

@media (max-width:1023.98px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size: 2.5rem
    }
}

@media (max-width:991.98px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size: 1.875rem
    }
}

@media (max-width:480px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size: 1.625rem
    }
}

.portfolio_inner_page .portfolio_content .for_mob_only {
    display: none
}

@media (max-width:1023.98px) {
    .portfolio_inner_page .portfolio_content .for_mob_only {
        display: block
    }
}

.portfolio_inner_page .portfolio_content .for_mob_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((300 / 992) * 100%);
    margin: 2.1875rem 0;
    width: 100%
}

@media (max-width:480px) {
    .portfolio_inner_page .portfolio_content .for_mob_only .section_img {
        padding-bottom: calc((300 / 480) * 100%);
        margin: 1.875rem -15px 0;
        width: auto
    }
}

.portfolio_inner_page .portfolio_content .content_div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    max-width: 100%;
    left: 0;
    margin-right: 0;
    padding: 0
}

@media (max-width:1024.98px) {
    .portfolio_inner_page .portfolio_content .content_div {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block
    }
}

@media (max-width:480px) {
    .portfolio_inner_page .portfolio_content .content_div {
        padding-top: 1.875rem
    }
}

.portfolio_inner_page .portfolio_content .content_div .left,
.portfolio_inner_page .portfolio_content .content_div .right {
    width: 26.25rem
}

@media (max-width:1439.98px) {
    .portfolio_inner_page .portfolio_content .content_div .left,
    .portfolio_inner_page .portfolio_content .content_div .right {
        width: 31.25rem
    }
}

@media (max-width:1359.98px) {
    .portfolio_inner_page .portfolio_content .content_div .left,
    .portfolio_inner_page .portfolio_content .content_div .right {
        width: 37.5rem
    }
}

@media (max-width:1024.98px) {
    .portfolio_inner_page .portfolio_content .content_div .left,
    .portfolio_inner_page .portfolio_content .content_div .right {
        width: 100%
    }
}

.portfolio_inner_page .portfolio_content .content_div .left p,
.portfolio_inner_page .portfolio_content .content_div .right p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    padding-bottom: 0;
    width: 100%
}

@media (max-width:480px) {
    .portfolio_inner_page .portfolio_content .content_div .left p,
    .portfolio_inner_page .portfolio_content .content_div .right p {
        font-size: 0.875rem
    }
}

.portfolio_inner_page .portfolio_content .content_div .left p+p,
.portfolio_inner_page .portfolio_content .content_div .right p+p {
    margin-top: 0.9375rem
}

@media (max-width:480px) {
    .portfolio_inner_page .portfolio_content .content_div .left p+p,
    .portfolio_inner_page .portfolio_content .content_div .right p+p {
        margin-top: 0.625rem
    }
}

.portfolio_inner_page .portfolio_content .content_div .left ._link,
.portfolio_inner_page .portfolio_content .content_div .right ._link {
    margin-top: 3.125rem
}

@media (max-width:1439.98px) {
    .portfolio_inner_page .portfolio_content .content_div .left ._link,
    .portfolio_inner_page .portfolio_content .content_div .right ._link {
        margin-top: 1.875rem
    }
}

.portfolio_inner_page .portfolio_content .content_div .right {
    margin-left: 6rem
}

@media (max-width:1439.98px) {
    .portfolio_inner_page .portfolio_content .content_div .right {
        margin-left: 5rem
    }
}

@media (max-width:1024.98px) {
    .portfolio_inner_page .portfolio_content .content_div .right {
        margin: 2.1875rem 0 0
    }
}

.portfolio_inner_page .portfolio_content .portfolio_image {
    width: 34.375rem;
    padding-left: 8.4375rem;
    position: relative;
    top: -7.5rem
}

@media (max-width:1439.98px) {
    .portfolio_inner_page .portfolio_content .portfolio_image {
        top: -5rem
    }
}

@media (max-width:1024.98px) {
    .portfolio_inner_page .portfolio_content .portfolio_image {
        top: 0;
        width: 100%;
        margin-top: 2.1875rem;
        padding-left: 0
    }
}

.portfolio_inner_page .portfolio_content .portfolio_image .port_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 60vh
}

@media (max-width:1024.98px) {
    .portfolio_inner_page .portfolio_content .portfolio_image .port_img {
        padding-bottom: calc((320 / 900) * 100%)
    }
}

.service_page {
    width: max-content
}

@media (max-width:1023.98px) {
    .service_page {
        width: 100%;
        margin-top: 4.375rem
    }
}

.service_page .service_sec {
    padding-right: 0
}

.service_page .img_wraper {
    margin-right: 0
}

.service_page #service_sec_outer {
    position: relative;
    left: -8.125rem;
    padding-left: 8.125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width:4000.98px) {
    .service_page #service_sec_outer {
        padding-left: 6.875rem;
        left: -6.875rem
    }
}

@media (max-width:1439.98px) {
    .service_page #service_sec_outer {
        padding-left: 4.8125rem;
        left: -4.8125rem
    }
}

@media (max-width:1023.98px) {
    .service_page #service_sec_outer {
        display: block;
        padding-left: 0;
        left: 0
    }
}

.service_page .service_head_div {
    height: 100vh;
    width: 26.5625rem;
    margin-right: 9.375rem;
    background-color: rgba(3, 3, 15, 0.9);
    padding: 9.375rem 3.125rem;
    padding-right: 1.875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 8px 32px 0 #03030F37;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 99
}

@media (max-width:1599.98px) {
    .service_page .service_head_div {
        width: 22.5rem;
        margin-right: 6.25rem;
        padding: 6.25rem 2.5rem
    }
}

@media (max-width:1439.98px) {
    .service_page .service_head_div {
        width: 20rem
    }
}

@media (max-width:1359.98px) {
    .service_page .service_head_div {
        padding: 5rem 1.875rem
    }
}

@media (max-width:1023.98px) {
    .service_page .service_head_div {
        height: auto;
        padding: 1.25rem;
        width: 100%;
        padding: 1.25rem 0;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        box-shadow: none;
        background-color: transparent
    }
}

.service_page .service_head_div .heading {
    width: 100%
}

.service_page .service_head_div .heading .for_mob {
    display: none
}

@media (max-width:1023.98px) {
    .service_page .service_head_div .heading .for_mob {
        display: block;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #ffffff40;
        line-height: 1;
        margin-bottom: 1.25rem;
        letter-spacing: 0.2rem
    }
}

@media (max-width:480px) {
    .service_page .service_head_div .heading .for_mob {
        margin-bottom: 0.75rem
    }
}

.service_page .service_head_div .heading h1 {
    font-size: 3.4375rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2.8125rem
}

@media (max-width:1599.98px) {
    .service_page .service_head_div .heading h1 {
        font-size: 3rem;
        margin-bottom: 2rem
    }
}

@media (max-width:1439.98px) {
    .service_page .service_head_div .heading h1 {
        font-size: 2.5rem;
        margin-bottom: 1.375rem
    }
}

@media (max-width:1359.98px) {
    .service_page .service_head_div .heading h1 {
        font-size: 2.125rem
    }
}

@media (max-width:1023.98px) {
    .service_page .service_head_div .heading h1 {
        font-size: 2rem;
        margin-bottom: 0.625rem
    }
}

.service_page .service_head_div .heading .nav-pills {
    display: block
}

@media (max-width:1023.98px) {
    .service_page .service_head_div .heading .nav-pills {
        display: none
    }
}

.service_page .service_head_div .heading .nav-pills li {
    display: block;
    margin-bottom: 0.9375rem
}

@media (max-width:1439.98px) {
    .service_page .service_head_div .heading .nav-pills li {
        margin-bottom: 0.625rem
    }
}

.service_page .service_head_div .heading .nav-pills li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0
}

.service_page .service_head_div .heading .nav-pills li a span {
    font-size: 1rem;
    color: #EB2248;
    line-height: 1.2;
    margin-right: 1.5625rem;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width:1599.98px) {
    .service_page .service_head_div .heading .nav-pills li a span {
        margin-right: 0.9375rem
    }
}

.service_page .service_head_div .heading .nav-pills li a label {
    flex: 1;
    padding: 0 1.125rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff70;
    line-height: 3.125rem;
    background-color: transparent;
    border-radius: 0.3125rem;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width:1599.98px) {
    .service_page .service_head_div .heading .nav-pills li a label {
        font-size: 1.25rem;
        font-weight: 500;
        padding: 0 0.875rem;
        line-height: 2.5rem
    }
}

.service_page .service_head_div .heading .nav-pills li a:hover label {
    color: #fff
}

.service_page .service_head_div .heading .nav-pills li a.active {
    background-color: transparent
}

.service_page .service_head_div .heading .nav-pills li a.active span {
    color: #fff
}

.service_page .service_head_div .heading .nav-pills li a.active label {
    background-color: #EB2248;
    color: #fff
}

.service_page .service_head_div .heading .nav-pills li:last-child {
    margin-right: 0
}

.service_page .service_head_div p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.8
}

@media (max-width:1599.98px) {
    .service_page .service_head_div p {
        font-size: 1rem
    }
}

@media (max-width:1439.98px) {
    .service_page .service_head_div p {
        line-height: 1.6;
        font-size: 0.875rem
    }
}

.service_page .for_mob_only {
    display: none
}

@media (max-width:1023.98px) {
    .service_page .for_mob_only {
        display: block
    }
}

.service_page .for_mob_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((300 / 992) * 100%);
    margin-bottom: 2.1875rem;
    width: 100%
}

@media (max-width:480px) {
    .service_page .for_mob_only .section_img {
        padding-bottom: calc((300 / 480) * 100%);
        margin: 0 -15px 1.875rem;
        width: auto
    }
}

.service_page .for_mob_only .nav {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    min-height: 3.125rem
}

.service_page .for_mob_only .nav li {
    display: inline-block;
    vertical-align: middle
}

.service_page .for_mob_only .nav li a {
    background-color: #ffffff70;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 1rem;
    line-height: 2.375rem
}

.service_page .for_mob_only .nav li a.active {
    background-color: #EB2248
}

.service_page .sec_head h1,
.service_page .sec_head h2 {
    font-size: 3.125rem
}

@media (max-width:1439.98px) {
    .service_page .sec_head h1,
    .service_page .sec_head h2 {
        font-size: 2.625rem
    }
}

@media (max-width:1359.98px) {
    .service_page .sec_head h1,
    .service_page .sec_head h2 {
        font-size: 2.125rem
    }
}

@media (max-width:1023.98px) {
    .inner_content .service_sec {
        margin-top: 4.375rem
    }
}

.inner_content .img_wraper {
    margin-right: 0
}

.inner_content .service_content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    left: -8.125rem;
    padding-left: 8.125rem
}

@media (max-width:4000.98px) {
    .inner_content .service_content {
        padding-left: 6.875rem;
        left: -6.875rem
    }
}

@media (max-width:1439.98px) {
    .inner_content .service_content {
        padding-left: 4.8125rem;
        left: -4.8125rem
    }
}

@media (max-width:1023.98px) {
    .inner_content .service_content {
        padding-left: 0;
        left: 0;
        display: block
    }
}

.inner_content .service_content .heading {
    height: 100vh;
    width: 31.25rem;
    margin-right: 6.25rem;
    background-color: rgba(3, 3, 15, 0.9);
    padding: 7.5rem 3.125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 8px 32px 0 #03030F37;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 99
}

@media (max-width:1599.98px) {
    .inner_content .service_content .heading {
        width: 26.25rem
    }
}

@media (max-width:1439.98px) {
    .inner_content .service_content .heading {
        margin-right: 3.75rem;
        width: 25rem;
        padding: 7.5rem 2.1875rem
    }
}

@media (max-width:1359.98px) {
    .inner_content .service_content .heading {
        width: 22.5rem
    }
}

@media (max-width:1023.98px) {
    .inner_content .service_content .heading {
        height: auto;
        width: auto;
        margin: 0;
        padding: 1.25rem 0;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        box-shadow: none;
        background-color: transparent
    }
}

.inner_content .service_content .heading label {
    font-size: 1.25rem;
    color: #EB2248;
    display: block
}

@media (max-width:1599.98px) {
    .inner_content .service_content .heading label {
        font-size: 1rem
    }
}

.inner_content .service_content .heading h1 {
    font-size: 3.25rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.75rem
}

@media (max-width:1599.98px) {
    .inner_content .service_content .heading h1 {
        font-size: 3rem;
        margin-bottom: 2.5rem
    }
}

@media (max-width:1359.98px) {
    .inner_content .service_content .heading h1 {
        font-size: 2.5rem;
        margin-bottom: 1.875rem
    }
}

@media (max-width:1023.98px) {
    .inner_content .service_content .heading h1 {
        font-size: 2rem
    }
}

.inner_content .service_content .heading p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff
}

@media (max-width:1599.98px) {
    .inner_content .service_content .heading p {
        font-size: 1.25rem
    }
}

@media (max-width:1359.98px) {
    .inner_content .service_content .heading p {
        font-size: 1rem
    }
}

.inner_content .service_content .heading ._link {
    margin-top: 3.125rem
}

@media (max-width:1359.98px) {
    .inner_content .service_content .heading ._link {
        margin-top: 1.875rem
    }
}

.inner_content .service_content .heading .for_mob_only {
    display: none
}

@media (max-width:1023.98px) {
    .inner_content .service_content .heading .for_mob_only {
        display: block
    }
}

.inner_content .service_content .heading .for_mob_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((300 / 992) * 100%);
    margin: 2.1875rem 0;
    width: 100%
}

@media (max-width:480px) {
    .inner_content .service_content .heading .for_mob_only .section_img {
        padding-bottom: calc((300 / 480) * 100%);
        margin: 1.875rem -15px 0;
        width: auto
    }
}

.inner_content .service_content .contents_div {
    display: block;
    grid-auto-rows: max-content;
    height: auto !important
}

@media (max-width:1199.98px) {
    .inner_content .service_content .contents_div {
        grid-template-rows: repeat(1, minmax(0, 1fr))
    }
}

@media (max-width:1023.98px) {
    .inner_content .service_content .contents_div {
        display: block;
        height: auto
    }
}

@media (max-width:767.98px) {
    .inner_content .service_content .contents_div {
        margin-top: 1.875rem
    }
}

@media (max-width:640px) {
    .inner_content .service_content .contents_div {
        margin-top: 1.25rem
    }
}

.inner_content .service_content .contents_div p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    width: 40.625rem;
    padding-bottom: 1.625rem
}

@media (max-width:1199.98px) {
    .inner_content .service_content .contents_div p {
        width: 28.125rem
    }
}

@media (max-width:1023.98px) {
    .inner_content .service_content .contents_div p {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .inner_content .service_content .contents_div p+p {
        margin-top: 0.75rem
    }
}

@media (max-width:640px) {
    .inner_content .service_content .contents_div p {
        font-size: 0.875rem
    }
}

/*# sourceMappingURL=main.min.css.map */
/* baker */
/* AcuminVariableConcept font*/
@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('https://kurdishaid.org/wp-content/themes/azm/fonts/AcuminVariableConcept.otf') format('opentype');
}

/* AdobeArabic-Regular font */
@font-face {
    font-family: 'AdobeArabic-Regular';
    src: url('https://kurdishaid.org/wp-content/themes/azm/fonts/AdobeArabic-Regular.otf') format('opentype');
}

/* Arial Bold font */
@font-face {
    font-family: 'Arial Bold';
    src: url('https://kurdishaid.org/wp-content/themes/azm/fonts/Arial Bold.ttf') format('truetype');
}

 /*Arial font*/
@font-face {
    font-family: 'Arial';
    src: url('https://kurdishaid.org/wp-content/themes/azm/fonts/Arial.ttf') format('truetype');
}

/* HelveticaNeueLT Arabic 55 Roman font */
@font-face {
    font-family: 'HelveticaNeueLT Arabic 55 Roman';
    src: url('https://kurdishaid.org/wp-content/themes/azm/fonts/HelveticaNeueLT Arabic 55 Roman.ttf') format('truetype');
}

 /*Wisdom Teach font*/
@font-face {
    font-family: 'Wisdom Teach';
    src: url('https://kurdishaid.org/wp-content/themes/azm/fonts/Wisdom_Teach.ttf') format('truetype'),
    url('https://kurdishaid.org/wp-content/themes/azm/fonts/Wisdom_Teach.otf') format('opentype');
}


/* Use the fonts in your styles */
body {
    font-family: 'AcuminVariableConcept', 'AdobeArabic-Regular', 'Arial Bold', 'Arial', 'HelveticaNeueLT Arabic 55 Roman', 'Wisdom Teach', sans-serif;
}
/* AcuminVariableConcept font */
.acumin {
    font-family: 'AcuminVariableConcept', sans-serif;
}

/* AdobeArabic-Regular font */
.adobe-arabic {
    font-family: 'AdobeArabic-Regular', sans-serif;
}

/* Arial Bold font */
.arial-bold {
    font-family: 'Arial Bold', sans-serif;
}

/* Arial font */
.arial {
    font-family: 'Arial', sans-serif;
}

/* HelveticaNeueLT Arabic 55 Roman font */
.helvetica {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', sans-serif;
}

/* Wisdom Teach font */
.wisdom {
    font-family: 'Wisdom Teach', sans-serif;
}
.regular {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.light {
    font-weight: lighter;
}

.semibold {
    font-weight: 600;
}

.heavy {
    font-weight: 800;
}


.header_container{
    border-right: 2px white solid ;
    padding: 0px !important;
    background: transparent  !important ;
}
.inputsearch span{
    font-size: 20px;
    color: white;
    cursor: pointer;
    position: absolute;

    top: 0;
    right: 5px;
}
#final-btn-serch{display:none}
.search-bar{
    padding: 11px;
    border-bottom:2px white solid;
    width: fit-content;
    cursor: pointer;
}
.search-bar button{
    background: unset;
    border: unset;
}
.home_sec{
    /* position: relative; */
    width:100vw !important;
    /* background-attachment:fixed; */
}
.first-section-bottom{
    position: fixed;
    top: 65%;

}
.icon-social img{
    margin: 16px 0 !important;
}
.logo_kur{
    display: flex;
}
.logo_kur img{

    max-width: 170px;
    position: absolute;
    top: 2.2rem;
    left: 6rem;
    z-index: 9999;
}
.articalelink,.gradient-overlay{
    cursor: pointer;
}
.glitch{

    font-size: 3.5rem;
}
.icon ,._logo_for_mob,.animate-btn,.js-color-bg{
    display: none !important;
}
.typed{
    max-width:500px;
}
.section-ow {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    height: 100VH;
    top: 0;
    left: 0;
    width: 100vw;
}

.content{
    position: relative;
}

.about-us-home{
    width: 100vw;
    height: 100vh;
    display: flex;
    background-image: url();
}
/* .img_wraper{
    background-color: #0056b3;
} */
/*.colo1 {*/
/*    background-color: rgb(68, 21, 75);*/
/*    background-blend-mode: multiply;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    width: 50%;*/
/*    height: 100vh;*/
/*    background-image: url(https://kurdishaid.org/wp-content/uploads/2023/06/about-first-27.png);*/
/*}*/

.colo1{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #44154b;
    background-blend-mode: multiply;
    width:50%;height:100vh;
    background-image: url('https://kurdishaid.org/wp-content/uploads/2023/06/about-first-27.png');
}
.colo2{
    width:50vw;
    background-image: url('https://kurdishaid.org/wp-content/uploads/2023/06/womenk-min.png');
    background-size: cover;
}
.home_image{
    position: absolute;
    top: 0px;
    width: 87vw;
}
.move-image{
    position: relative;
}
.home_image img{
    position: absolute;
    width: unset;
    height: 100vh;
    right:-10vw;
}
.js .loading::before, .js .loading::after {
    content: '';
    position: unset !important;
    z-index: 1000;
}
#home{z-index: 20;  }
#about-us-home{z-index:19;}
#mvv{z-index: 18;}
#man-section4{z-index: 17;}
#protfolio{z-index: 16;}
#article{z-index: 15;}
#job{z-index: 14;}
#socialmedia{z-index: 13;}
#mapsec{z-index: 12;}
#contact-us{z-index: 11;}
#donate{z-index: 10;}
.gallery#wrapper
{
    position:relative;
    height: 100vh;
    margin: 0;
    left: 0;
    max-width: 100vw;
    overflow: scroll;
    overflow: hidden;
    width: 100vw;
    transition: transform 0.3s ease-in-out;
}

.gallery#wrapper section
{
    transition: border-radius 0.5s ease;
    top: 0;
    position: absolute;
    /* transition: transform 1.3s ease-out; */
    flex-shrink: 0;
    transform:translateX(50vw);
}
.gallery#wrapper section:nth-child(1)
{
    transform:translateX(0vw) ;
}
section{
    height: 100vh !important;
    width: 100vw !important;
}
#about{

    height: 100vh !important;
    width: 100vw !important;
}
.protfolio_sec{
    background-color: #44154b;
}
.team_image{
    position: fixed;
    top: 0px;
    width: 46vw;
    left: 50vw;
    z-index: -1;
}

.skills-single{
    width:98%;
    border:1px white solid;
    text-align: center;
}
#about{
    background: url('https://kurdishaid.org/wp-content/uploads/2023/05/sec3.png');
    background-repeat: no-repeat;
    background-size: contain;

}
.about-content{
    position: absolute;
    top: 50%;
    color: white;
    width: 25;
    width: 50%;
    margin-left: 25%;
}
.mvv,.article{
    background-image: url('https://kurdishaid.org/wp-content/uploads/2023/05/sec3-back.png');
    background-size: cover;
    background-color: #ffffff;
    width:100vw;
}

.man-section4{
    background-color: #44154b;
    display: flex;
    align-items: center;
}
.team-content-seo{
    width:70vw
}
.team-card-seo {
    margin: auto;
    text-align: -webkit-center;
}
.circular-image-seo{
    width: 26vw;
    height: auto;
    overflow: hidden;
    padding-right: 20px;
    padding-top: 20px;
    background: black;
    border-radius: 3rem;
}
.circular-image-seo img{
    width: 105%;
}
.team-card-seo .team-job{
    margin: 20px !important;
}
.col2-team .message{
    margin: 20px 0;
}
.sec4-col1 img{
    min-width: 110%;
    position: absolute;
    top: -71px;
    max-width: 46%;
    left: -109px;
}
.title-aplly{
    color:#ffffff;
}
.search-new{
    overflow: scroll !important;
}
.sec4-col1{
    padding:0 !important;
}
.sec4-col2{
    align-self: center;
    position: relative;
}
.double-qu{
    max-width: 20%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
.sec4-col2 p {
    margin-bottom: 0 !important;
}
.sec4-col2 p:nth-child(2) {
    font-weight: bold;
    font-size: 25px;
    line-height: 2.2rem;
}
.popup {
    overflow-y: scroll;
    overflow-x: hidden;
}

.home_div{
    top: 33vh;
    position: absolute;
    color: white;
    max-width: 30vw;
    left: 6rem;
    z-index: 2;
}

.mvv-title{color: #44154b;}
.mvv-content{
    width: 70%;
    margin: auto;
    padding-top: 50px;
}
.mvv-parent-top ,.mvv-parent-bottom{
    width: 8%;
    justify-content: center;
    display:flex;
}

.mvv-parent-content{
    margin: 30px 0 10px 0;
    text-align: center;
    width:90%;
    /*border: 3px solid rgb(146, 28, 128);*/
    /*color: rgb(146, 28, 128);*/
    /*line-height: 31px;*/
    /*border-radius: 9px;*/
}
#man-section4 .sec4{
    top:10%;
}
.sec6{
    top:0%;
}
.sec6 .row{
    align-items: center;
    height: 100vh;
}
.form-apply,.form-apply3{
    background-color: #6f2489;
    clip-path: polygon(3% 0px, 100% 0px, 100% 100%, 0px 99%, 0px 8%);
    padding: 6%;
}
.form-apply-2{
    background-color: #6f2489;
    clip-path: polygon(3% 0px, 100% 0px, 100% 100%, 0px 99%, 0px 8%);
    color:white;
    /* width: 150%; */
    padding: 6%;
}
.cff-text{
    height: 118px;
    display: block;
}
.rectangle-image.seo{
    background: black;

}
.cff-expand a{
    position: absolute;
    top: 230px;
    right: 22px;

}
.form-apply-2 .desription
{
    margin-top:15px;
}
.skills,.projects{
    display: flex;
}
.skills img,.projects img{
    max-width: 30px;
    margin-right: 15px;
}
.skills p,.projects p{
    margin-bottom: 0;
}
.skills-table{
    display:flex;
    margin:25px 0;
}
.job-more-details{
    margin:25px 0;
    margin-left: 45px;
}
.fa-left,.fa-line,.fa-left,.last-left{
    font-size: 50px;
}
.fa-all{
    display: flex;
    align-items: center;
}

.fa-line{
    letter-spacing: -5px;
}
.fa-text,.apply3-bottom button{
    display: inline-block;

    height: 29px;
    padding: 18px;
    font-size: 20px;
    vertical-align: top;
    color: white;
}
.apply3-bottom button{
    line-height: 16px;
}
.form-apply3 {
    color:white;
    display: none;
}
.form-apply3 p{
    margin: 0!important;

}
.apply3-attachment{
    display: flex;
    max-width: 83%;
    align-items: center;
    justify-content: space-between;
}
.apply3-attachment button{
    width: 150px;
    height: 48px;
}
.form-apply3 input{
    margin-top: 0 !important;
}
.form-apply-2{
    display: none;
}
.form-apply button,.form-apply3 input{
    display: block;
    margin: 30px 0;
    width: 83%;
    background: unset;
    height: 50px;
    box-shadow: unset;
    border: 1.5px white solid;
    color: white;
    padding-left: 12px;
    font-size: 15px;
    text-align: left;

}
.apply3-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    max-width: 83%;
}
.hidden-ittem {
    display: none;
}
.sec6-col1 h1{
    display: flex;
    justify-content: center;
    color:#44154b;
}
.mvv-parent-top .image-center{
    margin: -50% 26% 0 26% ;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.apply3-attachment button{
    border: 0;
    /* width: 40px; */
    height: 50px;
    color:#6f2489;
    padding: 10px 32px;
}
.apply3-bottom button{
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: bold;
    background-color: unset;
    border: unset;
}
.mvv-parent-bottom .image-center{
    margin: 50% 26% 0 26% ;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.mvv-content {
    text-align: -webkit-center;

    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in;
    /* transform: translateY(100vh); */
    height: 100vh;
}

.active {
    opacity: 1 !important;
    transform: translateY(0%);

}

.protfolio_sec .first-section-bottom{
    z-index:-1;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-200px); }
    to { transform: translateY(0); }
}
#job{
    /* z-index: 50;
    transform: translateX(0px) !important; */
    background-image: url("https://kurdishaid.org/wp-content/uploads/2023/05/job-section-back.png"),
    url("https://kurdishaid.org/wp-content/uploads/2023/05/sec3-back.png");
    background-size: cover, auto!important;
}
 .form-apply3 input #files{
     position: absolute !important;
 }
/* #vision ,#valuev1{
    display:none;
} */

.about-us-home .row{
    width:100vw;
}
/* team */
.team-container {
    margin-top: 100px;
    max-width: 66vw;

    overflow-x: scroll;
}

.team-content{
    display: flex;
    transition: transform 0.3s ease;
}
.circular-image{
    cursor: grab;
}
.content.dragging {
    cursor: grabbing;
}

.team-content.translated {
    transform: translateY(20px); /* Adjust the desired translate value */
    transition: transform 0.3s ease; /* Optional: Add a transition effect */
}
.circular-image {
    width: 15vw;
    height: 15vw;
    border-radius: 50vw;
    overflow: hidden;
}

.circular-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.rectangle-image {
    width: 17vw;
    height: 17vw;
    border-radius: 2vw;
    overflow: hidden;
}

.rectangle-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.rectangle-image.seo img {
    object-fit: unset !important;

    width: 100%;
    height: 100%;
}
.team-card {
    width: 39vw;
    margin: 42px;
    text-align: -webkit-center;
}

.team-card img {
    width: 100%;
}

.popup,.article-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #44154b;
    z-index: 50;
    overflow: hidden;
    /*animation: fadeIn 0.5s ease-in-out;*/
    animation-duration: 0.5s;
    overflow-y: scroll;
}
.popup .first-section-bottom{
    z-index: 50;
}
.popup.slide-up,.article-popup.slide-up {
    animation-name: slideUp;
}

.popup.slide-down,.article-popup.slide-down {
    animation-name: slideDown;
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}
.popup.slideup{
    top: -100%;
    left: -100%;
    animation: slideup 0.5s ease-in-out;
}
#article-close-btn{
    position: fixed;
    top: 31px;
    right: 20px;
    z-index: 55;
    top: 70px;
    right: 83px;
    border: 0;
}
#article-close-btn img{
    max-width: 44px;
    max-height: 44px;
}
.popup-content,.article-popup-content {
    position: absolute;
    padding: 20px;
    width: 100vw;
    height: 100vh;
    text-align: center;
    animation: slideIn 0.5s ease-in-out;
}
.col2-team{
    color:white;
    max-width: 64%;
}
.seo .col2-team{
  padding-top: 5%;
}
.bottom-text-team{
    color:white
}
.pop-team-content{
    width: 80%;
    margin: auto;
    text-align: left;
    margin-top: 10%;
}

#close-btn {
    position: fixed;
    top: 70px;
    right: 83px;
    background: unset;
    border: unset;
    cursor: pointer;
    z-index: 55;
    padding: 0px !important;
}
#close-btn img {
  max-width: 44px;
    max-height: 44px;
}
#popup-img {
    width: 200px;
}

#popup-details {
    margin-top: 20px;
}
.team-name{
    color:#FFFFFF;
    margin:20px 0;
    min-width: 327px;
}
.details-btn{
    position:relative;
    z-index: 555555;
    background: unset;
    border: 1px solid white;
    border-radius: 20px;
    color: white;
    line-height: 26px;
    margin: 5px 0px;
    padding: 6px 17px;
    cursor: pointer;
}
.title-team,.title-article{
    width:40vw;
    color: white;
    font-size: 45px;
    max-width: 200px;
    margin-left: 6rem;
}

#social-violet,#search-violet,#menu-violet,#logo-violet,#mobile-search-violet,#mobile-menu-violet{
    display:none;
}
.col_item{
    transform: translateX(20px);
}

/* team */
#article{
    display: flex;
    align-items: center;
    height: 100vh;
    /* z-index: 21; */
    /* transform: translateX(0px)  !important; */
}
.title-article{
    color:#44154b;
}

.article-container{
    display: flex;
    margin-top: 100px;
    max-width: 75vw;
    overflow-x: scroll;
}
/*.article-card.croped{*/
/*    width: 17vw;*/
/*    object-position: center center;*/
/*    overflow: hidden;*/
/*    border-radius: 22px;*/
/*}*/
.parent-card-articale{
    position: relative;
    margin-right: 50px;
    max-width: 33vw;
    overflow: hidden;
    min-width: 33vw;
}
.article-images{
    transition: transform 0.3s ease;

}

.article-card.croped img{
    width: 132%;
    object-fit: cover;
    object-position: center center;
    clip-path: inset(4px);
}
.article-card{
    position: relative;;
    height: 32vw;
    margin: 0 35px;
    /* object-fit: none; */
    object-position: left center;
    clip-path: inset(4px);
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to top, #4c1a66 10%, rgba(255, 0, 0, 0) 50%);
}
.article-name{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    color:#ffffff;
    font-size:35px;
}
.for-article-pop{
    display: none;
}
.article-card img{
    height: 100%;
    object-position: center center;
    overflow: hidden;

}
.article-card , .single-job,.apply3-attachment button,.us-phone,.us-location p,button{
    cursor: pointer;
}
/*.article-card.notcroped{*/
/*    width:30vw;*/
/*    height: 32vw;*/
/*    object-position: center center;*/
/*    !* object-position: left center; *!*/
/*    clip-path: inset(4px);*/
/*    transition: width 0.5s;*/
/*    border-radius:44px;*/
/*    border-radius: 22px;*/
/*    overflow: hidden;*/
/*}*/
/*.article-card.notcroped img {*/
/*    width: 132%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/
/*.article-card.croped .article-name{*/
/*    display: none;*/
/*}*/

.inside{
    margin: 25% 0 0 5rem !important;
}
.inside2 {
    margin: 0 0 0 5rem !important;
    padding-right: 15px;
    padding-left: 15px;
}
#article-popup .row1{
    margin-top: 10%;
}
.art-col2{
    max-width: 70%;
}
#article-popup-title{
    text-align: left;
    font-size: 43px;
    color: #44154b;
    margin-bottom: 24px;
}
.article-popup {
    /*display: none;*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: 400px;*/
    /*padding: 20px;*/
    /*background-color: white;*/
    /*border: 1px solid black;*/
    /*z-index: 9999;*/
    /* display: block; */
    background-image: url(https://kurdishaid.org/wp-content/uploads/2023/05/sec3-back.png);
    background-size: cover;
    background-color: rgb(255, 255, 255);
    width: 100vw;
    height: 100vh;
}

.article-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.article-popup-images {
    margin-bottom: 10px;
}

.article-popup-text {
    font-size: 16px;
    text-align: left;
}
#socialmedia{
    /* z-index: 93 !important;
    transform: translateX(0px) !important; */
    background-image: url(https://kurdishaid.org/wp-content/uploads/2023/05/sec3-back.png);
    background-size: cover;;
}
#socialmedia .title-article, #mapsec .title-article{
    margin-top: 17%;
    max-width: 400px;
}
#mapsec .title-article{
    position: absolute;
    z-index: 3;
    color: #ffffff;
    top: 0;
}
#mapsec{
    /* z-index: 50!important;
    transform:translatex(0px) !important;    */
}
.map-pin{
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #6f2489 0%, #6f2489 0%, transparent 50%, transparent 11%);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    background: unset !important;

}
.hor-gradient{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 14%;
    height: 100%;
    background: linear-gradient(to right, #6f2489 0%, #6f2489 0%, transparent 101%, transparent 11%);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.right-over-map{

    background: linear-gradient(to left, #6f2489 0%, #6f2489 0%, transparent 100%, transparent 15%);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 12%;
    height: 100%;
}
.bottom-over-map{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 18%;
    bottom: 0;
    background: linear-gradient(to top, #6f2489 0%, #6f2489 0%, transparent 100%, transparent 11%);
    right: 0;
}
.top-over-map{
    position: absolute;

    z-index:2;
    width: 100%;
    height:25%;
    top: 0;
    right:0;
}
.map-pin img{
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
}
div[tabindex="0"][aria-label="Map"][aria-roledescription="map"][role="region"] {
    display: none;
}
.contact-bottom-image{
    position: absolute;
    opacity: 0.08;
    /* top: 50%; */
    z-index: 5;
    width: 100%;
}
#contact-us{
    color:#44154b;
    /* z-index: 99!important;
    transform:translatex(0px) !important; */
    background-image: url(https://kurdishaid.org/wp-content/uploads/2023/05/sec3-back.png);
    background-size: cover;
    background-color: rgb(255, 255, 255);
}
.contact-container{
    position: relative;
    width: 100%;
    height:100%;
}
.contact-container .row{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
}
.contact-col1{
    align-self: center;
}
.contact-col1 h1{
    margin-left:6rem;
    font-size: 3.5rem;
}
.contac-1{
    margin-bottom: 20px;
}
.contact-col2{
    padding-top: 1..5rem;
    z-index: 6
}
#contact-us .contact-form {
    max-width: 400px;
    margin: 0 auto;
    z-index: 6;
}

.evf-label-hide,.evf-field-hp{
    display: none;
}
.contact-container .input-text{
    background: unset !important;
    width: 100%;
    border: unset;
    color: #44154b;
    border-bottom: 2px rgba(68, 21, 75, 0.75) solid;
    padding-bottom: 5px;
    margin-bottom: 9px;
    font-size: 12px;
    /* font-family: "arial"; */
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}
/* .contact-bottom-image{
    display: none;
} */
.contact-everest{
    width: 70%;
    z-index: 6;
}
.contact-everest .evf-field-textarea .evf-label   {
    background: unset !important;
    width: 100%;
    border: unset;
    color: #44154b;
    z-index: 6;
    padding-bottom: 5px;
    margin-bottom: 9px;
    font-size: 12px;
    /* font-family: "arial"; */
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}
.contact-everest .evf-field-textarea .evf-label::placeholder,.contact-container .input-text::placeholder    {
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #44154b;

}
.contact-everest .evf-field-textarea .input-text{
    border: unset;
    background: rgb(51 51 51 / 25%) !important;
    /* opacity: 0.1; */
    min-height: 100px;
}
.contact-everest .evf-submit{
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    background-color: #921578;
    color: white;
    height: 2.5rem;
    border:unset !important
}
.contact-everest .everest-forms{
    margin-bottom: 20px;
}
.us-phone img,.us-location img{
    max-width: 15px;
    margin-right: 15px;
}
.kurdish-contact-person .us-phone img{
    margin: 0px 12px;
}
.us-phone  ,.us-location {
    display: flex;
    margin: 7px 0;
}
.us-phone p ,.us-location p {
    margin-bottom: 0  !important;
}
.kurdish-contact-person .us-phone img{
    max-width: 18px;
}
.kurdish-contact-person .us-phone p{
    font-size: 13px;
}
/* #man-section4{
z-index: 99 !important;
transform: translateX(0) !important;
} */



.flip-card {
    background-color: transparent;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.forhover:hover + .flip-card .flip-card-inner {
    transform: rotateY(180deg);
}
/* .main-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} */
.forhover{
    position: absolute;
    width: 100%;
    height:100%;
    z-index: 999;
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}
.main-card{
    margin-top: 5% !important;
    width: 85%;
    height: 100vh;
    margin: auto;
    background-color: rgb(68, 21, 75);
    padding: 15px !important;
    position:relative;
}
.flip-card-back p{
    font-size: 15px;
    align-items: jus;
    position: relative;
    display: block;
    /* -webkit-box-pack: justify; */
    align-items: jus;
    /* text-align: justify; */
    text-align: center;
    margin: 0 !important;
    line-height: 17px;
}
.sec4-col2 {
    color: white;
}
.sec4-col2 span{
    text-decoration: underline;
}
.sec4-col2 h1 {
    position: absolute;
    top: 200px;
    left: -36px;
}
.large-mvv-text{
    display: none;
}
.readmore{
    border: 2px #8c1c80 solid;
    border-radius: 8px;
    color: #8c1c80;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    height: 38px;
    transform: translateY(17px);
    display: block;
    margin: auto;
}
.mvv-parent-bottom{
    transform: translateY(4px);
}
.mvv-text{
    white-space: pre-line;
    max-width: 86%;
    margin: auto;
}
.parent-articale-carousel{
    display: none;
}
.fa-left ,.fa-text,.lastleft,.last-left {
    cursor: pointer;
}
.fa-text{
    line-height: 47px;
}
.cff-posts-wrap{
    display: flex;
    height: 42vh;
    margin-top: 50px;
}
.cff-likebox.cff-bottom{
    display: none;
}
.cff-item{
    position: relative;
    border-bottom: 1px solid #ddd;
    min-width: 25vw;
    margin: 0 1vw;
}
.cff-author{
    justify-content: start;
    display: flex;
    flex-direction: row-reverse;
    padding: 15px;
}
.cff-author-img {max-width: 50px;    margin-right: 15px;}
.cff-author-img img{

}
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.item-articale-image {
    border-radius: 24px;
    width: 100%!important;
    max-height: 23vw;
    object-fit: cover;
}
.atricle-carousel .owl-item{

}
.right-arrow{
    position: absolute;
    right: 20px;
    top:44vh;
    z-index: 99999999999999;
    cursor: pointer;
    transition: transform 1s ease-in-out;
}

.left-arrow{
    display: none;
    position: absolute;
    left: 20px;
    top:44vh;
    z-index: 99999999999999;
    cursor: pointer;
    transition: transform 1s ease-in-out;
}
.top-arrow{
    display: none;
    position: absolute;
    top: 30px;
    left: 47vw;
    z-index: 99999999999999;
    cursor: pointer;
    transition: transform 1s ease-in-out;
}
.bottom-arrow{
    display: none;
    position: absolute;
    left: 47vw;
    bottom: 30px;
    z-index: 99999999999999;
    cursor: pointer;
    transition: transform 1s ease-in-out;
}
.left-arrow img{
    transform: rotatey(180deg);
}
.top-arrow img{
    transform: rotate(270deg);
}
.bottom-arrow img{
    transform: rotate(90deg);
}
.right-arrow.zoom,.left-arrow.zoom,.top-arrow.zoom ,.bottom-arrow.zoom   {
    transform: scale(1.2);
}
.right-arrow img,.left-arrow img,.top-arrow img,.bottom-arrow img{

}
.arrow-img{
    width:60px;
    filter: drop-shadow(2px 4px 6px black) brightness(29.5);
}



.kurdish-menu {
    z-index: 999999999999999999999999999999999999999999999999 !important;
}
.details-btn-card{
    cursor: pointer;
}
.team-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.team-container::-webkit-scrollbar-thumb {
    background-color: #888; /* color of the thumb */
    border-radius: 4px; /* rounded corners of the thumb */
}
.team-container::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* color of the thumb on hover */
}
.team-container::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* color of the track */
}

.team-container::-webkit-scrollbar-track:hover {
    background-color: #ddd; /* color of the track on hover */
}

.atricle-carousel .owl-stage{
    display: flex;
    max-width: 40vw;
    overflow-x: scroll;
    overflow-y: hidden;
}
.atricle-carousel .owl-item{
    margin-left: 10vw;
}
.atricle-carousel .item{
    max-width: 74%;
    max-height: 23vw;
    min-width: 60%;
    margin-right: 7vw;
}
.fleshes{display:felx}
.atricle-carousel  .owl-dots ,.atricle-carousel .owl-nav{
    display: none;
}
.row2{
    margin-top: 2%;
}
.article-popup-text-sec{
    max-width: 87%;
    word-break: break-all;
}

.atricle-carousel .owl-stage::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.atricle-carousel .owl-stage::-webkit-scrollbar-thumb {
    background-color: #888; /* color of the thumb */
    border-radius: 4px; /* rounded corners of the thumb */
}
.atricle-carousel .owl-stage::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* color of the thumb on hover */
}

.atricle-carousel .owl-stage::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* color of the track */
}

.atricle-carousel .owl-stage::-webkit-scrollbar-track:hover {
    background-color: #ddd; /* color of the track on hover */
}
.socialmedia .row{
    height:100vh;
}



.cff-link-title,.cff-link-title,.cff-screenreader,.cff-share-tooltip,.cff-media-link,.cff-post-desc,.cff-less{
    display:none

}
.cff-post-links{
    display: flex;
}
.cff-item.cff-link-item,.cff-item.cff-video-post{
    position: relative;
    min-width: 22vw;
    padding: 12px;
    width: 30vw;
}
.cff-posts-wrap{
    max-width: 66.66vw;
    overflow-y: hidden;
    overflow-x: scroll;
}
.cff-author-text{
    padding-left: 20px;
}
.cff-post-text{
    padding-left: 100px;
    max-height: 160px;
    overflow-y: scroll;
    overflow-x: clip;
}

.cff-post-links{
    padding-left:  100px;
    position: absolute;
    border: 0;
    bottom: 16px;
    font-size: 12px;
}
.cff-viewpost-facebook , .cff-share-link{
    text-decoration: underline;
    font-weight: 800;
    color: black;
}
.cff-viewpost-facebook{
    margin-right: 15px;
}
.kurdish-menu{
    height: 100vh;
    background: #010101;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    /* position: absolute; */
    width: 100vw;
    position: fixed;
    transition: transform 0.3s ease-out;

    transform: translateX(-100%);
    visibility: hidden;
    z-index: 30;
    filter: drop-shadow(
            var(--drawer-shadow-horizontal-offset)
            var(--drawer-shadow-vertical-offset)
            var(--drawer-shadow-blur-radius)
            rgba(var(--color-shadow), var(--drawer-shadow-opacity))
    );
    transition : all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery{
    transition: all 0.5 ease;
}
.kurdish-menu.open{
    transform: translateX(0px);
}
.close-drawer{
    transform: translate(-100%)  ;
    visibility: hidden  ;

}
.open-drawer{
    transform: translate(0)  ;
    visibility: visible  ;
}

.search-in-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 75vw;
    display: flex;
    border-bottom: 2px white solid;
    border-right: 2px white solid;
}
.image-search-box{

    border-right: unset;
    width: 100%;
    display: flex;
}
.image-search-box button{
    max-width: 55px;
    padding: 12px;
    border-right: 2px white solid;
    border-color: white;
    border-bottom-style: solid;
    background: unset;
    border-left: unset;
    border-top: unset;
    border-bottom: unset;
}
.image-search-box img{
    width: 30px;
}
#article-close-btn{
    background: unset;


}
.careerfile{
    display: none;
}

.article-popup-content{
    padding-top: 14px;
}
.noresultsearch{margin-top:200px;}
#search-violete{display: none}
#ssearchname{
    width: calc(100% - 55px);
    background: unset;
    border-right: unset;
    border-top: unset;
    border-bottom: unset;
    color: white;
    border-left: unset;
    padding-left: 12px;
}
.inputsearch {
    position: absolute;
    top: -1px;
    z-index: 99999;
    left: 3.8rem;
    width: 50vw;
}
.inputsearch input{
    height: 51px;
    background: unset;
    left: 47px;
    width: 100%;
    border-right: 2px white solid;
    border-bottom: 2px white solid;
    border-top: unset;
    berder-left: unset;
    border-left: unset;
    color: white;
    padding-left: 12px;
}
.inputsearch {
    display: none;
    /* Add desired animation properties */
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.inputsearch.show {
    display: block;
    /* Add desired animation properties */
    animation-name: fadeIn;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.sec6 .seosec {

    margin: 50px;
    top: 100px;
}
.cff-header.cff-outside{
    display: flex;
    align-items: center;
}
.fa.fab.fa-facebook-square{
    background: url(https://kurdishaid.org/wp-content/uploads/2023/06/fafaceb-26.svg);
    background-repeat: no-repeat;
    width: 54px;
    display: inline-block;
    background-size: cover;
    height: 54px;
}
.logo-menue{
    position: absolute;
    top: 45px;
    right: 60px;

}
.logo-box-img{
    max-width: 16vw;
}
.close-menu{
    position: absolute;
    top: 65px;
    left: 0;
    max-width:40px;
    padding: 12px;
    cursor: pointer;
    z-index:111111111111111111;
}
.menu-li-opition{
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    margin-top: 20vh;
    padding-left: 10vw;
    color: white;
    text-transform: uppercase;
}
.menu-li-opition a{
    margin-bottom: 0.4rem;
    color: white;
}

.donate-button{
    max-width: 10vw;
    margin-top: 25px;
}
.donate-button img{
    width: 121px;
}
.footer-social{
    position: absolute;
    bottom: 15px;

    display: flex;
}
.footer-social a{
    max-width: 40px;
    padding: 7px;

}
.donate{
    background-color: #44154b;
}
.donate .title-team {
    margin-top: 40vh;
}
.menu-li-opition a{
    cursor: pointer;
}
.header_container.mobile{
    display: none !important;
}
/*#vision,#valuev1{*/
/*    display: none;*/
/*}*/
.mvv-sections{
    display: flex;
    align-content: center;
    align-items: center;
    height: 100vh;
}
.mvv-content.active{
    height: unset;
}
#protfolio {
    z-index: 16;
    display: flex;
    align-items: center;
}
.mobile-menu{
    display:none;
    position: absolute;
    max-width: 17vw;
    z-index: 99;
    right: 0;
}
.forboo-row .row{
    margin:0 !important;
    padding:0 !important;
}
.formob{
    display:none;
}
.fordes{
    display: block;
}

.team-job{
    color:white !important;
}
.fordesktop{
    display: block;
}
.formobile{
    display: none;
}

.menu-li-opition{
    position: relative;
}
.menu-li-opition ul{
    position: absolute;
    z-index: 9999999999999999;
}
.for-popup p{
    margin-bottom: 0;
    color: white;
}
.for-popup .row{
    margin-bottom: 20px;

}
.for-popup .bottom-text-team{
    padding-bottom: 56px;
}
.atricle-carousel{
    display: flex !important;
    width: 50vw!important;
    overflow-x: scroll!important;
}
/*.item-articale-image {*/
/*    max-width: 351px!important;*/
/*    max-height: 237px!important;*/
/*    width: 400px !important;*/
/*}*/
.popup{overflow-y: scroll;}
.gallery#wrapper .contact-us{
    heiht:100% !important;
}
.map-pin iframe{
    height: 100%;
}
.menu-li-opition li:hover{
    color:#e1386a;
}
.hidden {
    opacity: 0;
}
.mvv-text{
    transition: opacity 0.5s ease;
}
.articalelink{
    max-height: 300px !important;
}
@media (max-width:767.8px) {
    .team-content-seo{
       margin: auto;
    }
    .forboo-row .col-md-5{
        background-position: center;
    }
    .circular-image-seo {
        width: 37vw;
        height: auto;
    }
    .gallery#wrapper #socialmedia {
        height: fit-content !important;
        z-index: 0;
        padding-bottom: 142px !IMPORTANT;
    }
    .cff-posts-wrap {
        display: flex !important;
        max-width: 99.66vw !important;

    }
    .cff-post-text{
        margin-bottom: 65px;

    }
    .cff-header{
        margin-left: 5.5rem !important;
        margin-top:12px !important;
        margin-bottom: 12px !important;
    }
    .cff-item {
        min-width: 52vw;
    }
    .cff-posts-wrap {
        height: fit-content;
        display: flex;
        max-width: 100vw;
        margin-left: 5vw;
    }
    #article-close-btn {
        position: fixed;
        z-index: 55;
        top: 17px;
        right: 40%;
        border: 0px;
    }
    .cff-post-text {
        padding-left: 66px;
    }
    .atricle-carousel .item {
        max-width: 74%;
        max-height: 50vw;
        min-width: 60%;
        margin-right: 7vw;
    }
    .item-articale-image {
        border-radius: 24px;
        max-height: 35vw
    }
    #close-btn {
        position: fixed;
        top: 26px;
        right: 67px;
    }
    .mobile-menu {
        max-width: 70px;
    }
    .article-container {
        max-width: 100vw;
        margin: auto;
        display: flex;
        margin-top: 100px;
        max-width: 98vw;
    }
    body{
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    /* .mobile-menu{
        display: none !important;
    } */
    #vision, #valuev1 {
        display: block;
    }
    .mvv-sections {
        height: fit-content;
        width: 100%;
        display: block;
    }
    .about-us-home{
        height:fit-content !important;
    }
    .gallery#wrapper section{

        position: relative !important;
        width: 100% !important;
        transform: translateX(0vw) !important;
        /* height: fit-content !important; */
    }

    .section-ow{
        height: 100%;
    }
    .forboo-row .colo2 {
        min-height: 400px;
    }
    .mvv-text {
        font-size: 15px;
    }
    .mvv-text{
        font-size: 15px;
    }
    .mvv-parent-top, .mvv-parent-bottom {
        width: 15%;
        margin-top: 40px;
    }
    .mvv-content{
        width: 100%;
        padding: 0 15px;
        opacity:1;
    }
    .mvv{
        padding-top: 70px;
    }
    .gallery#wrapper {
        position: relative;
        /* height: 100vh; */
        margin: 0;
        left: 0;
        max-width: 100%;
        overflow: scroll;
        overflow: scroll;
        width: 100%;
        transition: transform 0.3s ease-in-out;
    }
    .header_container{
        display: none;
    }
    .header_container.mobile{
        max-height: 100vh;
        height: 100vh;
        width: 10vw;
        max-width: 13vw;
        position: fixed;
        z-index: 999999999999999999999999;
        display: block !important;
    }
    .header_container{
        display: none !important;
    }
    .mobile-menu{
        display:block;
    }
    .gallery section,.section-ow , .about-us-home .col-md-5{
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0 !important;
        box-shadow: unset !important;
    }
    .main-card{
        margin-top: 0% !important;
        height: 542px;
        padding-bottom: 60px;
    }
    #man-section4 .sec4{
        padding-bottom: 60px;
        padding-top: 60px;
    }
    #man-section4{
        height: fit-content !important;
    }

    .sec4-col2 h1 {
        position: absolute;
        top: 400px;
        font-size: 33px;
        left: 12px;
    }
    .mvv-parent-content {
        margin-bottom: 0 !important;
    }
    .mvv-content{
        height: fit-content;
    }
    .about-us-home .colo1,  .about-us-home .colo2{
        min-width:100%;
    }
    section{
        height:100%!important;
        display: block !important;
        position: relative !important;
    }
    .mvv-parent-bottom{
        display: none;
    }
    .first-section-bottom,.move-image,.home_image,.section-ow{
        display:none;
    }
    .home_sec{
        height: 100vh !important;
    }

    .home_sec{
        margin-bottom: 0;
        max-height: 800px;
        background: url("https://kurdishaid.org/wp-content/uploads/2023/06/home1mob-min.png"),#000000 !important;
        background-size: cover !important;
    }
    .glitch {
        font-size:33px;
    }
    .home_div {
        top: 35vh;
        max-width: 50vw;
        left: 1rem;
    }
    .logo_kur img {
        max-width: 124px;
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: 9999;
    }
    .side_menu {
        position: relative;
        padding:20px;
        cursor: pointer;
    }
    .forboo-row .colo1 {
        height: 300px;
    }
    .gallery{overflow-x: hidden !important;
        overflow-y: scroll !important;
    }
    .about-content {
        position: relative;
        width: 93%;
        margin-top: 51px !important;
        transform-origin: center;
        margin: auto;

        top: 0;
    }
    .forboo-row .row{
        flex-direction: column-reverse;
    }
    #mvv{
        height: fit-content !important;
        padding-bottom: 70px;
    }

    .mobile.readmore{
        display: block;
        cursor: pointer;
    }
    .flip-card-back p {
        font-size: 8px;
        line-height: 13px;
    }
    .sec4-col1 img {
        min-width: 86%;
        position: absolute;
        top: -62px;
        max-width: 82%;
        width: 48%;
        left: -9.5vw;
    }
    .title-team {
        font-size: 35px;
        margin-top: 0;
        padding-top: 40px;
        width: 100%;
    }
    .title-team p{
        margin-bottom: 0;
    }

    .team-name {
        min-width: 38vw;
    }
    .team-container {
        max-width: 100%;
    }
    .team-container{
        margin-top: 100px;
    }
    /*  --------------------- */
    .gallery#wrapper section {
        padding: 50px 0 !important;
    }

    .socialmedia .row {
        height: fit-content;
    }
    .cff-posts-wrap {
        height: 26vh;
    }
    /* .main-card{

        margin-top:0  !important;
    } */
    /* .gallery#wrapper #man-section4,.gallery#wrapper .man-section4{
        height: 65vh !important;
    } */
    .gallery#wrapper .protfolio_sec ,.gallery#wrapper .article,.gallery#wrapper .job{
        height: fit-content !important;
    }
    .fa-line {
        letter-spacing: -29px;
        margin-right: 15px;
    }
    .gallery#wrapper .mapsec ,  .gallery#wrapper .about-us-home{
        height: fit-content !important;
        padding: 0 !important;
    }
    .main-card{
        box-shadow: 1px 1px 20px 4px #9E9E9E;
        border-radius: 12px;
    }
    /* .sec6 .row {
        height: 100%;
    } */
    .title-team, .title-article {
        width: 100%;

        font-size: 41px;
        padding-top: 40px;
    }
    #job{
        background-size: contain;
    }
    .team-container {
        margin-top: 0px;
        max-width: 100%;
        margin-left: 1rem;
    }
    .sec6-col1 {
        padding-left: 1rem;
    }
    .sec6-col1 h1{
        justify-content: left;
    }
    .mvv-parent-content{
        margin-bottom: 0;
    }
    .mvv-parent-content {
        padding: 2px 0px;
    }
    .mobile.readmore{display: block ;}
    .mvv-content{
        padding-top: 1px !important;
        height: fit-content;
    }
    #vision, #valuev1 {
        display: block;
    }
    .gallery{overflow-x: hidden  !important;}

    .mvv-sections {
        height: fit-content;
        width: 100%;
        display: block;
    }
    .about-us-home{
        height:fit-content !important;
    }
    .circular-image {
        width: 30vw;
        height: 30vw;
    }
    .team-card{
        position: relative;
    }

    .article-card{
        height: 46vw;
    }
    /*.article-card.croped {*/
    /*    width: 19vw;*/
    /*}*/
    /*.article-card.notcroped {*/
    /*    width: 50vw;*/
    /*    height: 45vw;*/
    /*}*/
    .sec6 .row{
        height: fit-content;
    }
    .article-container{
        max-width: 100vw;
    }

    .contact-col2{
        padding-left: 31px !important;
        padding-top: 0rem;
    }
    .contact-everest {
        width: 100%;
    }
    .cff-posts-wrap {
        height: fit-content;
        display: block;
        max-width: 74.66vw;
        margin-left: 5vw;
    }
    .cff-item.cff-link-item, .cff-item.cff-video-post {
        position: relative;
        min-width: 100%;
        margin-bottom: 15px;
    }
    .contact-col1 h1 {
        margin-left: 1rem;
        font-size: 3rem;
    }
    .inside {
        margin: 9% 0px 0px 2rem !important;
    }
    .article-popup {
        padding: 6px;
        overflow-y: scroll;
    }
    .atricle-carousel{
        height: 274px;
        width: 100% !important;
    }
    .article-popup-images {
        margin: 33px 2rem;
    }
    .art-col2{
        max-width: 100%;
    }
    .inside2 {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0px 0px 0px 2rem !important;
    }
    .pop-team-content {
        width: 92%;
        margin: auto;
    }
    .rectangle-image {
        width: 98%;
        box-shadow: 0px 0px 6px 2px #9E9E9E;
        margin: auto;
        border-radius: 17px;
        height: auto;
        /* border-radius: 2vw; */
        overflow: hidden;
    }
    .pop-team-content {
        width: 92%;
        margin: auto;
        margin-top: 106px;
    }
    #close-btn {
        position: fixed;
        top: 72px;
        right: 17px;
    }
    .col2-team p:nth-child(1){
        font-size: 28px;
        margin: 10px 0;
    }
    .col2-team p:nth-child(2){
        font-size: 18px;
        margin: 10px 0;
    }
    .col2-team {
        max-width:100%
    }
    .article-name {
        font-size: 23px;
    }
    .article-card {
        position: relative;
        height: 45vw;
        margin: 0px 26px;
        cursor: pointer;
    }
    .gallery#wrapper .donate{
        overflow-y: hidden;
    }
    /*.article-card.croped {*/
    /*    width: 45vw;*/
    /*}*/

    .cff-header.cff-outside{
        margin-left: 19px;
    }
    .article-close-btn {
        position: absolute;
        top: 29px;
        right: 10px;
        font-size: 33px;
    }
    .title-team, .title-article {
        margin-left: 1rem;
    }
    .mobile-menu {
        max-width: 71px;
        margin-right: 12px;
    }
}
@media (min-width:768px)and  (max-width:992px) {

    .logo_kur img {
        max-width: 146px;
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: 9999;
    }
    .mobile-menu {
        display: block;
        max-width: 71px;
        margin-right: 12px;
    }
    .circular-image-seo {
        width: 52vw;
        height: auto;

    }
    #article-popup-content .art-col2{
        padding-top: 10%;
    }

    .team-content-seo {
        width: 66vw;
        margin: auto;
    }
    .rectangle-image.seo{
        margin-top: 28px;
    }
    .col-md-7{
        height: 50vh !important;
    }
    .article-popup {
        padding: 6px;
        overflow-y: scroll;
    }
    .atricle-carousel{
        height: 274px;
        width: 100% !important;
    }
    .article-container {

        margin: auto;
        display: flex;
        margin-top: 30px;
        max-width: 80vw;
    }
    body{
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    /*.article-card.notcroped {*/
    /*    width: 50vw;*/
    /*    height: 40vw;*/
    /*}*/
    .article-card {
        position: relative;
        height: 40vw;
    }
    /*.article-card.croped {*/
    /*    width: 20vw;*/
    /*}*/
    .gallery#wrapper section {
        padding: 50px 0 !important;
    }

    .socialmedia .row {
        height: fit-content;
    }
    .cff-posts-wrap {
        height: 26vh;
    }
    .main-card{

        margin-top:0  !important;
    }
    .gallery#wrapper #man-section4,.gallery#wrapper .man-section4  {
        height: fit-content !important;
    }
    .gallery#wrapper #home {
        height:75vh !important;
    }
    .gallery#wrapper .protfolio_sec ,.gallery#wrapper .article,.gallery#wrapper .job{
        height: fit-content !important;
    }
    .fa-line {
        letter-spacing: -29px;
        margin-right: 15px;
    }
    .home_div {
        top: 19vh;
        max-width: 51vw;
    }
    .gallery#wrapper .mapsec ,  .gallery#wrapper .about-us-home{
        height: fit-content !important;
        padding: 0 !important;
    }
    .main-card{
        box-shadow: 1px 1px 20px 4px #9E9E9E;
        border-radius: 12px;
    }
    .sec6 .row {
        height: 100%;
    }
    .title-team, .title-article {
        width: 100%;

        font-size: 41px;
        padding-top: 40px;
    }
    #job{
        background-size: contain;
    }
    .team-container {
        margin-top: 0px;
        max-width: 100%;
    }
    .mvv-parent-content{
        margin-bottom: 0;
    }
    /*.mvv-parent-content {*/
    /*    padding: 52px 4rem;*/
    /*}*/
    .circular-image {
        width: 25vw;
        height: 25vw;
    }
    .mobile.readmore{display: block ;}
    .mvv-content{
        padding-top: 90px !important;
        height: fit-content;
    }
    #vision, #valuev1 {
        display: block;
    }
    .gallery{overflow-x: hidden  !important;}

    .mvv-sections {
        height: fit-content;
        width: 100%;
        display: block;
    }
    .about-us-home{
        height:fit-content !important;
    }
    .gallery#wrapper section{
        position: relative !important;
        width: 100% !important;
        transform: translateX(0vw) !important;
        height: 100vh !important;
    }
    .gallery#wrapper  .mvv{
        height: fit-content !important;
    }

    .forboo-row .colo2 {
        min-height: 400px;
    }
    .mvv-text {
        font-size: 15px;
    }
    .mvv-text{
        font-size: 15px;
    }
    .mvv-parent-top, .mvv-parent-bottom {
        width: 15%;
    }
    .mvv-content{
        width: 100%;
        padding: 0 1rem;
        opacity:1;
    }
    .mvv{
        padding-top: 70px;
    }
    .gallery#wrapper {
        position: relative;
        /* height: 100vh; */
        margin: 0;
        left: 0;
        max-width: 100%;
        overflow: scroll;
        overflow: scroll;
        width: 100%;
        transition: transform 0.3s ease-in-out;
    }


    .gallery section,.section-ow , .about-us-home .col-md-5{
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0 !important;
        box-shadow: unset !important;
    }
    .home_sec{
        margin-bottom: 0;
    }
    .about-content{
        top: 34%;
    }
    .mvv-parent-bottom{
        display: none;
    }

    /* .about-us-home .colo1,  .about-us-home .colo2{
        min-width:100%;
    } */
    section{
        height:100%!important;
        display: block !important;
        position: relative !important;
    }
    .gallery#wrapper .contact-us{
        height:100%!important;
    }

    body {
        overflow-y: scroll !important;
    }
    .rectangle-image {
        width: 100%;
        margin-top: 80px;
        height: auto;
        border-radius: 2vw;
        overflow: hidden;
    }
    .side_menu {
        position: relative;
        padding: 17px;
    }
    .title-team, .title-article{
        margin-left: 6rem;
    }
    .top-over-map{
        display:none;
    }
    .section-ow {
        height: 75vh;
    }
    .header_container{
        display: none !important;
    }
    .gallery#wrapper #socialmedia{
        height: fit-content !important;
        padding-bottom: 200px !important;
    }
    .sec6-col1 h1{
        margin-left: calc(6rem - 50vw + 335px);
        font-size: 41px;
        display: block;
    }
    .contact-col1 .title-article{
        margin-top: 0 !IMPORTANT;
        padding-top: 0 !important;
    }
    .home_image img{
        height: 71vh;
        right:-21vw !important;
    }
    .col1{
        height: unset !IMPORTANT;
    }
    .sec6-col1,.sec6-col2,.contact-col1{
        min-width: 100% !important;
    }
    .sec6-col2{
        max-width: 83%;
        margin: auto;
        margin-top: 25px;
    }
    .form-apply3,.form-apply-2 ,.form-apply{
        max-width: 83%;
        margin: auto;
        margin-top: 25px;
    }
    .cff-posts-wrap{
        height: 360px;
        max-width: 90vw;
        margin: auto;
        margin-top: 25px;
    }
    .form-apply3 input #files{
        position: absolute;
    }
     .cff-expand a {
         top: 233px;
     }
    .cff-text{
        margin-bottom: 50px;

    }
    .cff-post-text{
        max-height: 138px;
    }
    #mapsec .contact-col1 {
        min-width: unset !important;
    }
    .colo1{
        height:unset !important;
    }
    .final-title-contact{
        min-width: unset !important;
    }
}
@media (min-width:992.1px) and (max-width:1200px) {
    .top-over-map,.hor-gradient,.bottom-over-map,.top-over-map{display:none}

    .for-popup .col-md-3 {
        width: 100%;
        max-width: 100%;


    }
    body {
        overflow-y: scroll !important;
    }
    .about-content {
        top: 39%;
        margin-left: 20%;
    }
    .mvv-text{
        font-size: 12px;
    }
    .home_sec .home_div h1 {
        margin: 6rem 9rem;
        font-size: 50px;
        width: 25rem;
    }
    /*.flip-card-back p {*/
    /*    font-size: 10px;*/
    /*    line-height: 16px;*/
    /*}*/
    .flip-card-back p {
        line-height: 20px;
        font-size: 14px;
    }
    .protfolio_sec{
        display: flex;
        align-items: center;
    }
    #article-popup .row1 {
        margin-top: 0%;
    }
    .form-apply-2 {
        padding: 4%;
    }
    .form-apply-2 .desription {
        margin-top: 6px;
    }
    .skills-table {
        margin: 13px 0px;
    }
    .job-more-details {
        margin: 10px 0px 0px 45px;
    }
    .form-apply button, .form-apply3 input {
        margin: 10px 0px;
    }
    .apply3-attachment{
        margin-top: 24px;
    }
    .apply3-attachment button {
        height: 42px;
        padding: 0px 26px;
    }
    .contact-col2 {
        padding-top: 2rem;
    }



}
@media (max-width:992px)  {
    .scrollpostion{
        display:none;
    }
    .main-for-desktop{
        display: block;
    }
    .main-for-mobile{
        display: none;

    }
    .right-arrow,.top-arrow,.left-arrow,.bottom-arrow{
        display:none !important;
    }
    .cff-post-text {
        padding-left: 19px;
    }
    .cff-post-links {
        padding-left: 24px;
    }
    .map-pin iframe {
        height: 84vh;
    }
    .main-card{
        height: 642px;
    }
    .fordesktop{
        display: none;
    }
    .formob{
        display:block;
    }
    .fordes{
        display: none;
    }
    .formobile{
        display: block;
    }
}
@media (min-width:992px)  {
    .main-for-desktop{
        display: block;
    }
    .main-for-mobile{
        display: none;

    }
    #mapsec iframe {
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    .mvv-intern-parent{
        position: relative;
    }
    .mvv-content.active{
        transform: translateY(0vh);
    }
    .mvv-content{
        transform: translateY(100vh);
        opacity: 1;
        display: block;
        position: absolute;
        /*background-image: url(https://kurdishaid.org/wp-content/uploads/2023/05/sec3-back.png);*/
        /*background-size: cover;*/
        /*background-color: rgb(255, 255, 255);*/
        width: 100vw !important;
        height: 100vh !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        display: inline-grid;
        place-content: center;
        place-items: center;
    }
    #mission{z-index: 10;}
    #vision{z-index: 9;}
    #value{z-index:8;}

}
/*.parent-card-articale:has(.croped){*/
/*    min-width: 20vw !important;*/
/*}*/
/*parent-card-articale:has(.notcroped){*/
/*    min-width: 28vw !important;*/
/*    margin-left: 12px;*/
/*    margin-right: 76px;*/
/*}*/
#close-searchw{
    margin:11px;
}
.email-person{
    display: flex;
    width: 207px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin:0;
}
.email-person img{
    max-width:20px;
    margin: 0px 8px;
}
.email-person p{
    margin-bottom: 0;
    margin-left: 12px;
    color: black;
    font-size: 13px;
    margin-left: 12px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    margin-left:-3px;
}
.kurdish-contact-person{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 521px;
}
.contact-details{
    width: 150%;    display: flex;
    flex-direction: column;
}
.home_div p{
    font-size: 22px;
}
.contact-details-col1 {
    width:50%
}
.contact-details-col2{
    width:65%;
    margin-left:20px;
}
.article-popup-text-sec p{
    word-break: break-word;
    text-align: left;
}
.article-close-btn{
    background: unset;

}
.donate-button,#job {
    display:none;
}
.menu-li-opition a:focus, .menu-li-opition a:hover {
    color: inherit;
    text-decoration: none;
}
@media (max-width:575px)  {
    .kurdish-contact-person{
        margin-top: 20px;
    }
    #contact-us{
        height: 127% !important;
    }
    .contact-details {
        width: 100%;
    }
    .contact-details-col1 {
        width: 100%;
    }
    .contact-details-col2 {
        width: 100%;
        margin-left: 0;
    }
    .kurdish-contact-person {
        display: flex;
        flex-flow: row;
        place-content: center flex-start;
        align-items: flex-start;
        width: 521px;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: nowrap;
    }
    .contact-details {
        width: 100%;
        display: block;
    }
    .contact-details-col1, .contact-details-col2 {
        width: 100%;
    }
    .cff-text{
        display: block;
        max-height: 88px;
    }
    .email-person img{
        margin-left: 0;
    }
    .cff-expand a{
        position: absolute;
        top: 160px;
        padding-top: 84px;
        right: 29px;
    }
    .item-articale-image {
        border-radius: 24px !important;
        /* max-height: 35vw; */
        max-width: 76% !important;
        height: auto !important;
        min-height: 100% !important;
        max-height: 100% !important;
        min-width: 100% !important;
        margin-right: 7vw !important;
    }
    .atricle-carousel .item {
        max-width: 76% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
        min-width: 100% !important;
        margin-right: 7vw !important;
    }
    .mobile-menu {
        max-width: 69px !important;
    }
    #close-btn {
        position: fixed !important;
        top: 23px !important;
        right: 70px !important;
    }
    /*#social-violet, #search-violet, #menu-violet, #logo-violet, #mobile-search-violet, #mobile-menu-violet {*/
    /*    display: none !important;*/
    /*}*/
    /*#social-white, #search-white, #menu-white, #logo-white, #mobile-search-white, #mobile-menu-white{*/
    /*    display: block !important;*/
    /*}*/
    .cff-posts-wrap {
        height: 337px !important;
    }
    .gallery#wrapper #socialmedia {
        height: 103vh !important;

    }
    #ssearchname {
        width: calc(100% - 48px);
    }
    .logo-menue {
        position: absolute;
        top: 72px;
        right: 27px;
    }
    .logo-box-img {
        max-width: 25vw;
    }
    .right-over-map,.bottom-over-map,.hor-gradient{
        display:none;
    }
}
