/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    background: #fff;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.offcanvas #page {
    overflow: hidden;
    position: absolute;
}
.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
//color: #4aca85;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #303133;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

::-webkit-selection {
    color: #fff;
    background: #4aca85;
}

::-moz-selection {
    color: #fff;
    background: #4aca85;
}

::selection {
    color: #fff;
    background: #4aca85;
}

.left-line {
    width: 500px;
    border-top: 1px solid rgba(59, 196, 153, 1.0);
    float: left;
    margin-left: -530px;
    margin-top: 22px;
    margin-right: 30px;
}

.right-line {
    width: 500px;
    border-top: 1px solid rgba(59, 196, 153, 1.0);
    float: right;
    margin-right: -530px;
    margin-top: 22px;
    margin-left: 30px;
}

.main-text {
    font-family: "Poppins", Helvetica, Arial, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    color: rgba(52, 176, 133, 1.0);
    text-align: left;
    line-height: 47px;
    margin-bottom: 40px;
}

@media (max-width: 760px) {
    .main-text {
        font-size: 28px;
    }
}

.text-block {
    font-family: "Poppins", Helvetica, Arial, serif;
    font-style: normal;
    font-size: 20px;
    text-align: left;
    box-shadow: 0 0 20px #ebe4f7;
    margin-bottom: 40px;
}

.text-block .header {
    background: rgba(59, 196, 153, 1.0);
    padding: 20px 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1.0);
}

.text-block .header-img {
    padding-top: 40px;
    text-align: center;
}

.text-block .header-img img {
    width: 139px;
}

.text-block .header-img .block-main-text {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 24px;
    font-size: 24px;
    color: rgba(52, 176, 133, 1.0);
}
.text-block .header-img p {
    font-style: italic;
    color: rgba(16, 19, 33, 1.0);
    font-size: 16px;
}

.text-block .body-text {
    background: transparent;
    padding: 0 30px 60px 30px;
    line-height: 22px;
    color: rgba(16, 19, 33, 1.0);
    font-size: 16px;
}

.text-block .body {
    background: #fff;
    padding: 30px 30px 15px 30px;
    line-height: 24px;
    color: rgba(16, 19, 33, 1.0);
    height: 440px
}

.text-block .body ul {
    list-style: none;
    padding: 0;
    padding-top: 10px;
}

.text-block .body ul li {
    margin-bottom: 40px;
    position: relative;
    padding-left: 20px;
}

.text-block .body ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: rgba(59, 196, 153, 1.0);
    border-radius: 5px;
    position: absolute;
    left:0;
    top: 5px;
}

@media (max-width: 1200px) {
    .text-block .body {
        font-size: 16px;
    }
}

@media (min-width: 780px) and (max-width: 1000px) {
    .text-block .header {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 18px !important;
    }

    .text-block .header-img .block-main-text {
        margin-top: 10px;
        font-weight: 300;
        padding-top: 10px;
        line-height: 16px;
        font-size: 22px;
    }

    .text-block .body-text {
        padding: 0 10px 30px 10px;
        line-height: 20px;
        font-size: 12px;
    }

    .text-block .body {
        font-size: 12px;
        line-height: 16px;
        height: 245px;
        padding: 10px 15px 15px 15px;
    }

    .text-block li {
        margin-bottom: 10px !important;
    }
}

.colorlib-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .colorlib-nav {
        margin: 0;
    }
}

.colorlib-nav .top-header-actual {
    text-align: center;
    background-color: #fbda72;
    padding: 9px 0;
}
.colorlib-nav .top-header-actual span {
    font-family: "Poppins", Helvetica, Arial, serif;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

.colorlib-nav .top-header {
    text-align: center;
    background-color: rgba(48, 203, 158, 1.0);
    padding: 9px 0;
}
.colorlib-nav .top-header span {
    font-family: "Poppins", Helvetica, Arial, serif;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}
.colorlib-nav .top-header img {
    margin-left: 10px;
    height: 26px;
    width: 16px;
}

.colorlib-nav .top-menu {
    padding: 25px 30px;
}
@media screen and (max-width: 768px) {
    .colorlib-nav .top-menu {
        padding: 28px 1em;
    }
}
.colorlib-nav #colorlib-logo {
    margin: 0;
    padding: 0;
}
.colorlib-nav #colorlib-logo a {
    position: relative;
}
.colorlib-nav #colorlib-logo img {
    width: 178px;
    height: 64px;
}

@media screen and (max-width: 768px) {
    .colorlib-nav #colorlib-logo img {
        width: 120px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .colorlib-nav .menu-1 {
        display: none;
    }
}
.colorlib-nav ul {
    padding: 0;
    margin: 0;
    margin-top: 18px;
}
.colorlib-nav ul li {
    padding: 18px 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgba(16, 19, 33, 1.0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.colorlib-nav ul li a {
    position: relative;
    padding: 20px 29px;
    color: inherit;
}

@media (max-width: 1200px) {
    .colorlib-nav ul li a {
        padding: 20px 10px;
    }
}

.colorlib-nav ul li:hover {
    background-color: rgba(48, 203, 158, 1.0);
    color: #fff;
}

.colorlib-nav  ul.right-link li {
    color: rgba(48, 203, 158, 1.0);
}

.colorlib-nav ul.right-link li:hover {
    background-color: rgb(251 218 114);
    color: rgba(0, 0, 0, 1.0);
}

.animated-logo {
    margin-top: 80px;
    position: relative;
    z-index: 0;
}

.animated-logo .display-t {
    display: table;
    margin-top: 250px;
    margin-bottom: 100px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.animated-logo .display-t.display-t2 {
    height: 500px;
}
.animated-logo .display-tc {
    display: table-cell;
    vertical-align: middle;
}

.animated-logo .display-tc h2 {
    color: rgba(16, 19, 33, 1.0);
    font-size: 55px;
    margin-bottom: 20px;
    font-family: "Poppins", Helvetica, Arial, serif;
    font-weight: 600;
    font-style: normal;
    line-height: 78px;
    text-align: left;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .animated-logo .display-tc h2 {
        font-size: 35px;
        line-height: 43px;
    }
}

@media (max-width: 1000px) {

    .animated-logo .display-tc h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .animated-logo .display-tc .animated-img img {
        top: -100px !important;
    }
}

@media (max-width: 768px) {
    .animated-logo .display-tc .animated-img img {
        width: 450px !important;
        left: calc(50% - 225px) !important;
        top: -200px !important;
    }
}

.animated-logo .display-tc p {
    font-family: "Poppins", Helvetica, Arial, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16.0px;
    color: rgba(16, 19, 33, 1.0);
    line-height: 22.4px;
    text-align: left;
}

.animated-logo .display-tc .animated-img {
    text-align: center;
    height:300px;
}

.animated-logo .display-tc .animated-img img {
    width:100%;
    position: absolute;
    top: -145px;
    left:0;
}

.animated-logo .social-tags {
    position: absolute;
    color: #000;
    left: -60px;
    top: 100px;
    width: 40px;
}

.animated-logo .social-tags div {
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    padding: 0px 0 0 1px;
    margin-bottom: 10px;
}

.animated-logo .social-tags img {
    width: 37px;
}

@media (max-width: 768px) {
    .animated-logo .social-tags {
        top: -70px;
        left: calc(50% - 70px);
        width: auto;
    }

    .animated-logo .social-tags div {
        float: left;
        margin-right: 10px;
    }
}

.clients .container {
    height:188px;
    background: url('../images/clients-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: -40px;
    background-position-y: -20px;
    z-index: 0;
}

.clients .overflow {
    overflow-x: auto;
}

.clients img {
    margin: 20px 10px 0;
    height: 64px;
}

@media (max-width: 1000px) {
    .clients img {
        height: 44px;
    }
}

@media (max-width: 760px) {
    .clients .container {
        background-position-x: -60px;
        height:212px;
    }
    .clients img {
        height: 34px;
    }
}

.about {
    background: url('../images/about-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 75px;
    padding-bottom: 150px;
    z-index: 2;
    margin-top: 20px;
}

@media (max-width: 760px) {
    .about {
        padding-top: 0;
        margin-top: 0;
    }
}

.about .row{
    display: flex;
    align-items: center;
}

.about .image-section {
    background: url('../images/about-left-bg.png');
    background-size: cover;
    padding: 75px;
}

.about .image-section img {
    width: 100%;
}

.about .text-section .main-text {
    font-family: "Poppins", Helvetica, Arial, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    color: rgba(52, 176, 133, 1.0);
    text-align: left;
    line-height: 47px;
    margin-bottom: 40px;
    margin-top: 70px;
}

.about .text-section p {
    font-family: "Poppins", Helvetica, Arial, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: rgba(222, 222, 222, 1.0);
    text-align: left;
    line-height: 25.2px;
}

.about2 {
    background: url('../images/about-2-1-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    z-index: 1;
    margin-top: -70px;
}

.about2 .about2-second-bg {
    background: url('../images/about-2-2-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
    z-index: 0;
}

.about2 .last-text-block {
    margin-top: 92px;
}

@media (max-width: 1000px) {
    .about2 {
        margin-top: -100px;
    }

    .about2 .about2-second-bg {
        padding-top: 0;
    }

    .about2 .last-text-block {
        margin-top: 46px;
    }
}

.cases {
    background: url('../images/cases-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    z-index: 2;
}

.cases .cases-block {
    font-family: "Poppins", Helvetica, Arial, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid rgba(59, 196, 153, 1.0);
}

.cases .cases-block .header {
    margin-top: 20px;
    font-weight: 600;
    padding: 20px 0 10px;
    line-height: 24px;
    font-size: 24px;
    color: rgba(52, 176, 133, 1.0);
}

.cases .cases-block .body {
    padding: 20px 0 20px 0;
    line-height: 24px;
    color: rgba(222, 222, 222, 1.0);
}

.cases .cases-block .body ul {
    list-style: none;
    padding: 0;
    width: 300px;
}

.cases .cases-block .body ul li {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.cases .cases-block .body ul li:before {
    content: '';
    width: 10px;
    height: 1px;
    background: rgba(59, 196, 153, 1.0);
    position: absolute;
    left:0;
    top: 10px;
}

.cases .cases-img {
    max-width: 400px;
    margin-top: -50px;
}

@media (max-width: 1200px) {
    .cases .cases-img {
        max-width: 300px;
        margin-left: 100px;
        margin-top: 0;
    }
}

@media (min-width: 720px) and (max-width: 1170px) {
    .cases .cases-block {
        font-size: 14px;
        padding: 0 30px;
    }

    .cases .cases-block .header {
        margin-top: 10px;
        padding: 15px 0 10px;
        line-height: 24px;
        font-size: 18px;
    }

    .cases .cases-block .body {
        padding: 0;
        line-height: 20px;
    }

    .cases .cases-block .body ul {
        width: 250px;
    }

    .cases .cases-block .body ul li {
        margin-bottom: 10px;
    }
}

@media (max-width: 940px) {
    .cases .cases-img {
        max-width: 250px;
        margin-left: 75px;
        margin-top: -85px;
    }
}

@media (max-width: 740px) {
    .cases {
        padding-top: 80px;
    }

    .cases .cases-img {
        max-width: 400px;
        margin-left: 0;
        margin-top: 0;
    }

    .cases .cases-block {
        display: block;
        margin-top: 60px !important;
    }

    .cases .col-sm-4 {
        margin-top: 60px !important;
    }
}

.roadmap {
    background: url('../images/roadmap-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    z-index: 2;
}

@media (max-width: 740px) {
    .roadmap {
        background: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }
    .roadmap .title {
        display: none;
    }
}

.roadmap .main-text {
    text-align: right;
}

.roadmap .main {
    background: url('../images/roadmap-rect.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 80px 120px 80px;
    margin-top: 30px;
}

.roadmap .cases-block {
    margin-top: 20px;
    text-align: left;
    padding: 0;
    border: 0;
}

.roadmap .cases-block.first-block {
    margin-left: -135px;
}

.roadmap .cases-block.last-block {
    margin-left: -145px;
}

.roadmap .cases-block .header {
    margin-top: 0;
    font-weight: 300;
    padding: 0;
    line-height: 24px;
    font-size: 20px;
    color: rgba(222, 222, 222, 1.0);
}

.roadmap .cases-block .body {
    padding: 10px 0 20px 0;
    line-height: 18px;
    font-size: 16px;
}

.roadmap .cases-block .body ul {
    list-style: none;
    padding: 0;
    width: 250px;
}

.roadmap .cases-block .body ul li {
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

@media (max-width: 1170px) {
    .roadmap .cases-block .header {
        margin-top: 0;
        font-weight: 300;
        padding: 0;
        line-height: 24px;
        font-size: 18px;
        color: rgba(222, 222, 222, 1.0);
    }

    .roadmap .cases-block .body {
        padding: 10px 0 0 0;
        line-height: 18px;
        font-size: 14px;
    }

    .roadmap .cases-block.first-block {
        margin-left: -105px;
    }
    .roadmap .cases-block.last-block {
        margin-left: -115px;
    }
}

@media (max-width: 1000px) {
    .roadmap .cases-block .header {
        margin-top: 0;
        font-weight: 300;
        padding: 0;
        line-height: 24px;
        font-size: 16px;
        color: rgba(222, 222, 222, 1.0);
    }

    .roadmap .cases-block .body {
        padding: 10px 0 10px 0;
        line-height: 18px;
        font-size: 12px;
    }
    .roadmap .cases-block.first-block {
        margin-left: 0px;
    }
    .roadmap .cases-block.last-block {
        margin-left: 0px;
    }
}


.team {
    background: url('../images/team-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 65px;
    z-index: 1;
}

@media (max-width: 1200px) {
    .team {
        padding-top: 75px;
        padding-bottom: 30px;
    }
}

.team .bg2 {
    background: url('../images/team-2-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 520px;
    height: 550px;
    width: 100%;
    z-index: -1;
}

.team .main-text {
    width: 400px;
}

.team .text-block, .advisors .text-block {
    background: #fdfdfe;
}

.advisors {
    background: #fbfafe;
    position: relative;
    padding-top: 50px;
    padding-bottom: 150px;
    z-index: 1;
}

@media (max-width: 1170px) {
    .advisors {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}

.advisors .main-text {
    text-align: right;
}

.token {
    background: url('../images/about-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 75px;
    padding-bottom: 250px;
    z-index: 2;
}

.token .text-block {
    box-shadow: none;
}

.token .text-block .header-img {
    text-align: left;
}

.token .text-block .header-img img{
    width: 100px;
}

.token .text-block .header-img .block-main-text{
    text-align: left;
}

.token .text-block .body {
    background: transparent;
    padding:0;
    padding-top: 20px;
    height: auto;
    font-size: 18px;
    width: 85%;
    color: rgba(222, 222, 222, 1.0);
}

@media (min-width: 780px) and (max-width: 1000px) {
    .token .text-block .body {
        line-height: 24px;
    }
}

@media (min-width: 760px) and (max-width: 960px) {
    .token .text-block .body {
        font-size: 14px;
    }
}

@media (max-width: 760px) {
    .token .text-block .header-img, .token .text-block .header-img .block-main-text {
        text-align: center;
    }
}

.inbox {
    padding-top: 150px;
    padding-bottom: 250px;
    z-index: 2;
}

.inbox .main-text {
    font-size: 29px;
}

@media (max-width: 960px) {
    .inbox {
        padding-top: 0;
        padding-bottom: 100px;
    }
}

.inbox img{
    width: 192px;
}


.inbox .main-text{
    text-align: center;
    margin-top: -50px;
}

form {
    position: relative;
    margin-top: 30px;
}

input {
    border: 0;
    height: 59px;
    background: #d5eeec;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}

div.form-button,
button.form-button {
    display: inline;
    height: 59px;
    background: #3ecb9e;
    font-size: 18px;
    padding: 6px 30px;
    color: #fff;
    cursor: pointer;
}

.inbox div.form-button,
.inbox button.form-button {
    position: absolute;
    top: 0;
    right: 0;
}

.modal .btn {
    height: 50px;
    font-size: 16px;
    padding: 6px 30px;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    outline: none;
}

.modal .btn.btn-primary {
    background: #3ecb9e;
    color: #fff;
}

.alerts-wrap {
    margin-top: 20px;
}

#colorlib-offcanvas {
    position: absolute;
    z-index: 99;
    width: 270px;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 100px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
@media screen and (max-width: 768px) {
    #colorlib-offcanvas {
        display: block;
    }
}
.offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#colorlib-offcanvas a {
    color: rgba(222, 222, 222, 1.0);
}
#colorlib-offcanvas a:hover {
    color: #4aca85;
}
#colorlib-offcanvas ul {
    padding: 0;
    margin: 0;
}

#colorlib-offcanvas ul.bottom-menu {
    margin-top: 200px;
}

#colorlib-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#colorlib-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: "Poppins", Arial, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0c5";
    font-size: 20px;
    color: rgba(222, 222, 222, 1.0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
#colorlib-offcanvas ul li.btn-cta {
    margin-top: 5px; }
#colorlib-offcanvas ul li.btn-cta a {
    border-bottom: 1px solid #4aca85;
    padding-bottom: 5px;
}

.colorlib-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    top: 100px;
}

.colorlib-nav-toggle.active {
    top: 10px;
}

.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #303133;
}
.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.colorlib-nav-toggle.colorlib-nav-white > i {
    color: #3ecb9e;
    background: #3ecb9e;
}
.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
    background: #3ecb9e; }

.colorlib-nav-toggle i::before {
    top: -7px; }

.colorlib-nav-toggle i::after {
    bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
    top: -10px; }

.colorlib-nav-toggle:hover i::after {
    bottom: -10px; }

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #3ecb9e;
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #3ecb9e;
}

.colorlib-nav-toggle {
    position: absolute;
    right: 0px;
    top: 15px;
    padding: 6px 0 0 0;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 100;
    border-bottom: none !important;
}
@media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
        display: block;
    }
}
.colorlib-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat rgba(255, 255, 255, 0.9);
}

.private-form {
    position: relative;
    padding-top: 75px;
    padding-bottom: 250px;
    z-index: 2;
}
.private-form .text-section {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .private-form {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .private-form .text-section {
        text-align: left;
    }
    .country-section {
        border-top: 1px solid #cacaca;
    }
}

.private-form p {
    line-height: 22px;
    color: rgba(16, 19, 33, 1.0);
    font-size: 16px;
    margin-top:17px;
}

@media screen and (max-width: 768px) {
    .head-text {
        margin-top:40px !important;
    }
}
