/**
background: #00345c;
color:#5bafa4;
effesct start: #378e46;
effect-end: #e0e262

 */
/* ######################### FONT IMPORT START ######################### */
/* @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700); */
@import url(https://fonts.googleapis.com/css?family=Encode+Sans:100,200,300,regular,500,600,700,800,900|Alice:regular|Albert+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Average+Sans:regular|Mukta:200,300,regular,500,600,700,800|ABeeZee:regular,italic);
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700);
/* ######################### FONT IMPORT END ######################### */

/* ######################### GENERAL START ######################### */

html {
}

body {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.themeHighlihtColor {
    color: #910041;
}

a {
    color: #ba5f88;
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    color: #9c1852;
    outline: none;
    text-decoration: none;
}

.shadow-1 {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.list-style-none {
    list-style-type: none;
}

.font-size-inherit {
    font-size: inherit !important;
}

.floated-img {
    float: right;
    margin: 0 15px 0 15px;
    width: 50%;
}

.floated-img-right {
    float: right;
    margin: 0 15px 0 15px;
}

.floated-img-left {
    float: left;
    margin: 0 15px 0 15px;
}

.img-radius-1 {
    border-radius: .5rem;
}

.mw-100 {
    max-width: 100%;
}

.mb-12 {
    margin-bottom: 3.5rem !important;
}

.mt-11 {
    margin-top: 3rem !important;
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .w-md-50 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .w-md-50 {
        width: 100% !important;
    }

    .floated-img {
        padding-top: 0;
        margin: inherit;
        width: 100%;
    }

    .floated-img-right,
    .floated-img-left {
        padding-top: 0;
        margin: inherit;
        width: 100%;
    }
}

.text-leaf {
    color: #378e46;
}

.text-leaf:focus,
.text-leaf:hover {
    color: #378e46;
}

.text-leaf-light {
    color: #dbde62;
}

.text-leaf-light:focus,
.text-leaf-light:hover {
    color: #dbde62;
}

.label-required:after {
    color: #ea0202;
    content: '*';
    margin-left: .2rem;
}

/* ######################### GENERAL END ######################### */

/* ######################### SECTION START ######################### */
.section-margin {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

@media (min-width: 768px) {
    .section-padding-sm {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 60px 0;
    }
}

.section-color0 {
    background-color: #FFFFFF;
}

.section-color1 {
    background-color: #e2f1e9;
}

.section-color2 {
    background-color: #e2e7f1;
}

.section-color3 {
    background-color: #f5f1e4;
}

.section-color4 {
    background-color: #d2d0be;
}

.section-color5 {
    background-color: #910041;
    color: #FFFFFF;
}

.section-color-linear1 {
    background-color: #378e46;
    color: #FFFFFF;
    background-image: linear-gradient(75deg, #00263f 0%, #00263f 9%, #04f200 100%);
}

.section-color-linear2 {
    background-color: #378e46;
    color: #FFFFFF;
    background-image: linear-gradient(75deg, #5bafa4 0%, #378e46 56%, #e0e262 100%);
}


/* ######################### SECTION END ######################### */

/* ######################### HEADER-TITLE START ######################### */
.header-title {
    padding: 275px 0 200px 0;
    background-image: linear-gradient(160deg, #4aaa23 0%, rgba(71, 241, 247, 0.76) 56%, #FFFFFF 100%);
}

.header-title .title {
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    color: #FFFFFF;
    font-size: 76px;
    letter-spacing: -3px;
    line-height: 1.1em;
    text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.4);
}

.header-title .sub-title {
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    color: #FFFFFF;
    line-height: 1.8em;
    font-size: 22px;
}

.header-title .sub-title > p {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .header-title .title {
        font-size: 2.5rem;
    }
}

/* ######################### HEADER-TITLE END ######################### */

/* ######################### INPUT START ######################### */
.form-control,
.form-select {
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5bafa4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(237, 116, 74, 0.25);
}

.form-check-input:checked {
    background-color: #5bafa4;
    border-color: #5bafa4;
}

.form-check-lg {
    display: flex;
    align-items: center !important;
    height: 100% !important;
    margin-bottom: 0;
}

.form-check-lg.form-check-inline {
    display: inline-flex;
    align-items: center;
}

.form-check-lg .form-check-input[type=checkbox],
.form-check-lg .form-check-input[type=radio] {
    margin-top: 0;
    height: 30px;
    width: 30px;
}

.form-check-lg .form-check-input[type=checkbox] {
    border-radius: .25em;
}

.form-check-lg .form-check-input[type=radio] {
    border-radius: 100%;
}

.form-check-lg .form-check-label {
    display: inline-flex;
    align-items: center;
    height: 30px;
    margin-left: 10px;
    font-size: 18px;
}

.form-floating-group input,
.form-floating-group select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.validate_error + label {
    color: #FFF !important;
}

.validate_error {
    background-color: rgba(250, 2, 2, 0.65) !important;
    border-color: #ff0000;
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.9);
}

@media (max-width: 575.98px) {
    .input-group-md .form-control,
    .input-group-md .form-select,
    .input-group-md .input-group-text,
    .input-group-md .btn {
        border-radius: 0.25rem !important;
    }
}

/* ######################### INPUT END ######################### */

/* ######################### BUTTON START ######################### */
.btn {
    font-family: quicksand, Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

button,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn-default {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    border-radius: 5px;
    padding: 8px 25px;
    z-index: 5;
    overflow: hidden;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
    background-color: #c21f67;
    color: #FFFFFF;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-default::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 25px;
    transform: translateX(-102%);
    /*background-color: #3aaed0;*/
    background-color: #9c1852;
    opacity: 0;
    transform: scale(0.5, 1);
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-default:hover {
    border-color: #c21f67;
    background-color: #c21f67;
    color: #FFFFFF;
}

.btn-default:hover::before {
    transform: translateX(0);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    border-color: #910041;
    background-color: #910041;
    color: #FFFFFF;
}

.btn-default.active {
    background-color: #910041;
    color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
    .btn-default {
        padding: 6px 18px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .btn-default {
        font-size: 14px;
        padding: 2px 16px;
    }
}


.btn-blue {
    text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
    background-color: #c21f67;
    color: #FFFFFF;
}

.btn-blue::before {
    background-color: #9c1852;
}

.btn-blue:hover {
    border-color: #9c1852;
    background-color: #9c1852;
    color: #FFFFFF;
}

.btn-blue::before {
    background-color: #9c1852;
}

/* ######################### BUTTON END ######################### */

/* ######################### TOTOP START ######################### */
#toTop {
    color: #5bafa4;
    border: 1px solid #5bafa4;
    background-color: transparent;
}

#toTop:hover,
#toTop:active {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #5bafa4;
}

/* ######################### TOTOP END ######################### */

/* ######################### NAVBAR START ######################### */
.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-section .domainName {
    color: #FFFFFF !important;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .header-section .domainName {
        font-size: 1.1rem;
    }
}

.header-section .dropdown:hover a,
.header-section .nav-item:hover a {
    color: #5bafa4 !important;
}

.header-section .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.header-section .navbar {
    border: 0;
    border-radius: 0;
    margin: 0;
    background-color: #FFFFFF;
    min-height: auto;
    z-index: 998;
    box-shadow: 0 0 20px 0 rgba(64, 64, 64, 0.16);
    font-family: 'Encode Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
}

.header-section .navbar .navbar-header {
    position: relative;
    z-index: 5;
}

.header-section .navbar .navbar-header .navbar-brand {
    padding: 0;
    margin: 0;
}

.header-section .navbar .navbar-header .navbar-brand img {
    padding: 35px 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-section .navbar .navbar-collapse {
    padding: 0;
}

.header-section .navbar .navbar-collapse .navbar-nav li {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 28px;
}

.header-section .navbar .navbar-collapse .navbar-nav li:last-child {
    margin-right: 0;
}

.header-section .navbar .navbar-collapse .navbar-nav li img {
    margin-right: 8px;
}

.header-section .navbar .navbar-collapse .navbar-nav li a {
    color: #808080;
    padding: 0;
    line-height: 55px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-section .navbar .navbar-collapse .navbar-nav li:hover a {
    color: #313131;
    background-color: transparent;
}

.header-section .navbar .navbar-collapse .navbar-nav li.active a {
    color: #313131;
    background-color: transparent;
}

.navbar .dropdown-toggle::after {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .0em;
    content: "\f078";
    border: none;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
    min-width: 320px;
    margin: 0 0 0;
    background-color: #FFFFFF;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(46, 163, 242, 0.4);
    margin: 0 .25rem;
    padding: 0 5px;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
    margin: 0 25px;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li.active a {
    color: #5bafa4 !important;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover {
    border-bottom: 1px solid transparent;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover::before {
    width: 100%;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #5bafa4;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child {
    border-bottom: 0;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:last-child::before {
    display: none;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
    color: #808080 !important;
    line-height: 45px;
    font-weight: 600;
    text-wrap: unset;
}

.header-section .dropdown-menu > li:hover {
    background-color: transparent;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover a {
    color: #5bafa4 !important;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover .sub-dropdown {
    opacity: 1;
    right: -136%;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu .sub-dropdown {
    position: absolute;
    top: 0;
    right: -120%;
    width: 180px;
    background-color: #FFFFFF;
    opacity: 0;
    padding: 10px 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-section .navbar .navbar-collapse.collapse.show .navbar-nav li .dropdown-menu {
    box-shadow: none;
    border: none;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu.submenu li a {
    color: #616d7e !important;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu.submenu li:hover a {
    color: #5bafa4 !important;
}

.header-section .navbar-toggler {
    color: #e0e262;
    border-color: rgba(224, 226, 98, 0.8);
}

.header-section .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.header-section .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(224, 226, 98, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-section .navbar .navbar-collapse .navbar-nav li {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .header-section {
        position: relative;
    }

    .header-section .navbar-nav {
        max-height: 80vh;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 420px) {
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
        min-width: 480px;
    }

    .header-section .navbar .dropdown-menu.submenu {
        right: -50%;
    }
}

/* ######################### NAVBAR END ######################### */

/* ######################### FOOTER START ######################### */
.footer-distributed {
    background: #5bafa4;
    width: 100%;
    text-align: left;
}

.footer-distributed .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed .domainName {
    margin: 0;
    font-family: 'quicksand', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #378e46;
    background-color: #378e46;
    background-image: linear-gradient(45deg, #378e46, #e0e262);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.footer-distributed .domainName .footer-domainName-subtitle .info-span {
    color: #FFFFFF !important;
    background-color: transparent !important;
}

.footer-distributed h3 span {
    color: #5bafa4;
}

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-links a:hover {
    color: #000000;
}

.footer-distributed .footer-company-name {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-center .contact-icon-container {
    background-color: #9c1852;
    color: #ffffff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
    margin-right: 1rem;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5bafa4;
    text-decoration: none;;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #5bafa4;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links a:first-of-type:before {
    content: '';
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
}

.footer-distributed .footer-company-about .company-about-title {
    color: #ffffff;
    font-family: 'quicksand', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-distributed .footer-company-about .cfooter-company-desc {
    font-family: 'quicksand', sans-serif;
    color: #FFFFFF;
    font-size: 1rem;
    letter-spacing: .1px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-icons a .icon-span {
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}

.footer-distributed .footer-icons a .icon-span .icon-content {
    font-size: 20px;
    margin: auto;
}

.footer-distributed .footer-icons a.color-fb {
    background-color: #4267B2;
}

.footer-distributed .footer-icons a.color-tw {
    background-color: #1DA1F2;
}

.footer-distributed .footer-icons a.color-ig {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.footer-distributed .footer-icons a.color-gp {
    background-color: #db4a39;
}

.footer-distributed .author-container {
    background-color: #910041;
    color: #ffffff;
}

.footer-distributed .author-container a {
    color: #c1c1c1;
}

.footer-distributed .author-container a:hover {
    color: #5bafa4;
}

@media (min-width: 768px) {
    .footer-distributed .container {
        padding: 55px 50px;
    }
}

/* ######################### FOOTER END ######################### */

/* ######################### ckEditor Classes START ######################### */
.page-subtitle {
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    color: #5bafa4;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.info-box {
    padding: 1.2em 2em;
    border: 1px solid #378e46;
    border-left: 10px solid #378e46;
    border-radius: 5px;
    margin: 1.5em;
}

/* ######################### ckEditor Classes END ######################### */

.progress-wrap {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.75rem);
    transition: all 200ms linear, margin-right 0ms;
}

.progress-wrap.active-progress {
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    text-align: center;
    line-height: 3rem;
    font-size: 1.2rem;
    color: #c90c5f;
    left: 0;
    top: 0;
    height: 3rem;
    width: 3rem;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #c90c5f;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap:hover svg path {
    fill: #910041;
}

.progress-wrap:hover:after {
    color: #FFFFFF;
}

@media (min-width: 576px) {
    .progress-wrap.active-progress {
        opacity: 1;
    }
}

@media (min-width: 576px) {
    .progress-wrap.active-progress {
        opacity: 1;
    }
}

/* ######################### KIEMELES START ######################### */
.encirclement-span {
    position: relative;
    z-index: 1;
}

.encirclement-span:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 50%;
    bottom: -0.1em;
    width: 110%;
    height: 0.3em;
    transform: translateX(-50%);
}

.encirclement-span:after,
.encirclement-span:before {
    content: "";
    z-index: -1;
    border: 3px solid #3f78e0;
    position: absolute;
    left: 50%;
    top: 52%;
    opacity: 1;
    border-radius: 80%;
}

.encirclement-span:before {
    transform: translate(-50%, -50%) rotate(-1deg);
    border-top-width: 0;
    border-right-width: 0;
    width: 121%;
    height: 110%;
}

.encirclement-span:after {
    transform: translate(-50%, -50%) rotate(-2deg);
    border-left-width: 0;
    border-bottom-width: 0;
    width: 107%;
    height: 111%;
}

@media (max-width: 1399.98px) {
    .encirclement-span:before,
    .encirclement-span:after {
        display: none;
    }
}

/* ######################### KIEMELES END ######################### */

/* ######################## WRAPPER START ######################## */
.wrapper-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.wrapper.curved,
.wrapper.angled {
    position: relative;
}

.wrapper.curved:after,
.wrapper.curved:before,
.wrapper.angled:after,
.wrapper.angled:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    border: 0 solid transparent;
}

.wrapper.curved.lower:after {
    border-left-width: 100vw;
    border-top-width: 4rem;
    bottom: -4rem;
    z-index: 3;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
}

.wrapper.curved.lower-inverse:after {
    border-left-width: 100vw;
    border-top-width: 4rem;
    bottom: 0;
    z-index: 3;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    background-color: #E4E5EA;
}

.wrapper.bg-soft-primary.curved.lower:after {
    border-color: #E4E5EA;
}

.wrapper.angled.upper-start:before {
    border-left-color: transparent;
    border-left-width: 100vw;
    border-top-width: 4rem;
    top: -4rem;
}

.wrapper.angled.lower-start:after {
    border-left-color: transparent;
    border-left-width: 100vw;
    border-bottom-width: 4rem;
}

.wrapper.angled.upper-end:before {
    border-right-color: transparent;
    border-right-width: 100vw;
    border-top-width: 4rem;
    top: -4rem;
}

.wrapper.angled.lower-end:after {
    border-right-color: transparent;
    border-right-width: 100vw;
    border-bottom-width: 4rem;
}

.bg-soft-primary {
    background-color: #c5d4eb !important;
}

.wrapper.bg-soft-primary.angled.lower-start:after,
.wrapper.bg-soft-primary.angled.upper-start:before,
.wrapper.bg-soft-primary.angled.lower-end:after,
.wrapper.bg-soft-primary.angled.upper-end:before {
    /*border-right-color: #c5d4eb;*/
    border-left-color: #c5d4eb;
}

.wrapper.bg-soft-secondary.angled.lower-start:after,
.wrapper.bg-soft-secondary.angled.upper-start:before,
.wrapper.bg-soft-secondary.angled.lower-end:after,
.wrapper.bg-soft-secondary.angled.upper-end:before {
    border-left-color: #ffffff;
    border-right-color: #ffffff;
}

.wrapper-curved-transparent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wrapper-curved-transparent svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 65px;
}

.wrapper-curved-transparent .shape-fill-story {
    fill: #c5d4eb;
}

.wrapper-curved-transparent .shape-fill-footer {
    fill: #5bafa4;
}

/* ######################## WRAPPER END ######################## */

/* ######################## READ MORE START ######################## */
a.more {
    font-weight: 700;
    letter-spacing: -.01rem;
    display: inline-block;
    transition: all .2s ease-in-out;
    font-size: 1.75rem;
}

a.more.hover {
    position: relative;
}

a.more:hover:before {
    transform-origin: 0 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(.4, 1, .8, 1);
}

a.more::before {
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform .3s cubic-bezier(.7, 0, .2, 1);
    position: absolute;
    width: 100%;
    height: 3px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

a.more:after {
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    padding-left: 0.25rem;
    font-size: 1.3rem;
    display: inline-block;
}

/* ######################## READ MORE END ######################## */

/* ######################## SHAPE START ######################## */
.shape-dots {
    background-image: radial-gradient(#00345c 2px, transparent 2.5px);
    position: absolute;
    background-size: 0.75rem 0.75rem;
    opacity: .5;
    height: 12.5rem !important;
    width: 7rem !important;
    z-index: 1;
}

.shape-left {
    top: -2rem;
    left: -1.4rem;
}

.shape-right {
    top: -2rem;
    right: -1.4rem;
}

/* ######################## SHAPE END ######################## */

.block-separator {
    height: 15px;
    min-height: 15px;
    vertical-align: top;
    padding: 0;
    background-color: #ba5f88;
}

.widget-webshop {
    height: 650px;
    background: linear-gradient(270deg, #aec7a0 0%, rgba(38, 64, 89, 0) 40%), url(/storage/upload/pagesImg/webshop.webp) no-repeat center center;
}

.widget-webshop .widget-title {
    color: #000000;
    font-size: 3em;
    line-height: 1em;
}

.widget-webshop .btn-default {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.bezier-container {
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.avia_image {
    max-height: 920px;
    border-radius: 3px;
    display: block;
    position: relative;
    max-width: 100%;
    border-color: #e1e1e1;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.avia_image:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}