@font-face {
    font-family: 'Exo2-Regular';
    src: url('../fonts/Exo2-Regular.ttf');
}

@font-face {
    font-family: 'Exo2-Bold';
    src: url('../fonts/Exo2-Bold.ttf');
}

@font-face {
    font-family: 'Exo2-Italic';
    src: url('../fonts/Exo2-Italic.ttf');
}

@font-face {
    font-family: 'Exo2-Light';
    src: url('../fonts/Exo2-Light.ttf');
}

@font-face {
    font-family: 'Exo2-Medium';
    src: url('../fonts/Exo2-Medium.ttf');
}

@font-face {
    font-family: 'Exo2-SemiBold';
    src: url('../fonts/Exo2-SemiBold.ttf');
}

:root {
    --blue: #1D6DCC;
    --black: #333237;
    --grey: #828282;
    --grey-soft: #DDE5E9;
    --sand: #CF8000;
    --blush: #FFB6A9;
    --deep-sea: #185297;
    --yellow: #FBC51B;
    --yellow-light: #FDE189;
    --white: #FFFFFF;
    --background: #FAF9FB;
    --salmon: #FF7058;
    --peach: #FF782C;
    --blue-light: #A8D0FF;
    --green: #198754;
}

body {
    font-family: 'Exo2-Regular';
}

.btn {
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 0.18px;
    border: none !important;
}

.btn-primary {
    background-color: #1D6DCC !important;
    color: var(--white) !important;
}

.btn-secondary {
    background-color: var(--yellow) !important;
    color: var(--white) !important;
}

.btn-primary:hover {
    color: var(--white);
    background-color: #1D6DCC !important;
    opacity: 0.8;
}

.btn-primary:active,
.btn-primary:focus {
    color: var(--white);
    background-color: #1F4F89 !important;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 99;
    backdrop-filter: blur(50px);
    padding: 15px 0;
}

.navbar .navbar-brand {
    display: none;
}

.navbar .nav-link {
    color: var(--black);
    font-family: 'Exo2-SemiBold';
    font-size: 16px;
    /* text-transform: uppercase; */
    margin-right: 50px;
}

.navbar .nav-item:last-child .nav-link {
    margin-right: 0px;
}

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

.navbar .nav-link.dropdown-toggle img,
.navbar-blue .nav-link.dropdown-toggle img {
    display: none;
}

.navbar-blue {
    background-color: var(--blue);
    padding: 7px 0;
    box-shadow: 0px 2px 100px 0px rgba(221, 229, 233, 0.20);
}

.navbar-blue .navbar-brand {
    display: block;
}

.navbar-blue .navbar-brand .icon,
.navbar-blue .navbar-brand .icon-bg-blue {
    width: 230px;
}

.navbar-blue .navbar-brand .icon {
    display: none;
}

.navbar-blue .nav-link {
    font-family: 'Exo2-Regular';
    color: var(--white);
    font-size: 16px;
    margin-right: 20px;
    text-transform: unset;
}

.navbar-blue .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.navbar-blue .nav-link.show {
    color: var(--white);
}

.navbar .dropdown-menu {
    margin-top: 0;
    min-width: auto;
    padding: 0;
    border-radius: 4px;
    top: 90%;
    background-color: transparent;
}

.navbar-blue .dropdown-item {
    color: var(--black);
    border-radius: 4px;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-blue .dropdown-menu {
    background-color: var(--blue-light);
}

.navbar-blue .dropdown-item {
    color: var(--white);
    /* border-radius: 4px;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px; */
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:active {
    color: var(--black);
    background-color: transparent;
}

.navbar-blue .dropdown-item:hover,
.navbar-blue .dropdown-item:focus,
.navbar-blue .dropdown-item:active {
    background-color: var(--blue-light);
}

.navbar-blue .navbar-collapse {
    justify-content: end;
}

#home {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .bg-left {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#home .bg-right {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#home .content {
    text-align: center;
    position: relative;
    z-index: 2;
}

#home .content img {
    width: 520px;
    margin-top: 100px;
    margin-bottom: 20px;
}

#home .content h1 {
    color: var(--black);
    font-family: 'Exo2-SemiBold';
    font-size: 40px;
    line-height: 58px;
    padding: 0 25%;
    margin-bottom: 10px;
}

#home .content h3 {
    color: var(--grey);
    font-size: 18px;
    line-height: 31px;
    padding: 0 20%;
    margin-bottom: 20px;
}

#home .content .btn {
    text-transform: uppercase;
    font-family: 'Exo2-SemiBold';
    font-size: 18px;
    letter-spacing: 0.2px;
    width: 250px;
    padding: 15px 0;
}

#experience {
    padding: 130px 0 50px;
}

#experience h4,
#solution h4,
#benefit h4,
#portfolio h4,
#client h4 {
    font-family: 'Exo2-Medium';
    color: var(--yellow);
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#experience h2,
#solution h2,
#benefit h2,
#portfolio h2,
#client h2 {
    font-family: 'Exo2-SemiBold';
    color: var(--black);
    font-size: 32px;
    line-height: 60px;
}

#experience p,
#solution p,
#benefit p,
#portfolio p,
#client p {
    color: var(--grey);
    font-size: 17px;
    line-height: 29px;
}

#experience .left-side {
    padding-right: 130px;
}

#experience .item {
    background-color: var(--blue);
    text-align: center;
    padding: 10px 10px;
}

#experience .item.border-radius-top {
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}

#experience .item.border-radius-bottom {
    border-radius: 0 0 10px 10px;
}

#experience .item.project {
    border-radius: 0 0 10px 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#experience .item .count-item {
    font-family: 'Exo2-Bold';
    color: var(--white);
    font-size: 64px;
    line-height: 84px;
    letter-spacing: 3px;
    display: inline-flex;
    margin-bottom: 5px;
}

#experience .item h3 {
    font-family: 'Exo2-Medium';
    color: var(--white);
    font-size: 21px;
}

#solution {
    padding: 90px 0;
}

#solution .desc {
    padding: 0 12%;
}

#solution .item {
    position: relative;
    height: 440px;
    background-color: var(--background);
    border-radius: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    padding: 50px;
    margin-bottom: 80px;
}

#solution .item:last-child {
    margin-bottom: 0;
}

#solution .item:hover {
    background-color: var(--blue);
}

#solution .item:hover .white-element .arch-top,
#solution .item:hover .white-element .arch-right {
    background-color: var(--blue);
}

#solution .item:hover .arrow {
    top: 0;
    opacity: 1;
    z-index: 3;
}

#solution .item .white-element {
    background-color: var(--white);
    width: 210px;
    height: 100px;
    border-radius: 0 0 0 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

#solution .item .white-element::before {
    content: "";
    background-color: var(--white);
    width: 50px;
    height: 50px;
    position: absolute;
    left: -50px;
}

#solution .item .white-element::after {
    content: "";
    background-color: var(--white);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    right: 0;
}

#solution .item .white-element .arch-top {
    background-color: var(--background);
    width: 100px;
    height: 100px;
    position: absolute;
    left: -100px;
    border-radius: 25px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#solution .item .white-element .arch-right {
    background-color: var(--background);
    width: 200px;
    height: 100px;
    position: absolute;
    top: 100px;
    right: 0;
    border-radius: 25px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#solution .item .arrow {
    background-color: var(--yellow);
    width: 150px;
    height: 85px;
    border-radius: 50px;
    position: absolute;
    top: 100px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    display: none;
}

#solution .item .arrow img {
    width: 65px;
}

#solution .item .text {
    align-self: center;
    width: 55%;
}

#solution .item:hover .text {
    width: 52%;
    padding-right: 40px;
}

#solution .item .text h3 {
    color: var(--black);
    font-family: 'Exo2-SemiBold';
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 50%;
    padding-right: 10%;
}

#solution .item:hover .text h3 {
    margin-top: 130px;
    color: var(--white);
    width: auto;
    padding-right: 0;
}

#solution .item .text p {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}

#solution .item .text p {
    color: var(--grey-soft);
    /* font-family: 'Exo2-Medium'; */
    font-size: 18px;
    line-height: 28px;
}

#solution .item:hover .text p {
    height: auto;
}

#solution .item .icon {
    z-index: 4;
    width: 320px;
    height: auto;
}

#solution .item:hover .icon {
    display: none;
}

#solution .item .icon-hover {
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 220px;
    height: auto;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#solution .item:hover .icon-hover {
    opacity: 1;
    visibility: visible;
    /* top: -25px; */
    bottom: calc(50% + 10px);
    left: 50%;
    width: 220px;
    height: auto;
    transform: translate(calc(-300% + 150px), -25px);
    /* bottom: calc(50% + 30px);
    left: 50px; */
}

#solution .item .detail {
    position: absolute;
    background-color: var(--white);
    height: calc(100% + 40px);
    width: 48%;
    top: -10%;
    right: 0;
    z-index: 5;
    border: 8px solid var(--yellow);
    border-radius: 0 50px 25px 0;
    padding: 50px 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

#solution .item .detail::before {
    content: "";
    background-color: linear-gradient(4deg, #FBC51B 8.57%, #F1B515 75.85%, #CF8000 137.96%);
    border-top: 20px solid var(--white);
    border-left: 20px solid var(--white);
    border-bottom: 20px solid #F1B515;
    border-right: 20px solid #F1B515;
    position: absolute;
    top: -8px;
    left: -48px;
}

#solution .item:hover .detail {
    top: -40px;
    opacity: 1;
    visibility: visible;
}

#solution .item .detail .list {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--yellow);
    padding-bottom: 20px;
    margin-bottom: 30px;
    height: 72px;
}

#solution .item .detail .list .dot-list {
    width: 45px;
    margin-right: 15px;
}

#solution .item .detail .list h5 {
    color: var(--green);
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0;
}

#benefit {
    padding: 90px 0;
    background: linear-gradient(180deg, #1D6DCC 48%, #FF7058 112.38%);
}

#benefit .list {
    padding: 0 5.5%;
}

#benefit h2 {
    color: var(--white);
}

#benefit p {
    color: var(--grey-soft);
}

#benefit .desc {
    padding: 0 14%;
}

#benefit .item {
    border-radius: 10px;
    border: 2px solid var(--grey-soft);
    text-align: center;
    color: var(--white);
    margin: 30px 10px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    position: relative;
}

#benefit .item .icon {
    position: absolute;
    width: 95px;
    height: 95px;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.5s ease-in-out, width 0.5s ease-in-out, height 0.5s ease-in-out;
}

#benefit .item h3 {
    font-family: 'Exo2-Medium';
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 100px;
    margin-bottom: 0;
}

#benefit .item .description {
    display: none;
}

#benefit .item .description p {
    color: var(--white);
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.18px;
    text-align: left;
    margin-bottom: 0;
}

#benefit .item:hover {
    background-color: rgba(255, 255, 255, 0.20);
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
    padding: 0;
    display: block;
}

#benefit .item:hover h3 {
    display: none;
}

#benefit .item:hover .icon {
    width: 80px;
    height: 80px;
    transform: translate(calc(100% + 0px), calc(100% + 60px)) rotate(-45deg);
}

#benefit .item:hover .description {
    display: block;
    padding: 25px 15px;
}

#portfolio {
    padding: 90px 0;
}

#portfolio h2 {
    margin-bottom: 0;
}

#portfolio p {
    padding-right: 17%;
}

#portfolio .see-all {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: var(--blue);
    font-size: 18px;
    letter-spacing: 0.18px;
    position: absolute;
    top: 0;
    right: 0;
}

#portfolio .see-all .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

#portfolio .see-all .icon img {
    width: 35px;
}

#portfolio .see-all:hover .icon {
    background-color: var(--blue);
}

#portfolio .see-all:hover .icon img {
    filter: brightness(0) invert(1) grayscale(1);
}

#portfolio .category {
    display: flex;
    margin-bottom: 30px;
}

#portfolio .category .radio {
    margin-right: 20px;
}

#portfolio .category .radio input {
    display: none;
}

#portfolio .category .radio label {
    display: flex;
    padding: 12px 18px;
    border: 1px solid var(--grey);
    color: var(--grey);
    border-radius: 18px;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.6px;
}

#portfolio .category .radio input:checked+label {
    background-color: var(--blue);
    color: var(--white);
}

#portfolio .category .radio label:hover {
    background-color: rgba(29, 109, 204, 0.20);
    color: var(--blue);
    border-color: var(--blue);
}

#portfolio .category .radio input:checked+label .number {
    color: #fff !important;
    background: #3592FF !important;
    font-weight: 600 !important;
}

#portfolio .category .radio label:hover .number {
    color: #fff;
    background: #3592FF;
    font-weight: 600;
}

#portfolio .category .radio label .number {
    background: #d4d4d4;
    color: #000;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}

#portfolio .category-select {
    display: none;
}

#portfolio .portfolio-item {
    -webkit-transition: visibility 0.5s ease, position 0.5s ease, left 0.5s ease, top 0.5s ease;
    -moz-transition: visibility 0.5s ease, position 0.5s ease, left 0.5s ease, top 0.5s ease;
    -ms-transition: visibility 0.5s ease, position 0.5s ease, left 0.5s ease, top 0.5s ease;
    -o-transition: visibility 0.5s ease, position 0.5s ease, left 0.5s ease, top 0.5s ease;
    transition: visibility 0.5s ease, position 0.5s ease, left 0.5s ease, top 0.5s ease;
    /* -webkit-transition: max-height 0.5s ease, visibility 0.1s linear;
    -moz-transition: max-height 0.5s ease, visibility 0.1s linear;
    -ms-transition: max-height 0.5s ease, visibility 0.1s linear;
    -o-transition: max-height 0.5s ease, visibility 0.1s linear;
    transition: max-height 0.5s ease, visibility 0.1s linear; */
    /* max-height: 300px; */
    /* max-width: 400px; */
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
}

#portfolio .portfolio-item.hide-item {
    /* max-height: 0; */
    /* max-width: 0; */
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    left: -20%;
    top: 20%;
    /* display: none; */
}

/* #portfolio .portfolio-item.hide-item .thumbnail {
    max-height: 0;
}
*/
/* #portfolio .portfolio-item .thumbnail img {
    max-height: 400px;
}
#portfolio .portfolio-item.hide-item .thumbnail img {
    max-height: 0;
} */

#portfolio .thumbnail {
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    max-height: 300px;
}

#portfolio .thumbnail img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    max-height: 300px;
}

#portfolio .thumbnail .btn-detail {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: var(--blue);
    color: var(--white);
    font-family: 'Exo2-SemiBold';
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 13px 15px;
    width: 180px;
    align-items: center;
    -webkit-transition: width 0.5s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: width 0.5s ease-in-out, opacity 0.2s ease-in-out;
    transition: width 0.5s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
    display: none;
}

/* #portfolio .thumbnail:hover img {
    filter: blur(3px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#portfolio .thumbnail:hover .btn-detail {
    opacity: 1;
} */

#portfolio .thumbnail .btn-detail .icon {
    filter: brightness(0) invert(1) grayscale(1);
    width: 25px;
    height: 25px;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#portfolio .thumbnail .btn-detail:hover {
    width: 210px;
}

#portfolio .thumbnail .btn-detail:hover .icon {
    opacity: 1;
}

#client {
    padding: 90px 0;
}

#client p {
    padding: 0 16%;
}

#client img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#client img:hover {
    scale: 1.4;
}

#client .loading {
    width: 50px;
    height: 50px;
}

#client .loading:hover {
    scale: unset;
}

#contact {
    position: relative;
}

#contact hr {
    padding-bottom: 30px;
}

#contact h1 {
    color: var(--blue);
    font-family: 'Exo2-Bold';
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 40px;
    padding-right: 27%;
}

#contact .sitemenu {
    background-color: var(--blue);
    padding: 60px 0;
}

#contact .sitemenu img {
    width: 300px;
    margin-bottom: 30px;
}

#contact .sitemenu h3 {
    color: var(--white);
    font-family: 'Exo2-SemiBold';
    font-size: 20px;
    margin-bottom: 18px;
}

#contact .sitemenu .link {
    display: flex;
    flex-direction: column;
}

#contact .sitemenu .link a {
    color: var(--white);
    /* font-family: 'Exo2-Medium'; */
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 14px;
}

#contact .sitemenu .socmed {
    margin-top: 30px;
}

#contact .sitemenu .socmed a {
    text-decoration: none;
    color: var(--white);
    margin-right: 20px;
}

#contact .sitemenu .socmed a:last-child {
    margin-right: 0;
}

#contact .sitemenu .socmed a i {
    font-size: 24px;
}

.form-message {
    border-radius: 50px 0px 0px 70px;
    border: 1px solid var(--Grey-Soft, #DDE5E9);
    background: var(--White, #FFF);
    padding: 50px 80px;
    position: absolute;
    width: 45%;
    height: calc(100% - 60px);
    top: 40px;
    right: 0;
}

.form-message .contact-form {
    position: relative;
    z-index: 2;
}

.form-message .form-label {
    color: rgba(130, 130, 130, 0.80);
    font-size: 16px;
    letter-spacing: 0.18px;
    margin-bottom: 10px;
}

.form-message .form-control {
    border-radius: 8px;
    border: 1.5px solid rgba(130, 130, 130, 0.80);
    color: rgba(130, 130, 130, 0.50);
    font-size: 18px;
    letter-spacing: 0.18px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
}

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

.form-message .form-control::placeholder {
    color: rgba(130, 130, 130, 0.50);
    font-size: 16px;
    letter-spacing: 0.18px;
}

.form-message .bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

footer {
    background-color: var(--blue);
    text-align: center;
    padding: 20px 0;
}

footer p {
    margin-bottom: 0;
    color: var(--grey-soft);
    font-size: 18px;
}

.grecaptcha-badge {
    z-index: 10;
}

@media (min-width: 1400px) {
    #solution .desc {
        padding: 0 16%;
    }

    #solution .item:hover .icon-hover {
        transform: translate(calc(-300% + 65px), -25px);
    }

    #benefit .desc {
        padding: 0 19%;
    }

    #benefit .list {
        padding: 0 10%;
    }

    #portfolio p {
        padding-right: 28%;
    }

    #client p {
        padding: 0 20%;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #home .content img {
        margin-top: 60px;
        margin-bottom: 0;
    }

    #experience .left-side {
        padding-right: 30px;
    }

    #experience .item .count-item {
        font-size: 58px;
    }

    #experience .item h3 {
        font-size: 18px;
    }

    #solution .desc {
        padding: 0 3%;
    }

    #solution .item .text h3 {
        padding-right: 0;
    }

    #solution .item:hover .icon-hover {
        transform: translate(calc(-300% + 245px), -55px);
    }

    #benefit .desc {
        padding: 0 7%;
    }

    #benefit .item {
        padding: 0 35px;
    }

    #benefit .item .description p {
        font-size: 14px;
        line-height: 22px;
    }

    #portfolio p {
        padding-right: 3%;
    }

    #client p {
        padding: 0 9%;
    }

    #contact h1 {
        font-size: 46px;
        line-height: 73px;
        padding-right: 19%;
    }

    .form-message {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #home .content img {
        width: 430px;
        margin-top: 44px;
        margin-bottom: 0;
    }

    #home .content h1 {
        font-size: 36px;
        line-height: 46px;
    }

    #home .content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    #home .content .btn {
        width: 180px;
        padding: 10px 0;
        font-size: 14px;
    }

    #experience,
    #solution,
    #benefit,
    #portfolio,
    #client {
        padding: 60px 0;
    }

    #experience h4,
    #solution h4,
    #benefit h4,
    #portfolio h4,
    #client h4 {
        font-size: 14px;
    }

    #experience h2,
    #solution h2,
    #benefit h2,
    #portfolio h2,
    #client h2 {
        font-size: 28px;
        line-height: 50px;
    }

    #experience p,
    #solution p,
    #benefit p,
    #portfolio p,
    #client p {
        font-size: 15px;
        line-height: 25px;
    }

    #experience {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    #experience .left-side {
        padding-right: 0;
    }

    #experience .item .count-item {
        font-size: 42px;
        line-height: 62px;
    }

    #experience .item h3 {
        font-size: 16px;
    }

    #solution .desc {
        padding: 0 7%;
    }

    #solution .item {
        padding: 30px;
    }

    #solution .item .text h3 {
        font-size: 26px;
        line-height: 44px;
    }

    #solution .item .text p {
        font-size: 15px;
        line-height: 24px;
    }

    #solution .item .icon {
        width: 280px;
    }

    #solution .item:hover .icon-hover {
        width: 180px;
        bottom: calc(50% + 50px);
        transform: translate(calc(-260% + 150px), -25px);
    }

    #solution .item .detail {
        padding: 35px 15px;
    }

    #solution .item .detail .list .dot-list {
        width: 20px;
        margin-right: 10px;
    }

    #solution .item .detail .list {
        height: 40px;
    }

    #solution .item .detail .list h5 {
        font-size: 12px;
        line-height: 20px;
    }

    #benefit .desc {
        padding: 0 10%;
    }

    #benefit .item {
        padding: 0 50px;
    }

    #benefit .item .icon {
        width: 80px;
        height: 80px;
    }

    #benefit .item h3 {
        font-size: 20px;
        line-height: 30px;
    }

    #benefit .item .description p {
        font-size: 14px;
        line-height: 24px;
    }

    #portfolio p {
        padding-right: 8%;
    }

    #portfolio .category .radio {
        margin-right: 10px;
    }

    #portfolio .category .radio label {
        font-size: 12px;
        border-radius: 14px;
        padding: 10px 14px;
    }

    #client p {
        padding: 0px 12%;
    }

    #contact h1 {
        font-size: 38px;
        line-height: 54px;
        padding-right: 1%;
    }

    .form-message {
        padding: 30px;
        border-radius: 30px 0px 0px 50px;
        height: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .navbar,
    .navbar-blue {
        top: 0;
        background-color: var(--white);
        padding: 7px 0;
        box-shadow: 0px 2px 100px 0px rgba(221, 229, 233, 0.20);
    }

    .navbar.bg-blue {
        background-color: var(--blue) !important;
    }

    .navbar .navbar-brand,
    .navbar-blue .navbar-brand {
        display: block;
    }

    .navbar .navbar-brand .icon,
    .navbar-blue .navbar-brand .icon,
    .navbar .navbar-brand .icon-bg-blue,
    .navbar-blue .navbar-brand .icon-bg-blue {
        width: 150px;
    }

    .navbar .navbar-brand .icon-bg-blue,
    .navbar-blue .navbar-brand .icon-bg-blue {
        display: none;
    }

    .navbar.bg-blue .icon-bg-blue {
        display: block;
    }

    .navbar.bg-blue .icon {
        display: none;
    }

    .navbar .navbar-toggler,
    .navbar-blue .navbar-toggler {
        color: var(--white);
        border: none;
    }

    .navbar .navbar-toggler img,
    .navbar-blue .navbar-toggler img {
        width: 24px;
        height: 24px;
    }

    .navbar .navbar-toggler .close-button,
    .navbar-blue .navbar-toggler .close-button {
        display: none;
    }

    .navbar .navbar-toggler:focus,
    .navbar-blue .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar .navbar-nav,
    .navbar-blue .navbar-nav {
        height: 100vh;
    }

    .navbar .nav-item,
    .navbar-blue .nav-item {
        padding: 0 10px;
    }

    .navbar .nav-link,
    .navbar-blue .nav-link {
        font-family: 'Exo2-Medium';
        margin-right: 0;
        text-align: right;
        color: var(--white);
        border-bottom: 1px solid var(--white);
        padding: 15px 10px;
    }

    .navbar .nav-link:focus,
    .navbar .nav-link:active,
    .navbar .nav-link:hover,
    .navbar-blue .nav-link:focus,
    .navbar-blue .nav-link:active,
    .navbar-blue .nav-link:hover {
        color: var(--yellow);
        border-color: var(--yellow);
        font-family: 'Exo2-SemiBold';
    }

    .navbar .nav-item.dropdown,
    .navbar-blue .nav-item.dropdown {
        padding: 0;
        margin-top: 40px;
        width: auto;
        align-self: center;
        border-radius: 5px;
        background: var(--background);
    }

    .navbar .nav-link.dropdown-toggle,
    .navbar-blue .nav-link.dropdown-toggle {
        border-bottom: none;
        text-align: center;
        color: var(--blue);
        padding: 10px;
    }

    .navbar .nav-link.dropdown-toggle img,
    .navbar-blue .nav-link.dropdown-toggle img {
        display: inline;
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    /* .navbar .navbar-collapse.show{
        background-color: var(--blue);
    } */

    #home {
        background: linear-gradient(180deg, #398DD9 48.01%, #0E56AA 99.71%);
        padding: 30px 50px;
        height: auto;
        margin-top: 62px;
    }

    #home .bg-left,
    #home .bg-right {
        display: none;
    }

    #home .content img {
        display: none;
    }

    #home .content h1 {
        color: var(--white);
        font-family: 'Exo2-SemiBold';
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
        padding: 0;
    }

    #home .content h3 {
        color: var(--white);
        font-family: 'Exo2-Medium';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 0;
    }

    #home .content .btn {
        font-family: 'Exo2-Medium';
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        width: 130px;
        padding: 8px 25px;
        border-radius: 5px;
    }

    #experience,
    #solution,
    #benefit,
    #portfolio,
    #client {
        padding: 30px 0;
    }

    #experience h4,
    #solution h4,
    #benefit h4,
    #portfolio h4,
    #client h4 {
        font-size: 12px;
        letter-spacing: 0.12px;
        text-transform: none;
    }

    #experience h2,
    #solution h2,
    #benefit h2,
    #portfolio h2,
    #client h2 {
        font-size: 18px;
        line-height: unset;
    }

    #experience p,
    #solution p,
    #benefit p,
    #portfolio p,
    #client p {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 0;
    }

    #experience .left-side {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    #experience .btn {
        display: none;
    }

    #experience .item {
        margin-top: 20px;
    }

    #experience .item.border-radius-bottom {
        margin-top: 0;
    }

    #experience .item .count-item {
        font-size: 32px;
        letter-spacing: 3px;
        line-height: unset;
    }

    #experience .item h3 {
        font-size: 14px;
    }

    #solution {
        background: var(--background);
    }

    #solution .desc {
        padding: 0;
    }

    #solution .item {
        height: auto;
        background-color: var(--blue);
        border-radius: 15px;
        padding: 32% 25px 0 25px;
        margin: 60px 0 80px;
        flex-direction: column;
        align-items: baseline;
    }

    #solution .item .white-element {
        background: var(--background);
        border-radius: 0 0 0 15px;
        width: 90px;
        height: 60px;
    }

    #solution .item .white-element::before {
        background-color: var(--background);
        width: 30px;
        height: 30px;
        position: absolute;
        left: -30px;
    }

    #solution .item .white-element::after {
        background-color: var(--background);
        width: 30px;
        height: 30px;
        position: absolute;
        top: 60px;
        right: 0;
    }

    #solution .item .white-element .arch-top {
        background-color: var(--blue);
        width: 50px;
        height: 50px;
        left: -50px;
        border-radius: 15px;
    }

    #solution .item .white-element .arch-right {
        background-color: var(--blue);
        width: 42px;
        height: 42px;
        top: 60px;
        border-radius: 15px;
    }

    #solution .item .arrow {
        top: 0;
        right: 10px;
        opacity: 1;
        z-index: 3;
        border-radius: 10px;
        width: 70px;
        height: 48px;
        display: flex;
    }

    #solution .item .arrow img {
        width: 30px;
    }

    #solution .item .icon {
        display: none;
    }

    #solution .item:hover .icon-hover,
    #solution .item .icon-hover {
        position: relative;
        /* top: -20px;
        left: 25px; */
        width: 135px;
        opacity: 1;
        visibility: visible;
        margin-top: -45%;
        margin-bottom: 15px;
        left: unset;
        bottom: unset;
        transform: none;
    }

    #solution .item:hover .text,
    #solution .item .text {
        width: 100%;
        padding: 0;
    }

    #solution .item:hover .text h3,
    #solution .item .text h3 {
        color: var(--white);
        font-size: 16px;
        line-height: 24px;
        width: auto;
        padding-right: 0;
        margin-top: 0;
    }

    #solution .item .text p {
        height: auto;
        overflow: unset;
        font-size: 11px;
        line-height: 18px;
        color: var(--white);
        margin-bottom: 20px;
    }

    #solution .item:hover .detail,
    #solution .item .detail {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        border-radius: 15px 15px 0 0;
        border-width: 5px;
        border-bottom: unset;
        padding: 15px 15px 0;
        top: unset;
    }

    #solution .item .detail::before {
        display: none;
    }

    #solution .item .detail .list {
        padding-bottom: 10px;
        margin-bottom: 10px;
        height: 40px;
    }

    #solution .item .detail .list .dot-list {
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }

    #solution .item .detail .list h5 {
        font-size: 10px;
        line-height: unset;
    }

    #benefit .list {
        padding: 0;
    }

    #benefit .desc {
        padding: 0;
    }

    #benefit .list {
        padding: 0 20px;
    }

    #benefit .item:hover,
    #benefit .item {
        border-radius: 10px;
        border: 1px solid var(--grey-soft);
        background: rgba(255, 255, 255, 0.20);
        padding: 20px 20px 30px;
        margin: 15px 0;
        height: auto;
        display: block;
    }

    #benefit .item .title {
        display: flex;
        margin-bottom: 12px;
        align-items: center;
    }

    #benefit .item:hover .icon,
    #benefit .item .icon {
        width: 40px;
        height: 40px;
        top: unset;
        left: unset;
        transform: none;
        position: relative;
    }

    #benefit .item:hover h3,
    #benefit .item h3 {
        display: block;
        margin-top: 0;
        margin-left: 10px;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        width: 50%;
        padding-right: 20px;
        margin-bottom: 0;
    }

    #benefit .item:hover .description,
    #benefit .item .description {
        display: block;
        padding: 0;
    }

    #benefit .item .description p {
        font-size: 11px;
        line-height: 18px;
    }

    #portfolio {
        background: var(--background);
    }

    #portfolio p {
        padding-right: 0;
        margin-bottom: 20px;
    }

    #portfolio .category {
        display: none;
    }

    #portfolio .category-select {
        display: block;
        margin-bottom: 30px;
    }

    #portfolio .category-select:focus {
        box-shadow: none;
    }

    #portfolio .thumbnail {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid var(--grey-soft);
    }

    #portfolio .col-md-4:last-child .thumbnail {
        margin-bottom: 0;
        border-bottom: none;
    }

    #client p {
        padding: 0;
    }

    #client img {
        /* scale: 1.2; */
    }

    #contact {
        /* padding: 30px 18px; */
    }

    #contact hr {
        border-color: var(--blue);
        opacity: 1;
        padding-bottom: 20px;
    }

    #contact h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
        padding: 0 18px;
        text-align: center;
    }

    #contact .sitemenu {
        padding: 25px 0 0;
    }

    #contact .sitemenu img {
        width: 190px;
        margin-bottom: 15px;
    }

    #contact .sitemenu h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #contact .sitemenu .link {
        margin-bottom: 10px;
    }

    #contact .sitemenu .link a {
        font-size: 12px;
        margin-bottom: 15px;
    }

    #contact .sitemenu .socmed {
        text-align: center;
    }

    .form-message {
        position: relative;
        width: 100%;
        top: initial;
        right: initial;
        height: unset;
        margin-bottom: 30px;
        border-radius: unset;
        border: none;
        padding: 0 18px;
    }

    .form-message .contact-form {
        border-radius: 10px;
        border: 1px solid var(--grey-soft);
        background: var(--background);
        padding: 25px 20px;
    }

    .form-message .form-label {
        font-size: 12px;
        letter-spacing: 0.12px;
    }

    .form-message .form-control {
        border-radius: 3px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        border: 1px solid var(--grey-soft);
        background: var(--white);
    }

    .form-message .form-control,
    .form-message .form-control::placeholder {
        font-size: 10px;
        letter-spacing: 0.1px;
    }

    .form-message .btn {
        font-size: 14px;
        border-radius: 5px;
    }

    .form-message .bg {
        display: none;
    }

    footer {
        margin-top: -1px;
    }

    footer p {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {

    .navbar,
    .navbar-blue {
        top: 0;
        background-color: var(--white);
        padding: 7px 0;
        box-shadow: 0px 2px 100px 0px rgba(221, 229, 233, 0.20);
    }

    .navbar.bg-blue {
        background-color: var(--blue) !important;
    }

    .navbar .navbar-brand,
    .navbar-blue .navbar-brand {
        display: block;
    }

    .navbar .navbar-brand .icon,
    .navbar-blue .navbar-brand .icon,
    .navbar .navbar-brand .icon-bg-blue,
    .navbar-blue .navbar-brand .icon-bg-blue {
        width: 150px;
    }

    .navbar-blue .navbar-brand .icon {
        display: block;
    }

    .navbar .navbar-brand .icon-bg-blue,
    .navbar-blue .navbar-brand .icon-bg-blue {
        display: none;
    }

    .navbar.bg-blue .icon-bg-blue {
        display: block;
    }

    .navbar.bg-blue .icon {
        display: none;
    }

    .navbar .navbar-toggler,
    .navbar-blue .navbar-toggler {
        color: var(--white);
        border: none;
    }

    .navbar .navbar-toggler img,
    .navbar-blue .navbar-toggler img {
        width: 24px;
        height: 24px;
    }

    .navbar .navbar-toggler .close-button,
    .navbar-blue .navbar-toggler .close-button {
        display: none;
    }

    .navbar .navbar-toggler:focus,
    .navbar-blue .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar .navbar-nav,
    .navbar-blue .navbar-nav {
        height: 100vh;
    }

    .navbar .nav-item,
    .navbar-blue .nav-item {
        padding: 0 10px;
    }

    .navbar .nav-link,
    .navbar-blue .nav-link {
        font-family: 'Exo2-Medium';
        margin-right: 0;
        text-align: right;
        color: var(--white);
        border-bottom: 1px solid var(--white);
        padding: 15px 10px;
    }

    .navbar .nav-link:focus,
    .navbar .nav-link:active,
    .navbar .nav-link:hover,
    .navbar-blue .nav-link:focus,
    .navbar-blue .nav-link:active,
    .navbar-blue .nav-link:hover {
        color: var(--yellow);
        border-color: var(--yellow);
        font-family: 'Exo2-SemiBold';
    }

    .navbar .nav-item.dropdown,
    .navbar-blue .nav-item.dropdown {
        padding: 0;
        margin-top: 40px;
        width: auto;
        align-self: center;
        border-radius: 5px;
        background: var(--background);
    }

    .navbar .nav-link.dropdown-toggle,
    .navbar-blue .nav-link.dropdown-toggle {
        border-bottom: none;
        text-align: center;
        color: var(--blue);
        padding: 10px;
    }

    .navbar .nav-link.dropdown-toggle img,
    .navbar-blue .nav-link.dropdown-toggle img {
        display: inline;
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    /* .navbar .navbar-collapse.show{
        background-color: var(--blue);
    } */

    #home {
        background: linear-gradient(180deg, #398DD9 48.01%, #0E56AA 99.71%);
        padding: 30px 50px;
        height: auto;
        margin-top: 60px;
    }

    #home .bg-left,
    #home .bg-right {
        display: none;
    }

    #home .content img {
        display: none;
    }

    #home .content h1 {
        color: var(--white);
        font-family: 'Exo2-SemiBold';
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
        padding: 0;
    }

    #home .content h3 {
        color: var(--white);
        font-family: 'Exo2-Medium';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 0;
    }

    #home .content .btn {
        font-family: 'Exo2-Medium';
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
        width: 140px;
        padding: 8px 25px;
        border-radius: 5px;
    }

    #experience,
    #solution,
    #benefit,
    #portfolio,
    #client {
        padding: 30px 0;
    }

    #experience h4,
    #solution h4,
    #benefit h4,
    #portfolio h4,
    #client h4 {
        font-size: 12px;
        letter-spacing: 0.12px;
        text-transform: none;
    }

    #experience h2,
    #solution h2,
    #benefit h2,
    #portfolio h2,
    #client h2 {
        font-size: 18px;
        line-height: unset;
    }

    #experience p,
    #solution p,
    #benefit p,
    #portfolio p,
    #client p {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 0;
    }

    #experience .left-side {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    #experience .btn {
        display: none;
    }

    #experience .item {
        margin-top: 20px;
    }

    #experience .item.border-radius-bottom {
        margin-top: 0;
    }

    #experience .item .count-item {
        font-size: 32px;
        letter-spacing: 3px;
        line-height: unset;
    }

    #experience .item h3 {
        font-size: 14px;
    }

    #solution {
        background: var(--background);
    }

    #solution .desc {
        padding: 0;
    }

    #solution .item {
        height: auto;
        background-color: var(--blue);
        border-radius: 15px;
        padding: 32% 25px 0 25px;
        margin: 60px 0 80px;
        flex-direction: column;
        align-items: baseline;
    }

    #solution .item .white-element {
        background: var(--background);
        border-radius: 0 0 0 15px;
        width: 90px;
        height: 60px;
    }

    #solution .item .white-element::before {
        background-color: var(--background);
        width: 30px;
        height: 30px;
        position: absolute;
        left: -30px;
    }

    #solution .item .white-element::after {
        background-color: var(--background);
        width: 30px;
        height: 30px;
        position: absolute;
        top: 60px;
        right: 0;
    }

    #solution .item .white-element .arch-top {
        background-color: var(--blue);
        width: 50px;
        height: 50px;
        left: -50px;
        border-radius: 15px;
    }

    #solution .item .white-element .arch-right {
        background-color: var(--blue);
        width: 42px;
        height: 42px;
        top: 60px;
        border-radius: 15px;
    }

    #solution .item .arrow {
        top: 0;
        right: 10px;
        opacity: 1;
        z-index: 3;
        border-radius: 10px;
        width: 70px;
        height: 48px;
        display: flex;
    }

    #solution .item .arrow img {
        width: 30px;
    }

    #solution .item .icon {
        display: none;
    }

    #solution .item:hover .icon-hover,
    #solution .item .icon-hover {
        position: relative;
        /* top: -20px;
        left: 25px; */
        width: 135px;
        opacity: 1;
        visibility: visible;
        margin-top: -45%;
        margin-bottom: 15px;
        left: unset;
        bottom: unset;
        transform: none;
    }

    #solution .item:hover .text,
    #solution .item .text {
        width: 100%;
        padding: 0;
    }

    #solution .item:hover .text h3,
    #solution .item .text h3 {
        color: var(--white);
        font-size: 16px;
        line-height: 24px;
        width: auto;
        padding-right: 0;
        margin-top: 0;
    }

    #solution .item .text p {
        height: auto;
        overflow: unset;
        font-size: 11px;
        line-height: 18px;
        color: var(--white);
        margin-bottom: 20px;
    }

    #solution .item:hover .detail,
    #solution .item .detail {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        border-radius: 15px 15px 0 0;
        border-width: 5px;
        border-bottom: unset;
        padding: 15px 15px 0;
        top: unset;
    }

    #solution .item .detail::before {
        display: none;
    }

    #solution .item .detail .list {
        padding-bottom: 10px;
        margin-bottom: 10px;
        height: 40px;
    }

    #solution .item .detail .list .dot-list {
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }

    #solution .item .detail .list h5 {
        font-size: 10px;
        line-height: unset;
    }

    #benefit .list {
        padding: 0;
    }

    #benefit .desc {
        padding: 0;
    }

    #benefit .list {
        padding: 0 20px;
    }

    #benefit .item:hover,
    #benefit .item {
        border-radius: 10px;
        border: 1px solid var(--grey-soft);
        background: rgba(255, 255, 255, 0.20);
        padding: 20px 20px 30px;
        margin: 15px 0;
        height: auto;
        display: block;
    }

    #benefit .item .title {
        display: flex;
        margin-bottom: 12px;
        align-items: center;
    }

    #benefit .item:hover .icon,
    #benefit .item .icon {
        width: 40px;
        height: 40px;
        top: unset;
        left: unset;
        transform: none;
        position: relative;
    }

    #benefit .item:hover h3,
    #benefit .item h3 {
        display: block;
        margin-top: 0;
        margin-left: 10px;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        width: 50%;
        padding-right: 20px;
        margin-bottom: 0;
    }

    #benefit .item:hover .description,
    #benefit .item .description {
        display: block;
        padding: 0;
    }

    #benefit .item .description p {
        font-size: 11px;
        line-height: 18px;
    }

    #portfolio {
        background: var(--background);
    }

    #portfolio p {
        padding-right: 0;
        margin-bottom: 20px;
    }

    #portfolio .category {
        display: none;
    }

    #portfolio .category-select {
        display: block;
        margin-bottom: 30px;
    }

    #portfolio .category-select:focus {
        box-shadow: none;
    }

    #portfolio .thumbnail {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid var(--grey-soft);
    }

    #portfolio .col-md-4:last-child .thumbnail {
        margin-bottom: 0;
        border-bottom: none;
    }

    #client p {
        padding: 0;
    }

    #client img {
        /* scale: 1.2; */
    }

    #contact {
        /* padding: 30px 18px; */
    }

    #contact hr {
        border-color: var(--blue);
        opacity: 1;
        padding-bottom: 20px;
    }

    #contact h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
        padding: 0 18px;
        text-align: center;
    }

    #contact .sitemenu {
        padding: 25px 0 0;
    }

    #contact .sitemenu img {
        width: 190px;
        margin-bottom: 15px;
    }

    #contact .sitemenu h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #contact .sitemenu .link {
        margin-bottom: 10px;
    }

    #contact .sitemenu .link a {
        font-size: 12px;
        margin-bottom: 15px;
    }

    #contact .sitemenu .socmed {
        text-align: center;
    }

    .form-message {
        position: relative;
        width: 100%;
        top: initial;
        right: initial;
        height: unset;
        margin-bottom: 30px;
        border-radius: unset;
        border: none;
        padding: 0 18px;
    }

    .form-message .contact-form {
        border-radius: 10px;
        border: 1px solid var(--grey-soft);
        background: var(--background);
        padding: 25px 20px;
    }

    .form-message .form-label {
        font-size: 12px;
        letter-spacing: 0.12px;
    }

    .form-message .form-control {
        border-radius: 3px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        border: 1px solid var(--grey-soft);
        background: var(--white);
    }

    .form-message .form-control,
    .form-message .form-control::placeholder {
        font-size: 10px;
        letter-spacing: 0.1px;
    }

    .form-message .btn {
        font-size: 14px;
        border-radius: 5px;
    }

    .form-message .bg {
        display: none;
    }

    footer {
        margin-top: -1px;
    }

    footer p {
        font-size: 12px;
    }
}

@media (max-width: 320px) {}