.front_hero{
    position: relative;
    background-image: linear-gradient(#D0CAC1 75%, #DFDCD5 calc(100% - 96px), rgba(255, 255, 255, 0) calc(100% - 96px));
    margin-bottom: 96px;
}
.front_hero>video{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 676px;
    z-index: 1;
    object-fit: cover;
    object-position: bottom;
}
.front_hero .outher_box{
    position: relative;
    z-index: 2;
    padding-top: 216px;
    text-align: center;
}
.front_hero .outher_box .text_box{
    text-align: left;
}
.front_hero .hidden_img{
    display: none;
}
.front_hero .bottom_box{
    display: flex;
    justify-content: space-between;
}
#displayedImage{
    margin-top: -162px;
    height: 650px;
    width: 714px;
    overflow: hidden;
}
#displayedImage img{
    margin-right: 64px;
}
.front_hero .category_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.front_hero .category_box .single_box{
    background-color: #FFF;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.front_hero .category_box .single_box img{
    max-width: 100%;
    margin-bottom: 24px;
}
.front_hero .category_box .more_text{
    display: inline-block;
    color: #E8C15D;
    font-size: 12px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #E8C15D;
    transition-duration: 0.4s;
}
.front_hero .category_box .single_box:hover .more_text{
    color: #6581A3;
    border-bottom: 1px solid #6581A3;
}
.front_hero .category_box .buttons{
    display: flex;
    justify-content: flex-end;
}
.front_hero .category_box .single_box.app_box{
    background-image: url('img/app.svg'), linear-gradient(#7898BF, #566F8D);
    background-size: cover;
    background-position: center;
}
.front_hero .category_box .single_box.app_box h3{
    color: #FFF;
}
.front_hero .category_box .single_box.app_box .more_text{
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.front_hero .category_box .single_box.app_box:hover .more_text{
    color: #E8C15D;
    border-bottom: 1px solid #E8C15D;
}
.front_hero .category_box{
    margin-top: -84px;
}
.front_hero.archive_section{
    background-image: none;
    padding-top: 48px;
}

.text_img_section{
    margin-bottom: 96px;
}
.text_img_section .title_box{
    text-align: center;
    padding-bottom: 48px;
}
.text_img_section .title_box h2::after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 280px;
    background-image: url('img/separator.svg');
    background-size: cover;
    background-position: top;
    z-index: 1;
}
.text_img_section .cols_box{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text_img_section .cols_box>div{
    width: calc(50% - 64px);
}
.text_img_section .img_col img{
    max-width: 100%;
}
.text_img_section .cols_box .text_col{
    padding: 96px 0px;
}
.text_img_section .cols_box h2{
    margin-bottom: 0px;
    color: #6581A3;
}
.text_img_section .cols_box .buttons{
    margin-top: 48px;
}
.text_img_section ul{
    padding-left: 0px;
}
.text_img_section ul li{
    list-style: none;
    position: relative;
    margin-bottom: 24px;
    padding-left: 35px;
}
.text_img_section ul li::before{
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 15px;
    background-color: #E8C15D;
}

.review_section{
    background-image: linear-gradient(#1A1918 calc(100% - 96px), rgba(255, 255, 255, 0) calc(100% - 96px));
    overflow: hidden;
    margin-bottom: 96px;
}
.review_section .title_box{
    text-align: center;
    padding-top: 96px;
}
.review_section .title_box h4{
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.review_section .title_box h2{
    color: #FFF;
}
.review_section .tns-ovh{
    overflow: visible;
}
.review_section .init_slider .inner_box{
    background-color: #FFF;
    border-radius: 4px;
    padding: 48px;;
    text-align: center;
}
.review_section .tns-nav{
    display: none;
}
.review_section .tns-controls{
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}
.review_section .tns-controls button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #E8C15D;
    background-image: url('icons/ArrowRight.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 4px;
    transition-duration: 0.4s;
}
.review_section .tns-controls button:first-child{
    transform: rotate(180deg);
}
.review_section .tns-controls button:hover{
    background-color: #edab00;
}
.review_section .logo_img{
    margin-bottom: 48px;
}
.review_section .inner_box p{
    margin-bottom: 48px;
}
.review_section .inner_box h3{
    margin-bottom: 16px;
}
.review_section .inner_box h4{
    margin-bottom: 0px;
}

.banner_section{
    margin-bottom: 96px;
}
.banner_section .cols_box{
    display: flex;
}
.banner_section .cols_box>div{
    width: 50%;
}
.banner_section .cols_box>div.text_box{
    width: calc(50% - 96px - 96px);
    padding: 96px;
    background-color: #DFDCD5;
    border-radius: 4px 0px 0px 4px;
}
.banner_section .cols_box>div.image_box{
    border-radius: 0px 4px 4px 0px;
}

.hero_page_section{
    margin-top: 112px;
    margin-bottom: 96px;
}
.hero_page_section .hero_outher{
    background-color: #DFDCD5;
    border-radius: 4px;
    padding: 48px 72px;
}
.hero_outher .breadcrumbs{
    margin-bottom: 48px;
}
.hero_outher .breadcrumbs a{
    display: inline-block;
    border: 1px solid rgba(26, 25, 24, 0.15);
    border-radius: 64px 0px 0px 64px;
    padding: 8px 16px;
    padding-right: 24px;
    font-size: 10px;
    color: #1A1918;
    border-right: 0px;
}
.hero_outher .breadcrumbs a:not(:first-child){
    margin-left: -8px;
}
.hero_outher .breadcrumbs a.last{
    border-radius: 64px 64px 64px 64px;
    color: #FFF;
    border: 1px solid #000;
    background-color: #000;
    border-right: 1px;
    margin-left: -8px;
    padding-right: 16px;
}
.hero_page_section h1{
    margin-bottom: 0px;
    font-size: 72px;
}
.hero_page_section.hero_image_section{
    min-height: 756px;
    background-size: cover;
    background-position: center;
}
.hero_page_section.hero_image_section .hero_outher{
    background-color: transparent;
}
.hero_page_section.hero_image_section h1{
    color: #FFF
}
.hero_image_section .hero_outher .breadcrumbs a{
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFF
}
.hero_image_section .hero_outher .breadcrumbs a.last{
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.cols_section{
    margin-bottom: 96px;
}
.cols_section .cols_box{
    display: flex;
    justify-content: space-between;
}
.cols_section .single_col{
    width: calc(100%/3 - 12px);
}
.cols_section.large_cols .single_col{
    width: calc(100%/2 - 24px);
    max-width: 384px;
}
.cols_section h4{
    margin-bottom: 24px;
}
.cols_section p.small{
    font-size: 14px;
}
.cols_section p strong{
    color: #1A1918;
}
.cols_section p.small a{
    font-size: 24px;
    color: #625E56;
    font-weight: 600;
}
.cols_section .sub_cols_box{
    display: flex;
}
.cols_section .sub_cols_box p{
    font-size: 14px;
}
.cols_section .sub_cols_box>p{
    margin-right: 48px;
    margin-bottom: 0px;
}
.cols_section a{
    color: #625E56;
}

.content_section{
    margin-bottom: 96px;
}
.content_section p{
    font-size: 14px;
    color: #625E56;
}
.content_section p strong{
    color: #1A1918;
}

.gallery_section{
    margin-bottom: 96px;
}
.gallery_section .pagination_box{
    display: flex;
    margin-bottom: 48px;
    justify-content: center;
}
.gallery_section .pagination_box .outher{
    display: inline-flex;
    border: 1px solid rgba(26, 25, 24, 0.15);
    border-radius: 64px;
    padding: 4px;
}
.gallery_section .pagination_box a{
    padding: 12px;
    color: #272727;
    font-size: 12px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 64px;
}
.gallery_section .pagination_box a.active{
    color: #FFF;
    background-color: #272727;
}

.gallery_mega{
    width: 100%;
    margin-left: 12px;
}
.gallery_mega .item{
    width: calc(100%/3 - 24px);
    margin-bottom: 22px;
}
.gallery_mega .item img{
    width: 100%;
    height: 254px;
    object-fit: cover;
    border-width: 0px;
}
.gallery_mega .item:nth-child(1) img,
.gallery_mega .item:nth-child(4) img{
    height: 384px;
}

.form_section{
    padding: 48px 0px;
    background-color: #FFF;
    margin-bottom: 96px;
}
.form_section .cf7-cols{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.form_section .cf7-cols>div{
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
}
.form_section input[type='text'],
.form_section input[type='email'],
.form_section input[type='tel'],
.form_section textarea{
    padding: 16px 24px;
    border-radius: 30px;
    border: 1px solid rgba(26, 25, 24, 0.15);
    font-size: 18px;
    font-family: 'DM_Sans', sans-serif;
    width: calc(100% - 48px);
    margin-bottom: 8px;
}
.form_section textarea{
    height: 156px;
}
.form_section .buttons{
    margin-top: 48px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.form_section .buttons input[type='submit']{
    display: none;
}
.form_section .button_box{
    padding-left: 32px;
}
.form_section .wpcf7-list-item {
    margin-left: 0px;
}
.form_section .wpcf7-list-item>label {
    position: relative;
    display: flex;
    cursor: pointer;
    font-size: 16px;
    color: #625E56;
    font-family: 'DM_Sans', sans-serif;
}
.form_section .wpcf7-list-item>label a{
    color: #1A1918;
}
.form_section .wpcf7-list-item>label::before {
    content: '';
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-right: 8px;
    background-color: transparent;
    border: 1px solid rgba(26, 25, 24, 0.15);
    border-radius: 100%;
}
.form_section .wpcf7-list-item>label input {
    display: none;
}
.form_section .wpcf7-list-item>label::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #808080;
    position: absolute;
    left: 9px;
    top: 9px;
    opacity: 0;
    transition-duration: 0.4s;
    border-radius: 100%;
}
.form_section .wpcf7-list-item>label.active::after {
    opacity: 1;
}
.form_section .wpcf7-not-valid-tip{
    margin-top: -12px;
    margin-bottom: 12px;
}

.posts_section{
    margin-bottom: 96px;
}
.posts_section>div{
    display: flex;
    justify-content: space-between;
}
.posts_section .category_box{
    max-width: 220px;
    min-width: 220px;
    margin-right: 48px;
}
.posts_section .post_box{
    width: 100%;
}
.posts_section .loop_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.posts_section .single_post{
    background-color: #FFF;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.posts_section .single_post img{
    max-width: 100%;
    max-height: 234px;
    width: 100%;
    height: 234px;
    object-fit: cover;
}
.posts_section .single_post .image_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 234px;
    margin-bottom: 24px;
}
.posts_section .single_post .category_name{
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 24px;
    border-radius: 64px;
    color: #1A1918;
    font-size: 10px;
    margin-bottom: 24px;
}
.posts_section .single_post h3{
    font-size: 18px;
}
.posts_section .category_box ul{
    padding-left: 0px;
}
.posts_section .single_post .buttons {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.posts_section .single_post .more_text{
    display: inline-block;
    color: #E8C15D;
    font-size: 12px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #E8C15D;
    transition-duration: 0.4s;
}
.posts_section .single_post:hover .more_text{
    color: #6581A3;
    border-bottom: 1px solid #6581A3;
}
.posts_section .category_box li{
    position: relative;
    list-style: none;
    margin-bottom: 24px;
}
.posts_section .category_box li a{
    color: #1A1918;
    font-weight: 600;
    transition-duration: 0.4s;
}
.posts_section .category_box li a:hover{
    color: #E8C15D;
}
.posts_section .category_box .children{
    display: none;
}
.posts_section .category_box .children li:first-child{
    margin-top: 24px;
}
.posts_section .category_box .children li a{
    font-weight: 400;
    color: #625E56;
    transition-duration: 0.4s;
    width: 100%;
    display: block;
}
.posts_section .category_box .children li a:hover{
    color: #E8C15D;
}
.posts_section .category_box li.current-cat>a{
    color: #E8C15D;
}
.posts_section .category_box .children li.current-cat>a{
    /*color: #1A1918;*/
    color: #E8C15D;
}
.posts_section .category_box ul:not(.children)>li:hover{
    cursor: pointer;
}
.posts_section .category_box ul li.has-children::after,
.posts_section .category_box ul li.has-children::before{
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    position: absolute;
    background-color: #1A1918;
    right: 0px;
    top: 11px;
}
.posts_section .category_box ul li.has-children::before{
    transition-duration: 0.4s;
    transform: rotate(90deg);
}
.posts_section .category_box ul li.has-children.show::before{
    transform: rotate(0deg);
}
.posts_section .category_box .children li:last-child{
    margin-bottom: 0px;
}

.count_posts_box{
    display: flex;
}
.count_posts_box p{
    font-size: 12px;
    color: #1A1918;
    margin-right: 12px;
    margin-bottom: 0px;
}
.count_posts_box a{
    font-size: 12px;
    color: #625E56;
    margin-right: 12px;
}
.count_posts_box a.current{
    color: #1A1918;
}

.custom-pagination{
    display: flex;
    align-items: center;
}
.custom-pagination .prev,
.custom-pagination .next{
    display: block;
    background-color: #E8C15D;
    width: 36px;
    height: 36px;
    background-image: url('img/ArrowRight.svg');
    background-position: center;
    border-radius: 100%;
    background-repeat: no-repeat;
    transition-duration: 0.4s;
}
.custom-pagination .prev{
    transform: rotate(180deg);
}
.custom-pagination a.prev:hover,
.custom-pagination a.next:hover{
    background-color: #6581A3;
}
.custom-pagination>span:not(:last-child),
.custom-pagination>a:not(:last-child){
    margin-right: 12px;
}
.custom-pagination .page-numbers{
    font-size: 12px;
    color: #625E56;
}
.custom-pagination .page-numbers.current{
    color: #1A1918;
}

.paginate_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}
.paginate_box.top{
    margin-bottom: 48px;
    margin-top: 0px;
}