@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

body ,h1 , h2 , h3 , h4 ,h5 ,h6 ,p ,span ,a{
  font-family: 'Cairo', serif;
}

.it-header-3-style.header-sticky {
    background-color: var(--it-common-orient);
}
.it-btn-white span svg {
    margin-left: 0px;
	margin-right: 10px;
}
.it-hero-3-shape-5 {
    position: absolute;
    top: 77%;
}
.it-hero-3-title-box p {
    font-size: 20px;
}
.it-section-subtitle {
    color: #8c0048;
    font-size: 14px;
  /*  background-color: rgb(140 0 72 / 7%);*/
    background-color:rgb(255 255 255 / 81%);
}
.it-section-title {
    text-align: center;
    /*color: #0f4b7b;*/
    color: #ffffff;
    text-shadow: 0px 3px 15px #290015;
}


.it-category-icon .prtnrCls {
    width: 60px;
    margin: 0 0 20px 0;
}

.it-category-item:hover .it-category-icon .prtnrCls{
    width: 65px;
    margin: 0 0 20px 0;
    filter: drop-shadow(2px 4px 6px #555);
}
.it-evenz .it-category-icon span {
    background-color: #0f4b7b;
}
.it-category-item.it-evenz:hover {
    background-color: #0f4b7b;
}

.prtnr-area .it-category-title-box{
	text-align: center;
}
.about-sct .about-img {
    width: 57px;
}

.about-sct .it-about-3-mv-item {
    padding-right: 15px;
}
.it-funfact-4-item p {
    font-size: 26px;
}

.ornt-no h2 {
    color: #f2a227;
    margin-bottom: 42px;
}
.it-video-shape-1,.it-video-shape-2 {
    right: unset;
    left: 0;
}
.it-video-style-4 .it-video-content>span {
    font-size: 18px;
    color: #ffc107;
}
.it-event-style-4 .it-event-2-item:hover .it-event-2-date {
    background-color: #0f4b7b;
}

.it-btn-blue:hover  {
    padding: 0 45px;
    transition: .4s;
    border-radius: 5px;
    z-index: 1;
    background-color: #0f4b7b;
}

.it-faq-thumb img {
    border: 1px solid #dadada;
    padding: 2px;
    border-radius: 7px;
}
.it-section-subtitle-2 {
    color: #8c0048;
    font-size: 20px;
    background-color: rgb(140 0 72 / 10%);
}
.it-section-subtitle-3 {
    color: #0f4b7b;
    font-size: 20px;
}
.it-custom-accordion .accordion-buttons {
    text-align: right;
}
.it-custom-accordion .accordion-buttons::after {
    right: unset;
	left: 30px;
}
.it-custom-accordion-style-2 .accordion-buttons:not(.collapsed) {
    background-color: #8c0048;
}
.it-testimonial-3-shape-1 {
    right: unset;
	left: -60px;
}
.it-testimonial-3-avata {
    margin-right: unset;
	margin-left: 27px;
}
.test-slider-dots {
	right: unset;
    left: 50px;

}
.it-footer-social a:not(:last-child) {
    margin-right: unset;
	margin-left: 7px;
}
.it-footer-list ul li {
    padding-left: unset;
	padding-right: 30px;
}
.it-footer-list ul li a i {
    left: unset;
	right: 0;
}
[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}








@media(max-width:1052px){
	.it-testimonial-3-shape-1 {
	display: none;
	}
}

@media(min-width:992px){
	
#slider_prtnr .it-category-item:hover {
    background-color: var(--it-theme-1);
}	
#slider_prtnr .it-category-item.it-evenz:hover {
    background-color: #0f4b7b;
}
	/*Add partener T top*/
#slider_prtnr .it-category-item {
    border-radius: 10px;
    padding: 0px 15px;
    padding-top: 30px;
    background-color: var(--it-grey-1);
    transition: .5s;
}

#slider_prtnr.it-category-area.pt-120.pb-120.prtnr-area{
    position: relative;
    padding: 0;
    margin-top: -325px;
    z-index: 99999;
}
#slider_prtnr .it-category-icon span {
    margin-bottom: 13px;
}
/*
#slider_prtnr .it-section-subtitle {
    margin-bottom: unset;
	margin-top: 25px;
}
*/
/*Add partener T top*/
	
	/*
	.it-category-item {
		border-radius: 10px;
		padding: 0px 15px;
		padding-top: 30px;
		background-color: var(--it-grey-1);
		transition: .5s;
	}
	.it-category-area.pt-120.pb-120.prtnr-area{
		position: relative;
		padding: 0;
		margin-top: -190px;
		z-index: 99999;
	}
	*/
}

