@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i|Work+Sans:100,200,300,400,500,600,700,800,900');

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body{
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/

    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Work Sans', sans-serif;*/
    font-size: 14px;
    color: #292a31;
    font-weight: 300;
    font-family: Montserrat,sans-serif;
}
a:hover {
    color: #37a000;
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*color: #3a416f;*/
    /*color: #233659;*/
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Work Sans', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
}

.bg-gray-light {
    background-color: #fafbfc !important;
}




.bg-light{
    background-color: #f5f5fa;
}
.bg-black-bean{
    background-color: #202E24
}
.bg-crusoe {
    background-color: #135C28
}
.bg-ghost-white{
    background-color: #F5F5FA
}
.bg-snow {
    background-color: #F9F9F9 !important;
}
.bg-white-smoke {
    background-color: #F1F1F1 !important;
}
/*border ------- */
.border-y {
    border-bottom: 1px solid #e1e4e8 !important;
    border-top: 1px solid #e1e4e8 !important;
}
.border-top {
    border-top: 1px solid #ececec !important;
}
/*padding ------- */
.ptb-70 {
    padding: 70px 0 !important;
}
.pt-70 {
    padding-top: 70px 0 !important;
}
.ptb-90 {
    padding: 90px 0 !important;
}
/*margin ------- */
.mb-90{
    margin-bottom: 90px !important;
}
/*
Flaticon icon font: Flaticon
Creation date: 26/11/2018 08:23
*/

@font-face {
    font-family: "Flaticon";
    src: url("../vendor/flaticon/font/Flaticon.eot");
    src: url("../vendor/flaticon/font/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../vendor/flaticon/font/Flaticon.woff") format("woff"),
        url("../vendor/flaticon/font/Flaticon.ttf") format("truetype"),
        url("../vendor/flaticon/font/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../vendor/flaticon/font/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-email:before { content: "\f100"; }
.flaticon-seo:before { content: "\f101"; }
.flaticon-contact:before { content: "\f102"; }
.flaticon-email-1:before { content: "\f103"; }
.flaticon-document:before { content: "\f104"; }
.flaticon-percent:before { content: "\f105"; }
.flaticon-spam:before { content: "\f106"; }
.flaticon-hacking:before { content: "\f107"; }
.flaticon-sms:before { content: "\f108"; }
.flaticon-account:before { content: "\f109"; }
.flaticon-backend:before { content: "\f10a"; }
.flaticon-customer:before { content: "\f10b"; }
.flaticon-commission:before { content: "\f10c"; }


/*[Topbar]
--------------------------*/
.topbar {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    z-index: 1;
}
.topbar.topbar-transparent{
    background-color: transparent;
    border-bottom: 0;
}
.topbar_logo img{
    height: 30px;
}
.topbar_menu .btn {
    padding: 2px 5px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 2px;
    border: 0;
}
.topbar_menu .hamburger{
    background: transparent;
}
.topbar_menu .hamburger img {
    height: 20px;
}
@media(min-width: 992px){
    .topbar,
    .overlay-slidedown{
        display: none !important;
    }
}



/* Overlay style */
.overlay {
    position: fixed;
    /* width: 100%; */
    /* height: 100%; */
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    z-index: 2;
    width: 100vw;
    height: 100vh;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 40px;
    height: 40px;
    outline: none;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    padding: 6px;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

/* Menu style */
.overlay nav {


}

/*.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay ul li a {
    font-size: 54px;
    font-weight: 300;
    display: block;
    color: #000;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #e3fcb1;
}*/

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}




.nav-mobile__separator {
    height: 0;
    margin: 20px 0;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0;
}

.nav-mobile__wrapper{
    padding: 25px;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.nav-mobile__wrapper .products_list {
    padding: 0;
}
.nav-mobile__wrapper .products_list-item {
    margin: 0 -15px;
}
.nav-mobile__wrapper .products_list-item__footer {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}
.nav-mobile__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nav-mobile__list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.nav-mobile__list-item {
    padding: 6px 10px;
    margin: 2px -10px;
    display: inline-block;

}
.nav-mobile__list-item__title {
    font-size: 14px;
    line-height: 1.5;
    color: #292a31;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
.nav-mobile__list-item__title:hover {
    border-bottom-color: #37a000;
}


.nav-mobile__ctas__button {
    display: block;
    margin-bottom: 8px;
    border-radius: 3px;
    letter-spacing: .15em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 12px 14px 10px;
    font-size: 12px;
}
.nav-mobile__ctas__button--action {
    color: #fff;
    background: #37a000;
}
.nav-mobile__ctas__button--action-secondary {
    color: #37a000;
    background: rgba(55,160,0,0.3);
}
.nav-mobile__ctas__button--default {
    color: #0d112b;
    background: #f9f9f9;
}


/* Hero header -----------------*/
.hero-header {

}
.hero-header-text .title {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 27px;
    letter-spacing: -.06px;
    line-height: 38px;
    text-align: center;
}

.hero-header-text .title b{
    position: relative;
    display: inline-block;
    /*color: #37a000;*/
    font-weight: 700;
}
.hero-header-text .title b::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    background: #37a000;
    left: -7px;
    right: -7px;
    z-index: 1;
    opacity: 0.2;
}
.hero-header-text .title b::before{
    background: #f9f9f9;
}
.hero-header-text .title b span {
    position: relative;
    display: inline-block;
    clip: rect(0,900px,0,0);
    white-space: nowrap;
}
.hero-header-text .title b span:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #fff;
    top: 0;
    color: currentColor;
    /*background: #c4e9b0;*/
    background: #f9f9f9;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: glitch-anim 4s infinite linear alternate-reverse
}
.hero-header-text .title b span:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0;
    top: 0;
    color: currentColor;
    /*background: #c4e9b0;*/
    background: #f9f9f9;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: glitch-anim-2 5s infinite linear alternate-reverse
}
.hero-header-text p {
    font-size: 18px;
    letter-spacing: .4px;
    line-height: 31px;
    color: rgba(41,42,49,.6);
    text-align: center;
}
.hero-line {
    height: 1px;
    width: 59px;
    background: #37a000;
    margin: 20px auto 35px;
}
.hero-action {
    margin: 70px 0 0 0;
}
.hero-action .btn-success{
    box-shadow: 0 5px 30px hsla(214,3%,59%,.6);
}
.cta {
    position: relative;
    margin: auto;
    padding: 16px 22px;
    transition: all 0.2s ease;
}
.cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(55, 160, 0, 0.5);
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}
.cta span {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    color: #37a000;
}
.cta:hover{
    text-decoration: none
}
.cta:hover span {
    /*    color: #fff;
        text-decoration: none;*/
}
.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #37a000;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.cta:hover:before {
    width: 100%;
    background: rgba(55, 160, 0, 0.5);
}
.cta:hover svg {
    transform: translateX(0);
}
.cta:active {
    transform: scale(0.96);
}
.hero-img img{
    margin-top: 50px;
}

@media(min-width: 768px){
    .hero-header-text .title {
        font-size: 40px;
        line-height: 52px;
        text-align: left;
    }
    .hero-header-text p {
        text-align: left;
    }
    .hero-line{
        margin: 20px 0 35px 0;
    }
    .hero-img img{
        margin-top: -50px;
    }
}
@-webkit-keyframes glitch-anim {
    0% {
        clip: rect(24px, 9999px, 2px, 0)
    }
    5% {
        clip: rect(53px, 9999px, 18px, 0)
    }
    10% {
        clip: rect(1px, 9999px, 93px, 0)
    }
    15% {
        clip: rect(77px, 9999px, 35px, 0)
    }
    20% {
        clip: rect(51px, 9999px, 91px, 0)
    }
    25% {
        clip: rect(30px, 9999px, 59px, 0)
    }
    30% {
        clip: rect(66px, 9999px, 65px, 0)
    }
    35% {
        clip: rect(3px, 9999px, 71px, 0)
    }
    40% {
        clip: rect(77px, 9999px, 99px, 0)
    }
    45% {
        clip: rect(90px, 9999px, 2px, 0)
    }
    50% {
        clip: rect(59px, 9999px, 70px, 0)
    }
    55% {
        clip: rect(13px, 9999px, 23px, 0)
    }
    60% {
        clip: rect(61px, 9999px, 62px, 0)
    }
    65% {
        clip: rect(35px, 9999px, 3px, 0)
    }
    70% {
        clip: rect(33px, 9999px, 85px, 0)
    }
    75% {
        clip: rect(96px, 9999px, 45px, 0)
    }
    80% {
        clip: rect(26px, 9999px, 31px, 0)
    }
    85% {
        clip: rect(51px, 9999px, 28px, 0)
    }
    90% {
        clip: rect(53px, 9999px, 83px, 0)
    }
    95% {
        clip: rect(99px, 9999px, 67px, 0)
    }
    100% {
        clip: rect(12px, 9999px, 62px, 0)
    }
}

@-moz-keyframes glitch-anim {
    0% {
        clip: rect(24px, 9999px, 2px, 0)
    }
    5% {
        clip: rect(53px, 9999px, 18px, 0)
    }
    10% {
        clip: rect(1px, 9999px, 93px, 0)
    }
    15% {
        clip: rect(77px, 9999px, 35px, 0)
    }
    20% {
        clip: rect(51px, 9999px, 91px, 0)
    }
    25% {
        clip: rect(30px, 9999px, 59px, 0)
    }
    30% {
        clip: rect(66px, 9999px, 65px, 0)
    }
    35% {
        clip: rect(3px, 9999px, 71px, 0)
    }
    40% {
        clip: rect(77px, 9999px, 99px, 0)
    }
    45% {
        clip: rect(90px, 9999px, 2px, 0)
    }
    50% {
        clip: rect(59px, 9999px, 70px, 0)
    }
    55% {
        clip: rect(13px, 9999px, 23px, 0)
    }
    60% {
        clip: rect(61px, 9999px, 62px, 0)
    }
    65% {
        clip: rect(35px, 9999px, 3px, 0)
    }
    70% {
        clip: rect(33px, 9999px, 85px, 0)
    }
    75% {
        clip: rect(96px, 9999px, 45px, 0)
    }
    80% {
        clip: rect(26px, 9999px, 31px, 0)
    }
    85% {
        clip: rect(51px, 9999px, 28px, 0)
    }
    90% {
        clip: rect(53px, 9999px, 83px, 0)
    }
    95% {
        clip: rect(99px, 9999px, 67px, 0)
    }
    100% {
        clip: rect(12px, 9999px, 62px, 0)
    }
}

@-o-keyframes glitch-anim {
    0% {
        clip: rect(24px, 9999px, 2px, 0)
    }
    5% {
        clip: rect(53px, 9999px, 18px, 0)
    }
    10% {
        clip: rect(1px, 9999px, 93px, 0)
    }
    15% {
        clip: rect(77px, 9999px, 35px, 0)
    }
    20% {
        clip: rect(51px, 9999px, 91px, 0)
    }
    25% {
        clip: rect(30px, 9999px, 59px, 0)
    }
    30% {
        clip: rect(66px, 9999px, 65px, 0)
    }
    35% {
        clip: rect(3px, 9999px, 71px, 0)
    }
    40% {
        clip: rect(77px, 9999px, 99px, 0)
    }
    45% {
        clip: rect(90px, 9999px, 2px, 0)
    }
    50% {
        clip: rect(59px, 9999px, 70px, 0)
    }
    55% {
        clip: rect(13px, 9999px, 23px, 0)
    }
    60% {
        clip: rect(61px, 9999px, 62px, 0)
    }
    65% {
        clip: rect(35px, 9999px, 3px, 0)
    }
    70% {
        clip: rect(33px, 9999px, 85px, 0)
    }
    75% {
        clip: rect(96px, 9999px, 45px, 0)
    }
    80% {
        clip: rect(26px, 9999px, 31px, 0)
    }
    85% {
        clip: rect(51px, 9999px, 28px, 0)
    }
    90% {
        clip: rect(53px, 9999px, 83px, 0)
    }
    95% {
        clip: rect(99px, 9999px, 67px, 0)
    }
    100% {
        clip: rect(12px, 9999px, 62px, 0)
    }
}

@keyframes glitch-anim {
    0% {
        clip: rect(24px, 9999px, 2px, 0)
    }
    5% {
        clip: rect(53px, 9999px, 18px, 0)
    }
    10% {
        clip: rect(1px, 9999px, 93px, 0)
    }
    15% {
        clip: rect(77px, 9999px, 35px, 0)
    }
    20% {
        clip: rect(51px, 9999px, 91px, 0)
    }
    25% {
        clip: rect(30px, 9999px, 59px, 0)
    }
    30% {
        clip: rect(66px, 9999px, 65px, 0)
    }
    35% {
        clip: rect(3px, 9999px, 71px, 0)
    }
    40% {
        clip: rect(77px, 9999px, 99px, 0)
    }
    45% {
        clip: rect(90px, 9999px, 2px, 0)
    }
    50% {
        clip: rect(59px, 9999px, 70px, 0)
    }
    55% {
        clip: rect(13px, 9999px, 23px, 0)
    }
    60% {
        clip: rect(61px, 9999px, 62px, 0)
    }
    65% {
        clip: rect(35px, 9999px, 3px, 0)
    }
    70% {
        clip: rect(33px, 9999px, 85px, 0)
    }
    75% {
        clip: rect(96px, 9999px, 45px, 0)
    }
    80% {
        clip: rect(26px, 9999px, 31px, 0)
    }
    85% {
        clip: rect(51px, 9999px, 28px, 0)
    }
    90% {
        clip: rect(53px, 9999px, 83px, 0)
    }
    95% {
        clip: rect(99px, 9999px, 67px, 0)
    }
    100% {
        clip: rect(12px, 9999px, 62px, 0)
    }
}

@-webkit-keyframes glitch-anim-2 {
    0% {
        clip: rect(100px, 9999px, 100px, 0)
    }
    10% {
        clip: rect(0, 9999px, 100px, 0)
    }
    20% {
        clip: rect(100px, 9999px, 0, 0)
    }
    30% {
        clip: rect(100px, 9999px, 0, 0)
    }
    40% {
        clip: rect(0, 9999px, 0, 0)
    }
    50% {
        clip: rect(100px, 9999px, 0, 0)
    }
    60% {
        clip: rect(0, 9999px, 0, 0)
    }
    70% {
        clip: rect(0, 9999px, 0, 0)
    }
    80% {
        clip: rect(100px, 9999px, 0, 0)
    }
    90% {
        clip: rect(100px, 9999px, 0, 0)
    }
    100% {
        clip: rect(0, 9999px, 100px, 0)
    }
}

@-moz-keyframes glitch-anim-2 {
    0% {
        clip: rect(100px, 9999px, 100px, 0)
    }
    10% {
        clip: rect(0, 9999px, 100px, 0)
    }
    20% {
        clip: rect(100px, 9999px, 0, 0)
    }
    30% {
        clip: rect(100px, 9999px, 0, 0)
    }
    40% {
        clip: rect(0, 9999px, 0, 0)
    }
    50% {
        clip: rect(100px, 9999px, 0, 0)
    }
    60% {
        clip: rect(0, 9999px, 0, 0)
    }
    70% {
        clip: rect(0, 9999px, 0, 0)
    }
    80% {
        clip: rect(100px, 9999px, 0, 0)
    }
    90% {
        clip: rect(100px, 9999px, 0, 0)
    }
    100% {
        clip: rect(0, 9999px, 100px, 0)
    }
}

@-o-keyframes glitch-anim-2 {
    0% {
        clip: rect(100px, 9999px, 100px, 0)
    }
    10% {
        clip: rect(0, 9999px, 100px, 0)
    }
    20% {
        clip: rect(100px, 9999px, 0, 0)
    }
    30% {
        clip: rect(100px, 9999px, 0, 0)
    }
    40% {
        clip: rect(0, 9999px, 0, 0)
    }
    50% {
        clip: rect(100px, 9999px, 0, 0)
    }
    60% {
        clip: rect(0, 9999px, 0, 0)
    }
    70% {
        clip: rect(0, 9999px, 0, 0)
    }
    80% {
        clip: rect(100px, 9999px, 0, 0)
    }
    90% {
        clip: rect(100px, 9999px, 0, 0)
    }
    100% {
        clip: rect(0, 9999px, 100px, 0)
    }
}

@keyframes glitch-anim-2 {
    0% {
        clip: rect(100px, 9999px, 100px, 0)
    }
    10% {
        clip: rect(0, 9999px, 100px, 0)
    }
    20% {
        clip: rect(100px, 9999px, 0, 0)
    }
    30% {
        clip: rect(100px, 9999px, 0, 0)
    }
    40% {
        clip: rect(0, 9999px, 0, 0)
    }
    50% {
        clip: rect(100px, 9999px, 0, 0)
    }
    60% {
        clip: rect(0, 9999px, 0, 0)
    }
    70% {
        clip: rect(0, 9999px, 0, 0)
    }
    80% {
        clip: rect(100px, 9999px, 0, 0)
    }
    90% {
        clip: rect(100px, 9999px, 0, 0)
    }
    100% {
        clip: rect(0, 9999px, 100px, 0)
    }
}


/*[Top navbar]
--------------------------*/
.top-nav.navbar {
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 0;
    z-index: 1;
}
.top-nav.top-nav.navbar.navbar {
    background-color: transparent;
    border-bottom: 1px solid rgba(10,114,97,0.1);
}

.top-nav .navbar-brand img {
    height: 25px;
}

.products_list {
    padding: 12px 0;
}
.products_list-item {
    display: block;
    padding: 15px;
    margin: 0 15px;
    color: #292a31;
}
.products_list-item__icon {
    margin: 0 15px 0 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: rgba(55, 160, 0, 0.1);
    text-align: center;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px; 
}
.products_list-item:hover .products_list-item__icon {
    background-color: #37a000;
}
.products_list-item__icon svg {
    height: auto;
    width: 22px;
    fill: #37a000;
}
.products_list-item:hover .products_list-item__icon svg {
    fill: #fff;
}
.products_list-item__title {
    font-size: 15px;
    margin: 0;
}
.products_list-item__description {
    color: rgba(41,42,49,.6);
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.products_list-item__footer {
    background: #f9f9f9;
    padding: 15px 30px;
    margin-bottom: -20px;
    margin-top: 20px;
}
.products_list-item__footer-link {
    color: #292a31;
    font-size: 14px;
    font-weight: 500;
}

@media(min-width: 992px){
    .top-nav.navbar-expand-lg .navbar-nav .nav-link {
        padding: .5rem .7rem;
        color: #292a31;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1.5px;
    }
    .top-nav.top-nav-transparent.navbar-expand-lg .navbar-nav .nav-link {
        color: #0a7261;
        font-weight: 600;
    }
    .top-nav .navbar-nav .dropdown-menu {
        border: 0;
        box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.09);
        min-width: 26rem;
        overflow: hidden;
    }
}

/*[Main Navbar]
--------------------------*/
.main-nav.navbar {
    /* border-bottom: 1px solid #dfe3e8; */
    padding: 1rem;
    z-index: 1;
}
.main-nav.header-sticky.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    background-color: #fff;
}
.main-nav .navbar-brand img {
    height: 30px;
}
.main-nav .navbar-nav .nav-link {
    /*font-size: 13px;*/
    font-size: 0.84375rem;
    font-weight: 600;
    color: #292a31;
}
.main-nav.navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 1.2rem;
}
.main-nav.navbar-expand-lg .navbar-nav .nav-link.btn {
    padding: 5px 16px;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
.main-nav.navbar-transparent .navbar-nav .nav-link{
    color: #2c441f;
}
/*Navbar search*/
.global-header__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.075);
    cursor: pointer;
}
/*Dropdown*/
.main-nav .dropdown-menu {
    padding: 1rem 0;
    min-width: 12rem;
}

.main-nav .dropdown-toggle::before, .main-nav .dropdown-toggle::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
    content: '';
    position: absolute;
    top: 50%;
    border-top: 1px solid;
    display: inline-block;
    height: 0;
    width: 8px;
    margin-top: 0;
    right: -6px;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}
.main-nav .dropdown-toggle::before {
    right: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-nav .dropdown-toggle::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
}
.main-nav .dropdown.show .dropdown-toggle::before {
    width: 14px;
    -webkit-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
}
.main-nav .dropdown.show .dropdown-toggle::after {
    width: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-nav .navbar-nav .dropdown-menu{
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.09);
}
.main-nav .navbar-nav .dropdown-menu::after {
    content: "";
    position: absolute;
    left: 94px;
    bottom: 100%;
    height: 14px;
    width: 14px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%) translateY(6px) rotate(-45deg);
    transform: translateX(-50%) translateY(6px) rotate(-45deg); 
}
.main-nav .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
    font-weight: 500;
    color: rgba(67, 55, 84, 0.7);
    display: block;
    position: relative;
    padding: .35rem 1rem .35rem 2.3rem;
}
.main-nav .navbar-nav .dropdown-menu .dropdown-item:focus,
.main-nav .navbar-nav .dropdown-menu .dropdown-item:hover,
.main-nav .navbar-nav .dropdown-menu .dropdown-item.active,
.main-nav .navbar-nav .dropdown-menu .dropdown-item:active{
    color: #433754;
    text-decoration: none;
    background-color: transparent;
}
.main-nav .navbar-nav .dropdown-menu .dropdown-item::before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    text-indent: 0;
    position: absolute;
    top: 9px;
    line-height: 1;
    left: 10px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    font-weight: 900;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.main-nav .navbar-nav .dropdown-menu .dropdown-item:hover::before,
.main-nav .navbar-nav .dropdown-menu .dropdown-item.active::before{
    left: 15px;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
/*Full Screen Search*/
.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform input[type=submit] {
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 0;
}
#fullscreen-searchform:focus {
    outline: none;
    border: none;
}
.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform .fullscreen-search-icon {
    font-size: 25px;
    position: absolute;
    right: 15px;
    width: 25px;
    top: 30px;
    color: rgba(41,42,49,.6);
    /*color: rgba(255, 255, 255, .2);*/
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.fullscreen-search-icon:hover, .fullscreen-search-icon:focus {
    border: none;
    outline: none;
    color: #fff !important;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(180deg);
}
#fullscreen-searchform {
    position: relative;
    verticle-align: middle;
}
.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform #fullscreen-search-input {
    width: 800px;
    background-color: transparent;
    /* -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1); */
    border: 0;
    font-size: 35px;
    padding: 20px;
    color: rgba(41,42,49,.6);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: 2px solid rgba(41,42,49,.6);
}
.fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform #fullscreen-search-input:focus{
    boder: none;
    outline: none;
}
.fullscreen-search-overlay.fullscreen-search-overlay-show {
    visibility: visible;
    opacity: 1;
}
.fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    /*background-color: rgba(0, 0, 0, .94);*/
    background-color: rgba(255,255,255,0.95);
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.animate-element, .effect-bg-layer, .fullscreen-search-overlay {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.fullscreen-search-overlay {
    z-index: 1000000;
}
.fullscreen-search-overlay .fullscreen-close:link,
.fullscreen-search-overlay .fullscreen-close:visited {
    color: rgba(41,42,49,.6);
}
.fullscreen-search-overlay .fullscreen-close {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 26px;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(0deg);
}
.fullscreen-search-overlay.fullscreen-search-overlay-show #fullscreen-search-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
}
.fullscreen-search-overlay #fullscreen-search-wrapper {
    display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    ms-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#search-button:hover, .fullscreen-close:hover {
    /*    opacity: 0.6;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;*/
}
#fullscreen-search-input:focus {
    box-shadow: 0px 3px 0px 0px rgba(0, 86, 210, 0.54) !important;
}
@media(max-width: 767px){
    .fullscreen-search-overlay #fullscreen-search-wrapper #fullscreen-searchform #fullscreen-search-input {
        width: 90%;
        font-size: 19px;
        padding: 15px;
    }
}












.customers .customers__list {
    border-bottom: 1px solid #e1e4e8;
    padding-top: 40px;
    padding-bottom: 40px;
}
.customers .customers__list .customers-logo {
    height: 45px;
}
















.catagory-dropdown {
    width: 100%;
    display: table;
    table-layout: fixed; 
    height: 100%;
}
.featured-app {
    display: table-cell;
    vertical-align: top;
}
.featured-app {
    background: #f8f9fa;
    max-width: 240px;
    padding: 53px 30px;
    height: 220px;
    width: 240px;
}

.app-box-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.app-box {
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-top: medium none;
    display: block;
    min-height: 160px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
/*.app-box:nth-child(7),
.app-box:nth-child(8),
.app-box:nth-child(9){
    border-bottom: 0;
}*/
.product {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    /* min-height: 110px; */
    padding: 30px 20px 20px;
    position: relative;
    text-transform: none;
    display: block;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.app-box a span {
    display: block;
    height: 32px;
    margin: 0 auto 5px;
    position: relative;
    width: 32px;

    background-image: url('../img/product-icon-sprite.png');
    background-repeat: no-repeat;
    text-indent: -999em;
    display: inline-block;
}
.app-icon14 {
    background-position: left -104px;
}
.menu .product em {
    display: block;
    font-style: normal;
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    min-height: 50px;
    text-transform: none;
    color: #333;
}


/*[Category]
--------------------------*/
/*.bdtask__apps--category{
    display: table;
    width: 100%;
}
.category--row {
    display: table-cell;
     border: 1px solid #a57676; 
    width: 33.333333%;
    vertical-align: top;
}
.category--box ul {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category--box ul li {
    position: relative;
    display: block;
    padding: 30px 10px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    vertical-align: bottom;
    transition: 0.5s ease;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.category--box ul li:nth-child(even){
    border-right: 0;
}
.category--box ul li a {
    color: #333;
}
.category--box ul li a span {
    display: block;
    background: url(../img/product-icon-sprite.png) left top no-repeat;
    margin: 0 auto 10px;
    background-size: cover;
}
.category--box ul li a span {
    height: 32px;
    width: 32px;
}
.category--box ul li a span {
    background-position: -128px -64px;
}
.category--box ul li a span.ico--one {
    background-image: url(../img/ico/001-store.png);
}
.category--box ul li a span.ico--two {
    background-image: url(../img/ico/002-online-shop.png);
}
.category--box ul li a span.ico--three {
    background-image: url(../img/ico/003-hospital.png);
}
.category--box ul li a span.ico--four {
    background-image: url(../img/ico/004-hospital-1.png);
}
.category--box ul li a span.ico--five {
    background-image: url(../img/ico/005-drug.png);
}*/




/*.contact-connect {
    background-color: #ffffff;
    background-image: url(../img/shape.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: scroll;
    padding: 70px 0;
        padding-bottom: 20%;
}*/

/*.contact-connect {
    background: #f1f1f1;
     background-image: url(../img/contacts-bg); 
     background-position: 0 100%; 
     background-repeat: no-repeat; 
    padding: 70px 0;
     overflow: hidden; 
    position: relative;
     border-top: 1px solid rgba(139, 144, 157, 0.18); 
}*/
.contact-connect {
    /*background: #f1f1f1;*/
    /* background-image: url(../img/contacts-bg); */
    /* background-position: 0 100%; */
    /* background-repeat: no-repeat; */
    padding: 70px 0;
    /* overflow: hidden; */
    position: relative;
    /* border-top: 1px solid rgba(139, 144, 157, 0.18); */
    /*background-color: transparent;*/
    /* background-image: linear-gradient(135deg, rgba(252, 111, 0, .93) 19%, rgba(255, 6, 156, .88)), url("https://uploads-ssl.webflow.com/5b63600d83a77f42531912e2/5b93f2d0109adbfe6a89202c_square-3.png"), url("https://uploads-ssl.webflow.com/5b63600d83a77f42531912e2/5b93f2d0109adbfe6a89202c_square-3.png"), linear-gradient(180deg, rgba(252, 111, 0, .94), rgba(252, 111, 0, .94)); */
    /* background-position: 0px 0px, 100% 100%, 43px 0px, 0px 0px; */
    /* background-size: auto, 150px, 250px, auto; */
    /* background-repeat: repeat, no-repeat, no-repeat, repeat; */
    /* background-attachment: scroll, scroll, scroll, scroll; */
    background-color: #24292e;
    color: #fff;
}
.contact-text h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contact-text h2 {
    font-weight: 600; 
    font-size: 32px;
    margin-bottom: 20px;
}
.contact-text p {
    font-size: 22px;
    margin-bottom: 20px;
}





/*[Bdtask apps]
--------------------------*/
.bdtask_apps {
    padding: 70px 0;
    background-color: #f5f5fa;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#f5f5fa), color-stop(#fff), to(#f5f5fa)); */
    /* background-image: linear-gradient(to right, #f5f5fa, #fff, #f5f5fa); */
    background-image: -webkit-gradient(180deg,#f9f9f9 10%,#f1f1f1 50%,#fff);
    background: linear-gradient(180deg,#f9f9f9 10%,#f1f1f1 50%,#fff);
    /* border-top: 1px solid #e8e8e8; */
    border-bottom: 1px solid #e8e8e8;
}

.bg-solutions {
    /*    background-image: url(../img/tracks_1.png),url(../img/halftone_9.png),url(../img/blob_7.png);
        background-repeat: no-repeat,no-repeat,no-repeat;
        background-position: top left,25% 95%,bottom right;
        padding-top: 3rem;
        padding-bottom: 1rem;*/
}
.app_box {
    border: none;
    padding: 16px;
    background-color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: left;
    transition: transform .3s ease-in-out;
    color: #292a31;
    margin-bottom: 4px;
    text-align: left;
}
.app_box:hover {
    /* background-color: #3f46ad; */
    /* transform: scale(1.04); */
    /* color: #fff; */
    text-decoration: none;
    transform: scale(0.90);
    background-color: #37a000;
}
.app_box .app_name {
    font-size: 17px;
    font-weight: 600;
}
.app_box:hover .app_name{
    color: #fff;
}

.app_box .svg-wrap {
    right: 20px;
    top: 15px;
    position: absolute;
}
.app_box .svg-wrap svg {
    animation-name: applications-arrow-back;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: easeOutExpo;
}
.app_box:hover .svg-wrap svg {
    animation-name: applications-arrow;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-timing-function: easeOutExpo;
}
.app_box .svg-wrap svg .icon-arrow {
    fill: #fff;
}
@media(min-width: 768px){
    .app_box {
        margin-bottom: 30px;
        min-height: 155px;
        padding: 20px;
        justify-content: center;
        box-shadow: 0 0 5px #EAEAEA;
    }
}
@media(max-width: 767px){
    .bg-solutions {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@-webkit-keyframes applications-arrow {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px); 
    } 
}
@keyframes applications-arrow {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px); 
    } 
}
@-webkit-keyframes applications-arrow-back {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(40px);
    }  
}
@keyframes applications-arrow-back {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(40px);
    } 
}






/*[Content list]
--------------------------*/
/*btn*/
.btn {
    padding: 0.6875em 1.75em;
    border-width: 2px;
    font-weight: 500;
}
.btn-success {
    background-color: #37a000;
    border-color: #37a000;
}
.btn-success:hover {
    background-color: #359603;
    border-color: #359603;
}
.btn-outline-success {
    color: #37a000;
    border-color: #37a000;
}
.btn-outline-success:hover {
    background-color: #37a000;
    border-color: #37a000;
}

.btndanger{
    background-color: #f0483e;
    border-color: #f0483e;
}
.btn-danger:hover {
    background-color: #f63428;
    border-color: #f63428;
}

.btn-rounded{
    border-radius: 2em;
}

.section--tight{
    padding-top: 35px;
    padding-bottom: 35px;
}
.list_item .top-title {
    color: #37a000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.list_item .title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: -.06px;
    line-height: 52px;
    font-weight: 300;
}
.list_item .title span,
.custom-heading h2 span{
    text-decoration: none;
    background: url("../img/line.png") no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 10px;
    font-weight: 500;
}
.list_item .text {
    font-size: 18px;
    letter-spacing: .4px;
    line-height: 31px;
    color: rgba(41,42,49,.6);
}

@media(min-width: 768px){
    .list_item .title {
        font-size: 40px;
    }
}






.feature-item-icon {
    color: #37a000;
    font-size: 19px;
    margin-right: 20px;
}
.feature-item-text {
    font-size: 18px;
    letter-spacing: .4px;
    line-height: 49px;
    display: inline-block;
}






.check-list__item {
    position: relative;
    padding: 0.75em 1.875em 0.75em 0;
    border-bottom: 1px solid #dfe3e8;
    text-align: left;
    font-size: 15px;
}
.check-list__check {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 17px;
    color: #37a000;
}


/*[Footer]
--------------------------*/
/*.footer-dark p{
    color: #acacac;
}*/
.main-footer {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding :70px 0 !important;
}

/*.footer-dark{
    background-color: #1f1f1f;
    background-image: url(../img/contacts-bg.png)
}*/

.footer-des {
    position: relative;
    z-index: 1;
}
.footer-logo {
    margin-bottom: 30px;
    height: 30px;
}
.footer-social li{
    display: inline-block
}
.footer-social li a {
    display: block;
    line-height: 32px;
    margin-right: 10px;
    font-size: 25px;
    opacity: 0.5;
    color: #3d3d3d;
}
.copy i{
    color: #37a000;
}
.footer-title {
    font-size: 16px;
    font-weight: 600;
}
/*.footer-link li a {
    display: block;
    margin-bottom: 8px;
    color: rgba(41,42,49,.6);
    font-weight: 400;
}*/
.footer-link li a {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #586069;
}
.quickLink:before,
.quickLink:after{
    display: table;
    content: " ";
}
.quickLink:after{
    clear: both;
}
.quickLink li {
    width: 50%;
    float: left;
}
.appointmentSchedule {
    padding: 15px;
}
.appointmentSchedule li{

}
.addressLink ul li{
    margin-bottom: 8px;
}
.addressLink ul li a{
    color: #acacac;
}
.addressLink ul li i {
    margin-right: 8px;
}
.addressLink ul li i {
    /*color: #fff;*/
}
.linkUnderlined{
    border-bottom: 1px solid #acacac;
    transition: color 150ms,border-color 150ms,background-color 150ms;
}
.addressLink ul li a.linkUnderlined:hover {
    color: #fff;
    background-color: #037d71;
    border-color: #037d71;
}
/*.btnBlock {
    padding-top: 25px;
}
.btn-link {
    color: #acacac;
    background-color: rgba(0,0,0,0.01);
    border-color: #acacac;
}
.btn-link:hover {
    color: #fff;
    background-color: #037d71;
    border-color: #037d71;
    text-decoration: none;
}
.btn i{
    font-size: 14px;
    margin-left: 5px;
}*/
/*subfooter*/
.sub-footer {
    padding: 1rem 0;
    color: rgba(41,42,49,.6);
    /* border-top: 1px solid #ececec; */
    font-weight: 500;
    background: #fafbfc;
}
.coptText {
    font-size: 12px;
}
.sub-footer-link{
    margin: 0;
}
.sub-footer-link li{
    display: inline-block
}
.sub-footer-link li a {
    display: block;
    margin-right: 20px;
    color: rgba(41,42,49,.6);
    font-size: 12px;
}
@media(max-width: 767px){
    .footer-des,
    .col-block{
        margin-bottom: 30px;
    }
    .sub-footer-link {
        margin-bottom: 20px;
        text-align: center; 
    }
    .coptText {
        text-align: center !important;
    }

}
.layout-footer {
    background-color: #F4F5F7;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0;
}
.layout-footer .footer-item {
    padding: 0 10px;
    font-size: 12px;
    color: #5d6494;
}
.layout-footer .footer-item a {
    color: #5d6494;
    text-decoration: none;
}



/*Pricing---------------------
----------------------------------------
--------------------------------------------------*/


.pricing-header {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    text-align: center;
    background-image: url(../img/hero-f33f5cea.svg);
    background-size: cover;
}
.pricing-header h1 {
    font-weight: 800;
    font-size: 46px;
    text-transform: uppercase;
}
.pricing-header p {
    font-size: 21px;
    font-weight: 500;
}
.pricing-section {
    margin-top: 60px;
}
.pricing-columns .row{
    margin-right: 0;
    margin-left: 0;
}
.pricing-columns .plan {
    position: relative;
    border: 1px solid #e1e4e8;
    padding: 0;
    margin-left: -1px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.plan-header {
    padding: 30px 15px;
    min-height: 186px;
}
.plan h5 {
    /*text-transform: uppercase;*/
    /*font-size: 12px;*/
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.tints-of-viking{
    color: #3ab2bd;
}
.tints-of-crusta{
    color: #ec8b63;
}
.tints-of-mulberry{
    color: #d44fa4;
}
.tints-of-governor-bay{
    color: #5d6494;
}
.pricing-columns .plan .price {
    font-size: 26px;
}
.pricing-columns .plan .price .dollar{
    top: -10px;
    letter-spacing: -1px;
    left: 3px;
}
.pricing-columns .plan .price .dollar {
    font-size: 15px;
    font-weight: 500;
}

.pricing-columns .plan .price .amount{
    font-size: 30px;
    font-weight: 600;
}
.pricing-columns .plan .price .slash {
    font-weight: 600;
    left: -2px;
}
.pricing-columns .plan .price .month {
    font-weight: 600;
    left: -7px;
}
.pricing-columns .plan .price .month {
    font-size: 14px;
}
.pricing-columns .plan ul {
    /* padding: 0 18px; */
    margin-bottom: 20px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
.pricing-columns .plan ul li {
    text-align: left;
    padding: 0.5rem;
    font-size: 12px;
    text-align: center;
}
.pricing-columns .plan ul li:nth-child(2n+1) {
    background-color: #fff;
    /*border: 1px solid #c5c9e0;*/
    /*border: 1px solid #edeef8;*/
    /*border-width: 1px 0;*/
}
.pricing-columns .plan.popular  ul li:nth-child(2n+1) {
    /*background-color: #f5f5fa;*/
}
.pricing-columns .plan a.sign-up {
    background-color: #fff;
    /* background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2); */
    /* border: 1px solid #c5c9e0; */
    /* box-shadow: 0 5px 15px 0 rgba(37,44,97,0.15),0 2px 4px 0 rgba(93,100,148,0.2); */
    color: #3a416f;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    padding: 9px 16px 9px;
    margin: 15px 0 15px 0;
    transition: all 20ms ease-out;
    vertical-align: top;
    margin: 0;
    display: block;
    border-top: 1px solid #e1e4e8;
    border-radius: 0;
}
.pricing-section .sign-up {
    padding: 17px 50px;
    text-transform: uppercase;
    background-color: #93cc76;
    color: white;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    white-space: pre;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 30px;
}
.pricing-columns .plan a.sign-up.btn-outline-tints-of-viking{
    background-color: #fff;
    color: #3ab2bd;
}
.pricing-columns .plan a.sign-up.btn-outline-tints-of-viking:hover{
    background-color: #3ab2bd;
    border-color: #3ab2bd;
    color: #fff;
}
.pricing-columns .plan a.sign-up.btn-outline-tints-of-crusta{
    background-color: #fff;
    color: #ec8b63;
}
.pricing-columns .plan a.sign-up.btn-outline-tints-of-crusta:hover{
    background-color: #ec8b63;
    border-color: #ec8b63;
    color: #fff;
}
.pricing-columns .plan a.sign-up.btn-outline-tints-of-governor-bay{
    background-color: #fff;
    color: #5d6494;
}
.pricing-columns .plan a.sign-up.btn-outline-tints-of-governor-bay:hover{
    background-color: #5d6494;
    border-color: #5d6494;
    color: #fff;
}
.plan-badge {
    position: absolute;
    left: 50%;
    -webkit-transform: transl ateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #e1e4e8;
    background-color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 0px 6px;
    text-transform: uppercase;
    line-height: 20px;
}
.pricing-columns .plan a.sign-up:hover, 
.pricing-columns .plan a.sign-up:focus {
    /*background: #f2f2f2;*/
    /*    border-color: #c5c9e0;
        box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2;*/
}
@media(max-width: 991px){
    .pricing-columns .row [class*="col-"] {
        margin-bottom: 30px;
        box-shadow: 0 1px 1px rgba(27,31,35,.1);
    }
}
@media(min-width: 992px){
    .popular .plan-header {
        padding: 43px 15px;
        min-height: 236px;
    }
    .pricing-columns .popular {
        position: relative;
        margin-top: -50px;
        background-color: white;
    }
    .pricing-columns .popular:before {
        width: 274px;
        background-color: #9D1726;
        height: 7px;
    }
    .pricing-columns .popular a.sign-up{
        background-color: #d44fa4;
        border: none;
        color: #ffffff;
    }
    .pricing-columns .popular .price .amount{
        font-size: 50px;
    }
    .pricing-columns .popular .price{
        margin-bottom: 0px;
    }
}


/*[brand logo]
--------------------------*/

.title-text {
    font-size: 21px;
    margin-bottom: 30px;
}
.brand-logo {
    margin-bottom: 20px;
}

/*[F.A.Q]
--------------------------*/
.custom-heading {
    margin-bottom: 70px;
}
.custom-heading h2 {
    font-weight: 400;
    font-size: 32px;
    margin: 10px 0 0;
}
.custom-heading h5 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.custom-heading p {
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 500;
}

.faq-content{
    padding: 70px 0; 
}





.faq-panel {
    padding: 25px;
    margin-bottom: 30px;
    background: #f5f5fa;
    border: 1px solid #c5c9e0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5fa));
    background-image: linear-gradient(#fff, #f5f5fa);
}
.txt-section-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.txt-body {
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}


/*testimonials ---------------------
----------------------------------------
--------------------------------------------------*/
.testimonials {
    padding: 90px 0;
    /* background: linear-gradient(180deg,#f5f5fa 10%,#f5f5fa 50%,#fff); */
    background: #f4f6f8;
    background-size: cover;
    background-image: url(../img/map.jpg);
    background-position: top;
    background-repeat: no-repeat;
    /* background-image: url(../img/map.jpg), linear-gradient(180deg,#f5f5fa 10%,#f5f5fa 50%,#fff); */
    background: linear-gradient(180deg,#fafbfc 10%,#fafbfc 50%,#fff);
}
.block_item{
    text-align: center;
}
.block__heading {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}
.block__heading-before, .block__heading-after {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(41,42,49,.6);
}
.quote-panel {
    margin: 15px;
    border: 2px solid transparent;
}
.quote-panel:hover {
    border-color: #37a000;
}
.quote-panel-body {
    /* background: #f5f5fa; */
    padding: 30px 20px;
    min-height: 340px;
    background-color: #fff;
    /* box-shadow: 0 0 5px #eaeaf5; */
    /* border: 1px solid rgba(0,0,0,0.05); */
    /* box-shadow: 0px 16px 16px rgba(0,0,0,0.025),0px 8px 8px rgba(0,0,0,0.025),0px 4px 4px rgba(0,0,0,0.025),0px 2px 2px rgba(0,0,0,0.05); */
    box-shadow: 0 0 5px #EAEAEA;
}
.owl-carousel .owl-item .test-logo img {
    height: 27px;
    width: auto;
}
.quote-text {
    font-size: 15px;
}
.quote-author {
    font-size: 15px;
    font-weight: 500;
}
.quote-author-org {
    font-size: 12px;
}






.testimonial-carousel-one.owl-theme .owl-nav [class*="owl-"] {
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 5px #eaeaf5;
}
.testimonial-carousel-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #fff;
    background-color: #37a000;
}
.testimonial-carousel-one.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}
.testimonial-carousel-one.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}




/*Video testimonial*/
/*.video-testContent {
    padding: 70px 0;
}
.testText h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 2rem;
}
.star-rating-stars {
    color: rgb( 249, 89, 89 );
    font-size: 19px;
}
.textInfo {
    text-align: center;
    margin: 50px 0 0;
    font-size: 16px;
}
video
.video-wrapper {
    position: relative;
}
.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}
.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}
.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 150ms;
}
.video-overlay-play-button:hover {
    opacity: 1;
}
.video-overlay-play-button.is-hidden {
    display: none;
}*/

.banner-testimonial-wrap a {
    cursor: pointer;
    display: block;
    color: #fff;
    position: relative;
}
.poster-wrap::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(66, 66, 66, 0);
    background: -moz-linear-gradient(top, rgba(66, 66, 66, 0) 0%, rgba(153, 153, 153, 0) 0%, rgba(107, 107, 107, 0) 0%, rgba(115, 115, 115, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(26, 26, 26, 0) 8%, rgba(9, 9, 9, 0.75) 68%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66, 66, 66, 0)), color-stop(0%, rgba(153, 153, 153, 0)), color-stop(0%, rgba(107, 107, 107, 0)), color-stop(0%, rgba(115, 115, 115, 0)), color-stop(0%, rgba(28, 28, 28, 0)), color-stop(0%, rgba(28, 28, 28, 0)), color-stop(8%, rgba(26, 26, 26, 0)), color-stop(68%, rgba(9, 9, 9, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(66, 66, 66, 0) 0%, rgba(153, 153, 153, 0) 0%, rgba(107, 107, 107, 0) 0%, rgba(115, 115, 115, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(26, 26, 26, 0) 8%, rgba(9, 9, 9, 0.75) 68%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(66, 66, 66, 0) 0%, rgba(153, 153, 153, 0) 0%, rgba(107, 107, 107, 0) 0%, rgba(115, 115, 115, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(26, 26, 26, 0) 8%, rgba(9, 9, 9, 0.75) 68%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(66, 66, 66, 0) 0%, rgba(153, 153, 153, 0) 0%, rgba(107, 107, 107, 0) 0%, rgba(115, 115, 115, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(26, 26, 26, 0) 8%, rgba(9, 9, 9, 0.75) 68%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(66, 66, 66, 0) 0%, rgba(153, 153, 153, 0) 0%, rgba(107, 107, 107, 0) 0%, rgba(115, 115, 115, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(26, 26, 26, 0) 8%, rgba(9, 9, 9, 0.75) 68%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#000000', GradientType=0);
}
.testimonial-video-detail {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 10%;
    z-index: 2;
}
.customer-quote {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #fff;
}
.testimonial-video-detail p {
    margin: 0;
    font-size: 12px;
    padding-right: 70px;
}
.testimonial-video-detail p span {
    font-weight: 500
}
.testimonial-video-detail span.play-video-btn {
    background: #37a000;
    font-size: 12px;
    padding: 3px 10px 3px 25px;
    text-transform: uppercase;
    bottom: 5px;
    position: absolute;
    right: 0;
}
.testimonial-video-detail span.play-video-btn::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    content: "";
    height: 0;
    left: 8px;
    position: absolute;
    top: 7px;
    width: 0;
}

/*
[Page header]
--------------------------
.header {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.header::before {
    left: 0;
    top: -24%;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    transform: skewY(-2.5deg);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: linear-gradient(36deg,#9864ff 20%,#0d11e9 92%);
}
.header-text {
    margin-top: 90px;
}
.header-text h1 {
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 25px;
    color: #fff;
}
.header-text h1 strong {
    font-weight: 700;
}
.header-text p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 40px;
}
.header-text p span {
    font-weight: 600;
}
.header-image-lg {
    width: 1130px;
    margin: 0 0 0 -110px;
}
.header .header-img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
@media(min-width: 992px){
    .header {
        text-align: left;
    }
    .header .header-img {
        width: 1140px;
        margin-left: -109px;
    }
    .header-content {
        padding-top: 110px;
    }
    .header-text h1 {
        font-size: 36px;
    }
}
Header 2 & 3
.header-3 {
    color: #fff;
    position: relative;
    padding-top: 120px;
    text-align: center;
}
.header-3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
    background: #ffe9eb;
    background: -moz-linear-gradient(top, #ffe9eb 0%, #fff1e4 44%, #fef5e6 54%, #fff5e9 54%, #fff6e7 56%, #fff5eb 57%, #fff9ed 60%, #ffffff 82%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffe9eb 0%, #fff1e4 44%, #fef5e6 54%, #fff5e9 54%, #fff6e7 56%, #fff5eb 57%, #fff9ed 60%, #ffffff 82%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffe9eb 0%, #fff1e4 44%, #fef5e6 54%, #fff5e9 54%, #fff6e7 56%, #fff5eb 57%, #fff9ed 60%, #ffffff 82%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe9eb', endColorstr='#ffffff', GradientType=0);
}

.header-3::after {
    background: rgb(152,230,255);
    background: -moz-linear-gradient(top, rgba(152,230,255,1) 11%, rgba(193,251,255,1) 40%, rgba(255,255,255,1) 83%);
    background: -webkit-linear-gradient(top, rgba(152,230,255,1) 11%,rgba(193,251,255,1) 40%,rgba(255,255,255,1) 83%);
    background: linear-gradient(to bottom, rgba(152,230,255,1) 11%,rgba(193,251,255,1) 40%,rgba(255,255,255,1) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98e6ff', endColorstr='#ffffff',GradientType=0 );
}





.header-2 .header-title,
.header-3 .header-title {
    font-size: 32px;
    margin-bottom: 25px;
    color: #fff;
}
.header-2 .sub-title,
.header-3 .sub-title{
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
}
.header-2 .sub-title span,
.header-3 .sub-title span{
    font-weight: 600;
}
.header-btn .btn{
    margin: 0 10px;
    margin-bottom: 20px;
}
.header-2 .header-img,
.header-3 .header-img{
    margin-top: 40px;
}
.technology{
    padding-bottom: 70px;
}
.technology-img img {
    height: 65px;
}
@media (max-width: 575px){
    .header-2 {
        padding-top: 100px;
    }
    .max-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(max-width: 767px){
    .technology-img{
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .max-col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .technology-img img {
        height: auto;
    }
}
@media(min-width: 768px){
    .header-2, .header-3 {
        padding-top: 150px;
    }
}
*/





.header-text-content{

}
.Header .header-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 38px;
    color: #173508;
    line-height: 53px;
}
.Header .sub-title {
    font-size: 18px;
    margin-bottom: 40px;
    /*color: #c8ecbf;*/
    /*color: #fff;*/
    font-weight: 400;
    /*color: #73f852;*/
}
.header-text-content .btn{
    /*box-shadow: 0 1px 6px rgba(57,73,76,.35);*/
}



.mackbook{
    position: relative;
}
.mackbook img{

}
/*Video icon*/
.video {
    margin-top: 0;
    width: 40rem;
    height: 40rem;
}
.video {
    height: 0;
    position: absolute;
    left: calc(50% - 20rem);
    top: calc(50% - 9rem);
}
.header-img .video {
    left: calc(50% - 11rem);
}
.video .video-meta {
    position: relative;
    left: 0;
    bottom: 0;
}
.video-play {
    width: 12rem;
    height: 12rem;
    display: inline-block;
}
.video .Play-bg {
    fill: rgba(0,84,209,.9);
}
@media(max-width: 767px){
    .Header .header-title {
        font-size: 29px;
        line-height: initial;
    }
    .header-btn .btn {
        width: 200px;
        margin-top: 20px;
    }
    .video {
        top: calc(50% - 3.1rem);
    }
    .video-play {
        width: 6rem;
        height: 6rem;
    }
    .header .header-img img {
        margin-top: 40px;
    }
    .header-img .video {
        left: calc(50% - 19.5rem);
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .video {
        top: calc(50% - 8.5rem);
    }
    .header-img .video {
        left: calc(50% - 19rem);
        top: calc(50% - 8rem);
    }
}
@media(min-width: 768px){
    .header-btn .btn {
        width: 200px;
        margin-left: 20px;
    }
}
/*[Servicve]
--------------------------*/
.section-title{
    text-align: center;
    margin-bottom: 50px;
}
.section-title h2 {
    font-size: 28px;
    font-weight: 500;
}
.section-title p {
    font-size: 17px;
}
.service-content{
    padding: 0 0 70px;
}
.service-box, .box-topic {
    /*padding: 25px;*/
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-size: 100%;
    /* border-radius: 4px; */
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    /* box-shadow: 0 5px 30px 0 rgba(0,0,0,.07); */
    /* border: 1px solid #c5c9e0; */
    /* background: #f5f5fa; */
    /* background-image: none; */
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5fa)); */
    /* background-image: linear-gradient(#fff, #f5f5fa); */
    /* background: #f5f5fa; */
    /* box-shadow: 0 5px 30px 0 rgba(0,0,0,.07); */
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5fa)); */
    /* background-image: linear-gradient(#fff, #f5f5fa); */
    /* -webkit-box-shadow: 0 5px 15px 0 rgba(37,44,97,0.15),0 2px 4px 0 rgba(93,100,148,0.2); */
    /* box-shadow: 0 5px 15px 0 rgba(37,44,97,0.15),0 2px 4px 0 rgba(93,100,148,0.2); */
    text-align: center;
    /*border: 1px solid #edeef8;*/
    /*background: #f5f5fa;*/
    /* border-top: 2px solid #37a000; */
}
/*.service-box:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.09);
}*/
.service-box .title, .box-topic .title {
    font-weight: 500;
    font-size: 18px;
    /* color: #173508; */
    line-height: 21px;
}
.service-box .icon,
.box-topic .icon {
    /*margin-bottom: 19px;*/
    position: relative;
    display: inline-block;
}
/*.service-box .icon::before,
.box-topic .icon::before {
    position: absolute;
    height: 8px;
    width: 66px;
    content: "";
    bottom: -5px;
    left: 50%;
    margin-left: -33px;
    background: rgba(0, 0, 0, 0.06);
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.35s;
    transition: transform .35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
    z-index: 1;
}*/
/*.service-box:hover .icon::before {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}*/
.service-box .icon i, .box-topic .icon i {
    font-size: 72px;
    /* color: #37a000; */
    /*background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#37a000));*/
    background: linear-gradient(90deg,#37a000,#b3e895);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-box p,
.common-BodyText{
    margin: 0 0 20px;
    font-size: 14px;
    color: rgba(41,42,49,.6);
    font-weight: 500;
}
/*Link*/
a.read-link {
    font-weight: 500;
    position: relative;
    color: #37a000;
    display: inline-block;
    margin-bottom: 10px;
}
a.read-link::before {
    background: #37a000;
    content: '';
    left: 0;
    bottom: -2px;
    height: 1px;
    position: absolute;
    right: 0;
}
a.read-link:hover::before{
    animation: 0.5s 1 cta-line;
}
@keyframes cta-line {
    0% {
        transform-origin: 100% 50%;
        transform: scaleX(1);
    }
    45% {
        transform-origin: 100% 50%;
        transform: scaleX(0);

    }
    55% {
        transform-origin: 0% 50%;
        transform: scaleX(0);

    }
    100% {
        transform-origin: 0% 50%;
        transform: scaleX(1);

    }
}
a.read-link i {
    font-size: 10px;
    margin-left: 3px;
    display: inline-block;
    transform: translateX(0);
    transition: .2s;
}
a.read-link:hover i{
    transform: translateX(3px);
}
@media(min-width: 768px) and (max-width: 1199px){
    .service-box{
        padding: 20px 15px;
    }
    .service-box .icon i{
        font-size: 44px;
    }
}

/*[Testimonials]
--------------------------*/
.testimonial .testimonial-image  {
    border-radius: 50%;
    margin-bottom: 30px; 
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.07);
}
.testimonial-text .lead {
    font-weight: 400;
    font-size: 1.4rem;
    font-family: 'Raleway', sans-serif;
}
.testimonial-text .name {
    font-size: 1.1rem;
}
.testimonial-carousel-one.owl-theme .owl-nav [class*="owl-"],
.testimonial-carousel-two.owl-theme .owl-nav [class*="owl-"]{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease 0s;
    transform: translate(0%, -50%);
    margin: 0;
    font-size: 24px !important;
}
.testimonial-carousel-two.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}
.testimonial-carousel-two.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #0054D1;
    background: transparent;
}
@media(max-width: 767px){
    .testimonial-carousel-one.owl-theme .owl-nav [class*="owl-"],
    .testimonial-carousel-two.owl-theme .owl-nav [class*="owl-"] {
        display: none;
    }
}

/*[Minimal page layout]
--------------------------*/
.minimal-content{
    padding: 19px 0 70px;
}
.minimal-header{
    /*color: #fff;*/
    padding: 170px 0 200px;
    text-align: center;
    position: relative;
}
/*.minimal-header::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -17%;
    content: "";
    z-index: -1;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: skewY(-2.5deg);
    background: #0054D1;
}
.minimal-header.header-bg::before{
    background-image: url('../img/pattern_transparent.png');
    background-size: 380px, contain;
    background-position: center bottom;
    justify-content: center;
    padding-top: 65px;
}*/

.header-serch .has-search .form-control-feedback {
    position: absolute;
    z-index: 1;
    display: block;
    width: 51px;
    height: 51px;
    text-align: center;
    pointer-events: none;
    color: #6C718B;
    left: 0;
    line-height: 51px;
    font-size: 21px;
}

.minimal-header-text h1 {
    /*color: #fff;*/
    margin: 0;
    font-weight: 400;
}
.minimal-header-text h1 span{
    font-weight: 700;
}
.minimal-header-text .header-btn{
    margin-top: 50px;
}
.minimal-header-text .breadcrumb {
    border: 0;
    margin: 1rem 0 0;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.minimal-header-text .breadcrumb-item::before {
    color: #fff;
}
.minimal-header-text .breadcrumb-item a {
    color: #fff;
}
.minimal-header-text .breadcrumb-item.active {
    color: #fff;
}
@media(max-width: 767px){
    .minimal-header {
        padding: 110px 0 150px;
    }
    .minimal-header-text h1 {
        font-weight: 300;
        font-size: 2rem;
    }

}




/*.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.1em;
}svg {
    color: #444444;
}*/



/*[Contact]
--------------------------*/
.transition-container {
    position: relative;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contacts-contacts{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
.contacts-bg-image{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/contacts-bg.jpg) 50% no-repeat;
    background-size: auto auto;
    background-size: cover;
}
.contacts-info {
    position: relative;
    width: 50%;
    z-index: 0;
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    background: #202e24;
    /*background: #347a2a;*/
}
.contacts-info{
    padding-left: calc(5% + 20px);
}
.contacts-info-text {
    max-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts-up-container{
    overflow: hidden;
    margin-right: 35px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.info-text-block {
    margin-bottom: 20px;
}
.contact-heading,
.contact-email{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.contact-address {
    font-weight: 500;
    margin-top: 10px;
}

.animated-link-outer {
    position: relative;
    width: 160px;
    padding: 16px 0;
    text-align: right;
    cursor: pointer;
    line-height: 1.1875;
    text-transform: none;
    color: #37a000;
    font-weight: 500;
}
.animated-link-outer:hover{
    color: #37a000;
}
.animated-link-outer span {
    position: relative;
    display: inline-block;
    padding-left: 65px;
}
.animated-link-outer span::after,
.animated-link-outer span::before {
    position: absolute;
    top: 50%;
    right: 100%;
    content: "";
    will-change: transform;
    height: 2px;
    margin-top: -2px;
    -webkit-transform-origin: right;
    transform-origin: right;
    background-color: #37a000;
    -webkit-transition: background .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,background .2s ease-in-out;
    transition: transform .2s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.animated-link-outer span::after {
    right: auto;
    left: calc(100% + 20px);
    width: undefined;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-image: #37a000;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.animated-link-outer span::after,
.animated-link-outer span::before {
    width: 45px;
}
.animated-link-outer span::before {
    left: 0;
}

.animated-link-outer:hover span::before {
    -webkit-transform: scaleX(.375);
    transform: scaleX(.375);
    background-color: #37a000;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.animated-link-outer:hover span::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}




.social-media{

}
.social-media li{

}
.social-media li a {
    color: #fff;
    display: block;
    font-size: 26px;
    margin-right: 15px;
}

/*[Signup]
--------------------------*/

.signup-content {
    padding: 70px 0;
    /*background: #F4F5F7;*/
}
@media(min-width: 1200px){
    .signup-content .container {
        /*max-width: 1040px;*/
    }
}


.guideline-content {
    /*    padding: 0 50px;
        border-right: 1px solid #dddede;*/
}
.guideline-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 46px;
}
.landing-page-checklist{
    margin-bottom: 60px;
}
.landing-page-checklist__item {
    position: relative;
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 500;
    /* line-height: 30px; */
    text-align: left;
    padding-left: 45px;
}
.landing-page-checklist__item::before {
    content: '';
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../img/checkmark.svg);
    background-size: 100%;
}



.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 90px;
    width: 90px;
    opacity: .7;
    background: url(../img/play.svg) no-repeat 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .2s ease-out;
    z-index: 1;
}
.video-post:hover .play-overlay {
    opacity: 1;
    transform: scale(1.1) translateX(-45%) translateY(-45%);
}


.form-content {
    background-color: #fff;
    padding: 42px;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(27,31,35,.07) !important;
}
.form-content h4 {
    font-size: 17px;
    margin-bottom: 15px;
}
.form-content p {
    text-align: center;
}

.btn-linkedin, .btn-google {
    background-color: #fff;
    color: #5d6494;
    text-align: left !important;
    font-weight: normal;
    position: relative;
    padding: 13px 8px 13px 40px;
    line-height: 1;
    margin-bottom: 20px;
    box-shadow: 0 0 1px #c5c9e0,0 1px 1px #c5c9e0;
    font-size: 14px;
    /* border-bottom: 1px solid #c5c9e0; */
}
.btn-linkedin::before, .btn-google::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 11px;
    top: 10px;
}
.btn-linkedin:focus, .btn-linkedin:hover, .btn-google:focus, .btn-google:hover {
    box-shadow: 0 0 2px #c5c9e0,0 2px 2px #c5c9e0;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-linkedin::before {
    background-image: url(../img/linkdin.svg);
}
.btn-google::before {
    background-image: url(../img/google.svg);
}


/*.divider {
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0,0,0,.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: table;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
}*/
.divider::after, .divider::before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/divider.png);
}
.divider::before {
    background-position: right 1em top 50%;
}
.divider::after {
    background-position: left 1em top 50%;
}


.form-group {
    margin-bottom: 20px;
}
label {
    font-size: 13px;
    font-weight: 400;
}
.form-control {
    font-size: 14px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #d1d5da;
    box-shadow: inset 0 1px 2px rgba(27,31,35,.075);
    color: #24292e;
}
.form-control:focus {
    border-color: #37a000;
    box-shadow: none;
}
.country-select {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.muted {
    margin-top: 1rem;
    margin-bottom: 0;
}



/*Sign up 2*/
.account-register {
    padding: 5em 0;
}
.placeFiller-left {
    /*background-color: #fcfcfc;*/
    /*height: 100vh;*/
}
.placeFiller-right {
    background-color: #202e24;
    /*height: 100vh;*/
}

.freeaccount {
    /*background-color: #283c2e;*/
    background-color: #135C28;
    color: #fff;
}
.freeaccount .right_section {
    padding: 0 0 0 4em;
}
.freeaccount .right_section .free_account h3 {
    margin-bottom: .5em;
    font-size: 1.8em;
    font-weight: 500;
}
.freeaccount .right_section .free_account hr {
    margin: .5em 90% 2.5em 0;
    border-top: 3px solid #eee;
    opacity: .8;
}
.freeaccount .right_section .free_account ul {
    padding-left: 1em;
    list-style: disc;
    font-size: 1.3em;
    opacity: .8;
    margin-bottom: 0em;
}
.freeaccount .right_section .free_account ul li {
    padding-bottom: 1em;
    padding-left: 10px;
}
.freeaccount .right_section .free_account ul li  span {
    font-size: 16px;
}
.free_account ul li a {
    color: #f9ff00 !important;
    font-weight: 600;
}



.play-btn {
    display: inline-block;
    color: #fff;
    margin-bottom: 4rem;
}
.play-btn i {
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}
.play-btn span {
    border-bottom: 1px dotted;
}











.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: calc(100% - 0em);
}
.input__field {
    position: relative;
    display: block;
    padding: 0.8em;
    color: #696969;
    -webkit-appearance: none;
    height: 46px;
    border-radius: 3px;
    font-weight: 500;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dadce0;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}
.input__field:focus {
    outline: none;
}
.input__label {
    display: inline-block;
    color: #696969;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    padding: 0 .50em;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -moz-transition: all .3s cubic-bezier(0.4,0,0.2,1);
    transition: all .3s cubic-bezier(0.4,0,0.2,1);
    -moz-transition-property: color,bottom,transform;
    transition-property: color,bottom,transform;
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    background-color: #fff;
    margin: 0;
    left: 10px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
    color: #8B8C8B;
    padding: 0.25em 0;
}
.input__label-content::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 500;
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #37a000;
    padding: 0.25em 0;
}
.input__field:focus + .input__label, .input--filled .input__label {
    -moz-transform: scale.placeFiller-right(.75) translateY(-58px);
    transform: scale(.75) translateY(-58px);
    background-color: #ffff;
}
.input__field:focus + .input__label .input__label-content,
.input--filled .input__label-content {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.input__field:focus + .input__field, .input--filled .input__field {
    background-color: transparent;
    border: 2px solid #37a000;
}


.country_selector{
    background-color: #fff;
    border: 1px solid #dadce0;
}
.custom-control {
    font-weight: 400;
}
/*Checkbox*/
.appointment-content .custom-control-label::before {
    background-color: #fff;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #37a000;
    box-shadow: none;
}

.form-section .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #dadce0;
}
.form-section .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #37a000;
    border-color: #37a000
}

@media(max-width: 767px){
    .freeaccount .right_section{
        padding: 2rem;
    }
}
@media(min-width: 768px){
    .account-register {
        /*background-image: linear-gradient(90deg, #F9F9F9 50%, #283c2e 50%);*/
        background-image: linear-gradient(90deg, #F9F9F9 50%, #135C28 50%);
    }
    .account-register .form-section {
        padding: 0 6em 0 0;
    }
}



/*login*/
.login_panel {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 500px;
    margin: 0px auto;
    width: 400px;
    text-align: center;
}
.login_panel::before {
    content: "";
    flex-shrink: 0;
    height: 48px;
}
.login_panel-body {
    margin: 48px 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
    box-sizing: border-box;
    color: rgb(23, 43, 77);
    padding: 48px;
}
.login_panel-header h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin: 40px 0 0;
    color: #fff;
}
.reset-text {
    margin-bottom: 48px;
}
.reset-text a {
    color: rgba(255, 255, 255, 0.7);
}
.login_panel-footer {
    color: rgb(222, 235, 255);
    margin: auto 0px 0px;
    padding-bottom: 32px;
}
.login_panel-footer a {
    color: rgba(255, 255, 255, 0.7);
}
.login_panel-footer a.primary-action {
    color: rgb(255, 255, 255);
}
.login_panel-footer ul {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    list-style: outside none none;
    padding: 0px;
    margin: 12px 0 0;
    font-size: 12px;
}
.login_panel-footer .fine-print {
    font-size: 12px;
}
.login_panel-footer ul > li + li::before {
    content: "•";
    margin: 0px 8px;
}
@media(max-width: 767px){
    .login_panel {
        width: 100%; 
        padding: 0 15px;
    }
}
/*login2*/
/*.page_container {
    -moz-box-align: center;
    -ms-flex-align: center;
    -o-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    min-height: 100%;
    width: 100%;
}*/
/*.page_container--login {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/login-background.svg);
}*/


.page_container{
    width: 100%
}
.app_login {
    padding: 50px 0;
}
.app_login-bg{
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/login-background-md.svg);
}
/*.page_container__page-section h1 {
    font-size: 30px;
    font-weight: 100;
}*/
.page_container__page-section img {
    /*height: 400px;*/
}
.content-form{
    margin-bottom: 30px;
}
.content-header{
    margin-bottom: 30px;
}
.content-header p {
    font-weight: 500;
    margin: 0;
}



@media(min-width: 768px){
    .app_login{
        height: 100vh;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
    }
    .app_login-bg{
        background-image: url(../img/login-background.svg);
    }
    .content-form{
        margin-bottom: 0;
    }
}
@media(min-width: 992px){
    /*    .content-part {
            width: 320px;
            margin: 0 auto;
        }*/
    .content-part {
        width: 400px;
        margin: 0 auto;
        /* border: 1px solid #dadce0; */
        padding: 30px 50px;
        border-radius: 10px;
    }
}
/*[Privacy policy]
--------------------------*/
.text-content {
    padding: 90px 0 70px;
    background-color: #fff;
}
.text-content h1, .text-content h3, .text-content h4 {
    margin-bottom: 20px;
    letter-spacing: -.06px;
    line-height: 44px;
    font-weight: 300;
}
.text-content p {
    font-size: 18px;
    letter-spacing: .4px;
    line-height: 31px;
    color: rgba(41,42,49,.6);
}



/*[Affiliate]
--------------------------*/












.home-features {
    background-color: #363b3e;
    padding: 70px 0;
    background-image: url(../img/noise.jpg);
}
.home-features .custom-heading h2 {
    font-weight: 300;
    color: #fff;
    font-size: 46px;
}
.home-features .custom-heading h2 strong{
    font-weight: 800;
}
.column__list-item {
    /*margin-left: 70px;*/
}
.column__list-item li {
    padding-left: 50px;
    color: #fff;
    margin: 0 0 25px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    /*letter-spacing: -1px;*/
}
.column__list-item li::before {
    transform: translateY(-50%);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: rgba(255,255,255,0.35);
}



/*--------------*/
/*

.connect-arrow {
    border: 0;
    border-top: 1px solid #2F3337;
    left: 120px;
    bottom: auto;
    top: 65px;
    width: 810px;
}

.user-journey-section{
    text-align: center;
}

.text-container {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
}

.journey-icon i {
    font-size: 60px;
    color: #37a000;
}
.journey-title {
    color: #2F3337;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
} */
/*.journey-text {
    color: #3E4348;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 24px;
    margin: 4px 0 16px;
}*/
/*.journey-cta {
    color: #3374FF;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    transition: background-color 0.25s ease-in-out,color 0.25s ease-in-out;
}*/

/*-----------------------*/
.work-content{
    padding: 70px;
}




.process {
    position: relative;
    border-bottom: 1px solid rgba(139, 144, 157, 0.18);
}
.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 70px;
}
section.process .timeline .line {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 39px;
    width: 2px;
    background-color: #fcf7de;
}
section.process .timeline .line {
    background-color: rgba(139, 144, 157, 0.18);
}
section.process .timeline .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
section.process .timeline .step + .step {
    margin-top: 40px;
}
section.process .timeline .step .icon-container.documents-bank-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.process .timeline .step .icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 20px;
}
section.process .timeline .step .icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
}
section.process .timeline .step .icon.submit {
    background-image: url(../img/submit.svg);
}
section.process .timeline .step .icon.documents {
    background-image: url(../img/documents.svg);
    z-index: 1;
    border: 2px solid #fff;
    border-top-style: none;
}
section.process .timeline .step .icon.bank-account {
    background-image: url(../img/bank-account.svg);
    margin-top: -22px;
    margin: -22px 0 0;
}
section.process .timeline .step .icon.incorporation {
    background-image: url(../img/incorporation.svg);
}
section.process .timeline .step .icon.tax-id {
    background-image: url(../img/tax-id.svg);
}
section.process .timeline .step .icon.documents {
    border-color: #f6f9fc;
}

@media(min-width: 670px){
    section.process .timeline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    section.process .timeline .line {
        top: 39px;
        bottom: auto;
        left: 110px;
        right: 110px;
        width: auto;
        height: 2px;
    }
    section.process .timeline .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*max-width: 175px;*/
        max-width: 252px;
        margin: 0 20px;
        text-align: center;
    }
    section.process .timeline .step + .step {
        margin-top: 0;
    }
    section.process .timeline .step .icon-container.documents-bank-account {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    section.process .timeline .step .icon-container {
        margin: 0 auto 15px;
    }
    section.process .timeline .step .icon.bank-account {
        margin: 0 0 0 -22px;
    }
}




















/* Common styles */


.level-section {
    /*    background-image: -webkit-gradient(180deg,#f5f5fa 10%,#f5f5fa 50%,#fff);
        background: linear-gradient(180deg,#f5f5fa 10%,#f5f5fa 50%,#fff);*/
    padding-top: 70px;
}


.level {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    /*margin: 0 auto 3em;*/
}

.level__item {
    /*    position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        align-items: stretch;
        text-align: center;
        -webkit-flex: 0 1 330px;
        flex: 0 1 330px;*/
}

.level__feature-list {
    text-align: left;
}















.level--rabten .level__item {
    padding: 2em 4em;
    cursor: default;
    max-width: 320px;
}

.level--rabten .level__item:nth-child(2) {
    border-right: 1px solid rgba(139, 144, 157, 0.18);
    border-left: 1px solid rgba(139, 144, 157, 0.18);
}
.level--rabten .level__item img {
    width: 120px;
}
.level--rabten .level__title {
    font-size: 1em;
    margin: 1.5em 0 0;
}

.level--rabten .level__sales--number {
    font-size: 42px;
    font-weight: bold;
    margin: 0.5em 0 0.75em;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
}
.level--rabten .level__sales--text {
    font-size: 0.35em;
    color: #8b909d;
}

.level--rabten .level__anim {
    display: inline-block;
    position: relative;
}

.level--rabten .level__item:hover .level__anim {
    -webkit-animation: moveUp 0.4s forwards;
    animation: moveUp 0.4s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.level--rabten .level__item:hover .level__anim--2 {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
    50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
    100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes moveUp {
    50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
    100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

.level--rabten .level__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
    color: #8b909d;
}

.level--rabten .level__feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}
@media screen and (max-width: 60em) {
    .level--rabten .level__item {
        max-width: none;
        width: 90%;
        flex: none;
        border: none !important;
        opacity: 1 !important;
    }
}
/*Quoto*/
.quotes {
    background-repeat: repeat no-repeat;
    background-position: bottom;
    background-size: 1440px,100%;
    background-image: url(../img/pattern-fworks-light.svg);
    /*background: linear-gradient(180deg,#fff 10%,#fafbfc);*/
}

.container-lg {
    max-width: 1140px;
}
.container-lg{
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.quotes .container-lg {
    display: grid;
    grid-template-rows: auto 2px auto;
    grid-gap: 50px 0;
    gap: 50px 0;
}






.quote__logo {
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 30px;
}

.quote__quote {
    /*    color: #32325d;
        color: #06b27e;*/
    position: relative;
}
.quote__quote, .quote__quote::before {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 20px;
    display: block;
    font-weight: 400;
}
.quote__quote::before {
    content: open-quote;
    position: absolute;
    color: #06b27e;
    left: -13px;
}
.quote__quote::after {
    content: close-quote;
    position: absolute;
    color: #06b27e;
}
.quote__quotee {
    display: block;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}
.quote__quotee-title {
    display: block;
    color: rgba(41,42,49,.6);
    font-weight: 500;
    font-size: 13px;
}

@media(min-width:670px){
    .quotes .container-lg {
        grid-template-columns: 1fr 2px 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0 50px;
        gap: 0 50px;
    }
}






/*[cookie bar]
--------------------------*/
.cookie_bar {
    color: #ffffff;
    /* position: fixed; */
    left: 0;
    top: 0;
    width: 100%;
    background-color: #135C28;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 400;
}
.cookie_bar  a {
    color: #fff;
}
.cookie_bar .cookie_bar-inner {
    text-align: center;
}
button#catapultCookie {
    background: #37a000;
    color: #ffffff;
    border: 0;
    padding: 3px 9px;
    margin: 0 0 0 20px;
    border-radius: 0;
    font-weight: 500;
    font-size: 13px;
}















/*Header ---------------*/


.Header {
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
}
.StripeBackground {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    pointer-events: none;
}
.StripeBackground {
    top: calc(50% + 175px);
}
.StripeBackground .stripe {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
}
.StripeBackground .stripe {
    height: 155px;
}
.StripeBackground .s0 {
    height: 5000px;
    bottom: 10px;
    background: -webkit-gradient(linear,left top,right top,from(#37a000),to(#b3e895));
    background: linear-gradient(90deg,#37a000,#b3e895);
}

.StripeBackground .s2 {
    bottom: 310px;
    right: calc(50% + 260px);
    left: auto;
    width: 30%;
    min-width: 450px;
    /*background: -webkit-gradient(linear,left top,right top,from(#0aab88),to(#3ebc7f));*/
    /*background: linear-gradient(90deg,#0aab88,#3ebc7f);*/
    background: linear-gradient(90deg,#799e00,#acc94d);
    opacity: .75;
}
.StripeBackground .stripe.pattern {
    overflow: hidden;
}
.StripeBackground .s2::after {
    background: url(../img/background-pattern.svg);
    opacity: .25;
}
.StripeBackground .stripe.pattern::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1000px;
    top: -1000px;
    -webkit-transform: skew(0,12deg);
    transform: skew(0,12deg);
}




.StripeBackground .s1 {
    bottom: 465px;
    right: 80%;
    background: -webkit-gradient(linear,left top,right top,from(#bfd4ff),to(#d2f0f9));
    background: linear-gradient(90deg,#bfd4ff,#d2f0f9);
    opacity: .2;
}
.StripeBackground .s3 {
    bottom: 155px;
    left: 75%;
    background: -webkit-gradient(linear,left top,right top,from(#b6e3a8),to(#dbf0af));
    background: linear-gradient(90deg,#b6e3a8,#dbf0af);
}
/*.StripeBackground .s4 {
    bottom: 0;
    background: -webkit-gradient(linear,left top,right top,from(#d7f8b7),to(#98e3b5));
    background: linear-gradient(90deg,#d7f8b7,#98e3b5);
}*/

.StripeBackground .s4 {
    bottom: 0;
    /*background: -webkit-gradient(linear,left top,right top,from(#d7f8b7),to(#98e3b5));*/
    /*background: linear-gradient(90deg,#d7f8b7,#37a000);*/
    background: linear-gradient(90deg,#d7f8b7,#45c642);
}
/*#35c26b*/
/*#37a000*/
/*background: linear-gradient(90deg,#d7f8b7,#45c642);*/

/*-------------------------------*/
.section{

}




/*nav tabs*/
.nav-pills .nav-link {
    margin-bottom: 15px;
    font-weight: 500;
    /* color: #0054D1; */
    color: #292a31;
    padding: 5px;
    border-radius: 0;
    border-bottom: 1px solid #e1e4e8;
    text-align: right;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
    box-shadow: 3px 5px 10px -5px rgba(0,0,0,0.36);
    border: 1px solid #f9f9f9;
    background-color: #fff;
    color: #292a31;
}
.panel-text h3 {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 45px;
    position: relative;
}
.panel-text h3:before {
    content: "";
    background: url(../img/faq-questionMark.svg);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
}
/*.panel-text p {
    font-size: 18px;
    letter-spacing: .4px;
    line-height: 31px;
    color: rgba(41,42,49,.6);
}*/
.panel-text p {
    font-size: 14px;
    color: rgba(41,42,49,.6);
    font-weight: 400;
    line-height: 25px;
}
/* accordion --------- */
.card {
    border-radius: 0;
    border: 1px solid rgba(113, 113, 113, 0.1);
    border-width: 0 0 1px;
    background-color: transparent;
}
.card-header {
    border-bottom: 0;
    background-color: transparent;
    padding: 1.5rem 0;
}
.card-header h5 {
    font-size: 17px;
    line-height: 25px;
}
.card-header h5 a {
    display: block;
    color: #212529;
}
.card-body {
    padding: 0 0 1.25rem;
}
.card-header h5 a .ti {
    float: left;
    border: 1px solid #d6facf;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 9px;
    text-align: center;
    line-height: 18px;
    margin-right: 15px;
    color: #37a000;
    background-color: #d6facf;
    margin-top: 3px;
}
[data-toggle="collapse"] [class*=" ti-"]:before {  
    content: "\e622";
}
[data-toggle="collapse"].collapsed [class*=" ti-"]:before {
    content: "\e61a";
}
/* trail forms --------- */
.trail_forms {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(27,31,35,.07) !important;
}
.trail_forms h3 {
    font-size: 19px;
    margin-bottom: 15px;
}
.trail_forms .country-info {
    font-size: 12px;
    font-weight: 400;
}
.trail_forms .country-info .country-name {
    font-weight: 600;
}















.apps-cluster-conent{
    background: url(../img/Pro-int-wave.svg) no-repeat 50%;
}
.circle-badge {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(27,31,35,.15);
    display: flex;
    justify-content: center;
    height: 96px;
    width: 96px;
    margin: 16px;
    overflow: hidden; 
}
.circle-badge:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
}
.tooltip{
    font-size: 12px;
}
.apps-cluster .circle-badge:nth-child(7){
    background-color: #303030;
}
.circle-badge-icon{
    /*    height: auto !important;
        max-height: 55% !important;
        max-width: 60% !important;*/
}



@media(min-width: 991px){
    .apps-cluster .circle-badge:nth-child(2n+1) {
        margin-top: -24px;
    }
    .apps-cluster .circle-badge:nth-child(2n) {
        margin-top: 24px;
    }

}