@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

color:#060d34;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
font-weight:400;
font-size:16px;
line-height:24px
}

a {
    transition: color 0.4s ease
}

a:hover {
    color: #2bc6eb
}

::selection {
    background: #2bc6eb;
    color: #fff
}

h1, h2 {
    margin: 0;
    font-weight: 600
}

p, a, h3, h4, h5, h6 {
    color: #060d34;
    margin: 0;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

img {
    max-width: 100%;
    object-fit: cover
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none
}

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

table {
    width: 100%
}

.form-control {
    box-shadow: none;
    outline: 0
}

.form-control:focus {
    box-shadow: none
}

.m-0 {
    margin: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.p-0 {
    padding: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pt-75 {
    padding-top: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.pt-90 {
    padding-top: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pt-95 {
    padding-top: 95px
}

.pb-95 {
    padding-bottom: 95px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-145 {
    padding-top: 145px
}

.pb-145 {
    padding-bottom: 145px
}

.pt-200 {
    padding-top: 100px
}

@media (max-width: 767px) {
    .pt-200 {
        padding-top: 120px
    }
}

.pb-200 {
    padding-bottom: 100px
}

@media (max-width: 767px) {
    .pb-200 {
        padding-bottom: 120px
    }
}

.pt-300 {
    padding-top: 300px
}

@media (max-width: 767px) {
    .pt-300 {
        padding-top: 200px
    }
}

.pb-300 {
    padding-bottom: 300px
}

@media (max-width: 767px) {
    .pb-300 {
        padding-bottom: 200px
    }
}

.clear:after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -51;
    display: none;
    background: rgba(14, 14, 14, 0.419608);
    opacity: 0
}

.overlay.show-overlay {
    display: block;
    opacity: 1;
    z-index: 99
}

.site-error:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.map-popup:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both
}

.bg, .site-error {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f1f1f1
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive .pace-progress {
    display: none
}

.pace .pace-progress {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
    z-index: 9999;
    background: #060d34
}

.pace-done .custom-loader img {
    display: none
}

.map-popup {
    width: 320px
}

.map-popup img {
    float: left;
    width: 120px
}

.map-popup .texts {
    float: right;
    width: calc(100% - 131px)
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important
}

.dc-link {
    position: relative;
    padding-bottom: 4px;
    transition: color 0.25s ease;
    display: inline-block;
    text-transform: capitalize
}

.dc-link:after {
    content: "";
    background: #1b1d1d;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute
}

.dc-link:before {
    content: "";
    background: #060d34;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.dc-link:hover {
    color: #060d34 !important
}

.dc-link:hover:before {
    width: 100%
}

.dc-link:focus {
    color: #1b1d1d
}

.dc-link:focus:hover {
    color: #060d34
}

.dc-btn {
    font-size: 16px;
    padding: 12px 36px;
    background: transparent;
    border: 1px solid #060d34;
    position: relative;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    border-radius: 24px
}

.dc-btn span {
    z-index: 2;
    position: relative;
    transition: all 0.5s ease
}

.dc-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: height 0.6s cubic-bezier(0.42, 0, 0.35, 1.09);
    background: #939598
}

.dc-btn:hover {
    border-color: #939598 !important
}

.dc-btn:hover span {
    color: #fff !important
}

.dc-btn:hover:after {
    height: 100%
}

.title {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 60px 0;
    line-height: 52px
}

.title span {
    color: #2bc6eb
}

@media (max-width: 767px) {
    .title {
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 36px
    }
}

.big-title {
    margin: 0 0 60px 0
}

.big-title h2 {
    font-size: 100px;
    line-height: 180px;
    letter-spacing: -4px;
    font-weight: 600;
    color: #112648;
}

.big-title h2 span {
    color: #939598
}

.big-title h2:nth-last-of-type(1) {
    margin-left: 100px;
    margin-top: 20px
}

@media (max-width: 768px) {
    .big-title h2 {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: .4px;
        margin-bottom: 30px;
    }

    .big-title h2:nth-last-of-type(1) {
        margin-left: 0px;
        margin-top: 0px
    }
}

.select select {
    display: none
}

.form-message-container.error_wrapper .form-message-body {
    position: fixed;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 430px;
    max-width: 99%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 60px;
    -webkit-box-shadow: -1px 0 61px -7px #000;
    -moz-box-shadow: -1px 0 61px -7px #000;
    box-shadow: -1px 0 61px -7px #000;
    -webkit-animation: alartSlideTop 0.2s;
    -moz-animation: alartSlideTop 0.2s;
    -o-animation: alartSlideTop 0.2s;
    animation: alartSlideTop 0.2s;
    z-index: 999999
}

.form-message-container .cross-popup {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    padding: 20px
}

.form-message-container.error_wrapper span {
    margin-left: 50px;
    display: block;
    position: relative
}

.form-message-container.error_wrapper span:before {
    position: absolute;
    content: "";
    width: 41px;
    height: 41px;
    top: 0;
    left: -70px;
    background-image: url(../images/static/alert-icon.png)
}

.form-message-container.error_wrapper span p {
    color: #6d6e71
}

.form-message-container.error_wrapper span ul {
    color: #000;
    list-style: none;
    margin-bottom: 40px
}

.hide.form-message-container {
    display: none !important
}

@-webkit-keyframes alartSlideTop {
    0% {
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

@-moz-keyframes alartSlideTop {
    0% {
        -moz-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

@-o-keyframes alartSlideTop {
    0% {
        -o-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0
    }

    100% {
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

@keyframes alartSlideTop {
    0% {
        -webkit-transform: translate(-50%, -70%);
        -moz-transform: translate(-50%, -70%);
        -o-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

.form-message-container.success_wrapper .form-message-body {
    position: fixed;
    z-index: 999999;
    background: #ffffff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 45px 58px;
    -webkit-box-shadow: -1px 0 61px -7px #000;
    -moz-box-shadow: -1px 0 61px -7px #000;
    box-shadow: -1px 0 61px -7px #000;
    -webkit-animation: alartSlideTop 0.2s;
    -moz-animation: alartSlideTop 0.2s;
    -o-animation: alartSlideTop 0.2s;
    animation: alartSlideTop 0.2s
}

.form-message-container.success_wrapper .form-message-body span {
    margin-bottom: 0px;
    display: block;
    margin-bottom: 0px;
    padding: 40px 32px;
    font-size: 17px
}

.form-message-container.success_wrapper .form-message-body .ok-class {
    left: 0;
    right: 0;
    margin: auto
}

.form-primary.all-text-white {
    color: #fff
}

.form-message-container .cross-popup {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    padding: 20px
}

.success_container_contact-form {
    color: #fff
}

.ok-class {
    bottom: 30px;
    left: 26%;
    border: 3px solid #6d6e71;
    width: 100px;
    text-align: center;
    height: 36px;
    line-height: 31px;
    font-weight: bold;
    color: #6d6e71;
    text-transform: uppercase;
    cursor: pointer
}

.ok-class:hover {
    background: #6d6e71;
    color: #fff
}

.form-overlay.doit {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("../images/static/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px
}

.success_wrapper_contact-form .form-message-body {
    position: relative
}

.success_wrapper_contact-form .form-message-body:after {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    height: 60px;
    width: 60px;
    background: url("../images/static/thumbs-up.svg");
    background-size: contain;
    right: 0;
    margin: auto;
    background-repeat: no-repeat
}

.form-message-container.success_wrapper .form-message-body span {
    color: #6d6e71 !important
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.831373) !important
}

.nice-select {
    height: 48px;
    line-height: 48px;
    text-transform: capitalize;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    border-color: #cecece;
    color: #656565;
    font-weight: 500
}

.nice-select:after {
    width: 5px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    transform: none;
    border: none;
    margin-top: 0;
    right: 16px;
    top: 0px;
    transition: none
}

.nice-select.open:after {
    right: 15px;
    top: 41px;
    transform: rotate(-179deg)
}

.nice-select .list {
    width: 100%;
    margin-top: 1px;
    border-radius: 0
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #060d34
}

.lg-actions .lg-next:before {
    content: "";
    background-image: url(../images/static/arrow1.svg);
    height: 40px;
    width: 25px;
    background-size: 10px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    background-position: center
}

.lg-icon {
    height: 40px;
    width: 25px
}

.lg-actions .lg-prev:after {
    content: "";
    background-image: url(../images/static/arrow2.svg);
    height: 40px;
    width: 25px;
    background-size: 10px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    background-position: center
}

.slick-slide:focus {
    outline: none
}

.slick-track {
    margin-left: 0
}

.slick-dots li button:before {
    font-size: 11px
}

.MobileTab {
    display: none
}

@media (max-width: 768px) {
    .mobile-tab {
        display: block
    }

    .tab-menus {
        display: none
    }
}

.site-error {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative
}

.site-error:after {
    background: rgba(0, 0, 0, 0.701961)
}

.site-error_content {
    color: #fff;
    z-index: 9;
    font-size: 30px
}

.site-error .promo__item__about__title {
    display: block
}

.site-error .promo__item__about__explore {
    font-size: 16px;
    color: #fff;
    text-decoration: underline
}

.sec-title {
    display: block;
    font-size: 30px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #060d34;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    /*.sec-title {
        padding-bottom: 10px
    }*/
}

.img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.hover {
    position: relative;
    overflow: hidden
}

.hover svg {
    position: relative;
    z-index: 2
}

.hover svg path {
    transition: all 0.3s ease
}

.hover:after {
    content: "";
    height: 0%;
    width: 0%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2bc6eb;
    position: absolute;
    transition: all 0.6s ease;
    margin: auto;
    border-radius: 50%
}

.hover:hover:after {
    height: 100%;
    width: 100%
}

.hover:hover path {
    fill: #fff
}

@media (min-width: 1550px) {
    .container {
        min-width: 85%
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .container {
        min-width: 90%
    }
}

.box-slide-left:after {
    background: transparent !important
}

.menu-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 150px;
    z-index: 10;
    transition: all 0.4s ease
}

@media (max-width: 991px) {
    .menu-desktop {
        display: none
    }
}

.menu-desktop__logo {
    display: flex;
    align-items: center
}

.menu-desktop__logo .logo-white {
    display: block;
    transition: all 0.4s ease
}

.menu-desktop__logo .logo-white img {
    width: 130px
}

.menu-desktop__logo .logo-colored {
    display: none;
    transition: all 0.4s ease
}

.menu-desktop__logo .logo-colored img {
    width: 130px
}

.menu-desktop.show-sticky-header {
    transition: all 0.4s ease
}

.menu-desktop.show-sticky-header .logo-white {
    display: none;
    transition: all 0.4s ease
}

.menu-desktop.show-sticky-header .logo-colored {
    display: block;
    transition: all 0.4s ease
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li {
    color: #060d34
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li a {
    color: #060d34
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li a:hover {
    color: #2bc6eb
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li.active a {
    color: #2bc6eb
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li.search svg path {
    fill: #060d34
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li.search:hover path {
    fill: #2bc6eb
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li.search form {
    background-color: #060d34
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li.search form .search-input .form-control {
    color: #ffffff
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li.search form .search-input button {
    color: #ffffff
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li.search form .search-input button:hover {
    color: #2bc6eb
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li ul li a:hover svg line {
    stroke: #2bc6eb
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li .lan .language {
    color: #060d34
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li .lan svg line {
    stroke: #060d34
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li .lan:hover .language {
    color: #2bc6eb
}

.menu-desktop.show-sticky-header .menu-desktop__menu ul li .lan:hover svg line {
    stroke: #2bc6eb
}

.menu-desktop.search-menu {
    position: unset
}

.menu-desktop.search-menu .logo-white {
    display: none;
    transition: all 0.4s ease
}

.menu-desktop.search-menu .logo-colored {
    display: block;
    transition: all 0.4s ease
}

.menu-desktop.search-menu ul li {
    color: #060d34
}

.menu-desktop.search-menu ul li a {
    color: #060d34
}

.menu-desktop.search-menu ul li a:hover {
    color: #2bc6eb
}

.menu-desktop.search-menu ul li.active a {
    color: #2bc6eb
}

.menu-desktop.search-menu ul li.search svg path {
    fill: #060d34
}

.menu-desktop.search-menu ul li.search input {
    background: #060d34;
    color: #ffffff
}

.menu-desktop .lan {
    opacity: 1;
    visibility: visible;
    position: unset;
    width: unset;
    background-color: transparent;
    box-shadow: none
}

.menu-desktop .lan .language {
    color: #ffffff;
    padding: 0 30px 0 0;
    margin: 0 !important
}

.menu-desktop .lan svg {
    right: 0
}

.menu-desktop .lan svg line {
    stroke: #ffffff
}

.menu-desktop .lan .child {
    top: 20px;
    right: 0px;
    left: unset;
    width: 140px
}

.menu-desktop .lan:hover .language {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.5)
}

.menu-desktop .lan:hover svg line {
    stroke: rgba(255, 255, 255, 0.5)
}

.menu-desktop__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

.menu-desktop__menu ul {
    display: flex
}

.menu-desktop__menu ul li {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center
}

.menu-desktop__menu ul li:not(:nth-last-child(1)) {
    margin-right: 30px
}

.menu-desktop__menu ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    /*font-weight: bold;*/
    white-space: nowrap;
    display: flex;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.menu-desktop__menu ul li a:hover {
    color: rgba(255, 255, 255, 0.5)
}

.menu-desktop__menu ul li.active a {
    color: rgba(255, 255, 255, 0.5)
}

.menu-desktop__menu ul li.active a:hover {
    color: rgba(255, 255, 255, 0.5)
}


.menu-desktop__menu ul li.search {
    cursor: pointer;
    position: relative
}

.menu-desktop__menu ul li.search svg path {
    transition: all 0.4s ease
}

.menu-desktop__menu ul li.search:hover path {
    fill: rgba(255, 255, 255, 0.5)
}

.menu-desktop__menu ul li.search form {
    position: absolute;
    top: 60px;
    right: 0;
    border: 0;
    height: 0px;
    width: 300px;
    padding: 0 10px;
    display: none;
    opacity: 0;
    z-index: 50;
    background-color: #ffffff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.menu-desktop__menu ul li.search form .search-input {
    display: flex;
    align-items: center
}

.menu-desktop__menu ul li.search form .search-input .form-control {
    width: 200px;
    height: 0px;
    padding: 8px 0;
    color: #060d34;
    background-color: transparent;
    border: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 0 0 25px;
    display: none;
    opacity: 0
}

.menu-desktop__menu ul li.search form .search-input button {
    box-shadow: none;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: fit-content;
    font-size: 12px;
    line-height: 18px;
    color: #221f1f;
    transition: color 0.3s ease 0s;
    cursor: pointer;
    margin: auto;
    padding: 8px 6px;
    margin-right: 15px
}

.menu-desktop__menu ul li.search form .search-input button:hover {
    color: #2bc6eb
}

.menu-desktop__menu ul li.search form .global-image {
    position: absolute;
    height: 15px;
    width: 15px;
    margin: 0px
}

.menu-desktop__menu ul li.search form .global-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0px
}

.menu-desktop__menu ul li ul {
    position: absolute;
    width: 270px;
    background-color: #fff;
    flex-wrap: wrap;
    padding: 30px 0;
    left: 0;
    top: 60px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.menu-desktop__menu ul li ul li {
    min-width: 100%;
    height: auto
}

.menu-desktop__menu ul li ul li a {
    color: rgba(6, 13, 52, 0.5);
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 30px;
    transition: 0.3s ease
}

.menu-desktop__menu ul li ul li a svg {
    position: absolute;
    right: 30px
}

.menu-desktop__menu ul li ul li a svg line {
    stroke: rgba(6, 13, 52, 0.5);
    transition: 0.3s ease
}

.menu-desktop__menu ul li ul li a:hover {
    margin-left: 10px;
    color: #060d34;
    transition: 0.3s ease
}

.menu-desktop__menu ul li ul li a:hover svg line {
    stroke: #060d34;
    transition: 0.3s ease
}

.menu-desktop__menu ul li ul li:not(:nth-last-child(1)) a {
    margin-bottom: 15px
}

.menu-desktop__menu ul li ul li ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    position: absolute;
    top: -33px;
    left: calc(100%)
}

.menu-desktop__menu ul li:hover>ul {
    opacity: 1;
    visibility: visible
}

.menu-mobile {
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    z-index: 99999;
    transition: all 0.5s ease
}

@media (min-width: 992px) {
    .menu-mobile {
        display: none
    }
}

.menu-mobile__bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
    position: relative
}

.menu-mobile__bar__hamburger img:nth-last-child(1) {
    display: none
}

.menu-mobile__bar__hamburger img:nth-last-child(2) {
    display: none
}

.menu-mobile__bar__logo img {
    width: 200px
}

.menu-mobile__bar__logo img:nth-last-child(1) {
    display: none
}

.menu-mobile.show-sticky-header {
    transition: all 0.4s ease
}

.menu-mobile.show-sticky-header .menu-mobile {
    background-color: #f6f6f6
}

.menu-mobile.show-sticky-header .menu-mobile__bar__logo img:nth-of-type(1) {
    display: none
}

.menu-mobile.show-sticky-header .menu-mobile__bar__logo img:nth-of-type(2) {
    display: block
}

.menu-mobile.show-sticky-header .menu-mobile__bar__hamburger img:nth-of-type(1) {
    display: none
}

.menu-mobile.show-sticky-header .menu-mobile__bar__hamburger img:nth-of-type(2) {
    display: none
}

.menu-mobile.show-sticky-header .menu-mobile__bar__hamburger img:nth-of-type(3) {
    display: block
}

.menu-mobile.search-menu {
    position: unset
}

.menu-mobile.search-menu .menu-mobile {
    background-color: #f6f6f6
}

.menu-mobile.search-menu .menu-mobile__bar__logo img:nth-of-type(1) {
    display: none
}

.menu-mobile.search-menu .menu-mobile__bar__logo img:nth-of-type(2) {
    display: block
}

.menu-mobile.search-menu .menu-mobile__bar__hamburger img:nth-of-type(1) {
    display: none
}

.menu-mobile.search-menu .menu-mobile__bar__hamburger img:nth-of-type(2) {
    display: none
}

.menu-mobile.search-menu .menu-mobile__bar__hamburger img:nth-of-type(3) {
    display: block
}

.menu-mobile__items {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 80px);
    top: 80px;
    bottom: 0;
    background-color: #f6f6f6;
    z-index: 9999;
    padding: 50px 15px 15px 15px;
    display: none;
    overflow: scroll;
    transform: translateX(100%)
}

.menu-mobile__items .dc-btn {
    width: 100%;
    background-color: #060d34;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 60px
}

.menu-mobile__items .dc-btn span {
    color: #fff;
    margin-left: 10px
}

.menu-mobile__items .dc-btn:nth-child(1) {
    margin-bottom: 30px
}

.menu-mobile__items .dc-btn.lang span {
    margin-left: 0
}

.menu-mobile__items .dc-btn.lang svg {
    margin-left: 10px
}

.menu-mobile__items .lang {
    margin-bottom: 60px;
    padding-bottom: 48px
}

.menu-mobile__items .lang .nice-select .list li {
    padding-bottom: 0;
    margin: 0
}

.menu-mobile__items .nice-select {
    color: #ffffff;
    background: #060d34;
    border: 1px solid #060d34;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-mobile__items .nice-select:after {
    content: url("../images/static/down-arrow-white.svg");
    right: calc(50% - 15px);
    top: -1px
}

.menu-mobile__items .nice-select.open:after {
    right: calc(50% - 21px);
    top: 40px;
    transform: rotate(-180deg)
}

.menu-mobile__items .current {
    color: #ffffff
}

.menu-mobile__items .nice-select:active, .menu-mobile__items .nice-select.open, .menu-mobile__items .nice-select:focus {
    color: #060d34;
    border-color: #060d34
}

.menu-mobile__items li {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #060d34;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    margin-bottom: 20px;
    display: block;
    position: relative
}

.menu-mobile__items li svg {
    position: absolute;
    right: 0;
    top: 3px
}

.menu-mobile__items li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #060d34
}

.menu-mobile__items .collapse-wrapper ul {
    padding-bottom: 20px
}

.menu-mobile__items .collapse-wrapper ul li {
    border-bottom: 0;
    margin-bottom: 15px;
    padding-bottom: 0px
}

.menu-mobile__items .collapse-wrapper ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #060d34
}

.menu-open .menu-mobile {
    background-color: #f6f6f6 !important;
    top: 0 !important
}

.menu-open .menu-mobile__bar__logo img:nth-of-type(1) {
    display: none
}

.menu-open .menu-mobile__bar__logo img:nth-of-type(2) {
    display: block
}

.menu-open .menu-mobile__bar__hamburger img:nth-of-type(1) {
    display: none
}

.menu-open .menu-mobile__bar__hamburger img:nth-of-type(2) {
    display: block
}

.menu-open .menu-mobile__bar__hamburger img:nth-of-type(3) {
    display: none
}

.menu-open .show-sticky-header .menu-mobile__bar__hamburger img:nth-of-type(1) {
    display: none
}

.menu-open .show-sticky-header .menu-mobile__bar__hamburger img:nth-of-type(2) {
    display: block
}

.menu-open .show-sticky-header .menu-mobile__bar__hamburger img:nth-of-type(3) {
    display: none
}

.menu-open .search-menu {
    position: fixed
}

.menu-open .search-menu .menu-mobile__bar__hamburger img:nth-of-type(1) {
    display: none
}

.menu-open .search-menu .menu-mobile__bar__hamburger img:nth-of-type(2) {
    display: block
}

.menu-open .search-menu .menu-mobile__bar__hamburger img:nth-of-type(3) {
    display: none
}

.footer {
    background: #f6f6f6;
    border-top: 1px solid rgba(6, 13, 52, 0.2)
}

.footer .footer-upper {
    padding-top: 120px;
    padding-bottom: 60px
}

.footer .footer-upper img {
    /*height: 40px;*/
    object-fit: unset;
    margin-bottom: 20px;
    /*margin-left: 80px;*/
}

.footer .footer-upper .social {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.footer .footer-upper .social li {
    margin: 0 20px 0 0
}

.footer .footer-upper .social li:last-child {
    margin-right: 0
}

.footer .footer-upper .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden
}

.footer .footer-upper .social li a svg path {
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.footer .footer-upper .social li a svg .social-hover {
    cy: 45px;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.footer .footer-upper .social li a:hover svg path {
    fill: #ffffff;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.footer .footer-upper .social li a:hover svg .social-hover {
    cy: 15px;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.footer .footer-upper h3 {
    /*font-size: 14px;*/
    line-height: 18px;
    font-weight: 500;
    color: rgba(6, 13, 52, 0.5);
    margin: 0 0 10px 0
}

.footer .footer-upper p a {
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
    color: #060d34
}

.footer .footer-upper p a:hover {
    color: #2bc6eb
}

.footer .footer-bottom {
    padding: 20px 0 30px 0;
    position: relative
}

.footer .footer-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: rgba(6, 13, 52, 0.5)
}

.footer .footer-bottom p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(6, 13, 52, 0.5)
}

.footer .footer-bottom p a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(6, 13, 52, 0.5)
}

.footer .footer-bottom p a:hover {
    color: #2bc6eb
}

@media (max-width: 768px) {
    .footer .footer-upper {
        padding-top: 80px;
        padding-bottom: 0
    }

    .footer .footer-upper img {
        margin: 0 0 40px 0;
        /*margin-left: 50px;*/
    }

    .footer .footer-upper .social {
        margin: 0 0 40px 0
    }

    .footer .footer-upper p {
        margin: 0 0 40px 0
    }

    .footer .footer-bottom {
        padding: 20px 0 10px 0
    }

    .footer .footer-bottom p {
        margin: 0 0 10px 0
    }
}

@media (max-width: 932px) {
    .footer .footer-upper {
        padding-top: 80px;
        padding-bottom: 0
    }

    .footer .footer-upper img {
        margin: 0 0 40px 0;
        /*margin-left: 80px;*/
    }

    .footer .footer-upper .social {
        margin: 0 0 40px 0
    }

    .footer .footer-upper p {
        margin: 0 0 40px 0
    }

    .footer .footer-bottom {
        padding: 20px 0 10px 0
    }

    .footer .footer-bottom p {
        margin: 0 0 10px 0
    }
}

.landing-menu {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.4s ease
}

@media (max-width: 991px) {
    .landing-menu {
        display: none
    }
}

.landing-menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.landing-menu__logo {
    display: flex;
    align-items: center
}

.landing-menu__logo .logo-white {
    display: block;
    transition: all 0.4s ease
}

.landing-menu__logo .logo-colored {
    display: none;
    transition: all 0.4s ease
}

.landing-menu__btn {
    display: flex;
    align-items: center
}

.landing-menu__btn a {
    color: #fff;
    font-weight: 600
}

.landing-menu__btn a:hover {
    color: #2bc6eb
}

.landing-menu__btn .dc-btn {
    border-color: #fff;
    margin-left: 40px
}

.landing-menu.show-sticky-header {
    transition: all 0.4s ease
}

.landing-menu.show-sticky-header .logo-white {
    display: none;
    transition: all 0.4s ease
}

.landing-menu.show-sticky-header .logo-colored {
    display: block;
    transition: all 0.4s ease
}

.landing-menu.show-sticky-header .landing-menu__btn a {
    color: #060d34
}

.landing-menu.show-sticky-header .landing-menu__btn .dc-btn {
    border-color: #060d34
}

.landing-banner {
    position: relative;
    display: block;
    background-color: #060d34
}

.landing-banner .container {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.landing-banner__img {
    position: relative
}

.landing-banner__text h3 {
    color: #fff;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: -2.8px
}

.landing-banner__text p {
    color: #fff;
    font-size: 20px;
    line-height: 28px
}

.landing-banner__button-group {
    margin-top: 40px
}

.landing-banner__button-group a {
    color: #fff;
    border-color: #fff
}

.landing-banner__button-group a span {
    color: #fff
}

.landing-banner__button-group a:nth-of-type(1) {
    margin-right: 40px
}

.landing-banner .social {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    bottom: 60px;
    position: absolute
}

@media (min-width: 1550px) {
    .landing-banner .social {
        bottom: 120px
    }
}

@media (max-width: 1100px) {
    .landing-banner .social {
        justify-content: flex-start;
        margin: 65px 0 40px 0;
        position: unset
    }
}

.landing-banner .social li {
    margin: 0 20px 0 0
}

.landing-banner .social li:last-child {
    margin-right: 0
}

.landing-banner .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden
}

.landing-banner .social li a svg path {
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.landing-banner .social li a svg .social-hover {
    cy: 45px;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.landing-banner .social li a:hover svg path {
    fill: #ffffff;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.landing-banner .social li a:hover svg .social-hover {
    cy: 15px;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

@media (max-width: 1100px) {
    .landing-banner {
        padding-top: 140px
    }

    .landing-banner .container {
        height: auto
    }

    .landing-banner .col-sm-6 {
        min-width: 100%
    }

    .landing-banner ul {
        position: relative;
        bottom: 0;
        justify-content: left;
        padding-left: 15px;
        margin-top: 60px
    }
}

@media (max-width: 575px) {
    .landing-banner .landing-banner__text {
        margin-top: 20px
    }

    .landing-banner .landing-banner__text h3 {
        font-size: 32px;
        line-height: 44px
    }

    .landing-banner .landing-banner__text p {
        font-size: 16px;
        line-height: 24px
    }

    .landing-banner .landing-banner__button-group a {
        padding: 12px 22px;
        font-size: 14px
    }

    .landing-banner .landing-banner__button-group a:nth-of-type(1) {
        margin-right: 20px
    }
}

@media (max-width: 380px) {
    .landing-banner a {
        margin-bottom: 20px
    }
}

.landing-features {
    background-color: #f6f6f6;
    padding-top: 100px;
    position: relative
}

.landing-features:before {
    background-color: #060d34;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 65%;
    width: 100%
}

.landing-features__single {
    background-color: #fff;
    position: relative;
    height: 100%
}

.landing-features__single__content {
    padding: 30px
}

.landing-features__single__content img {
    width: 100px;
    margin-bottom: 20px
}

.landing-features__single__content h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.landing-features__single__content p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px
}

@media (max-width: 1100px) {
    .landing-features:before {
        height: 230px
    }

    .landing-features .col-sm-3 {
        min-width: 50%;
        margin-bottom: 40px
    }

    .landing-features .landing-features__single__content img {
        margin-bottom: 50px
    }
}

.powered-by {
    background-color: #f6f6f6
}

.powered-by .big-title {
    text-align: center
}

.powered-by .big-title h2 {
    margin: 0
}

.powered-by .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 65px;
    padding-bottom: 65px;
    border-top: 1px solid rgba(6, 13, 52, 0.1);
    border-left: 1px solid rgba(6, 13, 52, 0.1)
}

.powered-by .col-md-3 img {
    width: 100px
}

.powered-by .col-md-3:nth-child(n+4) {
    border-right: 1px solid rgba(6, 13, 52, 0.1)
}

.powered-by .col-md-3:nth-last-child(1) {
    border-bottom: 1px solid rgba(6, 13, 52, 0.1)
}

.powered-by .col-md-3:nth-last-child(2) {
    border-bottom: 1px solid rgba(6, 13, 52, 0.1)
}

.powered-by .col-md-3:nth-last-child(3) {
    border-bottom: 1px solid rgba(6, 13, 52, 0.1)
}

.powered-by .col-md-3:nth-last-child(4) {
    border-bottom: 1px solid rgba(6, 13, 52, 0.1)
}

@media (max-width: 768px) {
    .powered-by .col-md-3 {
        border-right: 1px solid rgba(6, 13, 52, 0.1)
    }

    .powered-by .col-md-3:nth-last-child(3) {
        border-bottom: unset
    }

    .powered-by .col-md-3:nth-last-child(4) {
        border-bottom: unset
    }
}

.landing-cta {
    position: relative
}

.landing-cta .title {
    font-size: 56px;
    line-height: 64px;
    /*letter-spacing: -2.8px;*/
    font-weight: 800;
    color: #ffffff !important;
    margin: 0 0 40px 0
}

.landing-cta p {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 1.2em;
    text-align: justify;
}

.landing-cta img {
    filter: brightness(0.5);
}

.landing-cta .dc-btn {
    border: 1px solid #ffffff
}

.landing-cta .dc-btn span {
    color: #ffffff
}

@media (max-width: 768px) {
    .landing-cta .title {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -1.6px;
        margin: 0 0 20px 0
    }

    .landing-cta p {
        color: #ffffff;
        margin-bottom: 20px
    }
}

.home-slider {
    position: relative
}

.home-slider .home-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.home-slider .slider-btn {
    display: flex
}

.home-slider .slider-btn .left-btn {
    margin: 0 15px 0 0
}

.home-slider .slider-btn .right-btn {
    margin: 0 0 0 15px
}

.home-slider .slider-btn li {
    display: flex;
    overflow: hidden
}

.home-slider .slider-btn li svg {
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer
}

.home-slider .slider-btn li svg g circle {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-slider .slider-btn li svg g .home-btn-hover {
    cx: -28px;
    opacity: 0;
    fill: #939598;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-slider .slider-btn li svg:hover g {
    stroke: #939598
}

.home-slider .slider-btn li svg:hover g .home-btn-hover {
    cx: 28px !important;
    opacity: 1
}

.home-slider .social {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center
}

.home-slider .social li {
    margin: 0 20px 0 0
}

.home-slider .social li:last-child {
    margin-right: 0
}

.home-slider .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    overflow: hidden
}

.home-slider .social li a svg path {
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.home-slider .social li a svg .social-hover {
    cy: 45px;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.home-slider .social li a:hover svg path {
    fill: #ffffff;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.home-slider .social li a:hover svg .social-hover {
    cy: 15px;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.home-slider .init {
    margin-bottom: -8px;
    opacity: 0;
    visibility: hidden
}

.home-slider .init.slick-initialized {
    opacity: 1;
    visibility: visible
}

.home-slider__single {
    height: 100vh;
    position: relative;
    padding: 0
}

.home-slider__single .bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.home-slider__single .container {
    position: absolute;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    margin: auto;
    z-index: 2;
    bottom: 220px
}

.home-slider__single .slider-title {
    font-size: 100px;
    line-height: 100px;
    font-weight: 600;
    letter-spacing: -4px;
    color: #112648;
    margin: 0 0 20px 0
}

.home-slider__single p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    width: 80%;
    text-shadow: 1px -1px 0 #727070, -1px 6px 19px #868181, -1px 1px 0 #9f9e9e, 1px 1px 0 #979797;
}

@media (min-width: 1551px) {
    .home-slider__single p {
        width: 60%
    }
}

@media (max-width: 768px) {
    .home-slider .home-btn {
        flex-direction: column
    }

    .home-slider .slider-btn {
        margin-bottom: 55px
    }

    .home-slider__single .container {
        bottom: 320px
    }

    .home-slider__single .container .col-md-6 {
        padding: 0
    }

    .home-slider__single .slider-title {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -2.4px;
        margin: 0 0 40px 0
    }

    .home-slider__single p {
        margin: 0 0 40px 0;
        width: 100%
    }
}

@media (max-width: 932px) {
    .home-slider .home-btn {
        flex-direction: column
    }

    .home-slider .slider-btn {
        margin-bottom: 55px
    }

    .home-slider__single .container {
        bottom: 320px
    }

    .home-slider__single .container .col-md-6 {
        padding: 0
    }

    .home-slider__single .slider-title {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -2.4px;
        margin: 0 0 40px 0
    }

    .home-slider__single p {
        margin: 0 0 40px 0;
        width: 100%
    }
}

.home-about {
    margin-bottom: -65px;
    background-image: url(https://i.postimg.cc/brL0g52b/22322.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: auto;
}

.home-about .img {
    position: absolute;
    height: 60%;
    width: 97%;
    top: 60%;
    left: 50%;
    object-fit: unset;
    transform: translate(-50%, -50%);
    opacity: 30%;
    border-radius: 20px;
}

.home-about .sec-title {
    color: #ffffff;
    border-color: #ffffff;
    margin: 0 0 60px 0
}

.home-about h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 60px 0;
    color: #ffffff
}

.home-about p {
    color: #fff;
    margin: 0 0 60px 0;
    font-size: 35px;
}

.home-about__single {
    height: 100%
}

.home-about__single img {
    margin-bottom: 20px
}

.home-about__single h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0
}

.home-about__single p {
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

@media (min-width: 1550px) {
    .home-about .img {
        height: 70%
    }
}

@media (max-width: 768px) {
    .home-about .sec-title {
        margin: 0 0 40px 0;
        line-height: 1.5;
    }

    .home-about h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 40px 0
    }

    .home-about p {
        margin: 0 0 40px 0
    }

    .home-about .col-md-6:nth-last-child(1) p {
        margin: 0 !important
    }
}

.core-features {
    background: #f6f6f6
}

.core-features .sec-title {
    margin: 0 0 60px 0
}

.core-features h2 {
    margin: 0 0 60px 0
}

.core-features__single {
    background-color: #fff;
    height: 100%;
    padding: 30px
}

.core-features__single img {
    width: 100px;
    margin-bottom: 20px
}

.core-features__single h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.core-features__single p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px
}

@media (max-width: 768px) {
    .core-features .sec-title {
        margin: 0 0 40px 0
    }

    .core-features h2 {
        margin: 0 0 40px 0
    }

    .core-features__single img {
        margin-bottom: 70px
    }

    .core-features .col-md-3 {
        margin-bottom: 40px
    }

    .core-features .col-md-3:nth-last-child(1) {
        margin-bottom: 0
    }
}

.stats {
    position: relative;
    background: #f6f6f6;
    overflow: hidden
}

.stats .container-fluid {
    padding: 0
}

.stats__left-content {
    position: relative
}

.stats__left-content .image-wrapper {
    padding-top: calc(652 / 768 * 100%);
    position: relative;
    height: 100%
}

.stats__left-content .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-left: 20px;
}

.stats__left-content .text-wrapper {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 60px;
    padding-left: 0
}

.stats__left-content .text-wrapper h2 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 200;
    color: #ffffff !important;
    margin: 0
}

.stats__right-content__text-wrapper {
    height: 100%
}

.stats__right-content__text-wrapper .column-1 {
    padding: 0 15px 40px
}

.stats__right-content__text-wrapper .column-2 {
    padding: 0 15px 40px
}

.stats__right-content__text-wrapper .column-3 {
    padding: 0 15px 40px
}

.stats__right-content__text-wrapper .column-4 {
    padding: 0 15px
}

.stats__right-content__text-wrapper .counter-one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #939598;
    padding: 30px;
    height: 100%
}

.stats__right-content__text-wrapper .counter-one h3 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600;
    margin: 0 0 30px 0
}

.stats__right-content__text-wrapper .counter-one h3 span {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600
}

.stats__right-content__text-wrapper .counter-two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #060d34;
    padding: 30px;
    height: 100%
}

.stats__right-content__text-wrapper .counter-two h3 {
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 30px 0
}

.stats__right-content__text-wrapper .counter-two h3 span {
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600
}

.stats__right-content__text-wrapper .counter-two p {
    color: #ffffff
}

.stats__right-content__text-wrapper .counter-three {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    padding: 30px;
    height: 100%
}

.stats__right-content__text-wrapper .counter-three h3 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600;
    margin: 0 0 30px 0
}

.stats__right-content__text-wrapper .counter-three h3 span {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600
}

.stats__right-content__text-wrapper .counter-four {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    padding: 30px;
    height: 100%
}

.stats__right-content__text-wrapper .counter-four h3 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600;
    margin: 0 0 30px 0
}

.stats__right-content__text-wrapper .counter-four h3 span {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600
}

@media (max-width: 768px) {
    .stats__left-content .image-wrapper {
        padding-top: calc(520 / 375 * 100%)
    }

    .stats__left-content .text-wrapper {
        left: 15px;
        right: 15px;
        bottom: 60px;
        width: calc(100% - 15px)
    }

    .stats__left-content .text-wrapper h2 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -1.6px
    }

    .stats__right-content__text-wrapper .column-1 {
        padding: 20px 15px 20px
    }

    .stats__right-content__text-wrapper .column-2 {
        padding: 0 15px 20px
    }

    .stats__right-content__text-wrapper .column-3 {
        padding: 0 15px 20px
    }

    .stats__right-content__text-wrapper .column-4 {
        padding: 0 15px 0
    }

    .stats__right-content__text-wrapper .counter-one {
        padding: 30px
    }

    .stats__right-content__text-wrapper .counter-one h3 {
        margin: 0 0 20px 0
    }

    .stats__right-content__text-wrapper .counter-two {
        padding: 30px
    }

    .stats__right-content__text-wrapper .counter-two h3 {
        margin: 0 0 20px 0
    }

    .stats__right-content__text-wrapper .counter-three {
        padding: 30px
    }

    .stats__right-content__text-wrapper .counter-three h3 {
        margin: 0 0 20px 0
    }

    .stats__right-content__text-wrapper .counter-four {
        padding: 30px
    }

    .stats__right-content__text-wrapper .counter-four h3 {
        margin: 0 0 20px 0
    }
}

.usp {
    position: relative;
    overflow: hidden;
    background: #f6f6f6
}

.usp__left-content {
    padding: 0
}

.usp__left-content .image-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: calc(612 / 570 * 100%);
    margin: 0
}

.usp__left-content .image-wrapper img {
    transform: scale(1.01);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1)
}

.usp__left-content .image-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 9
}

.usp__left-content .image-wrapper .video-icon {
    overflow: unset !important;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    margin: auto
}

.usp__left-content .image-wrapper .video-icon svg {
    overflow: hidden;
    border-radius: 50%
}

.usp__left-content .image-wrapper .video-icon svg .video-hover {
    cy: 90px;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.usp__left-content .image-wrapper:hover img {
    transform: scale(1.1);
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1)
}

.usp__left-content .image-wrapper:hover .video-icon svg .video-hover {
    cy: 30px;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1)
}

.usp__right-content__text-wrapper {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.usp__right-content__text-wrapper ul {
    padding-left: 40px
}

.usp__right-content__text-wrapper ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding-left: 7px;
    counter-increment: count
}

.usp__right-content__text-wrapper ul li h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px 0
}

.usp__right-content__text-wrapper ul li:before {
    content: counter(count, upper-alpha);
    position: absolute;
    height: 28px;
    width: 28px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border: 0;
    background-color: #112648;
    border-radius: 50%;
    color: #ffffff;
    left: -40px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.usp__right-content__text-wrapper ul li:after {
    content: "";
    border-bottom: 1px solid #060d34;
    width: 110%;
    margin: 30px 0;
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: -45px;
    right: 0
}

.usp__right-content__text-wrapper ul li:nth-last-child(1):after {
    border-bottom: 0;
    margin: 0
}

@media (max-width: 768px) {
    .usp .content-row {
        flex-direction: column-reverse
    }

    .usp__left-content .image-wrapper {
        padding-top: calc(370 / 345 * 100%);
        margin: 0 0 40px
    }
}

.cta-v2 {
    background: #060d34
}

.cta-v2 .row {
    align-items: center
}

.cta-v2 .title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600;
    color: #ffffff;
    margin: 0
}

.cta-v2 .col-md-3 {
    text-align: right
}

.cta-v2 form {
    border: 0;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    padding: 0 10px;
    z-index: 50;
    background-color: #ffffff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.cta-v2 form .search-input {
    display: flex;
    align-items: center
}

.cta-v2 form .search-input .form-control {
    height: 100%;
    padding: 8px 0;
    color: #060d34;
    background-color: transparent;
    border: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 95px 0 15px
}

.cta-v2 form .search-input button {
    box-shadow: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    transition: color 0.3s ease 0s;
    cursor: pointer;
    padding: 8px 6px;
    background: #939598;
    border-radius: 25px;
    margin: 0px 15px 0 0;
    height: 100%;
    width: 100px
}

.cta-v2 form .search-input button:hover {
    color: #060d34
}

@media (max-width: 768px) {
    .cta-v2 .title {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -1.6px;
        margin: 0 0 40px 0
    }

    .cta-v2 .col-md-3 {
        text-align: left
    }
}

.home-contact .row {
    margin: 0
}

.home-contact .container-fluid {
    padding: 0
}

.home-contact__content {
    padding: 0 55px 0 0
}

.home-contact__content__wrapper {
    position: relative;
    padding-top: calc(537 / 628 * 100%);
    height: 100%
}

.home-contact__content__wrapper .modify-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.home-contact__content__wrapper__text {
    position: absolute;
    top: 70px
}

.home-contact__content__wrapper__text h2 {
    font-size: 56px;
    line-height: 64px;
    /* letter-spacing: -2.8px; */
    font-weight: 800;
    color: #ffffff !important;
    margin: 0 0 40px 0;
}

.home-contact__content__wrapper__text p {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 800;
}

.home-contact__form {
    padding-left: 0;
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 767px) {
    .home-contact__form {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.home-contact__form .form-control {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #060d34;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #060d34;
    border-radius: 0;
    padding: 0 0 10px
}

.home-contact__form .form-row {
    margin: 0;
    padding: 0
}

.home-contact__form .form-row .form-group {
    margin-bottom: 40px;
    padding: 0 15px
}

.home-contact__form .form-row .form-group input::placeholder {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(6, 13, 52, 0.5)
}

.home-contact__form .form-row .form-group textarea::placeholder {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(6, 13, 52, 0.5)
}

.home-contact__form .form-row .form-group .nice-select {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(6, 13, 52, 0.5);
    padding: 0 0 10px;
    height: unset
}

.home-contact__form .form-row .form-group .nice-select:after {
    content: url("../images/static/down-arrow-black.svg");
    right: 5px;
    font-family: ui-monospace;
    font-size: 0;
    line-height: 0;
    top: 8px
}

.home-contact__form .form-row .form-group .nice-select.open:after {
    right: 3px;
    top: 7px;
    transform: rotate(-179deg)
}

.home-contact__form .form-row .btn-section {
    display: flex;
    padding: 0 15px
}

@media (min-width: 1550px) {
    .home-contact__content {
        padding: 0 85px 0 0
    }
}

@media (max-width: 767px) {
    .home-contact__content {
        padding: 0
    }

    .home-contact__content__wrapper {
        padding-top: calc(300 / 375 * 100%)
    }

    .home-contact__content__wrapper__text h2 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -1.6px;
        margin: 0 0 20px 0
    }

    .home-contact__form {
        padding-right: 0 !important
    }
}

.home-portfolio {
    background: #f6f6f6
}

.home-portfolio__title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 60px 0;
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .home-portfolio__title {
        margin: 0 0 40px 0
    }
}

.home-portfolio__title .title {
    margin: 0
}

.home-portfolio__title .buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .home-portfolio__title .buttons {
        margin: 40px 0 0 0
    }
}

.home-portfolio__title ul {
    display: flex;
    justify-content: space-between
}

.home-portfolio__title ul .left-btn {
    margin: 0 15px 0 0;
}

.home-portfolio__title ul .right-btn {
    margin: 0 0 0 15px;
}

.home-portfolio__title ul li {
    overflow: hidden;
    display: flex
}

.home-portfolio__title ul li svg {
    cursor: pointer
}

.home-portfolio__title ul li svg g {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
    
}

.home-portfolio__title ul li svg g circle {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-portfolio__title ul li svg g line {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-portfolio__title ul li svg:hover g circle {
    cx: 28px
}

.home-portfolio__title ul li svg:hover g line {
    stroke: #ffffff
}

.home-portfolio__title .dc-btn {
    display: none;
    height: 50px
}

@media (max-width: 767px) {
    .home-portfolio__title {
        display: block
    }

    .home-portfolio__title .dc-btn {
        display: block
    }

    .home-portfolio__title .col-md-7 {
        width: 100%
    }
}

.home-portfolio .init {
    overflow: hidden;
    margin: 0 0 -8px 0
}

.home-portfolio .init .slick-list {
    width: 100%
}

.home-portfolio .init .slick-slide {
    margin-right: 30px
}

@media (max-width: 767px) {
    .home-portfolio .init .slick-list {
        padding-right: 0 !important
    }

    .home-portfolio .init .slick-slide {
        margin-right: 0
    }
}

.home-portfolio__single__inner {
    position: relative;
    padding-top: calc(420 / 370 * 100%);
    overflow: hidden
}

.home-portfolio__single__inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(6, 13, 52, 0.5);
    transition: height 0.6s ease
}

.home-portfolio__single__inner a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 5
}

.home-portfolio__single__inner img {
    z-index: 1;
    transform: scale(1.01);
    transition: transform 0.6s ease
}

.home-portfolio__single__inner p {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    margin: 40px;
    transition: all 0.6s ease
}

.home-portfolio__single__inner:hover:after {
    height: 100%;
    transition: height 0.6s ease
}

.home-portfolio__single__inner:hover img {
    transform: scale(1.1)
}

.home-portfolio__single__inner:hover p {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease
}

.home-portfolio__single__inner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-top: 1px solid #ffffff;
    margin: 20px 40px 40px 40px
}

.home-portfolio__single__inner__content h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 20px 0 5px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 84px
}

.home-portfolio__single__inner__content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.home-portfolio__single__inner__content ul li {
    font-size: 12px;
    line-height: 16px;
    list-style: disc;
    color: #ffffff;
    margin-left: 30px
}

.home-portfolio__single__inner__content ul li:nth-child(1) {
    list-style: none;
    margin-left: 0
}

@media (max-width: 767px) {
    .home-portfolio .main-btn {
        display: none
    }

    .home-portfolio__single__inner {
        padding-top: calc(420 / 345 * 100%)
    }
}

.home-service {
    background: #f6f6f6
}

.home-service__title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 60px 0;
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .home-service__title {
        margin: 0 0 40px 0
    }
}

.home-service__title .title {
    margin: 0
}

.home-service__title .buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

@media (max-width: 767px) {
    .home-service__title .buttons {
        margin: 40px 0 0 0
    }
}

.home-service__title ul {
    display: flex;
    justify-content: space-between
}

.home-service__title ul .left-btn {
    margin: 0 15px 0 0
}

.home-service__title ul .right-btn {
    margin: 0 0 0 15px
}

.home-service__title ul li {
    overflow: hidden;
    display: flex
}

.home-service__title ul li svg {
    cursor: pointer
}

.home-service__title ul li svg g {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-service__title ul li svg g circle {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-service__title ul li svg g line {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-service__title ul li svg:hover g circle {
    cx: 28px
}

.home-service__title ul li svg:hover g line {
    stroke: #ffffff
}

@media (max-width: 767px) {
    .home-service__title {
        display: block
    }

    .home-service__title .col-md-7 {
        width: 100%
    }
}

.home-service .init {
    overflow: hidden;
    margin: 0 0 -8px 0
}

.home-service .init .slick-list {
    width: 100%
}

.home-service .init .slick-slide {
    margin-right: 30px
}

@media (max-width: 767px) {
    .home-service .init .slick-list {
        padding-right: 0 !important
    }

    .home-service .init .slick-slide {
        margin-right: 0
    }
}

.home-service__single__inner {
    position: relative;
    padding-top: calc(420 / 370 * 100%);
    overflow: hidden;
    background-color: #ffffff
}

.home-service__single__inner a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 5
}

.home-service__single__inner .img-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 50%;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

.home-service__single__inner .img-wrapper img {
    transform: scale(1.01);
    transition: transform 0.6s ease
}

.home-service__single__inner svg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    transform: translate(40px, -50%)
}

.home-service__single__inner svg circle {
    transition: all 0.6s ease
}

.home-service__single__inner__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 40px 40px 20px 40px
}

.home-service__single__inner__content h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.home-service__single__inner__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.home-service__single__inner:hover img {
    transform: scale(1.1)
}

.home-service__single__inner:hover svg #Ellipse_455 {
    cy: 21px
}

@media (max-width: 768px) {
    .home-service__single__inner {
        padding-top: calc(400 / 345 * 100%)
    }

    .home-service__single__inner__content {
        margin: 30px 30px 20px 30px
    }
}

.home-our-client {
    background: #f6f6f6
}

.home-our-client__title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 60px 0;
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .home-our-client__title {
        margin: 0 0 40px 0
    }
}

.home-our-client__title .title {
    margin: 0
}

.home-our-client__title .buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

@media (max-width: 767px) {
    .home-our-client__title .buttons {
        margin: 40px 0 0 0
    }
}

.home-our-client__title ul {
    display: flex;
    justify-content: space-between
}

.home-our-client__title ul .left-btn {
    margin: 0 15px 0 0
}

.home-our-client__title ul .right-btn {
    margin: 0 0 0 15px
}

.home-our-client__title ul li {
    overflow: hidden;
    display: flex
}

.home-our-client__title ul li svg {
    cursor: pointer
}

.home-our-client__title ul li svg g {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-our-client__title ul li svg g circle {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-our-client__title ul li svg g line {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-our-client__title ul li svg:hover g circle {
    cx: 28px
}

.home-our-client__title ul li svg:hover g line {
    stroke: #ffffff
}

@media (max-width: 767px) {
    .home-our-client__title {
        display: block
    }

    .home-our-client__title .col-md-7 {
        width: 100%
    }
}

.home-our-client .init {
    overflow: hidden;
    margin: 0 0 -8px 0
}

.home-our-client .init .slick-list {
    width: 100%
}

.home-our-client .init .slick-slide {
    margin-right: 30px
}

@media (max-width: 767px) {
    .home-our-client .init .slick-list {
        padding-right: 0 !important
    }

    .home-our-client .init .slick-slide {
        margin-right: 0
    }
}

.home-our-client__single__inner {
    position: relative;
    padding-top: calc(200 / 270 * 100%);
    overflow: hidden;
    background: #ffffff
}

.home-our-client__single__inner a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 5
}

.home-our-client__single__inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: fit-content;
    width: fit-content;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease
}

.home-our-client__single__inner p {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    margin: 0 30px;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.6s ease
}

.home-our-client__single__inner:hover img {
    top: 60%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease
}

.home-our-client__single__inner:hover p {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease
}

@media (max-width: 768px) {
    .home-our-client__single__inner {
        padding-top: calc(200 / 345 * 100%)
    }
}

.home-blog {
    background: #f6f6f6
}

.home-blog__title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 60px 0;
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .home-blog__title {
        margin: 0 0 40px 0
    }
}

.home-blog__title .title {
    margin: 0
}

.home-blog__title .buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

@media (max-width: 767px) {
    .home-blog__title .buttons {
        margin: 40px 0 0 0
    }
}

.home-blog__title ul {
    display: flex;
    justify-content: space-between
}

.home-blog__title ul .left-btn {
    margin: 0 15px 0 0
}

.home-blog__title ul .right-btn {
    margin: 0 0 0 15px
}

.home-blog__title ul li {
    overflow: hidden;
    display: flex
}

.home-blog__title ul li svg {
    cursor: pointer
}

.home-blog__title ul li svg g {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-blog__title ul li svg g circle {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-blog__title ul li svg g line {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.home-blog__title ul li svg:hover g circle {
    cx: 28px
}

.home-blog__title ul li svg:hover g line {
    stroke: #ffffff
}

.home-blog__title .dc-btn {
    display: none;
    height: 50px
}

@media (max-width: 767px) {
    .home-blog__title {
        display: block
    }

    .home-blog__title .dc-btn {
        display: block
    }

    .home-blog__title .col-md-7 {
        width: 100%
    }
}

.home-blog .init {
    overflow: hidden;
    margin: 0 0 -8px 0
}

.home-blog .init .slick-list {
    width: 100%
}

.home-blog .init .slick-slide {
    margin-right: 30px
}

@media (max-width: 767px) {
    .home-blog .init .slick-list {
        padding-right: 0 !important
    }

    .home-blog .init .slick-slide {
        margin-right: 0
    }
}

.home-blog__single__inner {
    position: relative;
    padding-top: calc(420 / 370 * 100%);
    overflow: hidden
}

.home-blog__single__inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 50%;
    width: 100%;
    z-index: 1;
    background-color: #060d34;
    transition: height 0.6s ease
}

.home-blog__single__inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    transition: height 0.6s ease
}

.home-blog__single__inner a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 5
}

.home-blog__single__inner img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 50%;
    width: 100%;
    z-index: 1;
    transform: scale(1.01);
    transition: height 0.6s ease
}

.home-blog__single__inner__content-upper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 40px 40px 20px 40px
}

.home-blog__single__inner__content-upper h4 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 10px 0
}

.home-blog__single__inner__content-upper h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.home-blog__single__inner__content-lower {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    margin: 20px 40px 40px 40px;
    transition: all 0.6s ease
}

.home-blog__single__inner__content-lower p {
    color: #ffffff;
    margin: 0 0 20px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.home-blog__single__inner__content-lower span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-decoration-line: underline
}

.home-blog__single__inner:hover:after {
    height: 0;
    transition: height 0.6s ease
}

.home-blog__single__inner:hover:before {
    height: 100%;
    transition: height 0.6s ease
}

.home-blog__single__inner:hover img {
    height: 100%;
    transition: height 0.6s ease
}

.home-blog__single__inner:hover .home-blog__single__inner__content-lower {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease
}

@media (max-width: 767px) {
    .home-blog__single__inner {
        padding-top: calc(400 / 345 * 100%)
    }

    .home-blog__single__inner__content-upper {
        margin: 30px 30px 20px 30px
    }

    .home-blog__single__inner__content-lower {
        margin: 20px 30px 30px 30px
    }

    .home-blog .main-btn {
        display: none
    }
}

.testimonials {
    background: #060d34;
    position: relative
}

.testimonials .bg-img {
    position: absolute;
    height: 50%;
    width: unset;
    top: 60%;
    left: 50%;
    object-fit: unset;
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    .testimonials .bg-img {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        transform: translate(0, 0)
    }
}

.testimonials .sec-title {
    color: #ffffff;
    border-bottom: 1px solid #ffffff
}

.testimonials__title {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .testimonials__title {
        margin: 0 0 20px 0
    }
}

.testimonials__title .title {
    margin: 0;
    color: #ffffff
}

.testimonials__title .buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

@media (min-width: 768px) {
    .testimonials__title .buttons {
        display: none
    }
}

.testimonials__title ul {
    display: flex;
    margin: 40px 0 0 0
}

.testimonials__title ul .left-btn {
    margin: 0 15px 0 0
}

.testimonials__title ul .right-btn {
    margin: 0 0 0 15px
}

.testimonials__title ul li {
    display: flex;
    overflow: hidden
}

.testimonials__title ul li svg {
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer
}

.testimonials__title ul li svg g circle {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.testimonials__title ul li svg g .testimonials-btn-hover {
    cx: -28px;
    opacity: 0;
    fill: #2bc6eb;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.testimonials__title ul li svg:hover g {
    stroke: #2bc6eb
}

.testimonials__title ul li svg:hover g .testimonials-btn-hover {
    cx: 28px !important;
    opacity: 1
}

@media (max-width: 767px) {
    .testimonials__title {
        display: block
    }

    .testimonials__title .col-md-8 {
        width: 100%
    }
}

.testimonials .init {
    overflow: hidden;
    margin: 0 0 -8px 0
}

.testimonials .init .slick-list {
    width: 100%
}

.testimonials__single {
    padding-top: 20px
}

.testimonials__single .col-md-4 {
    padding-right: 0
}

.testimonials__single__img-wrapper {
    position: relative;
    padding-top: calc(370 / 370 * 100%)
}

.testimonials__single__img-wrapper .comma {
    position: absolute;
    height: 40px;
    width: 60px;
    top: 0;
    right: 0;
    object-fit: cover;
    transform: translate(50%, -50%)
}

.testimonials__single .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.testimonials__single__text p {
    color: #ffffff;
    margin: 0 0 40px;
    text-align: justify;
}

.testimonials__single__text h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff
}

.testimonials__single__text h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    margin: 0
}

.testimonials__single .slider-btn {
    display: flex;
    margin: 20px 0 0 0
}

.testimonials__single .slider-btn .left-btn {
    margin: 0 15px 0 0
}

.testimonials__single .slider-btn .right-btn {
    margin: 0 0 0 15px
}

.testimonials__single .slider-btn li {
    display: flex;
    overflow: hidden
}

.testimonials__single .slider-btn li svg {
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer
}

.testimonials__single .slider-btn li svg g circle {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.testimonials__single .slider-btn li svg g .testimonials-btn-hover {
    cx: -28px;
    opacity: 0;
    fill: #939598;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.testimonials__single .slider-btn li svg:hover g {
    stroke: #939598
}

.testimonials__single .slider-btn li svg:hover g .testimonials-btn-hover {
    cx: 28px !important;
    opacity: 1
}

@media (max-width: 768px) {
    .testimonials__single .col-md-4 {
        padding-right: 15px
    }

    .testimonials__single__img-wrapper {
        margin-bottom: 26px
    }

    .testimonials__single__img-wrapper .comma {
        height: 40px;
        width: 60px;
        transform: translate(0, -50%)
    }

    .testimonials__single .slider-btn {
        display: none
    }
}

@media (max-width: 768px) {
    .testimonials__single__img-wrapper {
        padding-top: calc(350 / 345 * 100%)
    }
}

/*mobile*/
/** {
    outline: 1px solid red; !* Temporarily outline all elements *!
}*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

    .text-one {
        font-size: 30px !important;
    }

    .text-one strong {
        font-size: 36px !important;
    }

    .new-social-list{
        margin-bottom: 30px !important;
    }
    .footer .footer-bottom{
        text-align: center;
    }
    .row.footer-upper p,
    .footer .footer-upper h3{
        text-align: center;
    }
    .stats__left-content .image-wrapper img{
        margin-left: 0;
    }

    .podcast-promo{
        padding: 38px 0 !important;
    }

    .podcast-container{
        border-radius: 0 !important;
    }

    .core-features{
        padding: 38px 0;
    }

    .landing-cta{
        padding: 100px 0;
    }

    .home-portfolio{
        padding: 38px 0;
    }

    .testimonials,
    .home-blog{
        padding: 70px 0;
    }

    .testimonials__title ul{
        margin-top: 5px !important;
    }
    .home-portfolio__title .buttons{
        margin-top: 10px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .new-social-list{
        margin-bottom: 30px !important;
    }
    .footer .footer-bottom{
        text-align: center;
    }
    .row.footer-upper p,
    .footer .footer-upper h3{
        text-align: center;
    }
    .stats__left-content .image-wrapper img{
        margin-left: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .new-social-list{
        margin-bottom: 30px !important;
    }
    .footer .footer-bottom{
        text-align: center;
    }
    .row.footer-upper p,
    .footer .footer-upper h3{
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* Styles here */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Styles here */
}

/* XXL devices (very large desktops, 1400px and up) */
@media (min-width: 1400px) {
    /* Styles here */
}


.slick-slide
{
    height: inherit !important;
}

#contact-form span{
    color: #112548 !important;
}

#contact-form{
    margin: 10px 20px;
}

/* Custom scrollbar (May 2026 redesign) — navy thumb, cyan on hover */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: transparent;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #060d34;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2bc6eb;
}












