/** Home CSS **/
p{
    font-size: 16px;
    line-height: 24px;
}
a.button.button_01{
    margin: 0;
    border-radius: 10px;
    border-width: 1px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0;
    min-width: 145px;
}
a.button.button_01 i.icon-angle-right::before{
    content: "\f061";
    font-family: fontawesome;
}
a.white.is-outline:hover{
    color: #222 !important;
}
.home_02 .img + .uxb-wrapper{
    position: unset;
}
.head-year{
    position: absolute;
    top: 0px;
    right: 50px;
}
.head-year .wrap_year{
    background: var(--primary-color);
    border-radius: 0 0 20px 20px;
    padding: 35px 25px 31px;
    text-align: center;
}
.head-year .wrap_year h4{
    color: var(--white-color);
    width: auto;
    font-size: 53px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 21px !important;
}
.head-year .wrap_year p{
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0%;
    font-size: 18px;
    color: var(--white-color);
    text-transform: capitalize;
}
.tits h3 span{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.2px;
    margin-bottom: 11px;
    position: relative;
    padding-left: 28px;
    color: #333333;
    font-family: Roboto, sans-serif;
}
.tits h3 span::before{
    content: "";
    position: absolute;
    border: 2px solid var(--primary-color);
    border-radius: 2px;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
}
.tits h3 span::after{
    content: "";
    position: absolute;
    border-radius: 2px;
    background: var(--primary-color);
    left: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
}
.tits h2{
    margin-bottom: 0;
    font-size: 40px;
    line-height: 52px;
    text-transform: capitalize;
    color: var(--primary-color);
}
.tits h2 span{
    display: block;
}
.home_01{
    margin-top: -110px;
}
.home_01 .banner .text-inner h2{
    margin-top: 0;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.home_01 .banner .text-inner p{
    margin: 0;
    color: var(--white-color);
}
.home_01 .banner .text-inner a.button.button_01{
    margin-top: 30px;
}
.home_02 .tits{
    margin-bottom: 20px;
}
.home_02 .tits h2{
    color: var(--fs-color-secondary);
}
.home_02 .tits h2 span{
    color: var(--primary-color);
}
.home_03 .column_02{
    flex-basis: 20%;
    max-width: 20%;
}
.home_03 .column_02 > .col-inner{
    padding: 0 3px 3px 0;
}
.home_03 .column_02:nth-child(6) > .col-inner{
    padding-right: 0;
}
.home_03 .tits{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.home_03 .tits::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 70px;
    background-color: #07539D;
    margin-bottom: 15px;
}
.home_03 .tits h3{
    margin-bottom: 11px;
}
.section-title-container h3.section-title {
    border: none;
    margin: 0;
}
.section-title-container h3.section-title .section-title-main{
    padding-bottom: 0;
    margin: 0;
    border-left: 3px solid #1481EB;
    padding-left: 15px;
    font-size: 17px;
    line-height: 26px;
    border-bottom: none;
    font-family: Roboto, sans-serif;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.home_03 .box{
    background: url(../images/Rectangle4743.png) no-repeat;
    background-size: cover;
    height: 326px;
}
.home_03 .box .box-image{
    height: 326px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_03 .box .box-image img{
    height: 250px;
}
.home_03 .box .box-image::before{
    content: "";
    position: absolute;
    height: 85%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
.home_03 .box .box-image .overlay{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.home_03 .box .box-text{
    padding: 0 20px 33px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.home_03 .box .box-text .text{
    display: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.home_03 .box .section-title-container{
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.home_03 .box .box-text-inner p{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_03 .box .box-text-inner a.button{
    margin-top: 25px;
    display: none;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}
.home_03 .box:hover .section-title-container{
    margin-bottom: 25px;
}
.home_03 .box:hover .section-title-container h3.section-title .section-title-main{
    border-color: #fff;
}
.home_03 .box:hover .box-image::before{
    display: none;
}
.home_03 .box:hover .box-image .overlay{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.home_03 .box:hover .box-text{
    padding-bottom: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.home_03 .box:hover .box-text .text{
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.home_03 .box:hover .box-text-inner a.button{
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.home_04 .col{
    padding-bottom: 0;
}
.home_04 .column_01 .col-inner{
    padding-top: 70px;
    padding-left: 80px;
    padding-bottom: 65px;
}
.home_04 .column_01:nth-child(1)::before{
    content: "";
    border: 3px solid var(--white-color);
    border-right: none;
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: calc(62% - 15px);
    border-radius: 10px;
}
.home_04 .column_01 .col-inner::before{
    content: "";
    position: absolute;
    left: calc(62% - 96px);
    bottom: 0;
    width: 100px;
    height: 33px;
    border-right: 3px solid var(--white-color);
    border-bottom: 3px solid var(--white-color);
    border-radius: 0 0 10px 0px;
    z-index: 8;
}
.home_04 .column_01 .col-inner::after{
    content: "";
    position: absolute;
    left: calc(62% - 96px);
    top: 0;
    width: 100px;
    height: 33px;
    border-right: 3px solid var(--white-color);
    border-top: 3px solid var(--white-color);
    border-radius: 0 10px 0px 0px;
    z-index: 8;
}
.home_04 .text h2{
    font-size: 61px;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.home_04 .text h2 span{
    margin-top: 25px;
    display: block;
}
.home_04 p{
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
}
.home_04 a.button{
    font-size: 14px;
    margin-bottom: 0;
    min-width: 120px;
}
.home_04 a.button.button_01{
    color: var(--white-color);
    margin-right: 19px;
}
.home_04 a.button.button_02{
    margin-right: 0;
    border-radius: 10px;
    min-width: 162px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--primary-color) !important;
}
.home_04 a.button.button_02 i::before{
    content: "\f061";
    font-family: fontawesome;
}
.home_04 a.button.button_01:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
}
.form_dk h3{
    text-align: center;
    color: var(--white-color);
    font-size: 38px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.home_04 .large-7{
    display: flex;
    align-items: center;
}
.home_04 form{
    width: 60%;
    margin: 0 auto;
}
.home_04 .wpcf7 .form_dk input,.home_04 .wpcf7 .form_dk textarea{
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 25px;
    box-shadow: none;
}
.home_04 .wpcf7 .form_dk textarea::placeholder,
.home_04 .wpcf7 .form_dk input::placeholder{
    color: var(--white-color);
}
.home_04 .wpcf7 .form_dk textarea{
    min-height: 70px;
}
.home_04 .sidebar-btn .wpcf7-submit{
    border-radius: 10px !important;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    height: 57px;
    background: url(../images/rectangle.png) no-repeat;
    display: block;
    width: 100%;
}
.home_04 .sidebar-btn .wpcf7-submit:hover{
  background-color: #022741;
}
.home_05 .tits{
    margin-bottom: 10px;
}
.home_05 .col.post-item .box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 6px 0px #00000026;
}
.home_05 .col.post-item .box.box-normal .box-text {
    padding: 17px 20px 35px 30px;
    box-shadow: 0px 2px 6px 0px #00000026;
}
.home_05 .col.post-item .box.box-normal .box-text h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 3px;
}
.home_05 .col.post-item .box.box-vertical .box-text h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
}
.home_05 .col.post-item .box.box-normal .box-text .post-meta{
    font-size: 13px;
    line-height: 25px;
    color: #898989;
    opacity: 1;
}
.box-blog-post .is-divider{
    display: none;
}
.home_05 .col.post-item .box.box-vertical .box-text {
    padding-top: 0px;
    padding-bottom: 0px;
}
.home_05 .col.post-item .box.box-vertical .box-text .is-divider {
    display: none;
}
.home_05 .col.post-item .box.box-normal .box-text p{
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    margin: 0;
}