/*
 * site index page styles
 */
canvas#c {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh!important;
	opacity: 0.08;
}
section#feature .container, section.reserve-section, .about-wrapper.homepage {
    position: relative;
    z-index: 1;
}


.hero-section {

    position: relative;
    z-index: 1;
}
.hero-section .shapes .shape {
  position: absolute;
  width: 970px;
  height: 540px;
  background: rgb(252 216 68 / 8%);
  border-radius: 73px;
  z-index: -1;
  transform: rotate(-26deg);
}

.hero-section .shapes .shape-1 {
  top: -344px;
  left: -124px;
}

.hero-section .shapes .shape-2 {
  top: 350px;
  left: -224px;
}

.hero-section .shapes .shape-3 {
  top: -393px;
  left: 540px;
}
.hero-section .hero-content-wrapper h1 {
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fcd844!important;
	font-size: 50px;
}
.hero-img img.wow.fadeInRight {
    filter: grayscale(1);
    position: absolute;
    top: -50px;
    z-index: 1;
}
.hero-content-wrapper {
    padding: 120px 0 60px 0;
}
section#home .container > .row.align-items-center {
    align-items: center!important;
}
.home-liner {
    width: 250px;
    height: 2px;
    background: rgb(255 255 255 / 30%);
    position: relative;
    left: -50px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.hero-section .hero-content-wrapper p {
    font-weight: 500;
    margin-bottom: 50px;
	font-size: 22px;
	line-height: 30px;
	color: rgb(255 255 255 / 70%)!important;
}
span.custom-t-height {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.25pt;
    display: inline-block;
    margin-bottom: 10px;
	color: rgb(255 255 255 / 100%)!important;
}
span.home-text-ace {
    display: inline-block;
    background: #fcd844;
    color: #222;
    padding: 0px 6px;
    font-weight: 800;
    border-radius: 4px;
	color: rgb(43 43 43 / 100%)!important;
}
.theme-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 15px 30px;
    font-size: 13px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background: linear-gradient(to right, #34b15e 0%, #73e09a 50%, #34b15e 100%);
    background-size: 200% auto;
    overflow: hidden;
    margin: 2px;
}
a.theme-btn.btnadd {
    background: linear-gradient(to right, #fcd844 0%, #ffe681 50%, #fcd844 100%);
    color: #111;
    font-weight: 600;
}
@media (max-width: 1023px) {
    .hero-img-col {
    position: absolute;
    z-index: -1;
    right: 0;
    max-width: 70vw;
    opacity: 0.5;
}
.hero-content-wrapper {
    padding: 60px 0 60px 0;
}
.hero-section .hero-content-wrapper h1 {
    line-height: 36px;
    font-size: 36px;
}
}
section.ex-section .row > .col-12 {
    position: relative;
    z-index: 2;
}
.exchange-header.exchange-title-box {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 0;
    border-radius: 4px 4px 0 0;
    background: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
}

.etl-item {
    color: #929292;
    font: 600 18px 'Open Sans';
    padding: 0 20px 10px;
    flex: 1 0 auto;
}

.etl-item.receive-title {
    flex: 0 0 40%;
}

.third-version .exchange {
    margin: 0;
    /* background: #fff; */
    /* border-radius: 4px; */
    /* box-shadow: 0 2px 4px #c4c2c2; */
}

.etl-item.give-title {
    flex: 0 0 calc(100% - 153px);
}


.static-h_wrapper-main {
    height: calc(100vh - 340px);
    min-height: 560px;
	max-height: 560px;
}
.give_data .currency-help:last-child, .take_data .currency-help:first-child {
    display: none;
}
.form-exchange-block {
    margin: 0 -15px;
    height: 100%;
    position: relative;
}
.exchange-field > .form-group {
    width: 100%;
}
.hide-form {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.title-block {
    padding: 100px 0px 250px 0px;
    position: relative;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
}

.title-block.equal-padd {
    padding: 130px 0px 130px 0px;
}

.title-block.sm-padd {
    padding: 120px 0px 180px 0px;
}

.title-block.text-weight {
    font-weight: 600;
}

.c-main-calc.background-custom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
}

@media (max-width: 768px) {
    .c-main-calc.background-custom {
        height: auto;
    }
}

.not-over {

    margin-left: auto !important;
    margin-right: auto !important;
}

.box-top {
    position: relative;
    margin-top: -150px;
}

.third-version .exchange-wrapper {
    margin-top: -100px;
    z-index: 1;
    position: relative;
}


.third-version .exchange .help-block {
    color: var(--theme-color);
    text-align: right;
    font-weight: 700;
    cursor: pointer;
}

.third-version .exchange .help-block a {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: bold;
}

.third-version .exchange .help-block span:first-child {
    margin-right: 10px;
}

.third-version .exchange .help-block span:last-child {
    font-size: 30px;
    position: relative;
    top: 5px;
}

.third-version .exchange .exchange-items-wrapper {
    display: flex;
    margin: 0px -15px;
}

.third-version .exchange-items-wrapper .exchange-items {
    flex: 0 0 50%;
}

.third-version .exchange .exchange-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    flex-wrap: nowrap;
    height: 0;
    opacity: 0;
    position: relative;
    transition: all 0.35s;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    font: 14px/45px 'Roboto', sans-serif;
    color: #fff;
}

.third-version .exchange .exchange-item.selected,
.third-version .exchange .exchange-item:hover {
    background: #484848;
    color: #e7bc4d;
}

.third-version .exchange .exchange-item.active {
    opacity: 1;
    height: 55px;
}

.third-version .exchange .exchange-item.active:last-child {
    margin-bottom: -1px;
}

.third-version .exchange .exchange-item .name {
    display: flex;
    align-items: center;
    flex: 1 0 50%;
    max-width: 100%;
    padding: 5px 0 5px 20px;
}


.ci-flex {
    flex: 0 0 calc(100% - 55px);
    display: flex;
    align-items: center;
}

.ci-flex > span {
	color: #999;
}


.ci-flex span:first-child {
    padding-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #222;
}

.third-version .exchange .exchange-item.selected .ci-flex span:first-child {
    color: #4941e7;
    font-weight: 600;
}
.selected-currency > div {
    color: #ddd;
    font-weight: 600;
    letter-spacing: 0.35pt;
}
.selected-currency > div:first-child {
    padding-right: 10px;
    color: #777;
    font-weight: 400;
}
.form-control, .form-control:focus, .form-control:hover {
    background: transparent;
	color: #fff;
}

.third-version .exchange .exchange-item .value {
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
    padding: 25px 0;
    padding-right: 50px;
    transition: padding 0.35s;
}



.third-version .exchange .exchange-item .value > span {
    text-align: right;
    flex: 0 1 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.third-version .exchange .exchange-item .value > span + span {
    width: 50px;
    flex: 0 0 50px;
    max-width: 50px;
    text-align: right;
}


._with-limits.currency-block {
    flex: 0 0 calc(45% - 10px);
    max-width: calc(45% - 10px);
}

._with-limits.currency-block .value {
    padding-right: 0px;
}

._with-limits.currency-block .limit {
    padding: 5px 20px 5px 10px;
}

.inner-exchange-for-limits {
    display: flex;
    position: relative;
    flex: 0 0 calc(100% - 153px);
    max-width: 100%;
    align-items: center;
}

.limit {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex: 0 0 45%;
    max-width: 150px;
    transition: transform 0.35s, opacity 0.35s;
    position: relative;
}


.limit .item-revers {

    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.third-version .exchange .exchange-item img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
}

.third-version .exchange .exchange-items .exchange-item .value {
    font-size: 16px;
}

.third-version .exchange .exchange-items .exchange-item .value span:last-child {
    margin-left: 10px;
    color: #bfbfbf;
}

.exchange-currencies {
    display: flex;
    align-items: flex-start;
    height: 100%;
}


.currency-block {
    height: 100%;
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 200px;
    display: flex;
    flex-flow: column;
    padding: 0 0 15px 0;
    background: #3d3d3d;
    border-radius: 4px;
}

.currency-block .exchange-items {
    height: 100%;
    overflow: auto;
}

.right-side {
    display: flex;
}

.left-side {
    display: flex;
}



.limit.currency-block {
    flex: 0 0 20%;
}

.limit {
    font: inherit;
}

.row-inline div {
    display: inline-block;
}

.row-inline .exchange-title {
    width: calc(65% - 25px);
}


.row-inline .help-block,
.row-inline .limit-title {
    width: 18%;
    text-align: right;
}

.row-inline .limit-title {
    padding-right: 40px;
}



.exchange-item.c-align {
    justify-content: center !important;
}

.pros {
    padding: 50px 0px;

}

.pros .pros-item {
    text-align: center;
    background: #3d3d3d;
    border-radius: 4px;
    padding: 20px;
    margin: 0 -10px;
}

.pros .pros-main-title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.4;
}

.pros .pros-main-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}

.pros .pros-main-title span::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    left: calc(50% - 20px);
    right: calc(50% - 20px);
    bottom: 0;
    background: var(--theme-color);
}

.pros .pros-icon {
    color: var(--theme-color);
    font-size: 70px;
    margin-bottom: 20px;
}

.pros .pros-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
}

.pros .pros-text {
    color: #909090;
}

.box-seo-all-page {
    padding: 50px 0px;
}

.box-seo-all-page .advertising-title {
    font: 24px/26px 'Roboto', sans-serif;
    color: #fff;
    margin-bottom: 25px;
}

.seo-desc {font-size: 14px; color: #555;}

.seo-desc > p {margin-bottom: 15px;}

.advertising-text {
    margin-bottom: 50px;
    font-family: inherit;
}

.advertising-text p {
    margin-bottom: 35px;
    line-height: 1.7;
}

.read-button-wrapper {
    text-align: center;
}

.read-button {
    display: inline-block;
    border: 1px solid var(--theme-color);
    padding: 10px 55px;
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 700;
    font-size: 16px;
    border-radius: 24px;
    cursor: pointer;
}

.read-button:hover {
    color: white;
    background-color: var(--theme-color);
}

.video-source {
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}

.video-source:before {
    content: "";
    display: block;
    padding-top: 56.3%;
}

.frame-advantage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-exchange-block .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
}

.form-exchange-block .loader .circle {
    margin: 50px auto;
}


.exchange-items::-webkit-scrollbar {
    width: 2px;
	margin: 4px;
}

.exchange-items::-webkit-scrollbar-track {
    background-color: transparent;
}

.exchange-items::-webkit-scrollbar-thumb {
    background-color: #fcd844;

}
.home_video {
    width: 100%;
    margin-top: 60px;
}
.reviews-title.home-title-icon {
    display: flex;
    align-items: center;
	margin-top: 40px;
}

.about-wrapper.homepage .about-content {
    color: #555;
    font-size: 14px;
}
.about-wrapper.homepage .flex-col {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.about-wrapper.homepage {
    padding-top: 50px;
}
.about-wrapper.homepage .reviews-title h1 {
    color: #111;
    font-size: 24px;
    padding-left: 0;
}
/*===========================
    04.Feature css 
===========================*/

section#feature {
    padding: 50px 0;
}
section#feature h2 {
    margin-bottom: 20px;
	color: #111;
}

section#feature h2, section#feature h5 {
    margin-bottom: 60px;
    color: #111;
    font-weight: 700;
    font-family: Montserrat, 'sans-serif';
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .features-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .features-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.features-wrapper .single-feature .feature-content h5 {
      font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #111;
    font-weight: 600;
}
section#feature .container.text-center.pt-100 {
    padding: 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-wrapper .single-feature .feature-content h5 {
    font-size: 22px;
  }
}

.features-wrapper .single-feature .feature-content p {
  color: #111;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.features-wrapper img {
    max-width: 200px;
}
.single-feature {
    background: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 0 40px rgb(8 4 109 / 15%);
}
.features-wrapper .single-feature .feature-content h5{
	margin-bottom: 0!important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-wrapper .single-feature .feature-content p {
    font-size: 14px;
    line-height: 22px;
  }
}
section.reserve-section {
    padding: 0 25px;
}
section.reserve-section .container-fluid.not-over {
    max-width: 1540px;
    padding: 80px 0 40px 0;
}
section.reserve-section .reserves-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 30px;
    color: #857fff;
}
section.reserve-section .row.reserve-list .reserve-item {
    padding: 0 4px;
}
section.reserve-section .inner-box .reserve-head {
    display: flex;
    color: #111;
}
section.reserve-section .inner-box .reserve-head .reserve-text {
    width: 100%;
    padding-left: 15px;
    font-weight: 500;
}
section.reserve-section .inner-box .reserve-head .reserve-text .reserve-shortcode {
    font-weight: 400;
    color: #666;
}
section.reserve-section .inner-box .reserve-value {
    color: #777;
    font-weight: 500;
    font-size: 13px;
    padding-top: 6px;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 6px;
}
section.reserve-section .reserve-text .reserve-name {
    color: #5f57ff;
    font-weight: 800;
    letter-spacing: 0.5pt;
}
.reserve-sec {
    position: relative;
}
span.inline-reserve {
    padding-right: 10px;
    color: #555;
    font-weight: 600;
}
section.reserve-section .inner-box {
    background: #ffffff;
    margin-bottom: 8px;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 40px rgb(8 4 109 / 15%);
}
.home-title-img {
    max-width: 73px;
}
.reviews-title.home-title-icon h1 {
    font-weight: 700;
    color: #555;
}
.form-exchange-block.waite {height: calc(100% - 63px);}

.currency-block {
    background: transparent;
}
.etl-item {
	color: #fcd945;
    text-shadow: 2px 2px 4px BLACK;
}
.currency-block .exchange-items {
    background: #fff;
}
.third-version .exchange .exchange-item {
    color: #111;
}
.third-version .exchange .exchange-item:hover {
    background: rgb(218 216 255 / 50%);
    color: #11af33;
}
.third-version .exchange .take .exchange-item:hover {
    color: #fff;
}
.limit .item-revers {
    color: #777;
    font-size: 12px;
}
.third-version .exchange .take .exchange-item:hover .limit .item-revers {
    color: #fff;
}
.third-version .exchange .exchange-item.selected {
    background: rgb(218 216 255 / 50%);
    color: #fff;
}
.third-version .exchange .exchange-item, .right-side, .left-side {
    border-bottom: 0px solid #dbdbdb;
}
._with-limits.currency-block .limit {
    border-left: 0px solid #dbdbdb;
}
input::-webkit-input-placeholder{

    color: #fff;
}
.chat-wrapper {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-shadow: 0 0 3px #0c5f91;
    text-align: center;
	padding-bottom: 40px;
	
}
.chat-wrapper .chat-second {
    font-weight: 300;
    padding-top: 10px;
}
.chat-wrapper .chat-second a {
    text-decoration: underline!important;
    font-weight: 600;
	cursor: pointer;
}


.exchanger-form {
    min-height: 100%;
    display: flex;
    flex-flow: column;
    padding: 0 0 15px 0;
    flex: 0 1 100%;
}

.exchange-currencies {
    gap: 10px;
}

.help-block {
    position: absolute;
    top: 100%;
    font-size: 9px;
}

.exchange-field {
    position: relative;
    margin-bottom: 20px;
}

.exchanger-form .exchange-form {
    transition: all 450ms;
}

.inner-exchange-form {
    color: #333;
}

.selected-currency {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
}

.exchange-field {
    display: flex;
    padding: 8px 8px;
    border: 1px solid #666666;
    border-radius: 5px;
}

.exchange-field .form-group {
    margin-bottom: 0;
}

.exchange-field .form-group input {
    border-color: transparent;
}

.exchange-field .form-group input:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.currency-icon {
    flex: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.currency-icon > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.currency-help {
    color: #777;
    font-size: 10px;
}
.currency-help span:first-child {
    padding-left: 10px;
}
.currency-help span {
    color: #aaa;
}
.exchange-delimiter {
    padding: 30px 0;
    position: relative;
}

.exchange-delimiter:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #666;
}

.exchange-controls {
    margin-top: 30px;
}

.exchange-submit {
        width: 100%;
    background: linear-gradient(to right, #fcd844 0%, #ffe681 50%, #fcd844 100%);
    border: 0px solid #1999b8;
    color: #222;
    padding: 15px 10px;
    border-radius: 10px;
	font-weight: 600;
}

.exchange-submit:disabled {
    background: #555;
	cursor: no-drop;
}


@media (max-width: 1200px) {
    .inner-exchange-for-limits {
        flex: 0 0 100%;
    }

    ._with-limits.currency-block .limit {
        position: absolute;
        background: linear-gradient(to right, transparent, #3d3d3c);
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        width: 150px;
        transform: translateX(100%);
		display: none;
    }

    ._with-limits.currency-block .exchange-item.currency-item.active:hover .limit {
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    ._with-limits.currency-block .limit {
        padding-right: 20px;
    }

    .third-version .exchange .exchange-item .value > span + span {
        max-width: 45px;
        width: 45px;
        flex: 0 0 45px;
    }

    .third-version .exchange .exchange-item .value {
        padding-right: 30px;
    }

    .third-version .exchange .exchange-item .name {
        padding-left: 30px;
    }
}

@media (max-width: 992px) {
    .etl-item.reserve-title {
        display: none;
    }

    .exchange-wrapper.third-version {
        margin-bottom: 50px;
    }

    .third-version .exchange .exchange-item .name {
        padding: 5px 15px;
    }

    .fly-white-box .nav-container {padding: 15px 10px;}

    .burger-menu-btn {margin-left: auto;}


    .row-inline .exchange-title {
        width: calc(82% - 25px);
    }

	.exchanger-form {
		flex: 0 0 33%;
	}

    .currency-block, ._with-limits.currency-block {
        flex: 0 0 33%;
    max-width: 33%;
    }

    .row-inline .limit-title {
        display: none;
    }



    .give.currency-block.exchange-step.activated {
            max-width: 33%;
			flex: 0 0 33%;
			min-width: auto;
    }
    
    .take._with-limits.currency-block.exchange-step.activated {
        max-width: 320px;
        flex: 0 0 30%;
    }
    ._with-limits.currency-block .limit {
        background: #3d3d3c;
    }
}

@media (max-width: 768px) {
    .ci-flex span + span {display: none;}
    .third-version .exchange .exchange-item .name {
        padding: 5px 15px;
    }
    ._with-limits.currency-block .limit {font-size: 12px;width: 100px;padding: 10px;}


    .give.currency-block.exchange-step.activated {
        flex: 0 0 100px;
        max-width: 100px;
    }
    
    .activated .ci-flex {
        display: none;
    }
    
    .activated .name {
        justify-content: center;
    }
    
    .take._with-limits.currency-block.exchange-step.activated {
        flex: 0 0 120px;
        max-width: 120px;
        min-width: auto;
    }
}

@media (max-width: 576px) {
    .third-version .exchange .exchange-item .value {
        display: none;
    }

    .third-version .exchange .exchange-item img {width: 30px;height: 30px;margin-right: 10px;}

    .third-version .exchange .exchange-item .name {padding: 5px 5px;}

}

@media (max-width: 500px) {
    .take._with-limits.currency-block.exchange-step.activated {
        min-width: 120px;
    }

    .give.currency-block.exchange-step.activated {
        min-width: 120px;
    }

    .exchanger-form{
        min-width: 250px;
    }
    .form-exchange-block {
        overflow-x: auto;
    }
    .exchanger-form.exchange-step{
        display: none;
    }
    .activated + .exchanger-form.exchange-step{
        display: block;
    }
}

@media (max-width: 450px) {
    .third-version .exchange .exchange-item.active{
        height: 50px;
    }
    
}

@media (max-width: 1023px) {
	section#feature .col-md-6 {
    max-width: 33%;
}
section#feature .single-feature .feature-img img {
    max-width: 110px;
}
.features-wrapper .single-feature .feature-content h5 {
    font-size: 14px;
}
}
@media (max-width: 768px) {
	.etl-item {
    padding: 0;
    padding-bottom: 10px;
    font-size: 14px;
}
	section#feature .col-md-6 {
    max-width: 100%;
}
section#feature .single-feature .feature-img img {
    max-width: 220px;
}
.features-wrapper .single-feature .feature-content h5 {
    font-size: 14px;
}
.currency-block.exchange-step.activated .exchange-items img {
    margin-right: 0;
}
.give.currency-block.exchange-step {
    min-width: 100%;
}
.give.currency-block.exchange-step.activated {
    max-width: 70px;
	min-width: auto;
}
.take._with-limits.currency-block.exchange-step {
    min-width: calc(100% - 80px);
}
.take._with-limits.currency-block.exchange-step.activated {
    max-width: 70px;
	min-width: auto;
}
.exchanger-form.exchange-step {
    min-width: calc(100% - 160px);
}
.exchanger-form.exchange-step .etl-item.receive-title {
    padding-left: 20px;
}
.hero-img img {
    max-height: 600px;
}
}
@media (max-width: 500px) {

.hero-section .hero-content-wrapper h1 {
    line-height: 26px;
    font-size: 20px;
}
.home-liner {
    margin-bottom: 15px;
    margin-top: 15px;
}
.hero-section .hero-content-wrapper p {
    font-size: 14px;
    line-height: 22px;
	margin-bottom: 30px;
}
span.custom-t-height {
    font-size: 22px;
}
.hero-img img {
    max-height: 600px;
    width: 110vw;
    top: 0px!important;
}
.third-version .exchange .exchange-item img {
    width: 24px;
    height: 24px;
}
.give.currency-block.exchange-step.activated,
.take._with-limits.currency-block.exchange-step.activated {
    max-width: 60px;
}
.exchanger-form.exchange-step {
    min-width: calc(100% - 140px);
}
.take._with-limits.currency-block.exchange-step {
    min-width: calc(100% - 70px);
}
.currency-block.exchange-step .exchange-item.currency-item img {
    margin-left: 10px;
}
.currency-block.exchange-step.activated .exchange-item.currency-item img {
    margin-left: 0px;
}
.currency-block.exchange-step .exchange-item.currency-item .name .ci-flex span {
    font-size: 12px;
}
}
@media (max-width: 450px) {
	section#feature .single-feature .feature-img img {
    max-width: 140px;
}
}

.static-h_wrapper-main.short_exchange {
    min-height: auto;
    max-height: none;
    height: 100%;
}
.static-h_wrapper-main.short_exchange .give_data,
.static-h_wrapper-main.short_exchange .take_data {
	position: relative;
	
}
section.main_section.calc-section.new-sec-pad.ex-section .row > .col-12 {
    position: inherit;
    z-index: auto;
}
.static-h_wrapper-main.short_exchange .exchanger-form .exchange-form {
	z-index: 1;
}
.static-h_wrapper-main.short_exchange {
    padding-top: 40px;
}
.container.clac-hom-container .inner-exchange-form form {
    display: flex;
}
.container.clac-hom-container form#hidden-bid-form .give_data, .container.clac-hom-container form#hidden-bid-form .take_data, .container.clac-hom-container form#hidden-bid-form .exchange-controls {
    width: 32%;
    margin: 0.5%;
    padding: 20px 25px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 40px rgb(8 4 109 / 15%);
}
.static-h_wrapper-main.short_exchange .currency-block {
	max-width: 100%;
	width: 100%;
	position: absolute;
	max-height: 0px;
	z-index: 2;
	transition: 0.3s;
	height: auto;
	padding: 0!important;
	top: 120px;
    border-radius: 12px;
}
.static-h_wrapper-main.short_exchange .currency-block.active {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(130 125 250 / 30%);
}
.exchange .exchange-item .limit {
    display: none;
}
.exchange .exchange-item .inner-exchange-for-limits {
    flex: 0 0 100%;
}
.static-h_wrapper-main.short_exchange .give.currency-block {
    top: 84px;	
}
.static-h_wrapper-main.short_exchange .take.currency-block {
    top: 84px;	
}
.new_giv_cont {
    position: relative;
    z-index: 2;
}
.selected-currency.new_giv_cont, .selected-currency.new_tek_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	position: relative;
}
.new-giv-tak-img {
    background: #ffd800;
    padding: 10px;
    margin-right: 10px;
    border-radius: 12px;
    max-width: 50px;
}
.selected-currency.new_giv_cont img, 
.selected-currency.new_tek_cont img,
.selected-currency.new_exch_cont img {
	width: 100%;
}
.static-h_wrapper-main.short_exchange .exchange-form .exchange-field .currency-icon {
    opacity: 0.5;
    filter: grayscale(0.5);
}
.static-h_wrapper-main.short_exchange .new_tek_selec.active,
.static-h_wrapper-main.short_exchange .new_giv_selec.active {
    max-height: 400px;
    z-index: 3;
	transition: 0.3s;
}
.static-h_wrapper-main.short_exchange .exchanger-form.exchange-step {
    display: flex!important; 
}
.st_new_inp {
    width: calc(100% - 66px);
}
.new-giv-tak-img {
    background: #ffd800;
    padding: 14px;
    margin-right: 10px;
    border-radius: 12px;
    max-width: 56px;
    max-height: 56px;
    width: 56px;
    height: 56px;
}
.text_new_inp .currency {
    color: #111;
    font-size: 14px;
    font-weight: 800;
}
.tek_over_new,
.giv_over_new {
	z-index: 2;
	position: fixed;
	width: 0vw;
	height: 0vh;
	top: 0;
	left: 0;
	background: transparent;
}
.tek_over_new.active,
.giv_over_new.active {
	width: 100vw;
	height: 100vh;
}
.st_new_inp {
    display: flex;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    justify-content: space-between;
    min-height: 56px;
    max-height: 56px;
    overflow: hidden;
}
.st_new_inp .inf_new_inp_cont {
    display: flex;
    align-items: center;
}
.st_new_inp .inf_new_inp_cont .img_new_inp {
    width: 54px;
    height: 54px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #e9e9fe;
}
.st_new_inp .inf_new_inp_cont .text_new_inp {
    padding-left: 10px;
}
.st_new_inp .inf_new_inp_cont .text_new_inp .sub_text_new_inp .curr_name_new {
    color: #2c23d9;
    font-size: 14px;
    padding-right: 8px;
}
.st_new_inp .inf_new_inp_cont .text_new_inp .sub_text_new_inp .currency-code {
    color: #999;
    font-weight: 500;
}
.arr_new_inp {
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #bbb;
}
.st_new_inp {
    cursor: pointer;
    transition: 0.3s;
}
.st_new_inp:hover {
    border-color: #d1d1d1;
    box-shadow: 0 0 20px rgb(133 127 255 / 30%);
}

.drop-curr-container .currency-block, .drop-curr-container .free-space {
    width: 32%!important;
    margin: 0.5%;
    max-width: calc(32% - 54px)!important;
}
.static-h_wrapper-main.short_exchange .new_tek_selec {
    left: calc(33.5% + 24px);
}
.static-h_wrapper-main.short_exchange .new_giv_selec {
    left: calc(0.5% + 26px);
}
.exchange-field .currency-icon {
    display: none;
}
.exchange-field {
    padding: 0;
	border: 1px solid #ccc;
    border-radius: 12px;
}
.currency-help span.currency-code {
    padding-left: 6px;
}
.currency-help span:first-child {
    color: #222;
    font-weight: 600;
}
.selected-currency.new_exch_cont .new-giv-tak-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 14px;
}
.selected-currency.new_exch_cont img {
    max-width: 22px;
}
.selected-currency.new_exch_cont .st_new_inp:hover {
    box-shadow: none;
}
.selected-currency.new_exch_cont .st_new_inp {
    border: none;
}

.exchange-submit:disabled {
    background: rgb(133 127 255 / 30%);
    cursor: no-drop;
	    color: #6c68bb;
}
.exchange-submit {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-weight: 800;
    color: #ffffff;
    background: #827dfa;
}
.exchange-field .form-group input {
    padding: 6px 20px;
    height: 48px;
    color: #111;
    font-weight: 700;
    font-size: 16px;
}

.st_new_inp .inf_new_inp_cont .text_new_inp .sub_text_new_inp {
    padding-top: 4px;
}
.st_new_inp .inf_new_inp_cont .img_new_inp img.newcurrimg {
    width: 100%;
    max-width: 30px;
}
.st_new_inp .inf_new_inp_cont .text_new_inp {
    display: flex;
    flex-direction: column;
}
.st_new_inp .inf_new_inp_cont .text_new_inp .sub_text_new_inp {
    display: flex;
}
section.subtext-sec {
    text-align: center;
    padding: 20px 15px;
    position: relative;
    z-index: 0;
}
section.subtext-sec p.text-white span.custom-t-height {
    font-size: 44px;
    margin-bottom: 10px;
    display: block;
}
section.subtext-sec p.text-white {
    font-size: 24px;
    margin-bottom: 20px;
}
section.subtext-sec p.text-white span.home-text-ace {
    padding: 4px 6px;
}
.hero-content-wrapper {
    padding: 30px 0 30px 0;
}
.hero-section .hero-content-wrapper h1 {
    font-size: 50px;
    font-family: Montserrat, 'sans-serif';
    line-height: normal;
    color: #111!important;
    font-weight: 800;
}
.hero-section .hero-content-wrapper h1 span.ft-color {
    color: #857fff;
}
span.smaled {
    font-size: 34px;
    font-weight: 700;
}
.subtext-notif {
    color: #111111;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 20px;
    font-family: Montserrat, 'sans-serif';
}

.subtext-notif a {
    color: #384fff;
    text-decoration: underline!important;
    font-weight: 800;
}

.typer-text p {
    display: inline;
    padding: 5px 10px;
    background: #857fff;
	border-radius: 4px;
}

.typer-text {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 30px;
    font-family: Montserrat, 'sans-serif';
}

.tg-notifer a {
    display: block;
    margin-top: 10px;
    text-align: center;
    padding: 6px;
    color: #999;
    padding-bottom: 3px;
}

.tg-notifer a strong {
    color: #384fff;
}

.tg-notifer a span {
    padding-bottom: 3px;
    border-bottom: 1px dashed #999;
}

.dimag-img {
    position: relative;
}
.dimag-img img {
    position: relative;
    z-index: 2;
}
.dimag-img img.moneyimg {
    position: absolute;
    left: 0;
	top: 0;
    z-index: 1;
	animation: 3s linear 1s infinite alternate slideins;
}
.dimag-img img.moneyimgs:nth-child(1) {
	animation: 3s linear 1s infinite alternate slideins1;
}
.dimag-img img.moneyimg:nth-child(2) {
	animation: 3s linear 1s infinite alternate slideins2;
}
.dimag-img img.moneyimg:nth-child(3) {
	animation: 3s linear 1s infinite alternate slideins3;
}
.dimag-img img.moneyimg:nth-child(4) {
	animation: 5s linear 1s infinite alternate slideins4;
}
.dimag-img img.moneyimg:nth-child(8) {
	animation: 8s linear 1s infinite alternate slideins8;
}
.dimag-img img.moneyimg:nth-child(6) {
	animation: 6s linear 1s infinite alternate slideins6;
}
.dimag-img img.moneyimg:nth-child(5) {
	animation: 4s linear 1s infinite alternate slideins5;
}
.dimag-img img.moneyimg:nth-child(9) {
	animation: 7s linear 1s infinite alternate slideins9;
}
.dimag-img img.moneyimg:nth-child(7) {
	animation: 9s linear 1s infinite alternate slideins7;
}
@keyframes slideins1 {
  from {
    
    transform: rotate(0deg) translate(0px, 0px);
  }
  to {
    
    transform: rotate(-10deg) translate(20px, 10px);
  }
}
@keyframes slideins2 {
  from {
    
    transform: rotate(0deg) translateY(0px);
  }
  to {
    
    transform: rotate(3deg) translateY(-50px);
  }
}
@keyframes slideins3 {
  from {
    
    transform: rotate(0deg) translate(0px, 0px);
  }
  to {
    
    transform: rotate(-15deg) translate(-20px, -50px);
  }
}
@keyframes slideins4 {
  from {
    
    transform: rotate(0deg) translate(0px, 0px);
  }
  to {
    
    transform: rotate(-4deg) translate(-50px, 30px);
  }
}
@keyframes slideins5 {
  from {
    
    transform: translate(0px, 0px) rotate(0deg);;
  }
  to {
    
    transform: translate(30px, -1px) rotate(-31deg);
  }
}
@keyframes slideins6 {
  from {
    
    transform: rotate(0deg) translateY(0px);
  }
  to {
    
    transform: rotate(45deg) translateY(50px);
  }
}
@keyframes slideins7 {
  from {
    
    transform: rotate(0deg) translate(0px, 0px) scale(1);
  }
  to {
    
    transform: rotate(20deg) translate(90px, 110px) scale(1.2);
  }
}
@keyframes slideins8 {
  from {
    
    transform: scale(1) translate(0px, 0px);
  }
  to {
    
    transform: scale(1.2) translate(20px, -20px);
  }
}
@keyframes slideins9 {
  from {
    
    transform: scale(1) translate(0px, 0px);
  }
  to {
    
    transform: scale(1.5) translate(99px, 14px);
  }
}
@media (max-width: 1310px){
.hero-section .hero-content-wrapper h1 {
    font-size: 30px;
}
span.smaled {
    font-size: 24px;
    font-weight: 700;
}
.subtext-notif {
    font-size: 20px;
}
.main-menu-container .nav-menu-item {
    padding: 0 20px;
}
}
@media (max-width: 1150px){
	.container.clac-hom-container .inner-exchange-form form {
    display: flex;
    flex-wrap: wrap;
}
.container.clac-hom-container form#hidden-bid-form .exchange-controls {
    width: 99%;
}
.container.clac-hom-container form#hidden-bid-form .give_data, .container.clac-hom-container form#hidden-bid-form .take_data {
    width: 49%;
}
.drop-curr-container .currency-block, .drop-curr-container .free-space {
    width: 49%!important;
    margin: 0.5%;
    max-width: calc(49% - 54px)!important;
}
.static-h_wrapper-main.short_exchange .new_tek_selec {
    left: calc(50.5% + 24px);
}
}
@media (max-width: 992px){
.main-menu-container .nav-menu-item,
.main-menu-container .user-control-block{
	display: none;
}
.nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.static-h_wrapper-main.short_exchange .exchanger-form {
    flex: 0 0 100%;
}
.hero-section .hero-content-wrapper h1 {
    line-height: 36px;
    font-size: 30px;
}
.hero-content-wrapper {
    padding: 20px 0 10px 0;
}
section.tg-info-block .flex-col.col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.tg-info-block > .container > .row {
    display: flex;
    flex-direction: column-reverse;
}
.animated-phone {
	margin-top: 40px;
    max-width: 700px;
}
.about-wrapper.homepage > .container > .row .flex-col.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.about-wrapper.homepage > .container > .row .flex-col.col-6 .seotextimg {
	margin-top: 40px;
    max-width: 600px;
}
.feedback-wrapper.homepage .row.review-items .row.flexitt .colored-reviews-box {
    width: 32%;
}
.menu-f-cont a {
    width: auto!important;
}
}
@media (max-width: 768px) {
.features-wrapper .row.justify-content-center .col-md-6 {
    margin-bottom: 10px;
}
.feedback-wrapper.homepage .row.review-items .row.flexitt .colored-reviews-box {
    width: 49%;
}
.activated .ci-flex {
    display: flex;
}
.subtext-sec .clac-hom-container .row.short_exchange {
    margin-right: 0;
    margin-left: 0;
}
.subtext-sec .clac-hom-container .row.short_exchange .exchange-currencies {
    gap: inherit;
}
.subtext-sec .clac-hom-container {
    padding: 0;
}
.container.clac-hom-container form#hidden-bid-form .give_data, .container.clac-hom-container form#hidden-bid-form .take_data {
    width: 99%;
}
.drop-curr-container .currency-block, .drop-curr-container .free-space {
    width: 99%!important;
    margin: 0.5%;
    max-width: calc(99% - 50px)!important;
}
.static-h_wrapper-main.short_exchange .new_giv_selec {
    left: calc(0.5% + 22px);
}
.static-h_wrapper-main.short_exchange .new_tek_selec {
    left: calc(0.5% + 22px);
}
.static-h_wrapper-main.short_exchange .take.currency-block {
    top: 286px;
}
.activated .ci-flex span:first-child {
    padding-left: 8px;
	padding-right: 6px;
}
.ci-flex span + span {
    display: block;
}
section.subtext-sec p.text-white span.custom-t-height {
    font-size: 32px;
	margin-bottom: 0px;
}
section.subtext-sec p.text-white {
    font-size: 20px;
}
.dimag-img {
    display: none;
}
section.reserve-section .container-fluid.not-over {
    max-width: 1540px;
    padding: 30px 0 30px 0;
}
.about-wrapper.homepage {
    padding-top: 0px;
}
.nav-row.new-white .right-menu .nav-menu-item:last-child {
    padding-right: 0!important;
}
}
@media (max-width: 650px){
.menu-f-cont {
    display: none!important;
}
.new-f-col {
    padding-top: 30px!important;
}
}
@media (max-width: 500px){
.static-h_wrapper-main.short_exchange .exchanger-form.exchange-step {
    width: 100%!important;
	flex: 0 0 100%;
}
.hero-section .hero-content-wrapper h1 {
    line-height: 30px;
    font-size: 26px;
}
.static-h_wrapper-main.short_exchange {
    padding-top: 20px;
}
.hero-section .hero-content-wrapper h1 span.ft-color {
    display: block;
}
.hero-section .hero-content-wrapper h1 br {
	display: none;
}
.static-h_wrapper-main.short_exchange .currency-block {
	max-width: calc(100% - 30px)!important;
    left: 15px;
}
.feedback-wrapper.homepage .row.review-items .row.flexitt .colored-reviews-box {
    width: 99%;
}
.new-f-col {
    display: flex;
    flex-direction: column!important;
}
.new-f-col .f-col {
    width: 100%;
}
.footer .copyright-wrapper {
    text-align: center!important;
}
.new-f-col .f-col .time-description {
    text-align: center!important;
    max-width: 100%!important;
}
.f-col .contact-link {
    align-items: center!important;
    padding-top: 40px!important;
}
.tg-info-block h2 {
    font-size: 24px!important;
}
.container.clac-hom-container form#hidden-bid-form .give_data, .container.clac-hom-container form#hidden-bid-form .take_data, .container.clac-hom-container form#hidden-bid-form .exchange-controls {
    padding: 20px 15px;
}
.exchange-wrapper.third-version {
    margin-bottom: 20px;
}
.static-h_wrapper-main.short_exchange .form-exchange-block {
    overflow-x: visible;
}

.static-h_wrapper-main.short_exchange .give.currency-block {
    top: 81px;
}
.static-h_wrapper-main.short_exchange .exchange-controls {
    margin-top: 15px;
}
.static-h_wrapper-main.short_exchange .take.currency-block {
    top: 272px;
}
.static-h_wrapper-main.short_exchange .exchange-delimiter {
    padding: 10px 0;
    position: relative;
}
}

.slider {
    background: transparent;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 160px;
}
.slider::before, .slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide {
  height: 70px;
  width: 70px;
}
.slider .slide img {
    max-width: 70px;
    padding: 15px;
    opacity: 0.6;
}
.slide-track.second-track {
    position: relative;
    top: -20px;
    left: -35px;
    opacity: 0.4;
}
.slide-track.first-track {
    opacity: 0.1;
}
.slide-track.third-track {
    position: relative;
    top: -40px;
    opacity: 0.7;
}
.curr-slid-container {
    padding-top: 40px;
	padding-bottom: 8px;
}
.tg-info-block img {
    width: 100%;
}
.tg-info-block {
    background: #fff;
    box-shadow: 0 0 40px rgb(8 4 109 / 15%);
	padding: 50px 0;
	color: #111;
}
.tg-info-block h2 {
    color: #111;
    font-weight: 800;
    font-family: Montserrat, 'sans-serif';
    font-size: 30px;
}
.tg-info-block h2 span.suptext {
    font-weight: 600;
    font-size: 19px;
    color: #333;
}
section.tg-info-block ul {
    list-style: none;
    padding: 30px 0;
    color: #777;
}
section.tg-info-block ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #7e79fd;
    position: absolute;
    left: 8px;
    top: 2px;
    border-radius: 100px;
    box-shadow: 3px 3px 10px #7e79fd;
}
section.tg-info-block ul li {
    padding-left: 30px;
    position: relative;
	padding-bottom: 14px;
}
section.tg-info-block ul li span.toptg-text {
    color: #7e79fd;
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding-bottom: 6px;
}
section.tg-info-block ul li span.suptg-text {
    font-size: 14px;
    display: block;
}
.tg-btn-block a.tg-btn {
    background: #2AABEE;
    padding: 14px 60px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    box-shadow: 0 0 20px rgb(42 171 238 / 50%);
	transition: 0.3s;
}
.tg-btn-block a.tg-btn:hover, .tg-btn-block a.tg-btn:focus {
    background: #1993d3;
	transition: 0.3s;
}
.tg-info-block .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.animated-phone {
    padding-right: 50px;
	position: relative;
}
.colortext {
    color: #857fff;
}
.animated-phone img.phonepart {
    position: absolute;
    left: 0;
    top: 0;
	animation: 3s linear 1s infinite alternate flys;
}
.animated-phone img.phonepart:nth-child(3) {

	animation: 4s linear 1s infinite alternate flys3;
}
.animated-phone img.phonepart:nth-child(4) {

	animation: 5s linear 1s infinite alternate flys4;
}
.animated-phone img.phonepart:nth-child(5) {

	animation: 3s linear 1s infinite alternate flys5;
}
.animated-phone img.phonepart:nth-child(6) {

	animation: 5s linear 1s infinite alternate flys6;
}
.animated-phone img.phonepart:nth-child(6) {

	animation: 5s linear 1s infinite alternate flys6;
}
.animated-phone img.phonepart:nth-child(7) {

	animation: 4s linear 1s infinite alternate flys7;
}
.animated-phone img.phonepart:nth-child(8) {

	animation: 3s linear 1s infinite alternate flys8;
}
.animated-phone img.phonepart:nth-child(9) {

	animation: 6s linear 1s infinite alternate flys9;
}
@keyframes flys {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(-10px, 20px) scale(1.02);
  }
}
@keyframes flys3 {
  from {
    transform: translate(-10px, 20px);
  }
  to {
    transform: translate(0px, 0px) scale(0.98);
  }
}
@keyframes flys4 {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(-10px, 20px) scale(1.02);
  }
}
@keyframes flys5 {
  from {
    transform: translate(-10px, 20px);
  }
  to {
    transform: translate(0px, 0px) scale(0.98);
  }
}
@keyframes flys6 {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(-10px, 20px) scale(1.02);
  }
}
@keyframes flys7 {
  from {
    transform: translate(-10px, 20px);
  }
  to {
    transform: translate(0px, 0px) scale(0.98);
  }
}
@keyframes flys8 {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(-10px, 20px) scale(1.02);
  }
}
@keyframes flys9 {
  from {
    transform: translate(-10px, 20px);
  }
  to {
    transform: translate(0px, 0px) scale(0.98);
  }
}

.seotextimg {
    position: relative;
}
.seotextimg img.inimatedseoimg {
    position: absolute;
    left: 0;
    top: 0;
	animation: 4s linear 1s infinite alternate bounse;
}

@keyframes bounse {
  from {
    transform: translate(0px, 10px);
  }
  to {
    transform: translate(0px, -20px) scale(1.05);
  }
}

.feedback-wrapper.homepage .reviews {
    background: transparent;
}
.feedback-wrapper.homepage .reviews .reviews-title {
    border-bottom: none;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 30px;
    color: #857fff;
}
.feedback-wrapper.homepage .reviews .reviews-title span {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    color: #857fff;
    font-family: Roboto, 'sans-serif';
}
.feedback-wrapper.homepage .colored-reviews-box {
    padding-right: 15px;
    padding-left: 15px;
    border-top: none;
    width: 24%;
    background: #fff;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 12px;
    box-shadow: 0 0 40px rgb(8 4 109 / 15%);
	color: #111;
    font-weight: 600;
}
.feedback-wrapper.homepage .flexitt {
    display: flex;
    flex-wrap: wrap;
}
.feedback-wrapper.homepage .colored-reviews-box .review-text {
    color: #666;
    font-weight: 400;
}
.feedback-wrapper.homepage .reviews .see-all {
    display: none;
}
.partner-wrapper.homepage .partners {
    margin-bottom: 0;
    border: none;
}
.partner-wrapper.homepage .partners .container {
    max-width: 100%!important;
    padding: 0;
}
.partner-wrapper.homepage .partners-item {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
}
.partner-wrapper.homepage .partners-item img {
    max-width: 140px;
}
.partner-wrapper.homepage .partners-home-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(180px *24);
    flex-wrap: nowrap;
	-webkit-animation: scrolls 129s linear infinite;
    animation: scrolls 50s linear infinite;
	justify-content: flex-start;
    align-items: center;
}
@-webkit-keyframes scrolls {
0% {
	transform: translateX(0);
}
100% {
	transform: translateX(calc(-180px * 12));
}
}

@keyframes scrolls {
0% {
	transform: translateX(0);
}
100% {
	transform: translateX(calc(-180px * 12));
}
}