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

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    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: 90px
}

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

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

@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: 100px;
    letter-spacing: -4px;
    font-weight: 600
}

.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: 60px;
        letter-spacing: -2.4px
    }

    .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: 60px
}

@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: #ffffff !important;
}

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

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

.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: white;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    height: 100%;
    display: flex;
    align-items: center
}

.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: 14px;*/
    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
    }
}

.inner-banner {
    position: relative;
    padding-top: calc(560 / 1366 * 100%)
}

.inner-banner img {
    z-index: 1
}

.inner-banner .container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 180px;
    z-index: 5
}

.inner-banner .container h1 {
    font-size: 56px;
    line-height: 64px;
    /*letter-spacing: -2.8px;*/
    font-weight: 600;
    color: #fff;
    margin: 0
}

.inner-banner .container p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin: 0
}

.inner-banner .container ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.inner-banner .container ul li {
    font-size: 12px;
    line-height: 16px;
    list-style: disc;
    color: #ffffff;
    margin-left: 26px
}

.inner-banner .container ul li:nth-child(1) {
    list-style: none;
    margin-left: 0
}

@media (max-width: 767px) {
    .inner-banner {
        padding-top: calc(560 / 375 * 100%)
    }

    .inner-banner .container h1 {
        /*font-size: 32px;*/
        /*line-height: 44px;*/
        /*letter-spacing: -1.6px;*/
        margin: 0 0 20px 0
    }
}

.portfolio-tab {
    background: #f6f6f6
}

.portfolio-tab .mobile_nav {
    display: none
}

.portfolio-tab .nice-select {
    color: #ffffff;
    background: #060d34;
    border: 1px solid #060d34;
    border-radius: 30px
}

.portfolio-tab .nice-select:after {
    content: url("../images/static/down-arrow-white.svg");
    right: 35px;
    top: -1px
}

.portfolio-tab .nice-select.open:after {
    right: 28px;
    top: 40px;
    transform: rotate(-180deg)
}

.portfolio-tab .current {
    color: #ffffff
}

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

.portfolio-tab .nav-tabs {
    border: 0
}

.portfolio-tab .nav-link:hover {
    border: 0
}

.portfolio-tab .nav-link:focus {
    border: 0
}

.portfolio-tab .nav-link.active {
    color: #ffffff !important;
    background: #060d34 !important
}

.portfolio-tab .nav-link.active span {
    color: #ffffff !important
}

.portfolio-tab .nav-fill .nav-item {
    position: relative;
    flex: 0 0 auto;
    text-align: center;
    display: inline;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #060d34;
    background: transparent;
    padding: 12px 36px;
    margin: 0 30px 30px 0;
    border-radius: 35px;
    border: 1px solid #060d34 !important;
    transition: all 0.3s ease;
    overflow: hidden;
    display: inline-block
}

.portfolio-tab .nav-fill .nav-item span {
    z-index: 2;
    position: relative;
    color: #060d34;
    transition: all 0.5s ease
}

.portfolio-tab .nav-fill .nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    margin: 0 30px 0 0;
    background: #939598;
    color: #ffffff;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.portfolio-tab .nav-fill .nav-item:hover {
    border: 1px solid #939598 !important;
    transition: all 0.3s ease
}

.portfolio-tab .nav-fill .nav-item:hover span {
    color: #ffffff
}

.portfolio-tab .nav-fill .nav-item:hover:after {
    height: 100%;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

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

    .portfolio-tab .mobile_nav {
        display: block
    }

    .portfolio-tab .desktop_tab {
        display: none
    }

    .portfolio-tab .tab-content {
        padding: 0 0 !important;
        clear: both
    }
}

.portfolio {
    background: #f6f6f6
}

.portfolio__single {
    padding-bottom: 30px
}

.portfolio__single:nth-last-child(1) {
    padding-bottom: 0
}

.portfolio__single:nth-last-child(2) {
    padding-bottom: 0
}

.portfolio__single:nth-last-child(3) {
    padding-bottom: 0
}

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

.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
}

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

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

.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
}

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

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

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

.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
}

.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
}

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

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

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

@media (max-width: 991px) {
    .portfolio__single:nth-last-child(3) {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .portfolio__single:nth-last-child(2) {
        padding-bottom: 30px
    }

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

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

.blog {
    background: #f6f6f6
}

.blog__single {
    padding-bottom: 30px
}

.blog__single:nth-last-child(1) {
    padding-bottom: 0
}

.blog__single:nth-last-child(2) {
    padding-bottom: 0
}

.blog__single:nth-last-child(3) {
    padding-bottom: 0
}

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

.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
}

.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
}

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

.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
}

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

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

.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
}

.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
}

.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
}

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

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

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

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

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

@media (max-width: 991px) {
    .blog__single:nth-last-child(3) {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .blog {
        padding-top: 60px
    }

    .blog__single:nth-last-child(2) {
        padding-bottom: 30px
    }

    .blog__single__inner {
        position: relative;
        padding-top: calc(400 / 345 * 100%)
    }
}

.service {
    background: #f6f6f6
}

.service__single {
    padding-bottom: 30px
}

.service__single:nth-last-child(1) {
    padding-bottom: 0
}

.service__single:nth-last-child(2) {
    padding-bottom: 0
}

.service__single:nth-last-child(3) {
    padding-bottom: 0
}

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

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

.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
}

.service__single__inner .img-wrapper img {
    height: 100%;
    width: 100%;
    transform: scale(1.01);
    transition: transform 0.6s ease
}

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

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

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

.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
}

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

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

.service__single__inner:hover svg #Ellipse_453 {
    cy: 21px
}

@media (max-width: 991px) {
    .service__single:nth-last-child(3) {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .service__single:nth-last-child(2) {
        padding-bottom: 30px
    }
}

.our-client__single {
    background-color: #ffffff
}

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

.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
}

.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
}

.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
}

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

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

.team {
    background: #f6f6f6
}

.team__single {
    padding-bottom: 30px
}

.team__single:nth-last-child(1) {
    padding-bottom: 0
}

.team__single:nth-last-child(2) {
    padding-bottom: 0
}

.team__single:nth-last-child(3) {
    padding-bottom: 0
}

.team__single__inner {
    position: relative;
    overflow: hidden
}

.team__single__inner .img-wrapper {
    position: relative;
    padding-top: calc(320 / 270 * 100%);
    overflow: hidden
}

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

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

.team__single__inner__content h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 20px 0 0 0
}

.team__single__inner__content h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0
}

.team__single__inner:hover img {
    transform: scale(1.1);
    transition: transform 0.6s ease
}

@media (max-width: 991px) {
    .team__single:nth-last-child(3) {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .team__single:nth-last-child(2) {
        padding-bottom: 30px
    }

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

.testimonials {
    background: #f6f6f6
}

.testimonials__single {
    padding-bottom: 30px
}

.testimonials__single:nth-last-child(1) {
    padding-bottom: 0
}

.testimonials__single:nth-last-child(2) {
    padding-bottom: 0
}

.testimonials__single:nth-last-child(3) {
    padding-bottom: 0
}

.testimonials__single__wrapper {
    background: #ffffff;
    padding: 40px
}

.testimonials__single__wrapper h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0
}

.testimonials__single__wrapper h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0
}

.testimonials__single__wrapper p {
    overflow: hidden;
    margin-bottom: 20px
}

.testimonials__single__wrapper .more {
    display: none
}

.testimonials__single__wrapper a {
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1)
}

.testimonials__single__wrapper a svg {
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    width: 40px
}

.testimonials__single__wrapper a svg .hover-init-btn {
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    cy: 80px;
    opacity: 0;
    visibility: hidden
}

.testimonials__single__wrapper a svg g {
    transform: translate(15px, 15px)
}

.testimonials__single__wrapper a svg line {
    stroke: #ffffff;
    transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1)
}

.testimonials__single__wrapper a svg:hover .hover-init-btn {
    cy: 20px;
    opacity: 1;
    visibility: visible;
    fill: #2bc6eb
}

.testimonials__single__wrapper a svg:hover .hover-init-btn path, .testimonials__single__wrapper a svg:hover .hover-init-btn line {
    stroke: #ffffff
}

@media (max-width: 991px) {
    .testimonials__single:nth-last-child(3) {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .testimonials__single:nth-last-child(2) {
        padding-bottom: 30px
    }

    .testimonials__single__wrapper {
        padding: 40px 30px
    }

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

.about {
    background-color: #060d34;
    position: relative;
    overflow: hidden
}

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

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

.about h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    /*margin: 0 0 60px 0;*/
    color: #ffffff;
    text-align: justify;
    margin-top: 10px;
}

.about p {
    color: #ffffff;
    margin: 0 0 60px 0
}

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

.about .dc-btn span {
    color: #ffffff
}

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

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

    .about h2 {
        margin: 0 0 40px 0
    }

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

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

.our-team {
    background: #f6f6f6
}

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

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

.our-team__title .title {
    margin: 0
}

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

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

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

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

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

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

.our-team__title ul li svg {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

.our-team .init .slick-slide {
    padding: 0 15px
}

.our-team .init .slick-list {
    width: calc(100% + 30px);
    margin: 0 -15px
}

.our-team .init .slick-slide {
    padding: 0 15px
}

.our-team__single__inner {
    position: relative;
    overflow: hidden
}

.our-team__single__inner .img-wrapper {
    position: relative;
    padding-top: calc(320 / 270 * 100%);
    overflow: hidden
}

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

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

.our-team__single__inner__content h3 {
    font-size: 23px;
    /*line-height: 20px;*/
    font-weight: 600;
    margin: 20px 0 0 0
}

.our-team__single__inner__content h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0
}

.our-team__single__inner:hover img {
    transform: scale(1.1);
    transition: transform 0.6s ease
}

@media (max-width: 767px) {
    .our-team__single__inner .img-wrapper {
        padding-top: calc(400 / 345 * 100%)
    }
}

.mission {
    background: #f6f6f6
}

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

.mission p {
    color: #ffffff;
    margin: 0;
    text-align: justify;
}

.mission__text {
    background: #060d34;
    padding: 82px 40px;
    margin: 0 0 30px 0;
    height: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.mission__text:nth-last-child(1) {
    margin: 0
}

.mission__img-wrapper {
    position: relative;
    padding-top: calc(570 / 570 * 100%);
    height: 100%
}

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

    .mission .col-md-6 {
        padding: 0
    }

    .mission h2 {
        font-size: 24px;
        line-height: 32px
    }

    .mission__img-wrapper {
        padding-top: calc(375 / 375 * 100%);
        margin-bottom: 30px
    }
}

.ceo {
    background: #060d34
}

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

.ceo__img-wrapper {
    position: relative;
    padding-top: calc(570 / 430 * 100%)
}

.ceo__img-wrapper img {
    border-radius: 4px;
}

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

.ceo h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 40px
}

.ceo p {
    color: #ffffff;
    margin: 0 0 40px
}

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

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

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

    .ceo__img-wrapper {
        margin-bottom: 40px
    }

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

.corporates {
    background: #f6f6f6
}

.corporates .init {
    margin-bottom: -7px
}

.corporates__img-wrapper {
    position: relative;
    padding-top: calc(520 / 670 * 100%)
}

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

.corporates__text__single .paging_info {
    line-height: 20px;
    font-weight: 600;
    margin: 0
}

.corporates__text__single h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    margin: 20px 0
}

.corporates .slider-btn {
    display: flex
}

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

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

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

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

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

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

.corporates .slider-btn li svg:hover g {
    stroke: #2bc6eb
}

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

@media (min-width: 768px) {
    .corporates .mobile-btn {
        display: none
    }
}

@media (max-width: 767px) {
    .corporates .row:nth-child(2) {
        flex-direction: column-reverse
    }

    .corporates .sec-title {
        margin-bottom: 40px
    }

    .corporates__img-wrapper {
        padding-top: calc(270 / 345 * 100%);
        margin-bottom: 40px
    }

    .corporates .mobile-btn {
        margin-bottom: 40px
    }

    .corporates .desktop-btn {
        display: none
    }
}

.gallery-tab {
    background: #f6f6f6
}

.gallery-tab .mobile_nav {
    display: none
}

.gallery-tab .nice-select {
    color: #ffffff;
    background: #060d34;
    border: 1px solid #060d34;
    border-radius: 30px
}

.gallery-tab .nice-select:after {
    content: url("../images/static/down-arrow-white.svg");
    right: 35px;
    top: -1px
}

.gallery-tab .nice-select.open:after {
    right: 28px;
    top: 40px;
    transform: rotate(-180deg)
}

.gallery-tab .current {
    color: #ffffff
}

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

.gallery-tab .nav-tabs {
    border: 0
}

.gallery-tab .nav-link:hover {
    border: 0
}

.gallery-tab .nav-link:focus {
    border: 0
}

.gallery-tab .nav-link.active {
    color: #ffffff !important;
    background: #060d34 !important
}

.gallery-tab .nav-link.active span {
    color: #ffffff !important
}

.gallery-tab .nav-fill .nav-item {
    position: relative;
    flex: 0 0 auto;
    text-align: center;
    display: inline;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #060d34;
    background: transparent;
    padding: 12px 36px;
    margin: 0 30px 0 0;
    border-radius: 35px;
    border: 1px solid #060d34 !important;
    transition: all 0.3s ease;
    overflow: hidden;
    display: inline-block
}

.gallery-tab .nav-fill .nav-item span {
    z-index: 2;
    position: relative;
    color: #060d34;
    transition: all 0.5s ease
}

.gallery-tab .nav-fill .nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    margin: 0 30px 0 0;
    background: #2bc6eb;
    color: #ffffff;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.gallery-tab .nav-fill .nav-item:hover {
    border: 1px solid #2bc6eb !important;
    transition: all 0.3s ease
}

.gallery-tab .nav-fill .nav-item:hover span {
    color: #ffffff
}

.gallery-tab .nav-fill .nav-item:hover:after {
    height: 100%;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

@media (max-width: 767px) {
    .gallery-tab {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .gallery-tab .mobile_nav {
        display: block
    }

    .gallery-tab .desktop_tab {
        display: none
    }

    .gallery-tab .tab-content {
        padding: 0 0 !important;
        clear: both
    }
}

.gallery {
    background: #f6f6f6
}

.gallery__single {
    padding-bottom: 30px
}

.gallery__single:nth-last-child(1) {
    padding-bottom: 0
}

.gallery__single:nth-last-child(2) {
    padding-bottom: 0
}

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

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

.gallery__single__inner a:nth-child(n+2) {
    display: none
}

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

.gallery__single__inner:hover img {
    transform: scale(1.1)
}

.gallery__single__inner:hover svg .video-icon-hover {
    cy: 40px;
    transition: all 0.6s ease
}

.gallery__single__inner svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 50%
}

.gallery__single__inner svg .video-icon-hover {
    cy: 120px;
    transition: all 0.6s ease
}

.gallery__single__inner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 20px 40px 40px 40px
}

.gallery__single__inner__content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0
}

.gallery__single__inner__content ul li {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff
}

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

@media (max-width: 767px) {
    .gallery__single:nth-last-child(2) {
        padding-bottom: 30px
    }

    .gallery__single__inner {
        padding-top: calc(250 / 345 * 100%)
    }
}

.accordion {
    background: #f6f6f6
}

.accordion .big-title {
    margin: 0 0 40px
}

.accordion__single {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.accordion__single:last-of-type {
    margin-bottom: 0
}

.accordion__single:first-child .accordion__single__content {
    display: block
}

.accordion__single__title {
    padding: 20px 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #060d34
}

.accordion__single__title h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #060d34;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
    cursor: pointer;
    overflow: hidden
}

.accordion__single__title svg {
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    min-height: 28px;
    min-width: 28px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.accordion__single__title svg .hover-init-btn {
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
    opacity: 0;
    visibility: hidden
}

.accordion__single__title svg g {
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.accordion__single__title svg line {
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.accordion__single__title:hover svg .hover-init-btn {
    cx: 14px;
    opacity: 1;
    visibility: visible
}

.accordion__single__content {
    display: none;
    margin: 40px 0
}

.accordion__single__content h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 20px 0
}

.accordion__single__content p {
    margin: 0 0 40px 0;
    text-align: justify;
}

.accordion__single__content ul {
    margin: 0 0 40px 0
}

.accordion__single__content ul li {
    position: relative;
    padding-left: 6px;
    counter-increment: count;
    margin: 0 0 0px 40px
}

.accordion__single__content 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: #2bc6eb;
    border-radius: 50%;
    color: #ffffff;
    left: -40px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.accordion__single__content ul li:after {
    content: "";
    border-bottom: 1px solid #060d34;
    width: 104%;
    margin: 20px 0;
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: -45px;
    right: 0
}

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

.accordion__single__content .apply-btn {
    display: flex;
    margin: 40px 0 0 0
}

.accordion__single.expand .accordion__single__title {
    border-bottom: 1px solid #2bc6eb
}

.accordion__single.expand .accordion__single__title h4 {
    color: #939598
}

.accordion__single.expand .accordion__single__title svg {
    transform: rotate(180deg)
}

.accordion__single.expand .accordion__single__title svg .main-btn {
    fill: #939598
}

.accordion__single.expand .accordion__single__title svg .hover-init-btn {
    fill: #060d34;
    cx: 42px
}

.accordion__single.expand .accordion__single__title:hover svg .hover-init-btn {
    cx: 14px
}

.accordion__single.open .accordion__single__content {
    display: block
}

.accordion__single.open .accordion__single__title {
    border-bottom: 1px solid #2bc6eb
}

.accordion__single.open .accordion__single__title h4 {
    color: #2bc6eb
}

.accordion__single.open .accordion__single__title svg {
    transform: rotate(180deg)
}

.accordion__single.open .accordion__single__title svg .main-btn {
    fill: #2bc6eb
}

.accordion__single.open .accordion__single__title svg .hover-init-btn {
    fill: #060d34;
    cx: 42px
}

.accordion__single.open .accordion__single__title:hover svg .hover-init-btn {
    cx: 14px
}

.hr-philosophy {
    background: #f6f6f6
}

.hr-philosophy .sec-title {
    margin: 0 0 60px 0
}

.hr-philosophy h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin: 5px 0 60px 0;
    text-align: justify;
}

.hr-philosophy h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 20px 0
}

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

    .hr-philosophy h2 {
        margin: 0 0 40px 0
    }

    .hr-philosophy p {
        margin: 0 0 40px 0
    }

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

.portfolio-social {
    background: #060d34;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 99
}

@media (min-width: 768px) {
    .portfolio-social {
        display: none
    }
}

.portfolio-social__social {
    display: flex;
    align-items: center
}

.portfolio-social__social p {
    font-weight: 600;
    color: #2bc6eb;
    margin: 0 20px 0 0
}

.portfolio-social__social__social_list {
    display: flex
}

.portfolio-social__social__social_list li {
    margin: 0 20px 0 0
}

.portfolio-social__social__social_list li:last-child {
    margin-right: 0
}

.portfolio-social__social__social_list 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
}

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

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

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

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

.portfolio-details {
    background: #f6f6f6
}

@media (max-width: 767px) {
    .portfolio-details {
        padding-top: 60px
    }
}

.portfolio-details .left-content {
    border-bottom: 1px solid #060d34
}

.portfolio-details .upper-text {
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    padding-bottom: 40px;
    margin-bottom: 40px
}

.portfolio-details h3 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px
}

.portfolio-details h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 40px
}

.portfolio-details h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px
}

.portfolio-details p {
    margin-bottom: 40px;
    text-align: justify;
}

.portfolio-details table {
    margin-bottom: 40px
}

.portfolio-details table tr {
    border-bottom: 1px solid #060d34
}

.portfolio-details table tr:nth-last-child(1) {
    border-bottom: 0
}

.portfolio-details table tr:nth-last-child(1) td {
    padding-bottom: 0
}

.portfolio-details table tr th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2bc6eb;
    padding: 0 0 20px 0
}

.portfolio-details table tr td {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0
}

.portfolio-details h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

.portfolio-details .gallery {
    margin: 0 0 10px 0
}

.portfolio-details .gallery .img-wrapper {
    position: relative;
    padding-top: calc(270 / 303 * 100%);
    margin: 0 0 30px 0
}

.portfolio-details .gallery a {
    z-index: 2
}

.portfolio-details .video .video-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: calc(545 / 970 * 100%);
    margin: 0
}

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

.portfolio-details .video .video-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
}

.portfolio-details .video .video-wrapper .video-icon svg {
    overflow: hidden;
    border-radius: 50%
}

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

.portfolio-details .video .video-wrapper:hover .video-icon svg .video-hover {
    cy: 30px;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.portfolio-details .counter {
    margin: 40px 0
}

.portfolio-details .counter h3 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    margin: 0 0 10px 0
}

.portfolio-details .counter p {
    margin: 0
}

.portfolio-details__social {
    position: sticky;
    top: 100px
}

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

.portfolio-details__social p {
    font-weight: 600;
    color: #2bc6eb;
    margin-bottom: 20px
}

.portfolio-details__social__social_list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column
}

.portfolio-details__social__social_list li {
    margin: 0 0 20px 0
}

.portfolio-details__social__social_list li:last-child {
    margin-right: 0
}

.portfolio-details__social__social_list 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
}

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

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

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

.portfolio-details__social__social_list 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: 767px) {
    .portfolio-details {
        padding-bottom: 120px
    }

    .portfolio-details .upper-text {
        padding-bottom: 20px
    }

    .portfolio-details h3 {
        margin-bottom: 5px
    }

    .portfolio-details h4 {
        margin-bottom: 20px
    }

    .portfolio-details h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .portfolio-details .gallery .img-wrapper {
        position: relative;
        padding-top: calc(300 / 345 * 100%);
        margin: 0 0 20px 0
    }

    .portfolio-details .video {
        margin-bottom: 40px
    }

    .portfolio-details .video .video-wrapper {
        padding-top: calc(370 / 345 * 100%)
    }

    .portfolio-details .counter {
        margin: 0 0 20px 0
    }

    .portfolio-details .counter:nth-last-child(1) {
        margin-bottom: 40px
    }
}

.related-portfolio {
    background: #f6f6f6
}

.related-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) {
    .related-portfolio__title {
        margin: 0 0 40px 0
    }
}

.related-portfolio__title .title {
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.related-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
}

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

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

.related-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
}

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

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

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

.related-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
}

.related-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
}

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

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

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

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

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

.related-blog {
    background: #f6f6f6
}

.related-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) {
    .related-blog__title {
        margin: 0 0 40px 0
    }
}

.related-blog__title .title {
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.related-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
}

.related-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
}

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

.related-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
}

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

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

.related-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
}

.related-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
}

.related-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
}

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

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

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

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

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

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

.overview {
    background: #f6f6f6
}

.overview .container {
    position: relative
}

.overview .sec-title {
    margin: 0 0 60px 0
}

.overview h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 60px 0
}

.overview h4 {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -4px;
    font-weight: 600;
    margin: 0 0 10px 0
}

.overview p {
    margin: 0 0 60px 0
}

.overview .details .col-md-6:nth-last-child(1) p {
    margin-bottom: 0
}

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

    .overview h2 {
        margin: 0 0 40px 0
    }

    .overview p {
        margin: 0 0 40px 0
    }

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

.software-development {
    background: #f6f6f6
}

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

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

.software-development__title .title {
    margin: 0
}

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

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

.software-development__title ul {
    display: flex;
    justify-content: space-between
}

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

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

.software-development__title ul li {
    overflow: hidden;
    display: flex
}

.software-development__title ul li svg {
    cursor: pointer
}

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

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

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

.software-development__title ul li svg:hover g circle {
    cx: 28px
}

.software-development__title ul li svg:hover g line {
    stroke: #ffffff
}

.software-development__title .dc-btn {
    display: none;
    height: 50px
}

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

    .software-development__title .dc-btn {
        display: block
    }

    .software-development__title .col-md-7 {
        width: 100%
    }
}

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

.software-development .init .slick-list {
    width: 100%
}

.software-development .init .slick-slide {
    margin-right: 30px
}

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

    .software-development .init .slick-slide {
        margin-right: 0
    }
}

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

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

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

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

.software-development__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;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical
}

.software-development__single__inner:hover:after {
    height: 100%;
    transition: height 0.6s ease
}

.software-development__single__inner:hover img {
    transform: scale(1.1)
}

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

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

.software-development__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
}

.software-development__single__inner__content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

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

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

@media (max-width: 1200px) {
    .software-development__single__inner p {
        -webkit-line-clamp: 6
    }

    .software-development__single__inner:hover:after {
        height: 100%;
        transition: height 0.6s ease
    }

    .software-development__single__inner:hover img {
        transform: scale(1.1)
    }

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

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

    .software-development__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
    }

    .software-development__single__inner__content ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0
    }

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

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

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

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

.service-cta {
    position: relative
}

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

.service-cta p {
    color: #ffffff;
    margin-bottom: 40px
}

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

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

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

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

.quote {
    background: #f6f6f6
}

.quote .title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600;
    color: #060d34;
    margin: 0 0 40px 0
}

.quote p {
    font-size: 20px;
    line-height: 28px;
    color: #060d34;
    margin: 0 0 0 125px;
    position: relative
}

.quote p:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    height: 1px;
    width: 5px;
    background: #060d34
}

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

    .quote p {
        margin: 0 0 0 20px
    }

    .quote p:after {
        left: -20px
    }
}

.service-contact .row {
    margin: 0
}

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

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

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

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

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

.service-contact__content__wrapper__text h2 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.8px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 40px 0
}

.service-contact__content__wrapper__text p {
    color: #ffffff
}

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

.service-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
}

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

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

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

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

.service-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
}

.service-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
}

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

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

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

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

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

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

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

.service-our-client .title {
    margin: 0 0 60px 0
}

@media (max-width: 767px) {
    .service-our-client .sec-title {
        margin: 0 0 40px 0
    }

    .service-our-client .title {
        margin: 0 0 40px 0
    }
}

.service-our-client__single {
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .service-our-client__single:nth-last-child(1) {
        padding-bottom: 0
    }

    .service-our-client__single:nth-last-child(2) {
        padding-bottom: 0
    }

    .service-our-client__single:nth-last-child(3) {
        padding-bottom: 0
    }

    .service-our-client__single:nth-last-child(4) {
        padding-bottom: 0
    }

    .service-our-client__single:nth-last-child(5) {
        padding-bottom: 0
    }

    .service-our-client__single:nth-last-child(6) {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .service-our-client__single:nth-last-child(1) {
        padding-bottom: 0
    }

    .service-our-client__single:nth-last-child(2) {
        padding-bottom: 0
    }
}

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

.service-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
}

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

.service-our-client__single__inner:hover img {
    transform: translate(-50%, -50%) scale(1.06);
    transition: all 0.6s ease
}

.video-accordion {
    position: relative;
    overflow: hidden
}

.video-accordion__left-content {
    padding: 0
}

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

.video-accordion__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
}

.video-accordion__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
}

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

.video-accordion__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)
}

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

.video-accordion__right-content__single {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.video-accordion__right-content__single:last-of-type {
    margin-bottom: 0
}

.video-accordion__right-content__single:first-child .video-accordion__right-content__single__title {
    padding: 0 0 20px 0
}

.video-accordion__right-content__single:first-child .video-accordion__right-content__single__content {
    display: block
}

.video-accordion__right-content__single__title {
    padding: 20px 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #060d34
}

.video-accordion__right-content__single__title h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #060d34;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
    cursor: pointer;
    overflow: hidden
}

.video-accordion__right-content__single__title svg {
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    min-height: 28px;
    min-width: 28px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.video-accordion__right-content__single__title svg .hover-init-btn {
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
    opacity: 0;
    visibility: hidden
}

.video-accordion__right-content__single__title svg g {
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.video-accordion__right-content__single__title svg line {
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.video-accordion__right-content__single__title:hover svg .hover-init-btn {
    cx: 14px;
    opacity: 1;
    visibility: visible
}

.video-accordion__right-content__single__content {
    display: none;
    padding: 40px 0 20px 0
}

.video-accordion__right-content__single__content h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 20px 0
}

.video-accordion__right-content__single__content p {
    margin: 0 0 20px 0
}

.video-accordion__right-content__single__content ul {
    margin: 0 0 40px 0
}

.video-accordion__right-content__single__content ul li {
    position: relative;
    padding-left: 6px;
    counter-increment: count;
    margin: 0 0 0px 40px
}

.video-accordion__right-content__single__content 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: #2bc6eb;
    border-radius: 50%;
    color: #ffffff;
    left: -40px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.video-accordion__right-content__single__content ul li:after {
    content: "";
    border-bottom: 1px solid #060d34;
    width: 104%;
    margin: 20px 0;
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: -45px;
    right: 0
}

.video-accordion__right-content__single__content ul li:nth-last-child(1):after {
    border-bottom: 0;
    margin: 0
}

.video-accordion__right-content__single__content .apply-btn {
    display: flex;
    margin: 40px 0 0 0
}

.video-accordion__right-content__single.expand .video-accordion__right-content__single__title {
    border-bottom: 1px solid #2bc6eb
}

.video-accordion__right-content__single.expand .video-accordion__right-content__single__title h4 {
    color: #2bc6eb
}

.video-accordion__right-content__single.expand .video-accordion__right-content__single__title svg {
    transform: rotate(180deg)
}

.video-accordion__right-content__single.expand .video-accordion__right-content__single__title svg .main-btn {
    fill: #2bc6eb
}

.video-accordion__right-content__single.expand .video-accordion__right-content__single__title svg .hover-init-btn {
    fill: #060d34;
    cx: 42px
}

.video-accordion__right-content__single.expand .video-accordion__right-content__single__title:hover svg .hover-init-btn {
    cx: 14px
}

.video-accordion__right-content__single.open .video-accordion__right-content__single__content {
    display: block
}

.video-accordion__right-content__single.open .video-accordion__right-content__single__title {
    border-bottom: 1px solid #2bc6eb
}

.video-accordion__right-content__single.open .video-accordion__right-content__single__title h4 {
    color: #2bc6eb
}

.video-accordion__right-content__single.open .video-accordion__right-content__single__title svg {
    transform: rotate(180deg)
}

.video-accordion__right-content__single.open .video-accordion__right-content__single__title svg .main-btn {
    fill: #2bc6eb
}

.video-accordion__right-content__single.open .video-accordion__right-content__single__title svg .hover-init-btn {
    fill: #060d34;
    cx: 42px
}

.video-accordion__right-content__single.open .video-accordion__right-content__single__title:hover svg .hover-init-btn {
    cx: 14px
}

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

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

    .video-accordion__right-content__single__content {
        padding: 20px 0
    }
}

.contact-form .row {
    margin: 0
}

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

.contact-form__content {
    padding: 0 55px 0 0
}

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

.contact-form__content__wrapper .modify-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.contact-form__content__wrapper__text {
    position: absolute;
    top: 70px
}

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

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

.contact-form__form {
    padding-left: 0;
    padding-top: 70px;
    padding-bottom: 70px
}

.contact-form__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
}

.contact-form__form .form-row {
    margin: 0;
    padding: 0
}

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

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

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

.contact-form__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
}

.contact-form__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
}

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

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

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

@media (max-width: 767px) {
    .contact-form__content {
        padding: 0
    }

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

    .contact-form__form {
        padding-right: 0 !important
    }
}

.contact-tab {
    background: #f6f6f6
}

.contact-tab .mobile_nav {
    display: none
}

.contact-tab .nice-select {
    color: #ffffff;
    background: #060d34;
    border: 1px solid #060d34;
    border-radius: 30px
}

.contact-tab .nice-select:after {
    content: url("../images/static/down-arrow-white.svg");
    right: 35px;
    top: -1px
}

.contact-tab .nice-select.open:after {
    right: 28px;
    top: 40px;
    transform: rotate(-180deg)
}

.contact-tab .current {
    color: #ffffff
}

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

.contact-tab .nav-tabs {
    border: 0
}

.contact-tab .nav-link:hover {
    border: 0
}

.contact-tab .nav-link:focus {
    border: 0
}

.contact-tab .nav-link.active {
    color: #ffffff !important;
    background: #060d34 !important
}

.contact-tab .nav-link.active span {
    color: #ffffff !important
}

.contact-tab .nav-fill .nav-item {
    position: relative;
    flex: 0 0 auto;
    text-align: center;
    display: inline;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #060d34;
    background: transparent;
    padding: 12px 36px;
    margin: 0 30px 0 0;
    border-radius: 35px;
    border: 1px solid #060d34 !important;
    transition: all 0.3s ease;
    overflow: hidden;
    display: inline-block
}

.contact-tab .nav-fill .nav-item span {
    z-index: 2;
    position: relative;
    color: #060d34;
    transition: all 0.5s ease
}

.contact-tab .nav-fill .nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    margin: 0 30px 0 0;
    background: #2bc6eb;
    color: #ffffff;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.contact-tab .nav-fill .nav-item:hover {
    border: 1px solid #2bc6eb !important;
    transition: all 0.3s ease
}

.contact-tab .nav-fill .nav-item:hover span {
    color: #ffffff
}

.contact-tab .nav-fill .nav-item:hover:after {
    height: 100%;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

@media (max-width: 767px) {
    .contact-tab {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .contact-tab .mobile_nav {
        display: block
    }

    .contact-tab .desktop_tab {
        display: none
    }

    .contact-tab .tab-content {
        padding: 0 0 !important;
        clear: both
    }
}

.contact-list {
    background: #f6f6f6
}

.contact-list h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500
}

.contact-list h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    margin: 0 0 10px 0
}

.contact-list p a {
    font-weight: 500
}

.contact-list p a:hover {
    color: #2bc6eb
}

.contact-list__map {
    margin-top: 60px
}

.contact-list__map__single {
    position: relative;
    padding-top: calc(560 / 1170 * 100%);
    overflow: hidden
}

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

@media (max-width: 767px) {
    .contact-list .col-md-3 {
        margin-bottom: 30px
    }

    .contact-list h2 {
        font-size: 24px;
        line-height: 32px
    }

    .contact-list__map {
        margin-top: 10px;
        padding: 0
    }

    .contact-list__map__single {
        padding-top: calc(250 / 375 * 100%)
    }
}

.faq {
    background: #f6f6f6
}

.faq__single {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.faq__single:last-of-type {
    margin-bottom: 0
}

.faq__single:first-child .faq__single__content {
    display: block
}

.faq__single__title {
    padding: 20px 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #060d34
}

.faq__single__title h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #060d34;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
    cursor: pointer;
    overflow: hidden
}

.faq__single__title svg {
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    min-height: 28px;
    min-width: 28px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.faq__single__title svg .hover-init-btn {
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
    opacity: 0;
    visibility: hidden
}

.faq__single__title svg g {
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.faq__single__title svg line {
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1)
}

.faq__single__title:hover svg .hover-init-btn {
    cx: 14px;
    opacity: 1;
    visibility: visible
}

.faq__single__content {
    display: none;
    margin: 40px 0 0 0
}

.faq__single__content h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 20px 0
}

.faq__single__content p {
    margin: 0 0 40px 0
}

.faq__single__content ul {
    margin: 0 0 40px 0
}

.faq__single__content ul li {
    position: relative;
    padding-left: 6px;
    counter-increment: count;
    margin: 0 0 0px 40px
}

.faq__single__content 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: #2bc6eb;
    border-radius: 50%;
    color: #ffffff;
    left: -40px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.faq__single__content ul li:after {
    content: "";
    border-bottom: 1px solid #060d34;
    width: 104%;
    margin: 20px 0;
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: -45px;
    right: 0
}

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

.faq__single__content .apply-btn {
    display: flex;
    margin: 40px 0 0 0
}

.faq__single.expand .faq__single__title {
    border-bottom: 1px solid #2bc6eb
}

.faq__single.expand .faq__single__title h4 {
    color: #939598
}

.faq__single.expand .faq__single__title svg {
    transform: rotate(180deg)
}

.faq__single.expand .faq__single__title svg .main-btn {
    fill: #2bc6eb
}

.faq__single.expand .faq__single__title svg .hover-init-btn {
    fill: #060d34;
    cx: 42px
}

.faq__single.expand .faq__single__title:hover svg .hover-init-btn {
    cx: 14px
}

.faq__single.open .faq__single__content {
    display: block
}

.faq__single.open .faq__single__title {
    border-bottom: 1px solid #2bc6eb
}

.faq__single.open .faq__single__title h4 {
    color: #2bc6eb
}

.faq__single.open .faq__single__title svg {
    transform: rotate(180deg)
}

.faq__single.open .faq__single__title svg .main-btn {
    fill: #2bc6eb
}

.faq__single.open .faq__single__title svg .hover-init-btn {
    fill: #060d34;
    cx: 42px
}

.faq__single.open .faq__single__title:hover svg .hover-init-btn {
    cx: 14px
}

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

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

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

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

.service-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) {
    .service-testimonials__title {
        margin: 0 0 20px 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.service-testimonials__single {
    padding-top: 20px
}

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

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

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

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

.service-testimonials__single__text p {
    color: #ffffff;
    margin: 0 0 40px
}

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

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

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

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

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

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

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

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

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

.service-testimonials__single .slider-btn li svg:hover g {
    stroke: #2bc6eb
}

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

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

    .service-testimonials__single__img-wrapper {
        margin-bottom: 40px
    }

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

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

.coming {
    background: #060d34;
    position: relative;
    text-align: center;
    height: 100vh
}

.coming .bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.coming .row {
    height: 100vh;
    align-content: center;
    align-items: center;
    justify-content: center
}

.coming h2 {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -4px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0
}

.coming h2 span {
    color: #2bc6eb
}

@media (max-width: 767px) {
    .coming h2 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -2.4px
    }
}

.coming p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 40px 0
}

.coming .social {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center
}

.coming .social li {
    margin: 0 20px 0 0
}

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

.coming .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
}

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

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

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

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

.error {
    background: #060d34;
    position: relative;
    text-align: center;
    height: 100vh
}

.error .row {
    height: 100vh;
    align-content: center;
    align-items: center;
    justify-content: center
}

.error .content {
    padding: 60px;
    background: rgba(0, 0, 0, 0.5)
}

.error h2 {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -4px;
    font-weight: 600;
    color: #ffffff;
    margin: 0
}

@media (max-width: 767px) {
    .error h2 {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -2.4px
    }
}

.error p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 40px 0
}

.error .dc-btn {
    color: #ffffff;
    border-color: #ffffff
}

.search-bar {
    background: #060d34
}

.search-bar h2 {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    padding: 30px 0;
    margin: 0
}

.search-result {
    background: #f6f6f6
}

@media (min-width: 1550px) {
    .search-result {
        min-height: calc(100vh - 400px)
    }
}

@media (max-width: 767px) {
    .search-result {
        padding-top: 60px;
        padding-bottom: 120px
    }
}

.search-result .content {
    border-bottom: 1px solid rgba(6, 13, 52, 0.5);
    padding: 60px 0 0 0
}

.search-result .content h3 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px 0
}

.search-result .content h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 20px 0
}

.search-result .content p {
    margin: 0 0 40px 0
}

.search-result .content .dc-btn {
    margin: 0 0 60px 0
}

.search-result .col-md-9:nth-child(1) .content {
    padding-top: 0
}

.search-result .col-md-9:nth-last-child(1) .content {
    border: 0
}

.search-result .col-md-9:nth-last-child(1) .content .dc-btn {
    margin: 0
}

.job-form {
    padding: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    width: 0%;
    margin-left: auto;
    z-index: 99999
}

.job-form .container {
    padding: 0 70px
}

.job-form.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
    width: 100% !important;
    margin-right: unset !important
}

.job-form__dialog {
    position: fixed;
    margin: 0 auto;
    min-width: 100%;
    border-radius: 0;
    border: none
}

.job-form__dialog__content {
    background: #ffffff;
    min-height: 100vh;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
    position: relative;
    transition: all 1s ease;
    padding-top: 0;
    padding-bottom: 0;
    width: 60%;
    margin-left: auto
}

.job-form__dialog__content__body {
    height: 100vh;
    padding: 70px 0;
    position: relative
}

.job-form__dialog__content__body .close {
    position: absolute;
    top: 30px;
    right: -40px;
    display: flex
}

.job-form__dialog__content__body .close svg {
    border-radius: 50%;
    overflow: hidden
}

.job-form__dialog__content__body .close svg path {
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.job-form__dialog__content__body .close svg g circle {
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.job-form__dialog__content__body .close svg g .social-hover {
    stroke: #2bc6eb;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.job-form__dialog__content__body .close svg g line {
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.job-form__dialog__content__body .close:hover svg path {
    fill: #ffffff;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.job-form__dialog__content__body .close:hover svg g circle {
    stroke: #2bc6eb;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.job-form__dialog__content__body .close:hover svg g .social-hover {
    cx: 28px;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.job-form__dialog__content__body .close:hover svg g line {
    stroke: #ffffff;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.job-form__dialog__content__body .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
}

.job-form__dialog__content__body .form-row {
    margin: 0;
    padding: 0
}

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

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

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

.job-form__dialog__content__body .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
}

.job-form__dialog__content__body .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
}

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

.job-form__dialog__content__body .form-row .modal-butons {
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 15px !important
}

@media (max-width: 767px) {
    .job-form__dialog__content__body .form-row .modal-butons {
        display: block
    }
}

.job-form__dialog__content__body .form-row .upload_cv_inner {
    position: relative;
    cursor: pointer;
    width: 170px;
    height: 50px;
    border: 1px solid #060d34;
    margin-right: 40px !important;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    border-radius: 25px;
    display: flex
}

@media (max-width: 767px) {
    .job-form__dialog__content__body .form-row .upload_cv_inner {
        width: 50% !important
    }
}

.job-form__dialog__content__body .form-row .upload_cv_inner::before {
    background-image: url("../images/static/cv.svg");
    background-position: left;
    background-repeat: no-repeat;
    content: attr(data-text);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background-size: 17px;
    position: absolute;
    background-position: 14% 50%;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.job-form__dialog__content__body .form-row .file-upload-field {
    opacity: 0;
    cursor: pointer;
    z-index: 31;
    height: 55px;
    padding: 0 !important
}

@media (max-width: 767px) {
    .job-form .container {
        padding: 0 15px
    }

    .job-form__dialog__content {
        width: 100%
    }

    .job-form__dialog__content:after {
        width: 100%;
        background-image: linear-gradient(transparent, #f0f0f0)
    }

    .job-form__dialog__content__body {
        padding: 100px 0;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .job-form__dialog__content__body .close {
        top: 30px;
        right: 15px
    }
}

.team_modal {
    padding: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    width: 0%;
    margin-left: auto;
    z-index: 99999
}

.team_modal ::-webkit-scrollbar {
    width: 0px
}

.team_modal ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.team_modal ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0px
}

.team_modal ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.team_modal .container {
    padding: 0 70px
}

.team_modal.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
    width: 100% !important;
    margin-right: unset !important
}

.team_modal__dialog {
    position: fixed;
    margin: 0 auto;
    min-width: 100%;
    border-radius: 0;
    border: none
}

.team_modal__dialog__content {
    background: #f6f6f6;
    min-height: 100vh;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
    position: relative;
    transition: all 1s ease;
    padding-top: 0;
    padding-bottom: 0;
    width: 60%;
    margin-left: auto
}

.team_modal__dialog__content__body {
    height: 100vh;
    padding: 70px 0;
    position: relative
}

.team_modal__dialog__content__body .close {
    position: absolute;
    top: 30px;
    right: -40px;
    display: flex
}

.team_modal__dialog__content__body .close svg {
    border-radius: 50%;
    overflow: hidden
}

.team_modal__dialog__content__body .close svg path {
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.team_modal__dialog__content__body .close svg g circle {
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.team_modal__dialog__content__body .close svg g .social-hover {
    stroke: #2bc6eb;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.team_modal__dialog__content__body .close svg g line {
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.team_modal__dialog__content__body .close:hover svg path {
    fill: #ffffff;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.team_modal__dialog__content__body .close:hover svg g circle {
    stroke: #2bc6eb;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.team_modal__dialog__content__body .close:hover svg g .social-hover {
    cx: 28px;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.team_modal__dialog__content__body .close:hover svg g line {
    stroke: #ffffff;
    transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1)
}

.team_modal__dialog__content__img {
    position: relative
}

.team_modal__dialog__content__img__wrapper {
    position: relative;
    padding-top: calc(320 / 270 * 100%);
    overflow: hidden
}

.team_modal__dialog__content__img h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 20px 0 0 0
}

.team_modal__dialog__content__img h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0
}

.team_modal__dialog__content__img .social {
    display: flex;
    align-content: center;
    align-items: center
}

.team_modal__dialog__content__img .social li {
    margin: 0 20px 0 0
}

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

.team_modal__dialog__content__img .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
}

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

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

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

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

.team_modal__dialog__content__text {
    height: 100%;
    overflow-y: scroll;
    text-align: justify;
}

@media (max-width: 767px) {
    .team_modal .container {
        padding: 0 15px
    }

    .team_modal__dialog__content {
        width: 100%
    }

    .team_modal__dialog__content:after {
        width: 100%;
        background-image: linear-gradient(transparent, #f0f0f0)
    }

    .team_modal__dialog__content__body {
        padding: 100px 0;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .team_modal__dialog__content__body .close {
        top: 30px;
        right: 15px
    }

    .team_modal__dialog__content__img__wrapper {
        padding-top: calc(400 / 345 * 100%)
    }

    .team_modal__dialog__content__text {
        margin-top: 40px;
        height: unset;
        overflow-y: unset
    }
}

.search-desktop {
    position: relative;
    background: #f6f6f6
}

@media (min-width: 768px) {
    .search-desktop {
        display: none
    }
}

.search-desktop svg path {
    transition: all 0.4s ease
}

.search-desktop:hover path {
    fill: rgba(255, 255, 255, 0.5)
}

.search-desktop 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
}

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

.search-desktop 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 25px
}

.search-desktop 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: #2bc6eb;
    border-radius: 25px;
    margin: 0px 15px 0 0;
    height: 100%;
    width: 100px
}

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

.search-desktop form .global-image {
    position: absolute;
    height: 15px;
    width: 15px;
    margin: 0px
}

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

.inner-banner .img {
    filter: brightness(0.5);
}

ul.ul-jobs {
    list-style-type: disc;
    padding-left: 20px;
}

ul.ul-jobs li {
    margin-bottom: 10px;
    list-style: circle;
}

.corporates__text p {
    text-align: justify;
}

.about-text {
    font-size: 18px;
    line-height: 1.8;
    color: white;
    margin-bottom: 20px;
    text-align: justify;
}

.about-text strong {
    color: #007BFF;
}

.about-section blockquote {
    font-style: italic;
    color: #555;
    border-left: 4px solid #007BFF;
    padding-left: 15px;
    margin: 20px 0;
}

.quote-section {
    max-width: 800px;
    margin: 20px auto;
}

.quote-text {
    font-family: 'Georgia', serif;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
    color: #ffff;
}

.quote-text strong {
    color: #007BFF;
    font-weight: bold;
}

.quote-author {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    display: block;
}

.footer__single__list p {
    font-size: 16px;
}

.leadership-photo {
    margin-top: 25px;
}

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

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

    .about h2{
        text-align: left;
    }

    .new-social-list {
        margin-bottom: 30px !important;
    }

    .footer .footer-bottom {
        text-align: center;
    }

    .row.footer-upper p,
    .footer .footer-upper h3 {
        text-align: center;
    }


    .mission {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .our-team .sec-title {
        margin-bottom: 0 !important;
    }

    .our-team {
        padding-top: 50px;
    }

    .leadership-photo {
        margin-top: 25px;
    }

    .our-team__single {
        margin: 30px 0;
    }

    .ceo{
        padding: 38px 0;
    }

    .hr-philosophy{
        padding: 38px 0;
    }

    .accordion{
        padding: 30px 0;
    }

    .contact-list{
        padding: 0;
    }
}

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

    .about h2{
        text-align: left;
    }

    .new-social-list {
        margin-bottom: 30px !important;
    }

    .footer .footer-bottom {
        text-align: center;
    }

    .row.footer-upper p,
    .footer .footer-upper h3 {
        text-align: center;
    }

    .sec-title {
        margin-bottom: 0 !important;
    }

    .our-team {
        padding-top: 50px;
    }
}

/* 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;
    }

    .sec-title {
        margin-bottom: 0 !important;
    }

    .our-team {
        padding-top: 50px;
    }
}

/* 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 */
}

/* 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;
}

