@import "./assets/css/color.css";
@import "./assets/css/fonts.css";
:root {
    --cobel-border-radius: .8rem;
    --cobel-line-height: 1.8;
    --cobel-menu-height: 117px;
}
a {
    color: var(--cobel-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--cobel-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
::-moz-selection {
    color: var(--cobel-color-2);
    background: var(--cobel-color-3);
}
::selection {
    color: var(--cobel-color-2);
    background: var(--cobel-color-3);
}
.transition-cobel {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font-size: 1em;
    font-weight: normal;
    margin: 0 auto;
    background-color: var(--cobel-color-bg);
    height: 100%;
}
body.rtl-mode {
    text-align: right;
    font-family: YekanBakhFaNum, serif !important;
}
body.ltr-mode {
    text-align: left;
    font-family: Saira, serif !important;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
    overscroll-behavior: none;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-cobel {
    margin: 0 auto;
    width: 100%;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--cobel-color-1);
    --bs-btn-border-color: var(--cobel-color-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #327125;
    --bs-btn-hover-border-color: #327125;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--cobel-color-1);
    --bs-btn-active-border-color: var(--cobel-color-1);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--cobel-color-1);
    --bs-btn-disabled-border-color: var(--cobel-color-1);
}
.btn-outline-light {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: var(--cobel-color-3);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: var(--cobel-color-3);
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none;
}
.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--cobel-color-2);
    --bs-btn-border-color: var(--cobel-color-2);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #23949e;
    --bs-btn-hover-border-color: #23949e;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--cobel-color-2);
    --bs-btn-active-border-color: var(--cobel-color-2);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: var(--cobel-color-2);
    --bs-btn-disabled-border-color: var(--cobel-color-2);
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--cobel-color-9);
    --bs-btn-border-color: var(--cobel-color-9);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--cobel-color-2);
    --bs-btn-hover-border-color: var(--cobel-color-2);
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--cobel-color-9);
    --bs-btn-active-border-color: var(--cobel-color-9);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--cobel-color-9);
    --bs-btn-disabled-border-color: var(--cobel-color-9);
}
.btn-cobel {
    font-size: 1.35rem;
    font-weight: 300;
    border-radius: 50rem;
    padding: .5rem 1.5rem;
}
.navbar-cobel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1.5rem 0;
    direction: ltr;
}
.navbar-logo {
    display: inline-block;
    height: 60px;
    width: auto;
}
.navbar-logo:hover {
    opacity: .8;
}
.header-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    z-index: 1;
}
.header-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.swiper-header {
    position: relative;
    width: 100%;
    height: 100%;
}
.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, var(--cobel-color-3) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, var(--cobel-color-3) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, var(--cobel-color-3) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.header-section::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url("./assets/img/line-2.svg") no-repeat center bottom;
    background-size: 102% auto;
}
.header-section .container-lg,
.header-section .container-fluid {
    padding-bottom: 13vh;
    position: relative;
    z-index: 3;
}
.header-section .header-title {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    line-height: 1.35;
    text-align: center;
    font-weight: 700;
}
.header-section .header-desc {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: var(--cobel-line-height);
    text-align: center;
    margin-bottom: 0;
}
.circle-before-btn {
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 3.15rem;
    width: 3.15rem;
}
.slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--cobel-color-4);
    padding: 6rem 0 8rem;
}
.slider-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: -webkit-linear-gradient(180deg, var(--cobel-color-4) 0%, rgba(255, 255, 255, 0) 80%);
    background: -moz-linear-gradient(180deg, var(--cobel-color-4) 0%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(180deg, var(--cobel-color-4) 0%, rgba(255, 255, 255, 0) 80%);
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.swiper-about-text,
.swiper-about-thumb {
    width: 100%;
}
.about-thumb-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 125%;
}
.about-slide-item {
    position: relative;
    width: 100%;
}
.about-slide-item h4 {
    color: var(--cobel-color-5);
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.6;
}
.about-slide-item p {
    color: var(--cobel-color-6);
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0;
    text-align: justify;
    line-height: var(--cobel-line-height);
}
.swiper-pagination-about {
    bottom: 0 !important;
    position: relative !important;
    top: auto !important;
    height: 25px;
}
.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--cobel-color-bg);
    opacity: 1;
    border: 4px solid var(--cobel-color-bg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--cobel-color-7);
}
.cobel-main-bg {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: -webkit-linear-gradient(0deg, var(--cobel-color-8) 0%, var(--cobel-color-5) 100%);
    background: -moz-linear-gradient(0deg, var(--cobel-color-8) 0%, var(--cobel-color-5) 100%);
    background: linear-gradient(0deg, var(--cobel-color-8) 0%, var(--cobel-color-5) 100%);
}
.service-section {
    position: relative;
    width: 100%;
    padding: 7rem 0;
    color: #ffffff;
    overflow: hidden;
}
.service-section h4 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: .5rem;
}
.service-section h3 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 0;
}
.ltr-mode .service-section h3 {
    font-weight: 600;
}
.service-section p {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0;
    text-align: justify;
    line-height: var(--cobel-line-height);
    border-right: 1px solid var(--cobel-color-bg);
    padding-right: 5rem;
    padding-top: 3.5rem;
}
.ltr-mode .service-section p {
    border-right: none;
    border-left: 1px solid var(--cobel-color-bg);
    padding-right: 0;
    padding-left: 5rem;
}
.service-item {
    position: relative;
    width: 80%;
    max-width: 237px;
    cursor: pointer;
    display: inline-block;
    margin: 4rem 0;
}
.service-item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-left: 1px solid transparent;
    min-width: 160px;
}
.ltr-mode .service-item-title {
    border-right: 1px solid transparent;
    border-left: none;
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.service-item img {
    display: inline-block;
    height: 90px;
    width: auto;
    margin-bottom: 1rem;
    max-width: 90px;
}
.service-item h5 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0;
}
.service-item-text {
    font-size: 1rem;
    font-weight: normal;
    position: relative;
    opacity: 0;
    line-height: var(--cobel-line-height);
}
.service-item.active {
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.ltr-mode .service-item.active {
    transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
}
.service-item.active .service-item-text {
    opacity: 1;
}
.service-item.active .service-item-title {
    border-color: #ffffff;
    left: 100%;
    transform: translate(2rem, -50%);
    -ms-transform: translate(2rem, -50%);
    -webkit-transform: translate(2rem, -50%);
    padding-left: 2rem;
}
.ltr-mode .service-item.active .service-item-title {
    left: auto;
    right: 100%;
    transform: translate(-2rem, -50%);
    -ms-transform: translate(-2rem, -50%);
    -webkit-transform: translate(-2rem, -50%);
    padding-left: 0;
    padding-right: 2rem;
}
.cards-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding-bottom: 4rem;
    --width-card: 200px;
    --height-card: 750px;
}
.card-item {
    min-height: var(--height-card);
    flex: 0 0 var(--width-card);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.boxes-section .row.items > div:nth-child(3n+1) .box-item,
.cards-section-mobile .accordion-item:nth-child(3n+1),
.card-item:nth-child(3n+1) {
    background: -webkit-linear-gradient(0deg, #130946 0%, #350FF7 100%);
    background: -moz-linear-gradient(0deg, #130946 0%, #350FF7 100%);
    background: linear-gradient(0deg, #130946 0%, #350FF7 100%);
}
.boxes-section .row.items > div:nth-child(3n+2) .box-item,
.cards-section-mobile .accordion-item:nth-child(3n+2),
.card-item:nth-child(3n+2) {
    background: -webkit-linear-gradient(180deg, #18C2C2 0%, #059191 100%);
    background: -moz-linear-gradient(180deg, #18C2C2 0%, #059191 100%);
    background: linear-gradient(180deg, #18C2C2 0%, #059191 100%);
}
.boxes-section .row.items > div:nth-child(3n) .box-item,
.cards-section-mobile .accordion-item:nth-child(3n),
.card-item:nth-child(3n) {
    background: -webkit-linear-gradient(180deg, #3BBE2A 0%, #155F06 100%);
    background: -moz-linear-gradient(180deg, #3BBE2A 0%, #155F06 100%);
    background: linear-gradient(180deg, #3BBE2A 0%, #155F06 100%);
}
.card-item.active {
    flex: 1 1 0%;
}
.card-item-title {
    position: absolute;
    top: 50%;
    left: 0;
    height: var(--width-card);
    width: var(--height-card);
    transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    -webkit-transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding: 1rem 3rem;
}
.ltr-mode .card-item-title {
    align-items: start;
}
.card-item-title h4 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: .5rem;
}
.card-item-title h3 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0;
}
.card-item-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% - var(--width-card));
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-item-content p {
    display: block;
    margin-bottom: 0;
    width: 70%;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: var(--cobel-line-height);
}
.card-item.active .card-item-content {
    opacity: 1;
    visibility: visible;
}
.cards-section-mobile {
    position: relative;
    width: 100%;
    padding-bottom: 4rem;
}
.cards-section-mobile .accordion-item {
    color: #ffffff;
    background-color: transparent;
    border: none;
    margin-bottom: 1rem;
    cursor: pointer;
}
.cards-section-mobile .accordion-button {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 1.5rem 2rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: transparent;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.cards-section-mobile .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
}
.cards-section-mobile .accordion-button::after {
    display: none;
}
.cards-section-mobile h4 {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: .5rem;
}
.cards-section-mobile h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
}
.cards-section-mobile .accordion-body {
    padding: 2.5rem 1.25rem 1.25rem;
    min-height: 230px;
}
.cards-section-mobile .accordion-body p {
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: normal;
    line-height: var(--cobel-line-height);
}
.cta-section {
    position: relative;
    width: 100%;
    color: #ffffff;
    padding: 5rem 0 6rem;
}
.cta-section p {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 6rem;
    line-height: var(--cobel-line-height);
    text-align: center;
}
.cta-section .btn {
    font-size: 1.6rem;
    font-weight: 300;
    padding: .9rem 5rem;
}
.contact-section {
    position: relative;
    width: 100%;
    color: #ffffff;
    padding: 3rem 0 7rem;
}
.contact-section h4 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: .5rem;
}
.contact-section h3 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0;
}
.contact-section p {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: .75rem;
    line-height: var(--cobel-line-height);
    margin-top: 5.5rem;
    direction: ltr;
}
.contact-section p a {
    color: #ffffff;
}
.contact-section a.other,
.contact-section a.email {
    color: #ffffff;
    font-weight: 100;
    font-size: 1.8rem;
    direction: ltr;
}
.contact-section a.other:hover,
.contact-section a.email:hover {
    color: var(--cobel-color-2);
}
.contact-icon {
    display: inline-block;
    height: 50px;
    width: auto;
}
.en-font {
    direction: ltr;
    font-family: Saira, serif !important;
}
.contact-section .btn-cobel {
    width: 60%;
}
#footer {
    position: relative;
    width: 100%;
    display: block;
    background-color: #000000;
    color: #ffffff;
    padding: 1rem 0 0.5rem;
    direction: ltr;
    text-align: left;
}
#footer p {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
}
#footer img {
    display: inline-block;
    height: 40px;
    width: auto;
}
.title-section {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.ltr-mode .title-section {
    font-weight: 600;
}
.model-box {
    position: relative;
    width: 100%;
    text-align: center;
}
.model-box img {
    display: block;
    margin: 0 auto 1.5rem;
    height: 170px;
    width: auto;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
.model-box:hover img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}
.model-box h4 {
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
}
.navbar-cobel .nav-link {
    font-size: 1.3rem;
    font-weight: 300;
    color: #ffffff;
}
.navbar-cobel .nav-link:hover {
    color: var(--cobel-color-2);
}
.rtl-mode .navbar-cobel .navbar-nav {
    direction: rtl;
}
.boxes-section {
    position: relative;
    width: 100%;
    background-color: var(--cobel-color-4);
    padding: 4rem 0 7rem;
}
.box-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2.5rem;
    padding: 5rem 1.5rem 3.5rem;
    color: #ffffff;
}
.box-item h5 {
    font-size: 1.8rem;
    font-weight: 300;
}
.box-item h4 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 7rem;
    line-height: var(--cobel-line-height);
}
.box-item p {
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
}
.model-section {
    position: relative;
    width: 100%;
}
.service-section-2 {
    position: relative;
    width: 100%;
    margin: 10rem 0;
}
.circle-service-desktop {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51.92%, #020A24), color-stop(67.62%, #020C26), color-stop(76.07%, #03142D), color-stop(83.32%, #052238), color-stop(88.15%, #073548), color-stop(94.18%, #094E5D), color-stop(99.01%, #0D6C77), color-stop(102.63%, #109095), color-stop(106.26%, #14B2B2));
    background: -o-linear-gradient(top, #020A24 51.92%, #020C26 67.62%, #03142D 76.07%, #052238 83.32%, #073548 88.15%, #094E5D 94.18%, #0D6C77 99.01%, #109095 102.63%, #14B2B2 106.26%);
    background: linear-gradient(180deg, #020A24 51.92%, #020C26 67.62%, #03142D 76.07%, #052238 83.32%, #073548 88.15%, #094E5D 94.18%, #0D6C77 99.01%, #109095 102.63%, #14B2B2 106.26%);
    z-index: 3;
}
.service-section-2 .lines-1,
.service-section-2 .lines-2,
.service-section-2 .lines-3,
.service-section-2 .lines-4 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
    -ms-transform: translate(-50%, -50%) rotate(-25deg);
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
    width: 160%;
    height: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-top-color: transparent;
    z-index: 4;
    border-radius: 50%;
}
.service-section-2 .lines-1,
.service-section-2 .lines-2 {
    top: 43%;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom-color: transparent;
}
.service-section-2 .lines-2 {
    top: calc(43% + 4rem);
}
.service-section-2 .lines-3 {
    top: calc(45% - 4rem);
}
.service-section-2-title {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.service-section-2-title h4 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: .5rem;
}
.ltr-mode .service-section-2-title h4 {
    font-weight: 600;
}
.service-section-2-title h5 {
    font-size: 2.1rem;
    font-weight: normal;
    margin-bottom: 0;
}
.service-section-2 .item-box {
    position: absolute;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1BC0C0;
    z-index: 5;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: box-shadow 30ms ease-in-out;
    -o-transition: box-shadow 30ms ease-in-out;
    transition: box-shadow 30ms ease-in-out;
}
.service-section-2 .item-box:hover {
    -webkit-box-shadow: 0 0 100px 5px #1BC0C0;
    box-shadow: 0 0 100px 5px #1BC0C0;
}
.service-section-2 .item-1 {
    top: 0;
    right: 7%;
    z-index: 2;
    background-color: #320DEC;
}
.service-section-2 .item-1:hover {
    -webkit-box-shadow: 0 0 100px 5px #320DEC;
    box-shadow: 0 0 100px 5px #320DEC;
}
.service-section-2 .item-2 {
    top: 6%;
    left: 15%;
    z-index: 2;
}
.service-section-2 .item-3 {
    top: 55%;
    right: 0%;
}
.service-section-2 .item-4 {
    top: 70%;
    left: 50%;
}
.service-section-2 .item-5 {
    top: 80%;
    left: 17%;
}
.service-section-2 .item-3,
.service-section-2 .item-5 {
    background-color: #40A52B;
}
.service-section-2 .item-3:hover,
.service-section-2 .item-5:hover {
    -webkit-box-shadow: 0 0 100px 5px #40A52B;
    box-shadow: 0 0 100px 5px #40A52B;
}
.service-section-2 .item-box h5 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5rem;
    padding: 0 4rem;
}
.service-section-2 .item-box p {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: var(--cobel-line-height);
    margin-bottom: 0;
    padding: 0 3rem;
}
.service-section-2 .circle-service-mobile {
    display: none;
}
.service-section-2 .mobile-mode {
    display: none;
    background: linear-gradient(180deg, rgba(2, 10, 36, 0.00) 14.6%, #020A24 71.63%);
}
.mobile-mode .service-section-2-title {
    position: relative;
    top: 0;
}
.item-box-mobile {
    position: relative;
    width: 100%;
    color: #ffffff;
    padding: 1.5rem 0 0;
    margin-bottom: 2rem;
}
.item-box-mobile h5 {
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.item-box-mobile p {
    position: relative;
    z-index: 2;
    font-size: 1rem;
    font-weight: 300;
    line-height: var(--cobel-line-height);
    margin-bottom: 0;
}
.item-box-mobile::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #1BC0C0;
}
.item-box-mobile.item-mobile-1::before {
    background-color: #320DEC;
}
.item-box-mobile.item-mobile-3::before,
.item-box-mobile.item-mobile-5::before {
    background-color: #40A52B;
}
.circle-service-mobile {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51.92%, #020A24), color-stop(67.62%, #020C26), color-stop(76.07%, #03142D), color-stop(83.32%, #052238), color-stop(88.15%, #073548), color-stop(94.18%, #094E5D), color-stop(99.01%, #0D6C77), color-stop(102.63%, #109095), color-stop(106.26%, #14B2B2));
    background: -o-linear-gradient(top, #020A24 51.92%, #020C26 67.62%, #03142D 76.07%, #052238 83.32%, #073548 88.15%, #094E5D 94.18%, #0D6C77 99.01%, #109095 102.63%, #14B2B2 106.26%);
    background: linear-gradient(180deg, #020A24 51.92%, #020C26 67.62%, #03142D 76.07%, #052238 83.32%, #073548 88.15%, #094E5D 94.18%, #0D6C77 99.01%, #109095 102.63%, #14B2B2 106.26%);
    z-index: 1;
    margin-top: -50%;
}
.steps-section {
    position: relative;
    width: 100%;
    color: #ffffff;
}
.steps-section .icon-col {
    width: 200px;
    position: relative;
    padding: 7rem 0;
}
.steps-section .icon-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
}
.steps-section .icon-col img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
    position: relative;
    z-index: 2;
}
.steps-section h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}
.steps-section p {
    font-size: 1.35rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
}
.circles-section {
    position: relative;
    width: 100%;
    --circle: 12%;
    margin-bottom: 7rem;
}
.circles-parent {
    position: relative;
    width: 100%;
}

@-webkit-keyframes cobelCircleRotate {
    100% {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes cobelCircleRotate {
    100% {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes cobelCircleRotateBack {
    100% {
        -webkit-transform: rotate(-1turn);
        -ms-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}
@keyframes cobelCircleRotateBack {
    100% {
        -webkit-transform: rotate(-1turn);
        -ms-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}
@-webkit-keyframes cobelCircleRotateTranslate {
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        -ms-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn);
    }
}
@keyframes cobelCircleRotateTranslate {
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        -ms-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

.circle-line-1 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    z-index: 5;
    -webkit-animation: cobelCircleRotate 70s linear infinite;
    animation: cobelCircleRotate 70s linear infinite;
}
.circle-line-1 .orbit-container {
    -webkit-animation: cobelCircleRotateBack 70s linear infinite;
    animation: cobelCircleRotateBack 70s linear infinite;
}

.circle-line-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: calc(100% - calc(var(--circle) * 1));
    padding-top: calc(100% - calc(var(--circle) * 1));
    z-index: 2;
    -webkit-animation: cobelCircleRotateTranslate 60s linear infinite;
    animation: cobelCircleRotateTranslate 60s linear infinite;
}
.circle-line-2 .orbit-container {
    -webkit-animation: cobelCircleRotateBack 60s linear infinite;
    animation: cobelCircleRotateBack 60s linear infinite;
}

.circle-line-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: calc(100% - calc(var(--circle) * 2));
    padding-top: calc(100% - calc(var(--circle) * 2));
    z-index: 2;
    -webkit-animation: cobelCircleRotateTranslate 50s linear infinite;
    animation: cobelCircleRotateTranslate 50s linear infinite;
}
.circle-line-3 .orbit-container {
    -webkit-animation: cobelCircleRotateBack 50s linear infinite;
    animation: cobelCircleRotateBack 50s linear infinite;
}

.circle-line-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: calc(100% - calc(var(--circle) * 3));
    padding-top: calc(100% - calc(var(--circle) * 3));
    z-index: 2;
    -webkit-animation: cobelCircleRotateTranslate 40s linear infinite;
    animation: cobelCircleRotateTranslate 40s linear infinite;
}
.circle-line-4 .orbit-container {
    -webkit-animation: cobelCircleRotateBack 40s linear infinite;
    animation: cobelCircleRotateBack 40s linear infinite;
}

.circle-line.no-border {
    border: none !important;
    z-index: 5 !important;
}

.circle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 50%;
    width: calc(100% - calc(var(--circle) * 5));
    padding-top: calc(100% - calc(var(--circle) * 5));
    z-index: 5;
    background: -o-linear-gradient(bottom, #020A24 -17.21%, #030C24 32.5%, #051324 51.15%, #0A1E25 63.58%, #112F26 74.45%, #1A4527 82.22%, #256128 89.99%, #328029 97.76%, #40A42B 103.97%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-17.21%, #020A24), color-stop(32.5%, #030C24), color-stop(51.15%, #051324), color-stop(63.58%, #0A1E25), color-stop(74.45%, #112F26), color-stop(82.22%, #1A4527), color-stop(89.99%, #256128), color-stop(97.76%, #328029), color-stop(103.97%, #40A42B));
    background: linear-gradient(0deg, #020A24 -17.21%, #030C24 32.5%, #051324 51.15%, #0A1E25 63.58%, #112F26 74.45%, #1A4527 82.22%, #256128 89.99%, #328029 97.76%, #40A42B 103.97%);
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
}
.circle-center h4 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: .5rem;
}
.circle-center h5 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0;
}
.orbit-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    color: #ffffff;
}
.orbit-container.text {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
}
.orbit-container.text h5 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.orbit-container.text p {
    font-weight: normal;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
}
.orbit-container.c1 {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background-color: #1BC0C0;
}
.orbit-container.c2 {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background-color: #40A52B;
}
.orbit-container.c3 {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: #40A52B;
}
.orbit-container.c4 {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: #320DEC;
}
.orbit-container.c5 {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #320DEC;
}
.orbit-container-out-parent {
    margin-top: -2.5rem;
    z-index: 10;
}
.orbit-container-out {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    color: #ffffff;
}
.orbit-container-out h5 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.orbit-container-out p {
    font-weight: normal;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
}




@media only screen and (min-width: 576px) {
    .model-section .row > div:nth-child(1) .model-box {
        margin-top: 180px;
    }
    .model-section .row > div:nth-child(3) .model-box {
        margin-top: 310px;
    }
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1200px) {
    .navbar-cobel .navbar-nav {
        gap: 1.5rem;
    }
}
@media only screen and (min-width: 1400px) {

}

@media only screen and (max-width: 1800px) {
    .service-section-2 .item-box {
        width: 350px;
        height: 350px;
    }
    .service-section-2 .item-box h5 {
        font-size: 2rem;
        padding: 0 3.5rem;
    }
    .service-section-2 .item-box p {
        font-size: 1rem;
        padding: 0 3rem;
    }
}
@media only screen and (max-width: 1560px) {
    .btn-cobel {
        font-size: 1.1rem;
    }
    .circle-before-btn {
        height: 2.775rem;
        width: 2.775rem;
    }
    .header-section .header-title {
        font-size: 3.5rem;
    }
    .header-section .header-desc {
        font-size: 1.1rem;
    }
    .about-slide-item h4 {
        font-size: 2.1rem;
    }
    .about-slide-item p {
        font-size: 1.1rem;
    }
    .service-section h4 {
        font-size: 2rem;
    }
    .service-section h3 {
        font-size: 4rem;
    }
    .service-section-2-title h4,
    .title-section {
        font-size: 3.7rem;
    }
    .service-section p {
        font-size: 1.2rem;
    }
    .service-item img {
        height: 80px;
    }
    .service-item h5 {
        font-size: 1.5rem;
    }
    .card-item-title h4 {
        font-size: 1.7rem;
    }
    .card-item-title h3 {
        font-size: 2.5rem;
    }
    .card-item-content p {
        font-size: 1.2rem;
    }
    .cards-section {
        --height-card: 680px;
    }
    .cta-section p {
        font-size: 1.4rem;
        margin-bottom: 5rem;
    }
    .cta-section .btn {
        font-size: 1.4rem;
        padding: .9rem 4rem;
    }
    .contact-section h4 {
        font-size: 1.5rem;
    }
    .contact-section h3 {
        font-size: 3rem;
    }
    .box-item h5 {
        font-size: 1.65rem;
    }
    .box-item h4 {
        font-size: 2.8rem;
        margin-bottom: 5rem;
    }
    .box-item p {
        font-size: 1rem;
    }
    .service-section-2 .item-box {
        width: 330px;
        height: 330px;
    }
    .service-section-2 .item-box h5 {
        font-size: 1.8rem;
        padding: 0 3rem;
    }
    .service-section-2 .item-box p {
        font-size: .9rem;
    }
}
@media only screen and (max-width: 1399.98px) {
    .about-slide-item h4 {
        font-size: 1.8rem;
    }
    .box-item h5 {
        font-size: 1.5rem;
    }
    .box-item h4 {
        font-size: 2.6rem;
    }
    .service-section-2 .item-3 {
        right: -8%;
    }
    .service-section-2 .item-2 {
        top: 5%;
        left: 17%;
    }
    .service-section-2 .item-1 {
        top: 2%;
        right: -4%;
    }
    .steps-section h4 {
        font-size: 1.7rem;
    }
    .steps-section p {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .header-section .header-title {
        font-size: 3rem;
    }
    .header-section .header-desc {
        font-size: 1rem;
    }
    .about-slide-item h4 {
        font-size: 1.7rem;
    }
    .about-slide-item p {
        font-size: 1rem;
    }
    .service-section h4 {
        font-size: 1.7rem;
    }
    .service-section h3 {
        font-size: 3rem;
    }
    .service-section-2-title h4,
    .title-section {
        font-size: 3rem;
    }
    .service-section p {
        font-size: 1.1rem;
    }
    .card-item-content p {
        width: 80%;
        font-size: 1.1rem;
    }
    .cards-section {
        --height-card: 600px;
    }
    .contact-section h4 {
        font-size: 1.3rem;
    }
    .contact-section h3 {
        font-size: 2.5rem;
    }
    .contact-section p {
        font-size: 1.2rem;
    }
    .contact-section a.other,
    .contact-section a.email {
        font-size: 1.4rem;
    }
    .contact-icon {
        height: 30px;
    }
    #footer p {
        font-size: 1.1rem;
    }
    .model-box img {
        height: 130px;
    }
    .model-box h4 {
        font-size: 1.6rem;
    }
    .service-section-2 .item-box {
        width: 300px;
        height: 300px;
    }
    .service-section-2 .item-box h5 {
        font-size: 1.5rem;
        padding: 0 2rem;
        margin-bottom: .8rem;
    }
    .service-section-2 .item-box p {
        padding: 0 2rem;
        font-weight: 300;
    }
    .circle-center h4 {
        font-size: 3rem;
    }
    .circle-center h5 {
        font-size: 1.35rem;
    }
    .orbit-container.text {
        display: none !important;
    }
}
@media only screen and (max-width: 991.98px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 3rem;
    }
    .slider-section {
        padding: 5.5rem 0;
    }
    .service-section p {
        border: none !important;
        padding: 0 !important;
    }
    .service-item {
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 0 0 2rem !important;
        cursor: default;
    }
    .service-item-text {
        opacity: 1 !important;
    }
    .service-item-title {
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        padding: 0 1.5rem !important;
        display: flex;
        flex-direction: row;
        align-items: end;
        gap: 2rem;
        margin-bottom: 1.5rem;
        border: none !important;
    }
    .service-item-title h5 {
        width: 150px;
    }
    .service-item-title img {
        margin-bottom: 0;
        height: 65px;
    }
    .cards-section {
        display: none;
    }
    .cta-section p {
        font-size: 1.3rem;
        margin-bottom: 3rem;
    }
    .cta-section .btn {
        font-size: 1.3rem;
        padding: .9rem 3rem;
    }
    .contact-section {
        padding: 3rem 0;
    }
    .contact-section h4 {
        font-size: 1.2rem;
    }
    .contact-section h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .contact-section p {
        font-size: 1.1rem;
    }
    #footer img {
        margin-bottom: .15rem;
    }
    .boxes-section {
        background-color: transparent;
    }
    .model-box img {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .service-section-2 .item-box {
        width: 260px;
        height: 260px;
    }
    .service-section-2 .item-box h5 {
        font-size: 1.25rem;
        padding: 0 1rem;
    }
    .steps-section p {
        font-size: 1rem;
        font-weight: 300;
    }
    .steps-section .icon-col {
        padding: 4rem 0;
    }
}
@media only screen and (max-width: 900px) {
    .service-section-2 .desktop-mode {
        display: none;
    }
    .service-section-2 .circle-service-mobile,
    .service-section-2 .mobile-mode {
        display: block;
    }
    .service-section-2-title h5 {
        font-size: 1.5rem;
    }
    .service-section-2 {
        margin: 2.5rem 0 3rem;
    }
}
@media only screen and (max-width: 767.98px) {
    .cobel-disable-animation [data-aos-delay] {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .header-section .header-title {
        font-size: 2.5rem;
    }
    .header-section .header-desc {
        font-size: .95rem;
    }
    .navbar-logo {
        height: 50px;
    }
    .swiper-pagination-about {
        height: 20px;
    }
    .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        border: 3px solid var(--cobel-color-bg);
    }
    .service-section h4 {
        font-size: 1.3rem;
    }
    .service-section h3 {
        font-size: 2.1rem;
    }
    .service-section-2-title h4,
    .title-section {
        font-size: 2.1rem;
    }
    .service-section p {
        font-size: 1rem;
    }
    .service-section {
        padding: 5rem 0;
    }
    .cta-section p {
        font-size: 1.2rem;
        margin-bottom: 2.5rem;
    }
    .cta-section .btn {
        font-size: 1.2rem;
        padding: .9rem 3rem;
    }
    .cta-section {
        padding: 0 0 4rem;
    }
    #footer p {
        font-size: 1rem;
    }
    #footer img {
        height: 30px;
    }
    .model-box img {
        height: 100px;
    }
    .model-box h4 {
        font-size: 1.5rem;
    }
    .box-item {
        padding: 3.5rem 1.5rem;
        color: #ffffff;
    }
    .box-item h5 {
        font-size: 1.1rem;
    }
    .box-item h4 {
        font-size: 2.35rem;
        margin-bottom: 3rem;
    }
    .steps-section .icon-col {
        width: 120px;
        padding: 0 0 5rem;
    }
    .steps-section .icon-col img {
        max-width: 90%;
    }
    .steps-section .row.items:last-child .icon-col::before {
        height: 15%;
    }
    .steps-section h4 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .steps-section p {
        font-size: .9rem;
    }
    .circle-center {
        width: calc(100% - calc(var(--circle) * 4));
        padding-top: calc(100% - calc(var(--circle) * 4));
    }
    .orbit-container.c1 {
        width: 2rem;
        height: 2rem;
    }
    .orbit-container.c2 {
        width: 1.2rem;
        height: 1.2rem;
    }
    .orbit-container.c3 {
        width: 0.5rem;
        height: 0.5rem;
    }
    .orbit-container.c4 {
        width: 1rem;
        height: 1rem;
    }
    .orbit-container.c5 {
        width: 1.5rem;
        height: 1.5rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .btn-cobel {
        font-size: 1rem;
    }
    .circle-before-btn {
        height: 2.625rem;
        width: 2.625rem;
    }
    .header-section .header-title br {
        display: none;
    }
    .header-section .header-title {
        font-size: 1.7rem;
    }
    .header-section .header-desc {
        font-size: .85rem;
    }
    .header-section .btn {
        width: 100%;
    }
    .header-section .container-lg,
    .header-section .container-fluid {
            padding-bottom: 7vh;
    }
    .header-section::after {
        display: none;
    }
    .about-slide-item h4 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .about-slide-item p {
        font-size: .95rem;
    }
    .service-section h4 {
        font-size: 1.2rem;
    }
    .service-section h3 {
        font-size: 2rem;
    }
    .service-section-2-title h4,
    .title-section {
        font-size: 2rem;
    }
    .service-item h5 {
        font-size: 1.3rem;
    }
    .service-item-text {
        font-size: .9rem;
    }
    .service-item-title img {
        height: 55px;
    }
    .cards-section-mobile h4 {
        font-size: 1.1rem;
    }
    .cards-section-mobile h3 {
        font-size: 1.6rem;
    }
    .cards-section-mobile .accordion-body {
        min-height: 200px;
        padding: 1rem 1rem 1.25rem;
    }
    .cards-section-mobile .accordion-body p {
        width: 90%;
        font-size: .95rem;
    }
    .cta-section p {
        font-size: 1.1rem;
        margin-bottom: 1.7rem;
    }
    .cta-section .btn {
        font-size: 1.1rem;
        padding: .9rem 2rem;
    }
    .contact-section h4 {
        font-size: 1rem;
    }
    .contact-section h3 {
        font-size: 1.8rem;
    }
    .contact-section .btn-cobel {
        width: 100%;
    }
    #footer p {
        font-size: .9rem;
    }
    .model-box h4 {
        font-size: 1.2rem;
    }
    .box-item h5 {
        font-size: 1rem;
    }
    .box-item h4 {
        font-size: 2rem;
    }
    .box-item p {
        font-size: .95rem;
    }
    .model-box {
        width: 160px;
    }
    .model-section .row > div:nth-child(3) .model-box {
        margin-top: -100px;
    }
    .item-box-mobile h5 {
        width: 50%;
    }
    .circle-center h4 {
        font-size: 2rem;
    }
    .circle-center h5 {
        font-size: 1.1rem;
    }
    .circles-parent {
        position: relative;
        width: 140%;
        margin: 0 -20%;
    }
    .orbit-container-out h5 {
        font-size: 1.35rem;
    }
    .orbit-container-out p {
        font-weight: 300;
        font-size: 1rem;
    }
}
@media only screen and (max-width: 490px) {
    .item-box-mobile h5 {
        width: 60%;
    }
}
@media only screen and (max-width: 450px) {
    .item-box-mobile h5 {
        width: 80%;
    }
}