/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 3, 2023 */

/* General Fonts */
@font-face {
	font-family: 'IBM Plex Sans Arabic';
	src: url('../fonts/IBMPlexSansArabic-Regular.eot'),
		url('../fonts/IBMPlexSansArabic-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IBMPlexSansArabic-Regular.woff2') format('woff2'),
		url('../fonts/IBMPlexSansArabic-Regular.woff') format('woff'),
		url('../fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Sans Arabic';
	src: url('../fonts/IBMPlexSansArabic-Medium.eot'),
		url('../fonts/IBMPlexSansArabic-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IBMPlexSansArabic-Medium.woff2') format('woff2'),
		url('../fonts/IBMPlexSansArabic-Medium.woff') format('woff'),
		url('../fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Sans Arabic';
	src: url('../fonts/IBMPlexSansArabic-SemiBold.eot'),
		url('../fonts/IBMPlexSansArabic-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IBMPlexSansArabic-SemiBold.woff2') format('woff2'),
		url('../fonts/IBMPlexSansArabic-SemiBold.woff') format('woff'),
		url('../fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Sans Arabic';
	src: url('../fonts/IBMPlexSansArabic-Bold.eot'),
		url('../fonts/IBMPlexSansArabic-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/IBMPlexSansArabic-Bold.woff2') format('woff2'),
		url('../fonts/IBMPlexSansArabic-Bold.woff') format('woff'),
		url('../fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	color: #191818;
	font-size: 14px;
	line-height: 1.45;
	background: white;
	font-family: 'IBM Plex Sans Arabic';
}

p {
	margin: 0 0 10px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	line-height: 1.45;
	font-weight: 700;
	color: var(--bs-primary);
	font-family: 'IBM Plex Sans Arabic';
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

#wrapper {
	overflow: hidden;
}

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	background: transparent;
	padding: 15px 20px 0;
}

#header.fixed-top {
	background: white;
	box-shadow: 0px 1px #ccc, 0 0 0 #fff;

}

#header.fixed-top ul li a {
	color: #848588 !important;
}

#header .link-holder {
	overflow: hidden;
	padding: 10px 0 0 23px;
}

#header .link-holder .link-arabic {
	color: white;
	width: 114px;
	display: block;
	font-size: 16px;
	line-height: 27px;
	font-weight: 700;
	border-radius: 4px;
	padding: 8px 2px 5px 10px;
	background: var(--bs-primary);
}

#header .link-holder .link-arabic:hover {
	color: white;
}

.link-arabic .icon-world {
	margin: 5px 0 0 10px;
}

.link-arabic .icon-country {
	margin: 7px 0 0;
}

.header-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.header-content ul li:first-child {
	border: 0;
}

.header-content ul li {
	float: left;
	padding: 0 10px 0 15px;
	border: solid var(--bs-gray);
	border-width: 0 0 0 1px;
}

.header-content ul li a {
	color: var(--bs-gray);
}

/* main menu */
.navbar {
	width: 100%;
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
}

.navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navbar .menu {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.navbar .menu>li {
	padding: 6px 0;
	display: inline-block;
	vertical-align: middle;
}

.navbar .menu>li>a {
	color: #848588;
	display: block;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.navbar .menu>li a:hover,
.navbar .menu>li.active>a {
	color: var(--bs-primary);
}

.navbar .menu>li.active>a {
	font-weight: 600;
}

.navbar .menu>li>a:before {
	position: absolute;
	left: 10px;
	right: 9px;
	bottom: 3px;
	height: 2px;
	content: "";
	opacity: 0;
	border-radius: 25%;
	background: var(--bs-primary);
	transition: all 0.3s ease-in-out;
}

.navbar .menu>li>a:hover:before,
.navbar .menu>li.active>a:before {
	opacity: 1;
}

.navbar-toggler {
	width: 40px;
	height: 40px;
	padding: 2px;
	border-radius: 10%;
	color: white;

}

.navbar-toggler i {
	font-size: 30px;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
	box-shadow: none;
}

/* sub menu */
.navbar .sub-menu {
	margin: 0;
	position: absolute;
	left: -20px;
	right: -20px;
	top: 100%;
	padding: 20px;
	border-radius: 0;
	background: white;
	border-radius: 0 0px 10px 10px;
	top: 45px;
	border-top: 0;
}

.navbar .sub-menu h3 {
	font-size: 18px;
	color: var(--bs-gray);
}

.navbar .items-list li {
	float: left;
	width: 25%;
	padding: 6px 0;
}

.navbar .items-list li a {
	display: flex;
	align-items: center;
	color: #848588;
}

.footer-links {
	text-align: initial;
}

@media only screen and (max-width:760px) {
	.footer-links {
		text-align: center;
	}
}


.navbar .items-list li img {
	width: 32px;
	margin-right: 8px;
}

.navbar .sub-menu-list {
	padding-top: 8px;
	border-top: solid 1px var(--bs-gray);
}

.navbar .sub-menu-list li {
	padding: 6px 0;
}

.navbar .sub-menu-list li a {
	color: var(--bs-primary);
}

/* banner */
.banner {
	color: white;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 250px 12px 450px;
	/*background:url('../images/home-banner.jpg') no-repeat center;
	background-size:cover;*/
}

.banner:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

.banner .bg-video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
}

@media only screen and (min-width:1200px) {
	.banner .bg-video {
		width: 100vw;
		height: calc(100vw/1.77);
	}
}

.banner-content {
	max-width: 686px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.banner-content h1 {
	margin: 0;
	color: white;
	line-height: 1.01;
}

.banner-content p {
	margin: 0 0 20px;
}

/* brands wrap */
.brands-wrap {
	position: relative;
	z-index: 10;
	background: white;
	border-radius: 10px;
	margin: -118px 0 103px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.top-services {
	color: var(--bs-secondary);
	padding: 21px 13px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-transform: capitalize;
}

.top-services ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.top-services ul li {
	width: 20%;
	position: relative;
	padding: 0 ;
}

.top-services ul li:first-child {
	width: 19.15%;
}

.top-services ul li:last-child {
	width: 19.5%;
}


[dir=ltr] .top-services ul li:before {
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 1px;
	content: "";
	background: #E8E8E8;
}

[dir=rtl] .top-services ul li:before {
	position: absolute;
	right: 0;
	top: 4px;
	bottom: 4px;
	width: 1px;
	content: "";
	background: #E8E8E8;
}



.top-services ul li:first-child:before {
	display: none;
}

.top-services ul li .content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-services .icon-box {
	width: 69px;
	height: 67px;
	display: flex;
	margin-right: 5px;
	align-items: center;
	justify-content: center;
	padding: 8px 10px 8px 9px;
}

.top-services .icon-box.blue {
	background: url('../images/icon-service1.svg') no-repeat;
}

.top-services .icon-box.purple {
	background: url('../images/icon-service2.svg') no-repeat;
}

.top-services .icon-box.blue2 {
	background: url('../images/icon-service3.svg') no-repeat;
}

.top-services .icon-box.red {
	background: url('../images/icon-service4.svg') no-repeat;
}

.top-services .icon-box.green {
	background: url('../images/icon-service5.svg') no-repeat;
}

.top-services ul li .content span {
	display: block;
	padding-right: 6px;
	text-align: left;
/*	width: calc(100% - 74px);*/
}

.brands {
	overflow: hidden;
	padding: 15px 14px 8px;
}

.brands ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brands ul li {
	width: 20%;
	position: relative;
	padding: 0 10px 0 20px;
}

.brands ul li:first-child {
	width: 19.15%;
}

.brands ul li:last-child {
	width: 19.5%;
}

.brands ul li:before {
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 1px;
	content: "";
	background: #E8E8E8;
}

.brands ul li:first-child:before {
	display: none;
}

.brands ul li .content {
	display: flex;
	min-height: 60px;
	padding: 5px;
	align-items: center;
	justify-content: center;
}

.view-more {
	overflow: hidden;
	text-align: center;
	padding: 23px 0 5px 17px;
}

.view-more a {
	color: var(--bs-primary);
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}

.view-more a:hover {
	text-decoration: underline;
}

.view-more a span {
	display: inline-block;
	vertical-align: middle;
	transform: rotate(90deg);
}

/* section */
.section h5 {
	margin: 0;
	color: var(--bs-secondary);
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.section h2 {
	margin: 0 0 33px;
	line-height: 44px;
	text-transform: uppercase;
}

/* offers */
.offers {
	overflow: hidden;
	margin: 0 0 5px;
}

.offers .row {
	margin-left: -8px;
	margin-right: -8px;
}

.offers .col-12 {
	padding-left: 8px;
	padding-right: 8px;
}

.section.offers h5 {
	margin: 13px 0 -2px;
}

.section.offers h2 {
	margin: 0 0 18px;
}

.offer-box p {
	color: var(--bs-secondary);
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	margin: 0 0 18px;
}

.offer-box img {
	display: block;
	margin: 0 0 17px;
	border-radius: 10px;
}

.offer-box .meta {
	color: #577282;
	line-height: 18px;
	overflow: hidden;
	padding: 11px 0 8px;
	border-top: solid 1px var(--bs-secondary);
}

.offer-box .view-detail {
	margin: 0 5px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	color: var(--bs-primary);
	text-transform: capitalize;
}

.offer-box .view-detail svg {
	margin-left: 5px;
}

/* section slider */
.section-slider {
	position: relative;
}

.nav-links {
	position: absolute;
	right: 0;
	top: -92px;
	width: 125px;
}

.nav-links a {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: solid 1px #21356B;
}

.nav-links a.prev {
	float: left;
}

.nav-links a.next {
	float: right;
}

.nav-links a:hover {
	background: #21356B;
}

.nav-links a:hover svg path {
	stroke: white;
}

/* choosing */
.choosing {
	overflow: hidden;
	text-align: center;
	margin: 0 0 92px;
}

.choosing .icon-box {
	width: 84px;
	height: 84px;
	margin: 0 auto 15px;
}

.choosing h2 {
	margin: 0 0 117px;
	text-transform: capitalize;
}

.choosing h2 span {
	margin-right: 8px;
	color: var(--bs-blue);
}

.choosing h6 {
	color: #191818;
	margin: 0 0 11px;
	text-transform: capitalize;
}

/* chat-block */
.chat-block {
	display: flex;
	margin: 0 0 110px;
	align-items: center;
	padding: 31px 44px 17px 31px;
	justify-content: space-between;
	border-radius: 10px;
	
}

.chat-block .btn {
	width: 270px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	padding: 8px 21px 10px;
}

.chat-block .textbox {
	display: flex;
	align-items: center;
}

.chat-block .textbox .icon-box {
	width: 66px;
	margin-top: -17px;
	margin-right: 20px;
}

.chat-block .textbox h2 {
	color: #414141;
	line-height: 37px;
	margin: 0 0 9px;
}

.chat-block .text-content {
	text-align: initial;
	font-size: 18px;
}

/* videos */
.videos-wrap {
	margin: 0 0 132px;
}

.videos-wrap .nav-links {
	top: -100px;
	right: 11px;
}

.videos-wrap .row {
	margin-left: -6.5px;
	margin-right: -6.5px;
}

.videos-wrap .col-12 {
	padding-left: 6.5px;
	padding-right: 6.5px;
}

.section.videos-wrap h5 {
	margin: 0 0 -2px;
}

.section.videos-wrap h2 {
	margin: 0 0 24px;
	text-transform: capitalize;
}

.video-box {
	position: relative;
	margin: 0 0 13px;
	width: 100%;
}

.video-box img {
	border-radius: 10px;
	width: 100%;
}

.video-box .video-link {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-box .title-bar {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	padding: 15px 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, #000 100%);
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 4));*/
}

.video-box.feature-video .title-bar {
	padding: 17px 34px;
}

.video-box .title-bar h3 {
	margin: 0;
	color: white;
}

.video-box .title-bar h4 {
	margin: 0;

	color: white;
	font-size: 17px;
}

/* news */
.news-wrap {
	overflow: hidden;
	margin: 0 0 111px;
}

.news-wrap .row {
	margin-left: -10.5px;
	margin-right: -10.5px;
}

.news-wrap .col-12 {
	padding-left: 10.5px;
	padding-right: 10.5px;
}

.section.news-wrap h5 {
	margin: 0 0 -3px;
}

.section.news-wrap h2 {
	margin: 0 0 26px;
}

.news-box {
	/*height: 94%;*/
	position: relative;
	margin: 0 0 26px;
}

.title-bar {
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	padding-left: 15px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	vertical-align: bottom;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, #000 100%);
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 4));*/

}

/*.news-box.feature-news .title-bar { padding:20px 34px; }*/
.news-box .title-bar a {
	color: white;
}

.news-box .title-bar h3 {
	margin: 0;
	bottom: 0px;
	color: white;


}

.news-box img {
	border-radius: 10px;
	width: -webkit-fill-available;

}

.video-box a img {
	border-radius: 10px;


}



.news-box .title-bar h4 {
	margin: 0;
	color: white !important;
	font-size: 16px;
	line-height: 23px;
}

/* trending news */
.trending-news h4 {
	color: #191818;
	margin: -2px 0 12px;
}

.trending-news ul {
	margin: 0;
	padding: 24px 0 0;
	list-style: none;
	border-top: solid 1px #ECECEC;
}

.trending-news ul li {
	padding: 0 0 12px;
	display: flex;
	align-items: center;
}

.trending-news ul li img {
	width: 127px;
	margin-left: 5px;
	margin-right: 19px;
}

.trending-news ul li a {
	color: var(--bs-secondary);
}

.trending-news ul li strong {
	display: block;
	font-size: 16px;
	line-height: 23px;
	margin: 11px 0 0;
	color: var(--bs-secondary);
}

/* bottom info block */
.bottom-info-block {
	display: flex;
	margin: 0 0 76px;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	background: #F7F7F7;
	text-align: center;
	padding: 31px 37px 31px 35px;
}

.bottom-info-block .textbox {
	display: flex;
	align-items: center;
}

.bottom-info-block .textbox .icon-box {
	width: 36px;
	margin-right: 8px;
}

.bottom-info-block .text-content {
	font-size: 22px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.40);
}

.bottom-info-block .text-content p {
	margin: 0;
}

/* footer */
#footer {
	padding: 90px 0 39px;
	color: black !important;
	background: #F7F7F7;
}

#footer a:hover {
	text-decoration: underline;
}

.footer-logo {
	overflow: hidden;
	text-align: right;
	margin: 0 0 31px;
}

.footer-about {
	color: black;
	max-width: 368px;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

.footer-links-area {
	overflow: hidden;
}

.footer-links h6 {
	color: black;
	font-weight: 500;
	margin: 18px 0 27px;
	text-transform: uppercase;
}

.footer-links ul {
	color: black;
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	
	padding: 0 0 0 0;

}

.footer-links ul li a {
	color: black;
}

.footer-services-area {
	overflow: hidden;
}

.footer-services-area ul {
	padding: 0;
	list-style: none;
}

.social-media {
	display: flex;
	align-items: center;

}

.social-media strong {
	font-size: 18px;
	line-height: 27px;
	padding: 0 15px;
	color: var(--bs-primary);
	text-transform: uppercase;
}

.social-media ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.social-media ul li {
	padding: 4px 3px;
	display: inline-block;
	vertical-align: middle;
}

.social-media ul li a {
	width: 44px;
	border: 2px solid black;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: black;
	background: transparent;
}

/* copyright */
.copyright {
	color: black;
	font-weight: 500;
	overflow: hidden;
	padding: 13px 0;
}

.copyright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.copyright ul li {
	padding: 0 6px 0 2px;
	display: inline-block;
	vertical-align: middle;
}

.copyright ul li a {
	color: black;
}

.text-copyright {
	margin: 0;
	text-align: right;
}

@media (min-width:1300px) {
	.container {
		max-width: 1300px;
	}

	.banner-content p {
		margin-left: 6px;
	}

	.choosing h2 {
		margin-left: 3px;
	}

	.chat-block {
		margin-left: 8px;
		margin-right: -7px;
	}

	.videos-wrap {
		margin-left: -3px;
	}

	.section.news-wrap h5 {
		margin-left: 11px;
	}

	.section.news-wrap h2 {
		margin-left: 9px;
	}

	.trending-news h4 {
		margin-left: 3px;
	}

	.trending-news ul li {
		padding-left: 3px;
	}

	.footer-logo {
		margin-left: -9px;
	}

	.footer-about {
		margin-left: -9px;
	}

	.footer-links-area {
		padding-left: 76px;
	}

	.footer-services-area {
		margin: 0 0 0 -11px;
	}

	.social-media {
		margin: 0px
	}

	.social-media ul {
		padding: 0 0 0 0;
	}

	.copyright {
		margin: 0 5px;
	}
}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {
	.navbar ul li {
		padding: 5px 7px;
	}

	.top-services {
		padding-bottom: 11px;
	}

	.top-services ul {
		display: block;
	}

	.top-services ul li {
		width: 32%;
		padding: 0 10px;
		margin: 0 0 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.top-services ul li:first-child,
	.top-services ul li:last-child {
		width: 32%;
	}

	.top-services ul li:nth-child(3n+1):before {
		display: none;
	}

	.top-services ul li .content {
		display: block;
		align-items: center;
		text-align: center;
		justify-content: center;
	}

	.top-services .icon-box {
		margin: 0 auto 10px;
	}

	.top-services ul li .content span {
		width: 100%;
		text-align: center;
	}

	.top-services .icon-box {
		width: 60px;
		height: 60px;
		padding: 8px;
		background-size: contain !important;
		background-position: center !important;
	}

	.brands ul {
		display: block;
	}

	.brands ul li {
		width: 32%;
		padding: 0 10px;
		margin: 0 0 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.brands ul li:first-child,
	.brands ul li:last-child {
		width: 32%;
	}

	.brands ul li:nth-child(3n+1):before {
		display: none;
	}

	.offer-box {
		margin: 0 0 16px;
	}
}

@media only screen and (max-width:767px) {
	.col-sm-0 {
		display: none;
	}

	#header {
		direction: rtl;
	}

	h1 {
		font-size: 32px;
		line-height: 42px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	/*.header-content { display:block !important; }
	#header .link-holder {
		width:114px;
		float:left;
		padding:0;
	}
	#header .logo-area {
		float:right;
		text-align:right;
		width:calc(100% - 135px);
	}*/

	.navbar-collapse {
		right: 0;
		top: 60px;
		height: 100%;
		width: -webkit-fill-available;
		position: absolute;
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
	}

	.navbar {
		position: inherit;
	}

	#header {
		position: absolute;
		padding: 15px 20px;
	}

	.navbar {
		clear: both;
		padding: 0;
	}

	.navbar .menu {
		height: auto;
		overflow: auto;
		margin-top: 10px;
		display: block;
		background: white;
	}

	.navbar .menu>li {
		display: block;
		padding: 7px 15px;
		position: relative;
		border-top: solid 1px var(--bs-gray);
	}

	.navbar .menu>li:first-child {
		border: 0;
	}

	.navbar .menu>li>a:before {
		display: none;
	}

	.navbar .sub-menu {
		position: relative;
		left: 0;
		right: 0;
		border: 0;
		padding: 7px 0 0;
	}

	.navbar .items-list li {
		width: 50%;
	}

	.banner {
		font-size: 16px;
		line-height: 24px;
		padding: 150px 12px 200px;
	}

	.brands-wrap {
		margin: -150px 0 80px;
	}

	.top-services {
		font-size: 15px;
		line-height: 21px;
		font-weight: 500;
	}

	.view-more a {
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
	}

	.section h2 {
		line-height: 36px;
	}

	.videos-wrap .nav-links {
		right: 0;
		top: -85px;
	}

	.nav-links {
		top: -85px;
		width: 85px;
	}

	.nav-links a {
		width: 40px;
		height: 40px;
	}

	.offers {
		margin-bottom: 80px;
	}

	.choosing {
		margin-bottom: 33px;
	}

	.choosing h2 {
		margin: 0 0 33px;
	}

	.chat-block {
		display: block;
		padding: 30px;
		margin: 0 0 80px;
	}

	.chat-block .textbox {
		margin: 0 0 15px;
	}

	.videos-wrap {
		margin-bottom: 80px;
	}

	.videos-wrap .order-2 {
		order: 0 !important;
	}

	.videos-wrap .order-1 {
		order: 1 !important;
	}

	.news-wrap {
		margin-bottom: 40px;
	}

	.news-box {
		margin: 0 0 20px;
	}

	.news-box img {
		width: 100%;
		display: block;
		margin: 0 0 20px;
	}

	.news-box .title-bar {
		/*position:static;*/
		padding: 0;
	}

	.news-box .title-bar a {
		color: var(--bs-primary);
	}

	.news-box.feature-news .title-bar {
		padding: 5px;
	}

	.news-box .title-bar h4 {
		padding: 5px;
	}

	.trending-news {
		margin: 0 0 20px;
	}

	.trending-news ul {
		padding-top: 12px;
	}

	.trending-news ul li {
		padding-bottom: 12px;
	}

	.bottom-info-block {
		display: block;
		padding: 30px;
	}

	.bottom-info-block .textbox {
		margin: 0 0 15px;
	}

	.bottom-info-block .text-content {
		font-size: 18px;
	}

	#footer {
		padding: 50px 0 30px;
	}

	.footer-logo {
		text-align: center;
	}

	.footer-about {
		margin: 0 auto;
	}

	.footer-links {
		max-width: 368px;
		margin: 0 auto;
	}

	.social-media {
		display: block;
		padding: 30px 0;
		text-align: center;
	}

	.social-media strong {
		padding: 0;
		display: block;
		margin: 0 0 15px;
	}

	.copyright {
		text-align: center;
	}

	.text-copyright {
		text-align: center;
		margin: 10px 0 0;
	}
}

@media only screen and (max-width:575px) {
	#header {
		direction: rtl;
	}

	.col-sm-0 {
		display: none;
	}



	.navbar-collapse {
		right: 0;
		top: 60px;
		height: 100%;
		width: -webkit-fill-available;
		position: absolute;
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
	}

	.navbar {
		position: inherit;
	}

	.container {
		padding-left: 22px;
		padding-right: 22px;
	}

	.logo-area {
		width: 50%;
	}

	#header .link-holder {
		padding: 0 0 0 10px;
		width: 50%;
	}

	.header-content ul {
		display: block;
	}

	.header-content ul li {
		width: 100%;
		padding: 5px 0;
		text-align: right;
		border-width: 1px 0 0;
	}

	.top-services ul {
		border-bottom: solid 1px #E8E8E8;
	}

	.top-services ul li {
		width: 48%;
		margin: 0;
		padding: 10px 0;
	}

	.top-services ul li:first-child {
		width: 48%;
	}
	
	.top-services ul li:last-child {
		width: 48%;
	}

	.top-services ul li:before {
		display: none;
	}

	.brands ul {
		display: block;
		text-align: center;
	}

	.brands ul li {
		width: 48%;
		padding: 10px 0;
	}

	.brands ul li:first-child,
	.brands ul li:last-child {
		width: 48%;
	}

	.brands ul li:before {
		display: none;
	}

	.nav-links {
		position: static;
	}
}

.contentServices {
	text-align: center;
	justify-content: center;
	display: block;
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

ul {
	list-style-type: none;
}

ul li::before {
	content: "";
}

.btn {
	text-decoration: none;
	/*border: 2px solid #2198ee;*/
	/*color: deepskyblue;*/
	padding: 10px 20px;
	border-radius: 25px;
	position: relative;
	transition: all 1s;
	overflow: hidden;
}

.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #16d0f5 !important;*/
	transition: all 1s;
	z-index: -1;
	font-size: 15px;
	transform: translateX(-100%);
}

.btn:hover::before {
	transform: translateX(0);
}

.btn:hover {
	color: #fff;
}



.transformEffect {
	transition: transform 1s;


}

.transformEffect:hover {
	transform: scale(0.9);
	/*cursor: grab;*/

}

.news-web-platform{
	display: initial;
}

.news-mobile-platform {
	display: initial;
}

@media only screen and (max-width:991px) {

	.news-web-platform {
		display: none;
	}

	.news-mobile-platform {
		display: initial;
	}
}

@media only screen and (min-width:992px) {

	.news-web-platform {
		display: initial;
	}

	.news-mobile-platform {
		display: none;
	}
}

/*#myVideo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
	object-fit: fill;
  }*/
