:root {
	/*===== Colors =====*/
	--card-01-color-01: #0f2fb0;
	--card-01-color-02: #078586;
	--color-white-card-bg-body: #fff;
	--text-disabled-color: #b2b2b23f;

	/*===== border =====*/
	--card-border-radius-10: 10px;
	--card-bord-r-15: 15px;
	--box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 9%);
}

/* --General style-- */
.font-s-15 {
	font-size: 15px;
}

.h-100 {
	height: 100%;
}

.w-100 {
	width: 100%;
}

.bord-r-15 {
	border-radius: 15px;
}

.overflow-h {
	overflow: hidden;
}

.box-shadow-19 {
	box-shadow: 0px 0px 19px 0px #b7b9be;
}

.skeleton-card {
	background-color: var(--color-white-card-bg-body);
	border-radius: 15px;
	box-shadow: var(--box-shadow);
}

ul p {
	margin-right: 10px;
	line-height: 1.4;
}

.psn-asle {
	position: absolute;
	z-index: 9;
}

.psn-rve {
	position: relative;
	z-index: 8;

}

/* Fixing the photo size with the parent element */
.photo-size {
	max-width: 100%;
}

/* ########Start of page style targeted ads######### */
/* style Header at the top of the page */


.title-top .title-1 {
	font-size: 25px;
	font-weight: 700;
	color: var(--card-01-color-01);
}

.title-top .title-2 {
	color: var(--card-02-color-01);
}

/* style Price boxes */
.Price-card-1 {
	border-radius: 30px;
	background: linear-gradient(90deg, rgba(103, 53, 2, 1) 0%, rgba(172, 95, 13, 1) 35%, rgba(246, 170, 93, 1) 100%);
	box-shadow: 0px 0px 19px 0px #b7b9be;
}
.Price-card-headet-1 {
	color: #fff;
	text-align: center;
	font-size: 10px;
}
.Price-card-headet-1 h2 {
	font-size: 34px !important;
}
.Price-card-headet-1 p {
	font-weight: 900;
}
.Price-card-center-1 {
	background-color: var(--color-white-card-bg-body);
	border-radius: 30px 30px 0px 0px;
	border-bottom: 2px solid #ebebeb;
	padding-top: 70px !important;
}
.Price-card-center-1 ul li i {
	color: var(--card-01-color-02);
	font-size: 20px;
}

.Price-card-center-1 .bottom ul li i.red {
	color: red;
}
.Price-card-li ul {
	padding: 0px;
}
.Price-card-li ul li {
	border-radius: 5px;
	word-spacing: -3px;
	line-height: 22px;
	font-size: 15px;
	padding: 5px;
	margin: 5px;
}



.back-off {
	background-color: #d7a364;
}







.Price-card-footer-1 {
	background-color: var(--color-white-card-bg-body);
	border-radius: 0px 0px 30px 30px;
	text-align: center;
}

/* style Price boxes */

.Price-card-footer-1 h4 span {
	font-size: 20px;
}

.Price-card-footer-1 h4 strong {
	font-size: 35px;
}



/* .Price-card .bottom ul li:nth-child(2n+1) {
	background-color: #f0f3f9;
} */

.button-bottom-1 {
	display: inline-block;
	padding: 24px 45px;
	transition: all .5s;
	background: linear-gradient(90deg, rgba(103, 53, 2, 1) 0%, rgba(172, 95, 13, 1) 35%, rgba(246, 170, 93, 1) 100%);
	border-radius: 40px;
	font-weight: 600;
	color: #fff;
}

.button-bottom:hover {
	display: inline-block;
	font-size: 15px;
	border-radius: 40px;
	border: 2px solid var(--card-01-color-01);
	background: var(--card-01-color-01);
	color: var(--color-white-card-bg-body);
	padding: 24px 45px;
}






.Price-card-2 {
	border-radius: 30px;
	background: linear-gradient(90deg, #032c42, #85D8CE);
	box-shadow: 0px 0px 19px 0px #b7b9be;
}

.Price-card-center-2 {
	background-color: var(--color-white-card-bg-body);
	border-radius: 30px 30px 0px 0px;
	border-bottom: 2px solid #ebebeb;
	padding-top: 70px !important;
}

.Price-card-headet-2 {
	color: #fff;
	text-align: center;
}

.Price-card-headet-2 h2 {
	font-size: 34px !important;
}

.Price-card-headet-2 p {
	font-weight: 900;
}

.Price-card-footer-2 {
	background-color: var(--color-white-card-bg-body);
	border-radius: 0px 0px 30px 30px;
	text-align: center;
}

/* style Price boxes */

.Price-card-footer-2 h4 span {
	font-size: 36px;
}

.Price-card-footer-2 h4 span {
	font-size: 20px;
}

.Price-card-footer-2 h4 strong {
	font-size: 35px;
}

.Price-card-center-2 ul li i {
	color: var(--card-01-color-02);
	font-size: 20px;
}

.Price-card-center-2 ul li i.red {
	color: red;
}

/* .Price-card .bottom ul li:nth-child(2n+1) {
	background-color: #f0f3f9;
} */

.button-bottom-2 {
	display: inline-block;
	padding: 24px 45px;
	transition: all .5s;
	background: linear-gradient(90deg, #032c42, #85D8CE);
	border-radius: 40px;
	font-weight: 600;
	color: #fff;
}

.button-bottom:hover {
	display: inline-block;
	font-size: 15px;
	border-radius: 40px;
	border: 2px solid var(--card-01-color-01);
	background: var(--card-01-color-01);
	color: var(--color-white-card-bg-body);
	padding: 24px 45px;
}






.Price-card-3 {
	border-radius: 30px;
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
	box-shadow: 0px 0px 19px 0px #b7b9be;
}

.Price-card-center-3 {
	background-color: var(--color-white-card-bg-body);
	border-radius: 30px 30px 0px 0px;
	border-bottom: 2px solid #ebebeb;
	padding-top: 70px !important;
}

.Price-card-headet-3 {
	color: #fff;
	text-align: center;
}

.Price-card-headet-3 h2 {
	font-size: 34px !important;
}

.Price-card-headet-3 p {
	font-weight: 900;
}

.Price-card-footer-3 {
	background-color: var(--color-white-card-bg-body);
	border-radius: 0px 0px 30px 30px;
	text-align: center;
}

.Price-card-footer-3 h4 span {
	font-size: 20px;
}

.Price-card-footer-3 h4 strong {
	font-size: 35px;
}

/* style Price boxes */



.Price-card-center-3 ul li i {
	color: var(--card-01-color-02);
	font-size: 20px;
}

.Price-card-center-3 ul li i.red {
	color: red;
}

/* .Price-card .bottom ul li:nth-child(2n+1) {
	background-color: #f0f3f9;
} */

.button-bottom-3 {
	display: inline-block;
	padding: 24px 45px;
	transition: all .5s;
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
	border-radius: 40px;
	font-weight: 600;
	color: #fff;
}

.button-bottom:hover {
	display: inline-block;
	font-size: 15px;
	border-radius: 40px;
	border: 2px solid var(--card-01-color-01);
	background: var(--card-01-color-01);
	color: var(--color-white-card-bg-body);
	padding: 24px 45px;
}






.Price-card-4 {
	border-radius: 30px;
	background: linear-gradient(90deg, rgba(29, 0, 36, 1) 0%, rgba(108, 33, 136, 1) 38%, rgba(197, 85, 247, 1) 100%);
	box-shadow: 0px 0px 19px 0px #b7b9be;
}

.Price-card-center-4 {
	background-color: var(--color-white-card-bg-body);
	border-radius: 30px 30px 0px 0px;
	border-bottom: 2px solid #ebebeb;
	padding-top: 70px !important;
}

.Price-card-footer-4 h4 span {
	font-size: 20px;
}

.Price-card-footer-4 h4 strong {
	font-size: 35px;
}

.Price-card-headet-4 {
	color: #fff;
	text-align: center;
}

.Price-card-footer-4 {
	background-color: var(--color-white-card-bg-body);
	border-radius: 0px 0px 30px 30px;
	text-align: center;
}

/* style Price boxes */

.Price-card-center-4 ul li i {
	color: var(--card-01-color-02);
	font-size: 20px;
}

.Price-card-center-4 ul li i.red {
	color: red;
}
.bg-li-off{
    background-color:#bbfaeb ;
    border-radius: 30px;
border: 4px solid #45d6c0;
}
.button-bottom-4 {
	display: inline-block;
	padding: 24px 45px;
	transition: all .5s;
	background: linear-gradient(90deg, rgba(29, 0, 36, 1) 0%, rgba(108, 33, 136, 1) 38%, rgba(197, 85, 247, 1) 100%);
	border-radius: 40px;
	font-weight: 600;
	color: #fff;
}

.button-bottom:hover {
	display: inline-block;
	font-size: 15px;
	border-radius: 40px;
	border: 2px solid var(--card-01-color-01);
	background: var(--card-01-color-01);
	color: var(--color-white-card-bg-body);
	padding: 24px 45px;
}




/* Table style of banner ads */

.table-custom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index: 1;
}

.table-tc {
	width: 180px;
	margin: 6px !important;
	padding: 0px !important;
}

.table-custom .table-tc:first-child {
	width: 500px;
}

.table-th {
	display: flex;
	margin-bottom: 20px !important;
	text-align: center;
	color: #ffffff;
	padding: 5px;
	margin: 2px;
	border-radius: 15px;
	background-color: #5788d4;
	box-shadow: 0px 0px 19px 0px #b7b9be;
	flex-direction: column;
	height: 55px;
}

.table-th strong {
	font-size: 22px;
}

.table-th span {
	font-size: 10px;
}

.table-custom .table-tc:first-child .table-th {
	background-color: #38315a;
}

.table-custom .table-tc:first-child .table-td {
	border-bottom: 1px dashed #ffffff;
	flex-direction: row;
}

.table-td small {
	font-size: 10px;
	margin-right: 5px;
}

.table-td {
	border-bottom: 1px dashed #BF8B32;
	height: 55px;
	margin: 6px 0;
	padding: 14px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.table-content {
	text-align: center;
	font-size: 20px;
	border-radius: 15px;
	background-color: #ffffffc4;
	box-shadow: 0px 0px 19px 0px #b7b9be;
}

.table-custom .table-tc:first-child .table-content {
	background-color: #eeaf3e;
}

.prices-bgc:nth-child(2n+2) {
	background-color: #e9e8f6;
}

.prices-bgc{
	padding: 100px 0;
}

.table-custom .table-tc .table-content :last-of-type {
	border: none;
}
.prices-bgc{
	position: relative;
}
.prices-bgc .tabl-img-bg-2{
	position: absolute;
	top: 0;
	right: 0;
}
.prices-bgc .tabl-img-bg-1{

	position: absolute;
	bottom: 0;
	left: 0;
}


@media only screen and (max-width:576px) {
	.prices-bgc .tabl-img-bg-1{
		display: none;
	}
	.prices-bgc .tabl-img-bg-2{
		display: none;
	}
	.prices-bgc{
		padding: 50px 0;
	}
	.title-top-tabl h2{
	font-size: 25px;
	}

	.table-custom .table-td {
		font-size: 16px;
	}

	.table-custom {
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
	}

	.table-tc {
		width: 90px;
		margin: 5px !important;
		padding: 0px !important;
		flex-shrink: 0;

	}

	.table-td {
		border-bottom: 1px dashed #BF8B32;
		height: 55px;
		margin: 6px 0;
		padding: 10px 4px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}


	.table-custom .table-tc:first-child .table-content .table-td {
		font-size: 14px;
	}

	.table-custom .table-tc:first-child .table-th strong {
		font-size: 20px;
	}

	.table-custom .table-tc:first-child {
		flex-grow: 1;
		flex-shrink: 1;
	}

	.table-th strong {
		font-size: 14px;
	}

	.table-th span {
		font-size: 9px;
	}


	.table-td small {
		font-size: 10px;
		margin-right: 2px;
	}
}

@media only screen and (min-width:576px) {

	.prices-bgc .tabl-img-bg-1{
		display: none;
	}
	.prices-bgc .tabl-img-bg-2{
		display: none;
	}

	.table-custom .table-td {
		font-size: 20px;
	}

	.table-tc {
		width: 120px;
		margin: 5px !important;
		padding: 0px !important;
		flex-shrink: 0;
	}

	.table-custom .table-tc:first-child .table-content .table-td {
		font-size: 20px;
	}

	.table-custom .table-tc:first-child .table-th strong {
		font-size: 20px;
	}

	.table-th strong {
		font-size: 20x;
	}

	.table-th span {
		font-size: 10px;
	}


	.table-td small {
		font-size: 12px;
		margin-right: 2px;
	}
}
@media only screen and (min-width:768px) {

	.table-tc {
		width: 180px;
		margin: 6px !important;
		padding: 0px !important;
		flex-shrink: 0;

	}

	.table-custom .table-tc:first-child .table-content .table-td {
		font-size: 25px;
	}

	.table-custom .table-tc:first-child .table-th strong {
		font-size: 30px;
	}

	.table-th strong {
		font-size: 25x;
	}

	.table-th span {
		font-size: 14px;
	}


	.table-td small {
		font-size: 14px;
		margin-right: 2px;
	}
}

@media only screen and (min-width:992px) {

.prices-bgc .tabl-img-bg-1{
	display:inline-block
}
.prices-bgc .tabl-img-bg-2{
	display:inline-block
}
}
/*end*/

/* #########Start page style about us site######### */

/* style-introduction */
.bg-1 {
	background: linear-gradient(90deg, #8b4818, #4e4e4e);
}

/* style-achievement */
.bg-3 {
	background: linear-gradient(90deg, #1d31a0, #01014A);
}

/* style-Goals */
.bg-5 {
	background: url(/images/usersguide/bitmap4544.png);
	background-size: cover;
}

.bg-5::after {
	position: absolute;
	content: '';
	position: absolute;
	background-color: #fff;
	opacity: 0.4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/* style-vision */
.bg-2 {
	background: var(--texte-color-1);
}

/* style-Major-activity */
.bg-7 {
	background-color: #F0F3F9;
}

.box-Major-activity {
	border-radius: 0px 25px 25px 0px;
	box-shadow: 1px -2px 13px 6px rgb(0 0 0 / 9%);
}

.box-Major-activity .icon-image img {
	width: 38px;
}

.icon-image {
	background: var(--card-01-color-01);
	width: 81px;
	height: 81px;
	top: -21px;
	right: -18px;
	border: 6px solid white;
}

.box-number {
	top: 25px;
	left: 25px;
	font-size: 30px;
	color: var(--card-01-color-01);
}

/*end*/

/* ##########Start page style the contact######## */

/* -- Forms section -- */
.form-group i {
	top: 33px;
	left: 13px;
	color: #b6b6b6;
}

/* Contact information section  */
.card-information {
	border: 1px solid #b6b6b6;
	border-radius: var(--card-border-radius-10);
	transition: all .5s;
}

.card-information:hover {
	box-shadow: var(--box-shadow);
	background-color: #ffffff9a;
	border-color: #ffffff9a;
}

.card-information div i {
	font-size: 17px;
	color: white;
}

.card-information div.bg-icon {
	width: 35px;
	height: 35px;
	background-color: var(--card-01-color-01);
}

/* Social symbol part */
.social-symbol ul li a {
	background-color: #cbcbcba3;
	width: 40px;
	height: 40px;
	border: 0.1px solid #b6b6b6;
}

.social-symbol ul li .telegram .bg-i-social,
.social-symbol ul li .twitter .bg-i-social,
.social-symbol ul li .aparat .bg-i-social,
.social-symbol ul li .instagram .bg-i-social {
	transition: all .4s;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
}

.social-symbol ul li .telegram .bg-i-social {
	background-image: url(/images/usersguide/i-telegram-b.svg);
}

.social-symbol ul li .twitter .bg-i-social {
	background-image: url(/images/usersguide/i-twitter-b.svg);
}

.social-symbol ul li .aparat .bg-i-social {
	background-image: url(/images/usersguide/i-aparat-b.svg);
}

.social-symbol ul li .instagram .bg-i-social {
	background-image: url(/images/usersguide/i-instagram-b.svg);
}

.social-symbol ul li a:hover>.bg-i-social {
	width: 30px;
	height: 30px;
}

.social-symbol ul li .instagram:hover {
	background: linear-gradient(128deg, #2c3b7e, #405DE6, #405DE6, #C13584, #E1306C, #FD1D1D, #F56040, #FFDC80);
	border: 0.1px solid #1856d192;
}

.social-symbol ul li a.instagram:hover>.bg-i-social {
	background: url(/images/usersguide/i-instagram-w.svg);
	background-size: 30px 30px;
}

.social-symbol ul li a.aparat:hover {
	background-color: #ed1c60;
	border: 0.1px solid #de0b52;
}

.social-symbol ul li a.aparat:hover>.bg-i-social {
	background-image: url(/images/usersguide/i-aparat-w.svg);
	background-size: 30px 30px;
}

.social-symbol ul li a.twitter:hover,
.social-symbol ul li a.telegram:hover {
	background-color: #08B1F0;
	border: 0.1px solid #059cd2;
}

.social-symbol ul li a.twitter:hover>.bg-i-social {
	background: url(/images/usersguide/i-twitter-w.svg);
	background-size: 30px 30px;
}

.social-symbol ul li a.telegram:hover>.bg-i-social {
	background: url(/images/usersguide/i-telegram-w.svg);
	background-size: 30px 30px;
}

/* ##########end page style the contact######## */