div[style="min-height: 30px;"] {
    min-height: auto !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~ PAGES CSS ~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~ HOME PAGE ~ */
.homepage .home-page-banner {
    padding: 0 0 52px;
}
.home-page-banner .inner-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.homepage .home-page-banner h1 {
    font-size: 45px;
    line-height: 50px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 58px 0 34px;
}
.homepage .home-page-banner p {
    font-size: 25px;
    line-height: 1.4;
    color: #202020;
    font-weight: 600;
    font-family: "'Raleway', sans-serif";
}
.homepage .home-page-banner .border-button01 {}
.homepage .home-page-banner .border-button01 a {
    padding: 4px 18px;
    border-radius: 5px;
    background-color: #f7eee0;
    border: 2px solid #00447c;
    font-size: 18px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 5px 0 0;
    text-align: center;
    background-image: none;
}
.homepage .home-page-banner .border-button01 a:hover {
    background-color: #00447c;
    border: 2px solid #00447c;
    color: #f7eee0;
}
.homepage .home-page-banner .border-button01 a:focus {
    background-color: #00447c !important;
    border: 2px solid #00447c;
    color: #f7eee0;
}
.homepage .home-page-banner .right-part {}
.homepage .home-page-banner .right-part figure img {
    margin: 56px 0 0;
}

.home-hexagone-result {
    padding: 40px 0 76px;
}
.home-hexagone-result h3 {
    font-size: 35px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 40px;
}
.home-hexagone-result .hexagon-blocks {
    border: none;
    border-left: 1px dashed #bcbcbc;
    text-align: center;
    padding: 20px 0 0;
}
.home-hexagone-result .hexagon-blocks p {
    font-size: 25px;
    line-height: 38px;
    color: #202020;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
}
.home-hexagone-result .hexagon-blocks h2.hexagon-box {
    position: relative;
    display: flex;
    height: 120px;
    width: 120px;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    padding: 0 0 10px;
    margin: 0 auto 15px;
}
.home-hexagone-result .hexagon-blocks h2.hexagon-box:before {
    position: absolute;
    content: '';
    clip-path: polygon(25% 0%, 75% 0%, 100% 40%, 75% 90%, 25% 90%, 0% 40%);
    background-color: rgba(0,68,124,0.05);
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-hexagone-result .hexagon-blocks:nth-child(3n-3) {
    border-right: 1px dashed #bcbcbc;
}

.home-award-section {
    display: flex;
}
.home-award-section .award-left {}
.home-award-section .award-left .award-image {
    text-align: right;
}
.home-award-section .award-left .award-image img {
    position: relative;
    left: 210px;
    margin: 15px 0 0 0;
}
.home-award-section .bg-dark-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    right: 0;
    left: 0;
}
.home-award-section .bg-dark-overlay figure {
    height: 100%;
    width: 100%;
}
.home-award-section .bg-dark-overlay figure > div {
    height: 100%;
    width: 100%;
    display: block;
}
.home-award-section .bg-dark-overlay figure > div:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
}
.home-award-section .bg-dark-overlay img {
    height: 100% !important;
    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
}
.home-award-section .contents {
    max-width: 830px;
    padding: 55px 40px;
    margin: 0 auto;
}
.home-award-section .contents h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 35px;
}
.home-award-section .contents p {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    font-family: "'Raleway', sans-serif";
}
.homepage .home-award-section .theme-button01 a {
    padding: 4px 18px;
    border-radius: 5px;
    background-color: #f7eee0 !important;
    border: 2px solid #00447c !important;
    font-size: 18px;
    line-height: 38px;
    color: #00447c !important;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 10px 0 0;
    text-align: center;
    background-image: none;
}
.homepage .home-award-section .theme-button01 a:hover {
    background-color: #00447c !important;
    border: 2px solid #00447c !important;
    color: #f7eee0 !important;
}

.home-trusted-section {
    padding: 40px 0 50px;
}
.home-trusted-section h3 {
    font-size: 35px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 40px;
}
.home-trusted-section .speak-words {
    display: flex;
    align-items: center;
}
.home-trusted-section .speak-words .avtar-circle {
    text-align: right;
}
.home-trusted-section .speak-words .avtar-circle img {
    border-radius: 50%;
}
.home-trusted-section .speak-words .contents .wpb_text_column {
    max-width: 600px;
    padding: 5px 0 0 20px;
}
.home-trusted-section .speak-words p {
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    font-family: "'Raleway', sans-serif";
}
.home-trusted-section .speak-words h6 {
    font-size: 14px;
    font-weight: 400;
    font-family: "'Raleway', sans-serif";
    color: #00447c;
}

.home-predictive-section {
    padding: 60px 0 52px;
}
.home-predictive-section:before {
    display: block !important;
    content: '';
    background-color: rgba(247,238,224,0.9);
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-predictive-section h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 36px;
}
.home-predictive-section p {
    font-size: 25px;
    color: #202020;
    font-weight: 600;
    max-width: 790px;
    line-height: 1.4;
    font-family: "'Raleway', sans-serif";
    text-align: center;
    margin: 0 auto;
}

.home-sales-software-section {
    padding: 40px 0 72px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.home-sales-software-section h2 {
    font-size: 35px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 62px;
}
.home-sales-software-section .container {
    margin: 0 auto 0;
}
.home-sales-software-section h4 {
    font-size: 25px;
    line-height: 38px;
    color: #00447c;
    font-weight: 600;
    font-family: "'Raleway', sans-serif";
    text-align: center;
    margin: 0 0 10px;
}
.home-sales-software-section p {
    font-size: 16px;
    color: #202020;
    font-weight: 500;
    font-family: "'Raleway', sans-serif";
    text-align: center;
}
.home-sales-software-section .theme-button01 {
    display: table !important;
    margin: 10px auto 0;
}
.home-sales-software-section .theme-button01 a {
    padding: 4px 18px;
    border-radius: 5px;
    background-color: #f7eee0 !important;
    border: 2px solid #00447c !important;
    font-size: 18px;
    line-height: 38px;
    color: #00447c !important;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    text-align: center;
    background-image: none;
}
.home-sales-software-section .theme-button01 a:hover {
    background-color: #00447c !important;
    border: 2px solid #00447c !important;
    color: #f7eee0 !important;
}

.home-blog-pagination-section {
    padding: 60px 0 115px;
}
.home-blog-pagination-section:before {
    display: block !important;
    content: '';
    background-color: rgba(0,0,0,0.5);
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-blog-pagination-section h2 {
    font-size: 35px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 20px;
}
.home-blog-pagination-section h4 {
    font-size: 25px;
    color: #f7eee0;
    font-weight: 600;
    font-family: "'Raleway', sans-serif";
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}
.home-blog-pagination-section p {
    font-size: 14px;
    color: #f7eee0;
    font-weight: 400;
    font-family: "'Raleway', sans-serif";
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
}
.home-blog-pagination-section .theme-button01 {
    display: table !important;
    margin: 0 auto;
}
.home-blog-pagination-section .theme-button01 a {
    padding: 4px 18px;
    border-radius: 5px;
    background-color: #f7eee0 !important;
    border: 2px solid #00447c !important;
    font-size: 18px;
    line-height: 38px;
    color: #00447c !important;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    text-align: center;
    background-image: none;
}
.home-blog-pagination-section .theme-button01 a:hover {
    background-color: #00447c !important;
    border: 2px solid #00447c !important;
    color: #f7eee0 !important;
}
.home-pagination-posts {
    margin-top: -80px;
    margin-bottom: 60px;
    z-index: 1;
}
.home-pagination-posts .posts-pagination {}
.home-pagination-posts .posts-pagination .post-block{
    text-align: center;
}
.home-pagination-posts .posts-pagination .post-block .pagination-post-img a {
    border: 4px solid #ffffff;
    background: #ffffff;
    display: block;
    height: 223px;
    margin: 0 0 20px;
    overflow: hidden;
    transition: 0.3s all;
}
.home-pagination-posts .posts-pagination .post-block .pagination-post-img img {
    width: 100%;
    height: 223px;
    transition: 0.3s all;
    object-fit: cover;
}
.home-pagination-posts .posts-pagination .post-block .pagination-post-img a:hover {
    border: 4px solid #00447c;
    transition: 0.3s all;
}
.home-pagination-posts .posts-pagination .post-block .pagination-post-img a:hover img {
    transition: 0.3s all;
    opacity: 0.9;
    transform: scale(1.1);
}
.home-pagination-posts .posts-pagination .post-block h6 a {
    line-height: 1.2;
    font-size: 25px;
    display: inline-block;
    display: -webkit-box;
    color: #00447c;
    font-weight: 600;
    font-family: "'Raleway', sans-serif";
    transition: 0.3s all;
    margin: 0 0 15px;
    max-height: 100px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.home-pagination-posts .posts-pagination .post-block h6 a:hover {
    transition: 0.3s all;
    color: #00447c;
    opacity: 0.5;
}
.home-pagination-posts .posts-pagination .post-block p,
.home-pagination-posts .posts-pagination .post-block p.excerpt-content {
    font-size: 16px;
    line-height: 1.4;
    color: #202020;
    font-weight: 500;
    font-family: "'Raleway', sans-serif";
}
.home-pagination-posts .posts-pagination .post-block p.excerpt-content .more-link {
    display: none;
}

.home-partners-sections {
    padding: 60px 0 246px;
}
.home-partners-sections h2 {
    font-size: 35px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 30px;
}
.home-partners-logos-sections {
    margin-top: -250px;
    margin-bottom: 25px;
    position: relative;
}
.home-partners-logos-sections.style-2 {
    background-attachment: fixed;
    padding: 0 15px;
}
.home-partners-logos-sections .logo-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-partners-logos-sections .logo-div .partner-img {
    text-align: center;
}


/* DEFAULT PAGES CSS */
.default--page .page-banner {
    padding: 54px 0 52px;
    background-repeat: no-repeat;
    background-size: cover;
}
.default--page .page-banner h1 {
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    text-align: center;
    margin: 0 0 28px;
}
.default--page .page-banner p {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    font-family: "'Raleway', sans-serif";
    text-align: center;
}
.default--page .page-default-content {
    margin: 100px 0 0;
}
.default--page .page--content {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px 0;
}
.default--page .page--content h6 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    color: #00447c;
}
.default--page .page--content p a {
    color: #00447c;
    text-decoration: underline;
    font-weight: 600;
}
.default--page .page--content p a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.default--page .page--content.Faq {
    margin-top: 0px;
    margin-bottom: 0px;
}
.default--page .page--content h2 {
    margin: 0 auto 60px;
    font-size: 35px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    max-width: 767px;
}
.default--page .page--content.Faq h2 {
    margin: 0 0 20px;
    max-width: 100%;
    position: relative;
    padding: 0 0 0 30px;
}
.default--page .page--content.Faq h2:before {
    content: "\f059";
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
}
.default--page .page--content.Notice h3 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    color: #00447c;
}
.default--page .page--content p {
    font-size: 16px;
    line-height: 1.6;
    color: #202020;
    font-weight: 400;
    margin: 0 0 15px;
}
.default--page .page--content ul {
    padding: 0 0 15px 20px;
}
.default--page .page--content ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #202020;
    font-weight: 400;
    margin: 0 0 5px;
}
.default--page .page--content ul li a {
    color: #00447c;
    text-decoration: underline;
    font-weight: 600;
}
.default--page .page--content ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.default--page .page--content .circle--img {
    max-width: 200px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 35px;
}
.default--page .page--content .circle--img img {
    border-radius: 50%;
    height: 200px !important;
    width: 200px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.default--page .line-msg--box {
    padding: 12px 15px;
    background-color: #f7eee0;
    font-style: italic;
    border: 2px solid #15447c;
    border-left: 8px solid #15447c;
    border-radius: 40px 0 0 40px;
    line-height: 1.6;
    margin: 0 0 20px;
    /*border-left: 8px solid #c4c4c4;*/
}
.default--page .line-msg--box p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.default--page .themeButton01 {}
.default--page .themeButton01 a {
    padding: 4px 18px;
    border-radius: 5px;
    background-color: #f7eee0 !important;
    border: 2px solid #00447c !important;
    font-size: 18px;
    line-height: 38px;
    color: #00447c !important;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 5px 0 0;
    text-align: center;
    background-image: none;
}
.default--page .themeButton01 a:hover {
    background-color: #00447c !important;
    border: 2px solid #00447c !important;
    color: #f7eee0 !important;
}
.video--part .video--player {
    filter: drop-shadow(0px 10px 21.5px rgba(0,68,124,0.5));
    margin: 0 0 70px;
}
.video--part .themeButton01 {
    display: table !important;
    margin: 0 auto 68px;
}

.section-content-main--area {
    margin-top: 60px;
    margin-bottom: 15px;
}
.section-content-main--area.dark{
    padding-top: 35px;
}
.section-content-main--area h2 {
    margin: 0 auto 60px;
    font-size: 35px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    max-width: 767px;
    font-family: "'Raleway', sans-serif";
}
.section-content-main--area .content-block--area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.section-content-main--area .content-block--area .content--left-part h6 {
    margin: 0 0 30px;
    font-size: 25px;
    color: #202020;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
}
.section-content-main--area .content-block--area .content--left-part p {
    font-size: 16px;
    line-height: 1.6;
    color: #202020;
    font-weight: 400;
    margin: 0 0 15px;
}
.section-content-main--area .content-block--area .content--left-part ul {
    padding: 0 0 0 20px;
    margin: 0 0 15px;
}
.section-content-main--area .content-block--area .content--left-part ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #202020;
    font-weight: 400;
}
.section-content-main--area .content-block--area .content--left-part p i {
    margin: 0 5px 0 0;
    color: #00447c;
}
.section-content-main--area .content-block--area .content--left-part p a {
    text-decoration: underline;
    font-weight: 600;
}
.section-content-main--area .content-block--area .content--left-part p a:hover {
    color: #00447c;
    text-decoration: none;
}
.section-content-main--area .content-block--area .image--right-part {}
.section-content-main--area .content-block--area .image--right-part .shap--icon {
    position: relative;
    text-align: center;
}
.section-content-main--area .content-block--area .image--right-part .shap--icon:before {
    position: absolute;
    content: '';
    background-image: url('../images/shape-01.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 355px;
}
.section-content-main--area .content-block--area .image--right-part .shap--icon.Light:before {
    filter: brightness(0) invert(1);
}
.section-content-main--area .content-block--area .image--right-part .shap--icon.Right:before {
    transform: rotateY(175deg);
}
.section-content-main--area .content-block--area .image--right-part .shap--icon.Small:before {
    background-size: 200px;
}
.section-content-main--area .content-block--area .image--right-part .shap--icon img {
    position: relative;
    z-index: 3;
}

.contact--section {
    background-size: cover;
    padding: 60px 0 0;
}
.contact--section:before {
    position: absolute;
    content: '';
    display: block !important;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.contact--section .contact--part {
    position: relative;
    padding: 0 85px 10px;
    margin-bottom: 50px;
}
.contact--section .contact--part:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    width: calc(100% - 200px);
    margin: 0 auto;
}
.contact--section .contact--part:last-child:before {
    display: none;
}
.contact--section .contact--part h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 20px;
    font-family: "'Raleway', sans-serif";
}
.contact--section .contact--part p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "'Raleway', sans-serif";
    text-align: left;
}
.contact--section .contact--part .social-media-icons ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.contact--section .contact--part .social-media-icons ul li {
    margin: 0 10px 10px 0;
}
.contact--section .contact--part .social-media-icons ul li a {
    transition: 0.3s all;
}
.contact--section .contact--part .social-media-icons ul li a:hover img {
    transition: 0.3s all;
    transform: scale(1.1);
}
.contact--section .contact--part .themeButton01.contact-btn {
    display: table;
    margin: 10px 0 0 auto;
}
.contact--section .contact--part .contact-number-texts p {
    text-align: right;
    margin-top: 25px;
}
.contact--section .contact--part .contact-number-texts p a {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    text-align: right;
}
.contact--section .contact--part .contact-number-texts p a:hover {
    text-decoration: underline;
    color: #f7eee0;
}

.client-area--secotion {
    /*padding: 66px 0;*/
    margin-top: 66px;
    margin-bottom: 66px;
    display: flex;
    flex-wrap: wrap;
}
.client-area--secotion .client--blocks {}
.client-area--secotion .client--blocks > .vc_column-inner {
    height: 100%;
}
.client-area--secotion .client--blocks .wpb_wrapper {}
.client-area--secotion .client--blocks > .vc_column-inner > .wpb_wrapper {
    background: #f5f7fa;
    padding: 35px 10px 2px;
    height: 100%;
}
.client-area--secotion .client--blocks .client--circle-img {
    margin: 0 0 10px;
}
.client-area--secotion .client--blocks .client--circle-img img {
    border-radius: 50%;
    height: 200px !important;
    width: 200px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.client-area--secotion .client--blocks p {
    font-size: 16px;
    color: #202020;
    margin: 0 0 15px;
    font-weight: 400;
    font-family: "'Raleway', sans-serif";
}
.client-area--secotion .client--blocks p a {
    color: #202020;
    font-weight: 600;
    font-family: "'Raleway', sans-serif";
}
.client-area--secotion .client--blocks p a:hover {
    text-decoration: underline;
    color: #00447c;
}
.client-area--secotion .client--blocks .client--circle-icon {
    max-width: 200px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 35px;
}

.book-contact--section {
    padding: 35px 40px 35px;
    margin: 0px !important;
}
.book-contact--section .details-book--part {}
.book-contact--section .details-book--part .book--img {}
.book-contact--section .details-book--part h4 {
    font-size: 25px;
    color: #202020;
    font-weight: 600;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 20px;
}
.book-contact--section .details-book--part p{
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 15px;
}
.book-contact--section .details-book--part p strong {
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    font-family: "'Raleway', sans-serif";
}
.book-contact--section .details-book--part a {
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    font-family: "'Raleway', sans-serif";
}
.book-contact--section .details-book--part a:hover {
    text-decoration: underline;
    color: #00447c;
}


.post-block-section {
    margin-top: 60px;
    margin-bottom: 40px;
}
.post-block-section h2 {
    font-size: 35px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    margin: 0 0 60px;
}
.post-block-section .post-block-inner-area {
    margin-bottom: 10px;
}
.post-block-section .post-block-inner-area .single--post-block {
    margin: 0 0 35px;
}
.post-block-section .post-block-inner-area .single--post-block > .vc_column-inner > .wpb_wrapper {
    background-color: #fbf6ef;
    filter: drop-shadow(0px 2px 4px rgba(32,32,32,0.4));
    height: 100%;
    padding: 20px;
    position: relative;
}
.post-block-section .post-block-inner-area .single--post-block .post-block-image {
    margin: 0 0 30px;
    border-radius: 5px;
    overflow: hidden;
}
.post-block-section .post-block-inner-area .single--post-block h3 {
    font-size: 25px;
    color: #00447c;
    font-weight: 600;
    margin: 0 0 35px;
}
.post-block-section .post-block-inner-area .single--post-block h3 a {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-block-section .post-block-inner-area .single--post-block h3 a:hover {
    text-decoration: underline;
    opacity: 1;
}
.post-block-section .post-block-inner-area .single--post-block .post-block-content {
    margin-bottom: 20px;
}
.post-block-section .post-block-inner-area .single--post-block .post-block-content .themeButton01 {
    margin-bottom: 20px;
}
.post-block-section .post-block-inner-area .single--post-block .post-block-content p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #202020;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-block-section .post-block-inner-area .single--post-block .post-block-image img {
    height: 263px !important;
    transition: 0.3s all;
    object-fit: cover;
}
.post-block-section .post-block-inner-area .single--post-block .post-block-image img:hover {
    opacity: 0.8;
    transition: 0.3s all;
}
.post-block-section .post-block-inner-area .single--post-block .post-block-image figure {
    width: 100%;
    display: block;
}
.post-block-section .post-block-inner-area .single--post-block .post-block-image figure a {
    width: 100%;
    display: block;
}
.post-block-section .post-block-inner-area .single--post-block .rocket-link {
    margin-bottom: 0px;
}
.post-block-section .post-block-inner-area .single--post-block .rocket-link p {
    line-height: 1.2;
}
.post-block-section .post-block-inner-area .single--post-block .rocket-link p a {
    font-size: 14px;
    line-height: 41px;
    color: #202020;
    font-weight: 600;
}
.post-block-section .post-block-inner-area .single--post-block .rocket-link p a:hover {
    text-decoration: underline;
}
.post-block-section .post-block-inner-area .single--post-block .modal--open-btn {
    display: inline-flex;
    padding: 2px 0 0;
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 35px;
    font-size: 7px;
    height: 35px;
    border-radius: 18px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #00447c;
    cursor: pointer;
    transition: 0.3s all;
}
.post-block-section .post-block-inner-area .single--post-block .modal--open-btn:hover {
    transition: 0.3s all;
    background-color: #00447c;
    border: 1px solid #00447c;
}
.post-block-section .post-block-inner-area .single--post-block .modal--open-btn:hover span {
    color: #ffffff;
}
.post-block-section .post-block-inner-area .single--post-block .custom-modal-show-div {
    margin: 0;
    padding: 30px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    right: 0;
    height: calc(100% - 300px);
}
.post-block-section .post-block-inner-area .single--post-block .custom-modal-show-div .modal-closed {
    padding: 0 0 1.6px 0px;
    position: absolute;
    right: 20px;
    top: 30px;
    height: 17px;
    width: 17px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #202020;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: 0.3s all;
}
.post-block-section .post-block-inner-area .single--post-block .custom-modal-show-div .modal-closed:hover {
    transition: 0.3s all;
    background: transparent;
    color: #ffffff;
}
.post-block-section .post-block-inner-area .single--post-block .custom-modal-show-div h4 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 25px;
    padding: 0 25px 0 0;
}
.post-block-section .post-block-inner-area .single--post-block .custom-modal-show-div input {
    padding: 11px 8px;
    width: 100%;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    font-family: "'Raleway', sans-serif";
    margin: 0 0 10px;
}
.post-block-section .post-block-inner-area .single--post-block .custom-modal-show-div input:focus {
    outline: none;
    box-shadow: none;
}
.post-block-section .post-block-inner-area .single--post-block .custom-modal-show-div p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.default--page .quotes--section {
    background-attachment: fixed;
    padding: 25px 50px;
    margin-bottom: 60px;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
}
.default--page .quotes--section h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 20px;
}
.default--page .quotes--section p {
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 15px;
}

.default--page .calculator--form-step {
    margin-bottom: 50px;
}
.default--page .calculator--form-step .section_break {
    border-top: none !important;
}
.default--page .calculator--form-step legend {
    font-size: 20;
    color: #00447c;
    font-weight: 700;
    text-align: center;
}
.default--page .calculator--form-step form h2 {
    font-size: 35px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px !important;
}
.default--page .calculator--form-step form h3 {
    font-size: 25px;
    color: #00447c;
    font-weight: 700;
    margin: 0 0 35px;
}
.default--page .calculator--form-step form .fields label {
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    margin: 0;
}
.default--page .calculator--form-step form .fields input {
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #707070;
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    font-family: "'Raleway', sans-serif";
}
.default--page .calculator--form-step form .fields input:focus {
    outline: none;
}
.default--page .calculator--form-step form .pbPrevious,
.default--page .calculator--form-step form .pbNext {
    padding: 4px 18px;
    border-radius: 5px;
    background-color: #f7eee0 !important;
    border: 2px solid #00447c !important;
    font-size: 18px;
    line-height: 38px;
    color: #00447c !important;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 5px 0 !important;
    text-align: center;
    background-image: none;
}
.default--page .calculator--form-step form .pbPrevious:hover,
.default--page .calculator--form-step form .pbNext:hover {
    background-color: #00447c !important;
    border: 2px solid #00447c !important;
    color: #f7eee0 !important;
}

.default--page .scroll-section-texts {
    margin: 0px;
}
.default--page .scroll-section-texts ul {
    padding: 0px;
}
.default--page .scroll-section-texts ul li {
    list-style-type: none;
    margin: 0px;
    width: 100%;
    max-width: 32px;
    min-width: 32px;
}
.default--page .scroll-section-texts ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0 5px;
    color: #00447c;
    text-transform: uppercase;
    border-left: 2px solid #00447c;
}
.default--page .scroll-section-texts ul li:last-child {
    max-width: 34px;
    min-width: 34px;
}
.default--page .scroll-section-texts ul li a:hover {
    /*color: #f7eee0;*/
    background-color: #f7eee0;
    opacity: 1;
}
.default--page .scroll-section-texts ul li:last-child a {
    border-right: 2px solid #00447c;
}

.default--page .cog-spin--link {
    margin: 0 0 15px;
    text-align: center;
}
.default--page .cog-spin--link p a {
    font-size: 16px;
    padding: 10px 10px 8px;
    text-decoration: none;
    background-color: #00447c;
    color: #f7eee0;
    display: inline-block;
    border: 1px solid #00447c;
    border-radius: 4px;
    line-height: 1.4;
}
.default--page .cog-spin--link p a:hover {
    background-color: #f7eee0;
    color: #00447c;
}

.default--page .code-block--content {
    margin-bottom: 50px;
}
.default--page .code-block--content .code--block {
    background-color: rgba(0,0,0,0.05);
    border: 1px solid #ccc;
    padding: 15px 15px;
    width: 100%;
    pointer-events: none;
}
.default--page .code-block--content .code--block p {
    font-size: 16px;
    color: #000;
    margin: 0px 0 12px;
}
.default--page .code-block--content .code--block h4 {
    font-size: 24px;
    font-weight: 600;
    color: #00447c;
    margin: 20px 0;
}

/* SEARCH PAGE */
.search-page .inner-area {
    padding: 40px 0;
}
.search-page .inner-area h2.search-result-title {
    margin: 0 0 50px;
    font-size: 30px;
    font-weight: bold;
    color: #15447c;
    text-align: center;
}
.search-page .inner-area .search-list {
    list-style: none;
    margin: 0 0 30px;
}
.search-page .inner-area .search-list a.search-pages-links {
    font-weight: bold;
    font-size: 20px;
    color: #15447c;
    display: inline-block;
    margin: 0 0 5px;
    line-height: 1.2;
    transition: 0.3s all;
}
.search-page .inner-area .search-list a.search-pages-links:hover {
    opacity: 0.7;
    transition: 0.3s all;
    text-decoration: underline;
}
.search-page .inner-area .search-list p {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
}
.search-page .inner-area .search-list p a.more-link {
    font-weight: 600;
    color: #15447c;
}
.search-page .inner-area .search-list p a.more-link:hover {
    opacity: 0.7;
    transition: 0.3s all;
}
.search-page .inner-area .not-found--result h2 {
    margin: 0 0 50px;
    font-size: 30px;
    font-weight: bold;
    color: #15447c;
    text-align: center;
}
.search-page .inner-area .not-found--result .content-notfound {
    font-size: 16px;
    text-align: center;
    color: #951b1b;
}

/* 404 ~ PAGE */
.page-404-part .inner-area {
    margin: 60px 0;
}
.page-404-part .inner-area .notfound-img {
    display: table;
    margin: 0 auto 35px;
    max-width: 100%;
}
.page-404-part .inner-area h2 {
    margin: 0 0 35px;
    font-size: 30px;
    font-weight: bold;
    color: #15447c;
    text-align: center;
}
.page-404-part .inner-area .contents p {
    font-size: 16px;
    color: #202020;
    text-align: center;
    margin: 0 0 15px;
}
.page-404-part .inner-area .backto-home-link {
    display: table;
    padding: 6px 12px;
    border-radius: 4px;
    margin: 15px auto 0;
    font-size: 16px;
    font-weight: 500;
    color: #f7eee0;
    background: #00447c;
    border: 1px solid #00447c;
    transition: 0.3s all;
}
.page-404-part .inner-area .backto-home-link:hover {
    color: #00447c;
    transition: 0.3s all;
    background: #f7eee0;
    border: 1px solid #f7eee0;
}


/* MEDIA ~ Responsive */
@media(max-width: 1440px) {}
@media(max-width: 1280px) {
    .homepage .home-page-banner h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .homepage .home-page-banner p {
        font-size: 20px;
    }
    .home-award-section .contents h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .home-hexagone-result .hexagon-blocks h2.hexagon-box {
        font-size: 36px;
        line-height: 38px;
    }
    .home-sales-software-section h4 {
        font-size: 22px;
    }
    .home-award-section {
        flex-wrap: wrap;
    }
    .home-award-section .award-left {
        display: flex;
        align-items: center;
    }
    .home-award-section .award-left .award-image img {
        left: 35%;
    }
    .default--page .themeButton01 a,
    .home-blog-pagination-section .theme-button01 a,
    .home-sales-software-section .theme-button01 a,
    .homepage .home-award-section .theme-button01 a,
    .homepage .home-page-banner .border-button01 a {
        padding: 4px 12px;
        font-size: 16px;
        line-height: 36px;
    }
    .home-blog-pagination-section h4,
    .home-predictive-section p,
    .home-hexagone-result .hexagon-blocks p,
    .home-award-section .contents p {
        font-size: 20px;
    }
    .home-partners-sections h2,
    .home-blog-pagination-section h2,
    .home-sales-software-section h2,
    .home-predictive-section h2,
    .home-trusted-section h3,
    .home-hexagone-result h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .default--page .page-banner h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .default--page .calculator--form-step form h2,
    .post-block-section h2,
    .default--page .page--content h2,
    .section-content-main--area h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .default--page .calculator--form-step form h3,
    .default--page .quotes--section h2,
    .default--page .page--content h6,
    .default--page .page--content.Notice h3,
    .post-block-section .post-block-inner-area .single--post-block h3,
    .book-contact--section .details-book--part h4,
    .contact--section .contact--part h3,
    .section-content-main--area .content-block--area .content--left-part h6,
    .default--page .page-banner p {
        font-size: 20px;
    }
    .post-block-section .post-block-inner-area .single--post-block h3 {
        margin: 0 0 15px;
    }
    .post-block-section .post-block-inner-area .single--post-block h3 a {
        height: 56px;
    }
}
@media(max-width: 1024px) {}
@media(max-width: 991px) {
    .homepage .home-page-banner h1 {
        margin: 35px 0;
        font-size: 28px;
        line-height: 34px;
    }
    .homepage .home-page-banner p {
        font-size: 16px;
    }
    .homepage .home-page-banner .right-part figure img {
        margin: 25px 0 0;
    }
    .home-award-section .contents h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 20px;
    }
    .home-hexagone-result .hexagon-blocks h2.hexagon-box {
        font-size: 30px;
        line-height: 34px;
    }
    .home-sales-software-section h4 {
        font-size: 20px;
    }
    .home-partners-sections {
        padding: 30px 0 160px;
    }
    .home-partners-logos-sections {
        margin-top: -180px;
    }
    .home-blog-pagination-section .theme-button01 a,
    .home-sales-software-section .theme-button01 a,
    .homepage .home-award-section .theme-button01 a,
    .homepage .home-page-banner .border-button01 a {
        padding: 10px 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .default--page .page-banner p,
    .home-blog-pagination-section h4,
    .home-predictive-section p,
    .home-hexagone-result .hexagon-blocks p,
    .home-award-section .contents p {
        font-size: 16px;
    }
    .default--page .page-banner h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .default--page .page-default-content {
        margin: 60px 0 0;
    }
    .section-content-main--area {
        margin-top: 20px;
    }
    .section-content-main--area h2 {
        margin: 0 auto 35px;
    }
    .section-content-main--area .content-block--area {
        margin-bottom: 30px;
    }
    .section-content-main--area .content-block--area .content--left-part h6 {
        margin: 0 0 20px;
    }
    .section-content-main--area .content-block--area .image--right-part .shap--icon:before {
        top: -20px;
    }
    .contact--section {
        padding: 40px 0 0;
    }
    .contact--section .contact--part:before {
        width: calc(100% - 70px);
    }
    .contact--section .contact--part {
        margin-bottom: 35px;
        padding: 0 20px 10px;
    }
    .default--page .themeButton01 a {
        line-height: 28px;
    }
    .book-contact--section {
        padding: 15px;
        margin: 30px 0 50px !important;
    }
}
@media(max-width: 767px) {
    .homepage .home-page-banner {
        padding: 0 0 35px;
    }
    .homepage .home-page-banner .left-part {
        order: 2;
    }
    .homepage .home-page-banner .right-part {
        order: 1;
    }
    .homepage .home-page-banner .right-part .small-image-banner {
        text-align: center;
    }
    .homepage .home-page-banner h1 {
        margin: 15px 0 20px;
        font-size: 24px;
        line-height: 30px;
    }
    .home-hexagone-result {
        padding: 15px 0 0;
    }
    .home-hexagone-result h3 {
        margin: 0 0 5px;
    }
    .home-hexagone-result .hexagon-blocks,
    .home-hexagone-result .hexagon-blocks:nth-child(3n-3) {
        border: none;
        padding: 35px 0 0;
        border-bottom: 1px dashed #bcbcbc;
    }
    .home-award-section .contents h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .home-award-section .award-left > .vc_column-inner {
        padding-top: 20px !important;
    }
    .home-award-section .award-left .award-image {
        text-align: center;
        margin-bottom: 20px;
    }
    .home-award-section .award-left .award-image img {
        left: 0px;
        max-width: 100px !important;
        margin: 0;
    }
    .home-award-section .contents {
        padding: 25px 15px;
    }
    .home-predictive-section {
        padding: 25px 0 30px;
        background-size: cover;
    }
    .home-predictive-section h2 {
        margin: 0 0 20px;
    }
    .home-sales-software-section {
        padding: 20px 0 72px;
    }
    .home-sales-software-section h2 {
        margin: 0 0 40px;
    }
    .home-trusted-section .speak-words {
        flex-wrap: wrap;
    }
    .home-trusted-section .speak-words .avtar-circle {
        text-align: center;
        margin-bottom: 20px;
    }
    .home-trusted-section .speak-words .avtar-circle img {
        width: 140px !important;
        height: 140px !important;
    }
    .home-trusted-section .speak-words .contents .wpb_text_column {
        padding: 0px;
        text-align: center;
        max-width: 767px;
    }
    .home-partners-sections h2,
    .home-blog-pagination-section h2,
    .home-sales-software-section h2,
    .home-predictive-section h2,
    .home-trusted-section h3,
    .home-hexagone-result h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .default--page .page-banner h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .default--page .calculator--form-step form h2,
    .post-block-section h2,
    .default--page .page--content h2,
    .section-content-main--area h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .default--page .page--content h2 {
        margin: 0 auto 35px;
    }
    .default--page .themeButton01 a {
        line-height: 24px;
    }
    .section-content-main--area .content-block--area .image--right-part {
        order: 1;
    }
    .section-content-main--area .content-block--area .content--left-part {
        order: 2;
        position: relative;
        z-index: 1;
    }
    .section-content-main--area .content-block--area .image--right-part .shap--icon:before {
        margin: 0 auto 0 0;
        max-width: 420px;
    }
    .section-content-main--area .content-block--area .image--right-part .shap--icon.Right:before {
        margin: 0 0 0 auto;
    }
    .contact--section {
        padding: 0;
    }
    .contact--section .contact--part:last-child {
        margin-bottom: 0;
    }
    .contact--section .contact--part h3 {
        margin: 0 0 10px;
    }
    .contact--section .contact--part .themeButton01.contact-btn {
        margin: 0 0 30px;
    }
    .contact--section .contact--part .contact-number-texts p {
        text-align: left;
        margin-top: 0;
    }
    .contact--section .contact--part .social-media-icons ul {
        justify-content: flex-start;
    }
    .client-area--secotion {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .client-area--secotion .client--blocks {
        margin-bottom: 30px;
    }
    .book-contact--section {
        padding: 0px;
        margin: 20px 0 30px !important;
    }
    .post-block-section .post-block-inner-area .single--post-block > .vc_column-inner > .wpb_wrapper {
        padding: 15px;
    }
    .default--page .quotes--section {
        padding: 0;
        margin-top: 35px;
    }
    .page--content iframe.wp-embedded-content {
        max-width: 100% !important;
        width: 100% !important;
    }
}


.single_post_box_list .wpb_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.single_post_box {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 60px;
}

.single_post_box h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.single_post_box iframe {
    width: 100%;
}

@media (max-width: 767px) {
    .single_post_box {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    
    .single_post_box_list .wpb_wrapper {
        margin: 0;
    }
}


.simple-pagination {
    margin-top: 50px;
}

.simple-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-pagination ul li {
    margin-left: 10px;
}

.simple-pagination ul li .page-link {
    border: 1px solid #00447c;
    border-radius: 4px;
    color: #00447c;
    font-size: 18px;
    padding: 3px 15px 2px;
}

.simple-pagination ul li:first-child {
    margin-left: 0;
}

.simple-pagination ul li .page-link.prev, .simple-pagination ul li .page-link.next {
    padding-top: 2px;
    padding-bottom: 3px;
}

.simple-pagination ul li .current {
    border: 1px solid #00447c;
    border-radius: 4px;
    background: #00447c;
    color: #fff;
    font-size: 18px;
    padding: 3px 15px 2px;
}


.simple-pagination ul li.active .current.prev, .simple-pagination ul li.active .current.next {
    display: none;
}

@media (max-width: 767px) {
    .simple-pagination ul {
        justify-content: space-between;
    }
    
    .simple-pagination ul li .page-link {
        display: none;
    }
    
    .simple-pagination ul li.disabled {
        display: none;
    }
    
    .simple-pagination ul li .page-link.prev, .simple-pagination ul li .page-link.next {
        display: block;
    }
    
    .simple-pagination ul li.active .current {
        display: none;
    }
    
}
.blog-posts-pagination .post-block {
    margin-bottom: 30px;
}

.blog-posts-pagination .post-block .inner-area {
    background-color: #fbf6ef;
    filter: drop-shadow(0px 2px 4px rgba(32,32,32,0.4));
    height: 100%;
    padding: 20px;
    position: relative;
}

.blog-posts-pagination .post-block .inner-area .pagination-post-img img {
    width: 100%;
    height: 263px;
    object-fit: cover;
    display: block;
}

.blog-posts-pagination .post-block .inner-area h6 {
    font-size: 25px;
    color: #00447c;
    font-weight: 600;
    margin: 15px 0;
    letter-spacing: 0;
}

.blog-posts-pagination .post-block .inner-area h6 a {
    color: inherit;
}

.blog-posts-pagination .post-block .inner-area p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #202020;
}

.blog-posts-pagination .post-block .inner-area p .more-link {
    font-weight: 600;
    color: #00447c;
}

@media (max-width: 767px) {    
    .blog-posts-pagination .post-block .inner-area .pagination-post-img img {
        height: auto;
    }
}

.single-post .entry-header .entry-title {
    font-size: 35px;
    font-weight: bold;
    color: #00447c;
}

.single-post .entry-header .entry-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.single-post .entry-header .entry-meta .entry-date {
    margin-right: 20px;
}

.single-post .entry-header .entry-meta  a {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
}

.single-post .entry-header .entry-meta i {
    font-size: 14px;
    color: #707070;
    margin-right: 3px;
}

.single-post .entry-header .entry-meta .author {
    margin-right: 20px;
}

.single-post .contact_page h5 {
    font-size: 25px;
    color: #202020;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.single-post .contact_page p {
    font-size: 16px;
    color: #202020;
    margin-bottom: 20px;
}

.single-post .contact_page p img {
    width: auto;
    max-width: 100%;
}

.single-post .contact_page h3 {
    font-size: 25px;
    color: #202020;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.single-post .contact_page a {
    color: #00447c;
    font-weight: 600;
}

.single-post .contact_page a.empty_button {
    padding: 4px 18px;
    border-radius: 5px;
    background-color: #f7eee0;
    border: 2px solid #00447c;
    font-size: 18px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 5px 0 0;
    text-align: center;
    background-image: none;
    display: inline-block;
}

.single-post .contact_page a.empty_button:hover {
    background-color: #00447c;
    border: 2px solid #00447c;
    color: #f7eee0;
}

.usp img {
    max-width: 100%;
}

.usp {
    border-top: 5px solid #00447c;
    padding-top: 20px;
}

.usp h3 {
    margin-bottom: 10px !important;
}

.usp p {
    margin-bottom: 5px !important;
}

.usp #mc_embed_signup {
    margin-top: 20px;
}

.usp #mc_embed_signup #mc-embedded-subscribe-form input {
    width: 100%;
    border: 1px solid #00447c;
	height: fit-content;
}

.usp #mc_embed_signup #mc-embedded-subscribe-form input#mc-embedded-subscribe {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.usp ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.usp .row {
    align-items: center;
}

#mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#mc_embed_signup_scroll .mc-field-group {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

#mc_embed_signup_scroll .mc-field-group:nth-child(3) {
    width: 100%;
}

#mc_embed_signup_scroll .mc-field-group label {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

#mc_embed_signup_scroll .mc-field-group select, #mc_embed_signup_scroll .mc-field-group input {
    width: 100%;
    border: none;
    border-radius: 6px;
}

#mc_embed_signup_scroll #mc-embedded-subscribe {
    padding: 4px 18px;
    border-radius: 5px;
    background-color: #f7eee0;
    border: 2px  solid #00447c !important;
    font-size: 18px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 10px  0 0 10px;
    text-align: center;
    background-image: none;
}

#mc_embed_signup_scroll #mc-embedded-subscribe:hover {
    background-color: #00447c;
    border: 2px  solid #00447c;
    color: #f7eee0;
}

#mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#mc_embed_signup_scroll .mc-field-group {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

#mc_embed_signup_scroll .mc-field-group:nth-child(3) {
    width: 100%;
}

#mc_embed_signup_scroll .mc-field-group label {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

#mc_embed_signup_scroll .mc-field-group select, #mc_embed_signup_scroll .mc-field-group input {
    width: 100%;
    border: none ;
    border-radius: 6px;
}

#mc_embed_signup_scroll #mc-embedded-subscribe {
    padding: 4px 18px;
    border-radius: 5px;
    background-color: #f7eee0;
    border: 2px  solid #00447c;
    font-size: 18px;
    line-height: 38px;
    color: #00447c;
    font-weight: 700;
    font-family: "'Raleway', sans-serif";
    margin: 10px  0 0 10px;
    text-align: center;
    background-image: none;
}

#mc_embed_signup_scroll #mc-embedded-subscribe:hover {
    background-color: #00447c;
    border: 2px  solid #00447c;
    color: #f7eee0;
}

.page-id-1317 .default--page .page-default-content, .page-id-1322  .default--page .page-default-content {
    margin: 0;
}

@media (max-width: 767px) {
    #mc_embed_signup_scroll .mc-field-group {
        width: 100%;
    }
}

.details-book--part input {
    width: 100%;
    border: none !important;
    border-radius: 6px !important;
}

.details-book--part #mc_embed_signup_scroll {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 20px !important;
}

.details-book--part #mc_embed_signup_scroll #mc-embedded-subscribe {
    margin: 0px 0px 0px 10px;
    height: 47px;
}

.details-book--part #mc_embed_signup_scroll p {
    margin: 0;
    width: 100%;
}

.pages-with-from #mc_embed_signup_scroll {
    justify-content: flex-start;
    margin: 0;
}

.pages-with-from #mc_embed_signup_scroll br {
    display: none;
}

.pages-with-from #mc_embed_signup_scroll p {
    margin: 0 !important;
}

.pages-with-from .usp #mc_embed_signup #mc-embedded-subscribe-form input {
    margin: 0;
    height: 40px;
    min-width: 270px;
}

.pages-with-from .usp #mc_embed_signup #mc-embedded-subscribe-form input#mc-embedded-subscribe {
    margin: 0 0 0 10px;
    padding: 11px 20px 10px !important;
    line-height: 1;
    height: 40px;
    min-width: auto;
}

.pages-with-from .usp li {
    list-style: none;
}

.pages-with-from .usp #mc-embedded-subscribe-form {
    padding: 0;
    margin-bottom: 15px;
}

.pages-with-from .usp {
    margin-top: 60px;
}

.pages-with-from hr {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .pages-with-from #mc_embed_signup_scroll {
        display: block;
    }
    
    .pages-with-from .usp #mc_embed_signup #mc-embedded-subscribe-form input#mc-embedded-subscribe {
        margin: 5px 0 10px;
    }
}