/*
Theme Name: MISK MEDIA
Theme URI: https://misk-media.com//
Author: Ayad CHOKRI
Author URI: http://ayadchokri.com/

*/

body {
	font-family: 'Changa', sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	direction: rtl;
}
h1, h2, h3, h4, h4, h5, h6 {
	font-weight: 600;
    line-height: 1.2;
}
p {
	font-size: 18px;
}
*:focus {
	outline: none !important;
	box-shadow: none!important;
}
a {
	text-decoration: none;
	color: #004777;
}
a:hover {
	text-decoration: none;
	color: #004777;
}
hr {
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: 1px solid rgba(148, 148, 148, 0.1);
}
ul {
	margin: 0;
}
* {
	outline: none;
}
iframe, img {
	max-width: 100%;
	height: inherit;
}
p {
	margin-bottom: 20px;
	line-height: 1.6;
	;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.btn {
	background: #0575E6;
	color: #fff;
	font-size: 18px;
	border-radius: 70px;
	padding: 8px 30px;
}
.btn:hover {
	color: #fff;
	background-color: #0575e6;
	border-color: #0575e6;
}
header.header_area {
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	z-index: 35;
}
header.header_area.sticky {
	background-color: #0575E6;
	background: linear-gradient(to right, #021B79, #0575E6);
}
header.header_area .logo-wrap {
	margin: 10px 0;
}
header.header_area .logo-wrap img {
    height: 80px;
    margin-top: 10px;
}
a.mainM_t {
	display: none
}
header.header_area .mainMenu {
    margin-top: 10px;
    position: relative;
    padding-top: 50px;
}
header.header_area .mainMenu .top__menu {
    position: absolute;
    top: 10px;
    display: flex;
    width: 100%;
    justify-content: end;
    color: #fff;
    gap: 10px;
    align-items: center;
    padding-right: 15px;
}
header.header_area .mainMenu .top__menu .social__media_wrapper ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 15px;
}
header.header_area .mainMenu .top__menu .social__media_wrapper a {
    color: #fff;
    font-size: 24px;
}
.navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
}
.navigation-main ul {
	min-width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: -999em;
}
.navigation-main li {
	display: inline-block;
	position: relative;
}
.navigation-main li.focus>ul, .navigation-main li:hover>ul {
	top: auto;
	left: auto;
}
.navigation-main li li {
	display: block;
}
.navigation-main li li.focus>ul, .navigation-main li li:hover>ul {
	right: 100%;
	top: 0;
}
.navigation-main a {
	color: #fff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 10px 15px;
	text-align: left;
	font-weight: 600;
}
.navigation-main a.active,
.navigation-main a:hover {
	color: #ffd707;
}
.navigation-main .menu-item-has-children>a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 4px solid transparent;
	border-top-color: currentColor;
}
.navigation-main ul .menu-item-has-children>a::before {
	left: 10px;
	border-top-color: transparent;
	border-left-color: currentColor;
	transform: rotate(180deg);
	right: initial;
	margin-top: -5px;
}
.navigation-main ul {
	background-color: #00000080;
}
#intro {
	position: relative;
	height: 700px;
	padding-top: 250px;
	overflow: hidden !important;
	background: rgb(56, 0, 131);
	background: linear-gradient(90deg, rgba(56, 0, 131, 1) 0%, rgba(107, 19, 227, 1) 53%, rgba(107, 19, 227, 1) 100%);
    background-image: url(assets/img/bg.png);
	background-size: cover;
    text-align: center;
}
#intro .shape-bottom {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}
#intro .gradient-shape {
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.intro_wrapper {
	position: relative;
	z-index: 9;
}
.intro_wrapper h1 {
	color: #fff;
	font-size: 70px;
	margin-bottom: 30px;
}
.intro_wrapper h2 {
	text-align: center;
	color: #fff;
	font-size: 50px;
	margin-bottom: 30px;
}
.intro_wrapper h3 {	
	color: #fff;
	line-height: 2;
    font-size: 24px;
}
.intro_wrapper .container {
	position: relative;
}
.intro_wrapper .hero_content {
	padding: 0 160px;
}
.intro_wrapper .social__media_wrapper:before {
	content: "";
	display: block;
	background-color: #fff;
	top: -100px;
    right: 12px;
	width: 1px;
	height: 80px;
    position: absolute;
}
.intro_wrapper .social__media_wrapper {
    position: absolute;
    right: 50px;
    top: 90px;
}
.intro_wrapper .social__media_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.intro_wrapper .social__media_wrapper a {
    color: #fff;
    font-size: 26px;
}
.intro_wrapper .list_coa {
	margin-top: 60px;
	text-align: center;
}
.intro_wrapper .list_coa a {
	margin: 0 10px;
}
.intro_wrapper .list_coa .btn {
	font-size: 24px;
	padding: 10px 30px;
	border-radius: 40px;
}
.intro_wrapper .list_coa .btn_outline {
	background: none;
	border: 2px solid #fff;
	color: #ffff;
}
.intro_wrapper .list_coa img {
	height: 70px;	
	margin-bottom: 20px;
}
.intro_wrapper .list_coa a i {
	font-size: 34px;
	line-height: 36px;
	float: right;
	margin-left: 10px;
}
.img-thumb-hero {
	margin-top: -100px;
}
section#about {
	padding-bottom: 60px;
}
section#about .title_header {
	text-align: center;
}
section#about, section#app, section#services, section#feedback {
	padding-top: 120px;
}
section#about .row + .row {
	margin-top: 60px;
}

section#about .feature {
	position: relative;
}
section#about .feature img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 7px 14px 0 rgb(50 50 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}
section#about .feature .experience_wrapper {
	background-color: #fff;
	text-align: center;
	width: fit-content;
    padding: 20px 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 7px 14px 0 rgb(50 50 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
	margin-top: -40px;
    z-index: 2;
    position: relative;
    margin-right: 40px;
}
section#about .feature .experience_wrapper .number {
	font-size: 40px;
	display: block;
}

section#services .service_item_container {
	margin-bottom: 60px;
}
section#services .service_item_container .svg-icon-container {
	padding: 0 80px;
}
section#services .service_item_container h3 {
	font-size: 18px;
	text-align: center;
	margin: 15px 0;
}
section#services .service_item_container p {
	font-size: 14px;
	text-align: center;
}


.title_header h2 {
	font-size: 3.5rem;
	margin-bottom: 40px;
}
p.subtitle {
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
}


.missions_section {
	text-align: center;
    margin-bottom: 60px;
    margin-top: 120px;
}
.missions_section .title_header {
	text-align: center;
}
.missions_section .box_card {
	box-shadow: 0 7px 14px 0 rgb(50 50 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    height: 100%;
    overflow: inherit;
}
.missions_section .box_card .thumb_card {
    height: 210px;
}
.missions_section .box_card .content_card {
    padding: 20px;
    text-align: right;
}
.missions_section .box_card .content_card .title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: right;
    color: #0575E6;
}
.missions_section .box_card .icon_wrapper {
    height: 60px;
    width: 60px;
    background: #0568d6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    margin-top: -50px;
}
.missions_section .box_card .icon_wrapper i {
   font-size: 40px;
}
.missions_section .box_card .values_list {
    list-style: none;
}
.missions_section .box_card .values_list span {
   color: #0575E6;
   position: relative;
}
.missions_section .box_card .values_list span:before {
    content: "";
    background-color: #007bf7;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 50%;
    right: -15px;
    display: block;
    border-radius: 100%;
    margin-top: -4px;
}

.features_section {
	margin-top: 120px;
}
.features_section .feature ul {
	list-style: none;
	padding-top: 30px;
}
.features_section .feature ul li {
	list-style: none;
    position: relative;
	margin-bottom: 5px;
}
.features_section .feature ul li:before {
    content: "";
    background-color: #007bf7;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 50%;
    right: -15px;
    display: block;
    border-radius: 100%;
    margin-top: -4px;
}

section#services {
	position: relative;
	margin-top: 120px;
    margin-bottom: 60px;
	padding-bottom: 60px;
}
section#services .container {
	position: relative;
	z-index: 1;
}
section#services .title_header {
	text-align: center;
}




section#portfolio {
	padding-top: 120px;
	text-align: center;
    margin-bottom: 60px;
	padding-bottom: 60px;
    background: #f9f9f9;
}
section#portfolio .box_card {
	box-shadow: 0 7px 14px 0 rgb(50 50 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}
section#portfolio .box_card .thumb_card {
    height: 280px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border: 10px solid #f9f9f9;
}




section#clients {
	padding-top: 120px;
	text-align: center;
    margin-bottom: 60px;
}
section#clients .brands-list {
	list-style: none;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
}
section#clients .brands-list img {
	height: 80px;
}


.box_card {
	min-height: 380px;
	position: relative;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 60px;
}
.box_card .thumb_card {
	height: 280px;
}
.box_card .card-category {
	display: flex;
	justify-content: center;
	margin: -50px auto 20px;
	z-index: 1;
	position: relative;
	height: 50px;
	align-items: center;
	width: 80%;
}
.box_card .card-category a {
	color: #fff;
	background: #0575E6;
	color: #fff;
	border-radius: 40px;
	padding: 10px 40px;
}
.thumb_card img {
	object-fit: cover;
	height: 100%;
	width: 100%;
    border-radius: 10px;
}
.box_card .content_card {
	padding: 20px 20px 60px;
	text-align: center;
}
.box_card .content_card .title {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.box_card .content_card .title .number_item {
	font-size: 30px;
    color: #0575E6;
}
.box_card .content_card .price_wrpper {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    flex-wrap: wrap;
}
.box_card .content_card .price_wrpper del {
    color: #9d9d9d;
    margin: 0 5px;
	
}
.box_card .content_card .price_wrpper span {
	font-size: 20px;
    font-weight: 600;
    color: #0575E6;
    margin: 0 5px;
}
.box_card .content_card .permalink {
	color: #0575E6;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.box_card .content_card .permalink i {
	font-size: 20px;
}
.box-img-wrapper {
	border-radius: 20px;
	overflow: hidden;
	height: 360px;
}
.box-img-wrapper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.section {
	padding-bottom: 60px;
}

#feedback {	
    background: #efefef;
}
#feedback .col-sm-6 {
	margin-bottom: 30px;
	
}
.box_feedback {
    height: 100%;
    background: white;
    padding: 20px;
    border-radius: 15px;
}
.box_feedback .head_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}
.box_feedback .head_box .stars_wrapper i {
	color: #ffb100;
    font-size: 20px;
}
.box_feedback .head_box .location {
	    font-size: 14px;
    color: #757575;
}
.box_feedback .feedback_name {
    margin-bottom: 10px;
}
.box_feedback .feedback_name .name {
    font-weight: 600;
    margin-right: 10px;
}
.box_feedback .feedback_name .info {
    font-size: 14px;
    color: #757575;
}
.box_feedback .feddback_content p {
	margin-bottom: 10px;
}


section#contact {
    position: relative;
    background-image: url(assets/img/bg.png);
    background-size: cover;
    padding-top: 120px;
}
section#contact:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
    background-color: #021B79;
	z-index: 1;
    opacity: .5;
}
section#contact .contact-container {
	position: relative;
	z-index: 2;
	width: 80%;
	margin: 0 auto 60px;
	color: #fff;
}
section#contact h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
section#contact .info_contact_wrap {
	position: relative;
	padding-right: 30px;
}
section#contact .icon___conatct {
	position: absolute;
	right: 0;
    font-size: 24px;
    top: -5px;
}
.contact-infos-wrapper ul {
	list-style: none;
	padding: 0;
}
.contact-infos-wrapper ul li {
    margin-bottom: 10px;
}
.contact-infos-wrapper ul li a {
    color: #fff;
	
}
.contact-infos-wrapper ul li .label {
    font-weight: 600;
	
}
.contact-infos-wrapper ul li.adress {
    margin-top: 10px;
    padding-top: 10px;
}
.contact-infos-wrapper .social_media_wrapper ul {
    display: flex;	
    gap: 10px;
}
.contact-infos-wrapper .social_media_wrapper ul li i {
    font-size: 24px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"] {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: none;
    margin-bottom: 10px;	
    text-align: right;
}
.contact-form-wrapper textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: none;
    margin-bottom: 10px;
	height: 200px;
	
}
.contact-form-wrapper input[type="submit"] {
    border: none;
    background: #0575e6;
    padding: 10px 30px;
    font-weight: 600;
    color: #ffffff;
}


a.scroll-top {
	position: fixed;
	background: #0575E6;
	width: 60px;
	height: 60px;
	bottom: 60px;
	left: 60px;
	border-radius: 100%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 40px;
	z-index: 10;
	box-shadow: 0 10px 40px 0 rgb(0 0 0 / 10%);
}
footer .footer-content {
	padding: 60px 0;
	background: #0c171c;
}
footer .footer-copyright {
	padding: 20px 0;
	background: #000000;
	color: #fff;
	text-align: center;
}
footer .footer-copyright p {
	margin: 0;
}
footer .footer-copyright span {
	display: inline-block;
}
@media screen and (max-width: 992px) {
	header.header_area {
		height: 94px;
	}
	.intro_wrapper .social__media_wrapper {
		display: none;
	}
	header.header_area .logo-wrap img {
		height: 65px;
	}
	.intro_wrapper h1 {
		text-align: center;
	}
	header.header_area .logo-wrap {
		margin-top: 5px;
	}
	.img-thumb-hero {
		margin-top: 0;
	}
	.intro_wrapper .list_coa {
		justify-content: center!important;
	}
	header.header_area .logo-wrap {
		margin-right: 3%;
	}
	#intro {
		padding-top: 200px;
		height: inherit;
		padding-bottom: 60px;
	}
	.intro_wrapper .list_coa .btn_outline {
		margin-bottom: 20px;
	}
	header.header_area .mainMenu {
		display: none;
		width: 100%;
		background: #0b2c54;
		padding: 0;
		margin-top: 94px;
		position: fixed;
		left: 0;
		height: 100%;
		padding-right: 20px;
	}
	a.mainM_t.active .bar:nth-child(1) {
		transform: rotate(-45deg);
		position: absolute;
		top: 18px;
		right: 10px;
	}
	a.mainM_t.active .bar:nth-child(2) {
		transform: rotate(45deg);
		position: absolute;
		top: 18px;
		right: 10px;
	}
	a.mainM_t.active .bar:nth-child(3) {
		display: none;
	}
	.navigation-main .menu-item-has-children>a::before {
		display: none;
	}
	.navigation-main ul {
		position: relative;
		top: 0;
		background: initial !important;
		padding-right: 20px;
	}
	.intro_wrapper .list_coa .btn {
		margin-bottom: 20px;
	}
	.navigation-main li {
		display: block;
	}
	header.header_area .mainMenu .nav-link {
		color: #fff !important;
	}
	header.header_area .mainMenu li:first-child {
		border-top: none;
	}
	header.header_area .mainMenu .nav-link.sub-button {
		background: inherit;
	}
	header.header_area .container {
		position: relative;
	}
	header.header_area .mainMenu .top__menu {
		position: relative;
		display: block;
	}
	header.header_area .mainMenu .top__menu span {
		display: none;
	}
	header.header_area .mainMenu .top__menu a {
		padding: 10px 15px;
		display: block;
	}
	ul.mainMenu li {
		float: inherit;
		list-style: none;
		margin: 10px;
		text-align: center;
		border-top: 1px solid #e4e4e4;
		padding: 5px;
	}
	a.mainM_t {
		display: block;
		text-align: right;
		padding: 10px;
		position: absolute;
		left: 3%;
		background: #0575E6;
		top: 20px;
		border-radius: 10px;
		height: 56px;
		width: 62px;
	}
	a.mainM_t .bar {
		display: block;
		width: 34px;
		height: 4px;
		background: #ffffff;
		margin: 6px 4px;
	}
	.navigation-main a {
		
    text-align: right;
	}
	a.scroll-top {
		display: none;
	}
	.title_header h2 {
		font-size: 2.5rem;
	}
	#intro .shape-bottom {
		bottom: -7px;
	}
	#intro .gradient-shape svg {
		height: 100%;
	}
	.box-img-wrapper {
		margin-top: 60px;
	}
	section#contact .contact-container {
		width: 100%;
	}
	section#contact {
		padding-top: 60px;
	}
	.contact-form-wrapper {
		margin-top: 40px;
	}

}
@media screen and (max-width: 768px) {
	.missions_section .box_card,
	section#services .box_card {
		height: inherit;
	}
	section#about img {
		margin-bottom: 20px;
	}
	.intro_wrapper .hero_content {
		padding: 0 20px;
	}
	section#services .service_item_container .svg-icon-container {
		padding: 0 40px;
	}
}
@media screen and (max-width: 576px) {
	.intro_wrapper .list_coa img {
		height: 50px;
	}
	.intro_wrapper h1 {
		font-size: 52px;
	}
	
	.discount-description .code_wrapper .code {		
		font-size: 40px;
	}
	.intro_wrapper h2 {
		font-size: 32px;
	}
	.intro_wrapper h3 {
		font-size: 16px;
	}
	.intro_wrapper .list_coa .btn {
		font-size: 16px;
		padding: 10px 20px;
	}
	.title_header h2 {
		font-size: 1.6rem;
	}
}
/*
.navigation-main a {
	text-align: right;
}
a.mainM_t {
    right: inherit;
    left: 3%;
}