/*  FONTS
====================================*/

/*  DEFAULT
====================================*/
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}

svg {
    fill: currentColor;
}

.icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    vertical-align: -0.15em;
}

.icon-xs {
    width: 0.5rem;
    height: 0.5rem;
}

.icon-sm {
    width: 0.75rem;
    height: 0.75rem;
}

.icon-md {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -0.35em;
}

.icon-2x {
    width: 2rem;
    height: 2rem;
}

.icon-24 {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-28 {
    width: 28px;
    height: 28px;
}

.icon-38 {
    width: 38px;
    height: 38px;
}

.icon-3x {
    width: 3rem;
    height: 3rem;
}

.icon-4x {
    width: 4rem;
    height: 4rem;
}

.icon-5x {
    width: 5rem;
    height: 5rem;
}


.help-block {
    font-size: 13px;
    padding: 0.25rem 0;
    display: block;
}

.has-error .error {
    color: #b30000 !important;
}

.has-error .form-control,
.has-error .custom-checkbox .custom-control-label::before {
    border-color: #b30000 !important;
}

.has-error .form-control::placeholder,
.has-error .custom-checkbox .custom-control-label {
    color: red !important;
}

.is-style-stripes {margin-bottom:1rem}
.is-style-stripes td {padding:.5rem}

.block {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.block-top {
    padding-top: 1.5rem;
}

.block-bottom {
    padding-bottom: 1.5rem;
}

.block-before,
.block-after,
.block-bg-after,
.block-bg-before {
    position: relative;
    overflow: hidden;
}

.block-after::after,
.block-before::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 120%;
    height: 3rem;
    background-color: #fff ;
    transform: translateX(-50%);
    border-radius: 50%;
}

.block-before::before {
    top: -1.5rem;
}

.block-after::after {
    bottom: -1.5rem;
}

.block-bg-after:after,
.block-bg-before:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.block-bg-before:before {
    top: 0;
    background-image: url(../img/bg_block_top.jpg);
    background-position: top center;
}

.block-bg-after:after {
    bottom: 0;
    background-image: url(../img/bg_block_bottom.jpg);
    background-position: bottom center;
}

.block-subtitle {
    position: relative;
    display: inline-block;
    font-weight: normal;
    padding-bottom: 0.5rem;
}

.block-subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #707070;
}

.block-subtitle.text-center {
    padding-left: 1rem;
    padding-right: 1rem;
}

.title-border-bottom-center {
    position: relative;
    padding-bottom: 2.75rem;
    text-align: center;
}

.title-border-bottom-center:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
    height: 2rem;
    width: 4px;
    background-color: #FEBE2C;
}
.font-size-5x {
    font-size: 10rem;
}
.pagination .page-numbers{margin: 0 0.375rem;position: relative;
    display: block;
    padding: 0.375rem 0.675rem;
    margin-left: -1px;
    line-height: 1.25;
    font-weight: bold;
    color: #B7B7B7;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0;}
.pagination .page-numbers:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #f57d00;
    border-color: #f57d00;
}
.pagination .page-numbers.current {
    z-index: 3;
    color: #fff;
    background-color: #f57d00;
    border-color: #f57d00;
}
.gallery {display:flex;flex-wrap: wrap;margin-right: -10px; margin-left: -10px;}
.gallery-item {flex:0 0 33.33333%;max-width:33.33333%;padding-right: 10px; margin-bottom:1rem;
    padding-left: 10px; text-align:center;}
.gallery-item a {position:relative; display:block; height:150px;}
.gallery-item a img{position:absolute; object-fit:cover; width:100%; height:100%;display:block;}
.box {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 3px 5px 1rem rgba(0, 0, 0, 0.1);
}


.text-facebook {
    color: #3b5999;
}

.text-twitter {
    color: #55acee;
}

.text-youtube {
    color: #cd201f;
}

.text-instagram {
    color: #000;
}

.text-linkedin {
    color: #0077B5;
}

.text-border {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    opacity: 0.07;
    font-weight: bold;
    font-size: 10vw;
    white-space: nowrap;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -13vw;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.rounded-circle{background-color: #8E9194; width: 30px; height: 30px; display: inline-block; text-align: center; line-height: 30px}
.rounded-circle svg{fill:#fff;}
.rounded-circle:hover{background-color: #f57d00 }
.wp-block-file {margin-bottom: .5rem;
    display: flex;
    align-items: center;}
.wp-block-file a{color:#000;}
.wp-block-file a:hover {color:#f57d00;}

/*  HEADER
====================================*/
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar-brand__logo {
    width: 164px;
    height: 63px;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-lang .dropdown-menu {
    min-width: 5rem;
}

.header-lang .dropdown-item {
    display: flex;
    align-items: center;
}

.header-lang .dropdown-item:before {
    display: none;
}

.header-lang .dropdown-item span,
.header-lang .nav-link span {
    margin-right: 0.25rem;
}

.navbar-expand-xl .menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.05em;
    content: "";
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}

.navbar-toggler {
    position: relative;
    height: 3rem;
    width: 2.5rem;
    padding: 0;
    border: 0;
    margin-left: 1.5rem;
}

.navbar-toggler i {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    transition: all 0.4s;
    border-radius: 1rem;
    background-color: #f57d00;
}

.navbar-toggler i:nth-child(2) {
    top: 22px;
    width: 70%;
    transition: all 0s;
}

.navbar-toggler i:nth-child(3) {
    top: 34px;
}

.menu--open,
.menu--open body,
.aside-cart--open,
.aside-cart--open body {
    overflow: hidden;
}

.menu--open .navbar-toggler,
.btn-toggler.active {
    z-index: 19999;
}

.menu--open .navbar-burger i:first-child,
.navbar-toggler.active i:first-child {
    top: 22px;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}

.menu--open .navbar-burger i:nth-child(2),
.navbar-toggler.active i:nth-child(2) {
    opacity: 0;
    left: 60px;
}

.menu--open .navbar-burger i:nth-child(3),
.navbar-toggler.active i:nth-child(3) {
    top: 22px;
    -wekit-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
}

.menu--open .bg-navbar {
    visibility: visible;
    z-index: 5999;
    opacity: 0.8;
}

.bg-navbar,
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.header--fixed .header,
.header-color.header--fixed .navbar {
    -webkit-animation: transform-top 0.4s;
    animation: transform-top 0.4s;
    z-index: 16999;
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.menu-item-has-children {position: relative}
.navbar-expand-xl .navbar-nav .menu-item a {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #000000;
}
.navbar-expand-xl .navbar-nav .menu-item .sub-menu li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    transition: all 0.3s;
}
.navbar-expand-xl .navbar-nav .menu-item .sub-menu li a:hover, 
.navbar-expand-xl .navbar-nav .menu-item .sub-menu li a:focus {
    background-color: #f57d00;
    text-decoration: none;
    color:#fff;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 15rem;
    padding: 0.5rem 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: false;
}
/*  MAIN SLIDER
====================================*/
.main-slider {
    position: relative;
}

.main-slider .slick-track {
    display: flex;
}

.main-slider .slick-slide {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 80vh;
    background-size: cover;
    background-position: center
}

.main-slider .slider-text {
    position: relative;
    padding-top: 1rem;
    background-color: rgba(0, 0, 0, .30);
    padding: 2rem
}

.main-slider .slider-text:before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 1.5rem;
    width: 76px;
    height: 7px;
    background-color: #fff;
    border-radius: 0.5rem;
}

.main-slider .custom-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);

}

.main-slider .custom-direction {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 13vh 0;
    margin-bottom: 0.5rem;
}

.main-slider .custom-direction:before,
.main-slider .custom-direction:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10vh;
    background-color: #fff;
    left: 1rem;
    position: absolute;
}

.main-slider .custom-direction:before {
    top: 0;
}

.main-slider .custom-direction:after {
    bottom: 0;
}

.main-slider .custom-direction .slick-arrow {
    position: relative;
    margin: 0.25rem 0;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.main-slider .custom-direction .slick-arrow:hover {
    color: #000;
    border-color: #000;
    background-color: transparent;
}

.main-slider .custom-direction .slick-next .custom-progress {
    position: absolute;
    left: 0;
    top: 0;
    fill: transparent;
    stroke: #fff;
    stroke-width: 3;
}

.main-slider .custom-fraction {
    display: flex;
    color: #fff;
    font-size: 12px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.main-slider .custom-fraction span {
    padding: 0.25rem 0;

}

.main-slider .slick-dots {
    display: flex;
    flex-direction: column;
    right: 50%;
    left: auto;
    bottom: 2%;
    transform: translateY(-50%);
	top:auto;
}

.main-slider .slick-dots li {
    padding: 0.5rem 0;
}

.main-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    opacity: 0.35;
    background-color: #f57d00;
    transform: scale(1);
}

.main-slider .slick-dots li.slick-active button {
    background-color: #f57d00;
    opacity: 1;
}
.main-slider .slick-prev,
.main-slider .slick-next{display: none !important}


.btn-scroll {
    position: absolute;
    bottom: 5vh;
    right: 5%;

    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}

.btn-scroll .icon {
    transform: rotate(90deg);
}

.btn-scroll:hover {
    border-color: #000;
    color: #000;
}




/*  MAIN
====================================*/

/* Block Service  */
.block-service {
    position: relative;
}
.service-box {
    display: flex;
    width: 100%;
    align-items: center;
    transition: all 0.3s;
}

.service-box__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 140px;
    background-color: #F9F9F9;
    border: 2px solid #F0F0F0;
    border-radius: 50%;
    min-height: 140px;
    transition: all 0.3s;
    overflow: hidden
}

.service-box__body {
    flex: 1 1 auto;
    padding-left: .75rem;
}

.service-box__title {
    font-weight: normal;
    transition: all 0.3s;
}

.service-box__text {
    line-height: 1.3;
}

.service-box__title span {
    font-weight: bold;
    display: block;
}

.service-box-column {
    flex-direction: column;
    text-align: center;
}

.service-box-column .service-box__media {
    margin-bottom: 1rem;
}

.service-box-column .service-box__body {
    padding-left: 0;
}

.service-box__media-circle {
    display: inline-flex;
    border-radius: 50%;
    width: auto;
    padding: 0.75rem;
    min-height: inherit;
}

.service-box__media-circle:after {
    display: none;
}

.service-box__media-circle img {
    max-width: inherit;
}

.service-box:hover {
    color: #fff;
    background-color: #f57d00;
}

.service-box:hover .service-box__media {
    background-color: #fff;
    border: 2px solid #fff;
}

.service-box:hover .service-box__title,
.service-box:hover .service-box__text {
    color: #fff;
}

.block-service .service-box__text {
    font-size: 14px;
    line-height: 1.3;
    color: #666
}

/* Block Account */
.block-account .btn:not(:hover) {
    opacity: 0.75;
}

/* Block Social */
.block-social .btn:not(:hover) .icon {
    filter: grayscale(1);
    color: #9A9A9A;
    transition: all 0.3s;
}


/* Block Media */

/* Block Media */
.nav-tabs-style1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    border-color: #f57d00;
}

.nav-tabs-style1 .nav-item {
    flex: 1 1 auto;
    width: 50%;
}

.nav-tabs-style1 .nav-link {
    position: relative;
    color: #000000;
    text-align: center;
}

.nav-tabs-style1 .nav-link:hover {
    color: #000000;
    border-color: transparent;
}

.nav-tabs-style1 .nav-link.active {
    color: #fff;
    font-weight: 500;
    background-color: #f57d00;
    border-color: #f57d00;
}

.nav-tabs-style1 .nav-link.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
    background-color: #f57d00;
    transform: rotate(45deg);
}

.block-media__body {
    position: relative;
    margin-bottom: -3rem;
    z-index: 9;
}

.news-item {
    position: relative;
    display: block;
    height:300px;
}

.news-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.news-item__image {
    width: 100%;
    border-radius: 0.25rem;
}

.news-item__body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background-color: rgba(39, 39, 39, 0.6);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    z-index: 8;
}

.news-item__title {
    margin-bottom: 0;
    color: #fff;
}

.js-slider-rotator .slick-dots {
    position: static;
    padding-top: 1rem;
    bottom: 0;
    left: 0;
    display: block;
    transform: translateX(0);
}

.js-slider-rotator .slick-list {
    padding-left: 15vw !important;
    padding-right: 15vw !important;

}

.js-slider-rotator .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.js-slider-rotator .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    height: auto;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}



.js-slider-rotator .slick-slide-next {
    opacity: 1;
    transform: translate3d(10vw, 0, -10px);
    z-index: 1;
    perspective: 1000px;
}

.js-slider-rotator .slick-slide-next2 {
    opacity: 1;
    transform: translate3d(20vw, 0, -20px);
    z-index: 0;
    perspective: 1000px;
}

.js-slider-rotator .slick-slide-prev {
    opacity: 1;
    transform: translate3d(-10vw, 0, -10px);
}

.js-slider-rotator .slick-slide-prev2 {
    opacity: 1;
    transform: translate3d(-20vw, 0, -20px);
}

.js-slider-rotator .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.js-slider-rotator .slick-slide>* {
    pointer-events: none;
}

.js-slider-rotator .slick-current>* {
    pointer-events: all;
}

.js-slider-rotator .slick-slide-prev .news-item:before,
.js-slider-rotator .slick-slide-next .news-item:before {
    opacity: 0.41;
}

.js-slider-rotator .slick-slide-prev2 .news-item:before,
.js-slider-rotator .slick-slide-next2 .news-item:before {
    opacity: 0.71;
}

.js-slider-rotator .slick-current .news-item:before {
    opacity: 0;
}

.line-after-left {
    position: relative;
    padding-left: 1rem;
}

.line-after-left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 8px);
    background-color: #FACD34;
    opacity: 0.75;
}

/* Video */
.video-item__image {
    width: 100%;
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0.75rem;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
    border-radius: 50%;
}

.play-icon__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: #FFC800;
    border: 3px solid #FFC800;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

.play-icon__inner svg {
    position: relative;
    left: 2px;
}

.play-icon:hover .play-icon__inner {
    background-color: #FFC800;
    color: #fff;
}

.play-icon::after {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 2px solid rgba(123, 123, 123, 0.3);
    animation: 1s ease 0s normal none infinite running playbutton;
}

@keyframes playbutton {
    0% {
        transform: scale(0.75);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


.ist-logo ul li{margin:0 5px;display: flex;align-items: center;min-height: 150px;width: 100%;height: 100%; }
.ist-logo ul li a{padding: 5px;
    border: 2px solid #eee;
    transition: all .3s;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;}
.ist-logo ul li:hover a{border-color:#ddd;}
/*  PAGE HERO
====================================*/

.page-hero {
    position: relative;
    padding-top: 3rem;
}

.page-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: url(assets/img/bg_hero.jpg) no-repeat center center;
    background-size: cover;
}

.page-hero-bottom .icon {
    transform: translateY(-15px)
}

.page-hero__wrapper {
    position: relative;
    align-items: center;
    display: flex
}

.page-hero__body {
    position: absolute;
    z-index: 99;
}

.page-hero__media {
    position: relative;
    overflow: hidden;
    height:340px;
    width: 100%;
    border-radius: 0.5rem !important;
}
.page-hero__media:before{
    background-color: rgb(0, 0, 0,.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    content: "";
    z-index: 2;
}
.page-hero__media img{
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}


.page-hero__title {
    margin-bottom: .5rem;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #FACE2F
}


/*  Crypto
====================================*/
.box-icon {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.box-icon__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 70px;
    padding-bottom: 1rem;
    background-color: #F9F9F9;
    border: 1px solid #F0F0F0;
    border-radius: 3rem;
    min-height: 100px;
    transition: all 0.3s;
}

.box-icon__media img {
    max-width: 4rem;
}

.box-icon__body {
    flex: 1 1 auto;
    padding-left: 1rem;
}

.box-icon__title {
    font-weight: bold;
    margin-bottom: 0;
}

.box-icon__text {
    font-size: 14px;
    border-top: 1px solid #D8D8D8;
    margin-bottom: 0;
    margin-top: 0.5rem;
    padding-top: 0.25rem;
}

.box-icon:hover {
    box-shadow: 10px 20px 24px rgba(0, 0, 0, 0.1);
}

.figure-bottom-left {
    position: relative;
}

.figure-bottom-left::before {
    content: "";
    position: absolute;
    left: -0.375rem;
    bottom: -0.375rem;
    width: 25%;
    height: 48%;
    background-color: #FAD534;
    border-radius: 0.5rem;
}

.figure-bottom-left img {
    position: relative;
    z-index: 4;
}

/* Round Box */
.round-box {
    position: relative;
    width: auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.1);
    border-radius: 185px;
    display: inline-block;
    padding: 1rem !important;
    margin-left: auto;
    margin-right: auto;

}

.round-box__media {
    display: inline-block;
    border-radius: 50%;
}

.round-box__media img {
    border: 0.5rem solid #F3F3F3;
    border-radius: 50%;
}

.round-box__body {
    padding: 0 1rem 2rem 1rem;
    max-width: 13rem;
    margin: 0 auto;
}

/* media shadow */
.media-shadow {
    position: relative;
    overflow: inherit;
}

.media-shadow:before,
.media-shadow:after {
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    background: #999;
    box-shadow: 0 15px 2rem #999;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.media-shadow:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.media-shadow>* {
    position: relative;
    z-index: 4;
    width: 100%;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    z-index: -1;
}
.wp-block-button__link {padding: .5rem 1.5rem; font-size: 1rem}
.wp-block-button__link:hover{background-color: #aaa}
/*  FOOTER
====================================*/
.footer-contact {
    background-color: #F1F2F2;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.footer-contact__logo {
    width: 102px;
    height: 39px;
}

.title-border-top {
    position: relative;
}


.title-border-bottom {
    position: relative;
    padding-bottom: 0.675rem;
    font-size: 1rem
}

.title-border-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 2px;
    background-color: #FEBE2C;
}
.footer-menu ul.sub-menu {display: none !important}
.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    padding: 3px 0;
    border-top: 0 !important;
}

.footer-menu ul li a {
    color: inherit !important;
    padding: 0 !important; font-size: .875rem !important;
}
.footer-menu ul li a:before {display: none}

.footer-menu ul li a:hover {
    color: #f57d00 !important;
    font-weight: normal !important;
    text-decoration: none;
}

.block-footer__menu{background-color: #666}
.block-footer__menu .menu {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.block-footer__menu .menu li {
    padding: 0.375rem;
    border: 0 !important;
}

.block-footer__menu .menu li a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.block-footer__menu .menu li a:before {display: none}

.block-footer__menu .menu li a:hover {
    color: #f57d00;
    text-decoration: none;
}


.footer-bottom {
    color: rgba(255, 255, 255, 0.6);
    background-color: #333333;
}

.footer-bottom a {
    color: inherit;
}

.footer-bottom a:hover {
    color: #f57d00;
    text-decoration: none;
}


/* Line Orange */
.line-orange-top,
.line-orange-bottom {
    position: relative;
}

.line-orange-top:before {
    position: absolute;
    width: 110px;
    height: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #f57d00;
    content: "";
    display: inline-block;
    right: 0;
    transform: translateX(-50%);
    left: 50%;
    top: -10px;
    border-radius: 8px 8px 0px 0px;
}

.line-orange-bottom:after {
    bottom: -10px;
    position: absolute;
    width: 110px;
    height: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #f57d00;
    content: "";
    display: inline-block;
    right: 0;
    transform: translateX(-50%);
    left: 50%;
}


/* .btn-icon */
.btn-icon svg {
    transition: transform 0.4s ease;
}

.btn-icon:hover svg {
    transition: transform 0.4s ease;
    transform: translateX(0.5rem);
}


.bg-primary-shape {
    position: relative;
    overflow: hidden;
}

.bg-primary-shape:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -100%;
    width: 110%;
    height: 200%;
    transform: translateX(-50%);
    background: url(../img/bg_primary_shape.png) no-repeat center center;
    background-size: 100% auto;
    z-index: 1;
}

.bg-primary-shape>* {
    position: relative;
    z-index: 4;
}

.breadcrumb {background-color: transparent; padding: 0; display: block;}
.breadcrumb span{color: #DBDBDB}
.breadcrumb span:hover{color: #FACE2F}
.breadcrumb span.current-item{color: #fff}
.blog-hero .breadcrumb span{color: #000; font-size: 13px}
.blog-hero .breadcrumb { text-align: center}
/*  BLOG
====================================*/
.blog-hero, .search-hero {
    min-height: 225px;
    display: flex;
}

.blog-hero:before, .search-hero:before {
    height: 225px;
}

.blog-hero .container, .search-hero .container {
    display: flex;
}

.blog-hero .page-hero__wrapper, .search-hero .page-hero__wrapper {
    justify-content: center;
    width: 100%;
}

.blog-hero .page-hero__title, .search-hero .page-hero__title {
    color: #000;
    border-bottom-color: #fff;
}

.blog-hero .breadcrumb li a, .search-hero .breadcrumb li a,
.blog-hero .breadcrumb li, .search-hero .breadcrumb li,
.blog-hero .breadcrumb-item+.breadcrumb-item::before, .search-hero .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

.blog-hero .breadcrumb .breadcrumb-item.active, .search-hero .breadcrumb .breadcrumb-item.active {
    color: #000;
    font-weight: bold;
}

.blog-hero .breadcrumb li:hover a, .search-hero .breadcrumb li:hover a {
    color: #000;
    text-decoration: underline;
}

/* Banner Box */
.blog-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.blog-item__media {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 0;
    height:200px;
}


.blog-item__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 4px;
    object-fit: cover;
    transition: transform 0.4s;
    object-position: center
}


.blog-item__date {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.blog-item__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-item__title a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item:hover .blog-item__image {
    transform: scale(1.05);
}

.blog-item:hover .blog-item__title {
    color: #FED430;
}

/* Blog İtem */

.blog-item__banner .blog-item__media::before,
.blog-detail__media::before {
    padding-top: 52.25%;
}


.js-blog-list {
    margin-bottom: 2rem;
}

.js-blog-list .slick-list {
    margin-left: -1rem;
    margin-right: -1rem;
}

.js-blog-list .slick-slide {
    padding-left: 1rem;
    padding-right: 1rem;
}

.js-blog-list .slick-arrow {
    top: 100%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    border-radius: 0;
}

.js-blog-list .slick-prev {
    left: calc(50% - 2rem - 0.25rem);
}

.js-blog-list .slick-next {
    right: calc(50% - 2rem - 0.25rem);
}


/* Widget */
.widget {
    display: block;
}

.widget-title {
    font-size: 1.5rem;
    padding: 0.75rem;
    background-color: #F5F6F6;
    border-radius: 0.25rem;
}
.widget_search {margin-bottom: 1rem}
.widget_search label{position: relative; width: 80%;}
.widget_search input[type="search"]{
    border-radius: 0;
    background-color: #F7F7F7;
    border:1px solid #D3D3D3;
    height: calc(1em + 1.5rem + 2px);
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #5C5C5C;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    width: 100%;
}
.widget_search input[type="submit"]{background-color: #8E9194; border:0;padding: 0.55rem 1.25rem; color: #fff}
.widget_search input[type="submit"]:hover{background-color: #f57d00;}
.widget_search .screen-reader-text {display: none}
.widget_search .input-group .input-group-append {
    position: absolute;
    right: 0;
    z-index: 9;
}

.widget_recent_entries ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.widget_recent_entries ul{list-style: none; padding: 0;}
.widget_recent_entries ul li a {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.375rem;
    color: #000;
    text-transform: uppercase;
}
.widget_recent_entries ul li+li{
    border-top: 2px solid #C9CACA;
}
    .recent-list li .body .title a {
        color: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.recent-list li:hover .body .title {
    color: #FED430;
}

.widget_categories ul li+li,
.widget_nav_menu ul li+li,
.widget-category ul li+li {
    border-top: 2px solid #C9CACA;
}
.widget_categories ul,
.widget_nav_menu ul.menu,
.widget-category ul.menu{list-style: none; margin-bottom:1rem; padding: 0;width: 100%; display: block;overflow: hidden }

.widget_nav_menu ul .sub-menu,
.widget-category ul .sub-menu{display: block; position: relative; float: none; background-color: transparent; border:0; border-top: 1px solid #C9CACA; padding-left: 1rem}
.widget-category ul .sub-menu{padding-left: .5rem}
.widget-category .menu-item-has-children > a{pointer-events: none; cursor: pointer; position: relative;}
.widget-category .menu-item-has-children > a:after{position: absolute; content: "+"; right: 5%; top: 7px; display: inline-block}
.widget-category .sub-menu.sc-active:after{ content: "-";position: absolute; background-color:#fff; right: 2%; top: -32px; color:#000; z-index:1; display: inline-block}

.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget-category ul li a {
    position: relative;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    color: #000;
    font-size: .975rem
}
.widget-category ul li a {
     font-size: .875rem
}

.widget_categories ul li a::before,
.widget_nav_menu ul li a::before,
.widget-category ul li a::before {
    content: "";
    position: absolute;
    left: .25rem;
    top: 15px;
    width: 6px;
    height: 6px;
    border: 1px solid #707070;
    border-radius: 50%;
}

.widget_categories ul li a:hover,
.widget_categories ul li.active a,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li:hover > a,
.widget_nav_menu ul li.active a,
.widget-category ul li a:hover,
.widget-category ul li.active a,
.widget-category ul li.current-menu-item a{
    font-weight: bold;
    color: #000;
}
.widget-category ul li.current-menu-item .sub-menu li a{font-weight:normal}

.blog-meta li {
    padding:0 0.25rem;
}
.blog-meta li + li:before {
    content:"|";
    line-height: 1;
    display: inline-block;
    padding-right: 0.5rem;
}
.blog-item__media {
    margin-bottom: 1rem;
}


.social-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center !important;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: row !important;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.social-menu li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
    padding: 0.5rem;
    transition: all 0.3s linear;
    margin-right: 0.75rem;
}

.social-menu li a img {
    border-radius: 0.25rem;
}

.article-social .social-menu li {
    margin-right: 0.75rem;
}

.article-social .social-menu li a {
    border-radius: 50%;
    margin: 0.25rem 0;
}

.article-social .social-menu__label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.bg-facebook {
    color: #fff;
    background-color: #3b5999;
}
.bg-twitter {
    color: #fff;
    background-color: #55acee;
}
.bg-linkedin {
    color: #fff;
    background-color: #0077B5;
}
.bg-whatsapp {
    color: #fff;
    background-color: #25D366;
}
.bg-mail {
    color: #fff;
    background-color: #333333;
}

.article-tags {
    margin:1.5rem 0;
    padding-top:1rem;
    border-top:1px solid #D6D6D6;
    border-bottom:1px solid #D6D6D6;
}

.article-tags ul li {
    margin-bottom:0;
}

.search-hero .page-hero__body {
    max-width: 30rem;
    width:100%;
}
.search-hero .input-group-append {
    position: absolute;
    right: 0;
    z-index:9;
}

.search-result li {
    display:flex;
    flex-wrap:wrap;
    padding:1rem;
    margin-bottom: 1rem;
}
.search-result li:nth-child(2n+1) {
    background-color:#F5F6F6;
}

.search-result__media {
    flex: 0 0 auto;
    width:100%;
    
}
.search-result__media::before {
    padding-top: 52%;
}

.search-result__body{
    flex: 1 1 auto;
    width:100%;
    padding:1rem;
}
.search-result__body h5 {
    margin-bottom: 0.5rem;
}
.search-result__body a {
    color:inherit;
}
.search-result__body a:hover {
    color:#FEBE2C;
}
.search-result__body p {
    margin-bottom: 0;
}






/*  CROSS BROWSER
====================================*/
/*Internet Explorer */
/* IE-10 */
/* Safari */
.safari .form-control,
.safari .btn {
    line-height: normal;
}


/*  MEDIA QUERY
====================================*/

@media (max-width: 1199px) {

    html,
    body {
        overflow-x: hidden;
    }

    .navbar-nav .menu-item-has-children > a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
    }
    .navbar-collapse {
        position: fixed;
        display: block !important;
        align-items: flex-start;
        left: 0;
        top: 0;
        padding: 7rem 2rem 2rem 2rem;
        width: 100%;
        height: 100vh !important;
        max-width: 40rem;
        transform: translateX(-110%);
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
        transition: transform 0.5s;
        overflow: hidden;
        overflow-y: auto;
        z-index: 999;
    }

    .menu--open .navbar-collapse {
        transform: translateX(0%);
        z-index: 6999;
    }

    .main-slider .custom-controls {
        left: 1rem;
    }

    .main-slider .slick-dots {
        right: 1rem;
    }

    .slider-body {
        padding: 0 2rem;
        width: 100%;
    }

    .navbar-nav {
        margin-bottom: 1.5rem;
    }

    .navbar-expand-xl .navbar-nav .menu-item .sub-menu li a {
        padding:.5rem 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    .navbar-expand-xl .navbar-nav .menu-item .sub-menu li:last-child a {
        border-bottom-width: 0;
    }

    .navbar-nav .menu-item-has-children > a::after {
        position: absolute;
        right: 7px;
        top: 25px;
        transition: all 0.3s;
    }

    .navbar-nav .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .navbar-nav .sub-menu {
        background-color: transparent;
        border: 0;
        position:relative;
        width:100%; padding:.25rem 0;
    }

    .navbar-expand-xl .navbar-nav .menu-item .sub-menu li a {
        padding-left: 1rem;
        padding-right: 1rem;
        color: #000000;
    }
    .navbar-expand-xl .navbar-nav .menu-item .sub-menu li a:before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
}
    .navbar-nav .sub-menu li.current_page_item a {
        color: #f57d00;
    }
    
    

}

@media (max-width: 991px) {
    .main-slider .slider-body>.row {
        flex-direction: column-reverse;
    }

    .main-slider .slider-media {
        text-align: center;
    }

    .main-slider .slider-media img {
        max-width: 20rem;
        margin: 0 auto;
    }

    .main-slider .slider-content img {
        max-height: 3.5rem;
    }

    .block-media__body {
        margin-bottom: -3rem;
    }

    .menu--open .navbar-brand {
        position: relative;
        z-index: 7999;
    }
    .page-hero__title {text-align:center;}
}

@media (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }

    .navbar .container {
        justify-content: flex-start;
    }

    .header-button a {
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 1 1 auto;

    }
    .navbar-light .navbar-brand {width:75%; text-align:center;}
    .page-hero__title {font-size:1.6rem;margin:1rem 0 .5rem; text-align:center;}

    .main-slider .slider-body {
        padding: 1.5rem 2rem 0 2rem;
    }

    .main-slider .slider-media img {
        max-width: 70%;
    }

    .main-slider .slider-content img {
        max-height: 3rem;
    }

    .main-slider .slider-content p {
        line-height: 1.3;
    }

    .feature-scroll,
    .block-scroll {
        bottom: -3.5rem;
    }

    .block-after::after,
    .block-before::before {
        height: 4rem;
    }

    .block-service:after {
        width: 6rem;
        height: 6rem;
        margin-top: -1.5rem;
    }

    .trader-tab .nav-item {
        flex: 1 1 auto;
        text-align: center;
    }

    .trader-tab .nav-item:last-child {
        padding-right: 0;
    }

    .list-check li {
        padding-left: 2rem;
        min-height: 1.5rem;
    }

    .list-check li:before {
        width: 1.5rem;
        height: 1.5rem;
    }

    .block-step__col:nth-child(2n) .block-step__item {
        margin-top: 0;
    }

    .block-step__item-body {
        margin-top: 2.5rem;
    }

    .block-step__item-body:before {
        height: 2.5rem;
    }

    .block-media .slick-arrow {
        display: none !important;
    }

    .js-slider-rotator .slick-list {
        padding-left: 8vw !important;
        padding-right: 8vw !important;
    }

    .js-slider-rotator .slick-slide-prev {
        opacity: 1;
        transform: translate3d(-12.5vw, 0, -10px);
    }

    .js-slider-rotator .slick-slide-next {
        opacity: 1;
        transform: translate3d(12.5vw, 0, -10px);
    }

    .block-media__body {
        margin-bottom: -2rem;
    }

    .page-hero__media {
        height: 20vh;
    }

    .page-hero {
        padding-top: 1rem;
    }

    .page-hero__media img {
        height: 100%;
        object-fit: cover;
    }

    .page-hero .block-scroll svg {
        top: 0.5rem;
    }

    .round-box {
        width: 100%;
        border-radius: 5rem;
    }

    .round-box__media img {
        max-width: 60%;
    }

    .round-box__body {
        padding-bottom: 0;
    }

    .bg-primary-shape:before {
        width: 120%;
    }
    .blog-hero, .search-hero {
        min-height: 10rem;
    }
    .blog-hero, .search-hero:before {
        height: 10rem;
    }
    .blog-item__title {
        font-size:1rem;
    }
    item__media::before {
        padding-top: 62.25%;
    }
    .gallery-item {flex:0 0 50%;max-width:50%;}

}

@media (max-width: 567px) {
    .main-slider .slider-content .btn {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 13px;
    }

    .main-slider .custom-controls {
        left: 0.25rem;
    }

    .main-slider .slick-dots {
        right: 0.5rem;
    }
    .page-hero__title {font-size:1.2rem;margin:1rem 0 .5rem; text-align:center;}
}

@media (max-width: 374px) {
    .gallery-item {flex:0 0 100%;max-width:100%;}
    .page-hero__title {font-size:1rem;}
}

@media (min-width: 568px) {}

@media (min-width: 568px) and (max-width: 767px) {}

@media (min-width: 768px) {
    .block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .block-top {
        padding-top: 2.5rem;
    }

    .block-bottom {
        padding-bottom: 2.5rem;
    }

    .block-before::before {
        top: -2rem;
        height: 4rem;
    }

    .block-after::after {
        bottom: -2rem;
        height: 4rem;
    }

    .icon-md-2x {
        width: 2rem;
        height: 2rem;
    }

    .icon-md-3x {
        width: 3rem;
        height: 3rem;
    }

    .icon-md-4x {
        width: 4rem;
        height: 5rem;
    }

    .icon-md-5x {
        width: 5rem;
        height: 5rem;
    }

    .tradingview-widget,
    .tradingview-widget .cover1,
    .tradingview-widget .cover2 {
        height: 46px;
    }
    
    .blog-item__banner .blog-item__body {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0.75rem 1rem 1rem;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .blog-item__banner .blog-item__date {
        color: #FED430;
    }

    .blog-item__banner .blog-item__title {
        color: #fff;
        line-height: 1.4;
        max-width: 25rem;
    }

    .search-result__media {
        flex: 0 0 auto;
        max-width:190px;
    }
    
    .search-result__body{
        flex: 1 1 auto;
        max-width: calc(100% - 190px);
        padding-top:0;
        padding-bottom: 0;
    }
    

}

@media (min-width: 568px) and (max-width: 991px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) {
    .box {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .block-media .nav-tabs .nav-link {
        font-size: 1.5rem;
    }

    .block-trader .list-check li {
        min-height: 2rem;
        padding-left: 3rem;
    }

    .block-trader .list-check li:before {
        width: 2rem;
        height: 2rem;
        top: -3px;
    }
    .block-step__body {
        background: url(../img/bg_block_step.png) no-repeat top center;
        background-size: 100% auto;
    }

    .block-step__col:nth-child(1) .block-step__item {
        margin-top: -2rem;
    }

    .block-step__col:nth-child(2) .block-step__item {
        margin-top: -0.5rem;
    }

    .block-step__col:nth-child(3) .block-step__item {
        margin-top: -1.5rem;
    }

    .block-step__col:nth-child(4) .block-step__item {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {
    .navbar .menu-item-has-children a:hover + .sub-menu,
    .navbar .menu-item-has-children .sub-menu:hover {
    display: block;
    }
    
    .navbar-expand-xl .navbar-nav .menu-item a{padding-right: 0.675rem;
    padding-left: 0.675rem;
    font-size: 14px;}

    .navbar-expand-xl .navbar-nav .sub-menu {
        position: absolute;
    }
    .navbar-nav .sub-menu {
        position: static;
        float: none;
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 15rem;
        padding: 0.5rem 0;
        margin: 0 0 0;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        list-style: none;
        background-color: #000;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: false;
    }
    .sub-menu li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        background-color: transparent;
        border: 0;
        transition: all 0.3s;
    }

    .block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .block-top {
        padding-top: 4rem;
    }

    .block-bottom {
        padding-bottom: 4rem;
    }

    .block-before {
        padding-top: 5rem !important;
    }

    .block-after {
        padding-bottom: 5rem !important;
    }

    .block-before::before {
        top: -15rem;
        height: 20rem;
    }

    .block-before .block-top {
        padding-top: 10rem !important;
    }

    .block-after::after {
        bottom: -14rem;
        height: 20rem;
    }


    .feature-scroll,
    .block-scroll {
        bottom: 0;
        width: 10rem;
        height: 10rem;
    }

    .block-footer__menu .block-top {
        padding-top: 7rem !important;
    }

    .blog-item {
        margin-bottom: 2rem;
    }
    .block-step__col:nth-child(1) .block-step__item {
        margin-top: -2rem;
    }

    .block-step__col:nth-child(2) .block-step__item {
        margin-top: 0.75rem;
    }

    .block-step__col:nth-child(3) .block-step__item {
        margin-top: -1.5rem;
    }

    .block-step__col:nth-child(4) .block-step__item {
        margin-top: 3.75rem;
    }
}

@media (min-width: 1360px) {}

@media (min-width: 1600px) {}

@media (min-width: 1200px) and (max-width: 1899px) {}

@media (min-width: 1900px) {
    .block {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .block-top {
        padding-top: 4.5rem;
    }

    .block-bottom {
        padding-bottom: 4.5rem;
    }

    .block-step__col:nth-child(1) .block-step__item {
        margin-top: 5rem;
    }

    .block-step__col:nth-child(2) .block-step__item {
        margin-top: 0.75rem;
    }

    .block-step__col:nth-child(3) .block-step__item {
        margin-top: -2.5rem;
    }

    .block-step__col:nth-child(4) .block-step__item {
        margin-top: 8rem;
    }
    .block-step__body:before {
        width:50vw;
    }


}

@media (min-width: 2100px) {}

@media (min-width: 2500px) {}

::selection {
    color: #ffffff;
    background-color: #002e43;
}

::-moz-selection {
    color: #ffffff;
    background-color: #002e43;
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #002e43;
    border-radius: 0;
}