/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 11:58:42 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.blend_font{mix-blend-mode:difference !important;}


.slide_first{position:relative; right:0px;}
.vd_holder_inner{border-radius:22px; overflow:hidden;}
@media screen and (max-width:500px){
	.vd_holder_inner{border-radius:15px; overflow:hidden;}
}
.slide_first{position:relative;}
.slide_second{position: relative; margin-left: 8vw;}
.slide_third{position: relative;; margin-left: 50vw;}
.slide_forth{position: relative;; margin-left: 24vw;}
.slide_section{
	position:relative;
    top: 200px;
    right: -500px;
	  opacity:0;
	transition:.4s ease-out;
}

@media screen and (min-width:1025px){
	.ct_hv_main_left, .ct_hv_main .ct_hv_main_right>div{overflow:hidden !important;}
	.ct_hv_main .ct_hv_main_left>div:nth-child(1){position:relative; top:0%; transition:.4s ease !important;}
	.ct_hv_main .ct_hv_main_left>div:nth-child(2){position:absolute; bottom:-100%; transition:.4s ease !important;}
	.ct_hv_main:hover .ct_hv_main_left>div:nth-child(1){top:-100%; transition:.4s ease !important;}
	.ct_hv_main:hover .ct_hv_main_left>div:nth-child(2){bottom:0%; transition:.4s ease !important;}

	.ct_hv_main .ct_hv_main_right>div h2{position:relative; bottom:-100%; transition:.4s ease !important;}
	.ct_hv_main:hover .ct_hv_main_right>div h2{bottom:0%; transition:.4s ease !important;}
}

span.header_ct_bt{padding: 15px 32px;
    border-radius: 5px;
    background: #ff9b4a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;}

@media screen and (min-width:1025px){
	.ab_ct_main_content_ct> div{overflow:hidden !important;}
	.ab_ct_main_content_ct> div h2{position:relative; bottom:-100px; transition:.4s ease;}
	.ab_ct_main_content_ct> div p{position:relative; bottom:-500px; transition:.4s ease;}
	.ab_ct_main:hover .ab_ct_main_content_ct> div h2{bottom:0px; transition:.4s ease;}
	.ab_ct_main:hover .ab_ct_main_content_ct> div p{bottom:0px; transition:.4s ease;}
}

.nav-link-text{color:#dad7d4; font-weight:700;}
/* ul#menu-main-navigation:hover{opacity:0.5;}
ul#menu-main-navigation li:hover{opacity:1.5;} */
ul#menu-main-navigation li{transition:.4s ease;}
.mobile-nav.wd-side-hidden.wd-side-hidden-nav.wd-left.wd-opener-arrow.wd-opened{background:#000 !important; border-right:1px solid #dadada;}
@media screen and (min-width:1025px){
	.ab_ct_main_content_ct{opacity:0; transition:.4s ease;}
	.ab_ct_main:hover .ab_ct_main_content_ct{opacity:1; transition:.4s ease;}
}