@import "https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap";
@media (min-width: 200px) and (max-width: 1024px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        color: #fff !important;
        background: #fff;
    }
    .navbar-custom .navbar-nav {
        margin-left: 0px;
    }
    .navbar-custom .navbar-nav li.active {
        border-color: transparent;
    }
    .navbar-custom .navbar-nav li a {
        transition: all 0.4s;
        margin: 6px;
        color: #1c2f50 !important;
        padding: 6px 0;
    }
    .navbar-custom > .container {
        width: 90%;
    }
    .home-title {
        font-size: 36px;
    }
    .navbar-white .navbar-toggler {
        color: #1c2f50 !important;
    }
    .navbar-custom .navbar-nav li.active a,
    .navbar-custom .navbar-nav li a:hover,
    .navbar-custom .navbar-nav li a:active {
        color: #f58939 !important;
    }
    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .carousel-indicators {
        right: 0;
    }
    .logo .logo-light {
        display: none;
    }
    .logo .logo-dark {
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media (max-width: 768px) {
    .PageBackToWork-heading-itText {
        display: inline-block;
        font-size: 50px;
    }
}
.navbar {
    transition: all 0.5s ease;
    padding: 0;
    background-color: transparent;
    padding: 8px 0;
}
.navbar .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13.5px;
    background-color: transparent;
    padding: 28px 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus {
    color: #f58939;
}
.navbar .navbar-dark .navbar-nav .nav-link {
    color: rgba(28, 47, 80, 0.9) !important;
}
.navbar .navbar-dark .navbar-nav .nav-link:hover,
.navbar .navbar-dark .navbar-nav .nav-link:active,
.navbar .navbar-dark .navbar-nav .nav-link.active,
.navbar .navbar-dark .navbar-nav .nav-link:focus {
    color: #000 !important;
}
.navbar .navbar-toggler {
    padding: 0px;
    border: none;
    font-size: 24px;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.navbar .logo .logo-light {
    display: none;
}
.navbar .logo .logo-dark {
    display: block;
}
.nav-white .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
.nav-white .navbar-nav .nav-link:hover,
.nav-white .navbar-nav .nav-link:active,
.nav-white .navbar-nav .nav-link.active {
    color: #f58939;
}
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #f58939;
    background-color: #fff;
}
.nav-sticky.navbar {
    background: #fff!important;
    margin-top: 0px;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    padding: 0;
}
.nav-sticky .nav-link {
    color: rgba(28, 47, 80, 0.6) !important;
}
.nav-sticky .nav-link:hover,
.nav-sticky .nav-link.active,
.nav-sticky .nav-link:active {
    color: #f58939 !important;
}
.nav-sticky .nav-brand-logo .logo-dark {
    display: inline-block;
}
.nav-sticky .nav-brand-logo .logo-light {
    display: none;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
@media (max-width: 768px) {
    .navbar {
        margin-top: 0px;
    }
}
@media only screen and (min-width: 1600px) {
    .container-fluid {
        padding-right: 200px;
        padding-left: 200px;
    }
}
@media (max-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 12px 15px;
    }
    .navbar-collapse {
        max-height: 430px;
        padding: 0;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 55px;
        background: #fff;
        box-shadow: 0px 8px 8px -6px rgba(28, 47, 80, 0.08);
    }
    .navbar {
        background-color: #fff !important;
        padding: 16px 0;
    }
    .nav-sticky.navbar {
        padding: 16px 0;
    }
    .nav-white .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.8);
    }
}
textarea.form-control {
    min-height: calc(3.5em + 1.75rem + 5px);
}
body[data-layout-mode="dark"] .navbar {
    background-color: #343f4b !important;
}
body[data-layout-mode="dark"] .navbar .navbar-nav .nav-link {
    color: #fff !important;
}
body[data-layout-mode="dark"] .navbar .navbar-nav .nav-link:hover,
body[data-layout-mode="dark"] .navbar .navbar-nav .nav-link:active,
body[data-layout-mode="dark"] .navbar .navbar-nav .nav-link.active {
    color: #f58939 !important;
}
body[data-layout-mode="dark"] .navbar .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff !important;
}
body[data-layout-mode="dark"] .navbar .logo .logo-light {
    display: block !important;
}
body[data-layout-mode="dark"] .navbar .logo .logo-dark {
    display: none !important;
}
body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5) !important;
}
body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link:hover,
body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link:active,
body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link.active,
body[data-layout-mode="dark"] .navbar .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff !important;
}
body[data-layout-mode="dark"] .nav-sticky,
body[data-layout-mode="dark"].navbar {
    background-color: #303841 !important;
}
body[data-layout-mode="dark"] .nav-sticky .navbar-toggler i,
body[data-layout-mode="dark"].navbar .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff !important;
}
body[data-layout-mode="dark"] .nav-sticky .navbar-nav .nav-link,
body[data-layout-mode="dark"].navbar .navbar-nav .nav-link {
    color: #f8f9fa;
}
body[data-layout-mode="dark"] .nav-sticky .navbar-nav .nav-link:hover,
body[data-layout-mode="dark"] .nav-sticky .navbar-nav .nav-link.active,
body[data-layout-mode="dark"].navbar .navbar-nav .nav-link:hover,
body[data-layout-mode="dark"].navbar .navbar-nav .nav-link.active {
    color: #f58939;
}
body[data-layout-mode="dark"] .nav-sticky .navbar-brand,
body[data-layout-mode="dark"].navbar .navbar-brand {
    color: #f58939;
    font-weight: 600;
    font-size: 26px;
}
body[data-layout-mode="dark"] .nav-sticky .navbar-brand span,
body[data-layout-mode="dark"].navbar .navbar-brand span {
    color: #fff;
    font-weight: 800;
}
@media (max-width: 992px) {
    body[data-layout-mode="dark"] .navbar {
        background-color: #343f4b !important;
    }
    body[data-layout-mode="dark"] .navbar-collapse {
        background-color: #343f4b !important;
    }
    body[data-layout-mode="dark"] .nav-sticky .navbar-collapse {
        background-color: #303841 !important;
    }
}
.text-primary {
    color: #f58939 !important;
}
.bg-primary {
    background-color: #f58939 !important;
}
.text-secondary {
    color: #ff7f51 !important;
}
.bg-secondary {
    background-color: #ff7f51 !important;
}
.text-success {
    color: #14c5a2 !important;
}
.bg-success {
    background-color: #14c5a2 !important;
}
.text-info {
    color: #49c6e5 !important;
}
.bg-info {
    background-color: #49c6e5 !important;
}
.text-warning {
    color: #ffcd00 !important;
}
.bg-warning {
    background-color: #ffcd00 !important;
}
.text-danger {
    color: #c71f1f !important;
}
.bg-danger {
    background-color: #c71f1f !important;
}
.text-light {
    color: #fbfbff !important;
}
.bg-light {
    background-color: #fbfbff !important;
}
.text-dark {
    color: #1c2f50 !important;
}
.bg-dark {
    background-color: #1c2f50 !important;
}
.text-muted {
    color: #979797 !important;
}
.bg-muted {
    background-color: #979797 !important;
}
.text-white {
    color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-23 {
    font-size: 23px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fs-50 {
    font-size: 50px !important;
}
.fw-semibold {
    font-weight: 500;
}
.fw-bold {
    font-weight: 700;
}
.box-shadow {
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
}
.ls-1 {
    letter-spacing: 1px;
}
.bg-overlay {
    background-color: rgba(22, 36, 34, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.avatar-xs {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
}
.avatar-sm {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
}
.avatar-md {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
}
.avatar-lg {
    height: 4.5rem;
    width: 4.5rem;
}
.avatar-xl {
    height: 6rem;
    width: 6rem;
}
.avatar-xxl {
    height: 8rem;
    width: 8rem;
}
.btn-sm {
    padding: 7px 16px;
    font-size: 10px;
}
.para-width {
    max-width: 600px;
}
.modal .modal-dialog .btn-close {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.modal .modal-dialog:hover .btn-close {
    opacity: 0.5;
}
.para-width {
    max-width: 650px;
}
body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden !important;
    color: #1c2f50;
}
body.modal-open {
    padding-right: 0px !important;
}
body.modal-open .navbar {
    padding-right: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.4;
}
.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}
a {
    text-decoration: none !important;
    outline: none;
}
p {
    font-size: 16px;
    line-height: 25px;
}
html {
    scroll-padding-top: 110;
    scroll-behavior: smooth;
}
.row > * {
    position: relative;
}
hr {
    opacity: 0.15 !important;
}
@media (max-width: 768px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
        color: #fff !important;
    }
    .navbar-toggler i {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #1c2f50;
    }
    .bg-home {
        height: auto;
    }
    .nav-sticky.navbar-custom .navbar-nav li a {
        color: #fff !important;
    }
    .nav-sticky .logo {
        color: #fff !important;
    }
    .navbar-custom > .container {
        width: 90%;
    }
    .clients-img {
        display: none;
    }
}
.btn {
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s ease;
    position: relative;
}
.btn:focus {
    box-shadow: none;
}
.bg-primary {
    background-color: #f58939 !important;
}
.bg-soft-primary {
    background-color: rgba(47, 180, 174, 0.2) !important;
}
.text-primary {
    color: #f58939 !important;
}
.border-primary {
    border-color: #f58939 !important;
}
.icon-dual-primary {
    color: #f58939;
    fill: rgba(47, 180, 174, 0.2);
}
.btn-primary {
    background: #f58939 !important;
    color: #fff;
    border-color: #f58939 !important;
    border: 1px solid;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
    background: #2ba49e;
    border-color: #2ba49e;
    box-shadow: none !important;
}
.btn-outline-primary {
    color: #f58939;
    border-color: #f58939;
    border: 1px solid;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
    background: #f58939;
    border-color: #f58939;
    box-shadow: none !important;
}
.bg-secondary {
    background-color: #ff7f51 !important;
}
.bg-soft-secondary {
    background-color: rgba(255, 127, 81, 0.2) !important;
}
.text-secondary {
    color: #ff7f51 !important;
}
.border-secondary {
    border-color: #ff7f51 !important;
}
.icon-dual-secondary {
    color: #ff7f51;
    fill: rgba(255, 127, 81, 0.2);
}
.btn-secondary {
    background: #ff7f51 !important;
    color: #fff;
    border-color: #ff7f51 !important;
    border: 1px solid;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary .open > .dropdown-toggle.btn-primary {
    background: #ff703d;
    border-color: #ff703d;
    box-shadow: none !important;
}
.btn-outline-secondary {
    color: #ff7f51;
    border-color: #ff7f51;
    border: 1px solid;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary .open > .dropdown-toggle.btn-primary {
    background: #ff7f51;
    border-color: #ff7f51;
    box-shadow: none !important;
}
.bg-success {
    background-color: #14c5a2 !important;
}
.bg-soft-success {
    background-color: rgba(20, 197, 162, 0.2) !important;
}
.text-success {
    color: #14c5a2 !important;
}
.border-success {
    border-color: #14c5a2 !important;
}
.icon-dual-success {
    color: #14c5a2;
    fill: rgba(20, 197, 162, 0.2);
}
.btn-success {
    background: #14c5a2 !important;
    color: #fff;
    border-color: #14c5a2 !important;
    border: 1px solid;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
    background: #12b293;
    border-color: #12b293;
    box-shadow: none !important;
}
.btn-outline-success {
    color: #14c5a2;
    border-color: #14c5a2;
    border: 1px solid;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
    background: #14c5a2;
    border-color: #14c5a2;
    box-shadow: none !important;
}
.bg-info {
    background-color: #49c6e5 !important;
}
.bg-soft-info {
    background-color: rgba(73, 198, 229, 0.2) !important;
}
.text-info {
    color: #49c6e5 !important;
}
.border-info {
    border-color: #49c6e5 !important;
}
.icon-dual-info {
    color: #49c6e5;
    fill: rgba(73, 198, 229, 0.2);
}
.btn-info {
    background: #49c6e5 !important;
    color: #fff;
    border-color: #49c6e5 !important;
    border: 1px solid;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
    background: #37c0e2;
    border-color: #37c0e2;
    box-shadow: none !important;
}
.btn-outline-info {
    color: #49c6e5;
    border-color: #49c6e5;
    border: 1px solid;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
    background: #49c6e5;
    border-color: #49c6e5;
    box-shadow: none !important;
}
.bg-warning {
    background-color: #ffcd00 !important;
}
.bg-soft-warning {
    background-color: rgba(255, 205, 0, 0.2) !important;
}
.text-warning {
    color: #ffcd00 !important;
}
.border-warning {
    border-color: #ffcd00 !important;
}
.icon-dual-warning {
    color: #ffcd00;
    fill: rgba(255, 205, 0, 0.2);
}
.btn-warning {
    background: #ffcd00 !important;
    color: #fff;
    border-color: #ffcd00 !important;
    border: 1px solid;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
    background: #ebbd00;
    border-color: #ebbd00;
    box-shadow: none !important;
}
.btn-outline-warning {
    color: #ffcd00;
    border-color: #ffcd00;
    border: 1px solid;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
    background: #ffcd00;
    border-color: #ffcd00;
    box-shadow: none !important;
}
.bg-danger {
    background-color: #c71f1f !important;
}
.bg-soft-danger {
    background-color: rgba(199, 31, 31, 0.2) !important;
}
.text-danger {
    color: #c71f1f !important;
}
.border-danger {
    border-color: #c71f1f !important;
}
.icon-dual-danger {
    color: #c71f1f;
    fill: rgba(199, 31, 31, 0.2);
}
.btn-danger {
    background: #c71f1f !important;
    color: #fff;
    border-color: #c71f1f !important;
    border: 1px solid;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
    background: #b51c1c;
    border-color: #b51c1c;
    box-shadow: none !important;
}
.btn-outline-danger {
    color: #c71f1f;
    border-color: #c71f1f;
    border: 1px solid;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
    background: #c71f1f;
    border-color: #c71f1f;
    box-shadow: none !important;
}
.bg-dark {
    background-color: #1c2f50 !important;
}
.bg-soft-dark {
    background-color: rgba(28, 47, 80, 0.2) !important;
}
.text-dark {
    color: #1c2f50 !important;
}
.border-dark {
    border-color: #1c2f50 !important;
}
.icon-dual-dark {
    color: #1c2f50;
    fill: rgba(28, 47, 80, 0.2);
}
.btn-dark {
    background: #1c2f50 !important;
    color: #fff;
    border-color: #1c2f50 !important;
    border: 1px solid;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
    background: #172641;
    border-color: #172641;
    box-shadow: none !important;
}
.btn-outline-dark {
    color: #1c2f50;
    border-color: #1c2f50;
    border: 1px solid;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
    background: #1c2f50;
    border-color: #1c2f50;
    box-shadow: none !important;
}
.bg-cyan {
    background-color: #00e6e6 !important;
}
.bg-soft-cyan {
    background-color: rgba(0, 230, 230, 0.2) !important;
}
.text-cyan {
    color: #00e6e6 !important;
}
.border-cyan {
    border-color: #00e6e6 !important;
}
.icon-dual-cyan {
    color: #00e6e6;
    fill: rgba(0, 230, 230, 0.2);
}
.btn-cyan {
    background: #00e6e6 !important;
    color: #fff;
    border-color: #00e6e6 !important;
    border: 1px solid;
}
.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan:active,
.btn-cyan.active,
.btn-cyan.focus,
.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan .open > .dropdown-toggle.btn-primary {
    background: #00d2d2;
    border-color: #00d2d2;
    box-shadow: none !important;
}
.btn-outline-cyan {
    color: #00e6e6;
    border-color: #00e6e6;
    border: 1px solid;
}
.btn-outline-cyan:hover,
.btn-outline-cyan:focus,
.btn-outline-cyan:active,
.btn-outline-cyan.active,
.btn-outline-cyan.focus,
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan .open > .dropdown-toggle.btn-primary {
    background: #00e6e6;
    border-color: #00e6e6;
    box-shadow: none !important;
}
.bg-blue {
    background-color: #2558ab !important;
}
.bg-soft-blue {
    background-color: rgba(37, 88, 171, 0.2) !important;
}
.text-blue {
    color: #2558ab !important;
}
.border-blue {
    border-color: #2558ab !important;
}
.icon-dual-blue {
    color: #2558ab;
    fill: rgba(37, 88, 171, 0.2);
}
.btn-blue {
    background: #2558ab !important;
    color: #fff;
    border-color: #2558ab !important;
    border: 1px solid;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus,
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue .open > .dropdown-toggle.btn-primary {
    background: #214f9a;
    border-color: #214f9a;
    box-shadow: none !important;
}
.btn-outline-blue {
    color: #2558ab;
    border-color: #2558ab;
    border: 1px solid;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue .open > .dropdown-toggle.btn-primary {
    background: #2558ab;
    border-color: #2558ab;
    box-shadow: none !important;
}
.bg-muted {
    background-color: #979797 !important;
}
.bg-soft-muted {
    background-color: rgba(151, 151, 151, 0.2) !important;
}
.text-muted {
    color: #979797 !important;
}
.border-muted {
    border-color: #979797 !important;
}
.icon-dual-muted {
    color: #979797;
    fill: rgba(151, 151, 151, 0.2);
}
.btn-muted {
    background: #979797 !important;
    color: #fff;
    border-color: #979797 !important;
    border: 1px solid;
}
.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
    background: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none !important;
}
.btn-outline-muted {
    color: #979797;
    border-color: #979797;
    border: 1px solid;
}
.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
    background: #979797;
    border-color: #979797;
    box-shadow: none !important;
}
.bg-purple {
    background-color: #8060cf !important;
}
.bg-soft-purple {
    /* background-color: rgba(128, 96, 207, 0.2) !important; */
}
.text-purple {
    color: #8060cf !important;
}
.border-purple {
    border-color: #8060cf !important;
}
.icon-dual-purple {
    color: #8060cf;
    fill: rgba(128, 96, 207, 0.2);
}
.btn-purple {
    background: #8060cf !important;
    color: #fff;
    border-color: #8060cf !important;
    border: 1px solid;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.focus,
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
    background: #7350ca;
    border-color: #7350ca;
    box-shadow: none !important;
}
.btn-outline-purple {
    color: #8060cf;
    border-color: #8060cf;
    border: 1px solid;
}
.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
    background: #8060cf;
    border-color: #8060cf;
    box-shadow: none !important;
}
.bg-light {
    background-color: #fbfbff !important;
}
.bg-soft-light {
    background-color: rgba(251, 251, 255, 0.2) !important;
}
.text-light {
    color: #fbfbff !important;
}
.border-light {
    border-color: #fbfbff !important;
}
.icon-dual-light {
    color: #fbfbff;
    fill: rgba(251, 251, 255, 0.2);
}
.btn-light {
    background: #fbfbff !important;
    color: #fff;
    border-color: #fbfbff !important;
    border: 1px solid;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
    background: #e7e7ff;
    border-color: #e7e7ff;
    box-shadow: none !important;
}
.btn-outline-light {
    color: #fbfbff;
    border-color: #fbfbff;
    border: 1px solid;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
    background: #fbfbff;
    border-color: #fbfbff;
    box-shadow: none !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.text-white {
    color: #ffffff !important;
}
.border-white {
    border-color: #ffffff !important;
}
.icon-dual-white {
    color: #fff;
    fill: rgba(255, 255, 255, 0.2);
}
.btn-white {
    background: #ffffff !important;
    color: #fff;
    border-color: #ffffff !important;
    border: 1px solid;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
    background: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none !important;
}
.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
    border: 1px solid;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
    background: #fff;
    border-color: #fff;
    box-shadow: none !important;
}
.bg-pink {
    background-color: #b6317a !important;
}
.bg-soft-pink {
    background-color: rgba(182, 49, 122, 0.2) !important;
}
.text-pink {
    color: #b6317a !important;
}
.border-pink {
    border-color: #b6317a !important;
}
.icon-dual-pink {
    color: #b6317a;
    fill: rgba(182, 49, 122, 0.2);
}
.btn-pink {
    background: #b6317a !important;
    color: #fff;
    border-color: #b6317a !important;
    border: 1px solid;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.focus,
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
    background: #a62d6f;
    border-color: #a62d6f;
    box-shadow: none !important;
}
.btn-outline-pink {
    color: #b6317a;
    border-color: #b6317a;
    border: 1px solid;
}
.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
    background: #b6317a;
    border-color: #b6317a;
    box-shadow: none !important;
}
.card {
    background-color: #fff;
    border-color: #dee2e6;
    border-radius: 20px;
}
.mode-btn {
    position: fixed;
    top: 28%;
    left: 0px;
    z-index: 1021;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #f58939;
    border: 1px solid #f58939;
    font-size: 21px;
    text-align: center;
}
.mode-btn .mode-dark {
    display: block;
    transition: all 0.5s ease;
}
.mode-btn .mode-light {
    display: none;
    transition: all 0.5s ease;
}
body[data-layout-mode="dark"] #style-switcher {
    background-color: #242c34;
}
body[data-layout-mode="dark"] .mode-dark {
    display: none;
}
body[data-layout-mode="dark"] .mode-light {
    display: block;
}
body[data-layout-mode="dark"] .card {
    background-color: #283039 !important;
    border-color: #3d454e !important;
}
body[data-layout-mode="dark"] .breadcrumb {
    background-color: #242c34 !important;
    padding: 16px 20px;
    border-radius: 60px;
}
.home {
    min-height: 100vh;
    align-items: center;
    display: flex;
    background-color: rgba(37, 88, 171, 0.05);
}
.home .typewrite > .wrap {
    border-right: 0.08em solid #1c2f50;
}
.home .icon-item .social-icon {
    text-align: center;
    border-radius: 40px 40px 40px 0;
    margin: 0 6px;
}
.home .icon-item .social-icon i {
    font-size: 24px;
}
.home .icon-item .facebook,
.home .icon-item .linkedin {
    border: 1px solid #2558ab;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .facebook i,
.home .icon-item .linkedin i {
    color: #2558ab;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .facebook:hover,
.home .icon-item .linkedin:hover {
    background-color: #2558ab;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .facebook:hover i,
.home .icon-item .linkedin:hover i {
    color: #fff;
}
.home .icon-item .twitter {
    border: 1px solid #49c6e5;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .twitter i {
    color: #49c6e5;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .twitter:hover {
    background-color: #49c6e5;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .twitter:hover i {
    color: #fff;
}
.home .icon-item .instagram {
    border: 1px solid #b6317a;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .instagram i {
    color: #b6317a;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .instagram:hover {
    background-color: #b6317a;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .instagram:hover i {
    color: #fff;
}
.home .icon-item .pinterest {
    border: 1px solid #c71f1f;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .pinterest i {
    color: #c71f1f;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .pinterest:hover {
    background-color: #c71f1f;
    transition: all 0.3s ease-in-out;
}
.home .icon-item .pinterest:hover i {
    color: #fff;
}
.home .home-link {
    transition: all 0.5s ease-in-out;
}
.home .home-link .read-link {
    position: relative;
    display: inline-block;
}
.home .home-link .read-link::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 100%;
    background-color: rgba(47, 180, 174, 0.3);
    bottom: 0;
}
.home .home-link .btn-link-warning::before {
    content: "";
    background-color: rgba(255, 205, 0, 0.3);
}
.home .home-link .btn-link-denger::before {
    content: "";
    background-color: rgba(199, 31, 31, 0.3);
}
.home .home-link .btn-link-blue::before {
    content: "";
    background-color: rgba(37, 88, 171, 0.3);
}
.home .home-link .btn-link-icon {
    transition: all 0.5s ease-in-out;
}
.home .home-link:hover .btn-link-icon {
    transform: translateX(10px);
}
.home .tns-outer .tns-controls {
    position: absolute;
    bottom: 50px;
    z-index: 1;
}
.home .tns-outer .tns-controls button {
    border-radius: 50px;
    height: 35px;
    width: 35px;
    margin: 5px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    border: 2px solid rgba(151, 151, 151, 0.5);
    color: rgba(28, 47, 80, 0.5);
}
.home .tns-outer .tns-controls button.active,
.home .tns-outer .tns-controls button:active,
.home .tns-outer .tns-controls button:focus {
    height: 40px;
    width: 40px;
    background-color: #979797;
    color: #fff;
}
@media (max-width: 1200px) {
    .home {
        min-height: 100%;
        padding: 120px 0;
    }
    .home .tns-outer .tns-controls {
        bottom: 0;
    }
}
.home-2 {
    min-height: 100vh;
    align-items: center;
    display: flex;
    padding-top: 220px;
    background-color: rgba(37, 88, 171, 0.05);
}
.home-2 .welcome-text {
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    right: -10%;
    opacity: 0.1;
    z-index: 1;
}
.home-2 .welcome-text p {
    font-size: 200px;
    font-weight: 700;
}
.home-2 .watch-video .video-play-icon i {
    box-shadow: 0 0 0 0 #f58939;
    animation: pulse 2s infinite;
    font-size: 30px;
    line-height: 4rem;
}
.home-2 .home-icon {
    position: absolute;
    border: 2px solid rgba(151, 151, 151, 0.2);
    border-radius: 20px;
    padding: 10px;
    left: -8%;
    bottom: 40%;
}
.home-2 .home-icon .social-icon {
    opacity: 0.5;
}
.home-2 .home-icon .social-icon:hover {
    opacity: 1;
}
@keyframes pulse {
    50% {
        box-shadow: 0 0 0 30px rgba(132, 223, 219, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(132, 223, 219, 0);
    }
}
.home-3 {
    /* background-image: url(../images/home/home-3/bg3.png);
    background-size: cover; */
    padding: 95px 0 0 0;
}
.home-3 .hero-bg {
    height: 100vh;
    z-index: -1;
}
.home-3 .hero-bg .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(37, 88, 171, 0.05);
}
.home-3 .hero-bg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-3 .hero-bg .swiper-pagination-bullet {
    width: 8px;
    height: 30px;
    background-color: #979797 !important;
    border-radius: 5px;
}
.home-3 .hero-bg .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f58939 !important;
}
.home-3 .hero-bg .home-content,
.home-3 .hero-bg .bottom-box {
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
}
.home-3 .hero-bg .home-content .user-icon,
.home-3 .hero-bg .bottom-box .user-icon {
    background-color: #f58939;
    outline: 10px solid #f589397a;
    border-radius: 50%;
    text-align: center;
}
.home-3 .hero-bg .home-bg-image {
    border-radius: 10px;
    padding: 2px;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 50%);
    background-color: #fff;
}
.home-3 .hero-bg .home-bg-image img {
    border-radius: 10px;
}
.home-3
    .hero-bg
    .swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 40px 10px;
    display: block;
    transform: rotate(90deg);
}
.home-3 .hero-bg .hero-slider .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    background-color: #fff;
    border-radius: 5px;
}
.home-3 .pt-100 {
    padding-top: 100px;
}
.home-3 .typewrite > .wrap {
    border-right: 0.08em solid #1c2f50;
}
.home-4 {
    min-height: 100vh;
    align-items: center;
    display: flex;
    background-color: rgba(37, 88, 171, 0.05);
}
.home-4 .bg-overlay-image {
    background-position: center;
    animation: ani-bg 3s infinite alternate;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-image: url(../images/home/home-4/bg4.png);
}
@keyframes ani-bg {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(100px);
    }
}
.home-4 .my-name {
    padding: 20px 30px;
    background-color: #fff;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    top: 20%;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    left: 10%;
}
.home-4 .my-name::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 220px;
    background-color: #fff;
    bottom: -10px;
    border-radius: 20px;
    display: inline-block;
    left: 12px;
    z-index: -1;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
}
.home-4 .contact {
    position: absolute;
    top: 45%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    right: 0%;
    z-index: 999;
}
.home-4 .work {
    position: absolute;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    top: 45%;
    z-index: 999;
}
.home-4 .experience {
    position: absolute;
    padding: 20px;
    border-radius: 20px;
    bottom: 20%;
    left: 10%;
    z-index: 999;
}
.home-4 .cretifid {
    position: absolute;
    padding: 20px;
    border-radius: 20px;
    bottom: 20%;
    right: 8%;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    z-index: 999;
}
.home-4 .text {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 999;
}
.home-4 .bottom-text {
    position: absolute;
    bottom: 2%;
    right: 0%;
    z-index: 999;
}
.home-5 {
    min-height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
    background-image: url(../images/home/home-5/img-1.png);
    background-repeat: no-repeat;
}
.home-5 .rounded-image {
    display: none;
}
.home-5 .home-content .home5-slider img {
    opacity: 0.5;
    width: 120px;
    transition: all 0.5s ease-in-out;
}
.home-5 .home-content .home5-slider img:hover {
    opacity: 0.8;
}
.home-5 .my-process {
    position: absolute;
    transform: rotate(270deg);
    top: 50%;
    left: -45%;
}
.home-5 .my-process a {
    color: rgba(151, 151, 151, 0.5);
    transition: all 0.5s;
}
.home-5 .my-process a:hover {
    color: #f58939;
}
.home-6 .top-home {
    align-items: end;
    display: flex;
    position: relative;
    background-color: #fff;
}
.home-6 .bottom-item {
    background-color: #1c2f50;
    padding: 20px 0;
    position: relative;
}
.home-6 .bottom-item .video-button {
    position: absolute;
    top: -20px;
    text-align: center;
    outline: 10px solid #1c2f50;
    border-radius: 50%;
    left: 50%;
}
.home-6 .bottom-item .border-topup {
    border-left: 2px solid #f58939;
    height: 40px;
}
.home-6 .bottom-item .home6-slider .item img {
    border-radius: 20px;
}
@media (max-width: 1600px) {
    .home-5 {
        background-image: none !important;
    }
    .home-5 .rounded-image {
        display: block;
    }
    .home-5 .my-process {
        position: absolute;
        transform: rotate(270deg);
        top: 50%;
    }
    .home-2 .welcome-text {
        right: -20% !important;
        opacity: 0.05;
    }
}
@media (max-width: 1350px) {
    .home-2 .home-icon {
        display: none;
    }
}
@media (max-width: 992px) {
    .home-2 {
        padding-bottom: 0 !important;
    }
    .home-2 .welcome-text {
        right: -20% !important;
    }
    .home-2 .welcome-text p {
        font-size: 150px !important;
    }
    .home-5 .my-process {
        display: none;
    }
    .home-3 {
        padding: unset;
    }
    .btn {
        font-size:13px;
        padding:.375rem .75rem;
    }
    .home,
    .home-2,
    .home-4,
    .home-5 {
        padding: 150px 0;
    }
    .top-home {
        padding-top: 150px;
    }
    .bottom-item .border-topup {
        display: none;
    }
    .home-4 .my-name,
    .home-4 .contact,
    .home-4 .work,
    .home-4 .cretifid,
    .home-4 .text,
    .home-4 .bottom-text,
    .home-4 .experience {
        position: relative;
        left: 0;
    }
}
@media (max-width: 768px) {
    .home-2 {
        padding-bottom: 0 !important;
    }
    .home-2 .welcome-text {
        right: -35% !important;
    }
    .home-2 .welcome-text p {
        font-size: 150px !important;
    }
}
body[data-layout-mode="dark"] .home {
    background-color: #343f4b !important;
}
body[data-layout-mode="dark"] .home .home-title {
    color: #fff !important;
}
body[data-layout-mode="dark"] .home .read-link {
    color: #979797 !important;
}
body[data-layout-mode="dark"] .home .tns-outer .tns-controls button {
    background-color: #303841;
    color: #fff;
}
body[data-layout-mode="dark"] .home .tns-outer .tns-controls button.active,
body[data-layout-mode="dark"] .home .tns-outer .tns-controls button:active,
body[data-layout-mode="dark"] .home .tns-outer .tns-controls button:focus {
    background-color: #979797;
}
body[data-layout-mode="dark"] .home-2 {
    background-color: #343f4b !important;
    color: #fff !important;
}
body[data-layout-mode="dark"] .home-2 p a {
    color: #fff !important;
}
body[data-layout-mode="dark"] .home-3 {
    background-color: #303841 !important;
    color: #fff !important;
}
body[data-layout-mode="dark"] .home-3 .home-bg-image,
body[data-layout-mode="dark"] .home-3 .home-content {
    background-color: #343f4b !important;
}
body[data-layout-mode="dark"] .home-3 .home-bg-image h4,
body[data-layout-mode="dark"] .home-3 .home-content h4 {
    color: #fff !important;
}
body[data-layout-mode="dark"]
    .home-3
    .home-bg-image
    .home-title
    span:first-child,
body[data-layout-mode="dark"]
    .home-3
    .home-content
    .home-title
    span:first-child {
    color: #fff !important;
}
body[data-layout-mode="dark"]
    .home-3
    .home-bg-image
    .home-title
    span:last-child,
body[data-layout-mode="dark"]
    .home-3
    .home-content
    .home-title
    span:last-child {
    color: #f58939 !important;
}
body[data-layout-mode="dark"] .home-3 .bottom-box {
    background-color: #343f4b !important;
}
body[data-layout-mode="dark"] .home-4 {
    background-color: #343f4b !important;
}
body[data-layout-mode="dark"] .home-4 .my-name,
body[data-layout-mode="dark"] .home-4 .contact,
body[data-layout-mode="dark"] .home-4 .work,
body[data-layout-mode="dark"] .home-4 .cretifid,
body[data-layout-mode="dark"] .home-4 .experience {
    background-color: #303841 !important;
    color: #fff;
}
body[data-layout-mode="dark"] .home-4 .contact .icon i {
    color: #fff !important;
}
body[data-layout-mode="dark"] .home-4 .video-play-icon i {
    color: #fff !important;
}
body[data-layout-mode="dark"] .home-4 .bg-overlay-image {
    background-image: none !important;
}
body[data-layout-mode="dark"] .home-5 {
    background-color: #343f4b;
    color: #fff !important;
}
body[data-layout-mode="dark"] .home-6 .top-home {
    background-color: #343f4b !important;
    color: #fff;
}
body[data-layout-mode="dark"] .home-6 .top-home p {
    color: rgba(255, 255, 255, 0.5) !important;
}
body[data-layout-mode="dark"] .home-6 .bottom-item {
    background-color: #343f4b !important;
}
body[data-layout-mode="dark"] .home-6 .bottom-item .video-button {
    outline: 10px solid #343f4b !important;
}
body[data-layout-mode="dark"] .home-6 .bottom-item .video-button i {
    color: #fff !important;
}
.about-me {
    background-color: #fff;
}
.about-me .about-box {
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
}
.about-me .about-box .progress .progress-bar {
    animation: bg-change 6s linear infinite;
}
.about-me .nav-pills .nav-item .nav-link {
    color: #979797;
    margin: 0 10px;
    border-radius: 0 !important;
}
.about-me .nav-pills .nav-item .nav-link.active,
.about-me .nav-pills .nav-item .nav-link:active,
.about-me .nav-pills .nav-item .nav-link:focus {
    animation: color-change 6s linear infinite;
    border-bottom: solid 2px #ff1493;
    background-color: transparent;
}
.about-me .experience .border-left::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: rgba(151, 151, 151, 0.2);
    border-radius: 50px;
    left: 50%;
}
.about-me .experience .border-left::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    animation: bg-change 6s linear infinite;
    border-radius: 50px;
    left: 42%;
    z-index: 999;
    top: 40px;
    transform: translateY(-50%);
}
.about-me .image-round::before {
    content: "";
    position: absolute;
    height: 453px;
    width: 536px;
    animation: bg-change 6s linear infinite;
    border-radius: 13%;
    opacity: 0.5;
    left: 17px;
    /* top: 59px; */
}
.about-me .about-image {
    position: relative;
    /* top: 57px; */
}
.about-me .about-image img {
    z-index: 999;
    border-radius: 60px;
}
@keyframes color-change {
    0%,
    100% {
        border-color: #f58939;
    }
    25% {
        border-color: #2558ab;
    }
    50% {
        border-color: #c71f1f;
    }
    75% {
        border-color: #ffcd00;
    }
}
@keyframes bg-change {
    0%,
    100% {
        background-color: #f58939;
    }
    25% {
        background-color: #2558ab;
    }
    50% {
        background-color: #c71f1f;
    }
    75% {
        background-color: #ffcd00;
    }
}
@media (max-width: 760px) {
    .image-round::before {
        content: "";
        height: 400px !important;
        width: 400px !important;
    }
}
@media (max-width: 460px) {
    .image-round::before {
        content: "";
        height: 350px !important;
        width: 350px !important;
    }
}
@media (max-width: 420px) {
    .image-round::before {
        content: "";
        left: 26px !important;
        height: 300px !important;
        width: 344px !important;
    }
}
@media (max-width: 360px) {
    .image-round::before {
        content: "";
        height: 250px !important;
        width: 250px !important;
    }
}
body[data-layout-mode="dark"] .about-me {
    background-color: #303841 !important;
    color: #fff !important;
}
body[data-layout-mode="dark"] .about-me .about-box {
    background-color: rgba(52, 63, 75, 0.3);
}
.service {
    background-color: rgba(37, 88, 171, 0.05);
}
.service .info-item {
    border-radius: 20px;
    /* background-color: #fff; */
    background-image: url('/images/services/bg.jpg');
    background-size: contain;
    border: 1px solid lightgrey;
    transition: all 0.5s ease-in-out;
    height: 300px;
}
.service .info-item .avatar-sm {
    border-radius: 10px;
}
.service .info-item:hover {
    transform: translateY(-12px);
}
body[data-layout-mode="dark"] .service {
    background-color: #343f4b !important;
    color: #fff !important;
}
body[data-layout-mode="dark"] .service .info-item {
    background-color: #303841 !important;
}
.testimonial {
    background-color: rgba(37, 88, 171, 0.05);
}
.testimonial .swiper-slide {
    text-align: start;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0.5;
    background-color: transparent;
    border-radius: 30px;
    margin-top: 40px;
}
.testimonial .swiper-slide-active {
    animation: color-change 6s linear infinite;
    border: 3px solid;
    opacity: 1;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    margin-top: -30px;
    transition: all 0.5s ease-out;
}
.testimonial .user-image {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-35px, -35px);
}
.testimonial .swiper-pagination {
    bottom: 15%;
}
.testimonial .section-bottom-shape-two {
    position: absolute;
    top: -45%;
    right: 0;
}
.testimonial .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.testimonial .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
    width: 12px;
    height: 12px;
    vertical-align: middle !important;
}
.shape-1 {
    position: absolute;
    left: 10%;
    animation: translate 6s linear infinite;
}
.shape-2 {
    position: absolute;
    bottom: 10%;
    right: 20%;
    animation: translate 10s linear infinite;
}
.shape-3 {
    position: absolute;
    animation: translatescale 4s linear infinite;
    top: 10%;
    right: 30%;
}
@keyframes translate {
    0% {
        transform: translatey(0px);
    }
    20% {
        transform: translatey(50px);
    }
    60% {
        transform: rotate(-180deg);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes translatescale {
    0% {
        transform: translatey(0px);
    }
    20% {
        transform: translatey(50px);
    }
    40% {
        transform: scale(1.2);
    }
    80% {
        transform: rotate(80deg);
    }
    100% {
        transform: translatey(0px);
    }
}
@media (max-width: 1320px) {
    .testi-slider .section-bottom-shape-two {
        top: -40%;
    }
}
@media (max-width: 992px) {
    .testi-slider .section-bottom-shape-two {
        display: none;
    }
}
body[data-layout-mode="dark"] .testimonial {
    background-color: #343f4b !important;
    color: #fff !important;
}
body[data-layout-mode="dark"] .testimonial .swiper-slide .user-info h5 {
    color: #fff !important;
}
body[data-layout-mode="dark"] .testimonial .swiper-pagination-bullet-active {
    background: #fff !important;
}
.counter .counter-item {
    padding: 20px;
    background-color: rgba(37, 88, 171, 0.05);
    border-radius: 20px;
}
body[data-layout-mode="dark"] .counter {
    background-color: #303841 !important;
    color: #fff !important;
}
body[data-layout-mode="dark"] .counter .counter-item {
    background-color: #343f4b !important;
}
.pricing .nav-pills .nav-item {
    margin: 0 10px;
}
.text-orange {
    color:#f58939!important;
}
.pricing .nav-pills .nav-item .nav-link {
    color: #f58939;
    border-color: #f58939;
    border: 1px solid;
    padding: 15px;
    margin-bottom: 15px;
}
.pricing .nav-pills .nav-item .nav-link .nav-icon {
    display: none;
    transition: all 0.5s ease-in-out;
}
.pricing .nav-pills .nav-item .nav-link.active,
.pricing .nav-pills .nav-item .nav-link:active,
.pricing .nav-pills .nav-item .nav-link:focus {
    background: #1c2f50 !important;
    color: #fff;
    border-color: #1c2f50 !important;
    border: 1px solid;
    padding: 15px;
    
}
.pricing .nav-pills .nav-item .nav-link.active .nav-icon,
.pricing .nav-pills .nav-item .nav-link:active .nav-icon,
.pricing .nav-pills .nav-item .nav-link:focus .nav-icon {
    display: block;
}
.pricing .pricing-item {
    margin-top: 20px;
    transition: all 0.5s ease-in-out;
}
.pricing .pricing-item .top-bar {
    border-radius: 0 30px 0 30px;
    border: 2px solid rgba(151, 151, 151, 0.2);
    border-bottom: 2px dashed rgba(151, 151, 151, 0.2);
    transition: all 0.5s ease-in-out;
}
.pricing .pricing-item .top-bar .price-tag {
    transition: all 0.5s ease-in-out;
}
.pricing .pricing-item .bottom-bar {
    border-radius: 0px 0px 0 30px;
    border: 2px solid rgba(151, 151, 151, 0.2);
    border-top: none !important;
}
.pricing .pricing-item .bottom-bar ul li {
    color: #979797;
}
.pricing .pricing-item.active-border .top-bar {
    animation: color-change 6s linear infinite;
    border: 2px solid;
    border-bottom: 2px dashed;
}
.pricing .pricing-item.active-border .bottom-bar {
    animation: color-change 6s linear infinite;
    border: 2px solid;
    border-top: none !important;
}
.pricing .pricing-item:hover {
    transition: all 0.5s ease-in-out;
}
.pricing .pricing-item:hover .top-bar {
    background-color: #1c2f50;
    color: #fff !important;
}
.pricing .pricing-item:hover .top-bar .price-tag h2 {
    color: #fff !important;
}
body[data-layout-mode="dark"] .pricing {
    background-color: #303841 !important;
    color: #fff !important;
}
body[data-layout-mode="dark"] .pricing .nav-item button {
    background-color: #343f4b !important;
    color: #fff !important;
}
body[data-layout-mode="dark"] .pricing .pricing-item .price-tag h2 {
    color: #fff !important;
}
body[data-layout-mode="dark"] .pricing .pricing-item:hover .top-bar {
    background-color: #343f4b !important;
}
body[data-layout-mode="dark"] #clients .client-logo {
    background-color: #343f4b !important;
}
.my-work {
    background-color: rgba(37, 88, 171, 0.05);
}
.my-work .work-slider .work-image img {
    border-radius: 50px;
}
.my-work .work-slider .work-image .image-title {
    position: absolute;
    top: 0;
    color: #1c2f50;
}
.my-work .work-slider .work-image .image-title p {
    color: rgba(28, 47, 80, 0.8);
}
.my-work .tns-controls {
    bottom: 0;
}
.my-work .tns-controls button {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin: 30px 10px;
    background-color: transparent;
    border: 2px solid #f58939;
    color: #f58939;
}
body[data-layout-mode="dark"] .my-work {
    background-color: #343f4b !important;
    color: #fff !important;
}
.blog .blog-item {
    border-radius: 20px;
}
.blog .blog-item .blog-image {
    position: relative;
}
.blog .blog-item .blog-image img {
    border-radius: 20px;
}
.blog .blog-item .blog-image .blog-image-icon {
    height: 3.8rem;
    width: 3.8rem;
    line-height: 3.4rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: -15%;
    left: 10%;
    border: 4px solid #fff;
}
.blog .blog-item .blog-content a {
    color: #1c2f50 !important;
    transition: all 0.5s;
}
.blog .blog-item .blog-content a:hover {
    color: #f58939 !important;
}
body[data-layout-mode="dark"] .blog {
    background-color: #303841 !important;
    color: #fff;
}
body[data-layout-mode="dark"] .blog .blog-item {
    background-color: #343f4b;
}
body[data-layout-mode="dark"] .blog .blog-image-icon {
    border: 4px solid #303841 !important;
}
body[data-layout-mode="dark"] .blog .blog-content a {
    color: #979797 !important;
}
.contact {
    background-color: rgba(37, 88, 171, 0.05);
}
 .custom-form {
    position: relative;
    bottom: -80px;
    box-shadow: 0px 3px 10px 0px rgba(28, 47, 80, 0.08);
    padding: 40px;
    border-radius: 20px;
    background-color: #fff;
    animation: color-change 6s linear infinite;
    border-left: solid 4px #ff1493;
}
 .custom-form .contact-form {
    margin-bottom: 15px;
    box-shadow: none !important;
    height: 48px;
    padding-left: 20px;
    border: 1px solid #efefef;
    font-size: 15px;
    border-radius: 0;
    z-index: 1;
    border: none !important;
    border-bottom: 1px solid rgba(151, 151, 151, 0.5) !important;
}
 .custom-form .contact-form:focus,
 .custom-form .contact-form:active,
 .custom-form .contact-form.active {
    border-color: #f58939 !important;
}
 .custom-form ::placeholder {
    color: rgba(151, 151, 151, 0.7) !important;
}
 .custom-form .form-check-input:checked {
    background-color: #f58939;
    border-color: #f58939;
}
 .custom-form .form-check-input:focus,
 .custom-form .form-check-input:active {
    box-shadow: none !important;
}
 .custom-form .form-section {
    z-index: 1;
    position: relative;
    bottom: -100px;
}
body[data-layout-mode="dark"] .contact {
    background-color: #343f4b !important;
    color: #fff !important;
}
body[data-layout-mode="dark"] .contact .custom-form {
    background-color: #303841 !important;
}
body[data-layout-mode="dark"] .contact .custom-form .form-control {
    background-color: #303841 !important;
}
body[data-layout-mode="dark"] .contact .custom-form .form-group .form-control {
    background-color: #303841 !important;
}
.footer {
    background-color: #1c2f50;
    padding: 95px 0 32px;
}
.footer .footer-text li {
    margin: 10px 0;
}
.footer .footer-text li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    transition: all 0.5s;
}
.footer .footer-text li:hover a {
    color: #f58939;
}
.footer .linkedin-box {
    background-color: rgba(47, 180, 174, 0.1);
    padding: 20px;
    border-radius: 14px;
}
.footer .linkedin-box a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.footer .linkedin-box::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 30px;
    transform: rotate(-65deg);
    border-top: 35px solid #1e3c5a;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 50px solid transparent;
    z-index: 1;
}
.footer .linkedin-box:hover a {
    color: #f58939;
}
.footer .input-group .input-group-text {
    border: none !important;
}
.footer .icon-item .social-icon {
    border-radius: 18px 18px 18px 0;
    border: 1px dashed rgba(47, 180, 174, 0.2);
    text-align: center;
    margin: 0 5px;
    transition: all 0.5s ease-in-out;
    color: #f58939;
}
.footer .icon-item .social-icon:hover {
    background-color: #f58939;
    color: #fff;
}
.bottom-footer {
    background-color: #15233b;
}
@media (max-width: 1200px) {
    .footer .linkedin-box::before {
        bottom: -28px;
    }
}
@media (max-width: 992px) {
    .footer .linkedin-box::before {
        display: none;
    }
}
body[data-layout-mode="dark"] .footer {
    background-color: #303841 !important;
}
body[data-layout-mode="dark"] .footer .linkedin-box {
    background-color: #343f4b !important;
}
body[data-layout-mode="dark"] .footer .linkedin-box::before {
    border-top: 35px solid #343f4b;
}
body[data-layout-mode="dark"] .bottom-footer {
    background-color: #343f4b !important;
} /*# sourceMappingURL=style.min.css.map */


.breadcrumbs {
    padding: 15px 0;
    background: #1c2f50;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}
.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #8894f6;
    content: "/";
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    background: #fafbff;
    padding: 30px;
  }
  .contact .info-box i {
    font-size: 38px;
    line-height: 3rem;
    color: #4154f1;
  }
  .icon-contact{
      border-radius: 10px;
  }
  .contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
  }
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
  }
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
  }
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
  }
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #4154f1;
  }
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  .contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  .contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
  }
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
 .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
  }
   .feature-box h3 {
    font-size: 18px;
    color: #1c2f50;
    font-weight: 700;
    margin: 0;
  }
   .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
  }
   .feature-box:hover i {
    background: #1c2f50;
    color: #fff;
  }
   .feture-tabs {
    margin-top: 120px;
  }
   .feture-tabs h3 {
    color: #1c2f50;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
     .feture-tabs h3 {
      font-size: 28px;
    }
  }
   .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
  }
   .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #1c2f50;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
  }
   .feture-tabs .nav-link.active {
    color: #1c2f50;
    border-bottom: 3px solid #1c2f50;
  }
   .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #1c2f50;
  }
   .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #1c2f50;
  }
   .feature-icons {
    margin-top: 120px;
  }
   .feature-icons h3 {
    color: #1c2f50;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
  @media (max-width: 768px) {
     .feature-icons h3 {
      font-size: 28px;
    }
  }
   .feature-icons .content .icon-box {
    display: flex;
  }
   .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #1c2f50;
  }
   .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #1c2f50;
    margin-right: 15px;
  }
   .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
  }
  
  .wrap-detail{
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    padding: 31px 40px 31px;
  }
  .wrap-content a {
    color: #1c2f50 !important;
    transition: all 0.5s;
}
.wrap-content a:hover {
    color: #f58939 !important;
}
.btn-block{
    width: 100%;
}
.icon-download {
    
    line-height: 50px;
    width: 50px;
    height: 50px;
    float: right;
    margin-top: -29px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    font-size: 25px;
    background-color:#f58939;
    color: #1c2f50;
}
.icon-download:hover{
    background-color:#1c2f50;
    color: #f58939;
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 60px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  #clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
  }
  #clients .client-logo {
    padding: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
  }
  #clients .client-logo:hover img {
    transform: scale(1.2);
  }
  #clients img {
    transition: all 0.4s ease-in-out;
  }

  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
   /* button */
   /* bg button */
}
.button .link {
    font-family: "Rubik", sans-serif;
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 2px;
    color: #4c6082;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 0;
    padding-left: 10px;
    left: 0;
    line-height: auto;
    overflow: hidden;
   /*line*/
   /*arrow*/
}
.button .link:before {
    content: "";
    background-color: #1c2f50;
    width: 2px;
    height: 70%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 4px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.button .link:after {
    content: "";
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    background-color: transparent;
    position: absolute;
    border: solid 3px #1c2f50;
    border-left: 0;
    border-bottom: 0;
    top: calc(50% - 5px);
    border-radius: 2px;
    transform: translateX(-42px) rotate(45deg);
    transition: all 0.3s 0.2s ease-in-out;
}
.button:before {
    content: "";
    background-color: white;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 3px;
    transition: all 0.4s 0.3s ease-in-out;
}
.btn-visit:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
}
.btn-visit:hover .link {
    padding-left: 50px;
}
.btn-visit:hover .link:before {
    left: 17px;
    transform: rotate(90deg);
}
.btn-visit:hover .link:after {
    transform: translate(-33px) rotate(45deg);
}