body {
    font-family: Ubuntu, sans-serif;
    height: 100vh;
}
.btn-brand {
    background: #667eea;
    border-radius: 35px;
    padding: 10px 40px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.btn-brand:hover {
    color: #667eea;
    background-color: transparent;
    border-color: #667eea;
}
.btn-brand.focus,
.btn-brand:focus {
    color: #fff;
    background-color: #667eea;
    border-color: #667eea;
    box-shadow: none;
}
.header {
    transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #464646c7;
    padding: 12px 20px;
    line-height: 1.4;
    transition: ALL 0.4s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: #9d9ea3;
}
.navbar.navbar {
    padding: 8px 0;
}
.navbar .dropdown-toggle::after {
    margin-top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: -2px;
    content: "\f107";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: #7b7f94;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    margin-right: 15px;
    font-size: 13px;
}
.navbar .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #b6b7b8;
    border-radius: 0;
}
a.navbar-brand {
    display: inline-block;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap;
    color: #6e6e78;
    font-size: 24px;
    padding: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    padding: 12px;
    margin: 18px 0;
    font-size: 1rem;
    color: #9495a5;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 15px 15px;
    clear: both;
    font-weight: 500;
    color: #6e6e78;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    line-height: 15px;
    transition: all 0.3s ease-in-out;
}
.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background-color: #ffff;
    border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
    color: #0680f2;
}
@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
    .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 17px;
    top: 25px;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 13px;
    margin-right: 0.1rem;
}
.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.mega-dropdown {
    position: unset;
}
.mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 63px;
    margin: 15px 0;
}
.mega-dropdown-menu ul {
    list-style: none;
}
.nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
}
.nav-dropitem-arrow i {
    position: absolute;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #667eea;
    text-decoration: none;
    background-color: #ffff;
    border-radius: 4px;
}
.dropdown-item:hover .nav-dropitem-arrow {
    color: #667eea;
    opacity: 1;
    margin-right: 5px;
}
.navbar .navbar-toggler,
.navbar-boxed .navbar-toggler {
    padding: 18px 8px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #0680f2;
    border-radius: 0.25rem;
    position: relative;
}
.navbar .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0;
}
.navbar
    .navbar-collapse.show
    .dropdown
    .dropdown-menu
    .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #dbdbdb;
}
.navbar-boxed
    .navbar-collapse.show
    .dropdown
    .dropdown-menu
    .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #c5c5c5;
}
.navbar-transparent
    .navbar-collapse.show
    .dropdown
    .dropdown-menu
    .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
    width: 24px;
    height: 3px;
    background-color: #0680f2;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 8px;
}
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #ccc;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 20% -80%;
    background-color: #ccc;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #aaa;
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #aaa;
}
.navbar .navbar-toggler,
.navbar-boxed .navbar-toggler {
    border: none;
}
.slider {
    height: 100vh;
    /* background: #0084ff; */
}
.slider .text h1 {
    font-size: 2.6rem;
    font-weight: 600;
    color: #464646bd;
    margin: 0;
    margin-bottom: 20px;
}
.slider .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #4646469c;
    margin-bottom: 0;
}
.slider .text .btn-color {
    border-radius: 35px;
    border: solid 1px #0acf8b;
    background: #0acf8b;
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    opacity: 0.9;
    transition: all 0.4s ease-in-out;
}
.slider .text .btn-green:hover {
    border: solid 1px #0680f2;
    color: #0680f2;
    background: 0 0;
}
.why {
    padding: 60px 0;
}
.why .heading {
    margin-bottom: 50px;
}
.why .heading span {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #797c8f;
    opacity: 0.85;
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 10px;
}
.why .heading h2 {
    font-size: 34px;
    font-weight: 600;
    color: #ffc107;
    margin: 0;
    margin-bottom: 10px;
}
.why .box {
    padding: 50px 30px;
    transition: all 0.3s ease-in-out;
}
.why .box-center {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}
.why .box span {
    font-size: 45px;
    display: inline-block;
}
.why .box .color-1 {
    color: #ff5777;
}
.why .box .color-2 {
    color: #feac0f;
}
.why .box .color-3 {
    color: #23b3f5;
}
.why .box h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #656980;
    margin-top: 20px;
    margin-bottom: 15px;
}
.why .box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #777983;
    margin-bottom: 0;
}
.why .box:hover {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}
.remember {
    padding: 120px 0;
    background: #f8f9f9;
}
.remember .text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffc61a;
    margin: 0;
    margin-bottom: 20px;
}
.text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #595f76;
    margin-bottom: 0;
}
.creative {
    padding: 120px 0;
}
.creative .text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffc107;
    margin: 0;
    margin-bottom: 20px;
}
.counter {
    padding: 120px 0;
    background: #f8f9f9;
}
.counter .box {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
}
.counter .box h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.counter .box .num-1 {
    color: #92b924;
}
.counter .box .num-2 {
    color: #f66969;
}
.counter .box .num-3 {
    color: #8943c3;
}
.counter .box .num-4 {
    color: #2fa5c9;
}
.counter .box h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    margin-top: 10px;
    color: #393939;
}
.mb-30 {
    margin-bottom: 30px;
}
.counter .text {
    padding-left: 20px;
}
.counter .text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffce3a;
    margin: 0;
    margin-bottom: 20px;
}
.testimonials {
    padding: 90px 0;
}
.testimonials .box {
    box-shadow: 0 0 20px 0 #0000000f;
    padding: 40px;
    margin: 20px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
}
.testimonials .box .stars i {
    font-size: 13px;
    color: #fcc651;
}
.testimonials .box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #797c8f;
    opacity: 0.85;
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}
.testimonials .box h2 {
    font-size: 18px;
    font-weight: 500;
    color: #17a2b8;
    margin: 0;
}
.testimonials .box span {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    color: #9295a5;
    opacity: 0.85;
    margin-bottom: 0;
}
.links {
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #f8f9f9;
}
.links a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #545664;
    margin: 0 10px;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}
footer.links a {
    line-height: 2.3;
}
footer.links p {
    line-height: 2;
}
.links a:hover {
    color: #667eea;
}
.footer {
    background: #f8f9f9;
    padding: 20px;
}
.footer p {
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #797c8f;
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader.png) center no-repeat #fff;
}
@media (max-width: 767.98px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px;
    }
    .btn-brand {
        margin-top: 20px;
    }
    .slider {
        height: auto;
        text-align: center;
        padding-top: 250px;
        padding-bottom: 200px;
    }
    .slider .text {
        margin-bottom: 40px;
    }
    .why {
        padding-bottom: 90px;
    }
    .why .box {
        margin-bottom: 30px;
    }
    .remember {
        text-align: center;
    }
    .remember .text {
        margin-top: 40px;
    }
    .creative {
        text-align: center;
    }
    .creative .text {
        margin-bottom: 40px;
    }
    .counter {
        text-align: center;
    }
    .counter .box {
        margin-bottom: 30px;
    }
    .counter .text {
        padding: 0;
    }
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px;
    }
    .btn-brand {
        margin-top: 20px;
    }
    .slider {
        height: auto;
        text-align: center;
        padding-top: 250px;
        padding-bottom: 50px;
    }
    .slider .text {
        margin-bottom: 40px;
    }
    .why {
        padding-bottom: 90px;
    }
    .why .box {
        margin-bottom: 30px;
    }
    .remember {
        text-align: center;
    }
    .remember .text {
        margin-top: 40px;
    }
    .creative {
        text-align: center;
    }
    .creative .text {
        margin-bottom: 40px;
    }
    .counter {
        text-align: center;
    }
    .counter .box {
        margin-bottom: 30px;
    }
    .counter .text {
        padding: 0;
    }
}
@media (max-width: 575.98px) {
    .about.header {
        padding: 120px 0 60px !important;
    }
    .remember.about {
        padding: 75px 0 95px !important;
    }
    .slider .text h1 {
        font-size: 2.2rem;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px;
    }
    .btn-brand {
        margin-top: 20px;
    }
    .slider {
        height: auto;
        text-align: center;
        padding-top: 250px;
        padding-bottom: 20px;
        padding-top: 150px !important;
    }
    .slider .text {
        margin-bottom: 40px;
    }
    .why {
        padding-bottom: 90px;
    }
    .why .box {
        margin-bottom: 30px;
    }
    .remember {
        text-align: center;
    }
    .remember .text {
        margin-top: 40px;
    }
    .creative {
        text-align: center;
    }
    .creative .text {
        margin-bottom: 40px;
    }
    .counter {
        text-align: center;
    }
    .counter .box {
        margin-bottom: 30px;
    }
    .counter .text {
        padding: 0;
    }
    .header.show .row > div {
        box-shadow: 0 5px 10px #0000000f;
        border-radius: 5px;
    }
    .header .row > div {
        box-shadow: 0 2px 2px #0000000f !important;
    }
    .nav-item .login {
        width: 100%;
        margin: 14px 8px;
    }
    #navbar {
        display: none;
    }
}
.navbar-brand .logo {
    font-size: 26px;
    font-weight: 600;
    margin-left: 5px;
    color: #aaa;
}
footer.links {
    padding: 12px 0;
}
.header .row > div {
    box-shadow: 0 5px 10px #19717f78;
    border-radius: 0 0 5px 5px;
    background: #fcfcfc;
}
.stars {
    color: #fcc651;
    font-size: 22px;
    text-shadow: 1px 2px 3px #0000001c;
}
/* .stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 34px;
	font-family: Times;
	line-height: 1;
}
.stars::before {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦';
	letter-spacing: 2px;
	background: linear-gradient(90deg, #fcc651 var(--percent), #fff var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
} */
.about.header {
    background: #328a98;
    padding: 160px 0 80px 0;
}
main.about {
    min-height: calc(100% - 50px);
    background: #f8f9fa;
}.kontent {
	box-shadow: 0 7px 25px 0 rgb(0 0 0 / 10%);
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 5px
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel.panel-default {
	border-radius: 5px;
	border: 2px solid #f7f7f7;
	background: #fff !important;
	box-shadow: 0 5px 15px 0px #8f8f8f1a;
}

.panel-body {
	background: #fff !important;
	padding: 10px 20px;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 15px 20px;
	font-size: 20px;
	color: #333;
}

.panel-default > .panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel-collapse {
    border-top: 1px solid #eee;
}