:root {
    --header-height: 130px;
}
html{
    scroll-behavior: smooth;
    scroll-padding: var(--header-height);
}
body{
    font-size: 10pt;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), url("fonts/Roboto-Regular.woff2") format("woff2")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), url("fonts/Roboto-Bold.woff2") format("woff2")
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body {
    font-family: Roboto, sans-serif;
    color: #000;
    background-color: #fff
}

.layout_padding {
    padding: 90px 0
}

.layout_padding2 {
    padding: 45px 0
}

.layout_padding2-top {
    padding-top: 45px
}

.layout_padding2-bottom {
    padding-bottom: 45px
}

.layout_padding-top {
    padding-top: 90px
}

.layout_padding-bottom {
    padding-bottom: 90px
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.heading_container h2 {
    font-weight: 700;
    position: relative
}

/* .heading_container h2::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 75px;
    height: 5px;
    background-color: #30ae69;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
} */

.hero_area {
    background-size: cover
}

.sub_page .hero_area {
    height: auto
}

.sub_page .who_section.layout_padding {
    padding-top: 0
}

.hero_area.sub_pages {
    height: auto
}

.header_section {
    background-color: #dcdcdc;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px
}

.header_section .nav_container {
    margin: 0 auto
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    margin: 10px 30px;
    padding: 0;
    color: #fff;
    text-align: center;
    position: relative
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
    display: block
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: initial
}

.btn,
.btn:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user_option a {
    color: #fff;
    margin: 10px 30px
}

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.navbar-brand span {
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 3
}

.navbar-brand::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 45px;
    height: 45px;
    background-color: #30ae69;
    z-index: 2
}

.custom_nav-container {
    z-index: 99999;
    padding: 15px 0
}

.custom_nav-container .navbar-toggler {
    outline: 0
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 55px
}

.slider_section {
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.slider_section #carouselExampleIndicators {
    width: 100%
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider_section .box {
    margin: 125px 0
}

.slider_section .detail-box h1 {
    font-size: 4rem;
    font-weight: 700
}

.slider_section .detail-box h2 {
    font-weight: 700;
    font-size: 2.5rem
}

.slider_section .detail-box p {
    margin-top: 25px
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-top: 35px
}

.slider_section .detail-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2)
}

.slider_section .img-box img {
    width: 100%
}

.slider_section #carouselExampleIndicators .carousel-indicators {
    bottom: 45px;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider_section #carouselExampleIndicators .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    opacity: 1
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {
    border: 4px solid #fff
}

.how_section .how_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.how_section .how_container .box {
    text-align: center;
    margin: 10px;
    min-width: 200px;
    width: 325px
}

.how_section .how_container .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    background-color: #f6f5f7
}

.how_section .how_container .box .img-box svg {
    width: 75px;
    height: auto
}

.how_section .how_container .box .detail-box {
    margin-top: 15px
}

.how_section .how_container .box .detail-box h5 {
    font-weight: 700;
    position: relative
}

.how_section .how_container .box .detail-box h5::before {
    display: none;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 75px;
    height: 2px;
    background-color: #30ae69;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.how_section .how_container .box .detail-box p {
    color: #b8b8b8
}

.how_section .how_container .box:hover .img-box {
    background-color: #30ae69
}

.how_section .how_container .box:hover .img-box svg {
    fill: #ffffff
}

.how_section .how_container .box:hover .detail-box {
    margin-top: 15px
}

.how_section .how_container .box:hover .detail-box h5::before {
    display: block
}

.how_section .how_container .box:hover .detail-box p {
    color: #393a3c
}

.how_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.how_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.how_section .btn-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2)
}

.about_section {
    text-align: center
}

.about_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
}

.about_section .box .img-box img {
    max-width: 100%;
    -webkit-filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 36px 13px rgba(0, 0, 0, .3))
}

.about_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-top: 35px
}

.about_section .btn-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2)
}

section.app_section {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#30ae69), to(#072e85));
    background: linear-gradient(to right, #30ae69, #072e85)
}

section.app_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.app_section .detail-box h2 {
    font-weight: 700;
    margin-bottom: 20px
}

section.app_section .detail-box .download_box {
    margin-top: 55px;
    max-width: 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.app_section .detail-box .download_box h5 {
    margin-right: 25px
}

section.app_section .detail-box .download_box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.app_section .detail-box .download_box .btn-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px
}

section.app_section .detail-box .download_box .btn-box a img {
    max-width: 100%
}

section.app_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(1.07) translateY(-14px);
    transform: scale(1.07) translateY(-14px)
}

section.app_section .img-box img {
    width: 85%
}

.auto_section {
    text-align: center
}

.auto_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.auto_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px
}

.auto_section .box .img-box img {
    max-width: 100%
}

.auto_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.auto_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-top: 35px
}

.auto_section .btn-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2)
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65%;
    margin: 45px auto
}

.client_section .box .client_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px 5px 15px;
    text-align: center;
    position: relative;
    margin-right: 25px
}

.client_section .box .client_id .img-box {
    width: 175px
}

.client_section .box .client_id .img-box img {
    width: 100%
}

.client_section .box .client_id .name {
    margin-top: 15px
}

.client_section .box .client_id .name h5 {
    text-transform: uppercase;
    font-size: 18px
}

.client_section .box .client_id .name h6 {
    color: #6d6c6c
}

.client_section .box .client_id:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%);
    clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%)
}

.client_section .box .client_id:after {
    content: "";
    position: absolute;
    top: 17%;
    left: 3%;
    width: 85%;
    height: 85%;
    background-color: rgba(0, 0, 0, .2);
    z-index: -2;
    -webkit-filter: blur(25px);
    filter: blur(25px)
}

.client_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.client_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #171717;
    border: 1px solid #171717;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-top: 25px
}

.client_section .btn-box a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2)
}

.info_section {
    background-color: #171717;
    color: #fff;
    padding: 90px 0 45px 0
}

.info_section h5 {
    margin-bottom: 35px;
    font-size: 22px
}

.info_section .info_contact .info_logo a {
    position: relative
}

.info_section .info_contact .info_logo a span {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    z-index: 3
}

.info_section .info_contact .info_logo a::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 60px;
    height: 55px;
    background-color: #30ae69;
    z-index: 2
}

.info_section .info_contact .img-box {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.info_section .info_contact p {
    margin: 0
}

.info_section .info_contact>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.info_section .info_contact>div img {
    height: auto;
    margin-right: 12px
}

.info_section .info_links ul {
    padding: 0
}

.info_section .info_links ul li {
    list-style-type: none
}

.info_section .info_links ul li a {
    display: inline-block;
    color: #fff;
    margin: 2px 0
}

.info_section .info_form form input {
    outline: 0;
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff
}

.info_section .info_form form input::-webkit-input-placeholder {
    color: #fff
}

.info_section .info_form form input:-ms-input-placeholder {
    color: #fff
}

.info_section .info_form form input::-ms-input-placeholder {
    color: #fff
}

.info_section .info_form form input::placeholder {
    color: #fff
}

.info_section .info_form form button {
    display: inline-block;
    padding: 8px 35px;
    background-color: #30ae69;
    border: 1px solid #30ae69;
    color: #fff;
    border-radius: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px
}

.info_section .info_form form button:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2)
}

.footer_section {
    background-color: #171717;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer_section p {
    padding: 20px;
    color: #636363;
    margin: 0 auto;
    text-align: center
}

.footer_section a {
    color: #636363
}

@media (max-width:992px) {
    .custom_nav-container .nav_search-btn {
        background-position: center;
        margin-top: 10px
    }

    .slider_section .box {
        margin: 75px 0 125px 0
    }

    .client_section .box {
        width: 90%
    }
}

@media (max-width:768px) {
    .slider_section .detail-box {
        text-align: center;
        margin-bottom: 45px
    }

    .info_section .col-md-3 {
        text-align: center
    }

    .info_section .col-md-3:not(:nth-last-child(1)) {
        margin-bottom: 35px
    }

    .info_section .col-md-3>div {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    section.app_section {
        padding: 65px 0
    }

    section.app_section .img-box {
        transform: none;
        margin-top: 35px
    }

    section.app_section .detail-box {
        text-align: center
    }

    .client_section .box {
        width: 100%
    }

    .info_section .info_contact .info_logo {
        margin-bottom: 45px
    }

    .info_section .info_form form input {
        text-align: center
    }
}

@media (max-width:576px) {
    .slider_section .detail-box h1 {
        font-size: 3.5rem
    }

    .slider_section .detail-box h2 {
        font-size: 2.2rem
    }

    section.app_section .detail-box .download_box {
        flex-direction: column
    }

    section.app_section .detail-box .download_box .btn-box {
        margin-top: 15px
    }

    .client_section .box {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .client_section .box .client_id {
        margin: 0;
        margin-bottom: 15px
    }

    .client_section .box .client_id {
        padding: 15px
    }

    .client_section .box .client_id::before {
        clip-path: none
    }

    .client_section .box .client_id::after {
        top: 3%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .1);
        filter: blur(10px)
    }
}

@media (max-width:420px) {
    .slider_section .detail-box h1 {
        font-size: 2.5rem
    }

    .slider_section .detail-box h2 {
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

/*Customization*/
.client_detail:not(.expanded) .full-news{
    display: none;
}

.client_detail.expanded .short-news{
    display: none;
}
.detail-button{
    color:blue;
}


/*Sajjad*/

.topbar{
    position: fixed;
    top: 0;
    min-width: 100%;
    min-height: 90px;
    text-align: center;
    background-color: white;
    font-size: 12pt;
    /* border-bottom: 3px solid red; */
    z-index: 100;
}
/* .topbar::after{
    content:"";
    border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
    border-top:0;
    border-left:0;
    border-right:0;
    border-width: 4px;
    border-style: solid;
    padding: 5px;
} */
.topbar img{
    height: 85px;
}
.topbar hr{
    background: linear-gradient(to right, black, red, black);
    height: 3px;
    margin:0;
    padding:0;
}
.topbar_margin{
    margin-top: var(--header-height);
}
.right-navbar {
    top: var(--header-height);
    width: 300px;
    padding-right: 10px;
    border-image: linear-gradient(to right, black, red, black) 1;
    border-top:0;
    border-left:0;
    border-right:0;
    border-width: 4px;
    border-style: solid;
    background-color: white;
    padding: 5px;
    font-size: 10pt;
}
/* .right-navbar{
    position: fixed;
    z-index: 100;
} */
.right-navbar ul{
    list-style-type: none;
    padding-left: 5px;
}
.right-navbar ul li a{
    color:black;
}
.right-navbar ul li{
    padding-bottom:2px;
}

.right-navbar ul li:hover{
    /* border-bottom: linear-gradient(to right, black, red, black); */
    /* border-bottom: 1px solid red; */

    padding-bottom:0;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, black, red, black);
    border-image-slice: 1;
}
  .cover-image{
    min-width: 100%;
  }
  
.heading_container h2{
    font-size: 12pt;
    width: 100%;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, black, red, black);
    border-image-slice: 1;
}