/*
	blue: 1a307e
	rose: dd599f
*/


.pr-0{
	padding-right: 0;
}
.lh-13{
	line-height: 1.5em;
}

.ca-blog-item{
	background-size: cover;
    background-position: center center;
}

.vr-section .it-slider__content-title{
	font-size: 80px;
}

#header-sticky .logo img{
	width: 80px;
}

#header-sticky .logo{
	padding: 15px 0;
}

#header-sticky.header-sticky .logo img{
	width: 70px;
}

.it-service__item img{
	width: 100px;
}

.bg-ovr:before,
.ca-blog-item:before{

	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
/*	opacity: .5;*/
/*	background: rgb(26 48 126 / 50%);*/
	background-image: linear-gradient(360deg, rgb(26 48 126) 5.94%,  rgb(26 48 126/10%) 65.56%);
}

.bor-r-6{
	border-radius: 6px;
}

.ca-blog-item:hover:before{
/*	transition: all 1s;*/
	background-image: linear-gradient(360deg, rgb(0 186 242) 5.94%,  rgb(0 186 242/10%) 65.56%);
/*	background: rgb(0 186 242 / 50%);*/
/*	 #00baf2;*/
/*	rgba(0, 0, 0, 0.4);	*/
}


.tp-header__1-main .ca-menu ul li a{
	color: var(--tp-theme-cornblue);
}

.fs-40{
	font-size: 40px;
}

.min-h-405{
	min-height:405px ;
}

.sv-detials-sv-item__title{
	min-height: 50px;
}

.sv-detials-sv-item img{
	width: 60px;
}



.fixed-whatsapp {
	 position: fixed;
    width: 60px;
    height: 60px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    background-color: #25d366;
    bottom: 120px;
    right: 35px;
    z-index: 100;
    line-height: 60px;
}

/*.fixed-whatsapp:hover{
	background-color: #ffffff;
}*/
.fixed-whatsapp:hover i{
	color:  #ffffff;
}

form , form *{
	direction: rtl;
	text-align: right;
}

.mfp-counter{
	direction: ltr;
}