@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #000000;
    --bs-primary: #2a5555;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #000000;
    --bs-primary-rgb: 42, 85, 85;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 0, 0, 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Montserrat, DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: 1.2rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000000;
    --bs-body-bg: #fff;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family) !important;
    /* font-size: var(--bs-body-font-size) !important; */
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    color: var(--bs-body-color) !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: var(--bs-body-font-family), "Tinos", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}

.px-5 {
    padding-right: 3rem;
    padding-left: 3rem;
}

.px-10 {
    padding-right: 6rem;
    padding-left: 6rem;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.pt-0 {
    padding-top: 0;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pb-0 {
    padding-bottom: 0;
}

.ps-3 {
    padding-left: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-3 {
    margin-top: 1rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 2rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mr-4 {
    margin-right: 2rem;
}

.bg-white {
    background-color: #fff;
}

.text-start {
    text-align: left;
}

.col-12 {
    flex: 0 0 auto;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-start {
    align-items: flex-start;
}

.w-100 {
    width: 100%;
}

.section-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5) !important;
    margin-left: calc(var(--bs-gutter-x) * -.5) !important;
}

.section-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.welcom-section {
    position: relative;    
    background-image: url(/themes/custom/inkosoft/images/design/Shape-main.png);
    background-position: center;
    background-size: 569px 100%;
    background-repeat: no-repeat;
}

.navbar {
    border-radius: 0px !important;
}

.navbar-nav {
    float: none !important;
    display: flex;
    justify-content: center;
    margin: 0 !important;
}

.navbar-nav>li>a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 16.5px !important;
    padding-right: 16.5px !important;
}

.navbar-header {
    float: none !important;
}

.navbar-default {
    background-color: #244c5c !important;
    border-color: #244c5c !important;
}
ul.menu--main {
    position: relative;
}

ul.menu--main li.first {
    margin-right: 15px;
}

ul.menu--main li.first a {
    font-weight: 700;
}

ul.menu--main li.first a span.link-text {
    display: none;
}

ul.menu--main li.first::before {
    content: "";
    position: absolute;
    width: 71px;
    height: 69px;
    background-image: url('/themes/custom/inkosoft/images/design/Shape-menu.png');
    background-size: contain;
    background-repeat: no-repeat;  
    left: -11px;  
}

ul.menu--main li a,
ul.menu--main li span {
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>span {
    color: #fff !important;
}

.navbar-default .navbar-nav>li.first>a:hover,
.navbar-default .navbar-nav>li.first>span:hover {
    color: #2b5d71 !important;
    transition: 0.3s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>span:hover {
    color: #46a1c5 !important;
    transition: 0.3s;
}

section#block-dropdownlanguage{
    position: absolute;
    z-index: 101;
    top: 15px;
    right: 15px;
}

.dropdown-language-item > button {
    background-color: #46a1c5;
    border-color: #46a1c5;
    color: #fff;
}

.dropdown-language-item > button:hover,
.dropdown-language-item > button:active,
.dropdown-language-item > button:focus {
    background-color: #2b5d71;
    border-color: #2b5d71;
    color: #fff;
}

.open > .dropdown-toggle.btn-default,
.open >.dropdown-toggle.btn-default:focus,
.open >.dropdown-toggle.btn-default:hover {
    color: #fff !important;
    background-color: #2b5d71 !important;
    background-image: none;
    border-color: #2b5d71 !important;
}

ul.dropdown-menu {
    background-color: #46a1c5;
}

ul.dropdown-menu > li > a {
    color: #fff;
}

ul.dropdown-menu > li > a:hover {
    background-color: #2b5d71;
    color: #fff;
}

.logo-wrapper {
    position: absolute;
    top: 0px;
    left: -16px;
    width: 140px;
    height: 155px;
    background-image: url('/themes/custom/inkosoft/images/design/Shape-top-right.png');
    background-size: cover;
    background-repeat: no-repeat;  
    transform: scale(-1, 1);
}

.logo-wrapper > a > img{
    padding: 10px 35px;
    transform: scale(-1, 1);
} 

.welcom-wrapper{   
    position: relative;
    margin: 0 auto;
    padding-top: 65px;
    height: 450px;
    max-width: 569px;    
}

.welcom-wrapper h1 {
    text-transform: uppercase;
    color: #f3f9fa;
    font-size: 51px;
}

.welcom-wrapper h1:first-child:before{
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url('/themes/custom/inkosoft/images/design/items/1.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 105px;
    top: 45px;
    animation: spin 6s linear infinite;
}

.welcom-wrapper h1:first-child:after{
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url('/themes/custom/inkosoft/images/design/items/8.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 17px;
}

.welcom-wrapper h3 {
    text-transform: uppercase;
    color: #46a1c5;
    font-size: 28px;
    margin: 0;
}

.welcom-wrapper h3:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('/themes/custom/inkosoft/images/design/items/7.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 132px;
    top: 150px;
    animation: circle-left-rotate 6s linear infinite;
}

.welcom-wrapper h3:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('/themes/custom/inkosoft/images/design/items/3.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: 120px;
    top: 110px;
    animation: square 6s linear infinite;
}

.welcom-wrapper p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 25px;
}

.welcom-wrapper p:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url('/themes/custom/inkosoft/images/design/items/5.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 150px;
    bottom: 125px;
    animation: spin 6s linear infinite;
}

.welcom-wrapper p:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url('/themes/custom/inkosoft/images/design/items/2.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: 60px;
    bottom: 140px;
    animation: spin 6s linear infinite;
}

.button-contact-wrwpper {
    z-index: 101;
    padding-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 54.5px;
    width: 145px;
    margin: 0 auto;
}

.button-contact-wrwpper:before {
    content: '';
    position: absolute;
    width: 145px;
    height: 39px;
    background-image: url('/themes/custom/inkosoft/images/design/Button.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    transition: 0.3s;
}

.button-contact-wrwpper:hover:before {
    opacity: 0.5;
}

.button-contact-wrwpper a {
    position: relative;
    text-decoration: none !important;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.button-contact-wrwpper a:hover {
    color: #ffffff;
}

.bottom-midle-shape {  
    z-index: 101;  
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 176px;
    height: 89px;
    margin: 0 25px;
    background-image: url('/themes/custom/inkosoft/images/design/Shape-bottom-mid.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bottom-midle-shape a {
    padding-top: 10px;
}

.bottom-midle-shape a svg {
    font-size: 24px;
    color: #ffffff;
}

.bottom-midle-shape a.helper svg {
    padding-left: 20px;
    font-size: 20px;
}

.bottom-midle-shape a svg:hover {
    color: #244c5c !important;
    transition: 0.3s;
}

.s-box {
    position: inherit;
    margin-top: -45px;
}

.s-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: -1px;
} 

.s-left {
    position: relative;
}

.s-left:before {
    content: '';
    position: absolute;
    width: 41px;
    height: 41px;
    background-image: url('/themes/custom/inkosoft/images/design/items/4.png');
    background-repeat: no-repeat;
    background-size: contain;    
    left: 30px;
    bottom: 40px;
    animation: spin 15s linear infinite;
}

.s-left:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url('/themes/custom/inkosoft/images/design/items/6.png');
    background-repeat: no-repeat;
    background-size: contain;    
    right: -385px;
    bottom: 40px;
    animation: square-bottom 15s linear infinite;   
}

.s-right {
    position: relative;
}

.s-wrapper:before{
    content: '';
    position: absolute;
    width: calc(100% - 520px);
    height: 225px;
    background-image: url('/themes/custom/inkosoft/images/design/Shape-bottom-left.png');
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    bottom: 0;
    max-width: 520px;
    min-width: 125px;
}

.s-wrapper:after{
    content: '';
    position: absolute;
    width: calc(100% - 520px);
    height: 225px;
    background-image: url('/themes/custom/inkosoft/images/design/Shape-bottom-right.png');
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    max-width: 520px;
    min-width: 125px;
}

.about-bg {
    background: #e8eefb url(/themes/custom/inkosoft/images/home-team-bg.jpg) no-repeat;
    background-size: cover;
}

.about-content {    
    padding: 0 15px;
}
.about-content > p {
    text-align: justify !important;
    padding: 0 15px;
}

p.paragraph {
    text-indent: 4ch;
    padding: 0 1.5rem;
}

.text-align-justify{
    text-align: justify;
}


.fitches-section {
    background-color: #244c5c;
    position: relative;
    z-index: 7;
    overflow: hidden;
}

section.fitches-section {
    margin-left: -15px;
    margin-right: -15px;
}

.hand-container {
    position: relative;
    box-shadow: 0 0 12px #aaa;
    border-radius: 8px;
}

/* .hand-container:before {
    content: '';
    position: absolute;
    right: calc(100% - 59px);
    bottom: -6rem;
    width: 350px;
    height: 530px;
    background: url(/themes/custom/inkosoft/images/hand-bg.png) no-repeat right bottom;
    background-size: contain;
}

.hand-container:after {
    content: '';
    position: absolute;
    left: calc(100% - 59px);
    bottom: -6rem;
    width: 350px;
    height: 530px;
    background: url(/themes/custom/inkosoft/images/hand-bg.png) no-repeat right bottom;
    background-size: contain;
    transform: scale(-1, 1);
} */

.fitches-section .section-title {
    border-bottom: 2px solid #edeef2;
}

.about-us .section-title {
    border-bottom: 2px solid #edeef2;
}

.about-us .about-content {
    padding-top: 1.5rem;
}

.section-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #0a253e;
}

.fitches-card h3 {
    font-size: 19px;
    color: #23b435;
    max-width: 200px;
}

.fitches-card-img {
    height: 100px;
    width: auto;
}

.fitches-card ul {
    color: #323740;
    list-style-image: url(/themes/custom/inkosoft/images/check-green.png);
}

button#edit-preview {
    display: none;
}

.contact-section {
    background: #244c5c;
    position: relative;
    z-index: 7;
    overflow: hidden;
}

section.contact-section {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-container {
    position: relative;
    box-shadow: 0 0 12px #aaa;
    border-radius: 8px;
    background: #e8eefb url(/themes/custom/inkosoft/images/home-team-bg.jpg) no-repeat right center;
    background-size: cover;
    position: relative;
    z-index: 7;
    overflow: hidden;
}

.contact {
    position: relative;
    padding: 30px 15px 0;
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    padding: 15px 10px;
}
    

.contact-wrapper img {
    filter: brightness(0%);
    margin-top: 0.25rem;
    margin-right: 1rem;
}

.contact-wrapper img.mr-4 
{
    margin-left: 0.5rem !important;
    margin-right: 1.5rem !important;
}

.contact-wrapper a {
    font-weight: 700;
    color: #0a253e;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

form#contact-message-feedback-form button {
    background-color: #46a1c5;
    border-color: #46a1c5;
    color: #fff;
    transition: 0.3s;
}

form#contact-message-feedback-form button:hover {
    background-color: #2b5d71;
    border-color: #2b5d71;
    color: #fff;
}

.g-recaptcha {
    margin-bottom: 15px;
}









