body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #040405;
    background: #ffffff;
}
a {
    color: #279D48;
}
a:hover {
    text-decoration: none;
    color: #26A9E0;
}
::marker {
    color: #279D48;
}
.ace-line{
    background: #D0D0D0;
    display: block;
    width: 100%;
    height: 2px;
}
.nk-link,
.section-intro .read-more {
    color: #1C1C1C;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #1C1C1C;
    padding: 8px;
    padding-top: 0px;
}

.nk-link:hover {
    text-decoration: none;
}
.entry-content h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #3374A8;
}

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

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

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

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

.entry-content h6 {
    font-size: 12px;
    color: #3374A8;
}
.bg-FAFAFA{
    background: #FAFAFA;
}
.bg-279D48{
    background: #279D48;
}
.nk-border-radius-32{
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
}
.pro-information img {
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.color-4039A6 {
    color: #4039a6;
}
#breadcrumbs {
    color: #279D48;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px;
}

#breadcrumbs a {
    color: #279D48;
}

#breadcrumbs a:hover {
    text-decoration: none;
}
.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: #3374A8;
    margin: 60px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
    padding: 15px 0px;
}
.btn-prodima:hover{
    background: #26A9E0;

}
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: #040405;
    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;
}
.header-wrapper {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9;
}
.navigation > div > ul > li:hover a,
.navigation > div > ul > li.current_page_item a {
    text-decoration: none;
    background: #279d48;

}
.header-preset-01 .navigation .sub-menu a:hover{
    color: #279d48;
    border-color: #040405;
}
.header-preset-01 .navigation .sub-menu a {
    background: transparent;
    border-bottom: 1px solid;
    font-size: 16px;
    text-transform: none;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 600;
}

.header-preset-01 .navigation .sub-menu li:last-child a {
    border-bottom: 0px;
}
.bottom-wrapper a:hover, .bottom-menu .nk-container p a:hover, .section-intro .read-more:hover, .nk-horizontal .card-title a:hover, .nk-sliders .nav-tabs .nav-link:hover, .nk-link:hover, .section-intro .read-more:hover, .scheme .read-more:hover{
    color: #279D48;
}
.bottom-wrapper ul li a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #040405;
    text-transform: none;
}
.bottom-menu .nk-container p a{
    color: #040405;
}

.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-size: 16px;
    line-height: 1.5;
    margin-bottom:1rem;
    color: #040405;
}
.bottom-menu .nk-container {
    position: relative;
    text-align: center;
}

.bottom-menu .nk-container:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    background: #279D48;
}

.bottom-menu .nk-container p {
    display: inline-block;
    background: #f1f1f2;
    z-index: 222;
    position: relative;
    padding: 0 64px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer .bottom-menu li {
    display: inline-block;
    text-transform: uppercase;
    padding-right: 1rem;
    margin-bottom: 0px;
}

.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 {
    background: #fff;
    padding: 64px;
}
.entry-content .aligncenter {
    margin: 0 auto;
    display: block;
}
.entry-content img {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.headroom--not-top.header .site-branding,
.headroom--not-top.header .ace-right-menu {
    opacity: 0;
}
.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;
}
ader-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;
}

.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;

}
.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);
}
.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;
}
.single-post .entry-footer {
    padding: 20px 0px;
    background: #fff;
}
.entry-footer .share {
    padding: 0px;
}
.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;
    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;
}
.bottom-wrapper h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.bottom-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.bottom-wrapper ul li {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 16px;
    color: #040405;
}
.bottom-wrapper ul li img {
    margin-right: 3px;
}
.bottom-wrapper ul li:last-child {
    margin-bottom: 0px;
}
.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;
}
.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: #279D48;
}

.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-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;
}
.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: 27px;
    line-height: 33px;
    color: #000;
}
.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;
}

.prodima-list-contact {
    padding-left: 25px;
}
.prodima-list-contact ul li {
    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;
}


.pro-information a {
    color: #fff;
}
.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 select,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-textarea {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    padding: 12px 20px;
    margin-bottom: 0;
    border: 1px solid #cecece;
    background: transparent;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    color: #040405;
}
.wpcf7 input[type="submit"] {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #1C1C1C;
    padding: 8px;
    padding-top: 0px;
    display: inline-block;
    background: transparent;
    text-decoration: none;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
.nk-button-submit {
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.nk-button-submit .nk-captcha {
    position: relative;
}
.nk-button-submit  input[type="submit"] {
    padding-right: 24px;
   
}
.nk-button-submit  .nk-captcha i.fa-solid.fa-chevron-right {
    position: absolute;
    right: 10px;
    top: 13px;
}
.bottom-wrapper .wpcf7 input[type="submit"] {
    background-image: url("https://prodima.xyz/acefinancial.com.sg/wp-content/uploads/2024/11/submit-form.png");
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 0;
    left: auto;
    width: 44px;
    border-radius: 0;
    padding: 0;
    /* height: 40px; */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    font-size: 0;
    background-color: transparent;
    box-shadow: unset;
    margin-top: 0px;
    background-color: transparent;
    margin-top: 0;
}
.wpcf7 .ace-newsletter .wpcf7-email {
    border: 1px solid #040405;
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.ace-footer-newsletter h3 {
    /* font-size: 16px; */
    /* line-height: 1.5; */
    /* color: #279D48; */
    /* text-transform: uppercase; */
    /* margin-bottom: 16px; */
    /* font-weight: 600; */
}
.ace-footer-newsletter  .input-group.footer-social {
    border-top: 0px solid #fafafa;
    margin-top: 16px;
}
.ace-newsletter {
    position: relative;
}

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

.ace-newsletter .wpcf7-spinner {
    display: none;
}
.prodima-story  .wpcf7-textarea {
    height: 160px;
}
.prodima-story .card .card-body {
    padding: 32px;
    background: #ffffff;
    border-radius: 16px;
}
.prodima-story .card .card-body label {
    margin-bottom: 16px;
    margin-top: 0px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #040405;
    font-weight: normal;
    position: relative;
    letter-spacing: unset;
}
.prodima-story .card .card-body .nk-label {
    position: absolute;
    left: 16px;
    z-index: 2;
    background: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 600;
}
.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: #040405;
    font-size: 48px;
    font-weight: 300;
    top: 44%;
    background-color: transparent !important;
    outline: none !important;
    margin: 0px;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
    color: #279d48;
}
.prodima-portfolio .prodima-box section img {
    border-radius: 16px !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -48px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -48px;
}
.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-box section img {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.prodima-box .prodima-btn {
    left: 20px;
    bottom: 20px;
}
.prodima-box .read-more {

    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-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 {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #1C1C1C;
    padding: 8px;
    padding-top: 0px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #040405;
}
.ace-cat {
    margin-top: 16px;
    display: block;
    color: #040405;
}
.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 h2 {
    font-weight: 600;
}
.single-post .entry-content h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #142013;
    font-weight: 600;
}
.single-post .entry-content h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
.single-post .entry-content ol,
.single-post .entry-content ul {
    margin-bottom: 2rem;
    padding-left: 16px;
    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 {
}

.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%;
}
.prodima-box .prodima-section h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #26A9E0;
    font-weight: 500;
    margin-bottom: 32px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.h1 {
    font-size: 64px;
    line-height: 1.5;
    font-weight: 600;
    font-style: normal;
    color: #279D48;
}
.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: #26A9E0;
}
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;
}
.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: #279D48;
}
.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;
}


.pro-footer-contact h2{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #279D48;
}
.pro-footer-contact section {
    -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%);
    box-shadow: 0px 16px 16px rgb(0 0 0 / 5%);

    border-radius: 16px;
}
.pro-footer-contact section .prodima-story {
    border-radius: 16px;
}
.prodima-story .card .card-body .wpcf7-form {
    /* margin-top: 32px; */
}
.pro-footer-contact .wpcf7-spinner {
    height: 0;
    margin: 0px;
    width: 0;
}

.pro-footer-contact .prodima-story .card {
    border: 0px;
    border-radius: 16px;
}
.pro-information h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
}
.pro-information ul {
    padding: 0;
    margin-top: 32px;
}
.pro-information ul li {
    list-style: none;
    margin-bottom: 1rem;
}
.pro-information ul li a{
    margin-right: 0.5rem;
    padding-left: 10px;
    font-weight: 400;
}
.pro-information  ul a:hover img {
    background: #f0a900;
    border-radius: 8px;
}


.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: #279D48;
}
.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-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: #279D48;
    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.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;
}

.achievement-item span {
    font-size: 86px;
    font-weight: bold;
    display: block;
    line-height: 1;
    color: #279D48;
    font-weight: 500;
}

.achievement-item h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.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;
}

.header-wrapper .navigation {
    background: #040405;
    border-radius: 100px;
    padding: 8px;
}

.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: #279D48;
    padding: 24px;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 16px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
}
.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;
}
#gt-sidebar .lwptoc-light .lwptoc_i A {
    color: #ffffff;
    font-size: 16px;
}
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;
    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-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 #279D48;
    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: #279D48;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.pro-author .container-author p {
    color: #040405;
    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;
}
.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: #323232;
    font-weight: bold;
    text-transform: capitalize;
}
.ace-banner.position-absolute {
    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="#279D48",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;
    margin-bottom: 80px;
    padding-top: 48px;
}

#pro-submit-form .modal-content {
    padding: 16px;
    border-radius: 16px;
    border: 0px;
    outline: unset;
}
.pro-list-info-event {
    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: #279D48;
}
.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;
    /* text-align: right; */
}
.section-intro p {
    font-weight: 500;
}
.section-intro.nk-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-intro label,
.ace-top-information.ace-main-content label ,.ace-top-information label{
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #279D48;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 0px;
    background: #F1F1F2;
    padding: 8px 16px;
    display: inline-block;
}
.section-intro label.bg-279D48 {
    background: #279D48;
    color: #fff;
}
.section-intro h2,
.ace-top-information.ace-main-content h1, .ace-map-information.ace-main-content h2{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 16px;
    margin-bottom: 16px;
}
.ace-map-information.ace-main-content h2 {
    margin-top: 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: #279D48;
    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: #279D48;
}
.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: #279D48;
    font-weight: 500;
    text-transform: capitalize;
}

.ace-top-information-home section h2 span,.section-intro h2 span {
    color: #279D48;
}
.faq-content .accordion .ace-card {
    margin-bottom: 16px;
    border-radius: 16px;
    background: hsl(240deg 3.7% 94.71% / 0%);
    border: 0px;
}

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

.ace-card .card-header .btn-link {
    padding: 0;
    margin: 0;
    font-size: 24px;
    display: block;
    text-align: left;
    position: relative;
    padding: 20px 16px;
    background: #279D48;
    font-weight: 600;
    color: #ffffff;
    padding-right: 40px;
    border-radius: 16px;
}
.ace-card .card-header .btn-link:hover {
    text-decoration: none;
}
.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: 34px;
    right: 16px;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}
.ace-card .card-body {
    padding: 32px;
    padding-top: 0px;
}
.ace-card  .card-body {
    padding: 16px;
    padding-top: 0px;
    margin-top: 8px;
    background: #F1F1F2;
    padding: 16px;
    border-radius: 16px;
}

.ace-card .card-header .btn-link.collapsed {
    background: #F1F1F2;
    color: #040405;
}
.faq-image img {
    border-radius: 16px;
}
.section-intro .read-more {
    position: absolute;
    right: 0;
    bottom: 10px;
    text-decoration: none;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.5;
}
.ace-who-is-ace, .ace-why-you-should, .ace-why-you-should, .ace-what-we-offer, .ace-our-achievement, .ace-faqs-home, .ace-blogs-news, .ace-2-columns, .nk-sliders-our-projects, .nk-services ,.nk-take-tour {
    margin-bottom: 80px;
}
.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: 24px;
}
.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 .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: #279D48;
}

.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;
}
.ace-list-services {
    margin-bottom: 90px;
}

#primary-menu li i {
    color: #279D48;
}

#primary-menu li i {
    display: none;
}
.type-post .pro-top-articles , .author .pro-top-articles {
    margin-bottom: 120px;
}
.nk-list-information {
    padding: 32px;
    margin-top: 32px;
    color: #fff;
}
.pro-footer-contact .nk-list-information {
    margin-top: 24px;
}
.nk-list-information p:last-child {
    margin-bottom: 0px;
}
.nk-horizontal .badge {
    font-size: 16px;
    line-height: 1.5;
    padding: 0px;
    font-weight: normal;
    display: block;
    text-align: left;
    color: #040405;
}
.nk-list-information label {
    font-weight: 600;
}
.nk-horizontal .card-title a,
.prodima-box .prodima-section h3 {
    color: #040405;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 16px;
    display: block;
}
.nk-horizontal a:hover {
    text-decoration: none;
}
.nk-horizontal {
    margin-bottom: 24px;
}

.nk-horizontal .nk-thumbnail img {
    width: 100%;
    min-width: 300px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.nk-horizontal .card-body {
    padding: 0px;
    padding-left: 24px;
}
.nk-sliders   .nav-tabs .nav-link {
    border: 0;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    color: #040405;
    padding: 8px;
    padding-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid transparent;
}

.nk-sliders   ul.nav-tabs li:first-child .nav-link {
    margin-left: 0px;
}

.nk-sliders   ul.nav-tabs {
    border-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nk-sliders   .nav-tabs .nav-link.active {
    border-bottom: 1px solid #040405;
}

.nk-sliders   .tab-content  img {
    border-radius: 64px;
}

.nk-sliders   .owl-theme .owl-dots .owl-dot span {
    background: #F1F1F2;
    width: 78px;
    height: 5px;
    margin: 0px 12px;
}

.nk-sliders    .owl-theme .owl-dots .owl-dot.active span {
    background: #279D48;
    width: 180px;
}
.nk-sliders .owl-theme .owl-dots .owl-dot span:hover{
    background: #279D48;
}
.nk-bottom-card {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    background: #F1F1F2;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.nk-testimonial-card .nk-bottom-card img {
    max-width: 100%;
    width: auto;
    margin-right: 10px;
    border-radius: 0px;
}



.nk-top-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 24px;
}
.nk-top-card ul li {
    font-size: 17px;
    color: #279D48;
    margin-bottom: 0px;
}

.nk-testimonials .nk-top-card img {
    width: auto;
    border-radius: 0px;
}


.nk-testimonial-card  .prodima-des-s p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    position: relative;
}

.nk-testimonial-card .prodima-des-s.expanded,
.nk-testimonial-card .prodima-des-s.expanded p {
    -webkit-line-clamp: unset;
    max-height: none;
}

.nk-testimonial-card  .prodima-des-s span {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.nk-testimonial-card  .read-more,
.nk-testimonial-card  .read-less {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 0 10px;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}
.nk-testimonials  .prodima-section .read-more {
    position: relative;
    font-size: 12px;
    color: #040405;
    text-decoration: none;
    border-bottom: 0px;
    padding: 0px;
    margin: 0px;
    text-align: right;
    display: block;
}
.nk-testimonials .prodima-section .read-more {
    display: none;
}

.nk-testimonials .prodima-section .prodima-des-s.show-more .read-more {
    display: block;
}
.nk-testimonial-card section {
    border: 1px solid #CCCCCC;
    border-radius: 24px;
}
.nk-testimonial-card  .nk-content {
    padding: 24px;

}
.work-with-us .nk-container {
    padding: 16px;
}

.work-with-us .nk-container h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.work-with-us .nk-container p:last-child {
    margin-bottom: 0;
}

.work-with-us img {
    border-top-right-radius: 48px;
    border-bottom-left-radius: 48px;
    margin: 24px 0;
}
.nk-top-banner{
    text-align: center;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}
.nk-top-banner:after {
    content: "";
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #040405 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 0;
}
.nk-top-banner.nk-banner-author:after {

    background: linear-gradient(0deg, #ffffff 0%, rgb(255 255 255 / 0%) 100%);

}
.nk-top-banner .nk-container {
    margin-bottom: 150px;
    position: relative;
    z-index: 1;
}
.nk-top-banner .h1 {
    font-size: 64px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}
.nk-top-banner .nk-link {
    text-align: center;
    color: #fff;
    border-color: #fff;
}
.nk-content-wrapper {
    margin-top: -80px;
    background: #ffffff;
    border-radius: 80px;
    padding-top: 32px;
    position: relative;
}
.ace-what-we-offer h2 {
    font-size:39px;
}
.ace-what-we-offer img {
    border-radius: 0px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.ace-what-we-offer .nk-container-button{
    margin-top: 60px;
}

.ace-blogs-news .prodima-box {
    margin-bottom: 32px;
}
.nk-container-slider {
    position: relative;
}

.nk-container-slider .nk-container {
    position: absolute;
    background: #ffffff;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    border-top-right-radius: 64px;
    padding: 32px;
    padding-left: 0px;
    margin-bottom:0px;
}
.nk-container-slider .nk-container ul {
    padding-left: 20px;
}
.work-with-us .nk-2-columns img {
    margin-bottom: 0px;
}
.nk-what-we-have-done .divider {
    width: 1px;
    height: 100%;
    background: #040405;
    margin-left: 32px;
}

.nk-what-we-have-done .achievement-item span {
    font-size: 112px;
    line-height: 1;
    font-weight: bold;
}

.nk-what-we-have-done .achievement-item h3 {
    font-size: 22px;
    margin-top: 0px;
    font-weight: 600;
}
.nk-our-team .content h3 {
    color: #279D48;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 6px;
    margin-top: 6px;
    text-transform: none;
}



.nk-our-team .content  p {
    margin-bottom: 6px;
    font-size: 15px;
}
.nk-why-narkian h3 {
    margin-top: 16px;
}

.nk-why-narkian .achievement-item img {
    margin-top: 16px;
}
.rv-container-information {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.rv-container-information .rv-section .card-body .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.rv-container-information span {
    margin-left: 12px;
    margin-right: 12px;
}
.rv-container-information .rv-section span {
    margin-right: 0px;
}
.rv-container-information .rv-section .card-body .message a {
    color: #fff;
    margin-left: 8px;
}
.rv-container-information .rv-section .card-body .message a:hover {
    color: #279D48;
}
.rv-container-information .rv-section .card-body .message label {
    margin-bottom: 0px;
    cursor: pointer;
}
.nk-top-banner.nk-banner-author  .h1 ,.nk-top-banner.nk-banner-author .rv-container-information span,
.nk-top-banner.nk-banner-author  .nk-link {

    color: #040405;

}
.nk-top-banner.nk-banner-author  .nk-link {

    border-color: #040405;

}

.author .pro-information h3 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
}

.author .pro-information ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.author .pro-information ul li {
    margin-bottom: 8px;
}

.author .pro-information ul li:last-child {
    margin-bottom: 0px;
}
.error404 .nk-top-banner {
    background-image: url('../images/bg-404.jpg');
}
.error404 .nk-top-banner:after, .page-template-page-nk-term-policy .nk-top-banner:after {
    background: linear-gradient(0deg, #279D48 0%, rgb(255 255 255 / 0%) 100%);
}


.nk-sliders  .nk-container-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
    display: none;
}

.nk-sliders .nk-container-mobile .nk-label {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
}

.nk-sliders .nk-container-mobile button {
    color: #040405;
    background: transparent;
    border: 0px;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
    font-weight: bold;
    border-bottom: 1px solid #1C1C1C;
    padding: 8px;
    padding-top: 0px;
    padding-right: 18px;
    border-bottom: 1px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #1C1C1C;
    min-width: 180px;
    text-align: left;
}
.nk-sliders .nk-container-mobile i.fa-solid {
    position: absolute;
    right: 0;
    transform: rotate(90deg);
}

.nk-sliders .nk-container-mobile button:after {
    content: none;
}
.nk-sliders .nk-container-mobile .dropdown-menu {
    min-width: auto;
    max-height: 198px;
    overflow-y: scroll;
    padding: 16px;
    margin: 0;
}

.nk-sliders .nk-container-mobile .dropdown-menu a {
    font-size: 14px;
    padding: 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    font-weight: 600;
}

.nk-what-we-have-done .section-intro h2 {
    font-size: 38px;
}
.nk-project-detail {
    max-width: 1400px;
    margin: 0 auto;
}

.nk-project-detail img {
    margin: 0;
}
.nk-project-detail .nk-container {
    padding: 48px;
    background: #F1F1F2;
    height: 100%;
    border-top-right-radius: 48px;
    border-bottom-left-radius: 48px;
    position: relative;
}


.nk-project-detail .nk-container .nk-container-contact {
    position: absolute;
    bottom: 48px;
}
.nk-project-detail  img{

    width: 100%;
}

.nk-project-detail .nk-index-1 img, .nk-project-detail .nk-index-2 img {
    margin-top: 30px;
    margin-bottom: 30px;

}
.nk-project-detail .nk-index-0 img, .nk-project-detail .nk-index-2 img, .nk-project-detail .nk-index-3 img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
}
.nk-container-slider .nk-container ul li::marker {
    color: #040405;
}
.header-preset-01 .navigation .menu-item-has-children > a {
    padding-right: 28px;
}

.header-preset-01 .navigation .menu-item-has-children > a:after {

    right: 22px;
}
@media only screen and (min-width: 992px) {
    .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: space-between;
        align-content: center;
        padding-right: 0;
        align-items: center;
        flex-wrap: nowrap;
    }

    .header-preset-01 .navigation > div > ul > li > a {
        line-height: 20px;
        padding: 8px;
        border-radius: 100px;
    }
    .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) {

    #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;
        color: #fff;
    }
    .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;
        padding: 0px 16px;
        padding-bottom: 16px;
    }

    .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: 16px;
        padding-bottom: 20px;
    }
    .site-branding img {
        max-width: 105px;
        position: relative;
        z-index: 99;
    }

    .prodima-expertise-section {
        margin-bottom: 30px;
    }
    .header-wrapper {
        top: 0;
    }
    .header-wrapper.active {
        z-index: 3;
    }
    .header-wrapper .menu-link {
        color: #fff;
        line-height: 48px;
        padding-top: 6px;
        padding-right: 10px;
        margin-left: 8px;
    }
    .header-wrapper .navigation {
        right: 0;
        top: 100%;
        width: 100%;
        color: #fff;
        background: linear-gradient(180deg, rgba(36, 36, 167, 0.5) 0%, rgba(36, 36, 167, 0) 100%), #0B1456;
        background: #1C1C1C;
        border-radius: 0;
        padding: 16px;
    }
    .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 {
        line-height: 1.5;
        padding: 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        border: 0;
        padding-bottom: 16px;
    }
    .navigation > div > ul > li:hover a, .navigation > div > ul > li.current_page_item a {
        background: transparent;
    }
    .header-wrapper .navigation ul li:last-child a {
        padding-bottom: 0px;
    }
    .header-wrapper .navigation ul li ul li a {
        text-transform: capitalize;
        color: #ffffff;
        line-height: 1.5;
        text-transform: uppercase;
        font-weight: 500;
        border: 0;
        padding: 0;
    }
    .header-preset-01 .header-wrapper .navigation ul li ul a {
        border: 0;
        padding-bottom: 16px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }
    .header-preset-01 .header-wrapper .navigation ul li ul li:last-child a {
        padding-bottom: 0px;
        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-our-achievement .achievement-item {
        margin-bottom: 32px;
    }




    .prodima-box.ace-big-card .prodima-section {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
        padding: 32px 0px;
    }

    .prodima-box.ace-big-card img {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-radius: 8px;
    }

    .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;
    }


    .header-preset-01 .navigation .menu-item-has-children > a:after{
        display: none;
    }


    .nk-sliders ul.nav-tabs {
        display: none;
    }

    .nk-sliders .nk-container-mobile {

        display: flex;
        margin-bottom: 16px;
    }
    .nk-sliders .tab-content .owl-dots {
        display: none;
    }

    .nk-sliders .tab-content .owl-nav {
        margin-top: 0;
    }
    .section-intro .read-more {
        position: relative;
        bottom: 0;
    }
    .pro-footer-contact section .prodima-story {
        margin-bottom: 32px;
    }
    .nk-horizontal .card-body {

        padding: 16px 0px;
        padding-bottom: 0px;
    }
    .nk-section-left,
    .nk-section-right {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nk-blogs-news .nk-section-left .prodima-box,
    .nk-blogs-news .nk-section-right .nk-horizontal {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 16px;
    }
    .nk-blogs-news .nk-section-left .prodima-box p {
        display: none;
    }
    .nk-blogs-news .nk-section-left .prodima-box a,
    .nk-blogs-news .nk-section-left .prodima-box h3,
    .nk-blogs-news .nk-section-right .nk-horizontal a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nk-blogs-news .nk-section-left .prodima-box .nk-link,
    .nk-blogs-news .nk-section-right .nk-horizontal .nk-link{
        display:inline-block;
        margin: 0;
    }
    .ace-what-we-offer .nk-container-button {
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .ace-what-we-offer img {
        width: 100%;
    }



    .nk-why-narkian .achievement-item {
        margin-bottom: 16px;
    }

    .nk-why-narkian  .nk-image {
        width: 100%;
    }
    .nk-what-we-have-done .content-description {
        margin-top: 32px;
    }
    .work-with-us {
        padding-top: 0;
    }
    .work-with-us .nk-container {
        padding: 0;
        margin-bottom: 16px;
    }
    .nk-why-narkian .nk-left, .nk-why-narkian .nk-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nk-why-narkian .nk-left .achievement-item,.nk-why-narkian .nk-right .achievement-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .nk-related-articles .prodima-box .nk-link {
        margin-bottom: 24px;
    }

    .nk-related-articles .prodima-box p {
        display: none;
    }

    .author .ace-entry-content {
        padding-top: 0;
    }

    .author .pro-information {
        margin-bottom: 32px;
    }
    .nk-project-detail {
        padding-right: 15px;
        padding-left: 15px;
    }
    .nk-project-detail .nk-container .nk-container-contact {
        position: relative;
        bottom: 0;
    }
    .nk-project-detail.work-with-us .nk-container {
        padding: 15px;
    }

    .nk-project-detail .nk-index-0 img {
        margin-bottom: 32px;
        padding-top: 48px;
    }

    .nk-project-detail .nk-index-1 img {
        margin-bottom: 0px;
    }
    .nk-container-slider .nk-container {
        position: relative;
    }


    #gt-wrapper.fix-bottom-VP #sc, #gt-wrapper.fix-top-VP #sc{
        position:relative;
        top: unset;
        max-width: 100% !important;
        !i;!;
        width: 100% !important;
        !i;!;
    }
    #gt-sidebar .lwptoc,#gt-sidebar .lwptoc .lwptoc_items {
        margin-right: 0px;
        margin-bottom: 32px;
        margin-top: 0px;
    }

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

    .btn-prodima {
        padding: 8px;
        font-size: 16px;
    }
    .bottom-wrapper {
        padding-top: 32px;
        padding-bottom: 32px;
        font-size: 14px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        text-align: center;
    }
    .ace-footer-newsletter h3 ,.bottom-wrapper h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .prodima-faqs {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .h1 {
        font-size: 24px;
        line-height: 1.5;
    }
    .nk-top-banner .h1 {
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    .nk-top-banner .nk-container {
        margin-bottom: 120px;
    }
    .ace-what-we-offer h2,
    .section-intro h2,
    .ace-top-information.ace-main-content h1,
    .ace-map-information.ace-main-content h2{
        font-size: 24px;
    }
    .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;
    }
    .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 {
        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;
    }


    .ace-main-content.ace-top-information-home {
        margin-bottom: 80px;
        padding-bottom: 0px;
    }

    .section-intro label, .ace-top-information.ace-main-content label, .ace-top-information label {
        font-size: 14px;
    }
    .ace-top-information.ace-main-content h1,
    .section-intro h2,
    .ace-map-information.ace-main-content h2 ,
    .nk-what-we-have-done .section-intro h2{
        font-size: 24px;
        text-align: left;
    }
    .pro-footer-contact .section-intro label {
        color: #fff;
        background: #279D48;
    }


    .ace-who-is-ace,
    .ace-why-you-should,
    .ace-why-you-should,
    .ace-what-we-offer,
    .ace-our-achievement,
    .ace-faqs-home,
    .ace-blogs-news,
    .ace-2-columns {
        margin-bottom: 80px;
    }
    .ace-who-is-ace .ace-top-information .btn-prodima {
        padding: 8px;
        margin-top: 8px;

    }

    .ace-why-you-should .ace-top-information  h3 {
        margin-top: 16px;

    }
    .ace-what-we-offer .ace-top-information img {
        border-top-right-radius: 52px;
        border-bottom-left-radius: 52px;
    }
    .ace-what-we-offer .ace-top-information .btn-prodima {
        padding: 8px;
    }



    .ace-our-achievement .achievement-item span {
        font-size: 80px;
    }

    .ace-our-achievement .achievement-item h3 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px;
        text-transform: capitalize;
    }

    .ace-our-achievement .achievement-item p {
        font-size: 16px;
    }
    .ace-our-achievement .achievement-item {
        margin-bottom: 16px;
    }

    .ace-card .card-header .btn-link {
        padding: 16px;
        font-size: 16px;
        padding-right: 24px;
    }

    .ace-card .card-header .btn-link img {
        top: 24px;
        width: 12px;
        right: 12px;
    }

    .ace-card .card-body {
        padding: 16px;
    }

    .ace-card .card-header .btn-link img {
        top: 24px;
    }

    .faq-image img {
        width: 100%;
    }

    .pro-footer-contact h2 {
        font-size: 24px;
    }

    .pro-footer-contact p {
        font-size: 12px;
        line-height: 1.5;
    }

    .faq-image img {
        width: 100%;
    }

    .pro-footer-contact h2 {
        font-size: 24px;
    }

    .prodima-box.ace-big-card p,
    .pro-footer-contact p,
    .prodima-story .card .card-body label,
    .ace-card .card-body,
    .single-post .entry-content p,
    .single-post .entry-content ol li,
    .single-post .entry-content ul li {
        font-size: 14px;
        line-height: 1.5;
    }
    .pro-footer-contact p {
        font-size: 14px;
        font-weight: 600;
    }
    .pro-footer-contact .nk-list-information {
        border-top-right-radius: 24px;
        border-bottom-left-radius: 24px;
        padding: 16px;
    }

    .pro-footer-contact .nk-list-information p {
        font-weight: 400;
    }
    .wpcf7 form .wpcf7-response-output {
        font-size: 14px;
        padding: 16px;
    }
    .pro-information ul li {
        font-size: 12px;
    }

    .pro-footer-contact .pro-information {
        padding-top: 24px;
    }

    .prodima-box.ace-big-card .prodima-section {
        margin-bottom: 0px;
    }

    .prodima-box.ace-big-card {
        margin-bottom: 0px;
    }
    .nk-horizontal .card-body {
        padding-left: 0;
        padding-top: 16px;
    }

    .prodima-box .prodima-section h3 ,.nk-blogs-news .nk-section-right .nk-horizontal a {
        font-size: 16px;
    }

    .pro-logo-footer {
        margin-bottom: 32px;
    }
    .footer .widget-title {
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .bottom-wrapper ul li a ,.footer .bottom-menu p{
        font-size: 14px;
        text-align:center;
    }
    .bottom-wrapper ul li {
        display: block;
    }
    .ace-footer-newsletter .input-group.footer-social {

        justify-content: center;
    }
    .bottom-menu .nk-container p {
        padding-left: 16px;
        padding-right: 16px;
    }
    .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 {
    }
    .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 {
        padding-top: 0;
    }


    .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-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 .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;
    }
    .nk-content-wrapper {
        border-radius: 30px;
    }
    .ace-what-we-offer .nk-container-button {
        margin-top: 16px;
        margin-bottom: 40px;
        display: block;
    }

    .ace-what-we-offer h2 {
        font-size: 24px;
    }

    .work-with-us {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .work-with-us .nk-container {
        padding: 0;
        margin-top: 16px;
        margin-bottom: 0;
    }
    .work-with-us img {
        border-top-right-radius: 24px;
        border-bottom-left-radius: 24px;
        margin-bottom: 0;
    }
    .work-with-us .col-lg-5 img {
        margin-bottom: 24px;
    }
    .nk-services .achievement-item {
        margin-bottom: 16px;
    }
    .nk-bottom-card,
    .nk-testimonial-card .nk-content {
        padding: 16px;
    }

    .ace-blogs-news .prodima-box {
        margin-bottom: 0px;
    }

    .ace-blogs-news .prodima-box .prodima-section p {
        display: none;
    }

    .nk-blogs-news .prodima-box img,.nk-horizontal .nk-thumbnail img {
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        min-width: auto;
    }

    .nk-our-team .section-intro h2 {
        text-align: center;
    }
    .nk-what-we-have-done .achievement-item span {
        font-size: 96px;
        font-weight: 600;
    }

    .nk-what-we-have-done .divider {
        display: block;
        width: 100%;
        height: 1px;
        margin-left: 0;
        margin-bottom: 24px;
        margin-top: 8px;
    }
    .nk-what-we-have-done .col.pl-lg-0.pr-lg-0.d-flex.justify-content-center.align-items-center .achievement-item {
        margin-bottom: 0px;
    }
    .work-with-us .nk-2-columns img {
        width: 100%;
    }

    .nk-why-narkian .nk-left .achievement-item, .nk-why-narkian .nk-right .achievement-item ,.nk-why-narkian .nk-left .achievement-item h3, .nk-why-narkian .nk-right .achievement-item h3 {
        font-size: 14px;
    }

    .nk-why-narkian .nk-left .achievement-item h3, .nk-why-narkian .nk-right .achievement-item h3 {
        margin-bottom: 8px;
    }
    .error404 .nk-top-banner {
        background-image: url(../images/bg-404-mobile.jpg);
        height: 90vh;
    }
    .page-template-page-nk-term-policy .nk-top-banner {
        background-image: url(../images/bg-privacy-policy-mobile.jpg);
        height: 90vh;
    }





    .author .nk-list-information {
        padding: 16px;
        border-radius: 16px;
    }
    .author .pro-information ul li,
    .author .pro-information ul li  a {
        font-size: 16px;
    }



    .nk-project-detail .nk-index-0 img {
        padding-top: 0px;
        margin-bottom: 24px;
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px;
        border-top-right-radius: 32px;
    }
    .page-template.page-template-page-nk-project-single .nk-content-wrapper {
        padding-top: 16px;
    }

    .nk-project-detail.work-with-us .nk-container {
        margin-top: 0px;
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .nk-project-detail .nk-index-1 img,.nk-project-detail .nk-index-2 img {
        margin-top: 24px;
    }
    .nk-project-detail .nk-index-2 img {
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .nk-container-slider .nk-container h3 {
        font-size: 14px;
        font-weight: 600;
    }
    .nk-container-slider .nk-container {
        font-size: 14px;
    }


}
@media only screen and (max-width: 576px) {
    .nk-services .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .prodima-list-contact ul li {
        margin-left: -20px;
    }
    .prodima-list-contact ul li img {
        max-width: 110px;
    }
    .pro-main-content {
        padding-bottom: 0px;
    }
    .nk-sliders .owl-carousel .owl-nav button.owl-next {
        right: 10px;
        background: #fff !important;
        font-size: 19px;
        width: 20px;
        height: 20px;
        line-height: 1;
        border-radius: 50%;
        color: #279D48;
    }
    .prodima-they-trust-me-slider  .owl-carousel .owl-nav button.owl-next  ,.prodima-they-trust-me-slider .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
        display: none;
    }

    .top-area .social .menu li:nth-child(2) a {
        padding-left: 0px;
        padding-right: 0px;
    }


    .top-area .social {
        padding: 0px;
    }

    .top-area .social .menu li:nth-child(1),
    .top-area .social .menu li:nth-child(2) {
        margin: 0;
    }

    .top-area .social .menu > li.menu-item:nth-child(3) ul {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .prodima-services-others .prodima-how-we-will {
        padding-top: 32px;
    }
    .prodima-services-others h2.prodima-second-title {
        font-size: 32px;
    }
    .prodima-services-others section ,.prodima-services-others h2{
        text-align: center;
    }
    .prodima-services-others h2 {
        font-size: 20px;
        margin-top: 1rem;
    }
    .prodima-services-others section p {
        text-align: justify;
    }

    .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;
    }
    .nk-sliders .tab-content img{
        border-radius: 16px;
    }

    .nk-sliders .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
        background: #fff !important;
        padding: 25px;
        font-size: 19px;
        width: 20px;
        height: 20px;
        padding: 0;
        line-height: 1;
        border-radius: 50%;
        color: #279D48;
    }


    .type-post .ace-main-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 80px;
    }
    .section-intro .read-more {
        position: relative;
        bottom: 0;
    }
    .section-intro.nk-flex {
        display: block;
    }

    .header-wrapper .navigation {
        padding: 16px;
        height: 100vh;
    }


    .header-wrapper.active  header{
        background: #1C1C1C;
        opacity: 1;
    }

    .nk-what-we-have-done .col.pl-lg-0.pr-lg-0.d-flex.justify-content-center.align-items-center{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .nk-why-narkian .section-intro h2 {
        text-align: center;
    }









}

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

}

