@import 'https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap';


*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body {
	font-family: 'Cairo', sans-serif;;
	background-color: #fff;
	font-size: 14px;
	font-weight: 600;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cairo', sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

p {
	margin: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;

}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}


a,
button {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

p {
	margin: 0;
}

a {
	cursor: pointer !important;
	text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none !important;
}

input,
textarea,
a,
button {
	outline: none !important;
	text-decoration: none;
}

img {
	max-width: 100%;
}

.main-wrapper {
	position: relative;
	min-height: 100%;
    overflow: hidden;
	-webkit-transition: -webkit-transform .0s ease;
	transition: -webkit-transform .0s ease;
	transition: transform .0s ease;
	transition: transform .0s ease, -webkit-transform .0s ease;
}
.menu-toggle .main-wrapper {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.hamburger {
	width: 35px;
	height: 35px;
	border: none;
	position: relative;
	z-index: 0;
    position: absolute;
    top: 30px;
    right: 10px;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear;
	display: none;
	margin-right: 0px;
	background-color: transparent;
}
.hamburger span {
	width: 20px;
	height: 2px;
	border-radius: 0px;
	background-color: #fff;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger span:nth-child(2) {
	width: 15px;
}
.hamburger span:last-child {
	margin-bottom: 0;
	width: 9px;
}
.header-page .hamburger {
    top:10px;
}

/*mobile menu*/

.menu-mobile {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0;
	height: 100%;
	width: 250px;
	background: linear-gradient(180deg, rgba(0,135,157,1) 0%, rgba(30,147,137,1) 100%);
	z-index: 1001;
	overflow-y: auto;
	-webkit-transform: translateX(265px);
	-moz-transform: translateX(265px);
	-ms-transform: translateX(265px);
	-o-transform: translateX(265px);
	transform: translateX(265px);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
	box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area {
	position: relative;
	padding-top: 20px;
}
.close_menu {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 24px;
	cursor: pointer;
	color: #363636;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.close_menu:hover {
	background-color: #767676;
	color: #fff;
}
.brand-area a {
	width: 90%;
	height: auto;
	display: block;
	background-size: contain;
	margin: 0px auto 0 auto;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.brand-area a > img {
	max-width: 100%;
	max-height: 100%;
}
.mmenu > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mmenu > ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: #fff;
	padding: 10px;
	transition: all .3s;
	font-size: 16px;
	text-transform: capitalize;
}
.mmenu > ul li a > i {
	margin-left: 5px;
}
.mmenu .lang-site {
    display: inline-block
}
.register-mobile {
	margin-top: 0 !important;
}
.register-mobile li:last-child > a {
	border-bottom: 0;
}
.plusIcon {
	font-size: 14px;
	margin-left: 5px;
}
.m-overlay {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #333;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.menu-toggle {
	overflow: hidden;
}
.menu-toggle .m-overlay {
	opacity: 0.6;
	visibility: visible;
}
.menu-toggle .menu-mobile {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

}
.menu-toggle .main-wrapper {

	-webkit-transform: translate3d(-250px, 0, 0);
	-moz-transform: translate3d(-250px, 0, 0);
	-ms-transform: translate3d(-250px, 0, 0);
	-o-transform: translate3d(-250px, 0, 0);
	transform: translate3d(-250px, 0, 0);

}
html.menu-toggle {
	overflow: hidden;
}

/*header*/

#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px 0;
	z-index: 2;
}
.logo-site {
	float: left;
}
.logo-site a {
	display: inline-block;
    padding-top: 20px;
}
.logo-site img{
	max-width: 120px;
}

.main_menu {
	float: right;
	margin-top: 30px;
}
.main_menu > li {
	float: left;
	margin-right: 40px;
}
.main_menu > li.number-site {
    margin-left: 60px;
    margin-right: 30px;
}
.main_menu > li:last-child {
	margin-left: 0;
}
.main_menu > li > a {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: capitalize;
    font-weight: 600;
}
.lang-site img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.main_menu > li.lang-site {
    margin-right: 10px;
}

.mPS2id-highlight {
    position: relative
}
.mPS2id-highlight:before {
    content: "";
    background: #fff;
    width: 40%;
    height: 1.5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%)
}
#header.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0,135,157,1) 0%, rgba(30,147,137,1) 100%);
	z-index: 99999;
}
#header.fixed-header .main_menu, 
.header-page .main_menu {
    margin-top: 10px;
}
#header.fixed-header .logo-site a,
.header-page .logo-site a {
    padding-top: 0;
}
.header-page {
	position: relative !important;
	background: linear-gradient(180deg, rgba(0,135,157,1) 0%, rgba(30,147,137,1) 100%);
}
.header-page .container {
    overflow: hidden;
}


/*section_home*/

.section_home {
	padding: 100px 0 100px;
	position: relative;
	width: 100%;
}
.section_home:before {
	content: "";
    height: 100%;
	width: 100%;
    background: linear-gradient(60deg, rgba(0,135,157,1) 0%, rgba(30,147,137,1) 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 60%, -110% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.section_home:after {
    content: "";
    background: rgb(255 255 2555 / 20%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    bottom: 50%
}
.btn-site {
    background: #F3BD3F;
    border-radius: 5px;
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 40px;
}
.home_txt {
    padding-top: 120px;
    position: relative;
}
.home_txt:before {
    content: "";
    background: rgb(255 255 2555 / 20%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: -100px;
    bottom: -90px
}
.home_txt h1 {
    margin-bottom: 5px;
    font-weight: 800;
    color: #FFF;
    font-size: 70px
}
.home_txt p {
	color: #fff;
	font-size: 16px;
    font-weight: 500;
}
.home_txt strong {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.download-app {
    margin-top: 50px;
}
.btn-download-app li {
    display: inline-block;
    transition: .5s;
}
.btn-download-app li:hover {
    transform: scale(1.05);
}
.btn-download-app li:last-child {
    margin-right: 0;
}
.google_store {
    background: #FFF;
    width: 160px;
    height: 50px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.google_store .sec-title,
.app_store .sec-title {
    margin-left: 10px;
}
.google_store span {
    color: #4D4D4D;
    margin-bottom: -8px;
    display: block;
}
.app_store span {
    color: #fff;
    margin-bottom: -8px;
    display: block;
}
.google_store p {
    color: #4D4D4D;
    font-weight: 700;
}
.app_store p {
    color: #fff;
    font-weight: 700;
}
.app_store {
    background: #18304B;
    width: 160px;
    height: 50px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_thumbs {
    text-align: right;
    position: relative;
}
.home_thumbs:before {
    content: "";
    background: url(../images/shape-mockup.svg);
    background-size: 100% 100%;
    width: 160px;
    height: 210px;
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
}
.home_thumbs img {
    max-width: 100%;
    animation-name: animate1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.sec_head {
    margin-bottom: 60px;
}
.sec_head span {
    color: #1E9389;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    text-transform: capitalize
}
.sec_head h2 {
    color: #18304B;
    font-weight: 700;
    font-size: 34px;
    text-transform: capitalize
}


/*section_features*/

.section_features {
	position: relative;
	padding: 0 0 40px;
}
.section_features:after {
    content: "";
    background: url(../images/vector.svg);
    background-size: 100% 100%;
    width: 300px;
    height: 250px;
    position: absolute;
    top: -330px;
    left: 0;
}
.section_features .sec_head {
    text-align: center;
}
.box-features {
    position: relative;
    box-shadow: 0 0 31px -11px rgb(105 146 234 / 30%);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: .5s
}
.box-features:hover {
    background: linear-gradient(180deg, rgba(0,135,157,1) 0%, rgba(30,147,137,1) 100%);
}
.section_features .row {
    position: relative;
}
.section_features .row:before {
    content: "";
    background: linear-gradient(180deg, rgba(0,135,157,1) 0%, rgba(30,147,137,1) 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: -10px;
    z-index: -1
}
.box-features .sec-title h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #18304B;
    font-size: 20px;
}
.box-features .sec-title p {
    height: 50px;
    overflow: hidden;
    line-height: 1.6;
    color: #788497;
    font-size: 16px;
}
.box-features:hover .sec-title h5,
.box-features:hover .sec-title p {
    color: #fff;
}
.btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
}
.btn-contact span {
    font-weight: 600;
    font-size: 19px;
}
.btn-contact figure {
    background: #fff;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 15px;
}
.btn-contact figure img {
    max-width: 22px;
}


/*section_about*/

.section_about {
    padding: 30px 0;
}
.section_about .row {
    align-items: center;
}
.section_about .sec_head {
    margin-bottom: 15px;
}
.section_about .sec-title p {
    font-size: 18px;
    line-height: 1.7
}
.section_about .btn-download-app {
    margin-top: 20px;
}
.section_about .btn-download-app .google_store {
    border: 1px solid #18304B
}
.img-about {
    position: relative;
}
.img-about:before {
    content: "";
    background: url(../images/shape-about.svg);
    background-size: 100% 100%;
    width: 160px;
    height: 210px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-20%);
}


/*section_join*/

.section_join {
    padding: 40px 0 120px;
    position: relative;
}
.section_join:before {
    content: "";
    background: url(../images/BG.svg);
    background-repeat: no-repeat;
    background-size: 100% ;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
}
.section_join:after {
    content:"";
    background: url(../images/shape-status.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .65
}
.section_join .row {
    align-items: center
}
.section_join .sec_head {
    margin-bottom: 40px;
}
.content-status {
    margin-bottom: 40px;
}
.content-status p {
    color: #788497;
    margin-bottom: 40px;
    font-size: 17px;
}
.content-status ul li {
    color: #788497;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    font-size: 16px
}
.content-status ul li:before {
    content: '\f26b';
    font: normal normal normal 16px/1 'Material-Design-Iconic-Font';
    position: absolute;
    left: 0;
    top: 5px;
    color: #1E9389;
}
.img-status {
    position: relative;
}
.img-status:before {
    content: "";
    background: url(../images/shape-status.svg);
    background-size: 100% 100%;
    width: 160px;
    height: 210px;
    position: absolute;
    bottom: 20px;
    left: 50px;
    z-index: -1;
}
.img-status:after {
    content: "";
    background: url(../images/shape-after.svg);
    background-size: contain;
    width: 800px;
    height: 800px;
    position: absolute;
    top: -150px;
    left: -240px;
    z-index: -1;
}
.img-status img {
    max-width: 450px;
}


.content-clients {
    padding: 50px 0 0;
}
.box-clients {
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 17px 7px rgb(105 146 234 / 5%);
    border-radius: 10px;
}
.box-clients > span {
    color: #18304B;
    margin-bottom: 10px;
    display: block;
}
.box-clients p {
    color: #18304B;
    font-size: 15px;
    margin-bottom: 40px;
}
.box-clients .sec-title {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.box-clients .sec-title figure {
    margin-bottom: 0;
    background: linear-gradient(180deg, rgba(0,135,157,1) 0%, rgba(30,147,137,1) 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.title-cl h5 {
    font-weight: 700;
    color: #18304B;
    font-size: 18px;
}
.title-cl span {
    color: #6F7A87
}
.content-clients .item {
    padding: 10px 20px
}

.owl-dots  {
    margin-top: 20px;
    text-align: center
}
.owl-dots .owl-dot {
    margin: 0 3px;
}
.owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #E7F1ED;
    border-radius: 50%;
}
.owl-dots .owl-dot.active span {
    background: #00879D
}

/*footer*/

#footer {
	position: relative;
    padding: 0 0 50px;
}
#footer .container {
    box-shadow: 0 12px 34px rgb(0 0 0 / 16%);
    border-radius: 15px;
}
.top-ft {
    padding: 70px 30px 20px;
}
.link-about-site {
    text-align: center;
    margin-top: 10px;
}
.link-about-site li {
    display: inline-block;
    position: relative;
    margin-right: 20px
}
.link-about-site li:last-child {
    margin-right: 0
}
.link-about-site li a {
    color: #18304B;
    font-size: 16px;
}
.logo-ft img {
    max-width: 170px;
}
.social-media {
    text-align: right
}
.social-media li {
    display: inline-block;
    margin-right: 5px;
}
.social-media li a {
    color: #18304B;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F7FC;
    font-size: 20px;
    transition: .5s
}
.social-media li a:hover {
    background: #1E9389;
    color: #fff;
}

.bottom-ft {
    padding: 10px 30px 40px
}
.copyright {
	color: #000026;
    text-align: right;
	font-size: 13px;
    padding-top: 10px;
    display: block;
}
.copyright span {
    color: #1E9389;
    font-weight: 700;
}
.cookie {
    color: #18304B;
    position: relative;
    padding: 10px 50px 10px 20px;
    border-radius: 25px;
    border: 1px solid rgb(0 0 0 / 20%);
    display: inline-block
}
.cookie:before {
    content: '\f136';
    font: normal normal normal 19px/1 'Material-Design-Iconic-Font';
    position: absolute;
    right: 15px;
    top: 12px;
    font-weight: 700;
}
.cookie span {
    font-weight: 700;
}
.list-site {
    display: flex;
    padding-top: 10px;
}
.list-site li {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.list-site li img {
    margin-right: 5px;
}
.list-site li:last-child {
    margin-right: 0;
}
.list-site li p {
    color: #18304B;
    font-weight: 600
}


/**/

.section-page {
    padding:40px 0;
}
.sec-head {
    text-align: center;
    margin-bottom: 20px;
}
.sec-head h3 {
    color: #000;
}


.flex-form {
    display: flex;
}

.flex-form > div {
    width: 50%;
    padding: 15px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #fa7d09;
    outline: 0;
    box-shadow: 0 0 6px -1px rgb(250 125 9);
}
textarea.form-control {
    height: 115px;
}
#googleMap2 {
    height: 300px;
}
.form-contact ::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.form-contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}

.form-contact ::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
}

input[type="file"] {
	 display: none;
}
.btn-send {
    background: linear-gradient(180deg, rgba(0,135,157,1) 0%, rgba(30,147,137,1) 100%);
    min-width: 18px;
    display: block;
    color: #fff;
    padding: 10px 50px;
    margin: 30px auto;
}
.btn-send i {
    margin-right: 10px;
    font-size: 13px
}



.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 205px;
  height: 205px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-upload .block {
    display:block;
    margin-top:10px;
}


/**/

js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  cursor: pointer;
  position: relative;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}


.inputfile + label .archive-name,
.inputfile + label .btn-inputfile {
  padding: 0 20px;
  height: 50px;
  font-style: normal;
}

.inputfile + label .archive-name {
  width: 60%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  color: #919298;
}

.inputfile + label .btn-inputfile {
    color: #fff;
    background-color: #058999;
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 16px;
    top: -1px;
}

fieldset {
    padding:15px;
}





