/* homeBanner section */

[id*="rmp_menu_trigger-"] .responsive-menu-pro-inner, 
[id*="rmp_menu_trigger-"] .responsive-menu-pro-inner::before,
[id*="rmp_menu_trigger-"] .responsive-menu-pro-inner::after {
	background-color: #FFFFFF !important;
}
[id*="rmp_menu_trigger-"].is-active .responsive-menu-pro-inner, 
[id*="rmp_menu_trigger-"].is-active .responsive-menu-pro-inner::before,
[id*="rmp_menu_trigger-"].is-active .responsive-menu-pro-inner::after {
	background-color: #000 !important;
}
.stiky [id*="rmp_menu_trigger-"] .responsive-menu-pro-inner, 
.stiky [id*="rmp_menu_trigger-"] .responsive-menu-pro-inner::before,
.stiky [id*="rmp_menu_trigger-"] .responsive-menu-pro-inner::after {
	background-color: #000 !important;
}
#homeBanner {
    position: relative;
    float: left;
    width: 100%;
	overflow:hidden;
}
#homeBanner .owl-carousel{
	height:100vh !important;
}
#homeBanner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(217, 217, 217, 0) 92.51%);
    left: 0px;
    top: 0px;
    z-index: 2;
}

/* home-slider */
/* .home-slider .item .info {
    position: relative;
}

.home-slider .item .info {
    position: absolute;
    width: auto;
    left: 30px;
    bottom: 30px;
    z-index: 1;
}

.home-slider .item .info h1 {
    margin: 0 0 20px 0;
    font-size: 42px;
    color: #ffffff;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: -0.05em;
}

.home-slider .item .rightBtn {
    position: absolute;
    width: auto;
    right: 30px;
    bottom: 60px;
    z-index: 1;
}

.home-slider .item .rightBtn .view-btn {
    display: inline-block;
    position: relative;
    padding: 11px 60px 11px 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-family: 'Mulish';
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.home-slider .item .rightBtn .view-btn:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 10px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 21px;
    top: 16px;
}

.home-slider .item .rightBtn .view-btn:hover {
    background-color: #dfba6f;
    border: 1px solid #dfba6f;
    color: #ffffff;
}

.home-slider .item .rightBtn .view-btn::before {
    filter: invert(1);
}

#homeBanner .owl-theme .owl-dots,
#homeBanner .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

#homeBanner .owl-dot span {
    position: relative;
    width: 11px;
    height: 11px;
    margin: 6px 0px;
    border: 1px solid #FFFFFF;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 6px
}

#homeBanner .owl-dot span:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: transparent;
    background: transparent;
    border-radius: 6px;
    left: 1px;
    top: 1px;
}

#homeBanner .owl-theme .owl-dots .owl-dot.active span,
#homeBanner .owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #FFFFFF;
    background: transparent;
}

#homeBanner .owl-theme .owl-dots .owl-dot.active span:after,
#homeBanner .owl-theme .owl-dots .owl-dot:hover span:after {
    width: 5px;
    height: 5px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    left: 2px;
    top: 2px;
} */

/* homeBanner video section */
#homeBanner .imgfill {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
#homeBanner .videofill {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

#homeBanner .info {
    position: absolute;
    bottom: 23px;
    left: 30px;
    max-width: 50%;
	z-index:2;
}

#homeBanner .info h1 {
    margin: 0;
    font-size: 42px;
    color: #ffffff;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: -0.05em;
    word-break: break-word;
}

#homeBanner .rightBtn {
    position: absolute;
    right: 30px;
    bottom: 60px;
	z-index:2;
}

#homeBanner .rightBtn .view-btn {
    display: inline-block;
    position: relative;
    padding: 11px 60px 11px 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-family: 'Mulish';
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0px 0px 0 0 #ffffff;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    -o-transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
}

#homeBanner .rightBtn .view-btn:hover {
    -webkit-box-shadow: 4px 4px 0 0 #fff;
    box-shadow: 4px 4px 0 0 #ffffff;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

#homeBanner .rightBtn .view-btn::after {
    content: '';
    position: absolute;
    right: 21px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-top: 1.2px solid #ffffff;
    border-right: 1.2px solid #ffffff;
    transform: rotate(50deg);
}

#homeBanner .rightBtn .view-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 23px;
    height: 1.2px;
    background: #ffffff;
}

#homeBanner .rightBtn .view-btn:hover::before {
    animation: elasticus 4.1s forwards;
}

/* new css slider */
#homeBanner .owl-theme .owl-dots,
#homeBanner .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

#homeBanner .owl-dot span {
    position: relative;
    width: 11px;
    height: 11px;
    margin: 6px 0px;
    border: 1px solid #FFFFFF;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 6px
}

#homeBanner .owl-dot span:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: transparent;
    background: transparent;
    border-radius: 6px;
    left: 1px;
    top: 1px;
}

#homeBanner .owl-theme .owl-dots .owl-dot.active span,
#homeBanner .owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #FFFFFF;
    background: transparent;
}

#homeBanner .owl-theme .owl-dots .owl-dot.active span:after,
#homeBanner .owl-theme .owl-dots .owl-dot:hover span:after {
    width: 5px;
    height: 5px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    left: 2px;
    top: 2px;
}
/* new css slider End */

/* middle section */
#middle {
    float: left;
    width: 100%;
}

#aboutSec {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding-bottom: 0px;
    padding-left: 5%;
    background: #F6F6F6;
    overflow: hidden;
}

#aboutSec .rightimg {
    display: inline-block;
    width: 40%;
}

#aboutSec .rightimg img {
    width: 100%;
    height: auto;
}

#aboutSec .leftContent {
    display: inline-block;
    width: 60%;
}

#aboutSec .leftContent h2 {
    margin: 0 0 20px 0;
    font-size: 100px;
    color: #000000;
    font-weight: 400;
    line-height: 126px;
    letter-spacing: -0.05em;
    word-break: break-word;
}

#aboutSec .leftContent p {
    margin: 0 0 15px 0;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
}

#aboutSec .leftContent .more-btn {
    display: inline-block;
    position: relative;
    padding: 11px 60px 11px 20px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-family: 'Mulish';
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0px 0px 0 0 #000000;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    -o-transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
}

#aboutSec .leftContent .more-btn:hover {
    -webkit-box-shadow: 4px 4px 0 0 rgb(0, 0, 0);
    box-shadow: 4px 4px 0 0 #000000;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

#aboutSec .leftContent .more-btn::after {
    content: '';
    position: absolute;
    right: 21px;
    top: 17px;
    width: 8px;
    height: 8px;
    border-top: 1.2px solid #000000;
    border-right: 1.2px solid #000000;
    transform: rotate(50deg);
}

#aboutSec .leftContent .more-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 23px;
    height: 1.2px;
    background: #000000;
}

#aboutSec .leftContent .more-btn:hover::before {
    animation: elasticus 4.1s forwards;
}

/* ourProducts */
#ourProducts {
    padding-top: 55px;
    padding-bottom: 95px;
}

#ourProducts h2 {
    margin: 0 0 20px 0;
    font-size: 65px;
    color: #000000;
    font-weight: 400;
    line-height: 82px;
    letter-spacing: -0.05em;
    text-align: center;
    word-break: break-word;
}

#ourProducts p {
    margin: 0 0 0px 0;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    width: 50%;
    margin: 0px auto 60px auto;
}

#ourProducts .product-slider {
    margin-top: 20px;
}

#ourProducts .product-slider .owl-item .item {
    transform: translate3d(0, 0, 0);
    transition: all .25s ease-in-out;
    margin: 35px 0;
}

#ourProducts .product-slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    max-width: 505px;
}

#ourProducts .product-slider .owl-item.center .item img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    max-width: 610px;
}

#ourProducts .product-slider .item .info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0%;
    position: absolute;
    bottom: 0px;
    left: -150px;
    opacity: 0;
    visibility: hidden;
	pointer-events: none;
}

#ourProducts .product-slider .center .item .info {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease 0.4s;
}

#ourProducts .product-slider .item .info h3 {
    margin: 0 0 14px 0;
    font-size: 65px;
    color: #000000;
    line-height: 82px;
    font-weight: 400;
    letter-spacing: -0.05em;
}

#ourProducts .product-slider.owl-loaded .owl-nav {
    top: calc(50% - 45px);
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

#ourProducts .product-slider.owl-loaded .owl-nav button {
    width: 77px;
    height: 77px;
    background-color: transparent;
    border: none;
	position: absolute;
}

#ourProducts .product-slider.owl-loaded .owl-nav button.owl-prev {
    background-image: url(../images/owl-prev-white.svg);
	left: 30px;
}

#ourProducts .product-slider.owl-loaded .owl-nav button.owl-next {
    background-image: url(../images/owl-next-white.svg);
	right: 30px;
}

#ourProducts .view-btn {
    display: inline-block;
    position: relative;
    margin-top: 25px;
    padding: 11px 60px 11px 20px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-family: 'Mulish';
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0px 0px 0 0 #000000;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    -o-transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
}

#ourProducts .view-btn:hover {
    -webkit-box-shadow: 4px 4px 0 0 rgb(0, 0, 0);
    box-shadow: 4px 4px 0 0 #000000;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

#ourProducts .view-btn::after {
    content: '';
    position: absolute;
    right: 21px;
    top: 17px;
    width: 8px;
    height: 8px;
    border-top: 1.2px solid #000000;
    border-right: 1.2px solid #000000;
    transform: rotate(50deg);
}

#ourProducts .view-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 23px;
    height: 1.2px;
    background: #000000;
}

#ourProducts .view-btn:hover::before {
    animation: elasticus 4.1s forwards;
}

/* bathroomSec */
#bathroomSec {
    position: relative;
    min-height: 864px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bathroomSec .contentBox {
    position: absolute;
    width: 75%;
    left: 85px;
    bottom: 125px;
    z-index: 1;
}

#bathroomSec .contentBox h2 {
    margin: 0 0 0px 0;
    font-size: 100px;
    color: #ffffff;
    font-weight: 400;
    line-height: 126px;
    letter-spacing: -0.05em;
    word-break: break-word;
}

#bathroomSec .contentBox p {
    margin: 0 0 0px 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

#architecturialSurfaces {
    position: relative;
    min-height: 864px;
	margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#architecturialSurfaces .contentBox {
    position: absolute;
    width: 70%;
    right: 105px;
    bottom: 120px;
    z-index: 1;
}

#architecturialSurfaces .contentBox h2 {
    margin: 0 0 0px 0;
    font-size: 100px;
    color: #ffffff;
    font-weight: 400;
    line-height: 126px;
    letter-spacing: -0.05em;
    word-break: break-word;
}

#architecturialSurfaces .contentBox p {
    margin: 0 0 0px 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

/* corporateOverview */
#corporateOverview {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
}

#corporateOverview .leftContent {
    float: left;
    width: 36%;
    padding: 5% 0% 0 5%;
}

#corporateOverview .leftContent h2 {
    margin: 0 0 20px 0;
    font-size: 58px;
    color: #212121;
    font-weight: 400;
    line-height: 73px;
    letter-spacing: -0.05em;
    word-break: break-word;
}

#corporateOverview .leftContent p {
    margin: 0 0 27px 0;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
}

#corporateOverview .leftContent .view-btn {
    display: inline-block;
    position: relative;
    margin-top: 25px;
    padding: 11px 60px 11px 20px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-family: 'Mulish';
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0px 0px 0 0 #000000;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    -o-transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
}

#corporateOverview .leftContent .view-btn:hover {
    -webkit-box-shadow: 4px 4px 0 0 rgb(0, 0, 0);
    box-shadow: 4px 4px 0 0 #000000;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

#corporateOverview .leftContent .view-btn::after {
    content: '';
    position: absolute;
    right: 21px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-top: 1.2px solid #000000;
    border-right: 1.2px solid #000000;
    transform: rotate(50deg);
}

#corporateOverview .leftContent .view-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 23px;
    height: 1px;
    background: #000000;
}

#corporateOverview .leftContent .view-btn:hover::before {
    animation: elasticus 4.1s forwards;
}

#corporateOverview .videoBox {
    position: relative;
    float: right;
    width: 61%;
	overflow: hidden;
}

#corporateOverview .videoBox iframe {
    width: 100%;
    height: 651px;
}

#corporateOverview .videoBox div img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all .4s ease-in-out;
    overflow: hidden;
}

#corporateOverview .videoBox div img:hover {
    transform: scale(1.1);
}

#corporateOverview .videoBox .videoBtn {
    position: absolute;
    width: 155px;
    height: 155px;
    border: 0px;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#corporateOverview .videoBox .videoBtn img {
    width: 100%;
    height: auto;
}

/* seeinAction */
#seeinAction {
    position: relative;
    width: 100%;
    min-height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#seeinAction .wpvr-cardboard{
	max-width:100% !important;
	min-height: 650px;
}
#seeinAction .pnlm-load-box .pnlm-lbar {
    height: 4px;
}
#seeinAction .pnlm-load-box .pnlm-lbar .pnlm-lbar-fill {
    background: #dfba6f;
}
#seeinAction img {
    width: 100%;
    height: auto;
}

#seeinAction .tophad {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 80px;
    z-index: 1;
}

#seeinAction .tophad h2 {
    margin: 0 0 0 0;
    font-size: 45px;
    color: #212121;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.05em;
    text-align: center;
}

#seeinAction .tophad h2 img {
    margin-right: 1%;
    width: 47px;
    height: 47px;
}

/* articalMain */
#articalMain {
    padding-top: 85px;
    padding-bottom: 135px;
}

#articalMain h2 {
    margin-bottom: 90px;
    font-size: 65px;
    color: #212121;
    font-weight: 400;
    line-height: 82px;
    letter-spacing: -0.05em;
    text-align: center;
    word-break: break-word;
}

#articalMain .artical-box {
    float: left;
    width: 100%;
}

#articalMain .artical-box .artical-item {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

#articalMain .artical-box .artical-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.74) 92.51%);
    bottom: 0;
    left: 0;
}

#articalMain .artical-box .post-img {
    float: left;
    width: 100%;
}

#articalMain .artical-box .post-img img {
    width: 100%;
    height: auto;
    transition: all .4s ease-in-out;
    transform: scale(1);
}

#articalMain .artical-box .post-img:hover img {
    transform: scale(1.1);
}

#articalMain .artical-box .artical-item .artical-cont {
    position: absolute;
    padding: 0 20px;
    bottom: 40px;
    left: 0;
    right: 0;
}

#articalMain .artical-box .artical-item .artical-cont h3 {
    margin: 0 0 5px 0;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.05em;
}

#articalMain .artical-box .artical-item .artical-cont .post-date {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

#articalMain .artical-box .articalRight-item {
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 33px;
    margin-bottom: 37px;
    border-bottom: 1px solid #E6E6E6;
}

#articalMain .artical-box .articalRight-item:last-child {
    border-bottom: 0px solid #E6E6E6;
    padding-bottom: 0;
    margin-bottom: 0;
}

#articalMain .artical-box .articalRight-item .rightPost-img {
    display: flex;
    width: 21%;
    margin-right: 4%;
}

#articalMain .artical-box .articalRight-item .rightPost-img img {
    max-width: 100%;
    height: fit-content;
}

#articalMain .artical-box .articalRight-item .articalRight-cont {
    display: flex;
    width: 75%;
    flex-wrap: wrap;
}

#articalMain .artical-box .articalRight-item .articalRight-cont h3 {
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 34px;
    color: #000000;
    line-height: 43px;
    letter-spacing: -0.05em;
}

#articalMain .artical-box .articalRight-item .articalRight-cont h3 a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

#articalMain .artical-box .articalRight-item .articalRight-cont h3 a:hover {
    color: #dfba6f;
}

#articalMain .artical-box .articalRight-item .articalRight-cont .post-date {
    font-size: 17px;
    color: #939393;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

#articalMain .text-center {
    margin-top: 76px;
}

#articalMain .view-btn {
    display: inline-block;
    position: relative;
    padding: 11px 60px 11px 20px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-family: 'Mulish';
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0px 0px 0 0 #000000;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    -o-transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
}

#articalMain .view-btn:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 10px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 21px;
    top: 16px;
}

#articalMain .view-btn:hover {
    -webkit-box-shadow: 4px 4px 0 0 rgb(0, 0, 0);
    box-shadow: 4px 4px 0 0 #000000;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

#articalMain .view-btn::after {
    content: '';
    position: absolute;
    right: 21px;
    top: 17px;
    width: 8px;
    height: 8px;
    border-top: 1.2px solid #000000;
    border-right: 1.2px solid #000000;
    transform: rotate(50deg);
}

#articalMain .view-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 23px;
    height: 1.2px;
    background: #000000;
}

#articalMain .view-btn:hover::before {
    animation: elasticus 4.1s forwards;
}

/* btn animation arrow */
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(0, 1.2);
        -ms-transform: scale(0, 1.2);
        -moz-transform: scale(0, 1.2);
        -o-transform: scale(0, 1.2);
        transform: scale(0, 1.2);
    }

    20% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1.2);
        -ms-transform: scale(1, 1.2);
        -moz-transform: scale(1, 1.2);
        -o-transform: scale(1, 1.2);
        transform: scale(1, 1.2);
    }

    20.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(0, 1.2);
        -ms-transform: scale(0, 1.2);
        -moz-transform: scale(0, 1.2);
        -o-transform: scale(0, 1.2);
        transform: scale(0, 1.2);
    }

    40% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1.2);
        -ms-transform: scale(1, 1.2);
        -moz-transform: scale(1, 1.2);
        -o-transform: scale(1, 1.2);
        transform: scale(1, 1.2);
    }

    40.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(0, 1.2);
        -ms-transform: scale(0, 1.2);
        -moz-transform: scale(0, 1.2);
        -o-transform: scale(0, 1.2);
        transform: scale(0, 1.2);
    }

    60% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1.2);
        -ms-transform: scale(1, 1.2);
        -moz-transform: scale(1, 1.2);
        -o-transform: scale(1, 1.2);
        transform: scale(1, 1.2);
    }

    60.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(0, 1.2);
        -ms-transform: scale(0, 1.2);
        -moz-transform: scale(0, 1.2);
        -o-transform: scale(0, 1.2);
        transform: scale(0, 1.2);
    }

    80% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1.2);
        -ms-transform: scale(1, 1.2);
        -moz-transform: scale(1, 1.2);
        -o-transform: scale(1, 1.2);
        transform: scale(1, 1.2);
    }

    80.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(0, 1.2);
        -ms-transform: scale(0, 1.2);
        -moz-transform: scale(0, 1.2);
        -o-transform: scale(0, 1.2);
        transform: scale(0, 1.2);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1.2);
        -ms-transform: scale(1, 1.2);
        -moz-transform: scale(1, 1.2);
        -o-transform: scale(1, 1.2);
        transform: scale(1, 1.2);
    }
}