body {
    background: #161616;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   min-height: 100% !important;
}

.e-mail:before {
    content: attr(data-website) "\0040" attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl;
}

.lifter {
    z-index: 10;
    position: relative;
}

.app {
    height:100%;
    padding-bottom: 89px;
}

main {
    min-height: 100%;
}

.main-home {
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.copyright {
    color: #ddd;
}

.copyright a {
    color: #ddd;
    transition: 0.3s;
}

.copyright a:hover{
    color: #1684C3;
    text-decoration: none;
    -webkit-transition: ease all .2s;
    -moz-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s
}

.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
  display: none;
  margin-top: 10px;
  color: #1684C3;
}

.panel-heading.collapsed .fa-chevron-right,
.panel-heading .fa-chevron-down {
  display: inline-block;
  margin-top: 10px;
  color: #1684C3;
}

i.fa {
  cursor: pointer;
  margin-right: 5px;
}

.collapsed ~ .panel-body {
  padding: 0;
}


.fade-enter-active, .fade-leave-active {
    transition: opacity 0.2s
  }
  
  .fade-enter, .fade-leave-active {
    opacity: 0
  }

#mix {
    padding-top: 150px;
}

.api-box {
    padding: 3%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}

.api-box a {
    color: #1684C3;
}

.api-box a:hover {
    color: #166C9D;
    transition: 0.3s;
    text-decoration: none;
}

.api-box .code-block {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    margin:0px;
    line-height: 1.3;
    padding: 1px;
    font-size: 12px;
}

.api-box code{
    color: #1684C3;
    background: #EDEDED;
    border-color: #C5C5C5;
    padding: 1px;
}

.api-box h3 {
        font-size: 18px;
        color: black;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
}

.api-box p {
    padding-top: 5px;
    margin-bottom: 0rem;
}

.api-table {
    margin-top: 15px;
    margin-bottom: 15px;
}

.letter-of-g {
    margin-top: 20px;
}

.letter-of-g-box {
    background: #ededed;
    border: 1px solid;
    padding: 10px;
    border-color: #c5c5c5;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    margin-top: 10px;
}

.form-group a {
    font-size: 1rem !important;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.mix-form a {
    color:#1684C3;
    font-size: 14px;
  }

.mixer-data {
    color:#1684C3;
    padding: 0px;
    margin: 0px;
    font-family: monospace;
    font-size: 16px;
    word-wrap: break-word
  }

#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}

.full-screen {
    min-height: 100%
}

canvas {
    display: block;
    vertical-align: bottom;
  } /* ---- particles.js container ---- */

#particles-js canvas{
    position: absolute;
    z-index: 1;
}

#qr-tx canvas{
    z-index: 2;
}

.container h1 {
    color: white;
}

.header-nav {
    top: 10px;
    padding: 15px 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header-nav .navbar-brand {
    color: #fff;
    font-weight: 800;
    position: relative;
    font-size: 23px
}

.header-nav .navbar-brand span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: -9px;
    float: left
}

.header-nav .navbar-nav>li {
    margin: 0 0 0 20px;
}

.header-nav .navbar-nav .nav-link {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    color: #ececec;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .215em
}

.header-nav .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    height: 1px;
    background: #fff;
    -webkit-transition: ease all .2s;
    -moz-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s
}

.header-nav .navbar-nav .nav-link.active:after,
.header-nav .navbar-nav .nav-link:hover:after {
    width: 75%
}

.navbar-toggler {
    border: none;
    padding: 10px 6px;
    outline: 0 !important
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px
}

.navbar-toggler span+span+span {
    width: 10px
}

.header-nav.fixed-header {
    top: 0;
    margin-top: 15;
    padding: 12px 10px;
    background: #111;
    box-shadow: 0 1px 27px -3px rgba(0, 0, 0, .2)
}

.navbar-toggler {
    border: none;
    padding: 10px 6px;
    outline: 0 !important
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px
}

.navbar-toggler span+span+span {
    width: 10px
}

.header-nav.fixed-header {
    top: 0;
    margin-top: 0;
    padding: 12px 10px;
    background: #111;
    box-shadow: 0 1px 27px -3px rgba(0, 0, 0, .2)
}

.header-nav .navbar-toggler span,
.m-btn-link-white:before,
.navbar-toggler span {
    background: #fff
}

.footer {
    background:transparent;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    height: 89px;
    padding-bottom: 20px;
}

.footer p {
    margin: 0;
    font-size: 14px;
}

.footer .footer-logo {
    font-size: 10px;
    font-weight: 700;
    color: #fff
}

.footer .footer-logo span {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.footer .footer-logo span span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    bottom: 11px;
    right: -8px;
    float: left;
    background: #fff
}

.footer .social-icons {
    padding: 20px 0
}

.footer .social-icons li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #a5a5a5
}

.social-icons {
    margin: 0;
    padding: 0
}

.social-icons li {
    display: inline-block;
    vertical-align: top;
    list-style: none
}

.social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    border-radius: 50%;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s
}
.social-icons li a:hover {
    background: #333;
    color: #fff
}

.mix-form h2,
.mix-info-box h2 {
    text-transform: capitalize;
    font-weight: 600;
}

.mix-form h3{
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px !important;
}
.mix-info-box {
    padding: 10%
}

.mix-info-box h2 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 20px;
    color: #151515
}

.faq-box {
    padding: 3%;
}

 h2 {
    margin: 0;
    padding: 0 0 15px;
    font-size: 20px;
    color: #151515
}

.mix-info-box .desc {
    width: 350px;
    max-width: 100%;
    margin-bottom: 40px
}

.mix-info-box .mix-info {
    position: relative;
    padding-left: 50px;
    padding-bottom: 20px
}

.mix-info-box .mix-info .icon {
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 35px;
    left: 0;
    font-size: 17px
}
.mix-info-box .mix-info p {
    margin: 0;
    font-size: 14px
}

.mix-info-box .social-icons {
    margin: 0;
    padding: 0 0 0 40px
}

.mix-info-box .social-icons li {
    display: inline-block;
    vertical-align: top;
    list-style: none
}

.mix-info-box .social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    border-radius: 50%
}

.mix-info-box .social-icons li a:hover {
    background: #333;
    color: #fff
}

.mix-form {
    border-left: 1px solid #ddd;
    padding: 8%
}

.mix-form h2 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 20px;
    color: #151515
}
.mix-form .form-control {
    border-radius: 0;
}

.mix-form textarea.form-control {
    height: 100px
}

.mix-us-box {
    margin: 0 5%;
    position: relative;
    background: #F9F9F9;
    z-index: 10;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 42px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 42px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 42px -8px rgba(0,0,0,0.75);
}

.main-container {
}

.home-banner,
.home-banner-01,
.home-banner-02 {
    background-attachment: fixed
}

.home-banner,
.home-banner-01,
.home-banner-02,
.home-banner-04 .my-photo {
    background-repeat: no-repeat
}
.home-banner {
    position: relative;
    background-position: right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-banner .particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4
}

.home-banner .particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4
}

.mix .particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4
}

.home-banner .home-text-center {
    position: relative;
    padding-left: 45px;
    z-index: 1
}

.home-banner .home-text-center:after {
    width: 5px;
    left: 1px;
    top: 5px;
    bottom: 0;
    content: "";
    position: absolute
}

.home-banner h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 5px
}

.home-banner h5 {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px
}

.home-banner p {
    width: 600px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    padding: 0 0 35px;
    color: #fff;
    margin: 0
}

.home-banner .m-btn {
    min-width: 140px;
    margin-right: 10px;
    text-align: center
}

@media (max-width:767px) {
    .home-banner .home-text-center {
        padding-left: 25px
    }
    .home-banner .home-text-center:after {
        width: 3px
    }
    .home-banner h4 {
        font-size: 16px;
        color: #fff;
        margin: 0 0 5px
    }
    .home-banner h5 {
        font-size: 36px;
        margin: 0 0 10px
    }
    .home-banner p {
        font-size: 14px;
        padding: 0 0 20px
    }
    .home-banner .m-btn-link {
        font-size: 13px
    }
}

.home-banner-01 {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-banner-01 h4 {
    font-size: 25px;
    color: #222;
    margin: 0 0 10px
}

.home-banner-01 h5 {
    font-size: 65px;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px
}

.home-banner-01 p {
    width: 600px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    padding: 0 0 35px;
    color: #222;
    margin: 0
}

.home-banner-01 .m-btn {
    min-width: 160px;
    margin: 8px
}
@media (max-width:767px) {
    .home-banner-01 .home-text-center:after {
        width: 3px
    }
    .home-banner-01 h4 {
        font-size: 16px;
        margin: 0 0 5px
    }
    .home-banner-01 h5 {
        font-size: 36px;
        margin: 0 0 10px
    }
    .home-banner-01 p {
        font-size: 14px;
        padding: 0 0 20px
    }
    .home-banner-01 .m-btn-link {
        font-size: 13px
    }
}

.home-banner-02 {
    background-position: bottom center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.home-banner-02 h4 {
    font-size: 25px;
    color: #222;
    margin: 0 0 10px
}

.home-banner-02 h5 {
    font-size: 65px;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px
}

.home-banner-02 p {
    width: 600px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    padding: 0 0 35px;
    color: #222;
    margin: 0
}

.home-banner-02 .m-btn {
    min-width: 160px;
    margin: 8px
}

@media (max-width:767px) {
    .home-banner-02 .home-text-center:after {
        width: 3px
    }
    .home-banner-02 h4 {
        font-size: 16px;
        margin: 0 0 5px
    }
    .home-banner-02 h5 {
        font-size: 36px;
        margin: 0 0 10px
    }
    .home-banner-02 p {
        font-size: 14px;
        padding: 0 0 20px
    }
    .home-banner-02 .m-btn-link {
        font-size: 13px
    }
}

.home-banner-03 h4 {
    font-size: 25px;
    color: #fff;
    margin: 0 0 10px
}

.home-banner-03 h5 {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px
}

.home-banner-03 p {
    width: 600px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    padding: 0 0 35px;
    color: #fff;
    margin: 0
}

.home-banner-03 .m-btn {
    min-width: 160px;
    margin: 8px
}

@media (max-width:767px) {
    .home-banner-03 .home-text-center:after {
        width: 3px
    }
    .home-banner-03 h4 {
        font-size: 16px;
        margin: 0 0 5px
    }
    .home-banner-03 h5 {
        font-size: 36px;
        margin: 0 0 10px
    }
    .home-banner-03 p {
        font-size: 14px;
        padding: 0 0 20px
    }
    .home-banner-03 .m-btn-link {
        font-size: 13px
    }
}

.home-banner-04 .my-photo {
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-banner-04 .home-text-center {
    padding: 5%
}

.home-banner-04 h4 {
    font-size: 25px;
    color: #222;
    margin: 0 0 10px
}

.home-banner-04 h5 {
    font-size: 65px;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px
}

.home-banner-04 p {
    width: 600px;
    max-width: 100%;
    font-weight: 400;
    font-size: 22px;
    padding: 0 0 35px;
    color: #222;
    margin: 0
}

.home-banner-04 .m-btn {
    min-width: 160px;
    margin: 8px
}

@media (max-width:767px) {
    .home-banner-04 .home-text-center:after {
        width: 3px
    }
    .home-banner-04 h4 {
        font-size: 16px;
        margin: 0 0 5px
    }
    .home-banner-04 h5 {
        font-size: 36px;
        margin: 0 0 10px
    }
    .home-banner-04 p {
        font-size: 14px;
        padding: 0 0 20px
    }
    .home-banner-04 .m-btn-link {
        font-size: 13px
    }
}

.btn {
    border-radius: 0;
    background: #1684C3;
}

.btn-primary:disabled {

    background-color: #1684C3;
    border-color: #007bff;

}

.valid-feedback {
    color: #1684C3;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #1684C3;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #1684C3;
  box-shadow: 0 0 0 0.2rem rgba(22, 135, 195, 0.25);
}

.theme-after-bg:after,
.btn-theme,
.theme-bg {
  background:#1684C3;
}
.m-btn-theme, 
.title-section h2:after,
.m-btn-white:hover,
.theme-after:after,
.theme-g-bg{
	background: #1684C3;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #36648B, #1684C3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #36648B, #1684C3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.m-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 12px;
    letter-spacing: 2.5px;
    font-weight: 500;
    border: none;
    border-radius: 45px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    transition: all .3s ease 0s;
    outline: 0
}

.m-btn-white {
    color: #151515;
    background-color: #fff
}

.m-btn-theme,
.m-btn-white:hover {
    color: #fff
}

.m-btn-theme:hover {
    color: #fff;
    background: #151515
}

.more-btn {
    color: #151515;
    font-weight: 600;
    position: relative;
    padding: 3px;
    line-height: 18px;
    font-size: 13px;
    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s
}

.more-btn i {
    position: absolute;
    right: 0;
    top: 5px;
    opacity: 0;
    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s
}

.m-btn-link,
.m-btn-link:after {
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s
}

.more-btn:hover {
    color: #000
}

.more-btn:hover i {
    right: -20px;
    opacity: 1
}

.m-btn-link:after,
.m-btn-link:before {
    content: "";
    opacity: .5
}

.m-btn-link {
    color: #444 !important;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 200;
    position: relative;
    transition: ease all .3s
}

.m-btn-link:after,
.m-btn-link:before,
.sec-round {
    position: absolute;
    bottom: 0
}

.m-btn-link:after {
    width: 100%;
    height: 40%;
    left: 0;
    transition: ease all .3s
}

.m-btn-link:before {
    width: 0;
    height: 1px;
    right: 0;
    background: #444;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s
}

.header-nav .navbar-toggler span,
.m-btn-link-white:before,
.navbar-toggler span {
    background: #fff
}

.m-btn-link:hover:after {
    width: 10px;
    left: -15px
}

.m-btn-link:hover:before {
    width: 100%;
    transition-delay: .4s
}

.m-btn-link-white {
    color: #fff !important
}

.m-btn,
.portfolio-filter li {
    cursor: pointer;
    text-transform: uppercase
}

.counter-col h6,
.m-btn,
.m-btn-link,
.more-btn,
.portfolio-filter li,
.progress-lt h6 {
    text-transform: uppercase
}

.m-btn,
.m-btn-link,
.more-btn {
    text-decoration: none !important
}

.sec-round {
    top: 0;
    left: 0;
    right: 0
}

.sec-round .full-height {
    height: 100%
}

.sec-round .round-item:first-child {
    border-left: 1px solid rgba(153, 153, 153, .11)
}

.sec-round .round-item {
    float: left;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid rgba(153, 153, 153, .11);
    height: 100%;
    position: relative
}

.header-nav-white .navbar-nav .nav-link {
    color: #333;
    font-weight: 600
}

.header-nav-white .navbar-nav .nav-link:after {
    background: #333
}

.header-nav-white .navbar-brand {
    color: #333
}

.header-nav-white.fixed-header {
    background: #fff
}

.header-nav-white .navbar-toggler span {
    background: #333
}

.header-nav .navbar-nav>li {
    margin: 0 0 0 20px
}

.header-nav .navbar-nav .nav-link {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    color: #ececec;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .215em
}

.header-nav .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    height: 1px;
    background: #fff;
    -webkit-transition: ease all .2s;
    -moz-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s
}