:root {
    --primary-color: #1b4285;
    --text-color : #32325d;
    --secondary-color: lightblue;
    --icon-color: #fff;
  }


:root[theme='grey'] {
    --primary-color: #6b7280;
    --text-color : #1f2937;

    --secondary-color: #e2f1e2;
}
:root[theme='black'] {
    --primary-color: #080808;
    --text-color : #000000;

    --secondary-color: #e2f1e2;
}
:root[theme='red'] {
    --primary-color: #9f3f3f;
    --text-color : #991b1b;

    --secondary-color: #e2f1e2;
}
:root[theme='orange'] {
    --primary-color: #a94700;
    --text-color : #682f06;

    --secondary-color: #e2f1e2;
}
:root[theme='yellow'] {
    --primary-color: #facc15;
    --text-color : #cea504;
    --icon-color: #2f2500;

    --secondary-color: #e2f1e2;
}
:root[theme='green'] {
    --primary-color: #25a925;
    --text-color : #0b603b;

    --secondary-color: #e2f1e2;
}
:root[theme='blue'] {
    --primary-color: #3977ad;
    --text-color : #155b98;

    --secondary-color: #e2f1e2;
}
:root[theme='purple'] {
    --primary-color: #a855f7;
    --text-color : #6b21a8;

    --secondary-color: #e2f1e2;
}
[tabindex='-1']:focus {
    outline: 0 !important;
}
.btn-modifer{
    background-color: var(--primary-color);
    color: var(--icon-color);
}
.btn-modifer:hover{
    background-color: var(--text-color);
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

h2,
h3,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

dfn {
    font-style: italic;
}

strong {
    font-weight: bolder;
}

a {
    text-decoration: none;
    color: #5e72e4;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    /* color: #233dd2; */
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    caption-side: bottom;
    text-align: left;
    color: #8898aa;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    white-space: normal;
    color: inherit;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
    display: none !important;
}

h2,
h3,
h5,
.h2,
.h3,
.h5 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: var(--text-color);
}

h2,
.h2 {
    font-size: 1.25rem;
}

h3,
.h3 {
    font-size: 1.0625rem;
}

h5,
.h5 {
    font-size: .8125rem;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: 0.5rem 1.25rem !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .375rem;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.btn:disabled {
    opacity: .65;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08), none;
}

.btn-info {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-info:hover {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
}

.btn-info:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5);
}

.btn-info:disabled {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
}

.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #11cdef;
    background-color: #0da5c0;
}

.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none, 0 0 0 0 rgba(17, 205, 239, .5);
}

.btn-default {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-default:hover {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
}

.btn-default:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(23, 43, 77, .5);
}

.btn-default:disabled {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
}

.btn-default:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #172b4d;
    background-color: #0b1526;
}

.btn-default:not(:disabled):not(.disabled):active:focus {
    box-shadow: none, 0 0 0 0 rgba(23, 43, 77, .5);
}

.btn-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    border-radius: .375rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card-body {
    padding: 1.5rem;
    flex: 1 1 auto;
}

.card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}

.card-header:first-child {
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.bg-default {
    background-color: #172b4d !important;
}

a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
    background-color: #0b1526 !important;
}

.border-0 {
    border: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.d-flex {
    display: flex !important;
}

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

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 1200px) {
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
}

@media (min-width: 1200px) {

    .serives_menu_container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.float-right {
    float: right !important;
}

.shadow,
.card-profile-image img {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.my-4 {
    margin-bottom: 1.5rem !important;
}

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

.mt-7 {
    margin-top: 6rem !important;
}

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

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

.pt-8 {
    padding-top: 8rem !important;
}

.m-auto {
    margin: auto !important;
}

@media (min-width: 768px) {
    .mt-md-5 {
        margin-top: 3rem !important;
    }

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

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

}

@media (min-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .contacts-item {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 890px) {
    .contacts-item {
        width: 47% !important;
    }
}

.text-center {
    text-align: center !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

@media print {

    *,
    *::before,
    *::after {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @ page {
        size: a3;
    }
}

@keyframes floating-lg {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating-sm {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}

[class*='shadow'] {
    transition: all .15s ease;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.btn {
    font-size: .875rem;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.btn:not(:last-child) {
    margin-right: .5rem;
}

.btn i:not(:first-child) {
    margin-left: .5rem;
}

.btn i:not(:last-child) {
    margin-right: .5rem;
}

.btn-sm {
    font-size: .75rem;
}

[class*='btn-outline-'] {
    border-width: 1px;
}

.card-profile-image {
    position: relative;
}

.card-profile-image img {
    position: absolute;
    left: 50%;
    max-width: 180px;
    transition: all .15s ease;
    transform: translate(-50%, -30%);
    border-radius: .375rem;
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.card-profile-image img:hover {
    transform: translate(-50%, -33%);
}

.card-profile-stats {
    padding: 1rem 0;
}

.card-profile-stats>div {
    margin-right: 1rem;
    padding: .875rem;
    text-align: center;
}

.card-profile-stats>div:last-child {
    margin-right: 0;
}

.card-profile-stats>div .heading {
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
}

.card-profile-stats>div .description {
    font-size: .875rem;
    color: #adb5bd;
}

.main-content {
    position: relative;
}

.footer {
    padding: 2.5rem 0;
}

.footer .copyright {
    font-size: .875rem;
}

@media (min-width: 768px) {
    @ keyframes show-navbar-dropdown {
        0% {
            transition: visibility .25s, opacity .25s, transform .25s;
            transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
            opacity: 0;
        }

        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }

    @keyframes hide-navbar-dropdown {
        from {
            opacity: 1;
        }

        to {
            transform: translate(0, 10px);
            opacity: 0;
        }
    }
}

@keyframes show-navbar-collapse {
    0% {
        transform: scale(.95);
        transform-origin: 100% 0;
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes hide-navbar-collapse {
    from {
        transform: scale(1);
        transform-origin: 100% 0;
        opacity: 1;
    }

    to {
        transform: scale(.95);
        opacity: 0;
    }
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
}

.description {
    font-size: .875rem;
}

.heading {
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .btn {
        margin-bottom: 10px;
    }
}

.contacts-component {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.contacts-item {
    display: flex;
    width: 40%;
    align-items: center;
    border-radius: 15px 0px 5px 0px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.12), 0 3px 3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-top: 20px;

}

.contacts-item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.contacts-item-icon {
    padding: 0px 10px;
    background: var(--primary-color);
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 13px 0px 0px 0px;

}

.contacts-item-icon i::before {
    color: var(--icon-color);
}

.contacts-item-content {
    margin: 0px;
    line-height: 15px;
    font-size: 14px;
    text-align: left;
    padding: 10px 5px;
    color: var(--text-color);
}

.contacts-item-content p {
    margin: 0px;
    line-height: 15px;
    font-size: 14px;
    text-align: left;
    padding: 2px 5px;

}

.contacts-item-content p.text-xs {
    font-size: .65rem !important;
}

.contacts-item-content strong {
    font-weight: 900;
    text-decoration: none;
}

/* Social Media icons  */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    display: grid;
    height: 100%;
    width: 100%;
    place-items: center;
    background: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrapper .icon {
    margin: 20px 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: var(--primary-color);
}

.wrapper .icon span i {
    line-height: 60px;
    font-size: 25px;
}

.wrapper .icon .tooltip {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff;
    color: #fff;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -70px;
    opacity: 1;
    pointer-events: auto;
}

.icon .tooltip:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover span {
    color: #fff;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip:before {
    background: var(--primary-color);
    color: #ffffff;
}

.fa-facebook-f:before {
    color: var(--primary-color);
}

.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip:before {
    background: #46C1F6;
}

.wrapper .snapchat:hover span,
.wrapper .snapchat:hover .tooltip,
.wrapper .snapchat:hover .tooltip:before {
    background: #b0af12;
    color: #000000;
}
.wrapper .snapchat{}

.wrapper .tik_tok:hover span,
.wrapper .tik_tok:hover .tooltip,
.wrapper .tik_tok:hover .tooltip:before {
    background: #000000;
}

.wrapper .facebook:hover .fa-facebook-f:before {
    color: #fff;
}
.wrapper .tik_tok:hover .fa-tiktok:before {
    color: #fff;
}
.wrapper .snapchat:hover .fa-snapchat:before {
    color: #fff;
}

.fa-twitter:before {
    color: #46C1F6;
}
.fa-snapchat:before {
    color: #b0af12;
}
.fa-tiktok:before {
    color: #000000;
}

.wrapper .instagram:hover span,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip:before {
    background: var(--primary-color);
    white-space: nowrap;
}

.fa-instagram:before {
    color: var(--primary-color);
}

.wrapper .instagram:hover .fa-instagram:before {
    color: #fff;
}

.wrapper .linkedin:hover span,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip:before {
    background: var(--primary-color);
    color: #ffffff;
}

.fa-linkedin:before {
    color: var(--primary-color);
}

.wrapper .linkedin:hover .fa-linkedin:before {
    color: #fff;
}

.wrapper .github:hover span,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip:before {
    background: #333;
    color: #ffffff;
}

.wrapper .website:hover span,
.wrapper .website:hover .tooltip,
.wrapper .website:hover .tooltip:before {
    background: var(--primary-color);
}

.wrapper .website:hover .fa-internet-explorer:before {
    color: #ffffff;
}

.fa-internet-explorer:before {
    color: var(--primary-color);
}

.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip:before {
    background: #DE463B;
    color: #ffffff;
}

.fa-youtube:before {
    color: #DE463B;
}

.wrapper .whatsapp:hover span,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip:before {
    background: var(--primary-color);
    color: #ffffff;
}

.fa-whatsapp:before {
    color: var(--primary-color);
}

.wrapper .whatsapp:hover .fa-whatsapp:before {
    color: #ffffff;
}


.css-4bylo3 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px 0px 0px -12px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    border-radius: 5px;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: inherit;
    padding: 12px;
    font-size: 1.75rem;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 900;
}

@media (max-width: 768px) {
    .css-4bylo3{
        padding: 12px 15px;
        background: rgba(255, 255, 255, 0.7);
        font-size: 18px;

    }
}





.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window>div {
    width: 400px;
    position: absolute;
    /* top: 50%; */
    right: 0px;
    /* transform: translate(-50%, -50%); */
    padding: 2em;
    background: white;
}

.modal-window header {
    font-weight: ;
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}

/* Demo Styles */
html,
body {
    height: 100%;
}

html {
    font-size: 18px;
    line-height: 1.4;
}

body {
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    /* 	 background-image: linear-gradient(to right, var(--primary-color) 0, #657ced 100%);
*/
    color: black;
}

a {
    color: inherit;
    text-decoration: none;
}

.modal-window>div {
    /* border-radius: 1rem; */
    min-height: 100vh;
    color: #143263;
    font-weight: 100;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}

.logo {
    max-width: 150px;
    display: block;
}

small {
    color: lightgray;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}

.text-xs {
    font-size: 10px;
}

.services_menu {
    width: 100%;
    display: grid;
    place-items: center;
}

.services-title {
    background: var(--primary-color);
    color: white;
    font-size: 30px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.12), 0 3px 3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 20px;
}

.serives_menu_container {
    display: flex;
    flex-wrap: wrap;
    widows: 100%;
    justify-content: space-between;
}

.service {
    background-color: #fff;
    padding: 10px 40px;
    box-shadow: 5px 5px 26px rgba(51, 51, 51, 0.159);
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    width: 45%;
    margin: 10px;
}

@media (max-width: 768px) {
    .service {
        width: 100%;
    }
}

.service::after {
    content: " ";
    position: absolute;
    width: 7px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
}

.service .wraper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.service .wraper .icon {
    font-size: 18px;
    opacity: .9;
    margin-right: 24px;
}

.service .wraper .text h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.service .wraper .text p {
    font-size: 14px;
    color: #333;
    transition: all .5s ease;
}

.service .wraper {
    position: relative;
    z-index: 1;
    transition: all .5s ease;
}

.service:hover .wraper,
.service:hover .wraper p {
    color: #fff;
}

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

.service::after {
    transition: all .5s ease;
}

.service_1 {
    color: #9772FB;
}

.service_1::after {
    background-color: #9772FB;
}

.service_2 {
    color: #F32424;
}

.service_2::after {
    background-color: #F32424;
}

.service_3 {
    color: #1fac81;
}

.service_3::after {
    background-color: #1fac81;
}

.service_4 {
    color: var(--primary-color);
}

.service_4::after {
    background-color: var(--primary-color);
}

.btn-contact {
    color: var(--primary-color);
    background-color: rgba(var(--primary-color), 0.3);
    border: 1px solid;
}
.btn-contact:hover {
    color: var(--primary-color);
    background-color: #FFFFFF;
    border: 1px solid;
}
.btn-wave {
    color: #156075;
    border: 1px solid #4ad3fa;
}
.contacts-item-icon i{
    width: 28px;
}
.btn-envoyer-contact {
    border: 1px solid var(--primary-color);
    padding: 0.5rem 1.25rem !important;
    background-color: rgba(var(--primary-color), 0.3);
    color: var(--primary-color);

}
.btn-envoyer-contact:hover {
    border: 1px solid var(--primary-color);
    padding: 0.5rem 1.25rem !important;
    background-color: #FFFFFF;
    color: var(--primary-color);

}
.btn-avis-google {
    background-color: #df9d16;
    color: #000;
    padding: 5px 10px;
        border: 1px solid
}
.btn-catalogue{
    background-color: var(--primary-color);
    color: var(--icon-color);
    border: 1px solid;

}
.btn-catalogue:hover{
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid;

}
#content,
.container {
    max-width: 1140px !important;
}

.m-auto {
    margin: auto;
}

ul li {
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

ul li:hover {
    background-color: #f7f7f7;
}
#submitContact{
    font-size: 14px !important;
}
#modal-share-contact{
    background-color: rgba(0, 0, 0, 0.25);
}

.qr_code_profil{
    display: flex;
    justify-content: center;
}
#modal-share-contact, .form-input{
    font-size: 14px !important;
}
.textarea-input {
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: inherit;
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.color-picker-container{
    width: 75%;
    max-width: 768px;
    position: relative;
    top: 20px;
    margin: auto;
    margin-top: 20px;
    z-index: 1;
    
}
.color-picker{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 75%;
    max-width: 768px;
    opacity: 0.5;
}
.color-picker:hover{
    opacity: 1;
}
.border-color-picker{
    border: 1px solid #a8a5a5;
}
.btn-save{
    background: #1b4285;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}