#wrapper .breadcrumb {
    display: none;
}
.page-content.page-cms {
    padding: 0;
}
#cms.cms-id-6 #main .page-header, #cms.cms-id-4 #main .page-header {
    display: none;
}
/*****/
.banner-page-wrapper {
    position: relative;
}
.banner-page-wrapper .overlay {
    position: relative;
    background: #25292b;
}
.banner-page-wrapper .overlay img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    opacity: 0.5;
}
.banner-page-container {
    padding: 2em 2em 2em 2em;
    margin: 0% 50% -40px 0%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    border-radius: 3px 3px 3px 3px;
}
.contain-border {
    border-style: double;
    border-width: 4px 4px 4px 4px;
    border-color: #ce9869;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2em 2em 2em 2em;
}
.contain-border h2 {
    color: #25292b;
    font-size: 72px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 0 20px;
}
.contain-border p {
    font-size: 36px;
    color: #25292b;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left;
    font-family: 'IBM Plex Sans', sans-serif;
}
.banner-page-container {
    position: absolute;
    bottom: 0;
}
.aboutus-wrapper {
    margin: 120px 0 0;
}
/****/
.definition {
    padding: 50px 0 10px;
}
.definition .def-thumb {
    text-align: center;
    position: relative;
}
.definition .def-thumb img {
    width: auto;
    height: auto;
    z-index: 1;
    position: relative;
}
.definition .def-thumb:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(/themes/identitybyfatherandsons/assets/img/category/Pattern-3.png);
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.definition .def-text {
    /* max-width: 670px; */
    padding: 3em 3em 3em 3em;
}
.definition .d-tag p {
    color: #ce9869;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 16px;
}
.definition .title h2 {
    font-size: 48px;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.1em;
    color: #25292b;
    margin: 0 0 20px;
    text-align: left;
    font-weight: 600;
}
.definition .txt p {
    text-align: justify;
    color: #666666;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
}
.counter-block {
    display: flex;
    padding: 36px 0 0;
    flex-wrap: wrap;
}
.counter-block .counter-box {
    width: calc(50% - 20px);
    text-align: center;
    margin: 10px;
    padding: 1em 1em 1.2em 1em;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.counter-block .counter-box .count {
    color: #CE9869;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
}
.counter-block .counter-box .count-label {
    color: #666;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    margin: 4px 0 0;
}
/****/
.content-box.dark-content {
    margin: 70px 0 85px;
}
.content-box.dark-content > .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.container-image img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    border-radius: 3px 3px 3px 3px;
}
.legend {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    margin: 2px;
}
.container-text .tag {
    padding: 0;
    color: #ce9869;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 16px;
    margin: 0 0 20px;
}
.container-text h2 {
    font-size: 48px;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.1em;
    color: #25292b;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left;
}
.container-text p {
    text-align: justify;
    color: #666666;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
}
.btn-view {
    color: #25292B;
    background-color: #25292B00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #25292B;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 30px;
    border-radius: 3px 3px 3px 3px;
    display: table;
    font-family: 'Work Sans', sans-serif;
    outline: 0 !important;
    font-weight: 500;
    margin: 25px 0 0;
}
.btn-view:hover, .btn-view:focus {
    color: #fff;
    background-color: #25292B;
}
.content-box.dark-content .container-text {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 3em 3em 3em 3em;
    position: relative;
}
.content-box.dark-content .container-text * {
    z-index: 1;
    position: relative;
}
.content-box.dark-content .container-text:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/themes/identitybyfatherandsons/assets/img/category/Pattern-3.png);
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 0;
}
.content-box.light-content {
    background-color: #25292B;
    padding: 12em 0em 0em 0em;
    position: relative;
}
.container-text.bg-white {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0% 0 -6% 0%;
    padding: 3em 3em 3em 3em;
}
.content-box.light-content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/themes/identitybyfatherandsons/assets/img/cms/a-propos/bg-content.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.light-content .container-text h2 {
    color: #25292b;
    text-align: left;
}
.light-content .container-text p {
    text-align: justify;
    color: #666666;
}
.light-content .btn-view {
    border-color: #fff;
    color: #fff;
}
.light-content .btn-view:hover, .light-content .btn-view:focus {
    color: #fff;
    background-color: #425A44;
    border-color: #425A44;
}
.content-box.light-content .container-text {
    position: relative;
    z-index: 1;
}
.aboutus-wrapper .container-img img {
    max-width: 480px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 80px;
}
#custom-text .container-text h2 {
    text-align: center!important;
}
#cms.cms-id-6 #custom-text {
    padding-top: 50px;
}
/***/
.aboutus-wrapper .content-box.dark-content {
    margin: 150px 0 100px;
}
.content-box.dark-content > .container > .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.container-text.container-box-icons {
    padding: 0 !important;
}
.container-text.container-box-icons:after {
    display: none !important;
}
.container-text.container-box-icons .col-md-6 {
    padding: 0 10px;
}
.container-text.container-box-icons .row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box-icon {
    padding: 2em 2em 2em 2em;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    position: relative;
}
.box-icon .icon {
    padding: .5em;
    background: #f5f5f5;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.box-icon .icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.box-icon .text h3 {
    color: #25292b;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center;
}
.box-icon .text p {
    text-align: center;
}
.box-icon span.btn {
    padding: .5rem 1rem;
    background: #fff;
    color: #25292b;
    border-radius: 3px 3px 3px 3px;
    outline: 0 !important;
    font-size: 14px;
    line-height: 20px;
    border: none !important;
    box-shadow: none !important;
}
.box-icon:hover span.btn {
    background: #fff;
    color: #ce9869;
    text-decoration: underline;
}
.box-icon a.link-box {
    position: absolute!important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 0;
    opacity: 0;
    z-index: 2!important;
}
.content-box.bg-gray .box-icon:hover h3 {
    color: #ce9869;
}
.content-box.bg-gray .box-icon:hover span.btn {
    color: #ce9869;
}
.content-box.dark-content.bg-gray {
    background: #f5f5f5;
    margin: 0!important;
    padding: 80px 0 100px;
    text-align: center;
}
.content-box.dark-content.bg-gray h2 {
    text-align: center;
}
.content-box.dark-content.bg-gray .container-text {
    max-width: 720px;
    margin: 0 auto;
}
.content-box.dark-content.bg-gray p {
    text-align: center;
}
.content-box.dark-content.bg-gray .block-box {
    margin: 40px 0 0;
}
/** references ***/
.counter-block.counter-three-cols {
    margin-left: -10px;
    margin-right: -10px;
}
.counter-block.counter-three-cols .counter-box {
    width: calc(33.33% - 20px);
}
/***** cms text page ***/
header.page-header.page-cms-header {
    background: #f6f6f6;
    padding: 3em 0;
}
header.page-header.page-cms-header h1 {
    color: #25292b;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0;
}
.page-content.page-cms.cms-content-text {
    padding: 4em 0;
}
.cms-content-text h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #25292B;
    line-height: 1.2em;
}
.cms-content-text h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #25292B;
    line-height: 1.2em;
}
.cms-content-text p, .cms-content-text ul li {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    color: #666666;
    line-height: 26px;
}
.cms-content-text a:hover {
    color: #25292B;
}
/**** respoonsive ***/
@media screen and (max-width: 1400px) and (min-width: 1200px) {
#cms.cms-id-6 .contain-border h2 {
    font-size: 60px;
}
}
@media screen and (max-width: 1200px) {
    .banner-page-container {
        margin: 0% 40% -40px 0%;
    }
    .contain-border h2 {
        font-size: 54px;    
        margin: 0 0 16px;
    }
    .contain-border p {
        font-size: 28px;
        margin: 0;
    }
    .contain-border {
        padding: 1.5em;
    }
    .aboutus-wrapper {
        margin: 50px 0 0;
    }
    .definition .title h2 {
        font-size: 34px;
        line-height: 1.3em;
    }
    .counter-block {
        padding: 16px 0 0;
    }
    .container-text h2 {
        font-size: 34px;
        line-height: 1.3em;
    }  
    .container-text.bg-white {
        padding: 2em 2em 2em 2em;
    }
    .content-box.light-content {
        padding: 7em 0em 0em 0em;
    }
    .aboutus-wrapper .content-box.dark-content {
        margin: 120px 0 60px;
    }
    .aboutus-wrapper .container-img img {
        margin-top: 40px;
    }
    .box-icon .text h3 {
        font-size: 18px;
        line-height: 1.2em;
    }
    .box-icon {
        padding: 1.5em;
    }
}
@media screen and (max-width: 992px) {
        
    header.page-header.page-cms-header h1 {
        font-size: 40px;
    }
    .banner-page-wrapper .overlay img {
        height: 400px;
    }
    .banner-page-container {
        margin: 0% 30% -40px 0%;
    }
    .contain-border h2 {
        font-size: 48px;
    }
    .contain-border p {
        font-size: 24px;
        margin: 0;
    }
    .definition {
        padding: 20px 0 10px;
    }
    .definition .def-text {
        padding: 2em 1em;
    }
    .definition .title h2 {
        font-size: 30px;
    }
    .counter-block {
        padding: 10px 0 0;
        margin: 0 -10px;
    }
    .content-box.light-content {
        padding: 5em 0em 0em 0em;
    }
    .container-text h2 {
        font-size: 30px;
    }
    .container-text .tag {
        margin: 0 0 16px;
    }
    .content-box.dark-content .container-text {
        padding: 2em 1em;
    }
    .aboutus-wrapper .content-box.dark-content {
        margin: 100px 0 40px;
    }
    .content-box.dark-content.bg-gray {
        padding: 50px 0 50px;
    }
    .box-icon {
        padding: 1.25em 1em;
    }
}
@media screen and (max-width: 768px) {
    header.page-header.page-cms-header h1 {
        font-size: 32px;
    }
    .banner-page-wrapper .overlay img {
        height: 360px;
    }
    .banner-page-container {
        margin: 0% 30% -40px 0%;
        padding: 1.2em;
        width: 70%;
    }
    .contain-border h2 {
        font-size: 36px;
        margin: 0 0 12px;
    }
    .contain-border p {
        font-size: 18px;
        line-height: 28px;
    }
    .contain-border {
        padding: 1em;
    }
    .definition .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .definition .row .col-lg-5 {
        order: 1;
        width: 100%;
    }
    .definition .def-text {
        padding: 1em 0;
    }
    .container-text.bg-white {
        padding: 1.5em;
        max-width: 95%;
    }
    .aboutus-wrapper .content-box.dark-content {
        margin: 60px 0 40px;
    }
    .aboutus-wrapper .container-img img {
        margin-top: 20px;
        max-width: calc(50% - 15px);
    }
    .container-text.container-box-icons .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container-text.container-box-icons .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .container-text.container-box-icons .row .col-sm-6 {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .content-box.dark-content.bg-gray {
        padding: 50px 0 30px;
    }
}
@media screen and (max-width: 480px) {
    header.page-header.page-cms-header h1 {
        font-size: 28px;
    }
    .banner-page-wrapper .overlay img {
        height: 280px;
    }
    .contain-border h2 {
        font-size: 32px;
        margin: 0 0 8px;
    }
    .contain-border p {
        font-size: 17px;
        line-height: 25px;
    }
    .definition .title h2 {
        font-size: 24px;
    }
    .definition .def-text {
        padding: 0 0 1em;
    }
    .definition .txt p {
        font-size: 14px;
        line-height: 1.6em;
    }
    .counter-block .counter-box .count {
        font-size: 44px;
        line-height: 52px;
    }
    .counter-block .counter-box .count-label {
        font-size: 15px;
    }
    .counter-block .counter-box {
        padding: 1em;
    }
    .content-box.light-content {
        padding: 4em 0em 0em 0em;
    }
    .container-text.bg-white {
        max-width: 100%;
    }
    .container-text h2 {
        font-size: 24px;
    }
    .content-box.dark-content .container-text {
        padding: 0 0 1.5em;
    }
    .counter-block.counter-three-cols {
        flex-wrap: wrap;
        justify-content: center;
    }
    .counter-block.counter-three-cols .counter-box {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 400px) {
    .container-text.container-box-icons .row {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .container-text.container-box-icons .row .col-sm-6 {
        width: 100%;
    }    
}