a{
    text-decoration: none;
}
.service-page-name-row {
    padding-left: 4%;
}
.see_all {
    width: 169px;
    height: 56px;
    padding: 12px 28px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #DEE4E6;
    gap: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 auto;
    color: #214757;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
․service_card .icon img{
    filter: invert(29%) sepia(8%) saturate(2860%) hue-rotate(160deg) brightness(53%) contrast(93%);
}
.under-page-name{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFFB2;
}
.top_service{
    background-color: white;
    border-radius: 4px;
    height: 150px;
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip:padding-box;
    padding: 20px;
    text-decoration: none;
}
.top_service:hover{
    background-color: #ECEBE5;
}
.top_service:hover> img{
    filter: invert(29%) sepia(8%) saturate(2860%) hue-rotate(160deg) brightness(53%) contrast(93%);
}
.post_title{
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1E1E1E;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_title{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1E1E1E;
}
.top-services .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #F3C05F;
    padding: 0;
    margin-top: 10px;
}
.top_service img{
    height: 32px;
    margin-bottom: 15px;
    filter: invert(20%) sepia(100%) saturate(500%) hue-rotate(310deg) brightness(85%) contrast(118%);
}
.content{
    margin-top: 0;
}
.service_list{
    margin-top: 550px;
}
.top-services{
    margin: 0;
}
.services-page-name {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFFFFF;
    word-wrap: break-word;
}
.header-text-service {
    color: #fff;
    position: absolute;
    bottom: 0;
}
#main .all-services-button,.all-services-button1 {
    background: transparent;
    color: #1E1E1E;
    font-size: 26px;
    z-index:1;
}
#main .all-services-button:focus,.all-services-button1:focus {
    outline:none;
}

#main .all-services-button p,.all-services-button1 p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.all-services-button1{
    display: none;
}
/*Service Content*/
#service_content .service-row{
    margin-top: 60px;
}
#service_content .right_sidebar {
    margin-top: 106px;
}
#service_content .service_content *:nth-child(n+2) {
    font-size: 14px;
}
.staff_services_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #000000;
}

.view-all-row {
    margin-bottom: 100px;
}
.view-all-col {
    margin-bottom: 100px;
    position: absolute;
    right: 0;
    left: 0;
}
.view-all {
    position: absolute;
    top: 30px;
    height: 2px;
    right: 0;
    left: 0;
}
.view-all .row {
    align-items:center;
}
.view-all .left-line,
.view-all .right-line {
    height: 1px;
    background-color: #000000;;
    width: 40%;
}
.view-all .view-all-div {
    line-height: 0px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.service_title {
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-top: 10px;
}
.services-background{
    z-index: 9999;
    position: relative;
}
.services-background-color{
    background-color: #2E5261;
    position: absolute;
    left: 0;
    height: 760px;
    overflow: hidden;
}
.services_list1,.services_list2{
    display: flex;
    flex-direction: column;
}
.services_list1{
    height: 760px;
    overflow-y: auto;
    padding: 80px 15px;
}
.services_list1 .top{
    position: absolute;
    top: 0px;
    width: 90%;
    height: 100px;
    background: linear-gradient(180deg, #214757 13%, rgba(45, 71, 87, 0) 65%);
}
.get_in_touch{
    display: flex;
}
.get_in_touch2{
    display: none;
}
.services_list1 .bottom{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 110px;
    background: linear-gradient(0deg, #214757 13%, rgba(45, 71, 87, 0) 65%);
}
.services_list1::-webkit-scrollbar{
    display: none;
}

.service{
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #FFFFFF1A;
    border-bottom: 1px solid #FFFFFF1A;
    cursor:pointer;
    text-decoration: none;
}
.service:hover .service_name{
    color: #F3C05F;
}
.service:hover{
    color: #F3C05F;
}
.content_title{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #F3C05F;
    margin-top: 5px;
}
.content_name{
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFFFFF;
    margin-top: 5px;
}
.content_body{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFFB2;
    margin-top: 5px;
}
.move_to_armenia_block{
    padding: 20px 0 60px 0;
}
.move_to_armenia_block .second{
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #1E1E1E1A

}
.services_list1{
    display: flex;
}
.services_list2{
    display: none;
}
.move_to_armenia_block .top-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #214757;
    margin-top: 5px;
}
.move_to_armenia_block .title{
    font-size: 45px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1E1E1E;
    word-wrap: break-word;
    margin-top: 5px;
}
.move_to_armenia_block .under_title{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1EB2;
    margin-top: 5px;
    display: -webkit-box;
}
.move_to_armenia_block .second .title img{
    float: right;
    height: 40px;
}
.move_to_armenia_block .second .learn_more{
    padding: 14px 20px 16px 24px;
    border-radius: 5px;
    border: 1.25px solid #21475726;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #2E5261;
    margin-top: 30px;
    width: 193px;
    text-decoration: none;
}
.other_services1{
    display: flex;
}
.other_services2{
    display: none;
}
.serviceTitle2{
    display: none;
    margin-top: 500px;
}
.other_services_title{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #214757;
    padding-left: 9px;
    margin-bottom: 20px;
}
.all-services-button1{
    padding-left: 0;
}
.other_services{
    padding-left: 9px;
}
.view_all{
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    .content_name{
        font-size: 37px;
    }
    .services-page-name{
        font-size: 20px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px;
    }
    .under-page-name{
        padding-right: 10px;
    }
    #service_content .service_content {
        padding: 10px;
    }
    #service_content .service_content .serviceTitle2{
        margin-bottom: 30px;
    }
    .serviceTitle2{
        display: block;
        word-wrap: break-word;
    }
    .other_services2{
        display: flex;
        margin: 0 auto;
        z-index: 99999;
    }
    .other_services1{
        display: none !important;
    }
    .go_back_title{
        display: none;
    }
    #service-header-row {
        height: 150px;
        background-size: contain;
        padding-bottom: 35px;
    }
    .services-background{
        top: 800px;
    }
    .view_all{
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 0em;
        color: white;
        text-align: center;
        height: 88px;
        padding: 32px 20px 32px 20px;
    }
    .service{
        font-size: 21px;
        width: 100%;
        align-items: center;
    }
    .service_name{
        width: 85%;
        word-wrap: break-word;
    }
    .services_list1{
        display: none;
    }
    .services_list2{
        display: flex;
    }
    .content_name{
        word-wrap: break-word;
    }
    .big_d{
        display: none;
    }
    .services_list1{
        display: none;
    }
    .move_to_armenia_block .row:nth-child(1){
        padding: 15px;
    }
    .move_to_armenia_block .second{
        margin-top: 20px;
        height: unset;
    }
    .move_to_armenia_block .second .learn_more{
        width: 100%;
    }
    .services-row-block {
        padding: unset;
    }
    .top-services-list{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .top-services-list::-webkit-scrollbar {
        display: none;
    }
    .top_service{
        width: 219px;
    }
    .services-background{
        height: unset;
        position: unset;
    }
    .services-background-color{
        height: 750px;
    }
    #service-header-row .home_container{
        padding: 0 !important;
        overflow: hidden;
    }
    .top-services .title,#service-header-row .under-page-name,#service-header-row .services-page-name {
        margin-left: 15px;
        margin-right: 15px;
    }
    .top-services-list{
        margin: 0;
    }
}