body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #191919;
    background: #ffffff;
}
a {
    color: #26A9E0;
}
::marker {
    color: #26A9E0;
}
.hr-size {
    font-size: 64px;
    line-height: 1.12;
    color: #008592;
    font-weight: bold;
}
.h1{
    font-size: 48px;
    line-height: 1.2;
}
.h2{
    font-size: 30px;
    line-height: 1.5;
    color: #191919;
}
.h3{
    font-size: 24px;
    line-height: 1.5;
    color: #008592;
}
.ace-line{
    background: #D0D0D0;
    display: block;
    width: 100%;
    height: 2px;
}
span.cp-bg-line {
    width: 100px;
    height: 13px;
    display: block;
    background-image: url(../images/bg-line.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.bottom-wrapper {
    background: #ffffff;
    border: 0;
}
.cp-locations {
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}
.cp-big-photo {
    margin: 32px 0px;
}
.pro-footer-contact .cp-bg-line,.cp-locations .cp-bg-line {
    margin: 0 auto;
}
.cp-bg-linear{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, #F7F9F7 0%, #FFFFFF 100%);
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
       max-width: 1310px;
    }
}
.entry-content h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #3374A8;
}

.entry-content h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #3374A8;
}

.entry-content h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #3374A8;
}

.entry-content h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #3374A8;
}

.entry-content h5 {
    font-size: 14px;
    color: #3374A8;
}

.entry-content h6 {
    font-size: 12px;
    color: #3374A8;
}
.bg-FAFAFA{
    background: #FAFAFA;
}
.bg-1F3465{
    background: #1F3465;
}

.btn.focus, .btn:focus{
    box-shadow: none;
}
.color-4039A6 {
    color: #4039a6;
}
#breadcrumbs {
    color: #071434;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px;
}

#breadcrumbs a {
    color: #071434;
}

#breadcrumbs a:hover {
    text-decoration: none;
}



.site-branding img {
    /* max-height: 40px; */
    /* padding-top: 3px; */
    /* padding-bottom: 2px; */
    display: block;
}
.bg-top-prodima {
    background: rgb(0, 112, 176);
    background: radial-gradient(
        circle,
        rgba(0, 112, 176, 1) 0%,
        rgba(10, 59, 116, 1) 100%
        );
}
.btn-prodima {
    background: #008592;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    padding: 12px 20px;
    border: 0px;
    border-radius: 8px;
}
.btn-prodima:hover{
    background: #26A9E0;

}
.cp-banner, .cp-about-us {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cp-our-services {
    padding-top: 48px;
    padding-bottom: 48px;
}
 .prodima-box {
        background: #ffffff;
        border-radius: 20px;
        padding: 32px;
    }
    .cp-container-btns {
        flex-wrap: nowrap;
        display: flex;
        gap: 16px;
    }

    .cp-container-btns > div {
        flex: 1 1 50%;
        position: relative;
    }



    .cp-container-btns .btn-learn-more {
        width: 100%;
    }

    .cp-container-btns .btn-learn-more .btn-prodima {
        width: 100%;
    }

    .cp-container-btns .btn-expand {
        display: flex;
        background: transparent;
        color: #008592;
        text-align: center;
        border: 1px solid #008592;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        padding-left: 0;
        padding-right: 0;
    }

    .cp-container-btns .btn-expand img {
        max-width: 100%;
        width: auto;
    }
    .btn-expand img {
        transition: transform 0.3s ease;
    }

    .prodima-des-s.is-expanded .btn-expand img {
        transform: rotate(180deg);
    }
    .prodima-des-s p {
        display: -webkit-box;
        -webkit-line-clamp: 3;        /* số dòng hiển thị */
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    /* Khi expand */
    .prodima-des-s.is-expanded p {
        -webkit-line-clamp: unset;
        overflow: visible;
    }
    .btn-expand {
        cursor: pointer;
        user-select: none;
    }

.prodima-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 48px;
}

.prodima-slider .owl-dot {
    padding: 0;
    border: none;
    background: transparent;
}


.prodima-slider .owl-dot span,.cp-locations .owl-dots span {
    display: block;
    width: 48px;
    height: 8px;
    background: transparent;
    transition: all 0.3s ease;
    background-image: url("../images/vector-dots.png");
}

.prodima-slider .owl-dot.active span {
    width: 48px;
    background-image: url("../images/vector-dots-active.png");
}

article.post .entry-meta a {
    font-size: 14px;
    line-height: 18px;
    color: #bcbcbc;
    text-transform: uppercase;
    font-weight: bold;
}
.top-area {
    padding: 0px;
    background: #181818;
}
.social .menu li a {
    color: #1D1D1D;
    padding: 8px 16px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0px;
    display: block;
    border-radius: 20px;
}
.social .menu .prodima-btn a {
    background: #26A9E0;
}
.social .menu li ul {
    padding: 0;
}
.social .menu li li a {
    padding: 0px;
    line-height: normal;
}
.social .menu li #footer_language_list a {
    background: transparent;
}
.social .menu li li img {
    padding-top: 5px;
}
.navigation > div > ul > li:hover a,
.navigation > div > ul > li.current_page_item a {
    /* background: #26A9E0; */
    text-decoration: none;
}


.footer .bottom-menu a {
    color: #1D1D1D;
}
.bottom-wrapper ul li a:after {
    content: "";
    width: 2px;
    height: 100%;
    background: hsl(0deg 0% 11% / 70%);
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    max-height: 12px;
}
.bottom-wrapper ul li:last-child a:after{
    content: none;
}
.bottom-wrapper .footer-top {
    padding-bottom: 0;
}
.footer .bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    text-align: center;
}

.bottom-wrapper ul li:first-child i {
    display: none;
}
.footer .bottom-menu ul li,.footer .bottom-menu p {
    margin-bottom: 1rem;
}

.footer .bottom-menu p, .footer .bottom-menu ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom:1rem;
    color: #1D1D1D;
}
.prodima-navigation p {
    font-size: 38px;
    line-height: 47px;
    color: #0c0a33;
    font-family: "Encode Sans", sans-serif;
    margin: 0;
}
.footer .bottom-menu li {
    display: inline-block;
    text-transform: uppercase;
    padding-right: 1rem;
    margin-bottom: 0px;
}

.footer .bottom-menu p {
    text-transform: capitalize;
}
.prodima-top-blog {
    padding-top: 120px;
}
.prodima-top-blog label {
    margin: 0px;
    font-size: 360px;
    line-height: 1;
    color: #18457B;
    font-weight: bold;
}
.ace-backt-to {
    color: #18457B;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
.error404 .entry-title {
    font-size: 64px;
    color: #D0D0D0;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: 500;
}
.prodima-box-shadow {
    -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
}
.prodima-navigation {
    padding: 30px 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    background: #fff;
    -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
}
.prodima-navigation a {
    color: #212529;
}
.prodima-navigation i {
    color: #26A9E0;
}

.entry-meta .prodima-date li {
    font-size: 10px;
    line-height: 13px;
    color: #5b5b5b;
    font-weight: bold;
}
.entry-content {
    /* -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05); */
    background: #fff;
    padding: 64px;
}
.entry-content .aligncenter {
    margin: 0 auto;
    display: block;
}



aside.sidebar {
    margin-bottom: 60px;
}
aside.about-us label {
    font-size: 13px;
    line-height: 16px;
    color: #ffb300;
    font-weight: bold;
    letter-spacing: 5px;
}

.prodima-box-shadow-none {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.sidebar .prodima-thumnail {
    position: relative;
}

.sidebar .prodima-thumnail img {
    width: 100%;
}

.sidebar .prodima-thumnail span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
    background: #fff;
    width: 60px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    color: #000;
}

.sidebar h3 {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    padding: 15px 0px;
    margin: 0px;
}

.sidebar h3 a {
    color: #000;
}

.sidebar ul span {
    color: #000;
    font-size: 8px;
    line-height: 10px;
    font-weight: bold;
}

.sidebar .about-us h3 {
    font-family: "Encode Sans", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.sidebar .about-us img {
    margin-bottom: 15px;
}

.sidebar .about-us p {
    font-size: 14px;
    line-height: 17px;
}

.sidebar .share i {
    color: #ffb300;
}
.prodima-sidebar {
    margin-top: 140px;
}

.prodima_team .prodima-section {
    float: unset;
    margin-top: 10px!important;
    max-width: 100%;
}

#about-team .prodima_team img {
    border-radius: 0!important;
}

.prodima-section h3 a {
    color: #000000;
    font-size: 19px;
    line-height: 1.5;
    padding: 10px 0px;
    display: block;
}
.prodima-section .prodima-date li {
    color: #000;
    font-size: 8px;
    line-height: 10px;
    font-weight: bold;
}
.archive .prodima-sidebar {
    margin-top: 0px;
}

.pagination {
    display: block;
}
.pagination a, .pagination span {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #CECECE;
    font-weight: bold;
    margin-right: 0.5rem;
}
.pagination label {
    margin-bottom: 0px;
}
.pagination span.current {
    color: #323232;
}

.header-wrapper header {
   background: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F7F9F7;
}
.header-wrapper .invn-logo img {
    padding: 13px 25px;
    max-height: 100px;
}
.header-preset-01 .navigation > div > ul > li > a:before {
    content: none;
}
.navigation > div > ul li a:target {
    background: #e8453a;
}
.navigation > div > ul .wpml-ls-menu-item .wpml-ls-display {
    padding: 0px;
    margin-left: 15px;
}
.navigation > div > ul .wpml-ls-menu-item .wpml-ls-display label {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0px;
}
.navigation > div > ul li.wpml-ls-item:hover {
    background: transparent;
}
.navigation > div > ul > li > span {
    width: 25px;
    height: 22px;
    text-align: center;
}
.navigation > div > ul li.wpml-ls-item span:before {
    background: #cc3d33;
    width: 25px;
    padding: 3px 7px;
    overflow: hidden;
}
.primary-menu .dropdown-menu.show {
    display: block;
    background: #424242;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    border: 0px;
    text-align: center;
    right: 0px;
}
.primary-menu .dropdown-menu.show a {
    color: #fff;
    font-weight: bold;
    padding: 15px;
}
.primary-menu .dropdown-menu.show a:hover {
    background: #cc3d33;
}
.primary-menu .dropdown-menu.show a.active {
    background: #1a1a1a;
}
.headroom--not-top.header {
    height: auto;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.content-wrapper .invn-parallax .invn-content {
    margin-top: 50vh;
    margin-bottom: 45px;
}
.invn-content article .entry-meta {
    margin: 30px 0px;
    color: #fff;
}
.invn-content article .entry-header .entry-title {
    font-size: 4.8rem;
    line-height: 5.04rem;
    color: #fff;
    margin-bottom: 0px;
}
.invn-content article .invn-full-content {
    padding: 30px;
    padding-top: 60px;
    max-width: 720px;
    margin: 0 auto;
}
.invn-content article .entry-content h2 {
    font-size: 3.6rem;
    line-height: 4.5rem;
    color: #424242;
    margin-top: 9rem;
    margin-bottom: 4rem;
}
.invn-content article .entry-content h3 {
    font-size: 2.8rem;
    line-height: 3rem;
    color: #424242;
    margin-top: 9rem;
    margin-bottom: 4rem;
    display: block;
}
.invn-content article .entry-content h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #424242;
    margin-bottom: 40px;
}

.invn-content article .entry-content a {
    color: #cc3d33;
}
.invn-content article .entry-content img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
.invn-content article .entry-content img.alignleft,
.single-post .content .wp-caption.alignleft {
    float: left;
    margin-right: 30px;
}
.invn-content article .entry-content .aligncenter {
    display: block;
    margin: 0 auto;
}
.invn-content article .entry-content img.alignright,
.single-post .content .wp-caption.alignright {
    float: right;
    margin-left: 30px;
}
.single-post .content .wp-caption figcaption.wp-caption-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #b3b3b3;
    font-weight: 300;
    padding: 15px 0px;
}
.single-post .content .wp-caption.alignright figcaption.wp-caption-text {
    text-align: right;
}
.textwidget .recent-posts__item label {
    font-size: 12px;
    line-height: 15px;
    color: #bcbcbc;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.category .label-title {
    color: #eeeeee;
    font-size: 198px;
    line-height: 220px;
    font-weight: 900;
    font-family: "Encode Sans", sans-serif;
}
.prodima-filter-bar {
    padding: 60px 0px;
}
.prodima-filter-bar h3,
.prodima-filter-bar a {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: bold;
}
.prodima-filter-bar h3 {
    letter-spacing: 5px;
    margin-bottom: 30px;
}
.prodima-filter-bar a {
    padding: 10px 20px;
    background: #fff;
    -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
    font-weight: bold;
}

.bg-archive {
    background-image: url("../images/bg-category.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 95px);
}
.page-template-page-prodima-social-media .bg-archive {
    background-image: url("../images/bg-cocial-media.svg");
}
.invn-content article .entry-content ul,
.invn-content article .entry-content ol {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: left;
    margin-bottom: 3rem;
    color: #424242;
}
.invn-content article .entry-content ul li {
    margin-bottom: 6px;
    position: relative;
    list-style-type: square;
    line-height: 1.7;
}
.entry-bottom .share {
    padding: 0;
    text-align: center;
    display: table;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
.invn-d-none {
    height: 0px;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    position: absolute;
}
.invn-d-none input {
    height: 0px;
    margin: 0px;
    padding: 0px;
}
.share span {
    display: table-cell;
    cursor: pointer;
}
.share i {
    font-size: 35px;
    line-height: 45px;
    color: #cacaca;
    margin-right: 30px;
}
.share .fab.fa-facebook-f {
    background: #4267b2;
}
.share .fa-linkedin-in {
    background: #0077b5;
}
.share .fab.fa-pinterest-p {
    background: #c8232c;
}
.share .fab.fa-twitter {
    background: #38a1f3;
}
.share .far.fa-link {
    background: #cc3d33;
}
.share .far.fa-at {
    background: #808080;
}
.far.fa-globe {
    background: #e8453a;
}
.share i:hover,
.entry-footer .share span.invn:hover,
.entry-footer .share span.invn:hover i {
    opacity: 0.85;
}
.entry-bottom .social {
    background: #424242;
    padding: 30px 0px;
}
.entry-bottom .social label {
    font-size: 2.8rem;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 15px;
    background: #f6f6f6;
}
.navigation > div > ul > li > a,
.navigation > div > ul > li > span,
.bottom-wrapper ul li {
    color: #fff;
}
.invn-content .post-thumb {
    position: relative;
    padding: 30px;
    margin: 0px;
    background: rgba(26, 26, 26, 0.8);
    border-top: 3px solid #e8453a;
}
.invn-content article .entry-meta section {
    display: inline-flex;
}
.invn-content .post-thumb .entry-meta a {
    text-decoration-color: #fff;
    margin-right: 15px;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #cc3d33;
    border-radius: 50px;
}
.invn-content .post-thumb .entry-meta a:hover {
    background: #e8453a;
}
.invn-content .post-thumb .entry-meta a:focus {
    color: #cc3d33;
    text-decoration-color: #cc3d33;
}
.invn-content .post-thumb .entry-meta span {
    margin-right: 0px;
}
.invn-content .post-thumb .entry-meta .invn-count,
.invn-content .post-thumb .entry-meta .invn-time {
    color: #b3b3b3;
    background: none;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-transform: inherit;
    margin-right: 15px;
}
.invn-content .post-thumb .entry-content p {
    margin: 0px;
    color: #fff;
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: normal;
}
.single-post .entry-footer {
    padding: 20px 0px;
    background: #fff;
}
.entry-footer .share {
    padding: 0px;
}
.invn-related-articles {
    padding: 45px 0px;
    background: #f2f2f2;
}
.archive .hentry .card-body p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.invn-related-articles .customNextBtn,
.invn-related-articles .customPreviousBtn,
.invn-related-articles .visitNextBtn,
.invn-related-articles .visitPreviousBtn,
.invn-related-articles-booking .bookingNextBtn,
.invn-related-articles-booking .bookingPreviousBtn {
    background: #cc3d33;
    color: #fff;
    padding: 30px 15px;
    margin-left: -15px;
    cursor: pointer;
    position: absolute;
    font-size: 33px;
    top: 15%;
    left: 0;
    z-index: 1;
}
.invn-related-articles .customNextBtn:hover,
.invn-related-articles .customPreviousBtn:hover,
.invn-related-articles .visitNextBtn:hover,
.invn-related-articles .visitPreviousBtn:hover,
.invn-related-articles-booking .bookingNextBtn:hover,
.invn-related-articles-booking .bookingPreviousBtn:hover {
    background: #e8453a;
}
.invn-related-articles .customPreviousBtn,
.invn-related-articles .visitPreviousBtn,
.invn-related-articles-booking .bookingPreviousBtn {
    right: 0;
    left: auto;
    margin-right: -15px;
}
.invn-content article .media {
    padding: 30px 0px;
    background: #424242;
    margin-bottom: 30px;
}
.invn-content article .address-post:hover .media {
    background: #e8453a;
}
.invn-content article .media .media-left {
    padding: 0px 30px;
}
.invn-content article .media .media-body {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #fff;
    padding-left: 15px;
    border-left: 3px solid #fff;
}
.invn-content article .address-post:hover .media .media-body,
.invn-content article .address-post:hover .media .media-body label {
    text-decoration: underline;
}
.invn-content article .address-post:focus .media .media-body {
    color: #cc3d33;
}
.invn-main-menu .menu-link.active .fal:before {
    content: "\f00d";
}
.entry-footer .iconCard {
    margin-top: 2rem;
    margin-bottom: 2rem;
    z-index: 0;
    width: 81.5px;
    height: 354px;
}
.entry-footer label {
    font-size: 1.6rem;
    line-height: 2.2rem;
    width: 100%;
}
.entry-footer .invn-author .share {
    padding: 15px 0px;
}
.entry-footer .invn-author img {
    margin-right: 30px;
    /* padding-right: 20px;
    */
    width: 98px;
}
.entry-footer .vertical-center {
    display: flex;
    align-items: center;
}
.entry-footer .invn-author {
    padding: 15px 0px;
}
.entry-footer .share span {
    margin-right: 15px;
    display: inline-block;
    opacity: 0.7;
    pointer-events: none;
}
.entry-footer .author-name {
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 400;
    color: #424242;
}
.entry-footer .invn-desciption {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-style: italic;
}
.entry-footer .invn-desciption p {
    margin-bottom: 0px;
}
.invn-list-carousel label {
    font-size: 2.8rem;
    line-height: 3rem;
    color: #424242;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    padding: 20px 0px;
}
.invn-list-carousel .invn-item-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #424242;
    font-weight: bold;
    background: #fff;
    padding: 15px;
    min-height: 72px;
    max-height: 72px;
    overflow-y: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.invn-list-carousel .invn-item-title h6 {
    overflow-y: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.invn-articles-img {
    position: relative;
}
.invn-articles-img .position-absolute {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.invn-articles-img .position-absolute i {
    font-size: 20px;
    color: #fff;
    background: #cc3d33;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: none;
}
.item a:hover .invn-articles-img .position-absolute i {
    display: block;
}
.item a:hover {
    text-decoration: none;
}
.item a:hover .invn-item-title {
    color: #cc3d33;
}
.item a:focus .invn-articles-img .position-absolute {
    background: rgba(204, 61, 51, 0.4);
}
.invn-the-team .invn-box:hover .qn-content-image img {
    background: #cc3d33;
    opacity: 0.8;
    cursor: pointer;
}
.invn-the-team .invn-box:hover .qn-content-image {
    background: #cc3d33;
    opacity: 0.8;
    cursor: pointer;
}
.invn-the-team .invn-box:hover .caption h4,
.invn-the-team .invn-box:hover .caption p {
    color: #cc3d33;
    cursor: pointer;
}
.entry-footer .share span.invn {
    margin-right: 0px;
    background: #e8453a;
    padding: 0px 15px;
}
.entry-footer .share span.invn i {
    width: auto;
}
.entry-footer .share span.invn a {
    color: #fff;
}
.entry-footer .share span.invn a .text {
    font-size: 1.6rem;
    line-height: 2.5rem;
    background: transparent;
    font-weight: 500;
    padding: 5px;
    vertical-align: text-bottom;
}
.bottom-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-transform: capitalize;
}

.invn-all-tags {
    z-index: 9;
}
.invn-content .invn-choose-tags {
    padding: 30px;
    padding-right: 15px;
}
.invn-content .invn-show-result {
    padding: 30px 15px;
    padding-right: 30px;
}
.invn-content .invn-show-result .invn-sort.show i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.invn-content .invn-choose-tags .input-group {
    font-size: 2rem;
    color: #424242;
    line-height: 4rem;
    background: #fff;
}
.invn-content .invn-choose-tags span {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #424242;
    padding: 12px;
}
.invn-content .invn-choose-tags input[type="text"] {
    background: #fff;
}
.invn-content .invn-choose-tags .input-group-prepend span.btn {
    background: #cc3d33;
    height: 46px;
    border: 0px;
    color: #fff;
    padding: 0px 10px;
    font-size: 5.2rem;
    line-height: 3rem;
}
.invn-content .invn-choose-tags .input-group-prepend .btn:not(.collapsed) i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -4px;
}
.invn-content .invn-input-text {
    padding-top: 30px;
    padding-bottom: 30px;
}
.invn-content .invn-input-text .search-submit {
    width: 4.6rem;
    height: 4.6rem;
    text-align: center;
    background: #cc3d33;
    color: #fff;
    line-height: 4.6rem;
    font-size: 2.5rem;
    padding: 0rem;
    border: 0rem;
}
.invn-all-tags ul {
    padding: 15px;
    padding-bottom: 0px;
}
.invn-all-tags ul li {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 15px;
}
.invn-all-tags .collapse .funkyradio {
    padding: 15px 30px;
}
.invn-all-tags .invn-label {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 300;
    padding: 0px;
    background: transparent;
    color: #fff;
    text-transform: inherit;
    margin: 15px 0px;
}
.invn-all-tags .invn-button-submit {
    padding: 15px 0px;
}
.invn-all-tags .invn-apply,
.invn-all-tags .invn-clear {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 13px;
    min-width: 165px;
    background: #cc3d33;
}
.invn-all-tags .invn-clear {
    background: #4d4d4d;
    margin-right: 30px;
}
.invn-all-tags .invn-apply:hover,
.invn-content .invn-choose-tags .input-group-prepend span.btn:hover,
.invn-content .invn-input-text .search-submit:hover {
    background: #e8453a;
}
.invn-all-tags .invn-clear:hover {
    background: #666666;
}
.funkyradio label {
    width: 100%;
    color: #424242;
    text-transform: uppercase;
    padding: 9px 15px;
    max-height: 30px;
    background: #cccccc;
    border-radius: 50px;
}
.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}
.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #fff;
    background: #cc3d33;
}

.page-template .prodima-top-blog label {
    color: #f0a900;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.page-template .prodima-top-blog h1 {
    color: #ffffff;
    font-size: 56px;
    line-height: 80px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 60px 0px;
}
.prodima-top-blog p {
    /* color: #fff; */
}

.prodima-excerpt {
    max-width: 300px;
}
/*.prodima-services section {
    max-width: 450px;
    margin-bottom: 140px;
}*/
.prodima-services section h2 img {
    margin-left: -20px;
    max-width: 170px;
}
.prodima-services section h2 {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
}
.prodima-services section h2 span {
    font-size: 43px;
    line-height: 53px;
    color: #ffb300;
    margin-right: 20px;
    letter-spacing: 5px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}

.prodima-quotation section {
    max-width: 560px;
}
.prodima-quotation .prodima-label {
    font-size: 56px;
    line-height: 80px;
    color: #0b1456;
    text-align: center;
    font-weight: 700;
    max-width: 310px;
    margin: 20px auto;
    margin-bottom: 40px;
}
.prodima-how-we-will {
    margin-top: 120px;
    margin-bottom: 170px;
}
.prodima-how-we-will h3 {
    max-width: 310px;
    margin: 20px auto;
    margin-bottom: 40px;
}
.prodima-how-we-will label {
    font-size: 24px;
    line-height: 32px;
    color: #ffb300;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0;
}

.prodima-icon-services {
    margin-bottom: -60px;
}
.prodima-services-others {
    padding: 90px;
}
.prodima-services-others section {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    /*    -webkit-box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.07);*/
}
.prodima-services-others section:hover {
    /*    background: #fff;
        padding: 30px;*/
    -webkit-box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 30px rgba(24, 24, 24, 0.05);
}

.prodima-services-others h2 {
    font-size: 24px;
    line-height: 1.33;
    color: #F0A900;
    text-transform: capitalize;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.5rem;
    margin-top: 32px;
}
.prodima-services-others h2.prodima-second-title{
    font-size: 48px;
    line-height: 1.5;
    font-weight: bold;
    color: #4039A6;
    text-align: center;
}

.prodima-services-others section .read-more {
    font-size: 15px;
    line-height: 18px;
}
.prodima-services-others .prodima-how-we-will {
    padding-top: 120px;
    padding-bottom: 60px;
    margin: 0;
}
.prodima-quotation {
    background: url("../images/bg-services-anothers.jpg");
    padding-top: 140px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.prodima-quotation .prodima-des {
    margin-bottom: 80px;
}
.page-template-page-prodima-social-media .prodima-top-blog label {
    font-size: 14px;
    line-height: 18px;
    color: #ffb300;
}
.page-template-page-prodima-social-media .prodima-top-blog h1 {
    font-size: 54px;
    line-height: 95px;
    margin-bottom: 50px;
}
.page-template-page-prodima-social-media .prodima-top-blog .btn-prodima {
    font-size: 14px;
    line-height: 17px;
}
.prodima-bg-label {
    font-family: "Encode Sans", sans-serif;
    font-size: 199px;
    line-height: 249px;
    color: rgb(245 245 245 / 0.75);
    display: block;
    font-weight: bold;
    width: 100%;
    position: absolute;
    pointer-events: none;
}
.prodima-second-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    color: #1F3465;
}

.prodima-social-media .prodima-container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-template-page-prodima-paid-media .prodima-excerpt {
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-template-page-prodima-paid-media .prodima-top-blog label {
    font-size: 14px;
    line-height: 18px;
}

.prodima-social-media .prodima-des {
    position: absolute;
    bottom: 10px;
}
.prodima-social-media .prodima-des p {
    font-size: 14px;
    line-height: 17px;
}
.prodima-services-others.prodima-social-media section:hover {
    background: #fafafa;
}
/*.prodima-services-others.prodima-social-media section img {
    margin: 0 auto;
    display: block;
    margin-top: -70px;
}*/

/*.prodima-services-others.prodima-social-media h2 {
    color: #0c0a33;
    font-size: 26px;
    line-height: 30px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 30px;
}*/
/*.prodima-services-others.prodima-social-media section p {
    font-size: 14px;
    line-height: 19px;
    color: #0c0a33;
}*/

.prodima-contact .entry-header {
    font-family: "Encode Sans", sans-serif;
    font-size: 50px;
    line-height: 63px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0px 50px 0px;
}
.page-template-page-prodima-social-media .prodima-top-blog img {
    -webkit-box-shadow: 40px 40px 50px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 40px 40px 50px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 40px 40px 50px 0px rgba(0, 0, 0, 0.22);
    border-radius: 35px;
}
.page-template-page-prodima-social-media .prodima-contact {
    padding: 100px 0px;
    padding-top: 160px;
}
.page-template-page-prodima-paid-media .bg-archive {
    background-image: url("../images/bg-paid-media.png");
    background-position-y: bottom;
    background-color: white;
}
.page-template-page-prodima-paid-media .prodima-top-blog h1 {
    font-size: 54px;
    line-height: 95px;
}
.page-template-page-prodima-paid-media .prodima-top-blog .btn-prodima {
    font-size: 14px;
    line-height: 17px;
}
.prodima-bg-icon {
    right: 0;
    max-width: 40%;
}
.prodima-media-ads {
    padding-bottom: 120px;
}
.prodima-media-ads section {
    padding: 30px;
    max-width: 270px;
    margin-right: 15px;
}
.prodima-media-ads section.active,
.prodima-media-google section,
.prodima-paid-ads section {
    background: #fff;
    border-radius: 27px;
    -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.prodima-media-ads section.active,
.prodima-media-ads section {
    padding-top: 90px;
    margin-bottom: 30px;
}
.prodima-media-ads h3 {
    font-size: 26px;
    line-height: 33px;
}
.prodima-media-ads section p,
.prodima-media-google .prodima-des p {
    font-size: 14px;
    line-height: 17px;
}
.prodima-media-google {
    background: #f2f2f2;
    padding-bottom: 60px;
}
.prodima-media-google .prodima-label {
    font-size: 137px;
    line-height: 171px;
    font-family: "Encode Sans", sans-serif;
    font-weight: bold;
    color: #eeeeee;
    text-align: center;
    display: block;
    width: 100%;
    pointer-events: none;
}
.page-template-page-prodima-paid-media .prodima-media-google section h3,
.page-template-page-prodima-paid-media .prodima-paid-ads section h3 {
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 0;
}
.prodima-media-google section {
    position: relative;
}
.prodima-media-google section img,
.prodima-paid-ads section img {
    position: absolute;
    top: 0;
    left: 0px;
}
.prodima-media-google section h3:after,
.prodima-paid-ads section h3:after {
    content: "";
    height: 1px;
    width: 58px;
    background: #0c0a33;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
}
.prodima-media-google section p {
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.prodima-media-google section,
.prodima-paid-ads section {
    max-width: 246px;
    padding: 20px;
    padding-top: 90px;
}
.prodima-paid-ads section {
    max-width: 100%;
    position: relative;
}
.prodima-section-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #ffb300;
    letter-spacing: 0.649rem;
    text-transform: uppercase;
}



.prodima-media-ads section.active,
.prodima-media-ads section {
    padding-top: 90px;
}
.prodima-media-ads section img {
    position: absolute;
    top: 0;
    left: 0px;
}
.prodima-media-google .prodima-bg-label {
    text-align: center;
    color: #eeeeee;
    font-size: 137px;
    line-height: 171px;
}
.prodima-media-google .prodima-section-label {
    padding-top: 50px;
}
.prodima-media-google .prodima-des {
    padding-bottom: 60px;
    padding-top: 15px;
}
.prodima-media-google section h3 {
    border: 0px;
    letter-spacing: 0.14em;
}
.prodima-media-google section img,
.prodima-paid-ads section img {
    left: -8px;
}
.page-template-page-prodima-paid-media .prodima-media-google section p {
    margin-bottom: 15px;
}
.prodima-need-an-ad-campaing .btn-prodima,
.prodima-youtube-ads .btn-prodima,
.prodima-linkedin-ads .btn-prodima,
.prodima-paid-ads .btn-prodima,
.prodima-let-us-help-you .btn-prodima {
    max-width: 249px;
    text-transform: uppercase;
}
.prodima-need-an-ad-campaing {
    background-image: url("../images/screen-contact-us-background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0px;
}
.prodima-youtube-ads section img {
    max-width: 70px;
    display: inline-block;
}
.prodima-youtube-ads section img,
.prodima-linkedin-ads section img {
    max-width: 110px;
    margin-left: -18px;
}
.prodima-youtube-ads {
    background-image: url("../images/bg-effets.svg");
    padding-top: 115px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-page-prodima-about-us .prodima-youtube-ads{

    padding-top: 60px;
}
.prodima-youtube-ads {
    background-image: url("../images/bg-effets.svg");
    padding-top: 115px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}
.prodima-paid-ads {
    background-color: white;
    /* background-image: url(../images/background-wave.svg); */
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 120px;
    padding-bottom: 0px;
}
.prodima-bg-label.position-absolute {
    font-size: 137px;
    line-height: 171px;
    color: #eeeeee;
    text-align: right;
}
.prodima-let-us-help-you {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-template.page-template-page-prodima-web-development .prodima-top-blog h1 {
    font-size: 54px;
    line-height: 71px;
}
.page-template-page-prodima-web-development .prodima-excerpt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template-page-prodima-web-development .prodima-excerpt ul li {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 100;
    text-transform: none;
    font-family: "Muli-Light";
}
.prodima-1 {
    padding-bottom: 80px;
}
.prodima-1 .prodima-bg-label {
    text-align: right;
    font-size: 104px;
    line-height: 130px;
    padding-right: 60px;
    padding-top: 120px;
}
.prodima-1 .container {
    padding-top: 30px;
}
.prodima-1 .container img {
    padding-bottom: 60px;
    padding-top: 150px;
}
.prodima-content-extend {
    margin-top: 50px;
    margin-bottom: 60px;
}
.prodima-2 {
    background: #f2f2f2;
}
.page-template-page-prodima-web-development .prodima-need-an-ad-campaing {
    background-image: url("../images/bg-need-design-mockup.png");
}
.prodima-2 .prodima-bg-label {
    color: #ffffff;
    font-size: 128px;
    line-height: 160px;
    padding-left: 60px;
    top: 160px;
}
.prodima-3 {
    background-image: url("../images/bg-wordpress-development.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    background-position-y: top;
}
.prodima-3 img {
    padding-top: 150px;
    padding-bottom: 150px;
}
.prodima-4 {
    background: #f2f2f2;
}
.prodima-4 img {
    padding: 30px 0px;
}
.prodima-5 {
    padding: 100px 0px;
}
.page-template-page-prodima-web-development .bg-archive {
    background: -moz-linear-gradient(
        90deg,
        rgba(10, 59, 116, 1) 0%,
        rgba(0, 112, 176, 1) 100%
        );
    background: -webkit-linear-gradient(
        90deg,
        rgba(10, 59, 116, 1) 0%,
        rgba(0, 112, 176, 1) 100%
        );
    background: linear-gradient(
        90deg,
        rgba(10, 59, 116, 1) 0%,
        rgba(0, 112, 176, 1) 100%
        );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a3b74",endColorstr="#0070b0",GradientType=1);
}
.page-template-page-prodima-web-development .prodima-excerpt {
    margin-top: 30px;
}
.page-template-page-prodima-web-development .prodima-second-title {
    /* color: #000000; */
}
.page-template-page-prodima-web-development .prodima-des p {
    /* font-size: 14px; */
    /* line-height: 25px; */
    margin-bottom: 30px;
}
.page-template-page-prodima-web-development .btn-prodima {
    max-width: 214px;
}
.page-template-page-prodima-about-us .prodima-top-blog h1 {
    font-size: 51px;
    line-height: 71px;
}
.page-template-page-prodima-about-us .prodima-top-blog p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-template-page-prodima-about-us .prodima-top-blog .btn-prodima {
    font-size: 14px;
    line-height: 17px;
    margin-top: 30px;
    max-width: 400px;
}

.page-template-page-prodima-about-us .bg-archive {
    background-image: url("../images/bg-about-us.svg");
    background-position: bottom;
}
.prodima-story .prodima-des p {
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.page-template-page-prodima-about-us
.prodima-need-an-ad-campaing
.prodima-des:after {
    content: "";
    height: 1px;
    width: 60px;
    background: #0c0a33;
    position: relative;
    display: block;
    margin-top: 30px;
}
.page-template-page-prodima-about-us .prodima-des p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

.page-template-page-prodima-about-us .prodima-need-an-ad-campaing {
    background-image: url("../images/bg-value.jpg");
    background-position: bottom;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: linear-gradient(95.61deg, #FFE8A4 36.88%, #D2C9FF 86.69%);
    border-radius: 1rem;
}
.prodima-need-an-ad-campaing .prodima-second-title {
    margin-bottom: 1rem;
}
.page-template-page-prodima-about-us
.prodima-need-an-ad-campaing
.prodima-des
p {
    color: #ffffff;
}
.page-template-page-prodima-about-us
.prodima-need-an-ad-campaing
.prodima-des:after {
    background: #ffffff;
    margin: 0 auto;
}
/*.page-template-page-prodima-about-us .prodima-paid-ads {
    background: #ffffff;
}*/
/*.page-template-page-prodima-about-us .prodima-paid-ads .row {
    margin-top: -115px;
    padding-right: 30px;
    padding-left: 30px;
}*/
/*.page-template-page-prodima-about-us .prodima-paid-ads section {
    max-width: 240px;
}*/
.page-template-page-prodima-about-us .prodima-paid-ads section img {
    max-height: 100px;
    left: 0;
}
.page-template-page-prodima-about-us .prodima-paid-ads section h3 {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    color: #000;
}
.page-template-page-prodima-about-us .prodima-paid-ads section h3:after {
    margin-bottom: 20px;
}
.page-template-page-prodima-about-us .btn-prodima {
    margin: 70px 0px;
}
.prodima-differentiation {
    background:url('../images/bg-differentiation.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ffff;
}
.prodima-differentiation .prodima-bg-label {
    font-size: 135px;
    line-height: 169px;
    color: #f5f5f5;
    text-align: right;
}
.prodima-differentiation {
    padding-top: 60px;
    padding-bottom: 550px;
}
.prodima-differentiation .prodima-second-title {
    margin-bottom: 70px;
}
.prodima-differentiation img {
    max-width: 260px;
}
.prodima-team {
    padding-top: 120px;
    padding-bottom: 60px;
    /* background: rgb(0, 112, 176);
     background: -moz-radial-gradient(
         circle,
         rgba(0, 112, 176, 1) 0%,
         rgba(0, 79, 127, 1) 25%,
         rgba(0, 34, 59, 1) 60%,
         rgba(0, 16, 32, 1) 100%
         );
     background: -webkit-radial-gradient(
         circle,
         rgba(0, 112, 176, 1) 0%,
         rgba(0, 79, 127, 1) 25%,
         rgba(0, 34, 59, 1) 60%,
         rgba(0, 16, 32, 1) 100%
         );
     background: radial-gradient(
         circle,
         rgba(0, 112, 176, 1) 0%,
         rgba(0, 79, 127, 1) 25%,
         rgba(0, 34, 59, 1) 60%,
         rgba(0, 16, 32, 1) 100%
         );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0070b0",endColorstr="#001020",GradientType=1);*/
}
.prodima-team  .pro-list-team {
    padding-top: 64px;
}
.prodima-team .pro-list-team .col-12:first-child {
    display: none;
}
.pro-list-team section {
    margin-bottom: 32px;
}
.prodima_team  .prodima-section {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
    margin-top: 0;
    top: unset;
    z-index: 2;
}

.prodima_team img {
    border-radius: 8px;
}

.prodima_team .box {
    position: relative;
    width: 100%;
    transform-style: 3d;
    perspective: 1000px;
}

.prodima_team .box img:nth-child(2) {
    width: 100%;
    height: auto;
    background-size: cover;
    backface-visibility: hidden;
    transition: 1s;
}
.prodima_team .box img:nth-child(1) {
    position: absolute;
    width: 100%;
    height: auto;
    background-size: cover;
    backface-visibility: hidden;
    transition: 1s;
    top: 0;
    left: 0;
}

.prodima_team .box img:nth-child(1):hover {
    opacity: 0;
}

.pro-overlay {
    position: absolute;
    background: red;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(
        180deg, rgba(255, 255, 255, 0) 66.67%, #FFFFFF 82.29%);
}
.prodima_team .prodima-section h3 {
    margin-bottom: 0;
    color: #4039A6;
    font-size: 32px;
    font-weight: bold;
}
.prodima_team .prodima-section p {
    color: #f0a900;
    font-weight: 700;
}
.page-template-page-prodima-about-us .prodima-youtube-ads {
    background: #fff;
}
.page-template-page-prodima-portfolio .bg-archive {
    background: rgb(10, 59, 116);
    background: -moz-linear-gradient(
        180deg,
        rgba(10, 59, 116, 1) 0%,
        rgba(0, 112, 176, 1) 100%
        );
    background: -webkit-linear-gradient(
        180deg,
        rgba(10, 59, 116, 1) 0%,
        rgba(0, 112, 176, 1) 100%
        );
    background: linear-gradient(
        180deg,
        rgba(10, 59, 116, 1) 0%,
        rgba(0, 112, 176, 1) 100%
        );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a3b74",endColorstr="#0070b0",GradientType=1);
    min-height: 0;
    padding: 100px 0px;
}
.page-template-page-prodima-portfolio .prodima-top-blog h1,
.page-template-page-prodima-contact .prodima-top-blog h1 {
    font-size: 54px;
    line-height: 92px;
    margin: 0px;
    margin-bottom: 20px;
}
.page-template-page-prodima-portfolio .prodima-top-blog label {
    color: #ffb300;
    font-size: 14px;
    line-height: 18px;
}
.page-template-page-prodima-portfolio .prodima-top-blog label,
.page-template-page-prodima-contact .prodima-top-blog label {
    color: #ffb300;
    font-size: 14px;
    line-height: 18px;
}
.page-template-page-prodima-portfolio
.prodima-top-blog
.position-relative
.prodima-excerpt {
    position: absolute;
    z-index: 1;
    top: 15px;
}
.prodima-story .prodima-bg-label {
    font-size: 157px;
    line-height: 196px;
    color: rgb(245 245 245 / 0.75);
    padding-top: 25px;
}
.prodima-list-portfolio {
    background: #fff;
}
.prodima-box .prodima-section-label {
    font-size: 13px;
    line-height: 16px;
    color: #ffb300;
}
.prodima-box h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
}
.prodima-box img {
    border-radius: 16px;
}
.prodima-box ul {
    padding: 0px;
    list-style: none;
    display: block;
}
.prodima-box ul li {
    font-size: 8px;
    line-height: 10px;
    color: #5b5b5b;
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
}
.prodima-box .prodima-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #f0a900;
    padding: 0;
    background: none;
    text-transform: none;
    font-weight: 700;
}
.prodima-box .prodima-btn:hover {
    color: #f0a900;
}

.prodima-box .prodima-section .prodima-des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.row.prodima-container-team .prodima-box .prodima-section .prodima-des {
    display: block;
}

.prodima-story section {
    padding-top: 70px;
    padding-bottom: 120px;
}
.prodima-list-portfolio .show-all-user {
    margin-top: 30px;
    margin-bottom: 70px;
}
.prodima-contact .prodima-left {
    padding: 120px 0px;
}
.prodima-list-portfolio .modal .entry-footer {
    z-index: 2;
}
.prodima-list-portfolio .modal .prodima-bg-label {
    font-size: 159px;
    line-height: 199px;
    z-index: 1;
    text-align: center;
}
.prodima-list-portfolio .modal section {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding-top: 90px;
    padding-bottom: 70px;
}
.prodima-list-portfolio .modal .prodima-section-label {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    color: #ffb300;
}
.prodima-list-portfolio .modal .prodima-section-label {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    color: #ffb300;
}
.prodima-list-portfolio .modal .prodima-second-title {
    font-size: 44px;
    line-height: 55px;
    color: #000;
    margin: 0;
}
.prodima-list-portfolio .modal section img {
    margin-top: -10px;
    max-width: 110px;
    margin-left: -25px;
    margin-right: -10px;
}
.prodima-list-portfolio .modal section ul {
    padding: 0px;
    list-style: none;
    display: block;
}
.prodima-list-portfolio .modal section ul li {
    font-size: 8px;
    line-height: 10px;
    color: #5b5b5b;
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
}
.prodima-list-portfolio .modal section ul:after {
    content: "";
    height: 1px;
    width: 100%;
    max-width: 200px;
    background: #c5c5c5;
    position: relative;
    display: block;
    margin-top: 20px;
}
.prodima-list-portfolio .modal .prodima-des p {
    font-size: 14px;
    line-height: 17px;
}
.prodima-list-portfolio .modal .close {
    background: transparent;
    color: #ffb300;
    opacity: 1;
    font-size: 30px;
    margin-top: 30px;
    margin-right: 30px;
}
.page-template-page-prodima-contact .bg-archive {
    background-image: url("../images/contact-us-page.svg");
    min-height: auto;
    padding: 110px 0px 40px 0px;
}
.prodima-list-contact {
    padding-left: 25px;
}
.prodima-list-contact ul li {
    /*margin-left: -60px;*/
    margin-bottom: 20px;
}
.prodima-list-contact ul li:first-child {
    margin-top: -30px;
}
.prodima-list-contact ul li:last-child {
    margin-bottom: -40px;
}
.prodima-list-contact ul li img {
    max-width: 150px;
    margin-top: -30px;
}
.prodima-list-contact ul li h4,
.prodima-list-contact ul li p {
    font-size: 24px;
    line-height: 32px;
    color: #4039A6;
    margin-bottom: 0px;
}
.prodima-list-contact ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #181818;
}
.prodima-list-contact ul li a:hover p, .prodima-list-contact ul li a:hover {
    color: #f0a900;
}
.prodima-map-container {
    padding-bottom: 120px;
}
.prodima-map-container section {
    padding-top: 120px;
    padding-bottom: 64px;
}
.prodima-map-container .prodima-bg-label {
    font-size: 136px;
    line-height: 170px;
    color: #eeeeee;
}
.prodima-story section {
    padding-top: 30px;
    padding-bottom: 50px;
}

.prodima-story .card .card-header {
    padding: 58px;
    background: #f0a900;
    border-bottom: 0px;
    border-radius: 16px;
}
.prodima-story .card .card-header p {
    font-size: 24px;
    line-height: 32px;
    align-self: flex-end;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
}
.prodima-section-label {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #ffb300;
    letter-spacing: unset;
    text-transform: none;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7-textarea {
    box-shadow: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7-textarea:focus {
    box-shadow: none !important;
    outline: none;
}
.wpcf7 input:focus-visible,
.wpcf7 select:focus-visible,
.wpcf7 textarea:focus-visible {
    box-shadow: none !important;
    outline: none;
}


.wpcf7 input[type="text"],
.wpcf7 select,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-textarea {
    font-style: normal;
    padding: 14px 16px;
    margin-bottom: 0;
    border: 1px solid #E2E6E2;
    background: #F7F9F7;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    color: #121212;
    height: auto;
}
.wpcf7 input[type="submit"] {
    background: #008592;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    padding: 12px 20px;
    border: 0px;
    border-radius: 8px;
    text-transform: none;
    letter-spacing: 0;
}

..pro-footer-contact .wpcf7 p {
    margin-bottom: 24px;
}

.pro-footer-contact  .cp-interested p:first-child {
    margin-bottom: 0;
}

.pro-footer-contact h3.fw-bold.h3 {
    font-weight: 600;
}

.pro-footer-contact .cp-check-confirm .wpcf7-list-item {
    margin-left: 0;
    display: block;
    font-weight: normal;
}

.pro-footer-contact .cp-normal-font, .cp-check-confirm .wpcf7-list-item span {
    font-size: 14px;
    font-weight: normal;
}

.ace-footer-newsletter h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #1F3465;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
}
.ace-footer-newsletter  .input-group.footer-social {
    margin-top: 0px;
}
.ace-newsletter {
    position: relative;
}

.ace-newsletter p {
    margin-bottom: 0px;
}

.ace-newsletter .wpcf7-spinner {
    display: none;
}
.prodima-story .card .card-body {
    padding: 32px;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.prodima-story .card .card-body label {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 16px;
    margin-top: 0px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #071434;
    font-weight: normal;
}

.prodima-story .card .card-body br {
    display: none;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    font-size: 14px;
    line-height: 17px;
    margin: 0px;
    margin-bottom: 20px;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    color: #1F3465;
    font-weight: 300;
    top: 44%;
    outline: none !important;
    margin: 0px;
    width: 40px;
    height: 40px;
    background: #008592;
    background-image: url("../images/arrow-next.png");
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}
.prodima-portfolio .prodima-box section img {
    border-radius: 16px !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -24px;
    background-image: url("../images/arrow-previous.png");
}
.owl-carousel .owl-nav button.owl-next {
    right: -16px;
}
.prodima-faqs {
    padding-top: 80px;
    padding-bottom: 100px;
}
.prodima-faqs > .row {
    margin-top: -350px;
}
.prodima-faqs .card {
    background: #fafafa;
    margin-bottom: 32px;
    border: 0;
    border-radius: 16px !important;
}
.prodima-faqs .card-header {
    padding: 32px;
    border-color: #0c0a33;
    background: transparent;
    border: 0px;
}
.prodima-faqs .card-body {
    padding: 0px 32px;
}
.prodima-faqs .card-header h3 {
    display: block;
    position: relative;
}

.prodima-faqs .card-header h3 a img{
    position: absolute;
    right: 0;
    top: 10px;

    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.prodima-faqs .card-header h3 a:not(.collapsed) img {
    right: -7px;

    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.prodima-faqs .card-header .btn-link {
    font-size: 24px;
    line-height: 32px;
    display: block;
    text-align: left;
    padding: 0px;
    font-weight: 700;
    white-space: unset;
    padding-right: 15px;
    position: relative;
    color: #323232;
}

.prodima-faqs .card-header .btn-link i {
    position: absolute;
    right: 0;
    top: 5px;
}
.prodima-faqs .card-body .media-body,
.prodima-faqs .prodima-des {
    font-size: 16px;
    line-height: 24px;
    /* font-weight: 500; */
}
.prodima-faqs .prodima-des {
    margin-bottom: 64px;
}
.prodima-faqs .card-body .media-body ul li {
    margin-bottom: 1rem;
}
.prodima-faqs .card-body .media-body ul {
    padding-left: 1rem;
}
.prodima-faqs .accordion .collapse.show {
    display: block;
}
.prodima-faqs .accordion .collapse.show .btn-link i {
    float: right;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.prodima-focus {
    padding: 120px 0px;
    padding-bottom: 240px;
}
.prodima-container-team {
    margin-top: -120px;
}
/*.prodima-container-team .btn-prodima {
    margin-top: 24px;
}*/
.prodima-focus img {
    max-width: 400px;
}
.prodima-focus .prodima-des:after,
.prodima-portfolio section .prodima-des:after,
.prodima-partners-testimonies section .prodima-des:after,
.prodima-faqs .prodima-des:after,
.prodima-expertise-section .prodima-des:after {
    /*    content: "";
          width: 82px;
          height: 1px;
          background: #0C0A33;
          display: block;
          margin-top: 70px;*/
}
.prodima-expertise-section .prodima-des:after {
    float: right;
}

.prodima-box section img {
    border-radius: 8px;
}
.prodima-box .prodima-btn {
    left: 20px;
    bottom: 20px;
}
.prodima-box .read-more {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
}
.prodima-expertise {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding-top: 120px;
    padding-bottom: 120px;
}
.page-template-page-prodima-homepage .prodima-services section h2 {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 32px;
    line-height: 140px;
    color: #4039A6;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.page-template-page-prodima-homepage .prodima-services h2 img {
    max-width: 145px;
    margin-left: -60px;
}

.page-template-page-prodima-homepage .prodima-services section p {
    font-weight: bold;
}
.page-template-page-prodima-homepage .prodima-services ul ul {
    padding: 0px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.page-template-page-prodima-homepage .prodima-services ul ul li {
    line-height: 24px;
    font-size: 16px;
    list-style: none;
    color: #4039a6;
    font-weight: 500;
    margin-bottom: 16px;
    display: block;
}
.page-template-page-prodima-homepage .prodima-services ul ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #4039a6;
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
}
.page-template-page-prodima-homepage .prodima-services section .prodima-btn {
    bottom: 1rem;
    left: 1rem;
}
.page-template-page-prodima-homepage .prodima-services section .prodima-btn:hover ,
.prodima-container-team .prodima-box .prodima-section .prodima-btn:hover {
    background: transparent;
}
.prodima-get-a-quote {
    background-image: url("../images/bg-get-a-quote.png");
    background-position: center;
    padding-top: 130px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
}
.scheme .read-more, .ace-cat {
    font-size: 12px;
    line-height: 16px;
    color: #1F3465;
    text-transform: uppercase;
}
.ace-cat {
    margin-top: 16px;
    display: block;
}
.prodima-get-a-quote section {
    max-width: 576px;
}
.prodima-portfolio {
    padding: 120px 0px;
}
.prodima-portfolio  .pro-top-section ,.prodima-portfolio .gallery {
    padding: 64px;
    background: #fafafa;
    position: relative;
}



.prodima-portfolio .pro-top-section{
    background:url('../images/bg-portfolio-top.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 48px;
}

.prodima-portfolio .pro-top-section .btn-prodima {
    position: absolute;
    bottom: 1rem;
    right: 0px;
}
.prodima-portfolio .btn-prodima.pro-btn-bottom{
    margin-top: -30px !important;
}
.prodima-portfolio .prodima-box section,
.prodima-partners-testimonies .prodima-box section {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.prodima-portfolio .prodima-box section .btn-prodima {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 20px;
    border-radius: 3px;
    padding: 9px 0px;
}
.prodima-blog {
    padding-bottom: 130px;
}
.prodima-blog .prodima-how-we-will {
    margin-bottom: 120px;
}
.prodima-blog .prodima-box h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}
.prodima-blog .prodima-box .prodima-section .read-more {
    bottom: 20px;
    display: block;
}
.prodima-box.ace-big-card .prodima-section .read-more {
    bottom: 0;
}
.centered.text-center.bg-white
.partners_testimonies.bg-transparent
.prodima-des:after {
    content: none;
}

.prodima-faqs a.collapsed i:before {
    content: "\f078";
}
.prodima-query-service select {
    background: transparent;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 20px;
    color: #fff;
    border-radius: 4px !important;
    height: auto;
    font-style: normal;
}
.prodima-query-service select option {
    color: #323232;
}
.prodima-query-service .input-group-append {
    margin-left: 8px;
}
.prodima-query-service .form-control {
    padding: 0px;
    height: 48px;
    background: transparent;
}
.prodima-query-service .form-control img {
    top: 19px;
    right: 12px;
}
.prodima-query-service .form-control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.prodima-query-service select:focus-visible {
    text-indent: unset;
    border: 0px !important;
    text-overflow: unset;
    outline: none;
}
.prodima-quotation .prodima-query-service select {
    font-size: 20px;
    line-height: 62px;
    color: #636363;
    height: 62px !important;
}
.prodima-query-service .btn-prodima {
    font-size: 16px;
    line-height: 1.3;
    padding: 13px 20px;
    border-radius: 4px !important;
    text-transform: none;
    max-height: 48px;
    font-family: "Roboto", sans-serif;
}
.prodima-query-service .btn-prodima img {
    padding-top: 4px;
    padding-left: 4px;
}
.page-template-page-prodima-homepage .prodima-blog .prodima-how-we-will {
    margin: 0;
    margin-bottom: 64px;
}

.page-template .prodima-query-service .btn-prodima i {
    margin-right: 5px;
}
.page-template .prodima-top-blog .prodima-query-service {
    margin-top: 60px;
}

.page-template .prodima-top-blog .prodima-query-service .btn-prodima {
    font-size: 11px;
    line-height: 1.3;
    padding: 0px 40px;
}

.category .prodima-top-blog {
    min-height: auto;
    padding: 70px 0px;
}
.archive.category .entry-title {
    margin-top: 30px;
}
.category .prodima-top-blog .prodima-query-service {
    margin-top: 60px;
}
.single-post .content .wp-caption figcaption.wp-caption-text {
    color: #323232;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.single-post .entry-content p,
.single-post .entry-content ol li,
.single-post .entry-content ul li {

    padding-bottom: 0px;
}

.single-post .entry-content h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #181818;
}
.single-post .entry-content h4 {
    font-size: 16px;
    line-height: 1.5;
}
.single-post .entry-content ol,
.single-post .entry-content ul {
    margin-bottom: 2rem;
    padding-left: 0px;
    margin-top: 2rem;
}
.single-post .entry-content ol li,
.single-post .entry-content ul li {
    /* margin-left: 20px; */
    margin-bottom: 16px;
}
.single-post .entry-content a {
}
.footer .social .menu li {
   
    margin: 0;
}
.bottom-wrapper .social .menu li a {
    padding: 0;
    background: transparent;
}
.prodima-portfolio section .prodima-des:after {
    margin-bottom: 70px;
}

.prodima_team .owl-carousel .owl-dots {
    text-align: center;
}
.prodima_team .owl-carousel button.owl-dot {
    margin-right: 10px;
    border: 1px solid #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.prodima_team .owl-carousel button.owl-dot.active {
    background: #ffffff;
}

.prodima_team .owl-carousel .owl-nav button.owl-prev,
.prodima_team .owl-carousel .owl-nav button.owl-next {
    bottom: 0;
    top: auto;
    background: #ffffff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 50px;
    color: #001527;
    text-align: center;
    display: block;
    font-size: 32px;
    padding: 0 !important;
    z-index: 99;
}
.prodima_team .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.prodima_team .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.prodima_team .owl-carousel .owl-nav button.owl-prev span,
.prodima_team .owl-carousel .owl-nav button.owl-next span {
    margin-top: 19px;
    position: absolute;
    top: -17px;
    left: 11px;
}
.prodima_team .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 4px;
    width: 100%;
}


.pro-related .prodima-box .prodima-section h3 {
    font-size: 1rem;
    line-height: 1.5;
}

.navigation > div > ul > li .sub-menu {
    padding: 8px 0px;
    border-radius: 8px;
}
.navigation > div > ul > li li {
    padding: 0px;
}

.h1 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    font-style: normal;
    color: #191919;
}
.h1 span {
    color: #f0a900;
}
.prodima-btn {
    background: #f0a900;
    border-radius: 4px;
    padding: 14px 20px;
    text-align: center;
    color: #ffffff;
}
.prodima-btn:hover,
.btn-prodima:hover,
.pro-top-table.end a:hover {
    color: #ffffff;
    transition: transform 0.3s;
    background: #055B62;
}
header.masthead:after,
.overlay-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(0 0 0 / 75%);
    content: "";
}
header.masthead .container {
    z-index: 2;
}
.bg-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(0 0 0 / 75%);
    content: "";
}
.masthead.bg-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-overlay > .container {
    z-index: 2;
}
.statitics .indicator {
    border-radius: 8px;
    background: rgb(0 0 0 / 50%);
    margin-bottom: 16px;
    padding: 16px;
    display: flex;
}
.statitics .indicator h5 {
    /* text-transform: uppercase; */
    color: #ffffff;
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
}
.statitics .indicator .counter {
    color: #ffffff;
    margin: 0px;
    font-size: 30px;
    line-height: 48px;
}
.statitics .indicator .icon {
    background: #f0a900;
    margin: auto 0;
    padding: 14px;
    border-radius: 6px;
}
.our-clients {
    padding: 120px 0px;
}
.color-0B1456 {
    color: #0b1456;
}
.cp-bg-linear {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, #F7F9F7 0%, #FFFFFF 100%);
}
.countries-slider {
                display: flex;
                flex-wrap: wrap;
                gap: 16px;
            }

            .countries-slider .countries-item {
                display: flex;
                align-items: center;
                justify-content: center;
                width: calc(12.5% - 16px);
            }

            .countries-slider img {
                max-width: 40px;
                height: auto;
            }
            .cp-card {
                display: block;
                background: #ffffff;
                border-radius: 12px;
                padding: 12px 0px;
                text-align: center;
                width: 100%;
                -webkit-box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);
                -moz-box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);
                box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);
            }

            .cp-card img {
                display: block;
                text-align: center;
                margin: 0 auto;
            }

            .cp-card span {
                display: block;
                text-align: center;
                display: block;
                margin-top: 12px;
                text-transform: uppercase;
                font-weight: 500;
            }
.prodima-faqs.overlay-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.prodima-faqs.overlay-banner .card-body .media-body {
    font-size: 16px;
    line-height: 24px;
    /* font-weight: 500; */
}
.prodima-faqs.overlay-banner .card-body .media-body p:last-child {
    margin-bottom: 0px;
}
.prodima-faqs.overlay-banner .card-body .media-body ul {
    margin-bottom: 0px;
    padding-left: 1rem;
}

.prodima-faqs.overlay-banner .card-body .media-body ul li::marker {
    color: #f0a900;
}
.prodima-faqs.overlay-banner .container {
    z-index: 2;
    position: relative;
}
.prodima-faqs.overlay-banner .card {
    background: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 32px;
    border-radius: 16px !important;
    margin-bottom: 30px;
}

.prodima-faqs.overlay-banner .card-header .btn-link {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
}
.prodima-faqs.overlay-banner .card-header .btn-link img {
    float: right;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 0px !important;
    -ms-transform: rotate(-180deg); /* IE 9 */
    transform: rotate(-180deg);
    position: absolute;
    right: 0px;
    top: 0;
}
.prodima-faqs.overlay-banner .card-header .btn-link.collapsed img {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 0px;
}
.prodima-faqs.overlay-banner .card-header .btn-link i {
    top: 0;
}
.prodima-faqs.overlay-banner .prodima-second-title {
    color: #ffffff;
    text-transform: capitalize;
}
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 16px;
    margin-left: 0px;
}
.entry-content a {
    color: #26A9E0;
}
.page .entry-content ol,
.page .entry-content ul {
    margin-bottom: 2rem;
    padding-left: 0px;
    margin-top: 2rem;
    margin-right: 0px;
}
.pro-main-content {
    /*padding: 120px 0px;*/
}
.pro-main-content .sidebar ul li a {
    color: #323232;
    font-weight: 500;
}
.pro-main-content .sidebar .widget-title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #323232;
}

.pro-short-table .card,
.pro-short-table .card-header {
    border-radius: 8px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 5%);
    background: #ffffff;
}
.pro-short-table .card-body li {
    padding: 20px 0px;
    border-bottom: 1px solid rgb(50 50 50 / 5%);
}
.pro-short-table .card-body li img {
    width: auto;
    display: inline-flex;
    padding-right: 10px;
}
.pro-short-table .card-body a {
    color: #f0a900;
    font-weight: 700;
}

.pro-short-table .card-body a i {
    padding-left: 10px;
}
.pro-short-table .select-service {
    font-family: "Roboto", sans-serif;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #f0a900;
    border-radius: 4px;
    border: 1px solid #f0a900;
    display: block;
    padding: 14px;
}
.pro-short-table .select-service:hover,
.pro-short-table .select-service.active {
    background: #f0a900;
    color: #ffffff;
    text-decoration: none;
}
.pro-short-table .card-header {
    padding: 40px;
}
.pro-short-table .card-header h3 {
    font-size: 24px;
    line-height: 32px;
    color: #181818;
    font-weight: 700;
}

.pro-short-table .pro-cost span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.pro-short-table .pro-cost span.price {
    color: #f0a900;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    display: block;
}
.pro-short-table .card-header.main,
.pro-short-table .card-header.main h3 {
    background: #4039a6;
    color: #fff;
}
.card-header.main h3 {
    background: #4039a6;
    color: #fff;
}
.pro-short-table {
    position: relative;
    z-index: 2;
    padding-top: 120px;
}

.pro-banner {
    background: #4039a6;
    border-radius: 8px;
    padding: 16px 0px;
}
.pro-banner a {
    font-size: 28px;
    line-height: 40px;
    color: #f0a900;
    font-weight: 700;
}
.pro-block-bottom .prodima-story {
    z-index: 2;
}
.pro-block-bottom .bg-overlay {
    padding-top: 240px;
    padding-bottom: 120px;
    margin-top: -150px;
}
.pro-block-bottom .prodima-story .card .card-body {
    padding: 20px;
}
.pro-main-content .sidebar ul li a:hover {
    color: #4039a6;
}
.our-clients .owl-carousel .owl-item img {
    margin: 0 auto;
}
.our-clients.seo {
    padding: 80px 0px;
}
.pro-des-block {
    padding-top: 80px;
}
.pro-they-trust-us .overlay-banner {
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 200px;
}
.pro-they-trust-us .overlay-banner .container {
    z-index: 2;
    padding-top: 80px;
    margin-bottom: -200px;
}
.pro-short-table label,
.pro-they-trust-us section label {
    font-size: 24px;
    line-height: 32px;
    color: #f0a900;
    font-weight: 700;
    font-style: normal;
}
.pro-they-trust-us section .h1 {
    color: #ffffff;
}
.pro-they-trust-us section {
    z-index: 2;
    top: 80px;
    right: 0;
    left: 0;
    bottom: 0;
}
.pro-they-trust-us section .card {
    color: #323232;
    border-radius: 16px;
    padding: 0px 24px;
    -webkit-box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
}
.pro-full-table label {
    font-size: 24px;
    line-height: 32px;
    color: #f0a900;
    font-weight: 700;
    font-style: normal;
}
.pro-top-table .label {
    color: #181818;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding: 0px;
    padding: 15px 0px;
    display: block;
    font-family: 'Raleway', sans-serif;
}
.pro-top-table .label.btn-prodima {
    border: 1px solid #4039a6;
    background: transparent;
    border-radius: 4px;
    padding: 17px 0px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.pro-top-table.end {
    padding: 32px 16px;
}
.pro-top-table.end .col-4 span {
    font-size: 14px;
    line-height: 20px;
    color: #4039a6;
    font-weight: 500;
}
.pro-top-table.end .col-4 .label {
    font-size: 24px;
    line-height: 32px;
    color: #4039a6;
    font-weight: 700;
    padding: 0px;
}
.seo-table-features-wrapper .list-group {
    padding: 9px;
    padding-top: 0;
    background: #4039a6;
    border-radius: 16px;
    display: block;
    border-top: 8px solid #4039a6;
}
.seo-table-features-wrapper ul.list-group .col-4 .label {
    display: block;
    background: #4039a6;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 16px 0px;
    margin-right: 16px;
    margin-left: 8px;
}
.page-template-page-prodima-table-seo .content-seo {
    margin-top: -200px;
    position: relative;
    z-index: 0;
    padding-top: 300px;
}
header.masthead.masthead--slideshow.content-seo ul {
    padding-left: 1rem;
}
.page-template-page-prodima-table-seo .pro-they-trust-us .overlay-banner {
    margin-bottom: 200px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.pro-contain {
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 10px;
}
.seo-table-features-wrapper ul.list-group li.last .pro-contain {
    border-bottom: 0;
}
.seo-table-features-wrapper ul.list-group li .pro-col-4 .pro-contain {
    color: #fff;
}
.seo-table-features-wrapper ul.list-group li.first .pro-col-2 {
    background: #ffffff;
    border-top-left-radius: 16px;
}
.seo-table-features-wrapper ul.list-group li.last .pro-col-2 {
    border-bottom-left-radius: 16px;
}
.seo-table-features-wrapper ul.list-group li.first .pro-col-5 {
    background: #ffffff;
    border-top-right-radius: 16px;
}
.seo-table-features-wrapper ul.list-group li .col-2 {
    background: #ffffff;
    text-align: center;
}
.seo-table-features-wrapper ul.list-group li .col-2.p-0.pro-col-4 {
    margin-top: -8px;
    background: #f0a900;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.seo-table-features-wrapper ul.list-group li.last .pro-col-5 {
    border-bottom-right-radius: 16px;
}

.seo-table-features-wrapper ul.list-group li.last .col-4 .label {
    border-bottom: 0px;
}
.pro-top-table {
    padding: 0px 24px;
}
.pro-top-table .col-4 .label {
    font-size: 36px;
    color: #4039a6;
    font-weight: 700;
    line-height: 32px;
}
.pro-top-table .pro-focus {
    background: #f0a900;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.pro-top-table .pro-focus .label {
    color: #fff;
    padding: 15px 0px;
    display: block;
}
.pro-top-table .label.btn-prodima {
    border: 2px solid #4039a6;
    background: transparent;
    border-radius: 4px;
    padding: 14px 0px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    /* text-transform: uppercase; */
    font-weight: 700;
    box-shadow: none;
    color: #4039a6;
}
.pro-top-table .pro-focus:hover {
    text-decoration: none;
}
.pro-top-table .pro-focus .label.btn-prodima {
    background: #f0a900;
    border-color: #f0a900;
    color: #ffffff;
}
.pro-they-trust-us.full-table .overlay-banner:after {
    background: #ffffff;
}
.pro-they-trust-us.full-table section .h1,
.pro-they-trust-us.full-table section p {
    color: #323232;
}
.pro-they-trust-us.full-table .col-lg-5 img {
    border-radius: 16px;
}

.social .menu li #footer_language_list {
    background: #f0a900;
    border-radius: 12px;
}
.social .menu li a:hover,.social .menu li #footer_language_list:hover {
    opacity: 0.85;
}
.social .menu li #footer_language_list span {
    padding: 0px;
    line-height: 25px;
    display: block;
    text-transform: uppercase;
    margin: 0px;
}
.social .menu li #footer_language_list a p {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    padding: 3px;
    margin: 0;
    text-transform: uppercase;
}
.social .menu li #footer_language_list a p span {
    float: left;
    width: 16px;
    height: 16px;
    background: #ffffff;
    line-height: 25px;
    border-radius: 50%;
    margin-right: 5px;

}

.footer .bottom-menu .sub-menu {
    display: none;
}

.page-template-page-prodima-consultation .pro-banner .h1.pro-color-0B1456,.pro-color-0B1456 {
    color: #0B1456 !important;
}
.pro-banner.position-relative img {
    max-height: 840px;
}
.pro-banner .pro-content {
    position: absolute;
    top: 55%;
    left: 0%;
    right: 0px;
    transform: translate(0%, -50%);
    z-index: 1;
    margin: 0px;
    width: 100%;
}
.pro-banner .pro-content .lc-intro {
    max-width: 500px;
}
.pro-banner  a.btn {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px;
    font-weight: 500;
    margin: 0;
    margin-top: 16px;
}
.pro-banner a.first {
    margin-right: 10px;
}
.category .pro-banner .pro-content h1 {
    color: #fff;
}
.page-template-page-prodima-consultation .pro-banner .pro-content label span,
.page-template-page-prodima-training-videos .pro-banner .pro-content label span ,
.page-template-page-prodima-comic .pro-banner .pro-content label span ,
.pro-banner label{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #F0A900;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    border-radius: 4px;
}
.bottom-wrapper .wpcf7  .wpcf7-response-output {
    margin-top: 16px;
    display: none;
}
.bg-top-footer-contact {
    background: rgb(51, 116, 168);
    background: -moz-linear-gradient(0deg, rgba(51, 116, 168, 1) 0%, rgba(31, 52, 101, 1) 51%, rgba(24, 69, 123, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(51, 116, 168, 1) 0%, rgba(31, 52, 101, 1) 51%, rgba(24, 69, 123, 1) 100%);
    background: linear-gradient(0deg, rgba(51, 116, 168, 1) 0%, rgba(31, 52, 101, 1) 51%, rgba(24, 69, 123, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3374a8",endColorstr="#18457b",GradientType=1);
    position: relative;
    height: 460px;
    z-index: 1;
    background-image: url(../images/bg-contact-form.jpg);
}
.pro-footer-contact {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pro-footer-contact .wpcf7-spinner {
    height: 0;
    margin: 0px;
    width: 0;
}

.pro-footer-contact .prodima-story .card {
    border: 0px;
    border-radius: 10px;
    background: transparent;
}
.pro-information h3 {
    /* font-size: 16px; */
    /* font-weight: bold; */
    /* line-height: 24px; */
    /* margin-top: 32px; */
    /* margin-bottom: 16px; */
    font-weight: 600;
}
.pro-information ul {
    padding: 0;
    margin-top: 16px;
    margin-bottom: 48px;
}
.pro-information ul li {
    list-style: none;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.pro-information ul li a{
    padding-left: 10px;
    color: #191919;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}
.pro-information ul li a:hover { 
    color: #008592;
    text-decoration: underline;
}
.pro-information  ul a:hover img {
    background: #f0a900;
    border-radius: 8px;
}
.pro-information .cp-container {
    padding: 24px;
    background: #F7F9F7;
    margin: 0;
    color: #728F8F;
}
.pro-information .cp-container p:first-child {
    color: #191919;
}
.pro-information .cp-container a {
    color: #008592;
    text-decoration: underline;
}
.prodima-services-others.bg-FAFAFA section {
    background: transparent;
}

.prodima-services-others.bg-FAFAFA section:hover{
    background: #fff;
}

.prodima-services-others.bg-FAFAFA {
    padding-top: 0px;
}

.page-template-page-prodima-homepage .prodima-blog {
    padding-bottom: 0px;
}
.page-template-page-prodima-homepage .prodima-blog .btn-prodima img ,
.page-template-page-prodima-homepage .prodima-portfolio .btn-prodima img  {
    padding-left: 5px;
    padding-top: 5px;
}
.page-template-page-prodima-homepage .prodima-blog .btn-prodima {
    margin-top: 64px;
    margin-bottom: 0px;
}

.page-template-page-prodima-homepage .prodima-blog .prodima-box h3 {
    font-size: 22px;
    line-height: 1.33;
}
.prodima-box section .read-more:hover,.prodima-box .prodima-section a:hover h3 {
    text-decoration: underline;
    color: #1F3465;
}
.prodima-box section .read-more img {
    padding-left: 5px;
    padding-top: 4px;
}
.pro-banner .pro-content .prodima-query-service select {
    color: #323232;
}
.prodima-container-team .btn-prodima {
    margin: 0px;
    margin-top: 24px;
}

.prodima-expertise {
    padding-bottom: 64px;
}
.prodima-list-portfolio .prodima-story .prodima-des p {

    font-size: 16px;
    line-height: 24px;
    color: #323232;
    text-align: center;
}
.prodima-list-portfolio {
    padding-top: 80px;
}
.prodima-list-portfolio .prodima-second-title{
    margin-bottom: 0.5rem;
    font-size: 48px;
    line-height: 1.5;
}
.prodima-list-portfolio .prodima-story section {
    padding-top: 0;
    padding-bottom: 1rem;
}

.prodima-blog.pro-related {
    padding-bottom: 64px;
    padding-top: 64px;
}

.single-portfolio .entry-header .entry-title {
    color: #4039A6;
    margin-bottom: 80px;
}
.category  .prodima-blog {
    padding-bottom: 48px;
}

.pro-search-form .input-group {
    font-size: 16px;
    line-height: 1.5;
    z-index: 0;
}
.pro-search-form .input-group input{
    border: 2px solid #181818;
    border-radius: 4px !important;
    padding: 22px 16px;
    font-size: 16px;
    line-height: 1.2;
    color: #181818;
    font-weight: 500;
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pro-search-form .input-group .search-submit {
    background: #f0a900;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
}
.pro-search-form .input-group .search-submit:hover {
    opacity: 0.85;
}

.pro-title {
    font-size: 24px;
    line-height: 1.3;
    color: #F0A900;
    font-weight: 700;
}
.pro-title img {
    padding-right: 10px;
}
.pro-sort-by select {
    border: 2px solid #323232 !important;
    border-right: 0px;
    border-radius: 8px !important;
    font-size: 16px;
    line-height: 1.2;
    color: #323232;
    font-weight: 500;
    min-height: 52px;
}
.pro-sort-by p {
    line-height: 52px;
    padding-right: 16px;
}
.pro-sort-by img {
    right: 16px;
    top: 20px;
}
.pro-sort-by .lawSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background-image: url('../images/icons/VectorDown.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 95%;
    cursor: pointer;
}
.pro-bar-search .ace-backt-to {
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 40px;
}
.pro-top-articles h3, .pro-bar-search h3 {
    font-size: 36px;
    line-height: 48px;
    color: #1F3465;
    font-weight: 700;
    margin-bottom: 20px;
}
.pro-bar-search h3 span{
    color: #26A9E0;
}
.prodima-box .prodima-section .read-more {
    bottom: 0;
    position: absolute;
}
.prodima-box .prodima-section .read-more img {
    width: auto;
    display: inline-block;
}
.prodima-box .prodima-section {
    /* padding-bottom: 1rem; */
}
.prodima-box.ace-big-card {
    position: relative;
    margin-bottom: 32px;
}
.prodima-box.ace-big-card img {
    border-radius: 16px;
}
.prodima-box.ace-big-card .read-more {
    position: relative;
}

.prodima-box.ace-big-card .prodima-section {
    padding: 32px;
    background: #ffffff;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 50%;
    top: auto;
    border-top-left-radius: 16px;
}
.prodima-box.ace-big-card .prodima-section .ace-cat {
    margin-top: 0px;
}

.prodima-box.ace-big-card .prodima-section  h3 {
    margin-bottom: 8px;
}
.bg-card-F7F9F7 {
    background: #F7F9F7;
}
.achievement-list {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    gap: 16px;
    padding: 0;
    margin: 0;
}

.achievement-list  .achievement-item-wrap {width: 25%;}
.achievement-item {
    background: #F7F9F7;
    padding: 16px 0px;
    border-radius: 16px;
}
.achievement-item span {
    font-size: 30px;
    display: block;
    line-height: 1.2;
    color: #008592;
    font-weight: bold;
    margin: 0 auto;
}
.achievement-item span.cp-bg-line {
    height: 4px;
    margin: 0 auto;
    width: 32px;
}
.achievement-item h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #1B2828;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 8px;
}
.achievement-item p:last-child {
    margin-bottom: 0px;
}
.circle-container {
    width: 120px;
    height: 120px;
    background: #E1E1E1;
    border-radius: 50%;
    margin: 0 auto;
}

.circle-container .circle .item, .circle-container .circle .fill {
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
}

.circle-container .circle .item {
    clip: rect(0px, 120px, 120px, 64px);
}

.circle-container .circle .item .fill {
    clip: rect(0px, 64px, 120px, 0px);
    background-color: #2892D7;
}

.circle-container .circle .item.layer-1, .circle-container .circle .fill {
    transform: rotate(126deg);
    animation: fill ease-in-out 3s;
}

@keyframes fill {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(126deg);
    }
}

.inside-content {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    font-weight: 700;
    font-size: 32px;
    line-height: 110px;
}
.category .prodima-blog .prodima-box .prodima-section h3 {
    font-size: 16px;
    line-height: 1.5;
}


.category .pro-top-articles  .prodima-box .prodima-section h3 {
    font-size: 36px;
    line-height: 1.3;
}

.page-template-page-prodima-about-us .prodima-story {
    padding-top: 120px;
    padding-bottom: 104px;
}

.page-template-page-prodima-about-us .prodima-story section {
    padding-top: 0px;
    padding-bottom: 0px;
}
.prodima-services-others.pro-list-value  section {
    padding: 0px;
    margin-bottom: 64px !important;
}
.pro-softwares-platforms-title{
    background: url('../images/bg-pro-softwares-platforms-title.jpg');
    padding-top: 120px;
    padding-bottom: 48px;
    background-repeat: no-repeat;
}

.pro-list-founder {
    margin-top: -32px;
    margin-bottom: -32px;
    /* max-height: 870px; */
}
.pro-list-founder .pro-blur:last-child {
    margin-bottom: 0px;
}
.lt-overlay-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 153px;
    z-index: 0;
    margin: 0 auto;
    max-height: 860px;
}
.pro-blur {
    margin-bottom: 32px;
    padding: 32px;
    padding-bottom: 1rem;
    background: rgba( 255, 255, 255, 0.75 );
    backdrop-filter: blur( 128.0px );
    -webkit-backdrop-filter: blur( 128.0px );
    border-radius: 8px;
    z-index: 2;
    position: relative;
}
.pro-softwares-platforms  {
    padding-bottom: 120px;
}
.pro-softwares-platforms .tab-content {
    padding: 32px;
    padding-bottom: 0px;
    background: #fafafa;
    border-radius: 8px;
}
.pro-softwares-platforms   .nav-link {
    color: #F0A900;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    padding: 1rem;
    border: 0;
}
.pro-softwares-platforms   .nav-link.active {
    color: #F0A900;
    background: #fafafa;
    border: 0;
}
.pro-softwares-platforms    .nav-link:focus,
.pro-softwares-platforms    .nav-link:hover {
    border: 0;
    background: #fafafa;
}

.pro-softwares-platforms  .tab-content ul li .d-flex {
    background: #ffffff;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 32px;
    padding-right: 0;
}
.pro-softwares-platforms    .tab-content ul li .d-flex h4 {
    color: #4039a6;
    font-size: 18px;
    line-height: 64px;
    font-weight: bold;
    padding-left: 8px;
    margin-bottom: 0;
}
.page-template-page-prodima-about-us  .prodima-partners-testimonies {
    background: #fff;
}
.prodima-services-others.pro-list-value section h2 {
    color: #4039A6;
    color: #4039A6;
    font-size: 36px;
    line-height: 1.3;
    text-transform: capitalize;
}
.heateorSssFacebookSvg {
    background: url('../images/icons/iconfacebook.png') !important;
}
.heateorSssTwitterSvg{
    background: url('../images/icons/icontwitter.png') !important;
}
.heateorSssLinkedinSvg{
    background: url('../images/icons/iconlinkedin.png') !important;
}
.heateor_sss_vertical_sharing ul li {
    margin-bottom: 16px !important;
}
.heateorSssSharingSvg {
    background-position: center !important;
}
.prodima-partners-testimonies .card-columns .card {
    max-width: 349px;
}
.pro-top-articles .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #f0a900;
    text-decoration: none;
}

.page-template-page-prodima-social-media-sub .pro-content header {
    max-width: 480px;
}
.input-group.footer-social aside.pro-dmca {
    padding-left: 64px;
}
article.comic .entry-content{
    margin-bottom: 120px;
}
.pro-card-ngang{
    margin-bottom: 2rem;
}
.pro-card-content {
    display: block;
    height: 100%;
    position: relative;
    padding-right: 32px;
}
.pro-card-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #4039A6;
    margin-bottom: 0.5rem;
}
.pro-card-content h3:hover {
    /*color: #f0a900;*/
    text-decoration: none;
}
.pro-card-content .btn-prodima {
    bottom: 0;
    left: 0px;
    padding: 12px;
    font-weight: 500;
    margin: 0;
    box-shadow: none;
}
.pro-card-content .btn-prodima img{
    margin-top: 5px;
}

.pro-consulttion {
    padding-bottom: 80px;
}
.pro-consulttion  .card {
    margin-top: -100px;
}
.pro-consulttion .entry-content {
    background: #F8F9FB;
    box-shadow: unset;
    padding-bottom: 160px;
}
.pro-consulttion .entry-content h2 {
    font-size: 36px;
    line-height: 1.5;
    color: #0B1456;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1rem;
}
.page-template-page-prodima-consultation .pro-banner .pro-content .lc-intro p{
    color:#0B1456 !important ;
}

.site-branding {
    /* min-height: 10px; */
}

.pro-video-training{
    background: #F8F9FB;
    margin-bottom: 32px;
    border-radius: 10px;
}
.pro-video-training  .pro-card-content {
    padding: 32px;
}
.pro-video-training  .pro-card-content p:last-child {
    margin-bottom: 0px;
}
.page-template-page-prodima-consultation .pro-banner .pro-content {
    top: 40%;
}
.prodima-google-reviews {
    background: #fafafa;
    padding-bottom: 120px;
}
#gt-wrapper {
    display: flex;
    justify-content: space-between;
}
#gt-wrapper.fix-bottom-VP #sc,
#gt-wrapper.fix-top-VP #sc {
    position: fixed;
}
#gt-wrapper.fix-bottom-VP #sc {
    bottom: 15px;
}
#gt-wrapper.fix-top-VP #sc {
    top: 0;
}
#gt-wrapper.flex-bottom {
    align-items: flex-end;
}
#gt-sidebar .lwptoc{
    margin-right:32px;
    margin-bottom:0px;
}
#gt-sidebar .lwptoc-light .lwptoc_i{
    background: transparent;
    padding: 0px;
}
#gt-sidebar .lwptoc-light .lwptoc_toggle  A{
    color: #FFFFFF;
}
.lwptoc_header .lwtoc_title{
    font-weight: 500;
}
#gt-sidebar .lwptoc .lwptoc_items {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgb(174 174 174 / 15%);
    border-radius: 8px;
    padding: 32px;
    margin-top: 1rem;
    color: #26A9E0;
    font-size: 16px;
}
.lwptoc .lwptoc_header {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    background: #4039A6;
    color: #fff;
    padding: 16px 20px 12px 20px;
    margin-bottom: 1rem;
    border-radius: 4px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss09' on, 'ss01' on;
    display: none;
}
.lwptoc .lwptoc_items li {
    list-style: disc !important;
}
.lwptoc-light .lwptoc_items li a {
    font-family: 'Poppins', sans-serif;
    color: #2A4148;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1rem;
    font-weight: 600;
}
.lwptoc .lwptoc_items ul.lwptoc_itemWrap {
    margin-left: 1rem !important;
}



.lwptoc  .fa-sort-down {
    position: absolute;
    right: 32px;
}

.lwptoc-notInherit.lwptoc-light .lwptoc_items li a:hover ,.lwptoc-notInherit.lwptoc-light .lwptoc_items li a:active,
.lwptoc-notInherit.lwptoc-light .lwptoc_items li a:visited
{
    color: #F0A900;
    border-bottom: 0 !important;
}

.lwptoc-light .lwptoc_items li:hover ::marker {
    color: #e4572e;
}

html:lang(vi-VN) .footer-menu #nav_menu-12,html:lang(en-US) .footer-menu #nav_menu-13 {
    display: none;
}
html:lang(en-US) .pro-list-founder .lt-overlay-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: 0 auto;
    margin: auto;
}

.intro-training {
    padding-top: 120px;
    padding-bottom: 2rem;
}

.intro-training p {
    max-width: 760px;
    margin: 0 auto;
}
.pro-line-detail {
    position: absolute;
    background: #efa801;
    height: 13px;
    width: 100%;
    top: 40px;
}
.pro-container-full {
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    background-image: url('../images/cicrle-yelow.png');
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    /* margin-top: 40px; */
}
.pro-container-full:before {
    content: "";
    background: rgb(246 246 246);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 28px;
    min-height: 103px;
    max-width: 113px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 100%;
}
.pro-container-number {
    width: 100px;
    height: 100px;
    background: radial-gradient(black, transparent);
    background: linear-gradient(147.01deg, #ECECEC 13.54%, #FFFFFF 85.72%);
    box-shadow: 4px 4px 20px rgb(0 0 0 / 10%), -4px -4px 20px #ffffff;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pro-number{
    background: linear-gradient(147.01deg, #ECECEC 13.54%, #FFFFFF 85.72%);
    border: 0.5px solid #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 70px;
    min-height: 70px;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-number span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    color: #F0A900;
    width: 70px;
    text-align: center;
}
.pro-attend .container h2 {

    font-size: 36px;
    color: #F0A900;
    font-weight: 700;
}

.pro-attend ul {
    color: #0B1456;
    /* font-weight: 500; */
    padding-left: 20px;
}
.pro-attend .entry-content {
    color: #0B1456;
}

.pro-attend .row:nth-child(2) h2 {
    color: #4039A6;
}
.pro-attend .entry-content.shadow-none ul {
    margin-top: 0px;
}
.pro-attend ul li::marker {
    color:  #0B1456;
}
.pro-attend-content h2 {
    font-family: "Montserrat", sans-serif;
    color: #0B1456;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
}
.pro-progress section {
    font-size: 16px;
}
.pro-progress .row {
    margin-bottom: 2rem;
}
.pro-progress section h3 {
    color: #F0A900;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
}

.pro-progress section {
    padding: 1rem;
    margin-top: 40px;
}

.pro-progress section ul {
    padding-left: 1rem;
    color: #4039A6;
    margin-bottom: 1rem;
}
.pro-progress section ul li {
    margin-bottom: 0.5rem;
}
.pro-progress section ul li::marker {
    color: #4039A6;
    margin-bottom: 1rem;
}

.pro-progress section p {
    font-weight: 700;
    font-weight: #323232;
}

.pro-progress section:hover {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.pro-compare section {
    background: #F0A900;
    border-radius: 20px;
    padding: 40px 24px;
    height: 100%;
}



.pro-compare section h2 {
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: bold;
}


.pro-compare section ul li {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    margin-bottom: 1rem;
}
.pro-compare section ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.pro-compare section ul li img {
    max-height: 32px;
    padding-right: 1rem;
}
.pro-compare section.bg-transparent h2 {
    font-size: 36px;
    color: #4039A6;
    line-height: 48px;
}
.pro-compare section.bg-transparent ul li {
    color: #181818;
    /* font-size: 24px; */
    /* line-height: 32px; */
    font-weight: 700;
}


.prodima-faqs.overlay-banner .card {
    background: #FAFAFA;
    color: #181818;
}


.prodima-faqs.overlay-banner .card-header .btn-link {
    color: #181818;
}


.pro-full-table.pro-training-seo {
    max-width: 1030px;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 120px;
}

.pro-call p {
    color: #fff;
    padding-top: 1rem;
    padding-left: 8px;
}
.pro-call div {
    padding-left: 5px;
    color: #fff;
}

.pro-call a {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.language-speaker {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    right: auto;
    bottom: auto;
}

.language-speaker ul {
    margin-bottom: 0px;

    margin-top: 0px;
    margin-right: 0px;
}

.language-speaker ul li {
    margin-right: 0px;
}

.language-speaker ul li img {
    border-radius: 0px;
}

.pro-attend {
    padding-top: 40px;
}

.pro-attend-content {
    padding-bottom: 40px;
}


.pro-line-detail.first {
    left: 100px;
    right: 0;
    width: auto;
}

.pro-line-detail.second {
    right: 100px;
    width: auto;
    left: 0px;
}
.pro-progress .btn-prodima {
    padding: 16px 20px;
    margin: 00px 8px 80px 8px;
}
.pro-experts.prodima-team h3 {
    font-size: 32px;
    text-shadow: 0px -2px 8px #f8f9fb;
}

.pro-experts.prodima-team p:last-child {
    margin-bottom: 0px;
}
.pro-experts.prodima-team {
    padding-bottom: 0px;
}
.pro-full-table.pro-training-seo .btn-prodima {
    padding: 14px 20px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 40px;
}
.pro-full-table.pro-training-seo .btn-prodima img {
    max-height: 18px;
}
.prodima-faqs.overlay-banner.intro-faqs .card-header .btn-link img {
    right: -11px;
}
.prodima-faqs.overlay-banner.intro-faqs .card-header h3 a:not(.collapsed) img {
    top: -9px;
}
p:empty {
    display: none;
}
.pro-author {
    display: block;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}
.pro-author-footer {
    border: 2px solid #CECECE;
    border-left: 0;
    border-right: 0;
    padding-top: 1rem;
    padding-bottom: 0;
}
.pro-author .container-author img {
    border: 1px solid #1F3465;
    border-radius: 50%;
    margin-right: 1rem;
    max-width: 54px;
}
.pro-author .container-author {
    display: flex;
    text-align: left;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.pro-author .container-author h3 {
    color: #1F3465;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.pro-author .container-author p {
    color: #1D1D1D;
    margin-bottom: 0px;
}
.pro-author-footer .btn-prodima {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 700;
}

.pro-author-footer .heateor_sss_sharing_ul {
    margin-bottom: 1rem !important;
    display: inline-flex;
}

.pro-author-footer .heateor_sss_sharing_ul .heateorSssSharing {
    float: none;
    border: 0;
    width: 48px;
    height: 48px;
    background: transparent;
    margin: 0px;
    margin-right: 1rem;
}

.pro-author-footer .heateor_sss_sharing_ul .heateorSssSharing ss.heateorSssSharingSvg {
    display: block;
}
.pro-author .container-author a:hover {
    text-decoration: none;
    cursor: pointer;
}

.pro-author .container-author h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #f0a900;
}
.author .pro-banner .pro-content .lc-intro {
    max-width: 800px;
}

.seo-table-features-wrapper .list-group .last p {
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: 32px;
    margin-right: 1rem;
}

.seo-table-features-wrapper .list-group .last {
    padding-top: 1rem;
}

.seo-table-features-wrapper .list-group .last .pro-call {
    display: -webkit-inline-box;
}
.prodima-list-portfolio .prodima-box section {
    box-shadow: 0px 4px 30px rgba(24, 24, 24, 0.05);
    border-radius: 16px;
    background: #fafafa;
}
.prodima-get-a-quote .prodima-second-title {
    font-size: 48px;
    line-height: 1.5;
    text-transform: capitalize;
}
.pro-benefits-card {
    text-align: center;
    color: #4039A6;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.pro-benefits-card h4 {
    font-size: 23px;
    font-weight: bold;
    margin-top: 16px;
}
.prodima-get-a-quote.pro-about h2 {
    margin-bottom: 0px;

}

.prodima-get-a-quote.pro-about .btn-prodima {
    margin: 0px;
}
.prodima-get-a-quote.pro-about .btn-prodima {
    margin: 0px;
    position: relative;
    text-align: left;
    padding-left: 16px;
}
.prodima-get-a-quote.pro-about .btn-prodima img {
    margin-top: 4px;
}
.prodima-get-a-quote.pro-about .btn-prodima img {
    position: absolute;
    right: 16px;
}

.pro-job-item .btn-prodima {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
    margin-right: 16px;
    padding: 14px 20px;
    max-height: 50px;
}

.pro-job-item .btn-prodima:last-child {
    margin-right: 0px;
}
.pro-job-item label {
    color: #F0A900;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.pro-job-item label {
    color: #F0A900;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.pro-list-career .prodima-box {
    margin-bottom: 32px;
}
.prodima-box .pro-job-item .prodima-section {
    padding: 32px;
    border-radius: 16px;
}
.prodima-box  .pro-job-item .prodima-section h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #4039A6;
    font-weight: bold;
    margin-bottom: 1rem;
}
.pro-job-item .btn-prodima.pro-link-download {
    background: transparent;
    color: #453fa9;
    border: 2px solid #453fa9;
}

.pro-job-item .btn-prodima.pro-link-download img {
    padding-top: 3px;
}
.pro-top {
    display: inline-flex;
    align-content: flex-start;
    align-items: center;
}
.pro-top span {
    font-size: 128px;
    line-height: 0.8;
    color: #f0a900;
}
.pro-top .pro-title {
    font-size: 36px;
    line-height: 1.333;
    color: #4039a6;
    font-family: 'Raleway', sans-serif;
}

.pro-list-career .container {
    margin-top: -64px;
    position: relative;
    z-index: 2;

}
#pro-submit-form {
    top: 60%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate(0, -50%);
}
.pro-section-upload {
    position: relative;
}

.pro-section-upload input[type="file"] {
    padding: 0;
    margin-bottom: 16px;
}
.wpcf7 input[type="file"] {
    padding: 0;
    margin-bottom: 16px;
}
.wpcf7 label {
    color: #121212;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
.wpcf7 br {
    display: none;
}
.markets-grid .wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: normal;
}
.ace-banner.position-absolute {
    /* background: red; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 50vh;
}
.ace-banner  .ace-content-banner{
    background-image: url(https://prodima.xyz/acefinancial.com.sg/wp-content/uploads/2018/11/payroll.jpg);
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
}
.ace-banner .ace-content-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 30%;
    bottom: 0;
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(24,69,123,0.3) 34%, rgba(51,116,168,0.8) 67%, rgba(7,20,52,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#071434",GradientType=1);
    background: linear-gradient(270deg, rgba(51, 116, 168, 0) 0%, rgba(184, 87, 112, 0.3) 34%, rgba(31, 84, 101, 0.8) 67%, rgba(7, 20, 52, 1) 100%);
}
.ace-main-content {
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin-bottom: 120px;
    margin-top: 240px;
    padding: 32px;
}

#pro-submit-form .modal-content {
    padding: 16px;
    border-radius: 16px;
    border: 0px;
    outline: unset;
}
.pro-list-info-event {
    /*    margin-top: 40px;*/
    margin-bottom: 40px;
    padding: 0px;
}
.pro-list-info-event li {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.2;
    color: #181818;
    margin-bottom: 16px;
    font-weight: 600;
}

.pro-list-info-event li p {
    margin: 0px;
}
.pro-list-info-event li span {
    color: #4039A6;

}
.prodima-get-a-quote.pro-banner-event {
    background: #f0a900;
    margin-bottom: -120px;
    padding-top: 40px;
    padding-bottom: 200px;
    margin-top: 80px;
}



.prodima-story .card .card-header.pro-content-contact-event {
    background: transparent;
    border: 1px solid #f5f5f5;
    padding: 16px;
    margin: 16px;
    font-size: 16px;
    color: #181818;
    font-weight: normal;
    text-align: left;
}

.prodima-story .card .card-header.pro-content-contact-event h3 {
    color: #4039A6;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
}

.prodima-story .card .card-header.pro-content-contact-event p {
    font-size: 16px;
    line-height: 1.5;
    color: #181818;
    font-weight: normal;
    text-align: left;
    margin-bottom: 16px;
    font-weight: 600;
}

.prodima-story .card .card-header.pro-content-contact-event p:last-child {
    margin-bottom: 0px;
    font-weight: normal;
}
.pro-container-event {
    margin-bottom: 120px;
}

.type-event .post-thumb {
    margin-top: 80px;
    margin-bottom: 40px;
}
.type-event  .prodima-top-blog{
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    color: #4039A6;
}
.type-event .prodima-top-blog p {
    color: #181818;
}
.pro-list-bonus {
    padding: 0px;
    display: flex;
    gap: 30px;
    list-style: none;
    text-align: center;
    margin-top: 40px;
}

.pro-card-event p {
    font-size: 16px;
    line-height: 1.5;
}

.pro-card-event li {
    margin: 0px;
}

.pro-card-event ul {
    margin-bottom: 16px;
}

.pro-card-event .pro-card-content {
    width: 100%;
    padding: 0px;
    padding-top: 32px;
}
#pro-events {
    margin-top: 80px;
    margin-bottom: 80px;
}
.pro-card-event .owl-carousel .owl-nav button.owl-prev,
.pro-card-event .owl-carousel .owl-nav button.owl-next {
    top: 43%;
    font-size: 26px;
    width: 32px;
    height: 32px;
    background: #ffffff !important;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
}
.pro-card-event .owl-carousel .owl-nav button.owl-prev:hover,
.pro-card-event .owl-carousel .owl-nav button.owl-next:hover {
    color: #191958;
}

.pro-card-event .owl-carousel .owl-nav button.owl-prev {
    left: 16px;
}

.pro-card-event .owl-carousel .owl-nav button.owl-next {
    right: 16px;
}
.pro-card-event .owl-carousel .owl-nav button.owl-next span {
    display: block;
    padding-left: 6px;
}
.pro-card-event .owl-carousel .item img {
    border-radius: 10px;
}
.type-event .entry-content {
    margin-bottom: 40px;
}
.pro-button-bonus {
    padding: 14px 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.5;
    background: #4039A6;
    margin: 0;
    pointer-events: none;
}
.pro-button-bonus img {
    padding-right: 8px;
}
.prodima-story .card .pro-note-text p {
    color: #4039A6;
    text-align: left;
    font-weight: 600;
    margin-bottom: 8px;
}

.author .pro-author .container-author img {
    max-width: 270px;
    margin-right: 30px;
}
.menu-social-media-author {
    margin-top: 32px;
}

.menu-social-media-author li {
    display: inline-block;
}

.menu-social-media-author li a {
    display: inline-block;
}

.author .pro-author .menu-social-media-author li img {
    border-radius: 0px;
    padding: 10px;
    border-radius: 5px;
    margin-right: 16px;
}
.author .pro-author .container-author {
    margin-top: 48px;
    margin-bottom: 48px;
}

.author .pro-author .container-author h1 {
    font-size: 32px;
    margin-bottom: 4px;
    color: #1F3465;
}
.author .pro-author .container-author p {
    font-size: 24px;
}
.ace-top-information.ace-main-content {
    margin-top: 0px;
    margin-bottom: 48px;
}
.section-intro {
    margin-bottom: 32px;
}
.section-intro .entry-content {
    margin: 32px 0px;
}
.section-intro label,
.ace-top-information.ace-main-content label ,.ace-top-information label{
    text-transform: capitalize;
    color: #071434;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.33;
    margin-bottom: 0px;
}

.ace-map-information.ace-main-content h3 {
    font-size: 24px;
    color: #3374A8;
    margin-top: 32px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
}
.ace-map-information.ace-main-content {
    margin-top: 0px;
    margin-bottom: 0px;
}
.ace-map-information.ace-main-content ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.ace-map-information.ace-main-content ul li {
    margin-bottom: 14px;
}
.ace-map-information.ace-main-content ul li:last-child {
    margin-bottom: 0px;
}
.ace-map-information.ace-main-content ul li a {
    color: #071434;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 8px;
}
.ace-map-iframe iframe {
    border-radius: 16px;
    display: block;
}
.ace-banner.position-absolute {
    max-height: 870px;
}
.ace-card-service {
    position: relative;
    border-radius: 16px;
    margin-bottom: 32px;
}

.ace-card-service .ace-card-content {
    position: absolute;
    inset: 0 0 auto 0;
    color: #fff;
    text-align: center;
    z-index: 1;
    top: auto;
    bottom: 0;
    padding: 0px 24px 20px 24px;
    font-weight: normal;
}
.ace-card-service .ace-card-content h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: normal;
}
.ace-card-service .ace-card-content p {
    display: none;
}

.ace-card-service .ace-card-content:hover p {
    display: block;
}

.ace-card-service .ace-card-content a {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 16px;
    display: block;
}

.ace-card-service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: hsla(0, 100%, 50%, 0.3);
    z-index: 0;
    background: linear-gradient(180deg, rgba(51, 116, 168, 0) 0%, rgba(7, 20, 52, 1) 100%);
    border-radius: 16px;
}

.ace-card-service img {
    border-radius: 16px;
}
.page-template-page-ace-services .ace-main-content {
    margin-bottom: 64px;
}

.ace-top-information-home section {
    padding: 0px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.ace-top-information-home section .row {
    margin: 0;
    border-radius: 16px;
}

.ace-top-information-home section .ace-left {
    background: #EAF9FF;
    border-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ace-top-information-home section label {
    display: block;
    margin-top: 32px;
}

.ace-top-information-home section .ace-top-information {
    padding: 32px;
    color: #071434;
}
.ace-top-information-home section .ace-top-information .btn-prodima {
    margin: 0;
    padding: 16px 32px;
    font-size: 24px;
    line-height: 1.3;
    border: 1px solid #3374A8;
    border-radius: 8px;
    box-shadow: unset;
    background: transparent;
    color: #3374A8;
    margin-right: 16px;
    font-weight: 500;
}
.ace-top-information-home section .ace-top-information .btn-prodima:last-child {
    margin-right: 0px;
}
.ace-top-information-home section .ace-left .btn-prodima:first-child {
    background: #3374A8;
    color: #fff;
    margin-right: 8px;
}
.ace-buttons {
    margin-top: 32px;
}


.ace-buttons {
    margin-top: 32px;
}



.ace-top-information-home section h2 {
    font-size: 32px;
    line-height: 1.5;
    color: #071434;
    font-weight: 500;
    text-transform: capitalize;
}

.ace-top-information-home section h2 span,.section-intro h2 span {
    color: #26A9E0;
}
.faq-content .accordion .ace-card {
    margin-bottom: 16px;
    border: 1px solid #1F3465;
    border-radius: 16px;
    background: #1F3465;
    color: #ffffff;
}

.ace-card .card-header {
    border: 0px;
    background: transparent;
    padding: 0;
}

.ace-card .card-header .btn-link {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #1F3465;
    display: block;
    text-align: left;
    position: relative;
    padding: 32px;
    background: #1F3465;
    color: #fff;
    font-weight: 500;
}
.ace-card .card-header .btn-link.collapsed img {
    filter: unset;
    transform: rotate(0deg);
}

.ace-card .card-header .btn-link img {
    position: absolute;
    right: 0;
    top: 42px;
    right: 32px;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}
.ace-card .card-body {
    padding: 32px;
    padding-top: 0px;
}
.ace-card  .card-body {
    padding: 32px;
    padding-top: 0px;
}

.ace-card .card-header .btn-link.collapsed {
    background: #ffffff;
    color: #1F3465;
}

.ace-card .collapse .card-body {
    color: #ffffff;
    background: #1f3465;
}
.faq-image img {
    border-radius: 16px;
}
.section-intro .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ace-company-management {
    margin-top: 80px;
    margin-bottom: 80px;
}
.ace-about-us {
    margin-top: 80px;
}
.ace-facts-section {
    margin-top: 64px;
}

.ace-facts-section {
    margin-top: 64px;
    margin-bottom: 120px;
}
.search-dropdown-search button {
    background: transparent;
    padding: 0;
    margin-left: 8px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 400px;
    z-index: 1;
    top: 45px;
    right: 0;
}

.search-dropdown-search .input-group {
    padding: 14px;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #CECECE;
    border-radius: 10px;
}
.search-dropdown-search .input-group input {
    padding: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1;
    height: auto;
}
.search-dropdown-search .input-group .search-submit {
    background: none;
    border: 0;
    padding: 0;
    color: #de0816;
    height: 100%;
    padding-left: 8px;
}



.ace-right-menu ul li {
    list-style: none;
    margin-left: 8px;
}
.menu-social-media ul,
.menu-switch-languages ul {
    padding: 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.menu-switch-languages ul li a {
    color: #fff;
    display: block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 2px 4px;
}

.menu-switch-languages ul li p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 2px;
}
.ace-list-articles {
    margin-bottom: 120px;
}

.bottom-menu {
    margin-top: 30px;
}
.bottom-wrapper .footer-menu {
    margin-bottom: 32px;
}
.ace-facts-section ul {
    list-style: unset;
    list-style: none;
    padding-left: 0;
    font-size: 24px;
    line-height: 36px;
    display: block;
}

.ace-facts-section ul li {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 32px;
}

.ace-facts-section ul li img {
    margin-top: -1px;
    margin-left: -3px;
    margin-right: 16px;
}
/*.ace-2-columns .ace-left {
    border-right: 1px solid #D0D0D0;
    -ms-flex: 0 0 45.8333335%;
    flex: 0 0 45.8333335%;
    max-width: 45.8333335%;
    padding-right: 64px;
}

.ace-2-columns .ace-right {
    border-left: 1px solid #D0D0D0;
    -ms-flex: 0 0 54.1666665%;
    flex: 0 0 54.1666665%;
    max-width: 54.1666665%;
    padding-left: 64px;
}*/
.ace-2-columns .section-intro h2 {
    margin-top: 0px;
    margin-bottom: 40px;
}
.ace-2-columns .ace-right .section-intro,
.ace-2-columns .ace-right p:last-child {
    margin-bottom: 0px;
}

.ace-facts-section .ace-right .section-intro {
    margin-bottom: 0px;
}

.ace-container-filter-form {
    display: flex;
    margin-bottom: 40px;
}

.ace-container-filter-form .ace-search ,
.ace-container-filter-form .ace-cat,
.ace-container-filter-form .ace-order {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 8px;
    border: 2px solid #CECECE;
    background: transparent;
    font-size: 16px;
    font-style: normal;
}

.ace-container-filter-form .ace-cat, .ace-container-filter-form .ace-order,.ace-container-filter-form .ace-button {
    margin-left: 16px;
    border-radius: 8px;
    color: #1F3465;
}

.ace-container-filter-form .ace-cat, .ace-container-filter-form .ace-order {
    max-width: 195px;
}
.ace-container-filter-form .ace-button {
    background: #3374A8;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.ace-container-filter-form .ace-cat {
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icon-dropdown-black.png') no-repeat;
    background-size: 20px;
    background-position: calc(100% - 10px) 16px;
    background-repeat: no-repeat;
}


.ace-container-filter-form .ace-order {
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/filter-list.png') no-repeat;
    background-size: 20px;
    background-position: calc(100% - 90px) 14px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    text-align: right;
    max-width: 123px;
    text-align: left;
    padding-left: 36px;
}
#ajax-results .post-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

#ajax-results p {
    font-size: 14px;
}
#ajax-results .prodima-box {
    margin-bottom: 32px;
}
.pro-top-articles .prodima-box.ace-big-card {
    margin-bottom: 0px;
}

.pro-top-articles .owl-nav {
    margin-top: 0;
}


.navigation .sub-menu li.menu-item-has-children > a:after,
.navigation .children li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    position: absolute;
    right: 15px;
    top: 15px;
    content: "\f0da";
}

.navigation .sub-menu li.menu-item-has-children > a:hover:after {
    color: #26A9E0;
}

.header-preset-01 .navigation .menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    border: 0;
    left: auto;
    right: 12px;
}

.header-preset-01 .navigation .menu-item-has-children > a {
    padding-right: 20px;
}

.header-preset-01 .navigation .menu-item-has-children > a:hover:after {
    width: 0;
}

.navigation .sub-menu li.menu-item-has-children > a:hover:after {
    right: 22px;
}


.ace-top-information img {
    border-radius: 16px;
    width: 100%;
}
.ace-list-services {
    margin-bottom: 90px;
}

#primary-menu li i {
    color: #1F3465;
}

#primary-menu li i {
    display: none;
}
.type-post .pro-top-articles , .author .pro-top-articles {
    margin-bottom: 120px;
}


@media only screen and (min-width: 1200px) {
    .header-wrapper header .header__right, .header-wrapper header .header__right .menu,
    .header-wrapper header .header__right .ace-right-menu,.search-dropdown-search {
        display: inline-flex;
        flex-direction: row;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
        padding-right: 0;
    }

    .header-preset-01 .navigation > div > ul > li > a {
        line-height: 40px;
        padding: 0 10px;
        background: transparent;
    }
    .ace-facts-section .ace-left {
        border-right: 1px solid #D0D0D0;
        -ms-flex: 0 0 37.4999985%;
        flex: 0 0 37.4999985%;
        max-width: 37.4999985%;
        padding-right: 64px;
    }
    .ace-facts-section .ace-right {
        border-left: 1px solid #D0D0D0;
        -ms-flex: 0 0 62.5000015%;
        flex: 0 0 62.5000015%;
        max-width: 62.5000015%;
        padding-left: 64px;
    }

    .ace-2-columns .ace-left {
        border-right: 1px solid #D0D0D0;
        -ms-flex: 0 0 45.8333335%;
        flex: 0 0 45.8333335%;
        max-width: 45.8333335%;
        padding-right: 64px;
    }

    .ace-2-columns .ace-right {
        border-left: 1px solid #D0D0D0;
        -ms-flex: 0 0 54.1666665%;
        flex: 0 0 54.1666665%;
        max-width: 54.1666665%;
        padding-left: 64px;
    }




}



@media only screen and (max-width: 1200px) {

    .header-wrapper header .navigation > div > ul li {
        padding: 0px 5px;

    }
    .ace-top-information-home section .ace-top-information .btn-prodima {
        padding: 12px;
        margin-right: 8px;
    }


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

.cp-banner, .cp-about-us {
    padding-top: 64px;
    padding-bottom: 64px;
}

.cp-banner .ace-top-information {
    margin-top: 32px;
}
    .cp-container-btns .btn-learn-more .btn-prodima {
    padding-left: 0;
    padding-right: 0;
}
.countries-slider .countries-item {
    width: calc(25% - 16px);
}
    #primary-menu li i {
        display: block;
        left: auto;
        position: absolute;
        right: 0;
        top: 11px;
        display: none;
    }

    #primary-menu .menu-item-has-children > .sub-menu-toggle.fa {
        display: block;
        /* transform: rotate(357deg); */
    }
    .menu-item-has-children.is-open .sub-menu .sub-menu-toggle {
        transform: rotate(1deg);
    }
    .ace-right-menu,
    .menu-social-media ul li {
        display: inline-flex;
    }
    .navigation > div > ul > li .sub-menu {
        padding-left: 15px;
    }

    .menu-item-has-children > .sub-menu-toggle.fa {
        background: url('../images/icons/VectorDownWhite.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    .header-wrapper header{
        padding-top:20px;
        padding-bottom:20px;
    }
    .site-branding img {
        max-width: 123px;
        position: relative;
        z-index: 99;
    }

    .prodima-expertise-section {
        margin-bottom: 30px;
    }
    .header-wrapper .menu-link {
        color: #fff;
        line-height: 48px;
        padding-top: 6px;
        padding-right: 10px;
    }
    .header-wrapper .navigation {
        right: 0;
        top: 100%;
        width: 100%;
        color: #191958;
        background: linear-gradient(180deg, rgba(36, 36, 167, 0.5) 0%, rgba(36, 36, 167, 0) 100%), #0B1456;
        background: #FAFAFA;
    }
    .header-wrapper .header__right {
        position: absolute;
        right: 0;
        z-index: 2;
        padding: 0;
        top: 10px;
    }
    .header-wrapper .navigation ul li {
        list-style: none;
    }
    .header-wrapper .navigation ul li a {
        color: #1F3465;
        line-height: 1.5;
        padding: 15px;
        /* display: block; */
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .header-wrapper .navigation ul li ul li a {
        text-transform: capitalize;
        /* padding-left: 0; */
        color: #1F3465;
        line-height: 1.5;
        text-transform: uppercase;
        font-weight: 500;
    }

    .header-wrapper header .navigation > div > ul li {
        padding: 0px;
        position: relative;
        width: 100%;
        align-items: center;
        text-align: left;
    }
    .header-wrapper header .navigation > div > ul {
        padding: 0;
        margin: 0;
    }

    .prodima-focus img {
        max-width: 100%;
    }
    .prodima-expertise-section {
        padding-top: 32px;
    }


    .our-clients.seo {
        padding: 40px 0px;
    }
    .pro-short-table .card {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .page-template-page-prodima-table-seo .content-seo {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    .page-template-page-prodima-table-seo .pro-they-trust-us .overlay-banner {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .prodima-services-others .prodima-how-we-will {
        padding-top: 64px;
        padding-bottom: 32px;
    }
    .prodima-how-we-will label {
        font-size: 20px;
        line-height: 1.5;
    }
    .prodima-services-others h2.prodima-second-title {
        font-size: 36px;
        line-height: 1.5;
        margin-top: 0px !important;
        margin-bottom: 16px !important;
    }
    .prodima-services-others section {
        padding: 1rem;
    }

    .prodima-they-trust-me ,.prodima-partners-testimonies{
        padding-top: 64px;
        padding-bottom: 32px;
    }
    .prodima-partners-testimonies .prodima-second-title {

        margin-bottom: 0px;
    }
    .prodima-get-a-quote {

        padding-top: 64px;
        padding-bottom: 64px;
    }
    .prodima-get-a-quote section {
        max-width: 100%;
    }
    .pro-information {
        max-width: 100%;
    }
    .pro-information h3 {
        margin-top: 16px;
    }



    .pro-banner .pro-content {
        top: 0;
        position: relative;
        transform: unset;
        padding-top: 3rem;
        padding-bottom: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background: #fff;
    }
    .pro-banner .pro-content .lc-intro {
        max-width: 100%;
    }
    .prodima-expertise {
        padding-top: 0;
    }
    article.comic .entry-content {

        margin-bottom: 64px;
    }
    .pro-consulttion {
        padding-bottom: 32px;
    }

    .pro-consulttion .entry-content {
        padding: 32px;
        margin-bottom: 0px;
    }
    .prodima-team .pro-list-team .col-12:first-child {
        display: block;
    }

    .pro-banner.pro-banner-career .pro-content {
        position: absolute;
        top: 45%;
        left: 0%;
        right: 0px;
        transform: translate(0%, -50%);
        z-index: 1;
        margin: 0px;
        width: 100%;
        padding: 0px;
        background: transparent;
    }
    .pro-list-career .container {
        margin-top: 32px;
        z-index: 0;
    }


    .prodima-get-a-quote.pro-about .col-12.col-md-3 {
        padding-left: 0;
    }
    .prodima-get-a-quote.pro-about .prodima-second-title {
        font-size: 36px;
        line-height: 1.3;
    }
    .prodima-get-a-quote.pro-about  h4 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    .prodima-get-a-quote.pro-about .prodima-second-title{
        margin-bottom:16px;
        font-size:24px;
    }
    #pro-submit-form .modal-content .modal-body {
        padding: 0;
    }

    #pro-submit-form .modal-content .card-body {
        padding: 0;
    }

    .pro-bg-submit-form {
        background-position: left;
    }

    #pro-events {
        margin-top: 48px;
        margin-bottom: 64px;
    }

    .pro-card-event .pro-card-content {
        padding-top: 0;
    }
    .single .type-event .prodima-top-blog {
        padding-top: 0px;
    }
    .pro-list-info-event li {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .prodima-get-a-quote .prodima-second-title {
        font-size: 32px;
    }

    .pro-container-event {
        margin-bottom: 60px;
    }
    .ace-top-information-home section .ace-left {
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0px;
    }
    .ace-main-content.ace-top-information-home {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ace-who-is-ace .ace-top-information img {
        width: 100%;
        margin-bottom: 32px;
        border-radius: 8px;
    }
    .ace-why-you-should .row {
        display: flex;
        justify-content: center;
    }
    .ace-why-you-should .ace-top-information {
        margin-bottom: 32px;
    }
    .ace-why-you-should .col-lg-4:last-child .achievement-item {
        margin-bottom: 0px;
    }
    .ace-what-we-offer .ace-top-information img {
        width: 100%;
    }
    .ace-our-achievement .achievement-item {
        margin-bottom: 32px;
    }
    .prodima-story .card .card-body {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }
    .ace-blogs-news .section-intro .read-more {
        position: relative;
        text-align: right;
        display: grid;
    }


    .prodima-story .card .card-body {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }



    .ace-banner.position-absolute {
        max-height: 50vh;
    }
    .ace-banner-content {
        padding: 0px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0px;
    }

    .ace-banner-content .ace-top-information.ace-main-content {
        margin-bottom: 0px;
    }
    .ace-company-management .ace-top-information img {
        width: 100%;
        margin-bottom: 32px;
    }
    .ace-why-choose-us {
        display: flex ;
        justify-content: center;
    }
    .ace-why-choose-us .achievement-item {
        margin-bottom: 32px;
    }

    .ace-facts-section ul li {
        display: block;
    }

    .ace-map-information.ace-main-content {
        margin-bottom: 40px;
    }

    .ace-main-content.ace-entry-content {
        margin-top: -120px;
    }
    .header-preset-01 .navigation .menu-item-has-children > a:after{
        display: none;
    }
    .page-template-page-ace-services .ace-main-content {
        margin-top: -50px;
    }
    .page-template-page-ace-services .ace-banner-content .ace-top-information.ace-main-content {
        margin-bottom: 80px;
    }

    .page-template-page-ace-service-detail .ace-list-services {
        padding-left: 0;
        padding-right: 0px;
    }
    .page-template-page-ace-contact .ace-banner-content {
        margin-top: 42vh;
    }

}
@media only screen and (max-width: 767px) {
    .hr-size {
    font-size: 36px;
    line-height: 48px;
}
    .h1 {
        font-size: 30px;
        line-height: 42px;
    }
.cp-banner, .cp-about-us,.pro-footer-contact {
    padding-top: 32px;
    padding-bottom: 32px;
}
    
    .cp-banner .btn-prodima {
    margin-bottom: 32px;
}

    .bottom-wrapper {
        padding-top: 16px !important;
    }
.achievement-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.achievement-list .achievement-item-wrap {
    width: calc(50% - 8px);
}


.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -10px;
}
    .wpcf7 input[type="submit"] {
    width: 100%;
}
.countries-slider {
    padding-bottom: 32px;
}
    .countries-slider .countries-item {
    width: 100%;
}
    .cp-locations {
    padding-top: 48px;
    padding-bottom: 32px;
    padding-bottom: 0;
}
.bottom-wrapper .footer-top {
    padding-top: 48px;
}
.bottom-wrapper .cp-container {
    margin: 0;
    padding: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.bottom-wrapper .cp-container .cp-container-inside {
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
}

.bottom-wrapper .cp-container .cp-container-inside .pro-logo-footer {
    margin-bottom: 16px;
}
    .bottom-wrapper ul {
    margin-bottom: 0;
}

    .footer  .input-group.footer-social aside {
        padding-left: 15px;
    }
    .footer .input-group.footer-social aside.social{
        padding-left: 0;
    }
    .pro-banner .pro-content {
        top: 0;
        position: relative;
        transform: unset;
        padding-top: 3rem;
        padding-bottom: 0rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .pro-banner label {
        font-size: 16px;
        line-height: 1.5;
    }
    .pro-banner a.btn {
        margin-top: 0px;
        font-size: 12px;
        padding: 10px;
        width: 100%;
        font-size: 12px ;
    }
    .prodima-partners-testimonies {
        padding-top: 32px;
        padding-bottom: 16px;
    }
    .prodima-partners-testimonies .prodima-second-title {
        font-size: 26px;
    }
    .card-columns .card section p:last-child {
        margin-bottom: 0px;
    }
    .card-columns .card section {
        text-align: center;
    }
    .prodima-story .card .card-body {
        padding: 1rem;
        border-bottom-right-radius: 0px;
    }
    .pro-information h2 {
        font-size: 32px;
        line-height: 1.5;
    }

    .prodima-section-label {
        font-size: 20px;
        line-height: 1.3;
    }
  

    .prodima-expertise-section {
        padding-top: 32px;
        margin-bottom: 0;
    }

    .prodima-google-reviews{

        padding-bottom: 32px;
    }
    .prodima-faqs .prodima-des {
        margin-bottom: 1rem;
    }

    .prodima-faqs .card {
        margin-bottom: 1rem;
    }

    .prodima-list-contact ul li h4 {
        font-size: 20px;
        line-height: 1.5;

    }
    .prodima-list-portfolio {
        padding-top: 32px;
        padding-bottom: 1rem;
    }
    article.post .entry-header .entry-title, .archive .entry-header .entry-title ,
    article.comic .entry-header .entry-title {/* letter-spacing: normal; *//* text-transform: capitalize; *//* font-size: 2.5em; *//* line-height: 1.2; */
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 1rem;
        margin-top: 8px;
    }
    .single .prodima-top-blog {
        padding-top: 32px;
    }
    .single .entry-content {
        padding-top: 32px;
        padding-bottom: 1rem;
    }
    .single .prodima-blog.pro-related {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .prodima-team .pro-list-team {
        padding-top: 32px;
    }
    .pro-softwares-platforms .tab-content {
        padding: 1rem;
        padding-bottom: 0;
    }
    .pro-softwares-platforms .tab-content ul li .d-flex {

        margin-bottom: 1rem;
    }
    .pro-short-table {
        padding-top: 64px;
    }
    .pro-featured-slider .prodima-box img {
        width: auto;
        margin: 0 auto;
    }
    article.comic .entry-content {
        margin-bottom: 32px;
    }
    .pro-consulttion .entry-content {
        padding: 1rem;
    }
    .pro-card-content {
        padding-top: 32px;
    }
    .pro-card-content .prodima-des {
        display: block;
    }
    .pro-card-content .btn-prodima {
        position: relative !important;
    }
    .pro-video-training .pro-card-content {
        padding: 1rem;
    }
    .single-post .entry-content h2 {
        font-size: 26px;
    }

    .single-post .entry-content h3 {
        font-size: 22px;
    }


    .intro-training {
        padding-top: 30px;
    }


    .pro-compare .prodima-second-title,   .pro-attend .container h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .ace-top-information-home section .ace-top-information {
        padding: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .ace-top-information-home section .ace-top-information {
        padding: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .ace-top-information-home section label {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .ace-top-information-home section h2 {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 24px;
    }

    .ace-top-information-home section .ace-top-information {
        font-size: 12px;
        line-height: 16px;
    }
    .ace-buttons {
        margin-top: 16px;
        font-size: 16px;
        display: flex;
    }

    .ace-top-information-home section .ace-top-information .btn-prodima {
        margin-right: 0px;
        font-size: 16px;
        line-height: 1.5;
        width: 50%;
    }
    .ace-top-information-home .ace-right .ace-top-information .btn-prodima {
        width: 100%;
    }
    .ace-right .ace-buttons .btn-prodima {
        width: 100%;
    }
    .ace-top-information-home section {
        margin-bottom: 80px;
    }

    .ace-right .ace-buttons .btn-prodima {
        width: 100%;
    }

    .ace-top-information-home section {
        margin-bottom: 80px;
        margin-top: 0;
    }

    .ace-card-service .ace-card-content {
        padding: 0px;
        font-size: 12px;
        padding-bottom: 16px;
        line-height: 1.5;
    }

    .ace-card-service .ace-card-content h3 {
        font-size: 20px;
        line-height: 1.2;
    }


  


  .wpcf7 input[type="submit"] {
    width: 100%;
    margin-top: 0px;
}




  
 
    .footer .widget-title {
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .bottom-wrapper ul li a ,.footer .bottom-menu p{
        font-size:12px;
        text-align:center;
    }

    .bottom-wrapper .footer-top .ace-p-0 {
        padding: 0;
    }

    .bottom-wrapper .footer-top .ace-footer-about-us {
        padding-left: 15px;
    }

    .bottom-wrapper .footer-top  .ace-footer-news-info {
        padding-right: 15px;
    }
    .bottom-wrapper .footer-menu {
        margin-bottom: 0;
    }
    .bottom-wrapper  .bottom-menu {
        margin-top: 0;
    }
    .bottom-wrapper ul li a:after {
        max-height: 9px;
        margin-bottom: -1px;
    }
    .ace-banner-content .ace-top-information.ace-main-content {
        padding: 16px;
    }

    .ace-banner-content .btn-prodima {
        padding: 8px;
        font-size: 16px;
    }

    .ace-banner-content p {
        font-size: 12px;
        line-height: 1.5;
    }

    .ace-2-columns .section-intro h2 {
        margin-bottom: 16px;
    }
    #gt-wrapper .ace-map-information.ace-main-content {
        padding: 16px;
        margin-top: 40px;
    }

    #gt-wrapper .ace-map-information.ace-main-content h3 {
        margin-top: 16px;
    }

    #gt-wrapper .ace-map-information.ace-main-content p {
        font-size: 16px;
    }

    .ace-map-iframe {
        margin-bottom: 40px;
    }

    .ace-main-content.ace-entry-content {
        margin-top: -90px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 15px;
    }
    #breadcrumbs, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
        font-size: 16px;
    }
    .page-template-page-ace-services .ace-main-content.ace-entry-content {
        margin-left: 0px;
        margin-right: 0px;
    }

    .page-template-page-ace-services .ace-main-content {
        padding: 16px;
    }

    .page-template-page-ace-services .ace-main-content p {
        font-size: 12px;
    }
    .page-template-page-ace-news .ace-top-information.ace-main-content {
        margin-top: 64px;
    }
    .page-template-page-ace-news .ace-top-information.ace-main-content {
        padding: 16px;
    }
    .page-template-page-ace-news .ace-top-information.ace-main-content p {
        font-size: 12px;
        line-height: 1.5;
    }

    .page-template-page-ace-news .ace-top-information.ace-main-content p {
        font-size: 12px;
        line-height: 1.5;
    }

    .ace-container-filter-form {
        display: flex;
        margin-bottom: 15px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ace-container-filter-form  .ace-search {
        width: 100%;
        margin-bottom: 16px;
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }


    .ace-container-filter-form .ace-cat {
        max-width: 50%;
        width: 100%;
        margin-left: 0;
        background-position: calc(100% - 10px) 12px;
        /* margin-top: 16px; */
        margin-bottom: 16px;
    }

    .ace-container-filter-form .ace-button {
        margin-left: 0px;
        width: auto;
        font-size: 12px;
        line-height: 1.5;
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 16px;
    }

    .ace-container-filter-form .ace-order {
        width: auto;
        margin-left: 0px;
        font-size: 12px;
        padding-left: 10px;
        margin-bottom: 16px;
    }
    .single-post .entry-content ol, .single-post .entry-content ul {
        padding-left: 16px;
    }



    .author .ace-main-content {
        margin-left: 15px;
        margin-right: 15px;
        padding: 15px;
    }

    .author .pro-author .container-author {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .author .pro-author .container-author img {
        max-width: 100px;
        margin-right: 15px;
    }

    .author .pro-author .container-author h1 {
        font-size: 20px;
    }

    .author .pro-author .container-author p {
        font-size: 16px;
    }

    .menu-social-media-author {
        margin-top: 8px;
    }

    .author .pro-author .menu-social-media-author li img {
        margin-right: 8px;
        padding: 6px;
        max-width: 24px;
    }
    .author  .entry-content ol,
    .author  .entry-content ul {
        padding-left: 16px;
        font-size: 12px;
    }


}
@media only screen and (max-width: 576px) {


    .prodima-list-contact ul li {
        margin-left: -20px;
    }
    .prodima-list-contact ul li img {
        max-width: 110px;
    }
    .pro-main-content {
        padding-bottom: 0px;
    }


   
    .ace-banner-content .ace-top-information.ace-main-content {
        padding: 16px;
    }

    .ace-banner-content .btn-prodima {
        padding: 8px;
        font-size: 16px;
    }

    .ace-banner-content p {
        font-size: 12px;
        line-height: 1.5;
    }

    .ace-company-management {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .ace-about-us {
        margin-top: 40px;
    }

    .ace-facts-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .ace-facts-section ul li {
        font-size: 12px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }

    .ace-facts-section ul li img {
        margin-right: 8px;
        width: 24px;
    }
    .dropdown-content {
        min-width: 320px;
        right: 10px;
    }

    .ace_service_mobile .ace-card-service {
        width: 100%;
        height: 250px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
        margin-bottom: 16px;
    }
    .ace_service_mobile .ace-card-service img {
        display: none;
    }
    .ace-section-services {
        margin-left: -8px;
        margin-right: -8px;
    }

    .ace-section-services  .ace_service_mobile {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ace-section-services .ace_service_mobile .ace-card-service {
        margin-bottom: 15px;
        border-radius: 8px;
    }

    .ace-section-services .ace_service_mobile .ace-card-service::before {
        border-radius: 8px;
    }

    .page-template-page-ace-about-us .ace-banner-content {
        margin-top: 310px;
    }
    .prodima-second-title {
        font-size: 24px;
    }
    .type-post .pro-top-articles, .author .pro-top-articles {
        margin-bottom: 60px;
    }

   


    .type-post .ace-main-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 80px;
    }

}

@media only screen and (max-width: 375px) {

}

