@import "./assets/css/color.css";
@import "./assets/css/fonts.css?ver=1.0.0";
:root {
    --cobel-border-radius: 1.25rem;
    --cobel-line-height: 1.5;
    --cobel-menu-height: 105px;
}
a {
    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;
}
a:hover {
    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;
}
::-moz-selection {
    color: var(--cobel-color-3);
    background: var(--cobel-color-2);
}
::selection {
    color: var(--cobel-color-3);
    background: var(--cobel-color-2);
}
.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: 1em ProximaNova;
    font-weight: normal;
    margin: 0 auto;
    background-color: #ffffff;
    height: 100%;
}
body.rtl-mode {
    text-align: right;
    font-family: IRANSansX, serif;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
    --cobel-line-height: 1.7 !important;
}
body.ltr-mode {
    text-align: left;
}
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-outline-light {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: var(--cobel-color-4);
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: var(--cobel-color-4);
    --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-primary {
    color: #ffffff !important;
    border: none !important;
    background: var(--cobel-color-2) !important;
    background: -moz-linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-2) 100%) !important;
    background: -webkit-linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-2) 100%) !important;
    background: linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-2) 100%) !important;
}
.btn-primary:hover {
    background: var(--cobel-color-1) !important;
    background: -moz-linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-1) 100%) !important;
    background: -webkit-linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-1) 100%) !important;
    background: linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-1) 100%) !important;
}
.btn-secondary {
    --bs-btn-color: #787878;
    --bs-btn-bg: #F0F0F0;
    --bs-btn-border-color: #F0F0F0;
    --bs-btn-hover-color: #505050;
    --bs-btn-hover-bg: #bfbfbf;
    --bs-btn-hover-border-color: #bfbfbf;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #787878;
    --bs-btn-active-bg: #F0F0F0;
    --bs-btn-active-border-color: #F0F0F0;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #787878;
    --bs-btn-disabled-bg: #F0F0F0;
    --bs-btn-disabled-border-color: #F0F0F0;
}
.btn-cobel {
    font-size: 1.1rem;
    font-weight: normal;
    padding: .4rem 2rem;
    border-radius: 50rem;
    border-width: 1px;
}
.cobel-navbar-section {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
}
.cobel-navbar-section-page {
    background-color: var(--cobel-color-6);
}
.navbar-cobel {
    position: relative;
    width: 100%;
    padding: 1.25rem 0;
}
.logo-navbar {
    display: none;
    width: auto;
    max-width: 100%;
    height: 55px;
}
.logo-navbar:hover {
    opacity: .8;
}
.logo-navbar.type {
    height: 24px;
}
.cobel-navbar-section .logo-navbar.logo {
    display: inline-block;
}
.cobel-navbar-section-fixed .logo-navbar.logo {
    display: none;
}
.cobel-navbar-section-fixed .logo-navbar.type {
    display: inline-block;
}
.cobel-navbar-section:not(.cobel-navbar-section-mega-open) .logo-navbar.logo {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.navbar-cobel-open .cobel-navbar-section .logo-navbar.logo {
    filter: none;
    -webkit-filter: none;
}
.navbar-cobel .indicatorMenu {
    height: 2px;
    background-color: #ffffff;
    border-radius: 50rem;
    position: absolute;
    bottom: 2rem;
    width: 0;
    transition: bottom 300ms ease-in-out;
    -ms-transition: bottom 300ms ease-in-out;
    -webkit-transition: bottom 300ms ease-in-out;
}
.navbar-cobel .nav-link {
    font-size: 1rem;
    font-weight: normal;
    color: #ffffff !important;
}
.search-input-form {
    position: relative;
    width: 100%;
    max-width: 280px;
}
.search-input-form .form-control {
    padding: .43rem 2.8rem .43rem 1rem;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: normal;
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.78) !important;
    -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.78) !important;
    position: relative;
    z-index: 1;
}
.search-input-form .form-control:focus {
    border-color: var(--cobel-color-1) !important;
    box-shadow: 0 0 6px var(--cobel-color-1-opacity80) !important;
    -webkit-box-shadow: 0 0 6px var(--cobel-color-1-opacity80) !important;
}
.rtl-mode .search-input-form .form-control {
    padding: .45rem 1rem .45rem 2.8rem;
}
.search-input-form .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: .5rem;
    z-index: 2;
    color: var(--cobel-color-1) !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    font-size: 1.2rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background: transparent !important;
}
.rtl-mode .search-input-form .btn {
    right: auto;
    left: .5rem;
}
.search-input-form .btn:hover {
    color: var(--cobel-color-2) !important;
}
.lang-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: var(--cobel-color-1);
    background-color: #ffffff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: normal;
}
.lang-btn:hover {
    opacity: .9;
}
.navbar-cobel-open .cobel-navbar-section,
.cobel-navbar-section-mega-open,
.cobel-navbar-section-fixed {
    background-color: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.cobel-navbar-section-fixed .navbar-cobel {
    padding: .7rem 0;
}
.navbar-cobel-open .cobel-navbar-section .navbar-cobel .indicatorMenu,
.cobel-navbar-section-mega-open .navbar-cobel .indicatorMenu,
.cobel-navbar-section-fixed .navbar-cobel .indicatorMenu {
    background-color: var(--cobel-color-1);
}
.navbar-cobel-open .cobel-navbar-section .navbar-cobel .nav-link,
.cobel-navbar-section-mega-open .navbar-cobel .nav-link,
.cobel-navbar-section-fixed .navbar-cobel .nav-link {
    color: var(--cobel-color-3) !important;
}
.navbar-cobel-open .cobel-navbar-section .navbar-cobel .nav-item.active .nav-link,
.cobel-navbar-section-mega-open .navbar-cobel .nav-item.active .nav-link,
.cobel-navbar-section-fixed .navbar-cobel .nav-item.active .nav-link {
    color: var(--cobel-color-1) !important;
}
.navbar-cobel-open .cobel-navbar-section .search-input-form .form-control,
.cobel-navbar-section-mega-open .search-input-form .form-control,
.cobel-navbar-section-fixed .search-input-form .form-control {
    background-color: #EEEEEE !important;
    border: 1px solid #EEEEEE !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.navbar-cobel-open .cobel-navbar-section .search-input-form .form-control:focus,
.cobel-navbar-section-mega-open .search-input-form .form-control:focus,
.cobel-navbar-section-fixed .search-input-form .form-control:focus {
    border-color: var(--cobel-color-1) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.navbar-cobel-open .cobel-navbar-section .lang-btn,
.cobel-navbar-section-mega-open .lang-btn,
.cobel-navbar-section-fixed .lang-btn {
    color: #ffffff;
    background-color: var(--cobel-color-1);
}
.cobel-navbar-section-fixed .indicatorMenu {
    bottom: .75rem;
}
.navbar-cobel-open .cobel-navbar-section .btn-outline-light,
.cobel-navbar-section-mega-open .btn-outline-light,
.cobel-navbar-section-fixed .btn-outline-light {
    --bs-btn-color: var(--cobel-color-3);
    --bs-btn-border-color: var(--cobel-color-3);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--cobel-color-3);
    --bs-btn-hover-border-color: var(--cobel-color-3);
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--cobel-color-3);
    --bs-btn-active-border-color: var(--cobel-color-3);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--cobel-color-3);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--cobel-color-3);
    --bs-gradient: none;
}
.cobel-navbar-section-fixed .btn-cobel {
    padding: .3rem 1.25rem;
    font-size: 1rem;
}
.navbar-toggler {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    padding: 0;
}
.cobel-h-100 {
    height: 100vh;
}
.header-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: -moz-linear-gradient(24deg, rgba(235,63,54,1) 0%, rgba(236,181,63,1) 66%);
    background: -webkit-linear-gradient(24deg, rgba(235,63,54,1) 0%, rgba(236,181,63,1) 66%);
    background: linear-gradient(24deg, rgba(235,63,54,1) 0%, rgba(236,181,63,1) 66%);
    min-height: 700px;
}
.rtl-mode .header-section {
    background: -moz-linear-gradient(336deg, rgba(235,63,54,1) 0%, rgba(236,181,63,1) 66%);
    background: -webkit-linear-gradient(336deg, rgba(235,63,54,1) 0%, rgba(236,181,63,1) 66%);
    background: linear-gradient(336deg, rgba(235,63,54,1) 0%, rgba(236,181,63,1) 66%);
}
.header-section::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 17%;
    width: 40%;
    height: 100%;
    z-index: 1;
    /*background: red;*/
    background: url("./assets/img/pattern-h.webp") no-repeat center bottom;
    background-size: contain;
}
.rtl-mode .header-section::before {
    left: auto;
    right: 17%;
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.header-section-thumb-parent {
    position: absolute;
    top: 50%;
    right: 0;
    width: 43%;
    height: 120%;
    z-index: 2;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.rtl-mode .header-section-thumb-parent {
    right: auto;
    left: 0;
}
.header-section-thumb-parent::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    width: 115%;
    height: 117%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50% 0 0 50%;
}
.rtl-mode .header-section-thumb-parent::before {
    border-radius: 0 50% 50% 0;
}
.header-section-thumb {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    border-radius: 50% 0 0 50%;
}
.rtl-mode .header-section-thumb {
    border-radius: 0 50% 50% 0;
}
.header-section-thumb img {
    object-position: center right;
    -o-object-position: center right;
}
.rtl-mode .header-section-thumb img {
    transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
}
.header-section-content {
    position: relative;
    width: 50%;
    padding: var(--cobel-menu-height) 0;
    z-index: 3;
}
.header-section-content h3 {
    color: #ffffff;
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.15;
}
.header-section-content .btn {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    font-size: 1.3rem;
}
.video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--cobel-border-radius);
    padding-top: 43%;
    cursor: pointer;
    background-color: #000000;
}
.video-section-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.video-section img.thumb {
    z-index: 1;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}
.video-section:hover img.thumb {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.video-section .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
}
.video-section:hover .play path {
    stroke: var(--cobel-color-1);
}
.video-section-content-child {
    position: relative;
    z-index: 3;
    width: 450px;
    max-width: 100%;
    display: block;
    margin: 4rem auto 0;
}
.video-section-content-child .type {
    display: block;
    margin: 0 auto 2rem;
    height: 50px;
    width: auto;
    max-width: 100%;
}
.video-section-content-child p {
    color: var(--cobel-color-3);
    text-align: center;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: var(--cobel-line-height);
}
#videoHome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.my-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.home-thumb-row {
    position: relative;
    width: 100%;
    border-radius: var(--cobel-border-radius);
    padding-top: 56.25%;
    height: 100%;
    overflow: hidden;
}
.home-thumb-content {
    position: relative;
    width: 70%;
    padding: 1.25rem 0;
}
.home-thumb-content span {
    color: var(--cobel-color-5);
    font-size: 1.1rem;
    font-weight: normal;
}
.home-thumb-content h3 {
    color: var(--cobel-color-3);
    margin-bottom: 1rem;
    margin-top: 1.25rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
}
.rtl-mode .home-thumb-content h3 {
    font-size: 2.7rem;
    line-height: 1.5;
}
.home-thumb-content.small h3 {
    font-size: 3.2rem;
}
.home-thumb-content p {
    color: var(--cobel-color-5);
    /*text-align: justify;*/
    font-weight: normal;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: var(--cobel-line-height);
}
.rtl-mode .home-thumb-content p {
    font-size: 1.15rem;
}
.about-section {
    position: relative;
    width: 100%;
    background-color: rgba(156, 156, 156, 0.09);
    padding: 5rem 0;
}
.about-content-text {
    position: relative;
    width: 100%;
    color: var(--cobel-color-3);
    /*text-align: justify;*/
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: var(--cobel-line-height);
}
.about-content-text p {
    margin-bottom: 2rem;
}
.about-content-logo {
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem;
}
.about-content-logo img {
    display: inline-block;
    height: 70px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.about-content-border {
    position: relative;
    width: 100%;
    border-right: 1px solid #C8C8C8;
    height: 100%;
    padding-right: 7rem;
}
.rtl-mode .about-content-border {
    border-right: none;
    padding-right: 0;
    border-left: 1px solid #C8C8C8;
    padding-left: 7rem;
}
.about-content-no-border {
    position: relative;
    width: 75%;
}
#footer {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    padding-top: 3rem;
}
#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--cobel-color-1);
    background: -moz-linear-gradient(90deg, var(--cobel-color-1) 0%, rgba(250,180,80,1) 100%);
    background: -webkit-linear-gradient(90deg, var(--cobel-color-1) 0%, rgba(250,180,80,1) 100%);
    background: linear-gradient(90deg, var(--cobel-color-1)  0%, rgba(250,180,80,1) 100%);
}
.footer-title {
    display: block;
    margin-bottom: 1.25rem;
    color: var(--cobel-color-3);
    font-size: 1.15rem;
    font-weight: normal;
}
.footer-text {
    color: var(--cobel-color-5);
    /*text-align: justify;*/
    font-weight: normal;
    font-size: .95rem;
    margin-bottom: 1.25rem;
    line-height: var(--cobel-line-height);
}
.footer-text-2 {
    color: var(--cobel-color-3);
    font-weight: normal;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.2;
}
.footer-menu {
    margin: 0;
    padding: 0;
}
.footer-menu li:not(:last-child) {
    margin-bottom: .45rem;
}
.footer-menu a {
    color: var(--cobel-color-5);
    font-size: 1rem;
    font-weight: normal;
}
.footer-menu a:hover {
    color: var(--cobel-color-1);
}
.footer-text-menu {
    font-size: .95rem;
}
.footer-bottom-section {
    position: relative;
    width: 100%;
    padding: 2rem 0 1.5rem;
}
.copyright-text {
    color: var(--cobel-color-5);
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    line-height: var(--cobel-line-height);
}
.logo-footer {
    display: inline-block;
    height: 50px;
    width: auto;
    max-width: 100%;
}
.logo-footer:hover {
    opacity: .9;
}
.social-links {
    position: relative;
    width: 100%;
}
.social-links a {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.8rem;
    color: #0B65C2;
}
.social-links a:hover {
    opacity: .9;
}
.cards-section {
    position: relative;
    width: 100%;
}
.card-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    padding: 2.5rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    background-size: cover !important;
    overflow: hidden;
}
.card-item > img {
    display: block;
    height: 95px;
    width: auto;
    max-width: 100%;
    margin-bottom: 1.5rem;
}
/*.card-item:hover img.icon {*/
/*    filter: brightness(0%);*/
/*    -webkit-filter: brightness(0%);*/
/*}*/
.card-item h3 {
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: .25rem;
    line-height: var(--cobel-line-height);
}
.card-item h4 {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: .25rem;
    line-height: var(--cobel-line-height);
}
.card-item p {
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: .75rem;
    line-height: var(--cobel-line-height);
}
.card-item-thumb {
    position: relative;
    width: 65%;
    overflow: hidden;
    border-radius: .8rem;
}
.card-item.item-1 {
    background: url("./assets/img/b1-new.jpg") no-repeat center center;
    /*background-size: 1870px 1053px;*/
}
.card-item.item-2 {
    background: url("./assets/img/b2-new.jpg") no-repeat bottom right;
    /*background-size: 1870px 1053px;*/
}
.card-item.item-3 {
    background: url("./assets/img/b3-new.jpg") no-repeat bottom right;
    /*background-size: 1870px 1053px;*/
}
.card-item.item-4 {
    background: url("./assets/img/b4-new.jpg") no-repeat center center;
    /*background-size: 1870px 1053px;*/
}
.pt-page {
    padding-top: var(--cobel-menu-height);
}
.page-thumb-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 60vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
}
.page-thumb-section-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    z-index: 1;
    overflow: hidden;
}
.rtl-mode .page-thumb-section-image {
    right: auto;
    left: 0;
}
.page-thumb-section-bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 200%;
    width: 55%;
    z-index: 2;
    background: -moz-linear-gradient(203deg, rgba(250,180,80,1) 0%, rgba(235,125,0,1) 100%);
    background: -webkit-linear-gradient(203deg, rgba(250,180,80,1) 0%, rgba(235,125,0,1) 100%);
    background: linear-gradient(203deg, rgba(250,180,80,1) 0%, rgba(235,125,0,1) 100%);
    border-radius: 0 50% 50% 0;
}
.page-thumb-section-bg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    width: 115%;
    height: 117%;
    background: rgba(245, 155, 50, 0.2);
    border-radius: 0 50% 50% 0;
}
.rtl-mode .page-thumb-section-bg {
    left: auto;
    right: 0;
    border-radius: 50% 0 0 50%;
}
.rtl-mode .page-thumb-section-bg::before {
    border-radius: 50% 0 0 50%;
}
.page-thumb-section::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("./assets/img/line.svg") no-repeat center bottom;
    background-size: 105% auto;
}
.page-thumb-section:not(.no-overlay)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.page-thumb-section h6 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: .7rem;
}
.page-thumb-section h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.page-thumb-section p {
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
}
.page-thumb-content {
    position: relative;
    width: 40%;
    /*padding-left: 5rem;*/
    z-index: 3;
    padding-top: 5rem;
    padding-bottom: 6.5rem;
}
.rtl-mode .page-thumb-content {
    /*padding-left: 0;*/
    /*padding-right: 5rem;*/
}
.our-company-thumb-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: var(--cobel-border-radius);
}
.our-company-thumb-3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    padding-top: 100%;
}
.our-company-title {
    color: var(--cobel-color-3);
    font-size: 2rem;
    line-height: var(--cobel-line-height);
    margin-bottom: .25rem;
    font-weight: normal;
}
.our-company-title-1 {
    color: var(--cobel-color-3);
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.our-company-text-1 {
    color: var(--cobel-color-3);
    font-size: 1.35rem;
    line-height: var(--cobel-line-height);
    /*text-align: justify;*/
    margin-bottom: 0;
    font-weight: normal;
}
.rtl-mode .our-company-text-1 {
    font-size: 1.25rem;
}
.our-company-section-2 {
    position: relative;
    width: 100%;
    border-radius: var(--cobel-border-radius);
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.2);
}
.our-company-thumb-2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 70%;
    min-height: 550px;
}
.our-company-thumb-2 img {
    object-position: center bottom;
    -o-object-position: center bottom;
}
.title-section-page {
    position: relative;
    width: 100%;
    margin-bottom: 1.25rem;
}
.title-section-page h3 {
    color: var(--cobel-color-3);
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 0;
}
.swiper-timeline-parent {
    position: relative;
    width: 100%;
    height: 500px;
}
.swiper-timeline {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.swiper-timeline .swiper-slide {
    width: 15%;
}
.timeline-box {
    position: relative;
    width: 100%;
}
.timeline-year-g-parent {
    position: relative;
    width: 100%;
}
.timeline-year-g-parent::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 2px dashed var(--cobel-color-7);
}
.swiper-timeline .swiper-slide:first-child .timeline-year-g-parent::before {
    left: auto;
    width: 50%;
}
.rtl-mode .swiper-timeline .swiper-slide:first-child .timeline-year-g-parent::before {
    left: 0;
    right: auto;
}
.swiper-timeline .swiper-slide:last-child .timeline-year-g-parent::before {
    right: auto;
    width: 50%;
}
.rtl-mode .swiper-timeline .swiper-slide:last-child .timeline-year-g-parent::before {
    left: auto;
    right: 0;
}
.timeline-year-parent {
    position: relative;
    width: 65%;
    display: block;
    margin: 0 auto 1rem;
    z-index: 2;
}
.timeline-year {
    position: relative;
    width: 100%;
    padding-top: 100%;
    flex-shrink: 0;
    color: #ffffff;
    background-color: var(--cobel-color-1);
    border-radius: 50%;
    text-align: center;
    font-size: 2.7rem;
}
.timeline-year span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.timeline-box p {
    color: var(--cobel-color-3);
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    line-height: var(--cobel-line-height);
    padding: 0 1rem;
    min-height: 15rem;
}
.page-thumb-content-box {
    position: relative;
    width: 100%;
    padding: 4rem;
    background-color: rgba(204, 204, 204, 0.2);
    border-radius: var(--cobel-border-radius);
}
.content-single-page {
    width: 100%;
    position: relative;
    color: var(--cobel-color-3);
    font-weight: normal;
    font-size: 1.15rem;
    /*text-align: justify;*/
    line-height: var(--cobel-line-height);
}
.is-small .content-single-page {
    font-size: .9rem;
}
.content-single-page.ltr {
    direction: ltr;
}
.content-single-page h2 {
    margin-bottom: .8rem;
    font-weight: normal;
    font-size: 1.6rem;
    color: var(--cobel-color-4);
}
.content-single-page h3 {
    margin-bottom: .8rem;
    font-weight: normal;
    font-size: 1.5rem;
    color: var(--cobel-color-4);
}
.content-single-page h4 {
    margin-bottom: .8rem;
    font-weight: normal;
    font-size: 1.4rem;
    color: var(--cobel-color-4);
}
.content-single-page h5 {
    margin-bottom: .8rem;
    font-weight: normal;
    font-size: 1.3rem;
    color: var(--cobel-color-4);
}
.content-single-page h6 {
    margin-bottom: .8rem;
    font-weight: normal;
    font-size: 1.2rem;
    color: var(--cobel-color-4);
}
.content-single-page ul {
    list-style: disc;
    padding: 0;
    margin: 0 0 1rem 1rem;
}
.rtl-mode .content-single-page ul {
    margin: 0 1rem 1rem 0;
}
.content-single-page li {
    position: relative;
    margin-bottom: .3rem;
}
/*.content-single-page li::before {*/
/*    content: '- ';*/
/*}*/
.content-single-page img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto 1.5rem;
}
.content-single-page p {
    margin-bottom: .8rem;
}
.content-single-page strong {
    font-weight: bold;
}
.content-single-page a {
    text-decoration: underline;
    color: var(--cobel-color-1);
}
.content-single-page a:hover {
    color: var(--cobel-color-4);
}
.value-content-box {
    position: relative;
    width: 100%;
}
.value-content-box h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .25rem;
    line-height: var(--cobel-line-height);
    color: var(--cobel-color-3);
}
.value-content-box p {
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
    color: var(--cobel-color-5);
}
.value-thumb {
    position: relative;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}
.value-thumb-parent-0,
.value-thumb-parent-1 {
    position: relative;
}
.value-thumb-parent-1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 300px;
    height: 300px;
    z-index: -1;
    background: url("./assets/img/pattern-l2.webp") no-repeat right center;
    background-size: contain;
    display: none;
}
.value-thumb-parent-0::before {
    content: '';
    position: absolute;
    right: 0;
    top: 36%;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    width: 300px;
    height: 300px;
    z-index: -1;
    background: url("./assets/img/pattern-l.webp") no-repeat left center;
    background-size: contain;
    display: none;
}
.rtl-mode .value-thumb-parent-1::before {
    left: auto;
    right: 0;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    background-position: left center;
    background-image: url("./assets/img/pattern-l.webp");
}
.rtl-mode .value-thumb-parent-0::before {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    background-position: right center;
    background-image: url("./assets/img/pattern-l2.webp");
}
.company-cta-section {
    position: relative;
    width: 100%;
    padding: 7rem 0;
    overflow: hidden;
}
.company-cta-section-thumb {
    z-index: 1;
    opacity: 1;
}
.company-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -moz-linear-gradient(80deg, rgba(238,64,55,1) 0%, rgba(239,198,32,1) 100%);
    background: -webkit-linear-gradient(80deg, rgba(238,64,55,1) 0%, rgba(239,198,32,1) 100%);
    background: linear-gradient(80deg, rgba(238,64,55,1) 0%, rgba(239,198,32,1) 100%);
}
.company-cta-section p {
    color: #ffffff;
    text-align: center;
    font-size: 1.45rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
}
.list-content-item {
    position: relative;
    width: 100%;
    scroll-margin-top: 100px;
    margin-bottom: 2rem;
    background-color: rgba(204, 204, 204, 0.2);
    border-radius: var(--cobel-border-radius);
    padding: 2rem;
}
.list-content-item.active-section {
    background-color: rgba(38, 34, 97, 0.09);
}
.list-content-item-title,
.list-content-item > h4 {
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: var(--cobel-line-height);
    color: var(--cobel-color-3);
}
.list-content-item.is-small > h4 {
    font-size: 1.3rem;
}
.navbar-list-content {
    position: sticky;
    top: calc(var(--cobel-menu-height) + 1rem);
    width: 100%;
}
.navbar-list-content .nav-link {
    width: 100%;
    padding: .75rem 1rem;
    font-size: 1.1rem;
    font-weight: normal;
    color: var(--cobel-color-3);
    border: 1px dashed #DCDCDC;
    border-radius: .5rem;
    background-color: transparent;
}
.navbar-list-content .nav-link.active {
    font-weight: bold;
    color: #ffffff;
    border: 1px dashed var(--cobel-color-4);
    background-color: var(--cobel-color-4);
}
.cobel-form-section {
    position: relative;
    width: 100%;
    border-radius: var(--cobel-border-radius);
    border: 1px solid #C8C8C8;
    padding: 2rem;
    overflow: hidden;
}
.gform-theme--api, .gform-theme--framework {
    --gf-font-size-primary: 1rem !important;
}
/*.cobel-form-section::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 97%;*/
/*    left: 5%;*/
/*    transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    border-radius: 50%;*/
/*    width: 260px;*/
/*    height: 260px;*/
/*    z-index: 1;*/
/*    background-color: var(--cobel-color-1-opacity4);*/
/*}*/
/*.rtl-mode .cobel-form-section::before {*/
/*    left: 95%;*/
/*}*/
.cobel-form-section .gform_wrapper {
    position: relative;
    z-index: 2;
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-drop,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-drop {
    background: #ffffff !important;
    border-radius: 1rem !important;
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results li.highlighted,
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-container .chosen-results li.result-selected {
    background-color: var(--cobel-color-1) !important;
    color: var(--cobel-color-4) !important;
}
.cobel-form-section .chosen-single,
.cobel-form-section select,
.cobel-form-section textarea,
.cobel-form-section input {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
p.gform_required_legend {
    display: none;
}
.cobel-form-section .gform_button {
    font-size: 1.15rem !important;
    font-weight: normal;
    padding: .8rem 1.5rem !important;
    min-width: 150px !important;
    border: none !important;
    box-shadow: none !important;
}
.gform-theme--foundation .gform_fields {
    --gf-form-gap-y: 1.25rem;
}
.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework .gform-field-label {
    margin-bottom: .1rem !important;
    padding: 0 .7rem !important;
    font-size: .95rem !important;
}
.gform-theme--foundation .gfield textarea {
    border-radius: var(--cobel-border-radius) !important;
}
.gform-theme--framework .gform_validation_errors {
    margin-bottom: .7rem !important;
    padding: .7rem !important;
    border-radius: var(--cobel-border-radius) !important;
}
.partner-logo-item {
    position: relative;
    width: 100%;
    padding-top: 60%;
}
.partner-logo-item img {
    width: 50%;
    height: 50%;
    z-index: 1;
}
.partner-logo-item .content {
    position: absolute;
    top: 50%;
    width: 340px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    box-shadow:0 2px 11px 0 rgba(205, 199, 199, 0.5);
    -webkit-box-shadow:0 2px 11px 0 rgba(205, 199, 199, 0.5);
    background-color: #F4F4F4;
    border-radius: var(--cobel-border-radius);
    padding: 1.5rem;
    z-index: 2;
}
.partner-logo-items-row > div:nth-child(3n+1) .content {
    left: 10%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.partner-logo-items-row > div:nth-child(3n+2) .content {
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.partner-logo-items-row > div:nth-child(3n) .content {
    right: 10%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.rtl-mode .partner-logo-items-row > div:nth-child(3n+1) .content {
    left: auto;
    right: 10%;
}
.rtl-mode .partner-logo-items-row > div:nth-child(3n) .content {
    right: auto;
    left: 10%;
}

.partner-logo-item:hover .content {
    opacity: 1;
    visibility: visible;
}
.partner-logo-item .content h4 {
    color: var(--cobel-color-3);
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.partner-logo-item .content p {
    color: var(--cobel-color-3);
    font-size: 1rem;
    font-weight: normal;
    line-height: var(--cobel-line-height);
    margin-bottom: .5rem;
}

.page-section-title {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    line-height: var(--cobel-line-height);
    color: var(--cobel-color-3);
}
.contact-us-box {
    position: relative;
    width: 100%;
    border-radius: var(--cobel-border-radius);
    border: 1px solid #C8C8C8;
    padding: 2rem;
}
.contact-us-box.map-box {
    padding: 0;
    overflow: hidden;
    min-height: 350px;
}
.contact-us-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
}
.contact-us-item:first-child {
    margin-top: 1rem;
}
.contact-us-item:not(:last-child) {
    margin-bottom: 1.75rem;
}
.contact-us-item-title i {
    font-size: 1.25rem;
    color: var(--cobel-color-4);
}
.contact-us-item h6 {
    color: var(--cobel-color-4);
    font-size: 1.2rem;
    margin-bottom: 0;
}
.contact-us-item p {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0;
    color: var(--cobel-color-3);
    line-height: var(--cobel-line-height);
    direction: ltr;
}
.contact-us-item-title {
    width: 19%;
}
.contact-us-item p a {
    text-decoration: underline !important;
}
.contact-us-box-ver-border::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(2rem + 18%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 88%;
    background-color: #C8C8C8;
}
.rtl-mode .contact-us-box-ver-border::before {
    left: auto;
    right: calc(2rem + 18%);
}
.map-location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    color: #ffffff !important;
    font-size: .8rem;
    background: var(--cobel-color-1) !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-decoration: none !important;
    border-radius: .25rem;
}
.contact-us-item p a.map-location {
    text-decoration: none !important;
}
.map-location:hover {
    background: var(--cobel-color-2) !important;
}
.job-item-box {
    position: relative;
    width: 100%;
    background-color: rgba(204, 204, 204, 0.2);
    border-radius: var(--cobel-border-radius);
    padding: 2rem;
    margin-bottom: 1.25rem;
    overflow: hidden;
}
.job-det-item {
    margin-bottom: .15rem;
}
.job-det-item h5.title {
    font-size: 1.2rem !important;
}
.job-det-item h5 {
    color: var(--cobel-color-3);
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
    /*width: 135px;*/
    line-height: var(--cobel-line-height);
}
.job-det-item h6 {
    color: var(--cobel-color-5);
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
    padding: 0 .45rem;
}
/*.job-item-box::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 97%;*/
/*    left: 95%;*/
/*    transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    border-radius: 50%;*/
/*    width: 260px;*/
/*    height: 260px;*/
/*    z-index: 1;*/
/*    background-color: var(--cobel-color-1-opacity4);*/
/*}*/
.job-item-box-simple::before {
    display: none !important;
}
/*.rtl-mode .job-item-box::before {*/
/*    left: 5%;*/
/*}*/
.placeholder {
    border-radius: 50rem;
}
.btn-secondary.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.25rem;
    content: "";
    vertical-align: 0.1em;
    border: solid #787878;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtl-mode .btn-secondary.dropdown-toggle::after {
    margin-left: 0;
    margin-right: 1.25rem;
}
.post-filter .dropdown-item,
.job-filter .dropdown-item {
    white-space: normal;
}
.post-filter .btn span,
.job-filter .btn span {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.job-item-box-simple .job-det-item h5 {
    /*width: 33% !important;*/
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    width: 100% !important;
}
.gform_button_select_files {
    border: 1px solid var(--cobel-color-1) !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--cobel-color-1) !important;
}
.gform_button_select_files:hover {
    background: var(--cobel-color-1) !important;
    color: #ffffff !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
    color: var(--cobel-color-1) !important;
}
.job-form-parent {
    position: sticky;
    top: var(--cobel-menu-height);
}
.desktop-mega-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 750px;
    background-color: #ffffff;
    /*border-top: 1px solid var(--cobel-color-1);*/
    padding: 0 1rem;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    display: none;
    box-shadow: 0 2px 7px 0 rgba(16, 15, 73, 0.12);
    -webkit-box-shadow: 0 2px 7px 0 rgba(16, 15, 73, 0.12);
    border-radius: 0 0 1rem 1rem;
    z-index: 100;
}
.desktop-mega-menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.desktop-mega-menu h4 {
    color: var(--cobel-color-1);
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
}
.desktop-mega-menu p {
    color: var(--cobel-color-5);
    line-height: var(--cobel-line-height);
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
}
.desktop-mega-menu h5 {
    color: var(--cobel-color-3);
    font-weight: normal;
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
}
.desktop-mega-menu ul {
    margin: 0;
    padding: 0;
}
.desktop-mega-menu li:not(:last-child) {
    margin-bottom: .5rem;
}
.desktop-mega-menu a {
    color: var(--cobel-color-3);
    font-weight: normal;
    font-size: 1rem;
}
.desktop-mega-menu a:hover {
    color: var(--cobel-color-1);
}
.timeline-navi {
    width: 95px;
    position: relative;
}
.timeline-navi-v2 {
    width: 62%;
    position: absolute;
    top: calc(100% - 1rem);
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 10;
}
.cobel-swiper-navi .swiper-button-next,
.cobel-swiper-navi .swiper-button-prev {
    top: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    color: var(--cobel-color-1);
    background-color: #FFECD6;
    border: 1px solid var(--cobel-color-1);
    border-radius: 50%;
}
.cobel-swiper-navi .swiper-button-next::after,
.cobel-swiper-navi .swiper-button-prev::after {
    font-size: 19px;
    font-weight: bold;
}
.cobel-swiper-navi .swiper-button-prev,
.rtl-mode .cobel-swiper-navi .swiper-button-next {
    left: 0;
    right: auto;
}
.cobel-swiper-navi .swiper-button-next,
.rtl-mode .cobel-swiper-navi .swiper-button-prev {
    right: 0;
    left: auto;
}
.cobel-swiper-navi .swiper-button-prev::after,
.rtl-mode .cobel-swiper-navi .swiper-button-next::after {
    content: 'prev';
}
.cobel-swiper-navi .swiper-button-next::after,
.rtl-mode .cobel-swiper-navi .swiper-button-prev::after {
    content: 'next';
}
.swiper-button-disabled {
    opacity: 0 !important;
}
.cobel-sub2-menu-parent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-left: 3rem;
    border-left: 1px solid #C8C8C8;
    visibility: hidden;
    opacity: 0;
}
.rtl-mode .cobel-sub2-menu-parent {
    left: auto;
    right: 0;
}
.cobel-sub2-menu-parent.active {
    visibility: visible;
    opacity: 1;
}
.rtl-mode .cobel-sub2-menu-parent {
    padding-left: 0;
    padding-right: 3rem;
    border-left: none;
    border-right: 1px solid #C8C8C8;
}
.rtl-mode .cobel-sub1-link i {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.card-item-small .btn {
    position: absolute;
    bottom: -5rem;
    width: 100%;
    overflow: hidden;
    left: 2.5rem;
}
.rtl-mode .card-item-small .btn {
    right: 2.5rem;
    left: auto;
}
.card-item-small .titles {
    bottom: 0;
}
.card-item-small:hover .titles {
    bottom: 2.7rem;
}
.card-item-small:hover .btn {
    bottom: 2.5rem;
}
.swiper-about-logo {
    width: 100%;
    margin-bottom: 2.5rem;
}
.swiper-about-logo img.logo {
    max-width: 100%;
    height: auto;
    display: inline-block;
    object-fit: contain;
    -o-object-fit: contain;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    max-height: 60px;
    cursor: pointer;
}
.swiper-about-logo .swiper-slide-thumb-active img.logo {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.swiper-timeline-parent-v2 {
    position: relative;
    width: 100%;
}
.swiper-timeline-v2 .swiper-slide {
    width: 31%;
}
.timeline-box-v2 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 2rem 3.5rem;
    border-bottom: 2px solid #C8C8C8;
    border-left: 2px solid #C8C8C8;
    color: var(--cobel-color-7);
}
.rtl-mode .timeline-box-v2 {
    border-left: none;
    border-right: 2px solid #C8C8C8;
}
.timeline-box-v2::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #C8C8C8;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rtl-mode .timeline-box-v2::before {
    left: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.timeline-box-v2 h4 {
    font-size: 2.7rem;
    font-weight: normal;
    margin-bottom: 1.5rem;
}
.timeline-box-v2 p {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--cobel-line-height);
}
.swiper-slide-active .timeline-box-v2 {
    padding: 0 2rem 6rem;
    border-color: var(--cobel-color-3);
    color: var(--cobel-color-3);
}
.swiper-slide-active .timeline-box-v2::before {
    border-color: var(--cobel-color-3);
    background-color: var(--cobel-color-3);
}
.swiper-slide-active .timeline-box-v2 h4 {
    font-weight: bold;
}
.swiper-slide-active .timeline-box-v2 p {
    font-size: 1.25rem;
}
.box-link-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: var(--cobel-border-radius);
    background-color: rgba(156, 156, 156, 0.13);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    padding: 2rem 1.5rem;
}
.box-link-item h4 {
    text-align: center;
    margin-bottom: 0;
    color: var(--cobel-color-4);
    font-size: 1.75rem;
    font-weight: normal;
}
.box-link-item:hover h4 {
    color: var(--cobel-color-1);
}
.box-link-title {
    color: var(--cobel-color-3);
    font-weight: bold;
    margin-bottom: .7rem;
    font-size: 1.6rem;
}
.box-link-line {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background: #EB7D00;
    background: -webkit-linear-gradient(90deg, rgba(235, 125, 0, 1) 0%, rgba(250, 180, 80, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(235, 125, 0, 1) 0%, rgba(250, 180, 80, 1) 100%);
    background: linear-gradient(90deg, rgba(235, 125, 0, 1) 0%, rgba(250, 180, 80, 1) 100%);
    margin-bottom: .6rem;
}
.box-link-list {
    margin: 0;
    padding: 0;
}
.box-link-list a {
    color: var(--cobel-color-5);
    font-size: 1.15rem;
    font-weight: normal;
}
.box-link-list a:hover {
    color: var(--cobel-color-1);
}
.box-link-list li:not(:last-child) {
    margin-bottom: .5rem;
}
.post-item-box {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #C8C8C8;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}
.post-item-box .date {
    color: var(--cobel-color-5);
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: .75rem;
}
.post-item-box h3 {
    color: var(--cobel-color-3);
    font-size: 1.75rem;
    font-weight: normal;
    line-height: var(--cobel-line-height);
    margin-bottom: .75rem;
}
.post-item-box p {
    color: var(--cobel-color-3);
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: var(--cobel-line-height);
}
.back-link {
    color: color(--cobel-color-1);
    font-size: 1.1rem;
    font-weight: normal;
}
.back-link span {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid var(--cobel-color-1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}
.page-title {
    color: var(--cobel-color-3);
    font-size: 2.75rem;
    font-weight: bold;
    line-height: var(--cobel-line-height);
    margin-bottom: .75rem;
}
.page-date {
    color: var(--cobel-color-3);
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
}
.cta-jobs {
    position: relative;
    width: 100%;
    border-radius: var(--cobel-border-radius);
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.2);
    text-align: center;
    padding: 2rem;
}
.cta-jobs h4 {
    color: var(--cobel-color-1);
    font-size: 2rem;
    line-height: var(--cobel-line-height);
    margin-bottom: .5rem;
    font-weight: bold;
}
.cta-jobs p {
    color: var(--cobel-color-3);
    font-size: 1.125rem;
    line-height: var(--cobel-line-height);
    margin-bottom: 2rem;
    font-weight: normal;
}




@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
    .timeline-box:hover .timeline-year-parent {
        width: 77%;
    }
    .timeline-box:hover .timeline-year {
        background-color: var(--cobel-color-4);
        font-size: 3.25rem;
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1080px;
    }
}
@media only screen and (min-width: 1200px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 5rem;
    }

}
@media only screen and (min-width: 1400px) {
    .container, .container-lg,
    .container-md, .container-sm,
    .container-xl, .container-xxl {
        max-width: 1320px;
    }
    .navbar-cobel .nav-link {
        padding: 0 .1rem !important;
    }
    .navbar-cobel .nav-item {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
}
@media only screen and (min-width: 1500px) {
    .container, .container-lg,
    .container-md, .container-sm,
    .container-xl, .container-xxl {
        max-width: 1450px;
    }
}
@media only screen and (min-width: 1700px) {
    .container, .container-lg,
    .container-md, .container-sm,
    .container-xl, .container-xxl {
        max-width: 1650px;
    }
}
@media only screen and (min-width: 992px) {

}



@media only screen and (max-width: 1700px) {
    .home-thumb-content h3 {
        font-size: 3.5rem;
    }
    .rtl-mode .home-thumb-content h3 {
        font-size: 2.2rem;
    }
    .home-thumb-content.small h3 {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 1560px) {
    .video-section .play {
        width: 75px;
    }
    .home-thumb-content h3 {
        font-size: 3rem;
    }
    .rtl-mode .home-thumb-content h3 {
        font-size: 2rem;
    }
    .home-thumb-content {
        width: 80%;
    }
    .card-item h3 {
        font-size: 2.2rem;
    }
    .card-item h4 {
        font-size: 2rem;
    }
    .card-item > img {
        height: 80px;
    }
    .card-item {
        padding: 2rem;
    }
    .timeline-year {
        font-size: 2.5rem;
    }
    .swiper-timeline .swiper-slide {
        width: 20%;
    }
    .contact-us-item-title {
        width: 28%;
    }
    .contact-us-box-ver-border::before {
        left: calc(2rem + 25%);
    }
    .rtl-mode .contact-us-box-ver-border::before {
        left: auto;
        right: calc(2rem + 25%);
    }
    .card-item-small .btn {
        left: 2rem;
    }
    .rtl-mode .card-item-small .btn {
        right: 2rem;
    }
}
@media only screen and (max-width: 1399.98px) {
    .header-section-content h3 {
        font-size: 4rem;
    }
    .video-section-content-child .type {
        margin: 0 auto 1.5rem;
        height: 40px;
    }
    .video-section-content-child p {
        font-size: 1.1rem;
    }
    .video-section .play {
        width: 60px;
    }
    .about-content-border {
        padding-right: 4rem;
    }
    .rtl-mode .about-content-border {
        padding-left: 4rem;
    }
    .about-content-no-border {
        width: 90%;
    }
    .timeline-year {
        font-size: 2rem;
    }
    .title-section-page h3 {
        font-size: 2.7rem;
    }
    .partner-logo-item img {
        width: 60%;
        height: 60%;
    }
    /*.job-det-item h5 {*/
    /*    width: 27%;*/
    /*}*/
    .box-link-item {
        min-height: 190px;
    }
    .box-link-item h4 {
        font-size: 1.5rem;
    }
    .home-thumb-content.small h3 {
        font-size: 2rem;
    }
    .home-thumb-content.small p {
        font-size: 1rem;
    }
    .page-title {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .header-section-content h3 {
        font-size: 3.5rem;
    }
    .header-section-thumb-parent {
        width: 53%;
    }
    .video-section-content-child {
        margin: 2.5rem auto 0;
    }
    .home-thumb-content {
        width: 100%;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 4rem;
    }
    .footer-title {
        margin-bottom: 1.2rem;
        font-size: 1.1rem;
    }
    .card-item h3 {
        font-size: 1.8rem;
    }
    .card-item h4 {
        font-size: 1.6rem;
    }
    .card-item p {
        font-size: 1rem;
    }
    .card-item > img {
        height: 45px;
        margin-bottom: .7rem;
    }
    .page-thumb-content {
        width: 50%;
    }
    .our-company-text-1 {
        font-size: 1.1rem;
    }
    .rtl-mode .our-company-text-1 {
        font-size: 1.1rem;
    }
    .our-company-title {
        font-size: 1.6rem;
    }
    .our-company-thumb-2 {
        min-height: auto;
    }
    .swiper-timeline .swiper-slide {
        width: 24%;
    }
    .swiper-timeline-parent {
        height: 450px;
    }
    .list-content-item-title,
    .list-content-item > h4 {
        font-size: 1.5rem;
    }
    .list-content-item.is-small > h4 {
        font-size: 1.2rem;
    }
    .partner-logo-item img {
        width: 70%;
        height: 70%;
    }
    .job-item-box-simple .job-det-item h5 {
        /*width: 40% !important;*/
    }
    .swiper-timeline-v2 .swiper-slide {
        width: 33%;
    }
}
@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;
    }
    .header-section-content h3 {
        font-size: 2.8rem;
    }
    .video-section-content-child .type {
        margin: 0 auto 1rem;
        height: 30px;
    }
    .video-section-content-child p {
        font-size: 1rem;
    }
    .video-section .play {
        width: 50px;
    }
    .video-section {
        padding-top: 48%;
    }
    .video-section-content-child {
        margin: 1.7rem auto 0;
    }
    .home-thumb-content {
        padding: 0;
    }
    .about-content-border {
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #C8C8C8;
        padding-bottom: 1.5rem;
    }
    .about-content-no-border {
        width: 100%;
    }
    .about-content-logo img {
        height: 60px;
    }
    .footer-title {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .logo-footer {
        height: 40px;
    }
    .card-item-thumb {
        height: 250px;
    }
    .page-thumb-content {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page-thumb-section-image {
        width: 100%;
    }
    .page-thumb-section-bg {
        display: none;
    }
    .page-thumb-section:not(.no-overlay)::after {
        display: block;
    }
    .page-thumb-section h2 {
        font-size: 2.5rem;
    }
    .page-thumb-section p {
        font-size: 1.1rem;
    }
    .timeline-box p {
        font-size: 1.1rem;
    }
    .swiper-timeline .swiper-slide {
        width: 30%;
    }
    .swiper-timeline-parent {
        height: auto;
        margin-top: 1.5rem;
    }
    .timeline-box p {
        min-height: 12rem;
    }
    .swiper-timeline {
        width: 100%;
        position: relative;
        top: 0;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }
    .title-section-page h3 {
        font-size: 2.5rem;
    }
    .company-cta-section p {
        font-size: 1.25rem;
    }
    .navbar-list-content .nav-link {
        width: calc(33.33% - 1rem);
    }
    .job-det-item h5 {
        font-size: 1rem;
    }
    .job-det-item h6 {
        font-size: 1.1rem;
    }
    .card-item-small .btn {
        position: relative;
        bottom: 0 !important;
        left: auto !important;
        right: auto !important;
    }
    .card-item-small .titles {
        bottom: 0 !important;
    }
    .swiper-timeline-v2 .swiper-slide {
        width: 43%;
    }
    .box-link-item {
        min-height: 170px;
    }
    .box-link-item h4 {
        font-size: 1.25rem;
    }
    .page-title {
        font-size: 2rem;
    }
    .cta-jobs h4 {
        font-size: 1.5rem;
    }
    .cta-jobs p {
        font-size: 1rem;
    }
}
@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-content {
        width: 100%;
        text-align: center;
    }
    .header-section-thumb-parent {
        top: auto !important;
        bottom: 0 !important;
        right: auto !important;
        left: 50% !important;
        width: 115%;
        height: 43%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .header-section-thumb-parent::before {
        border-radius: 50% 50% 0 0 !important;
    }
    .header-section-thumb {
        border-radius: 50% 50% 0 0 !important;
    }
    .video-section-content-child .type {
        margin: 0 auto .75rem;
        height: 25px;
    }
    .video-section {
        padding-top: 56.25%;
    }
    .home-thumb-content h3 {
        font-size: 2rem;
        margin: 1rem 0;
    }
    .rtl-mode .home-thumb-content h3 {
        font-size: 1.8rem;
    }
    .home-thumb-content span {
        font-size: 1rem;
    }
    .about-section {
        padding: 3rem 0;
    }
    .about-content-logo {
        margin-bottom: 1.5rem;
    }
    .copyright-text {
        font-size: .9rem;
    }
    .page-thumb-section h6 {
        font-size: .9rem;
    }
    .page-thumb-section h2 {
        font-size: 2.2rem;
    }
    .swiper-timeline .swiper-slide {
        width: 37%;
    }
    .title-section-page h3 {
        font-size: 2rem;
    }
    .content-single-page {
        font-size: 1rem;
    }
    .is-small .content-single-page {
        font-size: .8rem;
    }
    .content-single-page h2 {
        font-size: 1.4rem;
    }
    .content-single-page h3 {
        font-size: 1.3rem;
    }
    .content-single-page h4 {
        font-size: 1.2rem;
    }
    .content-single-page h5 {
        font-size: 1.1rem;
    }
    .content-single-page h6 {
        font-size: 1rem;
    }
    .page-thumb-content-box {
        padding: 2.5rem;
    }
    .value-thumb {
        width: 180px;
        height: 180px;
    }
    .value-content-box h4 {
        font-size: 1.4rem;
    }
    .company-cta-section {
        padding: 4.5rem 0;
    }
    .navbar-list-content .nav-link {
        width: calc(50% - .5rem);
        font-size: 1rem;
    }
    .page-section-title {
        font-size: 1.7rem;
    }
    .job-det-item h5 {
        /*width: 125px;*/
    }
    .job-det-item h6 .placeholder {
        width: 25% !important;
    }
    .swiper-timeline-v2 .swiper-slide {
        width: 57%;
    }
    .cobel-swiper-navi .swiper-button-next,
    .cobel-swiper-navi .swiper-button-prev {
        width: 44px;
        height: 44px;
        margin-top: -22px;
    }
    .timeline-box-v2 h4 {
        font-size: 2.2rem;
    }
    .timeline-box-v2 p {
        font-size: .9rem;
    }
    .swiper-slide-active .timeline-box-v2 p {
        font-size: 1rem;
    }
    .our-company-title-1 {
        font-size: 1.5rem;
    }
    .home-thumb-content.small h3 {
        font-size: 1.7rem;
    }
    .partner-logo-item .content {
        width: 340px;
    }
    .partner-logo-items-row > div:nth-child(2n+1) .content {
        left: 10% !important;
        right: auto !important;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .partner-logo-items-row > div:nth-child(2n) .content {
        right: 10% !important;
        left: auto !important;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .rtl-mode .partner-logo-items-row > div:nth-child(2n+1) .content {
        right: 10% !important;
        left: auto !important;
    }
    .rtl-mode .partner-logo-items-row > div:nth-child(2n) .content {
        left: 10% !important;
        right: auto !important;
    }
    .box-link-title {
        font-size: 1.4rem;
    }
    .box-link-list a {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .btn-cobel {
        font-size: 1rem;
    }
    .video-section-content-child {
        margin: 1.25rem auto 0;
        padding: 0 1rem;
    }
    .video-section {
        padding-top: 70%;
    }
    .home-thumb-content h3 {
        font-size: 1.7rem;
        margin: .75rem 0;
    }
    .rtl-mode .home-thumb-content h3 {
        font-size: 1.6rem;
    }
    .home-thumb-content p {
        font-size: 1.1rem;
    }
    .rtl-mode .home-thumb-content p {
        font-size: .95rem;
    }
    .about-content-logo img {
        height: 50px;
    }
    .about-content-text {
        font-size: 1.1rem;
    }
    .footer-text {
        font-size: .9rem;
    }
    .footer-text-menu {
        font-size: .9rem;
    }
    .footer-title {
        font-size: 1.1rem;
    }
    .card-item > img {
        height: 50px;
        margin-bottom: .5rem;
    }
    .card-item h3 {
        font-size: 1.5rem;
    }
    .card-item h4 {
        font-size: 1.3rem;
    }
    .card-item p {
        font-size: .95rem;
    }
    .card-item-thumb {
        width: 100%;
    }
    .swiper-timeline .swiper-slide {
        width: 60%;
    }
    .timeline-box p {
        font-size: 1rem;
    }
    .title-section-page h3 {
        font-size: 1.5rem;
    }
    .page-thumb-content-box {
        padding: 1.75rem;
    }
    .value-thumb {
        width: 150px;
        height: 150px;
    }
    .value-content-box h4 {
        font-size: 1.25rem;
    }
    .navbar-list-content .nav-link {
        font-size: .9rem;
    }
    .list-content-item-title,
    .list-content-item > h4 {
        font-size: 1.25rem;
    }
    .list-content-item.is-small > h4 {
        font-size: 1rem;
    }
    .list-content-item {
        padding: 1.5rem;
    }
    .cobel-form-section {
        padding: 1rem;
    }
    .contact-us-box {
        padding: 1rem;
    }
    .partner-logo-item img {
        width: 75%;
        height: 75%;
    }
    .contact-us-item h6 {
        font-size: 1rem;
    }
    .contact-us-item p {
        font-size: 1.1rem;
    }
    .post-filter .dropdown,
    .job-filter .dropdown {
        width: calc(50% - .5rem);
    }
    .post-filter .btn,
    .job-filter .btn {
        width: 100%;
    }
    .btn-secondary.dropdown-toggle::after {
        margin-left: auto;
        margin-right: 0;
    }
    .rtl-mode .btn-secondary.dropdown-toggle::after {
        margin-right: auto;
        margin-left: 0;
    }
    .job-det-item h5 {
        font-size: .95rem;
    }
    .job-det-item h6 {
        font-size: 1rem;
    }
    .timeline-year-parent {
        width: 60%;
    }
    .card-item {
        padding: 1.25rem;
    }
    .swiper-timeline-v2 .swiper-slide {
        width: 67%;
    }
    .box-link-item {
        min-height: 150px;
    }
    .home-thumb-content.small h3 {
        font-size: 1.5rem;
    }
    .post-item-box .date {
        font-size: .9rem;
    }
    .post-item-box h3 {
        font-size: 1.35rem;
    }
    .post-item-box p {
        font-size: .95rem;
    }
    .page-title {
        font-size: 1.7rem;
    }
    .box-link-title {
        font-size: 1.2rem;
    }
    .rtl-mode .our-company-text-1 {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 470px) {
    .video-section .play {
        top: 60%;
    }
    .swiper-timeline-v2 .swiper-slide {
        width: 70%;
    }
    .partner-logo-item .content {
        width: 300px;
    }
}