@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}
.software-development ul, .privacy-policy ul{
    list-style: disc;
    padding-left: 35px;
    line-height: 30px;
}
.privacy-policy ul, .privacy-policy p strong{
    margin-bottom: 15px;
}
.terms-of-use > ul > li, .glasir  > ul > li{
    color: #f39200;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
    list-style: decimal;
}
.glasir  > ul > li{
    list-style: none;
}
.glasir  > ul > li h3{
    font-weight: 500;
}
.terms-of-use ul > li > ul > li, .glasir ul > li > ul > li{
    line-height: 30px;
    margin-bottom: 3px;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: normal;
}
.consulting > ul > li{
    list-style: decimal;
}
.consulting > ul{
    padding-left: 15px;
}
.iteego-approach p strong{
    color: #f39200;
}


.m-top-50{
    margin-top: 50px;
}
.m-top-30{
    margin-top: 30px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-30{
    margin-bottom: 30px;
}
.strong{
    color: #f39200;
    font-weight: 700;
}
.banner-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55%;
}
.banner-text p{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 36px;
    color: #fff;
}
.image-link {
    display: block;
    background: #f3f3f3;
    width: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(34,34,34,.8);
}
.image-link img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.img-heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .02em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.recent-solution{
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 15px;
    
    border-radius: 7px;
}
.recent-solution:hover{
    box-shadow: 0 5px 5px rgb(34 34 34 / 80%);
}
.recent-solution a{
    height: 105px;
    display: block;
    background: #363636;
    padding-top: 13px;
    margin-bottom: 20px;
}
.f-16{
    font-size: 16px;
}
.image-link .slide-text {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: .2s all;
    transition: .2s all;
    bottom: 0;
    left: 0;
    margin-top: 150px;
}
.hover-text {
    line-height: 24px;
    font-size: 1rem;
    cursor: pointer;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%);
    width: 100%!important;
    text-align: left!important;
    font-weight: normal!important;
    white-space: inherit!important;
    margin-top: auto!important;
    position: absolute;
    display: none;
    padding: 15px;
}

.image-link:hover .slide-text.bg-product {
    background:#eee;
    background-size: 100%;
    margin-top: 0;
    padding-top: 0;
    top: 0;
    height: 100%;
}
.image-link:hover .slide-text>span {
    display: block;
}
.image-link:hover .img-heading {
    display: none;
}
.span-height{
    height: 250px;
    background: rgba(34,34,34,.8);
    width: 100%;
    display: block;
}

.sub-title{
    color:#f39200;
    font-weight: 500;
    font-size: 17px;
}

.col{
float: left;
width: 50%;
padding: 10px;

}
.fa-dir{
font-weight: 600 !important;
color: #f60000;
letter-spacing: 10px ;
}
.deliver-date{
    text-align: center;
    font-size: 1rem;
    color: #f39200;
    margin-top: 10px;
}
.align-center{
    text-align: center;
}
.stay-on{
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: bold;
    color: #363636 !important;
}

.stay-on .fa{
    font-size: 20px;
}
.fa_gre{
font-weight: 600 !important;
color: #000;
letter-spacing: 4px ;
font-size: 15px !important;
}
.link{
color:#f39200;
font-size: 17px;
font-weight: 500;

}
.link:hover{
color: #000 !important;
}
.ma-glasir{
font-size: 14px;
color: #000;
letter-spacing: 1px;
}

.glasir_ifram{
width: 100%;
height: 315px;
}
@media screen and (max-width:376px) and (min-width:300px){
.about-glasir {
font-size: 12px;
    }
}
@media screen and (max-width:450px) and (min-width:375px){
.title.is-2 {
font-size: 1.5rem;
}
.title.is-3 {
font-size: 1.2em;
    }

}
.service-and-solution a {
    border-top: 1px solid #e5e5e5;
    display: block;
    text-transform: uppercase;
    padding: 10px;
    color: #363636;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    position: relative;
}
.service-and-solution a:nth-of-type(even) {
    background-color:#fbfbfb;
}
.service-and-solution a:after{
    content: "";
    position: absolute;
    top: 9px;
    height: 26px;
    width: 26px;
    border: 2px solid #e5e5e5;
    -webkit-transform: scale(0.8, 1.25) rotate(45deg);
    -moz-transform: scale(0.8, 1.25) rotate(45deg);
    -ms-transform: scale(0.8, 1.25) rotate(45deg);
    transform: scale(0.8, 1.25) rotate(45deg);
}
.service-and-solution a:after {
    right: -12px;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
}
.service-and-solution a:hover{
    background: #f39200;
    color: #fff;
}
.service-and-solution a:hover::after{
    background: #f39200;
    border: 2px solid #f39200;
}
.service-and-solution p{
    margin-bottom: 10px;
}
.service-and-solution p + p{
    margin-bottom: 30px;
}
.level:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child) {
    margin-bottom: 1.5rem
}


.file-cta,.file-name,.select select,.input,.textarea,.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top
}


/*!minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css*/
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,input,select,textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*,*::before,*::after {
    box-sizing: inherit
}

img,audio,video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

.mrgn-btm-10_p p, .abt-us-section p {
    margin-bottom: 10px;
}
.glasir p + p{
    margin-bottom: 40px;
}
.abt-us-section a{
    outline: none;
    border-color: #f39200;
    background-color: #f39200;
    color: #fff;
    transition: all .5s;
    border-radius: 500px;
    font-family: open sans,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    height: 3.25em;
    line-height: 3.25em;
    margin-top: 20px;
    text-align: center;
    padding: 10px 20px;
}
.abt-us-section a:hover{
    box-shadow: 0 14px 26px -12px rgba(79,193,234,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(79,193,234,.2)!important;
    opacity: .8;
    color: #fff;
}
.abt-us-section strong{
    color: #f39200;
    font-weight: 700;
}

/* table {
    border-collapse: collapse;
    border-spacing: 0
} */

td,th {
    padding: 0;
    text-align: left
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%
}
figure,footer,header,section {
    display: block;
}

body,button,input,select,textarea {
    font-family: BlinkMacSystemFont,-apple-system,segoe ui,roboto,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,helvetica,arial,sans-serif
}

code,pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    color: #363636
}

code {
    background-color: #f5f5f5;
    color: #ff3860;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em
}

hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}
small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}
strong {
    color: #363636;
    font-weight: 700
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal
}

pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0
}

table td,table th {
    text-align: left;
    vertical-align: top
}

table th {
    color: #363636
}

.has-text-centered {
    text-align: center!important
}

.has-text-justified {
    text-align: justify!important
}

.has-text-left {
    text-align: left!important
}

.has-text-right {
    text-align: right!important
}
/*  */
.other-link{
    color:#000 !important;
    text-decoration: underline 2px solid #f39200;
}
.other-link:hover{
    text-decoration: none;
}
.page-link{
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #617791;
}
.page-link:hover{
    text-decoration: none;
    color: #fff;
    background: #ff2700;
}
.news-section{
    width: 100%;
    overflow: hidden;
}
.news-section .m-top-30{
    float: left;
    width: 31%;
    margin-left: 2%;
}
.height-300-lrg{
    height: 300px;
}
@media screen and (max-width: 768px) {
    .has-text-left-mobile {
        text-align:left!important
    }
    .news-section .m-top-30{
        margin-left: 0%;
        width: 100%;
    }
    .height-300-lrg{
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .has-text-centered-mobile {
        text-align:center!important
    }
    
}

@media screen and (min-width: 769px),print {
    .has-text-centered-tablet {
        text-align:center!important
    }
}

@media screen and (min-width: 769px) and (max-width:1087px) {
    .has-text-centered-tablet-only {
        text-align:center!important
    }
}

@media screen and (max-width: 1087px) {
    .has-text-centered-touch {
        text-align:center!important
    }
}

@media screen and (min-width: 1088px) {
    .has-text-centered-desktop {
        text-align:center!important
    }
}

@media screen and (min-width: 1088px) and (max-width:1279px) {
    .has-text-centered-desktop-only {
        text-align:center!important
    }
}

@media screen and (min-width: 1280px) {
    .has-text-centered-widescreen {
        text-align:center!important
    }
}

@media screen and (max-width: 768px) {
    .has-text-justified-mobile {
        text-align:justify!important
    }
}

@media screen and (min-width: 769px),print {
    .has-text-justified-tablet {
        text-align:justify!important
    }
}

@media screen and (min-width: 769px) and (max-width:1087px) {
    .has-text-justified-tablet-only {
        text-align:justify!important
    }
}

@media screen and (max-width: 1087px) {
    .has-text-justified-touch {
        text-align:justify!important
    }
}

@media screen and (min-width: 1088px) {
    .has-text-justified-desktop {
        text-align:justify!important
    }
}

@media screen and (min-width: 1088px) and (max-width:1279px) {
    .has-text-justified-desktop-only {
        text-align:justify!important
    }
}

@media screen and (min-width: 1280px) {
    .has-text-justified-widescreen {
        text-align:justify!important
    }
}
.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-left: .75em;
    padding-right: .75em;
    padding-top: calc(0.375em - 1px);
    text-align: center;
    white-space: nowrap
}
.button strong {
    color: inherit
}
.button .icon,.button .icon.is-small,.button .icon.is-medium,.button .icon.is-large {
    height: 1.5em;
    width: 1.5em
}

.button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: .1875em
}

.button .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: calc(-0.375em - 1px)
}

.button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px)
}

.button:hover,.button.is-hovered {
    border-color: #b5b5b5;
    color: #363636
}

.button:focus,.button.is-focused {
    border-color: #3273dc;
    color: #363636
}

.button:focus:not(:active),.button.is-focused:not(:active) {
    box-shadow: 0 0 0 .125em rgba(50,115,220,.25)
}

.button:active,.button.is-active {
    border-color: #4a4a4a;
    color: #363636
}

.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline
}

.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused {
    background-color: #f5f5f5;
    color: #363636
}

.button.is-text:active,.button.is-text.is-active {
    background-color: #e8e8e8;
    color: #363636
}

.button.is-text[disabled] {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}
.button.is-white:active,.button.is-white.is-active {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a
}

.button {
    margin-bottom: .5rem
}

.button:not(:last-child) {
    margin-right: .5rem
}

.container {
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 1088px) {
    .container {
        max-width:960px;
        width: 960px
    }

    .container.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto
    }
}

@media screen and (max-width: 1279px) {
    .container.is-widescreen {
        max-width:1152px;
        width: auto
    }
}

@media screen and (min-width: 1280px) {
    .container {
        max-width:1152px;
        width: 1152px
    }
}
.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem
}


.image {
    display: block;
    position: relative
}

.image img {
    display: block;
    height: auto;
    width: 100%
}

.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.title strong {
    color: inherit;
    font-weight: inherit
}

.title+.highlight {
    margin-top: -.75rem
}

.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.title.is-1 {
    font-size: 3rem
}

.title.is-2 {
    font-size: 2.5rem
}

.title.is-3 {
    font-size: 2rem
}

.title.is-4 {
    font-size: 1.5rem
}

.title.is-5 {
    font-size: 1.25rem
}

.title.is-6 {
    font-size: 1rem
}

.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}



.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.level {
    align-items: center;
    justify-content: space-between
}

.level code {
    border-radius: 4px
}

.level img {
    display: inline-block;
    vertical-align: top
}

.level.is-mobile {
    display: flex
}

.level.is-mobile .level-left,.level.is-mobile .level-right {
    display: flex
}

.level.is-mobile .level-left+.level-right {
    margin-top: 0
}

.level.is-mobile .level-item {
    margin-right: .75rem
}

.level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0
}

.level.is-mobile .level-item:not(.is-narrow) {
    flex-grow: 1
}

@media screen and (min-width: 769px),print {
    .level {
        display:flex
    }

    .level>.level-item:not(.is-narrow) {
        flex-grow: 1
    }
}

.level-item {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center
}

.level-item .title,.level-item .subtitle {
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
        margin-bottom:.75rem
    }
}

.level-left,.level-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0
}

.level-left .level-item.is-flexible,.level-right .level-item.is-flexible {
    flex-grow: 1
}

@media screen and (min-width: 769px),print {
    .level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child) {
        margin-right:.75rem
    }
}

.level-left {
    align-items: center;
    justify-content: flex-start
}

@media screen and (max-width: 768px) {
    .level-left+.level-right {
        margin-top:1.5rem
    }
}

@media screen and (min-width: 769px),print {
    .level-left {
        display:flex
    }
}

.level-right {
    align-items: center;
    justify-content: flex-end
}

@media screen and (min-width: 769px),print {
    .level-right {
        display:flex
    }
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 0 0 #f5f5f5;
    min-height: 3.25rem;
    position: relative;
    z-index: 30
}

.navbar>.container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%
}

.navbar.has-shadow {
    box-shadow: 0 2px 3px rgba(10,10,10,.1)
}

.navbar.is-fixed-bottom,.navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30
}

.navbar.is-fixed-bottom {
    bottom: 0
}

.navbar.is-fixed-bottom.has-shadow {
    box-shadow: 0 -2px 3px rgba(10,10,10,.1)
}

.navbar-brand a.navbar-item:hover {
    background-color: transparent
}
.navbar-brand,.navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem
}
.navbar-burger {
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color,opacity,transform;
    transition-timing-function: ease-out;
    width: 16px
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 6px)
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px)
}

.navbar-burger:hover {
    background-color: rgba(0,0,0,.05)
}

.navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px)rotate(45deg)
}

.navbar-burger.is-active span:nth-child(2) {
    opacity: 0
}

.navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px)rotate(-45deg)
}

.navbar-menu {
    display: none
}

.navbar-item,.navbar-link {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

.navbar-item .icon:only-child,.navbar-link .icon:only-child {
    margin-left: -.25rem;
    margin-right: -.25rem
}

a.navbar-item,.navbar-link {
    cursor: pointer
}

a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:hover,.navbar-link.is-active {
    background-color: #fafafa;
    color: #3273dc
}
.navbar-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 0
}
.navbar-item.has-dropdown {
    padding: 0
}
.navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px)
}

@media screen and (max-width: 1087px) {
    .navbar>.container {
        display:block
    }

    .navbar-brand .navbar-item,.navbar-tabs .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-link::after {
        display: none
    }

    .navbar-menu {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(10,10,10,.1);
        padding: .5rem 0
    }

    .navbar-menu.is-active {
        display: block
    }

    .navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0
    }

    .navbar.is-fixed-bottom-touch.has-shadow {
        box-shadow: 0 -2px 3px rgba(10,10,10,.1)
    }

    .navbar.is-fixed-top-touch {
        top: 0
    }

    .navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 3.25rem);
        overflow: auto
    }

    html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch {
        padding-top: 3.25rem
    }

    html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem
    }
}

@media screen and (min-width: 1088px) {
    .navbar,.navbar-menu,.navbar-start,.navbar-end {
        align-items:stretch;
        display: flex
    }

    .navbar {
        min-height: 3.25rem
    }

    .navbar.is-spaced {
        padding: 1rem 2rem
    }

    .navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end {
        align-items: center
    }

    .navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link {
        border-radius: 4px
    }

    .navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active {
        background-color: transparent!important
    }

    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
        background-color: transparent!important
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #3273dc
    }

    .navbar-burger {
        display: none
    }

    .navbar-item,.navbar-link {
        align-items: center;
        display: flex
    }

    .navbar-item {
        display: flex
    }

    .navbar-item.has-dropdown {
        align-items: stretch
    }

    .navbar-item.has-dropdown-up .navbar-link::after {
        transform: rotate(135deg)translate(0.25em,-0.25em)
    }

    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-bottom: 2px solid #dbdbdb;
        border-radius: 6px 6px 0 0;
        border-top: none;
        bottom: 100%;
        box-shadow: 0 -8px 8px rgba(10,10,10,.1);
        top: auto
    }

    .navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block
    }

    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }

    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0
    }

    .navbar-start {
        justify-content: flex-start;
        margin-right: auto
    }

    .navbar-end {
        justify-content: flex-end;
        margin-left: auto
    }
    .navbar>.container .navbar-brand,.container>.navbar .navbar-brand {
        margin-left: -1rem
    }

    .navbar>.container .navbar-menu,.container>.navbar .navbar-menu {
        margin-right: -1rem
    }

    .navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0
    }

    .navbar.is-fixed-bottom-desktop.has-shadow {
        box-shadow: 0 -2px 3px rgba(10,10,10,.1)
    }

    .navbar.is-fixed-top-desktop {
        top: 0
    }

    html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem
    }

    html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem
    }

    html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem
    }

    html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem
    }

    a.navbar-item.is-active,.navbar-link.is-active {
        color: #0a0a0a
    }

    a.navbar-item.is-active:not(:hover),.navbar-link.is-active:not(:hover) {
        background-color: transparent
    }

    .navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #fafafa
    }
}

.tabs {
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

.tabs a {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
    vertical-align: top
}

.tabs a:hover {
    border-bottom-color: #363636;
    color: #363636
}

.tabs li {
    display: block
}

.tabs li.is-active a {
    border-bottom-color: #3273dc;
    color: #3273dc
}

.tabs ul {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start
}

.tabs ul.is-left {
    padding-right: .75em
}

.tabs ul.is-center {
    flex: none;
    justify-content: center;
    padding-left: .75em;
    padding-right: .75em
}

.tabs ul.is-right {
    justify-content: flex-end;
    padding-left: .75em
}

.tabs .icon:first-child {
    margin-right: .5em
}

.tabs .icon:last-child {
    margin-left: .5em
}

.tabs.is-centered ul {
    justify-content: center
}

.tabs.is-right ul {
    justify-content: flex-end
}

.tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.tabs.is-boxed a:hover {
    background-color: #f5f5f5;
    border-bottom-color: #dbdbdb
}

.tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-color: #dbdbdb;
    border-bottom-color: transparent!important
}

.tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0
}

.tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative
}

.tabs.is-toggle a:hover {
    background-color: #f5f5f5;
    border-color: #b5b5b5;
    z-index: 2
}

.tabs.is-toggle li+li {
    margin-left: -1px
}

.tabs.is-toggle li:first-child a {
    border-radius: 4px 0 0 4px
}

.tabs.is-toggle li:last-child a {
    border-radius: 0 4px 4px 0
}

.tabs.is-toggle li.is-active a {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
    z-index: 1
}

.tabs.is-toggle ul {
    border-bottom: none
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em
}

.tabs.is-small {
    font-size: .75rem
}

.tabs.is-medium {
    font-size: 1.25rem
}

.tabs.is-large {
    font-size: 1.5rem
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile>.column.is-narrow {
    flex: none
}

.columns.is-mobile>.column.is-full {
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
    flex: none;
    width: 66.6666%
}

.columns.is-mobile>.column.is-half {
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-one-third {
    flex: none;
    width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-one-fifth {
    flex: none;
    width: 20%
}

.columns.is-mobile>.column.is-two-fifths {
    flex: none;
    width: 40%
}

.columns.is-mobile>.column.is-three-fifths {
    flex: none;
    width: 60%
}

.columns.is-mobile>.column.is-four-fifths {
    flex: none;
    width: 80%
}

.columns.is-mobile>.column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile>.column.is-offset-two-thirds {
    margin-left: 66.6666%
}

.columns.is-mobile>.column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile>.column.is-offset-one-quarter {
    margin-left: 25%
}

.columns.is-mobile>.column.is-offset-one-fifth {
    margin-left: 20%
}

.columns.is-mobile>.column.is-offset-two-fifths {
    margin-left: 40%
}

.columns.is-mobile>.column.is-offset-three-fifths {
    margin-left: 60%
}

.columns.is-mobile>.column.is-offset-four-fifths {
    margin-left: 80%
}

.columns.is-mobile>.column.is-1 {
    flex: none;
    width: 8.33333333%
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333333%
}

.columns.is-mobile>.column.is-2 {
    flex: none;
    width: 16.66666667%
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66666667%
}

.columns.is-mobile>.column.is-3 {
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
    flex: none;
    width: 33.33333333%
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333333%
}

.columns.is-mobile>.column.is-5 {
    flex: none;
    width: 41.66666667%
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66666667%
}

.columns.is-mobile>.column.is-6 {
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
    flex: none;
    width: 58.33333333%
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333333%
}

.columns.is-mobile>.column.is-8 {
    flex: none;
    width: 66.66666667%
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66666667%
}

.columns.is-mobile>.column.is-9 {
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
    flex: none;
    width: 83.33333333%
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333333%
}

.columns.is-mobile>.column.is-11 {
    flex: none;
    width: 91.66666667%
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66666667%
}

.columns.is-mobile>.column.is-12 {
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
        flex:none
    }

    .column.is-full-mobile {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-mobile {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .column.is-1-mobile {
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333333%
    }

    .column.is-2-mobile {
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66666667%
    }

    .column.is-3-mobile {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333333%
    }

    .column.is-5-mobile {
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66666667%
    }

    .column.is-6-mobile {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333333%
    }

    .column.is-8-mobile {
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66666667%
    }

    .column.is-9-mobile {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333333%
    }

    .column.is-11-mobile {
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66666667%
    }

    .column.is-12-mobile {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media screen and (min-width: 769px),print {
    .column.is-narrow,.column.is-narrow-tablet {
        flex:none
    }

    .column.is-full,.column.is-full-tablet {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters,.column.is-three-quarters-tablet {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds,.column.is-two-thirds-tablet {
        flex: none;
        width: 66.6666%
    }

    .column.is-half,.column.is-half-tablet {
        flex: none;
        width: 50%
    }

    .column.is-one-third,.column.is-one-third-tablet {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter,.column.is-one-quarter-tablet {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth,.column.is-one-fifth-tablet {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths,.column.is-two-fifths-tablet {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths,.column.is-three-fifths-tablet {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths,.column.is-four-fifths-tablet {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .column.is-offset-half,.column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third,.column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .column.is-1,.column.is-1-tablet {
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1,.column.is-offset-1-tablet {
        margin-left: 8.33333333%
    }

    .column.is-2,.column.is-2-tablet {
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2,.column.is-offset-2-tablet {
        margin-left: 16.66666667%
    }

    .column.is-3,.column.is-3-tablet {
        flex: none;
        width: 25%
    }

    .column.is-offset-3,.column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4,.column.is-4-tablet {
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4,.column.is-offset-4-tablet {
        margin-left: 33.33333333%
    }

    .column.is-5,.column.is-5-tablet {
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5,.column.is-offset-5-tablet {
        margin-left: 41.66666667%
    }

    .column.is-6,.column.is-6-tablet {
        flex: none;
        width: 50%
    }

    .column.is-offset-6,.column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7,.column.is-7-tablet {
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7,.column.is-offset-7-tablet {
        margin-left: 58.33333333%
    }

    .column.is-8,.column.is-8-tablet {
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8,.column.is-offset-8-tablet {
        margin-left: 66.66666667%
    }

    .column.is-9,.column.is-9-tablet {
        flex: none;
        width: 75%
    }

    .column.is-offset-9,.column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10,.column.is-10-tablet {
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10,.column.is-offset-10-tablet {
        margin-left: 83.33333333%
    }

    .column.is-11,.column.is-11-tablet {
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11,.column.is-offset-11-tablet {
        margin-left: 91.66666667%
    }

    .column.is-12,.column.is-12-tablet {
        flex: none;
        width: 100%
    }

    .column.is-offset-12,.column.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
        flex:none
    }

    .column.is-full-touch {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-touch {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch {
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%
    }

    .column.is-offset-half-touch {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%
    }

    .column.is-1-touch {
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333333%
    }

    .column.is-2-touch {
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66666667%
    }

    .column.is-3-touch {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333333%
    }

    .column.is-5-touch {
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66666667%
    }

    .column.is-6-touch {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333333%
    }

    .column.is-8-touch {
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66666667%
    }

    .column.is-9-touch {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333333%
    }

    .column.is-11-touch {
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66666667%
    }

    .column.is-12-touch {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
        flex:none
    }

    .column.is-full-desktop {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .column.is-1-desktop {
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333333%
    }

    .column.is-2-desktop {
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66666667%
    }

    .column.is-3-desktop {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333333%
    }

    .column.is-5-desktop {
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66666667%
    }

    .column.is-6-desktop {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333333%
    }

    .column.is-8-desktop {
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66666667%
    }

    .column.is-9-desktop {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333333%
    }

    .column.is-11-desktop {
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66666667%
    }

    .column.is-12-desktop {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
        flex:none
    }

    .column.is-full-widescreen {
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .column.is-1-widescreen {
        flex: none;
        width: 8.33333333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333333%
    }

    .column.is-2-widescreen {
        flex: none;
        width: 16.66666667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66666667%
    }

    .column.is-3-widescreen {
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        flex: none;
        width: 33.33333333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333333%
    }

    .column.is-5-widescreen {
        flex: none;
        width: 41.66666667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66666667%
    }

    .column.is-6-widescreen {
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        flex: none;
        width: 58.33333333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333333%
    }

    .column.is-8-widescreen {
        flex: none;
        width: 66.66666667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66666667%
    }

    .column.is-9-widescreen {
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        flex: none;
        width: 83.33333333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333333%
    }

    .column.is-11-widescreen {
        flex: none;
        width: 91.66666667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66666667%
    }

    .column.is-12-widescreen {
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .75rem)
}

.columns.is-centered {
    justify-content: center
}

@media screen and (min-width: 769px),print {
    .columns:not(.is-desktop) {
        display:flex;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1088px) {
    .columns.is-desktop {
        display:flex
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap))
}

.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap)
}

.columns.is-variable.is-0 {
    --columnGap: 0rem}

.columns.is-variable.is-1 {
    --columnGap: .25rem}

.columns.is-variable.is-2 {
    --columnGap: .5rem}

.columns.is-variable.is-3 {
    --columnGap: .75rem}

.columns.is-variable.is-4 {
    --columnGap: 1rem}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem}

.columns.is-variable.is-8 {
    --columnGap: 2rem}

.hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hero .navbar {
    background: 0 0
}
.hero .tabs ul {
    border-bottom: none
}
.hero.is-white {
    background-color: #fff;
    color: #0a0a0a
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong {
    color: inherit
}
.hero.is-white .title {
    color: #0a0a0a
}
.hero.is-white .subtitle {
    color: rgba(10,10,10,.9)
}

.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong {
    color: #0a0a0a
}

@media screen and (max-width: 1087px) {
    .hero.is-white .navbar-menu {
        background-color:#fff
    }
}

.hero.is-white .navbar-item,.hero.is-white .navbar-link {
    color: rgba(10,10,10,.7)
}

.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a
}

.hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: .9
}

.hero.is-white .tabs a:hover {
    opacity: 1
}

.hero.is-white .tabs li.is-active a {
    opacity: 1
}

.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a {
    color: #0a0a0a
}

.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover {
    background-color: rgba(10,10,10,.1)
}

.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff
}

.hero.is-white.is-bold {
    background-image: linear-gradient(141deg,#e8e3e4 0%,#fff 71%,#fff 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image:linear-gradient(141deg,#e8e3e4 0%,#fff 71%,#fff 100%)
    }
}
.hero.is-dark .title {
    color: #f5f5f5
}

.hero.is-dark .subtitle {
    color: rgba(245,245,245,.9)
}

.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong {
    color: #f5f5f5
}

@media screen and (max-width: 1087px) {
    .hero.is-dark .navbar-menu {
        background-color:#363636
    }
}

.hero.is-dark .navbar-item,.hero.is-dark .navbar-link {
    color: rgba(245,245,245,.7)
}

.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active {
    background-color: #292929;
    color: #f5f5f5
}

.hero.is-dark .tabs a {
    color: #f5f5f5;
    opacity: .9
}

.hero.is-dark .tabs a:hover {
    opacity: 1
}

.hero.is-dark .tabs li.is-active a {
    opacity: 1
}

.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a {
    color: #f5f5f5
}

.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover {
    background-color: rgba(10,10,10,.1)
}

.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #363636
}

.hero.is-dark.is-bold {
    background-image: linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)
}

@media screen and (max-width: 768px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)
    }
}

.hero.is-link {
    background-color: #3273dc;
    color: #fff
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong {
    color: inherit
}

.hero.is-link .title {
    color: #fff
}

.hero.is-link .subtitle {
    color: rgba(255,255,255,.9)
}

.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong {
    color: #fff
}

@media screen and (max-width: 1087px) {
    .hero.is-link .navbar-menu {
        background-color:#3273dc
    }
}

.hero.is-link .navbar-item,.hero.is-link .navbar-link {
    color: rgba(255,255,255,.7)
}

.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active {
    background-color: #2366d1;
    color: #fff
}

.hero.is-link .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-link .tabs a:hover {
    opacity: 1
}

.hero.is-link .tabs li.is-active a {
    opacity: 1
}

.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a {
    color: #fff
}

.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover {
    background-color: rgba(10,10,10,.1)
}

.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3273dc
}



@media screen and (max-width: 768px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)
    }
}

.hero.is-small .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media screen and (min-width: 769px),print {
    .hero.is-medium .hero-body {
        padding-bottom:9rem;
        padding-top: 9rem
    }
}

@media screen and (min-width: 769px),print {
    .hero.is-large .hero-body {
        padding-bottom:18rem;
        padding-top: 18rem
    }
}

.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body {
  align-items: center;
  display: flex 
}

.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container {
    flex-grow: 1;
    flex-shrink: 1
}

.hero.is-halfheight {
    min-height: 50vh
}

.hero-video.is-transparent {
    opacity: .3
}
.hero-buttons {
    margin-top: 1.5rem
}

@media screen and (max-width: 768px) {
    .hero-buttons .button {
        display:flex
    }

    .hero-buttons .button:not(:last-child) {
        margin-bottom: .75rem
    }
}

@media screen and (min-width: 769px),print {
    .hero-buttons {
        display:flex;
        justify-content: center
    }

    .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem
    }
}

.hero-head,.hero-foot {
    flex-grow: 0;
    flex-shrink: 0
}

.hero-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem
}

.section {
    padding: 3rem 1.5rem
}

@media screen and (min-width: 1088px) {
    .section.is-medium {
        padding:9rem 1.5rem
    }

    .section.is-large {
        padding: 18rem 1.5rem
    }
}

.footer {
    background-color: #fafafa;
    padding: 2rem 1.5rem 2rem;
}

.navbar.is-fresh {
    position: relative;
    min-height: 3.8rem;
    transition: all .3s;
    z-index: 99
}

.navbar.is-fresh .container {
    min-height: 4rem
}

.navbar.is-fresh.no-shadow {
    box-shadow: none!important
}

.navbar.is-fresh .navbar-burger {
    width: 4rem;
    height: 4rem
}

.navbar.is-fresh .navbar-brand:hover .navbar-item {
    background: 0 0!important
}

.navbar.is-fresh .navbar-end {
    align-items: center
}

.navbar.is-fresh .navbar-item {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar.is-fresh .navbar-item.is-secondary:hover, .navbar-item.is-secondary.active{
    color: #f39200!important
}

.navbar.is-fresh .navbar-item.has-dropdown {
    padding: 10px 0
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-link {
    color: #999
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-link:after {
    top: 55%;
    height: .5em;
    width: .5em;
    border-width: 2px;
    border-color: #999
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-dropdown {
    top: 3.4rem;
    min-width: 220px;
    margin-top: 4px;
    border-top-color: #f39200
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-dropdown .navbar-item {
    padding: 10px 20px
}

.navbar.is-fresh .navbar-item.has-dropdown:hover .navbar-link {
    color: #f39200
}

.navbar.is-fresh .navbar-item.has-dropdown:hover .navbar-link:after {
    border-color: #f39200
}

.navbar.is-fresh .navbar-item .signup {
    display: block;
    line-height: 0;
    font-size: .9rem!important
}

.navbar.is-fresh.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 4rem!important;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12)
}

.navbar.is-fresh.is-fixed a {
    color: #444f60
}

.navbar.is-fresh.is-fixed a:hover {
    color: #4fc1ea
}

#navbar-clone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: translateY(-100%);
    z-index: 100;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12)
}

#navbar-clone.is-active {
    transform: translateY(0)
}

div.nav-item.is-drop a {
    padding-right: 7px
}

div.nav-item.is-drop:hover .dropContain .dropOut {
    opacity: 1
}

div.nav-item.is-drop:hover,div.nav-item.is-drop:hover a {
    border-bottom: 1px solid transparent!important;
    color: #f39200
}

div.nav-item.is-drop:hover .dropContain {
    top: 65px;
    animation: fadeInUp .27s ease-out
}

span.drop-caret {
    position: relative;
    top: 5px
}

div.nav-item.is-drop {
    position: relative
}

div.nav-item.is-drop .dropContain {
    width: 220px;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -110px;
    top: -400px
}

div.nav-item.is-drop .dropContain .dropOut {
    width: 220px;
    background: #fff;
    float: left;
    position: relative;
    margin-top: 15px;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

div.nav-item.is-drop .dropContain .dropOut .triangle {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -8px;
    left: 50%;
    margin-left: -8px
}

div.nav-item.is-drop .dropContain .dropOut ul li {
    text-align: left;
    float: left;
    width: 200px;
    padding: 12px 0 10px 15px;
    margin: 0 10px;
    color: #777;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -ms-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out
}

div.nav-item.is-drop .dropContain .dropOut ul li:hover {
    background: #eff4f7;
    cursor: pointer
}

div.nav-item.is-drop .dropContain .dropOut ul {
    float: left;
    padding: 10px 0
}

.section.section-light-grey {
    background-color: #eff4f7
}

.section.section-feature-grey {
    background-color: #fbfbfb
}

.section.section-secondary {
    background-color: #f39200
}

.section.section-half {
    height: 75vh!important
}

.section .title,.section .subtitle {
    font-family: open sans,sans-serif
}

.section .subtitle.is-muted {
    color: #999
}

.title-wrapper {
    max-width: 700px;
    margin: 0 auto
}

.title-wrapper .title,.title-wrapper .subtitle {
    font-family: open sans,sans-serif
}

.title-wrapper .subtitle.is-muted {
    color: #999
}

.divider {
    height: 4px;
    border-radius: 50px;
    background: #f39200;
    width: 60px
}

.divider.is-centered {
    margin: 0 auto
}

.content-wrapper {
    padding: 60px 0
}

img.pushed-image {
    margin-top: -5vh
}

.media.icon-box {
    border-top: none!important
}

.media.icon-box .media-content .content p span {
    display: block
}

.media.icon-box .media-content .content p .icon-box-title {
    color: #444f60;
    font-size: 1.2rem;
    font-weight: 600
}

.media.icon-box .media-content .content p .icon-box-text {
    color: #a9abac;
    font-size: 1rem;
    font-weight: 400
}

.hero-body {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.hero-body .title,.hero-body .subtitle {
    font-family: open sans,sans-serif
}

.hero-body .title.is-bold {
    font-weight: 700
}

.hero-body .subtitle.is-muted {
    color: #999
}

.hero-foot img.partner-logo {
    height: 70px
}

footer.footer-dark {
    background: #444f60;
    color: #fff;
    width: 100%;
}


footer.footer-dark .footer-logo img {
    height: 40px
}

footer.footer-dark .footer-column .footer-header h3 {
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px
}
.copy-right{
    font-size: 14px;
}
.copy-right a{
    color: #f39200;
}

footer.footer-dark .footer-column ul.link-list {
    line-height: 40px;
    font-size: 1.1rem
}

footer.footer-dark .footer-column ul.link-list a {
    color: #98a9c3;
    font-weight: 400;
    transition: all .5s
}

footer.footer-dark .footer-column ul.link-list :hover {
    color: #fcfcfc
}

footer.footer-dark .footer-column .level-item .icon {
    color: #f39200;
    transition: all .5s
}

footer.footer-dark .footer-column .level-item .icon :hover {
    color: #fcfcfc
}

.button {
    cursor: pointer;
    transition: all .5s
}

.button.cta {
    font-family: open sans,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 26px 40px
}

.button.is-clear {
    line-height: 0!important
}

.button.rounded {
    border-radius: 500px
}

.button.raised:hover {
    box-shadow: 0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)!important;
    opacity: .8
}

.button.btn-outlined {
    background: 0 0
}

.button.signup-button {
    font-size: .9rem;
    font-weight: 600;
    font-family: open sans,sans-serif;
    padding: 24px 26px;
    width: 130px
}

.button.primary-btn {
    outline: none;
    border-color: #f39200;
    background-color: #f39200;
    color: #fff;
    transition: all .5s
}

.button.primary-btn:hover {
    color: #fff
}

.button.primary-btn.raised:hover {
    box-shadow: 0 14px 26px -12px rgba(79,193,234,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(79,193,234,.2)!important;
    opacity: .8
}

.button.primary-btn.btn-outlined {
    border-color: #4fc1ea;
    color: #4fc1ea;
    background-color: transparent
}

.button.primary-btn.btn-outlined:hover {
    color: #fff;
    background-color: #4fc1ea
}
.form-footer {
    width: 100%
}
@keyframes gelatine {
    from,to {
        transform: scale(1,1)
    }

    25% {
        transform: scale(0.9,1.1)
    }

    50% {
        transform: scale(1.1,0.9)
    }

    75% {
        transform: scale(0.95,1.05)
    }
}

.menu-icon-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    pointer-events: none;
    transition: .1s
}

.menu-icon-wrapper svg {
    position: absolute;
    top: -18px;
    left: -18px;
    transform: scale(0.07);
    transform-origin: 0 0
}

.menu-icon-wrapper svg path {
    stroke: #f39200;
    stroke-width: 40px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent;
    transition: stroke-dasharray .5s
}

.menu-icon-wrapper svg path.path1 {
    stroke-dashoffset: 5803.15px;
    stroke-dasharray: 2901.57px,2981.57px,240px
}

.menu-icon-wrapper svg path.path2 {
    stroke-dashoffset: 800px;
    stroke-dasharray: 400px,480px,240px
}

.menu-icon-wrapper svg path.path3 {
    stroke-dashoffset: 6993.11px;
    stroke-dasharray: 3496.56px,3576.56px,240px
}

.menu-icon-wrapper.open svg path.path1 {
    stroke-dasharray: 2901.57px,5258.15px,240px
}

.menu-icon-wrapper.open svg path.path2 {
    stroke-dasharray: 400px,600px,0
}

.menu-icon-wrapper.open svg path.path3 {
    stroke-dasharray: 3496.56px,6448.11px,240px
}

.menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.sidebar {
    background: #344258;
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-281px);
    transition: all .3s;
    z-index: 10000;
    overflow-y: auto
}

.sidebar.is-active {
    transform: translateX(0)
}

.sidebar .sidebar-header {
    height: 4.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #3d4e68;
    padding: 0 20px
}

.sidebar .sidebar-header img {
    height: 32px
}

.sidebar .sidebar-header a {
    width: 24px;
    height: 24px
}

.sidebar .sidebar-header svg {
    stroke: #fff;
    transform: rotate(0);
    transition: all .3s;
    cursor: pointer
}

.sidebar .sidebar-header svg:hover {
    stroke: #f39200;
    transform: rotate(180deg)
}

.sidebar .inner {
    position: relative
}

.sidebar .inner .sidebar-menu {
    margin: 0;
    padding: 0;
    max-width: 400px;
    list-style: none;
    list-style-type: none;
    font-family: open sans,sans-serif!important
}

.sidebar .inner .sidebar-menu li a {
    padding: 20px 25px;
    display: block;
    text-decoration: none;
    color: #fff
}

.sidebar .inner .sidebar-menu li a:hover {
    padding: 20px 25px;
    display: block;
    text-decoration: none;
    color: #fff
}

.sidebar .inner .sidebar-menu li a span {
    margin-right: 20px;
    color: #fff
}

.sidebar .inner .sidebar-menu li.have-children ul {
    padding: 0
}

.sidebar .inner .sidebar-menu li.have-children li a {
    background-color: #2b3648;
    padding-left: 62px;
    border-bottom: 1px solid #303d52;
    font-size: .8rem
}

.sidebar .inner .sidebar-menu li.have-children li a:hover {
    color: #4fc1ea;
    padding-left: 62px
}

.sidebar .inner .sidebar-menu li.have-children span::after {
    position: absolute;
    top: 27px;
    right: 30px;
    content: "\f054";
    color: #fff;
    transition: all .5s;
    font-weight: 200!important;
    font-size: .8rem
}

.sidebar .inner li.have-children,.sidebar .inner li {
    position: relative
}

.sidebar .inner li.have-children.active>a,.sidebar .inner li.have-children.active>a span,.sidebar .inner li.have-children.active>a span:after {
    color: #f39200
}

.sidebar .inner li.active.have-children span::after {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar .inner .sidebar-menu .have-children>ul {
    display: none
}

.testimonial {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none!important
}

.testimonial * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.testimonial img {
    max-width: 100%;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-right: 5px;
    display: block;
    z-index: 1;
    position: absolute;
    right: 60%
}

.testimonial blockquote {
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fcfcfc;
    padding: 30px 50px 65px;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0 -40px;
    line-height: 1.6em;
    box-shadow: 0 0 5px rgba(0,0,0,.15)
}

.testimonial blockquote:before,.testimonial blockquote:after {
    font-family: fontawesome;
    content: "\f10d";
    position: absolute;
    font-size: 20px;
    opacity: .3;
    font-style: normal
}

.testimonial blockquote:before {
    top: 35px;
    left: 20px
}

.testimonial blockquote:after {
    content: "\f10e";
    right: 20px;
    bottom: 35px
}

.testimonial .author {
    margin: 0;
    height: 80px;
    display: block;
    text-align: left;
    color: #fff;
    padding: 0 35px;
    position: relative;
    z-index: 0
}

.testimonial .author h5,.testimonial .author span {
    left: 50%;
    position: absolute;
    opacity: .8;
    padding: 3px 5px
}

.testimonial .author h5 {
    text-transform: capitalize;
    bottom: 60%;
    margin: 0;
    font-weight: 600;
    font-size: 1.2rem;
    color: #444f60
}

.testimonial .author span {
    font-size: .8em;
    color: #fff;
    top: 50%
}

@media(max-width: 767px) {
    .navbar-menu .is-static {
        position: absolute;
        width: 100%
    }

    .navbar-menu .is-fixed {
        position: fixed;
        width: 100%
    }

    .navbar-menu .navbar-item {
        text-align: center!important
    }

    .navbar-menu .navbar-item .signup-button {
        width: 100%!important
    }

    .navbar-menu .navbar-link {
        padding: 10px 20px!important
    }

    .title.section-title {
        font-size: 2rem!important
    }

    .level-left.level-social {
        display: flex;
        justify-content: flex-start
    }

    .pushed-image {
        margin-top: 0!important
    }

    .testimonial {
        margin: 0 auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
    .navbar-menu .is-static {
        position: absolute;
        width: 100%
    }

    .navbar-menu .is-fixed {
        position: fixed;
        width: 100%
    }

    .navbar-menu .navbar-item {
        text-align: center!important
    }

    .navbar-menu .navbar-item .signup-button {
        width: 100%!important
    }

    .navbar-menu .navbar-link {
        padding: 10px 20px!important
    }

    .testimonial {
        margin: 0 auto
    }
}

section:focus {
    outline: none!important
}

button:focus,button:active {
    outline: none
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loaders/rings.svg);
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: -100px 0 0 -100px
}

#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    transition: .35s;
    transform: scale(0.7);
    transition: all .5s
}

#backtotop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

#backtotop.visible a:hover {
    outline: none;
    opacity: .9;
    background: #f39200
}

#backtotop a {
    outline: none;
    text-decoration: none;
    border: 0;
    display: block;
    width: 46px;
    height: 46px;
    background-color: #66676b;
    opacity: 1;
    transition: all .3s;
    border-radius: 50%;
    text-align: center;
    font-size: 26px
}

body #backtotop a {
    outline: none;
    color: #fff
}

#backtotop a:after {
    outline: none;
    content: "\f106";
    font-family: fontawesome;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%)
}

.is-disabled {
    pointer-events: none;
    opacity: .4;
    cursor: default!important
}

.is-hidden {
    display: none!important
}

.stuck {
    position: fixed!important;
    top: 0!important;
    z-index: 2!important
}

.light-text {
    color: #fff!important
}
.stay-on-torget{
    text-transform: uppercase;
    color: #363636 !important;
    font-weight: bold;
    margin-bottom: 30px !important;

}
.stay-on-torget .fa{
    font-size: 24px;
}

.stay-on-target-block a{
    color: #f39200 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
}
.oc-link{
    display: block;
    text-transform: uppercase;
    padding-top: 10px;
    color: #f39200 !important;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;

}
.stay-on-target-block a:hover,.oc-link:hover {
    color: #06080a !important;
}

.cmrce-link{
    display: block;
}

.mb-20 {
    margin-bottom: 20px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-20 {
    margin-top: 20px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.ml-30 {
    margin-left: 30px
}
.pt-35{
    padding-top: 35px;
}
.pt-50{
    padding-top: 50px;
}
.huge-pb {
    padding-bottom: 100px;
}

.pb-20 {
    padding-bottom: 20px!important;
}

.pb-40 {
    padding-bottom: 40px!important;
}
.pb-0{
    padding-bottom: 0px!important;
}
.pt-0{
    padding-top: 0px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pbrem-5{
    padding-bottom: 5rem !important;
}
.ps-relative{
    position: relative;
}
::-webkit-input-placeholder {
    color: #cecece
}

::-moz-placeholder {
    color: #cecece
}

:-ms-input-placeholder {
    color: #cecece
}

:-moz-placeholder {
    color: #cecece
}
/* slider css starts */
.rslides {
    margin: 0 auto 40px;
}
  
  .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    }
  
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    }
  
  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
    }
  
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    }
/* slider css End */
.address-col{
    margin-left: 110px;
}
@media screen and (max-width:450px){
    .address-col{
        margin-left: 0px !important;
    }
    .contact-box{
        width: 100% !important;
        
    }
    .padding{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .button.cta{
        padding: 10px;
        font-size: 14px;
    }
    .banner-text {
        left: 4%;
    }
    .banner-text p {
        font-size: 20px;
       
    }
    .title.is-2 {
        font-size: 2.4rem;
    }
    .hero-body {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media screen and (min-width:451px) and (max-width:768px){
    .address-col{
        margin-left: 0px !important;
    }
    .contact-box{
        width: 100% !important;
        
    }
    .padding{
        padding-left: 155px !important;
        
    }
    
    .banner-text p {
        font-size: 20px;
       
    }
}
@media screen and (min-width:769px) and (max-width:1024px){
    .address-col{
        margin-left: 76px !important;
    }
    
    .padding{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.fade{
    opacity: 0;
}
.padding{
    padding-left: 6em;
    padding-right: 12em;
}
.contact-box{
    border: 2px solid #e5e5e5;
    line-height: 2;
    width: 35%;
    padding: 15px;
    border-top: 5px solid red;
    border-radius: 7px;
}
.contact-box:hover{
    box-shadow: 0 5px 5px rgb(158 155 155 / 80%);
}

.card {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
    height: 90%;
}

.atg-col{
    padding:15px;
    width:100%;
}
.atg-sub{
    color: #f39200;
    font-weight: 500;
    font-size: 20px;
    padding: 15px;
    text-transform: uppercase;
}
.atg-para{
    padding: 15px;
    
}
