::-webkit-scrollbar {
    background: transparent;
    width: 10px
}



::-webkit-scrollbar-thumb {
    background-color: #C2C2C2;
    box-shadow: inset 0 0 5px #AEAEAE
}

::-webkit-scrollbar-thumb:hover {
    background-color: #8A8A8A
}

::-webkit-scrollbar-thumb:active {
    background-color: #727272;
    box-shadow: inset 0 0 5px #595959
}

::-webkit-scrollbar-track:hover {
    background-color: #E6E6E6;
    border: 1px solid #CFCFCF
}

::-webkit-scrollbar-corner {
    background: transparent
}

.bg-primary {
    background-color: #2f55d4 !important
}

.bg-soft-primary {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #2f55d4 !important
}

.text-primary {
    color: #2f55d4 !important
}
body{
    overflow-x: hidden !important;
}

.new-header{
    height: 80vh;
    position: relative;
    overflow: hidden;
}
.header-info{
    padding-top: 240px;
    position: relative;
    z-index: 100;
    margin-left: 10%;
    height: 100%;
    padding-bottom: 300px;
}
.header-info h1{
    color: white;
    font-size: 52px;
}

.header-info p{
    color: rgb(214, 214, 214);
    margin: 15px 0 30px;
}
.slider-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    filter: brightness(20%);
}
.for-gridd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-auto-rows: minmax(0px, auto);
}
.card{
    height: 100%;
}
.owls{
    width: 100% !important;
    height: 100% !important;
}
.owl-carousel.owl-drag .owl-item{
    height: 100% !important;
}
.owl-carousel .owl-stage{
    height: max-content !important;
}
.owl-carousel .owl-stage-outer{
    height: max-content !important;
}
.owl-carousell{
    height: 100% !important;
}
a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-primary:focus,
a.text-primary:hover {
    color: #284bc1 !important
}

.bg-secondary {
    background-color: #5a6d90 !important
}

.bg-soft-secondary {
    background-color: rgba(90, 109, 144, 0.2) !important;
    border: 1px solid rgba(90, 109, 144, 0.2) !important;
    color: #5a6d90 !important
}

.text-secondary {
    color: #5a6d90 !important
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #506180 !important
}

.bg-success {
    background-color: #2eca8b !important
}

.bg-soft-success {
    background-color: rgba(46, 202, 139, 0.2) !important;
    border: 1px solid rgba(46, 202, 139, 0.2) !important;
    color: #2eca8b !important
}

.text-success {
    color: #0cce6b !important
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-success:focus,
a.text-success:hover {
    color: #29b57d !important
}

.bg-warning {
    background-color: #f17425 !important
}

.bg-soft-warning {
    background-color: rgba(241, 116, 37, 0.2) !important;
    border: 1px solid rgba(241, 116, 37, 0.2) !important;
    color: #f17425 !important
}

.text-warning {
    color: #f17425 !important
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ed650f !important
}

.bg-info {
    background-color: #17a2b8 !important
}

.bg-soft-info {
    background-color: rgba(23, 162, 184, 0.2) !important;
    border: 1px solid rgba(23, 162, 184, 0.2) !important;
    color: #17a2b8 !important
}

.text-info {
    color: #17a2b8 !important
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff
}

a:hover {
    color: #d7412b
}

a.text-info:focus,
a.text-info:hover {
    color: #148ea1 !important
}

.bg-danger {
    background-color: #e43f52 !important
}

.bg-soft-danger {
    background-color: rgba(228, 63, 82, 0.2) !important;
    border: 1px solid rgba(228, 63, 82, 0.2) !important;
    color: #e43f52 !important
}

.text-danger {
    color: #e43f52 !important
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-danger:focus,
a.text-danger:hover {
    color: #e1293e !important
}

.bg-dark {
    background-color: #3c4858 !important
}

.bg-soft-dark {
    background-color: rgba(60, 72, 88, 0.2) !important;
    border: 1px solid rgba(60, 72, 88, 0.2) !important;
    color: #3c4858 !important
}

.text-dark {
    color: #3c4858 !important;
    font-size: 18px
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-dark:focus,
a.text-dark:hover {
    color: #323c49 !important
}

.bg-muted {
    background-color: #8492a6 !important
}

.bg-soft-muted {
    background-color: rgba(132, 146, 166, 0.2) !important;
    border: 1px solid rgba(132, 146, 166, 0.2) !important;
    color: #8492a6 !important
}

.text-muted {
    color: #363a3d !important;
    font-size: 20px
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-muted:focus,
a.text-muted:hover {
    color: #75859b !important
}

.bg-light {
    background-color: #f8f9fc !important
}

.bg-soft-light {
    background-color: rgba(248, 249, 252, 0.2) !important;
    border: 1px solid rgba(248, 249, 252, 0.2) !important;
    color: #f8f9fc !important
}

.text-light {
    color: #f8f9fc !important
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-light:focus,
a.text-light:hover {
    color: #e6eaf4 !important
}

.bg-blue {
    background-color: #2f55d4 !important
}

.bg-soft-blue {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #2f55d4 !important
}

.text-blue {
    color: #2f55d4 !important
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-blue:focus,
a.text-blue:hover {
    color: #284bc1 !important
}

.bg-footer {
    background-color: #2A5B98 !important
}

.bg-soft-footer {
    background-color: #2A5B98 !important;
    border: 1px solid rgba(32, 41, 66, 0.2) !important;
    color: #202942 !important
}

.text-footer {
    color: #202942 !important
}

a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.text-footer:focus,
a.text-footer:hover {
    color: #181e30 !important
}

.bg-black {
    background: #161c2d !important
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px
}

.rounded {
    border-radius: 6px !important
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-md {
    border-radius: 10px !important
}

.rounded-lg {
    border-radius: 30px !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-top {
    border-top: 1px solid #e9ecef !important
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important
}

.border-left {
    border-left: 1px solid #e9ecef !important
}

.border-right {
    border-right: 1px solid #e9ecef !important
}

.small,
small {
    font-size: 90%
}

.card .card-body {
    padding: 1.5rem
}

.btn-primary {
    background-color: #7324ce !important;
    border: 1px solid #7324ce !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3)
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #7324ce !important;
    border-color: #7324ce !important;
    color: #fff !important
}

.btn-soft-primary {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #2f55d4 !important
}

.btn-soft-primary.active,
.btn-soft-primary.focus,
.btn-soft-primary:active,
.btn-soft-primary:focus,
.btn-soft-primary:hover {
    background-color: #2f55d4 !important;
    border-color: #2f55d4 !important;
    color: #fff !important
}

.btn-outline-primary {
    border: 1px solid #2f55d4;
    color: #2f55d4;
    background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #2f55d4;
    border-color: #2f55d4;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3)
}

.btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3)
}

.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #fff !important
}

.btn-soft-secondary {
    background-color: rgba(90, 109, 144, 0.2) !important;
    border: 1px solid rgba(90, 109, 144, 0.2) !important;
    color: #5a6d90 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3)
}

.btn-soft-secondary.active,
.btn-soft-secondary.focus,
.btn-soft-secondary:active,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
    background-color: #5a6d90 !important;
    border-color: #5a6d90 !important;
    color: #fff !important
}

.btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3)
}

.btn-success {
    background-color: #2eca8b !important;
    border: 1px solid #2eca8b !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3)
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #25a06e !important;
    border-color: #25a06e !important;
    color: #fff !important
}

.btn-soft-success {
    background-color: rgba(46, 202, 139, 0.2) !important;
    border: 1px solid rgba(46, 202, 139, 0.2) !important;
    color: #2eca8b !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3)
}

.btn-soft-success.active,
.btn-soft-success.focus,
.btn-soft-success:active,
.btn-soft-success:focus,
.btn-soft-success:hover {
    background-color: #2eca8b !important;
    border-color: #2eca8b !important;
    color: #fff !important
}

.btn-outline-success {
    border: 1px solid #2eca8b;
    color: #2eca8b;
    background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #2eca8b;
    border-color: #2eca8b;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
    box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3)
}

.btn-warning {
    background-color: #f17425 !important;
    border: 1px solid #f17425 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3)
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #d55b0e !important;
    border-color: #d55b0e !important;
    color: #fff !important
}

.btn-soft-warning {
    background-color: rgba(241, 116, 37, 0.2) !important;
    border: 1px solid rgba(241, 116, 37, 0.2) !important;
    color: #f17425 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3)
}

.btn-soft-warning.active,
.btn-soft-warning.focus,
.btn-soft-warning:active,
.btn-soft-warning:focus,
.btn-soft-warning:hover {
    background-color: #f17425 !important;
    border-color: #f17425 !important;
    color: #fff !important
}

.btn-outline-warning {
    border: 1px solid #f17425;
    color: #f17425;
    background-color: transparent
}

.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f17425;
    border-color: #f17425;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
    box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3)
}

.btn-info {
    background-color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3)
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background-color: #117a8b !important;
    border-color: #117a8b !important;
    color: #fff !important
}

.btn-soft-info {
    background-color: rgba(23, 162, 184, 0.2) !important;
    border: 1px solid rgba(23, 162, 184, 0.2) !important;
    color: #17a2b8 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3)
}

.btn-soft-info.active,
.btn-soft-info.focus,
.btn-soft-info:active,
.btn-soft-info:focus,
.btn-soft-info:hover {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #fff !important
}

.btn-outline-info {
    border: 1px solid #17a2b8;
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
    box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3)
}

.btn-danger {
    background-color: #e43f52 !important;
    border: 1px solid #e43f52 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3)
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #d21e32 !important;
    border-color: #d21e32 !important;
    color: #fff !important
}

.btn-soft-danger {
    background-color: rgba(228, 63, 82, 0.2) !important;
    border: 1px solid rgba(228, 63, 82, 0.2) !important;
    color: #e43f52 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3)
}

.btn-soft-danger.active,
.btn-soft-danger.focus,
.btn-soft-danger:active,
.btn-soft-danger:focus,
.btn-soft-danger:hover {
    background-color: #e43f52 !important;
    border-color: #e43f52 !important;
    color: #fff !important
}

.btn-outline-danger {
    border: 1px solid #e43f52;
    color: #e43f52;
    background-color: transparent
}

.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #e43f52;
    border-color: #e43f52;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
    box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3)
}

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3)
}

.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #272f3a !important;
    border-color: #272f3a !important;
    color: #fff !important
}

.btn-soft-dark {
    background-color: rgba(60, 72, 88, 0.2) !important;
    border: 1px solid rgba(60, 72, 88, 0.2) !important;
    color: #3c4858 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3)
}

.btn-soft-dark.active,
.btn-soft-dark.focus,
.btn-soft-dark:active,
.btn-soft-dark:focus,
.btn-soft-dark:hover {
    background-color: #3c4858 !important;
    border-color: #3c4858 !important;
    color: #fff !important
}

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent
}

.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #3c4858;
    border-color: #3c4858;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3)
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}

.btn-muted.active,
.btn-muted.focus,
.btn-muted:active,
.btn-muted:focus,
.btn-muted:hover {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #fff !important
}

.btn-soft-muted {
    background-color: rgba(132, 146, 166, 0.2) !important;
    border: 1px solid rgba(132, 146, 166, 0.2) !important;
    color: #8492a6 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}

.btn-soft-muted.active,
.btn-soft-muted.focus,
.btn-soft-muted:active,
.btn-soft-muted:focus,
.btn-soft-muted:hover {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #fff !important
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent
}

.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:active,
.btn-outline-muted:focus,
.btn-outline-muted:hover,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}

.btn-light {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}

.btn-light.active,
.btn-light.focus,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #fff !important
}

.btn-soft-light {
    background-color: rgba(248, 249, 252, 0.2) !important;
    border: 1px solid rgba(248, 249, 252, 0.2) !important;
    color: #f8f9fc !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}

.btn-soft-light.active,
.btn-soft-light.focus,
.btn-soft-light:active,
.btn-soft-light:focus,
.btn-soft-light:hover {
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
    color: #fff !important
}

.btn-outline-light {
    border: 1px solid #f8f9fc;
    color: #f8f9fc;
    background-color: transparent
}

.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f8f9fc;
    border-color: #f8f9fc;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}

.btn-blue {
    background-color: #2f55d4 !important;
    border: 1px solid #2f55d4 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3)
}

.btn-blue.active,
.btn-blue.focus,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    background-color: #7324ce !important;
    border-color: #7324ce !important;
    color: #fff !important
}

.btn-soft-blue {
    background-color: rgba(47, 85, 212, 0.2) !important;
    border: 1px solid rgba(47, 85, 212, 0.2) !important;
    color: #2f55d4 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3)
}

.btn-soft-blue.active,
.btn-soft-blue.focus,
.btn-soft-blue:active,
.btn-soft-blue:focus,
.btn-soft-blue:hover {
    background-color: #2f55d4 !important;
    border-color: #2f55d4 !important;
    color: #fff !important
}

.btn-outline-blue {
    border: 1px solid #2f55d4;
    color: #2f55d4;
    background-color: transparent
}

.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:active,
.btn-outline-blue:focus,
.btn-outline-blue:hover,
.btn-outline-blue:not(:disabled):not(.disabled):active {
    background-color: #2f55d4;
    border-color: #2f55d4;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3)
}

.btn-footer {
    background-color: #202942 !important;
    border: 1px solid #202942 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3)
}

.btn-footer.active,
.btn-footer.focus,
.btn-footer:active,
.btn-footer:focus,
.btn-footer:hover {
    background-color: #0f131f !important;
    border-color: #0f131f !important;
    color: #fff !important
}

.btn-soft-footer {
    background-color: rgba(32, 41, 66, 0.2) !important;
    border: 1px solid rgba(32, 41, 66, 0.2) !important;
    color: #202942 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3)
}

.btn-soft-footer.active,
.btn-soft-footer.focus,
.btn-soft-footer:active,
.btn-soft-footer:focus,
.btn-soft-footer:hover {
    background-color: #202942 !important;
    border-color: #202942 !important;
    color: #fff !important
}

.btn-outline-footer {
    border: 1px solid #202942;
    color: #202942;
    background-color: transparent
}

.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:active,
.btn-outline-footer:focus,
.btn-outline-footer:hover,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #202942;
    border-color: #202942;
    color: #fff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3)
}

.btn {
    padding: 8px 20px;
    outline: 0;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    border-radius: 6px
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 12px
}

.btn.btn-md {
    padding: 10px 16px;
    font-size: 12px
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px
}

.btn.searchbtn {
    padding: 6px 20px
}

.btn.btn-pills {
    border-radius: 5px
}

.btn.btn-light {
    color: #3c4858 !important;
    border: 1px solid #dee2e6 !important
}

.btn.btn-light.active,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:hover {
    background-color: #d4daed !important;
    color: #3c4858 !important
}

.btn.btn-soft-light {
    color: rgba(60, 72, 88, 0.5) !important;
    border: 1px solid #dee2e6 !important
}

.btn.btn-soft-light.active,
.btn.btn-soft-light.focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:hover {
    color: #3c4858 !important
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6 !important;
    color: #3c4858 !important;
    background-color: transparent
}

.btn.btn-outline-light.active,
.btn.btn-outline-light.focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:hover {
    background-color: #f8f9fc !important
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 16px
}

.btn.btn-icon.btn-lg {
    height: 48px;
    width: 48px;
    line-height: 46px
}

.btn.btn-icon.btn-lg .icons {
    height: 20px;
    width: 20px;
    font-size: 20px
}

.btn.btn-icon.btn-sm {
    height: 30px;
    width: 30px;
    line-height: 28px
}

button:not(:disabled) {
    outline: 0
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important
}

.shadow-md {
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important
}

.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item:focus,
.dropdown-primary .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #2f55d4 !important
}

.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item:focus,
.dropdown-secondary .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #5a6d90 !important
}

.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item:focus,
.dropdown-success .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #2eca8b !important
}

.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item:focus,
.dropdown-warning .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #f17425 !important
}

.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item:focus,
.dropdown-info .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #17a2b8 !important
}

.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item:focus,
.dropdown-danger .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #e43f52 !important
}

.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item:focus,
.dropdown-dark .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #3c4858 !important
}

.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item:focus,
.dropdown-muted .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #8492a6 !important
}

.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item:focus,
.dropdown-light .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #f8f9fc !important
}

.dropdown-blue .dropdown-menu .dropdown-item.active,
.dropdown-blue .dropdown-menu .dropdown-item.focus,
.dropdown-blue .dropdown-menu .dropdown-item:active,
.dropdown-blue .dropdown-menu .dropdown-item:focus,
.dropdown-blue .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #2f55d4 !important
}

.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item:focus,
.dropdown-footer .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #202942 !important
}

.alert-primary {
    background-color: rgba(47, 85, 212, 0.9);
    color: #fff;
    border-color: #2f55d4
}

.alert-primary .alert-link {
    color: #122258
}

.alert-outline-primary {
    background-color: #fff;
    color: #2f55d4;
    border-color: #2f55d4
}

.alert-secondary {
    background-color: rgba(90, 109, 144, 0.9);
    color: #fff;
    border-color: #5a6d90
}

.alert-secondary .alert-link {
    color: #1f2632
}

.alert-outline-secondary {
    background-color: #fff;
    color: #5a6d90;
    border-color: #5a6d90
}

.alert-success {
    background-color: rgba(46, 202, 139, 0.9);
    color: #fff;
    border-color: #2eca8b
}

.alert-success .alert-link {
    color: #124d35
}

.alert-outline-success {
    background-color: #fff;
    color: #2eca8b;
    border-color: #2eca8b
}

.alert-warning {
    background-color: rgba(241, 116, 37, 0.9);
    color: #fff;
    border-color: #f17425
}

.alert-warning .alert-link {
    color: #753208
}

.alert-outline-warning {
    background-color: #fff;
    color: #f17425;
    border-color: #f17425
}

.alert-info {
    background-color: rgba(23, 162, 184, 0.9);
    color: #fff;
    border-color: #17a2b8
}

.alert-info .alert-link {
    color: #062a30
}

.alert-outline-info {
    background-color: #fff;
    color: #17a2b8;
    border-color: #17a2b8
}

.alert-danger {
    background-color: rgba(228, 63, 82, 0.9);
    color: #fff;
    border-color: #e43f52
}

.alert-danger .alert-link {
    color: #79111d
}

.alert-outline-danger {
    background-color: #fff;
    color: #e43f52;
    border-color: #e43f52
}

.alert-dark {
    background-color: rgba(60, 72, 88, 0.9);
    color: #fff;
    border-color: #3c4858
}

.alert-dark .alert-link {
    color: #000
}

.alert-outline-dark {
    background-color: #fff;
    color: #3c4858;
    border-color: #3c4858
}

.alert-muted {
    background-color: rgba(132, 146, 166, 0.9);
    color: #fff;
    border-color: #8492a6
}

.alert-muted .alert-link {
    color: #3d4654
}

.alert-outline-muted {
    background-color: #fff;
    color: #8492a6;
    border-color: #8492a6
}

.alert-light {
    background-color: rgba(248, 249, 252, 0.9);
    color: #fff;
    border-color: #f8f9fc
}

.alert-light .alert-link {
    color: #8d9dce
}

.alert-outline-light {
    background-color: #fff;
    color: #f8f9fc;
    border-color: #f8f9fc
}

.alert-blue {
    background-color: rgba(47, 85, 212, 0.9);
    color: #fff;
    border-color: #2f55d4
}

.alert-blue .alert-link {
    color: #122258
}

.alert-outline-blue {
    background-color: #fff;
    color: #2f55d4;
    border-color: #2f55d4
}

.alert-footer {
    background-color: #2A5B98;
    color: #fff;
    border-color: #2A5B98
}

.alert-footer .alert-link {
    color: #000
}

.alert-outline-footer {
    background-color: #fff;
    color: #202942;
    border-color: #202942
}

.alert {
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px
}

.alert.alert-light {
    background-color: #f8f9fc;
    color: #3c4858;
    border-color: #dee2e6
}

.alert.alert-dismissible {
    padding-right: 30px
}

.alert.alert-dismissible .close {
    top: -2px;
    right: -10px;
    font-size: 16px !important
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block
}

.alert.alert-pills .content {
    font-weight: 600
}

.page-next-level .title {
    font-size: 28px;
    letter-spacing: 1px
}

.page-next-level .page-next {
    position: relative;
    top: 20px;
    z-index: 99
}

.breadcrumb {
    letter-spacing: .5px;
    padding: 8px 24px;
    display: block
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-left: 0;
    display: inline-block
}

.breadcrumb .breadcrumb-item a {
    color: #3c4858
}

.breadcrumb .breadcrumb-item a:hover {
    color: #2f55d4
}

.breadcrumb .breadcrumb-item.active {
    color: #2f55d4
}

.breadcrumb .breadcrumb-item:before {
    content: ""
}

.breadcrumb .breadcrumb-item:after {
    content: "\F0142" !important;
    font-size: 14px;
    color: #3c4858;
    font-family: "Material Design Icons";
    padding-left: 5px
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.pagination .page-item .page-link {
    color: #3c4858;
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    font-size: 14px
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination .page-item .page-link:hover {
    color: #fff;
    background: rgba(47, 85, 212, 0.9);
    border-color: rgba(47, 85, 212, 0.9)
}

.pagination .page-item.active .page-link {
    color: #fff;
    background: #2f55d4 !important;
    border-color: #2f55d4;
    cursor: not-allowed
}

.avatar.avatar-ex-sm {
    max-height: 25px
}

.avatar.avatar-md-sm {
    height: 50px;
    width: 50px
}

.avatar.avatar-small {
    height: 65px;
    width: 65px
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px
}

.avatar.avatar-large {
    height: 140px;
    width: 140px
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px
}

.nav-pills {
    margin-bottom: 15px;
    background: #f4f6fa
}

.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.nav-pills .nav-link.active {
    background: #2f55d4;
    color: #fff !important
}

.nav-pills .nav-link.active .tab-para {
    color: rgba(255, 255, 255, 0.65) !important
}

.nav-pills a .title {
    font-size: 20px;
    font-weight: 700
}

.nav-outline-pills {
    margin-bottom: 15px;
    background: #f4f6fa
}

.nav-outline-pills .nav-link {
    color: #495057 !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.nav-outline-pills .nav-link.active {
    background: rgba(47, 85, 212, 0.2);
    border: 1px solid rgba(47, 85, 212, 0.2);
    color: #7324ce !important
}

.nav-outline-pills .nav-link.active .tab-para {
    color: rgba(255, 255, 255, 0.65) !important
}

.nav-outline-pills a .title {
    font-size: 20px;
    font-weight: 700
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.blockquote {
    border-left: 3px solid #dee2e6;
    border-radius: 6px;
    font-size: 16px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    font-size: 14px;
    font-weight: 700
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.form-group .form-control.active,
.form-group .form-control:focus {
    border-color: #2f55d4
}

.form-group textarea {
    height: 120px !important
}

.form-group textarea.form-control {
    line-height: 25px
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #2f55d4;
    background-color: #2f55d4
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2f55d4
}

.custom-control-label {
    cursor: pointer
}

.custom-control-label:after,
.custom-control-label:before {
    top: 2px
}

.custom-switch .custom-control-label:after {
    top: 4px
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle
}

.table-responsive .table td a {
    color: #000
}

.table-responsive .table-center th {
    vertical-align: middle !important
}

.table-responsive .table-center tbody tr:hover {
    color: #3c4858;
    background-color: #f8f9fa
}

.table-responsive .table-center.invoice-tb td,
.table-responsive .table-center.invoice-tb th {
    text-align: end
}

.modal-open {
    padding-right: 0 !important
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #fff, #fff);
    z-index: 9999999
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2f55d4;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

#preloader #status .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.back-to-top .icons {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.back-to-top:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.back-to-top:hover .icons {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sticky-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px
}

.mdi {
    font-size: 20px
}

.fea {
    stroke-width: 1.8
}

.fea.icon-sm {
    height: 16px;
    width: 16px
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px
}

.fea.icon-m-md {
    height: 28px;
    width: 28px
}

.fea.icon-md {
    height: 35px;
    width: 35px
}

.fea.icon-lg {
    height: 42px;
    width: 42px
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px
}

.display-1 {
    font-size: 80px !important
}

.display-2 {
    font-size: 72px !important
}

.display-3 {
    font-size: 64px !important
}

.display-4 {
    font-size: 56px !important
}

.display-5 {
    font-size: 2rem !important
}

.display-6 {
    font-size: 2.5rem !important
}

.display-7 {
    font-size: 17px !important
}

[class*=" uil-"]:before,
[class^="uil-"]:before {
    margin: 0
}

.uim-svg {
    vertical-align: 0 !important
}

@media (max-width: 768px) {

    .for-gridd{
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .text-muted {
        font-size: 18px;
    }

    .page-next-level .page-next {
        top: 20px
    }

    .display-1 {
        font-size: 56px !important
    }

    .display-2 {
        font-size: 50px !important
    }

    .display-3 {
        font-size: 42px !important
    }

    .display-4 {
        font-size: 36px !important
    }

    .display-5 {
        font-size: 28px !important
    }
}

body {
    font-family: Nunito, sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #000
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Nunito, sans-serif;
    line-height: 1.5;
    font-weight: 600
}

::-moz-selection {
    background: rgba(47, 85, 212, 0.9);
    color: #fff
}

::selection {
    background: rgba(47, 85, 212, 0.9);
    color: #fff
}

a {
    text-decoration: none !important
}

p {
    line-height: 1.6
}

.section {
    padding: 50px 0;
    position: relative
}

.section-two {
    padding: 60px 0;
    position: relative
}

.title-heading {
    line-height: 26px
}

.title-heading .heading {
    font-size: 45px;
    letter-spacing: 1px
}

.title-heading .para-desc {
    font-size: 18px
}

.section-title {
    position: relative
}

.section-title .title {
    letter-spacing: .5px;
    font-size: 33px
}

.para-desc {
    max-width: 600px
}

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

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0
}

.shape>svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@-webkit-keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-animation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px
    }

    .margin-top-100 .heading {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0
    }

    .title-heading .heading {
        font-size: 35px !important
    }

    .title-heading .para-desc {
        font-size: 18px
    }

    .section-title .title {
        font-size: 24px
    }

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

@media (max-width: 425px) {
    .shape {
        bottom: -4px
    }

    .feature-posts-placeholder {
        height: 80%
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: #fff;
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%)
}

#topnav .logo {
    float: left;
    color: #3c4858 !important
}

#topnav .logo .l-dark {
    display: none
}

#topnav .logo .l-light {
    display: inline-block
}

#topnav .has-submenu.active a {
    color: #fff
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #2f55d4 !important
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #2f55d4
}

#topnav .has-submenu {
    position: relative
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3c4858;
    border-radius: .5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #2f55d4
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 28px 20px;
    height: 18px
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0
}

#topnav .buy-button {
    float: right;
    line-height: 68px
}

#topnav .buy-button .login-btn-primary {
    display: none
}

#topnav .buy-button .login-btn-light {
    display: inline-block
}

#topnav .navbar-toggle.open span {
    position: absolute
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#topnav .navbar-toggle.open span:hover {
    background-color: #2f55d4
}

#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover {
    background-color: transparent
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px
}

#topnav .navigation-menu>li.active>a,
#topnav .navigation-menu>li:hover>a {
    color: #2f55d4 !important
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #3c4858;
    font-size: 16px;
    background-color: transparent !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: Nunito, sans-serif;
    padding-left: 15px;
    padding-right: 15px
}

#topnav .navigation-menu>li>a:active,
#topnav .navigation-menu>li>a:hover {
    color: #2f55d4
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #3c4858;
    border-radius: .5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    right: -1px;
    top: 30px
}

#topnav .navigation-menu .has-submenu:hover .menu-arrow {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

#topnav .menu-extras {
    float: right
}

#topnav.scroll {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}

#topnav.scroll .navigation-menu>li>a {
    color: #3c4858
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #3c4858
}

#topnav.scroll .navigation-menu>li.active>a,
#topnav.scroll .navigation-menu>li:hover>a {
    color: #2f55d4
}

#topnav.scroll .navigation-menu>li.active>.menu-arrow,
#topnav.scroll .navigation-menu>li:hover>.menu-arrow {
    border-color: #2f55d4
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px
}

#topnav.nav-sticky {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    top: 0
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #3c4858
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #2f55d4 !important
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow {
    border-color: #2f55d4 !important
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a,
#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a {
    color: #2f55d4 !important
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #3c4858
}

#topnav.nav-sticky .buy-button .login-btn-primary {
    display: inline-block
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block
}

#topnav.nav-sticky .logo .l-light {
    display: none
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 6px;
    letter-spacing: 1px;
    line-height: 68px
}

@media (max-width: 991px) {
    #topnav {
        top: 0 !important
    }
}
@media (max-width: 576px) {
    .icon_size {
        font-size: 25px;
    }
}
@media (min-width: 1400px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 20px;
        margin-left: -35px;
        -webkit-box-shadow: 1px 1px 0 0 rgba(60, 72, 88, 0.15);
        box-shadow: 1px 1px 0 0 rgba(60, 72, 88, 0.15);
        border-color: transparent #fff #fff transparent
    }

    #topnav .navigation-menu>.has-submenu:hover .menu-arrow {
        top: 33px !important
    }

    #topnav .navigation-menu>.has-submenu.active .menu-arrow {
        top: 30px
    }

    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
        border-radius: 6px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 15px rgba(60, 72, 88, 0.15)
    }

    #topnav .navigation-menu>li .submenu:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid #495057;
        border-color: transparent transparent #fff #fff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
        box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15)
    }

    #topnav .navigation-menu>li .submenu li {
        position: relative
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .04em;
        font-weight: 700;
        color: #3c4858 !important;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    #topnav .navigation-menu>li .submenu li a:hover {
        color: #2f55d4 !important
    }

    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0
    }

    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto
    }

    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        min-width: 180px;
        display: inline-block;
        vertical-align: top
    }

    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px
    }

    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 106%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px
    }

    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px
    }

    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #2f55d4
    }

    #topnav .navigation-menu>li.active>a,
    #topnav .navigation-menu>li:hover>a {
        color: #2f55d4 !important
    }

    #topnav .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0
    }

    #topnav .navigation-menu>li.last-elements .submenu:before {
        left: auto;
        right: 10px
    }

    #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px
    }

    #topnav .navigation-menu.nav-light>li>a {
        color: rgba(255, 255, 255, 0.5)
    }

    #topnav .navigation-menu.nav-light>li.active>a {
        color: #fff !important
    }

    #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
        border-color: #fff !important
    }

    #topnav .navigation-menu.nav-light>li:hover>a {
        color: #fff !important
    }

    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, 0.5)
    }

    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #fff !important
    }

    #topnav .navigation-menu.nav-right {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    #topnav .navigation-menu.nav-left {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu {
        left: 0 !important;
        right: auto !important
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
        left: 45px !important;
        right: auto !important
    }

    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important
    }

    #topnav.scroll {
        top: 0
    }

    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }

    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px
    }
}
@media (max-width: 1399px) {
    #topnav {
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        min-height: 74px;
        top: 40px
    }
    .langg {
        top: 70px !important;
        transform: translateX(-10%);
    }
    .langgg {
        margin-left: 30px;
        position: relative;
    }
    .langgg:hover .langg {
        top: 28px !important;
    }
    #topnav {
        top: 0 !important
    }
    #topnav .logo .l-dark {
        display: inline-block !important
    }
    #topnav .logo .l-light {
        display: none !important
    }

    #topnav .container {
        width: auto
    }

    #topnav #navigation {
        max-height: 400px
    }

    #topnav .navigation-menu {
        float: none
    }

    #topnav .navigation-menu>li {
        float: none
    }

    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .04em;
        font-weight: 700;
        color: #3c4858 !important;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    #topnav .navigation-menu>li .submenu.open {
        display: block
    }

    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none
    }

    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6
    }

    #topnav .navigation-menu>li>a {
        color: #3c4858;
        padding: 10px 20px
    }

    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px
    }

    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a,
    #topnav .navigation-menu>li>a:hover {
        color: #2f55d4
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6
    }

    #topnav .navbar-header {
        float: left
    }

    #topnav .buy-button .login-btn-primary {
        display: inline-block !important
    }

    #topnav .buy-button .login-btn-light {
        display: none
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px
    }

    #topnav .has-submenu.active a {
        color: #2f55d4
    }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #fff
    }

    #navigation.open {
        display: block;
        overflow-y: auto
    }
}

@media (max-width: 1440px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px
    }

    #topnav .buy-button {
        padding: 3px 0
    }

    .full-width-menu {
        max-width: 100%;
        padding: 0 5px !important;
    }
}

@media (min-width: 1440px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0
    }

    .navbar-toggle {
        display: block
    }
}

#topnav .buy-menu-btn {
    margin: 0 10px;
    padding: 10px 20px
}

@media (max-width: 375px) {
    #topnav .buy-button {
        display: none
    }

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important
    }
}

.bg-home {
    height: 100vh;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half-150 {
    padding: 150px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half {
    padding: 100px 0 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

.classic-app-image .bg-app-shape:after {
    bottom: 3rem;
    left: -8rem;
    width: 55rem;
    height: 35rem;
    border-radius: 20rem;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: .9
}

.classic-app-image .app-images {
    position: absolute;
    bottom: 60px;
    right: 0
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
    content: " ";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
    background-color: #2f55d4
}

.shape-before .shape-img {
    position: absolute;
    top: -50px;
    left: -35px;
    z-index: -1;
    height: auto;
    overflow: hidden
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.swiper-slider-hero .swiper-container .swiper-button-next,
.swiper-slider-hero .swiper-container .swiper-button-prev {
    background: 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -30px;
    outline: 0
}

.swiper-slider-hero .swiper-container .swiper-button-next:before,
.swiper-slider-hero .swiper-container .swiper-button-prev:before {
    font-family: "Material Design Icons";
    font-weight: 900;
    color: #fff
}

.swiper-slider-hero .swiper-container .swiper-button-next:hover,
.swiper-slider-hero .swiper-container .swiper-button-prev:hover {
    background: #2f55d4;
    border-color: #2f55d4 !important
}

.swiper-slider-hero .swiper-container .swiper-button-prev {
    left: 10px
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before {
    content: "\f0141"
}

.swiper-slider-hero .swiper-container .swiper-button-next {
    right: 10px
}

.swiper-slider-hero .swiper-container .swiper-button-next:before {
    content: "\f0142"
}

.swiper-slider-hero .swiper-pagination-bullet {
    color: #f8f9fa;
    background: 0 0
}

.swiper-slider-hero .swiper-pagination-bullet-active {
    color: #fff
}

.swiper-slider-hero .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
    bottom: 45px
}

.swiper-slider-hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px
}

@media (max-width: 768px) {
    .bg-half {
        padding: 100px 0 0
    }
}

@media (max-width: 767px) {

    .bg-half-170,
    .bg-half-260,
    .bg-home,
    .slides,
    .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 150px 0;
        height: auto
    }
}

.features .icon,
.features .icons {
    background: rgba(47, 85, 212, 0.1)
}

.features .icons {
    height: 80px;
    line-height: 80px;
    margin: 0 auto
}

.features .image:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -15px;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    -webkit-transform: rotate(33.75deg);
    transform: rotate(33.75deg);
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.09));
    z-index: -1
}

.features .ride-image {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.features .ride-image img {
    border-radius: 100% 100% 100% 0
}

.features .title-2 {
    font-size: 20px
}

.features:hover .image:before {
    background: rgba(47, 85, 212, 0.07);
    -webkit-animation: spinner-border 5s linear infinite;
    animation: spinner-border 5s linear infinite
}

.features.fea-primary {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.features.fea-primary .content .title {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.features.fea-primary .content .title:hover {
    color: #2f55d4 !important
}

.features.fea-primary .big-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: .015;
    font-size: 180px
}

.features.fea-primary:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    background-color: #2f55d4 !important;
    color: #fff !important
}

.features.fea-primary:hover .icon2,
.features.fea-primary:hover .para {
    color: rgba(255, 255, 255, 0.5) !important
}

.features.fea-primary:hover .content,
.features.fea-primary:hover .icon2 {
    z-index: 2
}

.features.fea-primary:hover .big-icon {
    opacity: .05
}

.features .title,
.key-feature .title {
    font-size: 18px
}

.features .icon,
.key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px
}

.key-feature {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15))
}

.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important
}

.work-process {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-process img {
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    opacity: .7
}

.work-process .title {
    font-size: 20px
}

.work-process .step,
.work-process .step-icon {
    color: #7324ce;
    opacity: .4
}

.work-process a {
    font-size: 15px
}

.work-process.process-arrow:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 40px;
    top: 50px;
    left: 80%;
    background: url(../images/process.png) center center no-repeat;
    z-index: 1
}

.work-process:hover img {
    opacity: 1
}

.work-process.process-arrow:hover {
    -webkit-transform: none !important;
    transform: none !important
}

.work-process:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.work-process.d-none-arrow:hover {
    -webkit-transform: none !important;
    transform: none !important
}

.course-feature .title {
    font-size: 20px
}

.course-feature .title:hover {
    color: #2f55d4 !important
}

.course-feature .full-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    z-index: -2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.course-feature:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer
}

.course-feature:hover .full-img {
    opacity: .08
}

@media (min-width: 1024px) {
    .solution-feature-height {
        min-height: 176px;
        display: grid;
        align-items: center
    }
}

.solution-feature {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: .7
}

.solution-feature .title {
    font-size: 35px;
    color: #fff;
    text-shadow: 3px 3px 3px #000
}

.solution-feature p {
    font-size: 17px;
    color: #fff;
    text-shadow: 3px 3px 3px #000
}

.solution-feature:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
    opacity: .9
}

.course-feature,
.features-absolute,
.info-absolute,
.solution-feature {
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.course-feature,
.solution-feature {
    margin: -260px 0 0
}

.info-absolute {
    margin: -130px -20px 0
}

.features-absolute {
    margin: -100px 0 0
}

.features-absolute.block-search {
    margin: -120px 0 0
}

.explore-feature {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.explore-feature a {
    color: #3c4858
}

.explore-feature .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.explore-feature:hover {
    -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important
}

.explore-feature:hover a {
    color: #000
}

.explore-feature:hover .icon,
.explore-feature:hover .title {
    color: #2f55d4 !important
}

@media (max-width: 768px) {
    .info-absolute {
        margin: -10px 5px 0
    }

    .features-absolute {
        margin: -100px 0 0
    }

    .features-absolute.block-search {
        margin: -90px 0 0
    }
}

@media screen and (max-width: 767px) {
    .process-arrow:after {
        display: none
    }

    .course-feature,
    .crypto-table {
        margin: 0 0 30px
    }
}

.owl-theme .owl-dots .owl-dot span {
    background: #2f55d4 !important
}

.customer-testi {
    cursor: e-resize
}

.customer-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #3c4858;
    border-color: transparent #fff #fff transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15)
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 3px;
    background: rgba(47, 85, 212, 0.5) !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
    background: #2f55d4 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.owl-carousel .owl-item img {
    display: block;
    width: auto
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #adb5bd !important
}

.pricing-rates .title {
    font-weight: 700;
    font-size: 20px
}

.pricing-rates .price {
    font-weight: 400
}

.pricing-rates.business-rate {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pricing-rates.business-rate:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 2;
    border-color: #2f55d4;
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
    background-color: #fff !important
}

.pricing-rates.business-rate:hover .title {
    color: #2f55d4
}

.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-color: #2f55d4
}

.pricing-rates.best-plan {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-rates.best-plan .lable {
    width: 200px;
    position: absolute;
    top: 15px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.pricing-rates.best-plan .lable h6 {
    font-size: 12px
}

.pricing-rates.best-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

@media (max-width: 767px) {
    .pricing-rates.starter-plan {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.watch-video a.watch {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2
}

.watch-video a .play-icon-circle {
    height: 36px;
    width: 36px;
    background-color: #2f55d4;
    line-height: 36px
}

.watch-video a .play-icon-circle.play-iconbar {
    font-size: 16px
}

.watch-video a .play-icon-circle.play {
    top: 77%
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #fff
}

.play-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: #2f55d4
}

.mfp-iframe-holder .mfp-content {
    max-width: 1110px
}

.block {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.block a {
    color: #000
}

.block .content h4 {
    line-height: 1.2
}

.block .text-shadow h4 {
    text-shadow: 3px 3px 3px #000
}

.block .content .title {
    font-size: 23px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.block .content .title:hover {
    color: #2f55d4 !important
}

.block .content .post-meta .comments,
.block .content .post-meta .like,
.block .content .post-meta .readmore {
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.block .content .post-meta .like:hover {
    color: #e43f52 !important
}

.block .content .post-meta .comments:hover {
    color: #2eca8b !important
}

.block .content .post-meta .readmore:hover {
    color: #2f55d4 !important
}

.block .author,
.block .course-fee,
.block .teacher {
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.block .author {
    top: 5%;
    left: 5%
}

.block .teacher {
    bottom: 6%;
    left: 5%
}

.block .course-fee {
    bottom: -5%;
    right: 5%;
    width: 50px;
    height: 50px
}

.block .course-fee .fee {
    line-height: 50px
}

.block.block-detail:hover {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.block:hover {
    box-shadow: 0 10px 25px 5px rgba(137, 173, 255, .35) !important;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.block:hover .overlay {
    opacity: .4
}

.block:hover .author,
.block:hover .course-fee,
.block:hover .teacher {
    opacity: 1
}

.block .block-list-meta {
    position: absolute;
    bottom: 24px
}

.block .overlay,
.job-box .job-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job-box {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job-box .job-overlay {
    opacity: .4
}

.job-box:hover .job-overlay {
    opacity: 0
}

.job-box .head {
    position: absolute;
    top: 15px;
    right: 15px
}

.job-box .position {
    position: absolute;
    top: 15px;
    left: 15px
}

.job-box .position a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job-box .position a:hover {
    color: #2f55d4 !important
}

.job-box .firm-logo {
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    width: 80%;
    line-height: 60px;
    margin: 0 auto;
    top: -30px;
    border: solid;
    border-width: 1px;
    border-color: rgba(211, 211, 211, 0.5)
}

.job-box .company-name {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.job-box .company-name:hover {
    color: #2f55d4 !important
}

.job-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.work-container.work-classic .work-image {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-classic .work-image:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}

.work-container.work-classic .content .title,
.work-container.work-grid .content .title,
.work-container.work-modern .content .title {
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-classic .content .title:hover,
.work-container.work-grid .content .title:hover,
.work-container.work-modern .content .title:hover {
    color: #2f55d4 !important
}

.work-container.work-classic .content .tag,
.work-container.work-grid .content .tag,
.work-container.work-modern .content .tag {
    font-size: 15px !important
}

.work-container.work-modern,
.work-container.work-modern .client,
.work-container.work-modern .content,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon,
.work-container.work-modern .read_more,
.work-container.work-modern img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-modern,
.work-container.work-modern .client,
.work-container.work-modern .content,
.work-container.work-modern .icons,
.work-container.work-modern .read_more {
    position: absolute
}

.work-container.work-modern {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1
}

.work-container.work-modern .content {
    z-index: 1;
    bottom: 5%;
    left: 5%
}

.work-container.work-modern .client,
.work-container.work-modern .content {
    opacity: 0
}

.work-container.work-modern .client,
.work-container.work-modern .read_more {
    z-index: 1;
    right: 5%;
    top: 5%
}

.work-container.work-modern .read_more {
    height: 30px;
    width: 30px;
    line-height: 30px
}

.work-container.work-modern .icons {
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0
}

.work-container.work-modern .icons .work-icon {
    height: 45px;
    width: 45px;
    line-height: 45px
}

.work-container.work-modern .icons .work-icon:hover {
    background: #2f55d4 !important;
    color: #fff !important
}

.work-container.work-modern:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}

.work-container.work-modern:hover {
    opacity: .65
}

.work-container.work-modern:hover .icons {
    opacity: 1
}

.work-container.work-modern:hover,
.work-container.work-modern:hover .client,
.work-container.work-modern:hover .content {
    opacity: 1
}

.work-container.work-grid {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    max-height: 330px
}

.work-container.work-grid .content,
.work-container.work-grid .content .title,
.work-container.work-grid img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-grid .content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    overflow: hidden;
    text-align: center;
    opacity: .8
}

.work-container.work-grid:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15)
}

.work-container.work-grid:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.work-container.work-grid:hover .content {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.work-details ul li b {
    max-width: 90px;
    width: 100%;
    display: inline-block
}

.container-filter li a {
    font-size: 13px;
    padding: 0 15px;
    margin: 5px 3px;
    font-weight: 700;
    letter-spacing: .8px;
    cursor: pointer;
    line-height: 34px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.container-filter li a.active,
.container-filter li a:hover {
    color: #2f55d4 !important;
    border-color: #2f55d4 !important
}

.spacing {
    padding-left: 7px;
    padding-right: 7px
}

.error-page {
    font-size: 40px;
    letter-spacing: 1px
}

@media (min-width: 200px) and (max-width: 767px) {
    .error-page {
        font-size: 32px
    }
}

.contact-detail .content .title {
    font-size: 20px
}

.form-group .icons {
    position: absolute;
    top: 43px;
    left: 18px
}

.form-group .icons-modal {
    position: absolute;
    top: 10px;
    left: 18px
}

.error {
    margin: 8px 0;
    display: none;
    color: #e43f52
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #e43f52;
    color: #e43f52;
    border-radius: 6px;
    font-size: 14px
}

@media (min-width: 768px) {
    .map.map-height-two iframe {
        height: 551px
    }
}

.footer {
    background: #2A5B98;
    padding: 60px 0;
    position: relative;
    color: #adb5bd
}

.footer .logo-footer {
    font-size: 22px
}

.footer .footer-head {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500
}

.footer .foot-subscribe .form-control {
    background-color: #27314f;
    border: 1px solid #27314f;
    color: #f8f9fc
}

.footer .foot-subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd
}

.footer .foot-subscribe input::-webkit-input-placeholder {
    color: #adb5bd
}

.footer .foot-subscribe input:-ms-input-placeholder {
    color: #adb5bd
}

.footer .foot-subscribe input::-ms-input-placeholder {
    color: #adb5bd
}

.footer .foot-subscribe input::placeholder {
    color: #adb5bd
}

.footer .text-foot {
    color: #adb5bd
}

.footer .footer-list {
    margin-bottom: 0
}

.footer .footer-list li {
    margin-bottom: 10px
}

.footer .footer-list li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.footer .footer-list li a:hover {
    color: #e6e8ea
}

.footer .footer-list li:last-child {
    margin-bottom: 0
}

.footer.footer-bar {
    padding: 30px 0;
    border-top: 1px solid #283353
}

hr {
    border: none;
    height: 3px;
    margin: 40px auto;
    width: 50%;
    background-image: linear-gradient(to right, transparent, #bfe2ff, transparent)
}

.service-video video {
    height: 350px
}

.explore-feature:hover .title a {
    color: #000 !important
}

.accent {
    color: #000
}

.baner {
    background: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-height: 950px) and (max-height: 950px) {
    .baner {
        background-size: contain
    }
}

@media (min-height: 360px) and (max-height: 360px) {
    .baner {
        background-size: contain
    }

    .hide-bg {
        background-image: none !important
    }
}

@media (min-height: 1824px) {
    .baner {
        background-size: contain
    }

    .vh-100 {
        height: 70vh !important
    }
}

.advantages img {
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    opacity: .6
}

.advantages:hover img {
    opacity: 1
}

.arrow .more-info {
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    color: #363a3d;
    font-weight: 700
}

.arrow:hover .more-info {
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -o-transform: translate(10px, 0)
}

.bold-font {
    font-weight: 700
}

.full-width-menu {
    max-width: 100%;
    padding: 0 40px
}

.menu-style {
    padding: 10px 5px
}

.top-bar {
    padding: 5px 40px
}

.top-bar-icons {
    text-align: right
}

.link-anchor {
    padding-top: 100px;
    margin-top: -55px;
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.margin-slider-center {
    margin-right: -40px
}

.img-logo {
    height: 50px
}

.player {
    width: 100%;
    max-width: 800px;
    position: relative
}

.player video {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: absolute;
    width: 73.6%;
    height: 90%;
    top: 1.3%;
    left: 13.5%;
    background-color: #000;
    z-index: 0;
    outline: 0
}

@media (min-width: 1025px) {
    .owl-carousel .owl-nav {
        overflow: hidden;
        height: 0
    }

    .owl-carousel .nav-btn {
        height: 47px;
        position: absolute;
        width: 26px;
        cursor: pointer;
        top: 150px !important
    }

    .owl-carousel .owl-next.disabled,
    .owl-carousel .owl-prev.disabled {
        pointer-events: none;
        opacity: .2
    }

    .owl-carousel .prev-slide {
        background: url(../images/nav-icon.png) no-repeat scroll 0 0;
        left: -33px
    }

    .owl-carousel .next-slide {
        background: url(../images/nav-icon.png) no-repeat scroll -24px 0;
        right: -33px
    }

    .owl-carousel .prev-slide:hover {
        background-position: 0 -53px
    }

    .owl-carousel .next-slide:hover {
        background-position: -24px -53px
    }
}

@media (max-width: 768px) {
    .info-slider-block {
        font-size: 15px
    }

    .margin-slider-center {
        margin-right: -30px
    }
}

@media (max-width: 767px) {
    .player video {
        width: 74.3%;
        left: 13%;
        top: 1.2%
    }
}

@media (max-width: 374px) {
    .img-logo {
        height: 30px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .vh-100 {
        margin-top: 60px;
        height: 500px !important
    }

    .player video {
        width: 73.8%;
        left: 13.1%
    }
}

@media screen and (orientation: landscape) and (max-width: 812px) {
    .vh-100 {
        height: 150vh !important
    }
}

.contact-form-error {
    font-size: 14px;
    width: 100%;
    color: red
}

.contact-form-description {
    font-size: 20px
}

.faq-content .card a.faq[data-toggle="collapse"]:before {
    content: "\F0143";
    display: block;
    font-family: "Material Design Icons";
    font-size: 18px;
    color: #3c4858;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.faq-content .card a.faq[data-toggle="collapse"].collapsed:before {
    top: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #3c4858 !important
}

.custom-border-color {
    border-color: #979695
}

.cta-title {
    text-shadow: 3px 3px 3px #000
}

.pointer {
    cursor: pointer
}

.mfp-image {
    cursor: zoom-in
}

.portfolio {
    border-radius: 4px;
    overflow: hidden
}

.portfolio img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

input[type="checkbox"]:checked+.xpandable-block {
    max-height: 5000px
}

.xpandable-block {
    max-height: 680px;
    overflow: hidden;
    order: 0;
    -webkit-transition: max-height 2s;
    transition: max-height 2s
}

input[type="checkbox"] {
    display: none
}

.labeltable {
    text-align: center;
    margin: 20px auto;
    display: block;
    width: 250px
}

.article-table {
    font-size: 13px
}

.price-table {
    font-weight: bolder;
    color: #7324ce
}

.modal-open {
    overflow-y: inherit !important
}

.row-flex,
.row-flex>div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 auto
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0
}

.row-flex>div[class*='col-'] {
    margin: -.2px
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none
}


.call-icon{
    padding: 30px;
    background: #7040ff;
    position: fixed;
    right: 4%;
    bottom: 8%;
    color: white;
    border-radius: 50%;
    z-index: 10000000;
}
.call-icon i{
    color: white !important;
    font-size: 22px;
}
.call-icon::after{
    content:  '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #7040ff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: anim 2s linear infinite;
}
.call-icon::before{
    content:  '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #7040ff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: anim 1s linear infinite;
}

@keyframes anim{
    0%{
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    100%{
        width: 250%;
        height: 250%;
        opacity: 0;
    }
}
.call-icon:hover{
    color: white !important;
    transform: scale(1.1);
    animation: anim2 .5s linear forwards;
}
@keyframes anim2{
    0%{
        transform: rotate(0);
    }
    25%{
        transform: rotate(60deg);
    }
    50%{
        transform: rotate(-20deg);
    }
    100%{
        transform:rotate(0);
    }
}
.bg-half{
    background: #2A5B98 !important;
}
.page-next-level h1{
    color: white !important;
}
.title-heading h1, .title-heading p, .title-heading h3, .title-heading li{
    color: white !important;
}
.comment{
    padding: 24px;
    border: 2px solid #7040ff;
    border-radius: 15px;
}
.comment p{
    color: black;
}
.comment h5{
    font-size: 14px;
    color: rgb(113, 113, 113);
}
.bg-half{
    background: #2A5B98 !important;
}
.page-next-level h1{
    color: white !important;
}
.title-heading h1, .title-heading p, .title-heading h3, .title-heading li{
    color: white !important;
}
.for-black h3, .for-black p{
    color: black !important;
}

.langg {
    opacity: 0;
    list-style: none;
    position: absolute;
    background: white;
    z-index: 100;
    top: 50px;
    flex-direction: column;
    align-items: center;
    line-height: 27px;
    padding: 15px 30px;
    border-radius: 6px;
    display: flex;
    transition: .5s;
    transform: translateX(-10%);

}
.langgg {
    margin-right: 15px;
    color: #3c4858;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}

.langgg li a {
    color: #3c4858;
    font-family: "Nunito", sans-serif;
}

.langgg:hover .langg {
    top: 55px;
    opacity: 1;
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.34);
}
