.header {
    position: relative;
    min-height: 100vh;
    z-index: 1;

}
.logo {
    max-width: 130px;
}


.sub-slider-header {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.top-par {
    /* position: absolute; */
    top: 0;
    width: 100%;
    z-index: 88;
    direction: ltr;
    height:100px;
    padding: 18px 0 0;
}
.top-par .main-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.icons-top-par {
    display: flex;
    gap: 20px;
    align-items: center;
}

.language a,
.menu-div {
    color: var(--default_main_fife_color);
    font-size: 20px;
    width: 50px;
    line-height: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--default_main_fife_color);

    border-radius: 50%;
}
.language a span {
    padding-bottom: 7px;
}

.text-slider-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*gap: 25px;*/
    padding-top: 100px;
}




.text-slider-header p {
    width: 100%;

}


.ctm-btn1 {
    background-color: transparent;
    border: 1px solid var(--default_main_second_color);
    display: inline-block;
    min-width: 160px;
    padding: 8px 0;
    height: 50px;

    color: var(--color_btn);
    text-align: center;
    transition: all 0.4s linear;


}

.ctm-btn1:hover {
    background-color: var(--default_main_second_color);
    color: var(--color_hover);
}




.owl-carousel .animated {
    animation-duration: 3000ms !important;
    animation-fill-mode: both;
}


.sub-slider-header {
    background-size: cover;
    width: 100%;
    min-height:  calc(100vh - 100px);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.img-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.233);
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.2);
    transition: all 0.7s linear;

    z-index: -3;
}
.img-slider::after{
    content:"";
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
    background:#000;
    opacity:.4;
}

/*.sub-slider-header::before {*/
    /*clip-path: polygon(44% 0, 100% 0%, 100% 100%, 0 100%);*/
/*    width: 10%;*/
/*    background-color: var(--color-background);*/
/*    height: 100%;*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    transform-origin: right bottom;*/
    /* transform: scaleX(0.1); */
/*    pointer-events: none;*/

/*    transition: all 0.7s linear;*/

/*    z-index: -1;*/
/*}*/
.sub-slider-header::after {
    /*clip-path: polygon(44% 0, 100% 0%, 100% 100%, 0 101%);*/
    width: 10%;
    background-color: var(--color_header);
    height: 100%;
    content: "";
    transform-origin: right bottom;
    /* transform: scaleX(0.1); */
    position: absolute;
    pointer-events: none;
    transition: all 0.7s linear;
    right: 0;
    pointer-events: none;
    opacity:.9;
    z-index: -2;
    top: 0;
}


/*.owl-item.active .sub-slider-header::before {*/
/*    transform-origin: right bottom;*/
/*    transform: scaleX(1);*/
/*    width: 58%;*/
/*    transition-delay: 0.4s;*/


/*}*/
.owl-item.active .sub-slider-header::after {
    transform-origin: right bottom;

    width: 50%;
    transition-delay: 0.4s;

}


.header-pages.active .sub-slider-header::before {
    transform-origin: right bottom;
    transform: scaleX(1);
    width: 58%;
    transition-delay: 0.4s;


}
.header-pages.active .sub-slider-header::after {
    transform-origin: right bottom;

    width: 58.5%;
    transition-delay: 0.4s;

}
.owl-item.active .img-slider {
    transform: scale(1);
    transition-delay: 0.2s;

}
.text-slider-header {
    overflow: hidden;
}
.text-slider-header p {
    font-size: 20px;
}

.text-slider-header p  span{
    margin-bottom: 10px;

}
.title-text-slider-header {
    display: flex;
    align-items: center;
    width:100%;
    gap: 10px;
}

.title-text-slider-header h2 {
    font-family: "font_bold";
    color: var(--color_hover);
}
.title-text-slider-header img{
    width: 25px !important;
    object-fit: contain;
    height: 25px;
}
.btn-silder {
    transform: translateY(100%);
    opacity: 0;
    transition:all .6s linear ;
    transition-delay: 1.5s;
}
.owl-item.active .btn-silder {
    transform: translateY(0%);
    opacity: 1;
}
.medium-title {
    font-size: 24px;
    line-height: 1.4;
    font-family: "font_bold";
    font-weight: 500;

}

.slider-title-fill {
    white-space: normal;
    position: relative;
    display: block;
}
/*.slider-title-fill:before,*/
/*.slider-title-fill:after {*/
/*	content: attr(data-text);*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	color: var(--default_main_second_color);*/
/*	-webkit-transform: translateY(-50%);*/
/*	    -ms-transform: translateY(-50%);*/
/*	        transform: translateY(-50%);*/
/*	right: 0;*/
/*	-webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);*/
/*		-o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);*/
/*			transition: 1s cubic-bezier(.767, .01, .18, 1.01);*/
/*	width: 0%;*/
/*    height: 100%;*/
/*    display: flex;*/

    /*opacity:0;*/
/*    align-items: center;*/
/*	white-space: nowrap;*/
/*	overflow: hidden;*/
/*	-webkit-transition-delay: 1s;*/
/*	    -o-transition-delay: 1s;*/
/*	        transition-delay: 1s;*/
/*}*/

/*.slider-title-fill:after {*/
/*	color: var(--default_main_fife_color);*/
/*	-webkit-transition-delay: 1.3s;*/
/*	-o-transition-delay: 1.3s;*/
/*	transition-delay: 1.3s;*/
/*}*/

/*.slider-title-fill::before {*/
/*	color: var(--color-background);*/
/*	opacity:.7 ;*/
/*}*/


/*.red-color {*/
/*    color: var(--color-background);*/
/*}*/



/*.owl-item.active .slider-title-fill:before,*/
/*.owl-item.active .slider-title-fill:after {*/
/*	width: 100%;*/

/*}*/
/*.header-pages.active .slider-title-fill:before,*/
/*.header-pages.active .slider-title-fill:after {*/
/*	width: 100%;  */
	/*opacity:1;*/

	/*transform: translateY(-50%)translatex(0%) ;*/

/*}*/


.dark-bg-1 .slider-title-fill:before,
.dark-bg-2 .slider-title-fill:before {
	color: var(--color-background);
	line-height: 1.7;
}

.red-bg .slider-title-fill:before {
	color: var(--color-background);

}

.light-bg-2 .slider-title-fill:after {
	background: #f0f0f0;
	
}

.dark-bg-1 .slider-title-fill:after {
	background: transparent;
	line-height: 1.7;
}

.dark-bg-2 .slider-title-fill:after {
	background: #1b2a2f;
}

.red-bg .slider-title-fill:after {
	background: transparent;
}

.slider-tr-delay01.slider-title-fill:after {
	-webkit-transition-delay: 1.4s !important;
	    -o-transition-delay: 1.4s !important;
	        transition-delay: 1.4s !important;
}

.slider-tr-delay02.slider-title-fill:after {
	-webkit-transition-delay: 1.5s !important;
	    -o-transition-delay: 1.5s !important;
	        transition-delay: 1.5s !important;
}

.slider-tr-delay03.slider-title-fill:after {
	-webkit-transition-delay: 1.6s !important;
	    -o-transition-delay: 1.6s !important;
	        transition-delay: 1.6s !important;
}

.slider-tr-delay04.slider-title-fill:after {
	-webkit-transition-delay: 1.7s !important;
	    -o-transition-delay: 1.7s !important;
	        transition-delay: 1.7s !important;
}

.slider-tr-delay05.slider-title-fill:after {
	-webkit-transition-delay: 1.8s !important;
	    -o-transition-delay: 1.8s !important;
	        transition-delay: 1.8s !important;
}

.slider-tr-delay06.slider-title-fill:after {
	-webkit-transition-delay: 1.9s !important;
	    -o-transition-delay: 1.9s !important;
	        transition-delay: 1.9s !important;
}

.slider-tr-delay07.slider-title-fill:after {
	-webkit-transition-delay: 2s !important;
	    -o-transition-delay: 2s !important;
	        transition-delay: 2s !important;
}

.slider-tr-delay08.slider-title-fill:after {
	-webkit-transition-delay: 2.1s !important;
	    -o-transition-delay: 2.1s !important;
	        transition-delay: 2.1s !important;
}

.slider-tr-delay09.slider-title-fill:after {
	-webkit-transition-delay: 2.2s !important;
	    -o-transition-delay: 2.2s !important;
	        transition-delay: 2.2s !important;
}

.slider-tr-delay10.slider-title-fill:after {
	-webkit-transition-delay: 2.3s !important;
	    -o-transition-delay: 2.3s !important;
	        transition-delay: 2.3s !important;
}



.header .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 110px;
    justify-content: center;
}
.header .owl-dots {
    position: absolute;
    bottom: 2%;
    margin: auto;
    left: 0;
    width: 91%;
    right: 0;
    display: flex;
    pointer-events: none;
}
.header .owl-dots button{
    pointer-events: fill;    

}
.header  .owl-nav span {
    color: transparent;
    width: 20px;
    display: flex;
    height: 20px;
    background-position: center;
    background-image: url(../images/ar-ri.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    background: #9b2729;
    position: relative;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid var(--default_main_fife_color);
}
.owl-dots {
    width:30px;
    height:30px;
    
}
.owl-theme .owl-dots .owl-dot.active span::after {
    content: "";
    width: 26px;
    height: 26px;
    right: -8px;
    position: absolute;
    border-radius: 50%;
    top: -8px;
    border: 1px solid var(--default_main_fife_color);
}

 .owl-theme .owl-dots .owl-dot.active span,  .owl-theme .owl-dots .owl-dot:hover span {
    background: #9b2729;
}


.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}



.loading {
    background-color: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    z-index: 9999999999999999;
}


.spin3 {
    display: flex;
    position: relative;
    justify-content: center;
}
.spin3 {
    display: flex;
    width: 160px;
    height: 160px;
    position: relative;
    justify-content: center;
}
.spin3 div {
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
    animation: spin linear infinite;
    border-bottom-color: var(--default_main_second_color);
}
.spin3 .c1 {
    width: 120px;
    height: 120px;
    animation-duration: 1s;
}
.spin3 .c2 {
    top: -10px;
    width: 140px;
    height: 140px;
    animation-duration: 1.25s;
}
.spin3 .c3 {
    top: -20px;
    width: 160px;
    height: 160px;
    animation-duration: 1.50s;
}
@keyframes spin {
    from {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
.loding-logo {
    width: 75px;
    padding-top: 50px;
}








.header2 .sub-slider-header::before ,  .header2 .sub-slider-header::after {
    display: none;
}


.header2 .slider-title-fill:before,
.header2 .slider-title-fill:after {

	color: var(--color-background);

}

.header2 .slider-title-fill:after {
	color: var(--default_main_second_color);
}
.header2 {
    z-index: 1;
}
.header2 .img-slider::after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--default_main_fife_color);
    opacity: .60;
    z-index: -1;
}
.header2 .text-slider-header {
    width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;

}


.header2 p .slider-title-fill:before{
	color: var(--default_main_second_color);
}
.header2 p .slider-title-fill::after{
	color: #1b2a2f ;
}

.header .ctm-btn1 {
    border-color:var(--default_main_fife_color);
}

.header .ctm-btn1:hover {
    background:var(--default_main_fife_color) ;
    color:var(--default_main_second_color);
}

.title-text-slider-header img{
    filter: brightness(0) invert(1);
}
.header .owl-nav span {
        filter: brightness(0) invert(1);

    
}
.header .owl-nav {
    display: none;
}

.header .owl-dots {
    justify-content: end;

}

button.owl-dot.active {
    background: #363636;
    border-radius: 50%;
    height: 26px;
    width: 25px;
}

.owl-nav {
    display:flex;
    gap:20px ; 
    justify-content:center;
    align-items:center;
}
.owl-nav button {
    width: 40px;
    margin: 0  !important;
    border: 1px solid var(--default_main_second_color) !important;
    height: 40px;
    display: flex !important;
        position: relative;
    align-items: center;
    justify-content: center;
}

.owl-nav button span{
    line-height:0;
    color:transparent;
}
.owl-nav button::after {
    content: "";
    position: absolute;
    background-image: url(../images/ar-ri.png);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 55%;
    height: 55%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

button.owl-next {
    transform: scaleX(-1);
}

.counter-about-index {
    padding: 85px 0;
    z-index: 1;
    background-image: none !important;
    margin: 0 !important;
    position: relative;
    background-attachment: fixed;
    background-position: center;
}

/*.counter-about-index::after{*/
/*    content:"";*/
/*    width:100%;*/
/*    height:100%;*/
/*    top:0;*/
/*    left:0;*/
/*    right:0;*/
/*    z-index: -1;*/
/*    position:absolute;*/
/*    background:#000;*/
/*    opacity:.8;*/
    
/*}*/

.counter-box p {
    color: var(--default_main_fife_color);
    font-size: 18px;
}

.text-slider-header {
    width: 100%;
}

.text-slider-header  .main-container  , .p-sub-header  .main-container {
    width: 90%;
    margin: 0 auto;
    display:flex;
    gap:20px ;
    align-items: center;
}

.title-text-slider-header {

    padding: 25px 0;
    border-top: 2px solid var(--color_btn);
    border-bottom: 2px solid var(--color_header);
}
.text-slider-header p {
    color: var(--color_hover);
}


.header .ctm-btn1 {
    border-color: var(--color_hover);
    color: var(--color_hover);
}

.header .ctm-btn1:hover {
    background: var(--color_header);
    color: var(--color_hover);
    border: none;
}

.text-slider-header p {
    width: 60%;
}

.header .owl-nav {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    left: 0;
    margin: auto;
    right: 0;
    gap: 110px;
    width: 98%;
    justify-content: space-between;
}


.header .owl-nav button::after {
    filter: brightness(0) invert(1);

}

.header .owl-nav button {
    border-color: var(--color_hover)!important;
}

.header-pages .text-slider-header p {
    font-size: 17px !important;
}

.title-text-slider-header {
    background: #00000038;
}