:root{
    --main_color: #089AEF;
    --sec_color: #E6E8EB;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
h3{
    font-size: 30px !important;
	font-family: somar_blod;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}

@font-face {
    font-family: somar_blod;
    src: url('../fonts/somar_blod.otf') format('truetype');
}

@font-face {
font-family: somar_light;
src: url('../fonts/somar_light.otf') format('truetype');
}

@font-face {
font-family: somar_medium;
src: url('../fonts/somar_medium.otf') format('truetype');
}

body{
    width: 100%;
    font-family: somar_medium;
    overflow-x: hidden;
}

.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: transparent;
	display: block;
	margin: 10px auto 10px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px solid var(--main_color);
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 20px;
}
.section-content {
	margin-top: 70px;
}
/* ========================================== */
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: var(--main_color) !important;
}
.navbar .logo-1{
	width: 150px;
}
.navbar .navbar-brand img{
	margin-right: -20px;
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	font-size: 20px;
	transition: all .4s ease;
}
.navbar .nav-item a:hover {
	color: #333;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler svg {
	fill: #fff;
	background-color: transparent;
	width: 35px;
	height: 35px;
	display: block;
	margin-left: -20px;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll,.navMore {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a,.navMore .navbar-nav > li > a {
	color: var(--main_color);
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
	margin-right: -20px;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler svg,.navMore .navbar-toggler svg{
	fill: var(--main_color);
}
.nav-scroll .nav-link:hover:after {
	background-color: var(--main_color);
}
.nav-scroll .active {
	position: relative;
}
.navbar-toggler{
	
	border: none;
}
.navbar-toggler:focus{
	box-shadow: none;
}
/* ============================================= */
.header {
	background: var(--main_color);
	background: linear-gradient(to left, var(--main_color), rgb(8, 154, 239,.7));
	padding:100px 0px;
	position:relative;
}
.header::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../../assets/images/pattern.png');
}
.header .container{
	position: relative;
}

.header a:hover {
	text-decoration:none;
	background-color: #fff;
	color: var(--main_color) !important;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.header-text {
	padding-right:80px;
	margin:80px 0px 0px;
}
.header-text h1{
	font-size: 40px;
	font-family: somar_blod;
}
.header-text p {
	margin:32px 0px;
	font-size: 20px;
	line-height: 1.5;
}
.header-text ul {
	list-style: none;
}
.header-text ul li {
	display: inline-block;
	margin: 0px 0 10px 0px;
}
.header-text ul li a {
	display: block;
	width: 180px;
	height: 50px;
	font-size: 20px;
	font-family: somar_blod;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease;
}
.down {
	border: 1px solid #fff;
	color: #fff !important;
}
.more {
	background-color: #ffffff !important;
	color: var(--main_color) !important;
	margin-right: 10px;
}
/* ============================= */
.feature{
	padding: 0 0 50px 0;
}
.feature .single-feature{
	margin: 20px 0;
	width: 100%;

}
.feature .single-feature .icon .icons{
	background-color: var(--main_color);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	cursor: pointer;
	margin: 5px 0 10px 20px;
	transition: all .4s ease;
}
.feature .single-feature h5{
	font-size: 20px ;
	font-family: somar_blod;
}
.feature .single-feature p{
	font-size: 18px;
	padding : 0;
}
.feature img{
	transition: all .4s ease;
}
.feature .img-fluid{
	width:100%;
	height: 500px ;
}
/* =============================== */
.we-are {
    background: var(--main_color);
	background: linear-gradient(to left, var(--main_color), rgb(8, 154, 239,.7));
	padding:50px 0px;
	position:relative;
}
.we-are .sectioner-header{
	position:relative;
	
} 
.we-are .sectioner-header p{
	font-size:22px;
}
.we-are .sectioner-content{
	margin-top:0
}
.we-are .line{
	background-color: transparent;
}
.we-are .line::after {
	border-bottom: 2px solid #fff !important;
}
.we-are::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../../assets/images/pattern.png');
}
.mySwipers{
	/* height: 300px; */
	width: 70%;
	margin:10px auto;
	position: relative;
}
.swiper-slide .card{
	padding:10px 30px;
	border: none;
	border-radius: 8px;
}
.swiper-slide .card img{
	width: 40px;
	height: 40px;
	margin: 10px 0;
}
.swiper-slide .card h4{
	color: var(--main_color);
	font-size: 25px;
	margin: 10px 0 0;
	font-family: somar_blod;
}
.swiper-slide .card p{
	font-size: 18px;
}
.we-are .section-content{
	position: relative;
}
.we-are .section-content .btn .swiper-button-next,
.we-are .section-content .btn .swiper-button-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	box-shadow:none;
}
.we-are .section-content .btn{
	border:none;
}
.we-are .section-content .btn img{
	opacity: 1 ;
}
.we-are .section-content .btn .swiper-button-next{
	right: 0;
}
.we-are .section-content .btn .swiper-button-prev{
	left: 0;
}

/* ========================================================== */
.contact{
    padding: 50px 0;
}
.contact-info {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
	padding: 20px;
	border-radius: 8px;
    background: var(--main_color);
	background: linear-gradient(to left, var(--main_color), rgb(8, 154, 239,.7));
}
.contact-item {
	margin:25px 0px;
	text-align: center;
}
.contact-item i {
	font-size: 24px;
}
.contact-item p {
	line-height: 20px;
	margin: 5px 0;
}
.contact-item a{
	color:#fff !important;
}
/* ========================================== */
.download {
	background: var(--main_color);
	background: linear-gradient(to left, var(--main_color), rgb(8, 154, 239,.7));
	padding:50px 0px;
	position:relative;
}
.download  .line{
	background-color: transparent;
}
.download  .line::after {
	border-bottom: 2px solid #fff !important;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../../assets/images//pattern.png');
}
.download ul{
	list-style: none;
	margin: 0;
}
.download .sectioner-header{
	position: relative;
	margin-bottom: 40px;
}
.download a {
	position: relative;
	padding: 15px 40px;
	border-radius: 7px;
	margin: 20px auto;
	color: var(--main_color) ;
	background: #fff;
	font-family: somar_blod;
	font-size: 20px;
	transition: all .4s ease;
}
.download a:hover{
	background-color: #fff;
	color: var(--main_color);
}
/* ========================================= */
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 18px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
/* ============================ */
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
/* ============[Page More]=================== */
.salse{
	padding: 150px 0 80px;
	position:relative;
	background: var(--main_color);
	background: linear-gradient(to left, var(--main_color), rgb(8, 154, 239,.7));
}
.salse::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../../assets/images//pattern.png');
}
.salse .container{
	position: relative;
}

.salse .yemen{
	margin: 20px 0;
}

.salse .yemen  button{
	background-color: var(--sec_color) !important;
	box-shadow: none;
	font-size: 22px;
	font-family: somar_blod;
	color: var(--main_color);
	display:block;
	width:100%;
	padding:15px 10px;
	border: none;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.salse .yemen .card-body{
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
}
.salse .yemen .card-body div{
	text-align: center;
	margin: 10px;
}
.salse .yemen .card-body div span{
	background-color: rgb(8, 154, 239,.1);
	font-size: 18px;
	border-radius: 5px;
	padding: 8px 10px;
	margin: 10px;
}
.salse .yemen button i{
	margin-right: 10px;
	transition: all .4s ease-in-out;
	/* transform: rotate(-200deg); */
}
.salse .yemen button[aria-expanded="false"] i{
	transform: rotate(180deg);
}
/* .salse .yemen button[aria-expanded="false"] i{
	transform: rotate(180deg);
} */
/* =========================== */
.faq{
	padding: 150px 0 80px 0;
	position:relative;
	background: var(--main_color);
	background: linear-gradient(to left, var(--main_color), rgb(8, 154, 239,.7));
}
.faq::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../../assets/images//pattern.png');
}
.faq .container{
	position:relative;
}
.faq .line{
background: transparent;
display: block;
margin: 10px auto 10px;
}
.faq .line::after {
border-bottom: 2px solid #fff;
}
.faq .sectioner-header h3{
	color:#fff;
}
.faq .sectioner-header p{
	color:#fff;
	font-size: 22px;
}
.faq .content{
	margin-right: 50px;
}
.faq .content p{
	font-size: 20px;
	margin: 10px 0 32px;
	line-height: 2;
	color:#fff;
}
.faq .content a{
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 10px 30px;
	color: #fff;
	font-size: 18px;
	font-family: somar_blod;
	transition: all .4s ease;
}
.faq .content a:hover{
	background: #fff !important;
	color: var(--main_color) !important;
}

/* =============== */
.app{
	padding: 150px 0 80px;
	position:relative;
	background: var(--main_color);
	background: linear-gradient(to left, var(--main_color), rgb(8, 154, 239,.7));
}
.app::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../../assets/images//pattern.png');
}
.app .line{
	background-color: transparent;
}
.app .line::after{
	border-color: #fff;
}
.app .sectioner-header h3,.app .sectioner-header p{
	color: #fff;
}
.app .container{
	position:relative;
}
.app .down{
	background: #fff;
	padding:20px;
	border-radius: 10px;
	margin: 10px auto;
}
.app .down h2{
	color:var(--main_color);
	font-size:25px;
	font-family: somar_blod;
	margin: 10px 0;
}
.app .down a{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100px;
	margin:10px auto;
	height: 50px;
	border-radius: 8px;
	border: 1px solid var(--main_color);
	color: var(--main_color);
	font-size: 20px;
	font-family: somar_blod;
	transition: all .4s ease-in-out;
}
.app .down a:hover{
	background-color: var(--main_color);
	color: #fff;
}
.app .down p{
	color:#111;
	margin:10px 0 20px;
	font-size:20px;
}
/* ================ */
.modal{
	padding: 50px 0;
}
.modal .modal-header{
	position: relative;
}
.modal .modal-header h1{
	font-size: 25px;
	color: var(--main_color);
	font-family: somar_blod;
	/* border-bottom: none; */
}
.modal .modal-header button{
	display: block;
	position: absolute;
	left: 10px;
	top: 80%;
	font-size:16px !important;
	transform: translateY(-80%);
}
.modal .modal-body p{
	font-size: 20px !important;
	color:#111 !important;
}

/* =========================== */

.load{
	width: 100%;
	height: 100vh;
	background: var(--main_color);
	background: linear-gradient(to left, var(--main_color), rgb(8, 154, 239,.7));
}
.load img{
	animation:load infinite 3s ease;
	width: 100px;
	height: 100px;
}
.website{
	display: none;
}
#toTopBtn{
	background-color: var(--main_color);
    border: none;
    border-radius: 8px;
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 45px;
	height: 45px;
    cursor: pointer;
	opacity: 0;
	transition: all .4s ease-in-out;
	z-index: 2000;
}
#toTopBtn svg{
	width: 25px;
	height: 25px;
}

@keyframes load {

	100%{
		transform: rotate(360deg);
	}
	
}