@font-face {
	font-family: "Montserrat-Arabic";
	src: url("../fonts/Montserrat-Arabic-Regular.eot");
	src: url("../fonts/Montserrat-Arabic-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/Montserrat-Arabic-Regular.woff2") format("woff2"),
		url("../fonts/Montserrat-Arabic-Regular.woff") format("woff"),
		url("../fonts/Montserrat-Arabic-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-Arabic";
	src: url("../fonts/Montserrat-Arabic-SemiBold.eot");
	src: url("../fonts/Montserrat-Arabic-SemiBold.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/Montserrat-Arabic-SemiBold.woff2") format("woff2"),
		url("../fonts/Montserrat-Arabic-SemiBold.woff") format("woff"),
		url("../fonts/Montserrat-Arabic-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat-Arabic";
	src: url("../fonts/Montserrat-Arabic-Bold.eot");
	src: url("../fonts/Montserrat-Arabic-Bold.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/Montserrat-Arabic-Bold.woff2") format("woff2"),
		url("../fonts/Montserrat-Arabic-Bold.woff") format("woff"),
		url("../fonts/Montserrat-Arabic-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Montserrat-Arabic", sans-serif;
	color: #444;
	background-color: #fff;
	line-height: 2;
}

a {
	color: #2D7C9A;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	color: #2D7C9A;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat-Arabic", sans-serif;
	font-weight: 800;
}
img,
svg {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #2D7C9A;
	border-top-color: #162140;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #2d7c9a;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: #2d7c9a;
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	padding: 20px 0;
	z-index: 997;
	box-shadow: 0px 0px 10px 6px rgb(0 0 0 / 3%);
	transition: all 0.5s;
}
#header.header-transparent {
    background: #fff;
}
#header.header-scrolled {
	background: #fff;
	padding: 10px 0;
	box-shadow: 0px 0px 15px 15px rgb(0 0 0 / 10%);
}

#header .logo h1 {
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
}
#header .logo h1 a,
#header .logo h1 a:hover {
	color: #fff;
	text-decoration: none;
}
#header .logo img {
	padding: 0;
	margin: 0;
	height: 36px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}
.navbar li {
	position: relative;
}
.navbar-nav .nav-link {
	font-weight: 600;
    font-size: 20px;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

.navbar.navbar-light .nav-link i,
.navbar.navbar-light .nav-link:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

/* .navbar.navbar-light .nav-link:hover:not(.btn-primary):not(.btn--outline-primary),
.navbar .active,
.navbar .active:focus:not(.btn-primary):not(.btn--outline-primary),
.navbar li:hover > a {
  color: #333;
} */

@media (min-width: 1024px) {
	margin: 0 100px 0 0;
}


@media (min-width: 996px) {
	.navbar.navbar-light .nav-link:before {
		content: "";
		position: absolute;
		height: 4px;
		bottom: 3px;
		left: calc(50% - 15.5px);
		background-color: #fff;
		visibility: hidden;
		width: 0px;
		transition: all 0.3s;
	}
	.navbar.navbar-light .nav-link:before {
		background-color: #2d7c9a;
	}
	.navbar.navbar-light .nav-link:hover:before,
	.navbar li:hover > a:before,
	.navbar .active:before {
		visibility: visible;
		width: 25px;
	}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero.home {
    background-image: url(../img/hero_screen.jpg);
}
#hero.about {
    background-image: url(../img/about_screen.jpg);
}

#hero {
    width: 100%;
    position: relative;
    padding: 0 0px 0px;
    min-height: calc(100vh - 95px);
    display: flex;
    flex-wrap: wrap;
	align-items: start;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
    margin: 95px 0 0 0;
    padding-top: 120px;
}

/* #hero:before {
	content: "";
	background: #000;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.3;
} */

/*#hero .btn-get-started {
  font-family: "Montserrat-Arabic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #2D7C9A;
}
#hero .btn-get-started:hover {
  background: #17b57d;
}*/
#hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
#hero .logo_area {
	position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#hero .logo_area img {
    height: 80px;
}
#hero .logo_area .slogan {
    background: #16214033;
    border-radius: 8px;
    color: #fff;
    margin: 20px auto;
    width: auto;
    display: inline-block;
    padding: 0 15px;
}

#hero h1 {
	margin: 0 0 20px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: rgba(255, 255, 255, 0.8);
}
#hero h1 span {
	color: #fff;
	border-bottom: 4px solid #2D7C9A;
}
#hero h2 {
	font-size: 65px;
	font-weight: bold;
}
#hero h3 {
	font-size: 42px;
	font-weight: 400;
}
@media (min-width: 1024px) {

}
@media (max-width: 991px) {
	#hero {
		margin: 75px 0 0 0;
		padding-top: 80px;
		padding-bottom: 0;
		height: auto;
	}
	#hero .logo_area img {
		text-align: center;
		height: 62px;
	}

	#hero h1 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	#hero h2 {
		font-size: 45px;
		line-height: initial;
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	#hero .hero-img img {
		width: 80%;
	}
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}
.hero-waves {
	display: block;
	margin-top: 60px;
	width: 100%;
	height: 60px;
	z-index: 5;
	position: relative;
}

.wave1 use {
	-webkit-animation: move-forever1 10s linear infinite;
	animation: move-forever1 10s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.wave2 use {
	-webkit-animation: move-forever2 8s linear infinite;
	animation: move-forever2 8s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.wave3 use {
	-webkit-animation: move-forever3 6s linear infinite;
	animation: move-forever3 6s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
	0% {
		transform: translate(85px, 0%);
	}
	100% {
		transform: translate(-90px, 0%);
	}
}

@keyframes move-forever1 {
	0% {
		transform: translate(85px, 0%);
	}
	100% {
		transform: translate(-90px, 0%);
	}
}
@-webkit-keyframes move-forever2 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}
@keyframes move-forever2 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}
@-webkit-keyframes move-forever3 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}
@keyframes move-forever3 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f5f5ff;
}

.section-title {
	padding-bottom: 40px;
}

.dividers-header {
	position: relative;
	margin: 20px 0;
}
.trans_bg {
    background: #16214099;
    padding: 30px;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
}
h2.section-title {
	display: block;
	padding-bottom: 0;
	font-size: 40px;
	font-weight: 800;
	height: 55px;
	margin: 0;
	text-align: inherit;
}
h2.section-title span {
	position: relative;
	z-index: 10;
	color: #333;
}

.listAll-wrapper {
	text-align: left;
	margin: 15px 0 0 0;
}
.listAll-wrapper .btn {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #212529;
	border-radius: 0;
	margin: 0 10px;
	font-weight: 800;
}
.listAll-wrapper .btn:hover {
	border-bottom: 1px solid #007d56;
	color: #007d56;
}

.section-title h2 {
	margin: 0 0 40px 0;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Montserrat-Arabic", sans-serif;
	color: #333;
}

.section-title p {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #aaaaaa;
	font-family: "Montserrat-Arabic", sans-serif;
}

.works-no span {
	color: #2D7C9A;
	font-size: 90px;
	vertical-align: middle;
	margin: 0 9px;
	font-weight: 800;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 20px 0;
	background-color: #fafaff;
	min-height: 40px;
	margin-top: 80px;
}
@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 64px;
	}
}
.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
@media (max-width: 992px) {
	.breadcrumbs h2 {
		margin: 0 0 10px 0;
	}
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.breadcrumbs ol li + li {
	padding-left: 10px;
}
.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}
@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}
	.breadcrumbs ol {
		display: block;
	}
	.breadcrumbs ol li {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#hero .about_intro{
    text-align: justify;
    padding: 40px;
}
#hero .about_intro h3{
    font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px
}
#hero .about_intro p{

}

.whatWeDo h2{
	align-self: self-end;
	margin: 0;
	font-size: 55px;
	position: relative;
	bottom: -10px;
}
.whatWeDo p{
	background-color: #2d7c9a66;
	color: #162140;
	font-weight: 700;
	font-size: 18px;
	padding: 20px 25px;
	border-radius: 20px;
	margin: 0;
}

/*--------------------------------------------------------------
#  services
--------------------------------------------------------------*/

.list_service {
	position: relative;
    z-index: 100;
    height: 720px;
    display: flex;
	flex-direction: column-reverse;
	margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
	/* box-shadow: 0px 0px 20px rgb(0 0 0 / 7%); */
	box-shadow: rgb(0 0 0 / 25%) 0px 4px 250px;
}
.list_service .service_title {
    position: relative;
    z-index: 100;
    bottom: 0;
    background-color: rgb(22 33 64 / 50%);
    color: #fff;
    padding: 25px;
    text-align: center;
    margin: 0 0 35px;
    transition: all 0.5s;
}

.list_service .service_content {
	display: flex;
    flex-direction: column;
	justify-content: center;
	position: absolute;
    bottom: -100%;
    z-index: 1;
    height: 100%;
    width: 100%;
	background: rgba(22, 33, 64, 0.7);
    color: #fff;
    padding: 50px 50px;
    transition: all 1s;
}

.list_service .service_content h3 {
    font-size: 35px;
    margin-bottom: 45px;
}
.list_service .service_content p {
	font-size: 17px;
    line-height: 30px;
}

.list_service img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.list_service .service_title h3 {
    margin: 0;
    font-size: 35px;
}

.list_service:hover .service_content{
    bottom:0
}

.list_service:hover .service_title{
    position:relative;
    bottom:-30px;
    opacity:0
}


/****/



.wide_section .img_wrap {
    text-align: center;
	height: 100%;
	width:100%;
}

.wide_section .img_wrap img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
}
.wide_section .row_section{
	background-color: #81b0c2;
	border-radius: 8px
}
.wide_section h3{
    font-size: 36px!important;
    font-weight: 600;
}
.wide_section ol,
.wide_section ul {
    padding-left: 15px;
}
.wide_section .inner_box{
	font-size: 18px;
}

/****/

.list-feature {
	background-color: #F2F2F2;
	width: 100%;
	padding: 50px 20px;
	border-radius: 8px;
	position: relative;
	top: 0;
	text-align: center;
    height: 100%;
	transition: all 0.3s;
}
.list-feature:hover {
	top: -3px;
}
.list-feature .img-wrapper {
	margin: 0 0 25px;
	text-align: center;
}
.list-feature img {
	height: 70px;
}
.list-feature h3 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #162140;
}
.list-feature h4 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #2D7C9A;
}
.list-feature p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    line-height: 25px;
	min-height: 75px;
}


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
	padding: 0;
}
.faq .faq-list ul {
	padding: 0;
	list-style: none;
}
.faq .faq-list li + li {
	margin-top: 15px;
}
.faq .faq-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}
.faq .faq-list a {
	display: block;
	position: relative;
	font-family: "Montserrat-Arabic", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 30px;
	outline: none;
	cursor: pointer;
}
.faq .faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	left: 0;
	right: 20px;
	color: #2D7C9A;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
	font-size: 24px;
	position: absolute;
	right: auto;
	left: 0;
	top: 0;
}
.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
	display: none;
}
.faq .faq-list a.collapsed {
	color: #343a40;
}
.faq .faq-list a.collapsed:hover {
	color: #2D7C9A;
}
.faq .faq-list a.collapsed .icon-show {
	display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
	display: none;
}
@media (max-width: 1200px) {
	.faq .faq-list {
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact_us {

}
 
.contact_info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 150px 0 0 0;
}
.contact_info .logo_area img {
    margin-bottom: 25px;
    width: 85%;
}
.contact_info .logo_area .slogan {
    background: #abafba;
    color: #F2F2F2;
    padding: 0 10px;
    border-radius: 8px;
}

.contact_title {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
    position: relative;
}

.contact_title h3 {
    margin: 0;
    padding: 52px 0;
    font-size: 40px;
    color: #000;
}

.contact_title:before {
    content:"";
    position: absolute;
    height: 9px;
    width: 200px;
    background-color: #2D7C9A;
    left: 0;
    top: 0;
}

.contact_title:after {
    content:"";
    position: absolute;
    height: 9px;
    width: 200px;
    background-color: #2D7C9A;
    right: 0;
    bottom: 0;
    top: auto;
}
.contact_info h4 {
    font-size: 25px;
}
.contact_info p {
    font-size: 20px;
    color: #162140;
    line-height: 27px;
}
/***/
.contact_area{
    background-image: url(../img/contact_screen.jpg);
	/* background-position:
	calc(100% - 96px)
	calc(100% - 10%); */
	background-size: cover;
    background-position:top right;
    background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-content: center;
    justify-content: center;
	align-items: center;
	margin-top: 98px;
	margin-bottom: 60px;
	padding: 60px 0;
}

.contactForm{

}
.contactForm label.form-label {
    color: #fff;
    margin-bottom: 3px;
}
/*****/

.contact .info {
	width: 100%;
}
.contact .info i {
	font-size: 20px;
	color: #fff;
	float: right;
	width: 44px;
	height: 44px;
	background: #5a3983;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
.contact .info h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
}
.contact .info h4 {
	padding: 0 60px 0 0;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
}
.contact .info p {
	padding: 0 60px 0 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #ffffff;
}
.contact .info p.phone-no {
	direction: ltr;
	text-align: right;
}
.contact .info .email,
.contact .info .phone {
	margin-top: 40px;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: #fff;
	color: #5a3983;
}
.contact .php-email-form {
	width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}
.contact .php-email-form .form-group {
	padding-bottom: 8px;
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 10px;
	box-shadow: none;
	font-size: 14px;
}
.contact .php-email-form input {
	height: 44px;
	text-align: right;
}
.contact .php-email-form textarea {
	padding: 10px 12px;
}
.alertspan {
	font-size: 11px;
}
.alert {
	font-size: 13px;
}
/*.contact .php-email-form button[type=submit] {
  background: #2D7C9A;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #2D7C9A;
}*/

.call_us {
	padding: 15px;
	border-radius: 20px;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/************************************************************

				Custom Control Owl Carusel

************************************************************/

.owl-custom-control {
	display: inline-block;
}
.owl-custom-control .owl-theme .owl-nav [class*="owl-"] {
	margin: 0 10px 0 0;
	padding: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: 0;
	color: #444;
	background-color: #0000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.owl-custom-control .custom-nav.owl-nav {
	margin: 0;
	direction: ltr;
}

.owl-custom-control .owl-theme .owl-nav [class*="owl-"] i {
	font-size: 32px;
	vertical-align: middle;
	color: inherit;
}

.owl-custom-control .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #9d9d9d;
	border-color: #9d9d9d;
	color: #fff;
}

.owl-custom-control .owl-theme .owl-controls {
	background: transparent;
	position: static;
	margin: 0;
}


/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
.text-primary {
    color: #2D7C9A!important
}
.text-secondary {
    color: #162140!important;
}
.bg-primary {
    background-color: #2D7C9A!important
}
.bg-secondary {
    color: #162140!important
}
.mt-5 {
	margin-top: 5rem !important;
}

.btn-primary {
	color: #fff;
	background-color: #2D7C9A;
	border-color: #2D7C9A;
}
.btn-primary:hover {
	color: #fff;
	background-color: #3d95b7;
	border-color: #3d95b7;
}
.btn-outline-primary {
	color: #333333;
	border-color: #2D7C9A;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #2D7C9A;
	border-color: #2D7C9A;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
	color: #fff;
	background-color: #2D7C9A;
	border-color: #2D7C9A;
}
.btn {
	border-width: 3px;
	padding: 10px 25px;
	font-size: 15px;
	border-radius: 0.25rem;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: none;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
	box-shadow: none;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
	box-shadow: none;
}
.applyMenu .btn.btn-ask {
	color: #fff;
	background-color: #2D7C9A;
	border: 0;
	font-size: 13px;
	text-align: center;
	display: block;
}

.applyMenu .btn.btn-ask:hover {
	color: #fff;
	background-color: #3d95b7;
}
.form-control {
	font-size: 13px;
	height: calc(3rem + 2px);
	border: 2px solid #ebebeb;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #0072bc;
}
.input-group-text {
    font-size: 13px;
}
.custom-select {
	height: calc(3rem + 2px);
	border: 2px solid #ebebeb;
	font-size: 13px;
}

.custom-select:focus {
	outline: none;
	box-shadow: none;
	border-color: #4272d7;
}

.custom-file,
.custom-file-input,
.custom-file-label {
	height: calc(3rem + 2px);
}

.custom-file-label::after {
	height: 3rem;
}

.custom-file-input {
	border: 2px solid #ebebeb;
}

.custom-file-label,
.custom-file-label::after {
	line-height: 2.8em;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Ø¥Ø³ØªØ¹Ø±Ø§Ø¶";
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
	color: #b1b1b1 !important;
	font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
	/* Firefox 18- */
	color: #b1b1b1;
	font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
	/* Firefox 19+ */
	color: #b1b1b1;
	font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
	color: #b1b1b1;
	font-size: 13px;
}

[type="email"],
[type="file"],
[type="number"],
[type="password"],
[type="tel"],
[type="url"],
code,
samp,
var {
	text-align: right;
	direction: rtl;
}

/*====================================================================
				  Contact Form Activation
====================================================================*/
.alert-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 9999999;
	direction: ltr;
}
#success,
#error {
	position: relative;
	width: 500px;
	height: 100px;
	top: calc(50% - 50px);
	left: calc(50% - 250px);
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
}
#success .wrapper,
#error .wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
#success .wrapper p,
#error .wrapper p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#success {
	color: #57d1c9;
}
#error {
	color: #c9182b;
}
#error button,
#success button {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 20px;
	background: #0000;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 20px;
	outline: 0;
	border: 0;
}
label.error {
	display: none !important;
}
input.error,
textarea.error {
	border: 1px solid #f03838 !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	padding: 0;
	background: #162140;
	color: #fff;
	clear: both;
	position: relative;
}



#footer img {
	max-width: 100%;
}

#footer p {
	margin: 0;
}

#footer h1 {
	margin: 0 0 20px 0;
    font-size: 20px;
    padding-bottom: 0px;
    max-width: 90%;
    font-weight: 500;
}
#footer h1:before {
	content: "";
	height: 24px;
	width: 8px;
	display: inline-block;
	background-color: #fff;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

#footer .footer-inner {
	padding: 50px 0;
}

#footer ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#footer ul li {
	margin-bottom: 3px;
	font-size: 14px;
}

#footer ul.contactul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul.contactul li {
	margin-bottom: 3px;
	font-size: 14px;
}
#footer ul.contactul li a {
    color: #fff;
}
#footer ul.contactul li a:hover {
    text-decoration:underline
}
#footer ul.contactul li span.tel {
	display: inline-block;
	direction: ltr;
	font-size: 14px;
}

#footer ul.contactul li i {
    margin-right: 10px;
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
    height: 10px;
    line-height: 10px;
}
#footer ul.f-links {
	font-size: 13px;
}

.footer-logo {
	margin-bottom: 10px;
}

.footer-logo img {
	text-align: center;
}

#footer .col-one h4 {
	font-size: 13px;
	margin-bottom: 4px;
	color: #939498;
}

#footer .col-one p {
	margin-bottom: 9px !important;
	display: block;
	font-size: 13px;
	color: #939498;
	font-weight: 400;
}


ul.f-links {
	margin: 30px 0 0 0;
	padding: 0 0 0 30px;
}
ul.f-links {
	color: #fff;
}

ul.f-links li {
	margin-bottom: 6px;
}
ul.f-links li a {
	color: #fff;
	text-decoration: underline
}

ul.f-links li a:hover {
	color: #2D7C9A;
}



#copyright {
    font-size: 13px;
    text-align: left;
    position: relative;
    padding: 7px 0;
    background-color: #fff;
    color: #000;
    font-weight: 600;
}


/****/

ul.social-icons {
	text-align: left;
	direction: ltr;
	display: block;
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
}

ul.social-icons li {
	display: inline-block;
	margin: 0 2px;
}

ul.social-icons li a {
	background-color: transparent;
	display: block;
	transition: transform 0.2s;
	font-size: 21px;
	color: #fff;
}

ul.social-icons li a:hover {
	-ms-transform: scale(1.3);
	/* IE 9 */
	-webkit-transform: scale(1.3);
	/* Safari 3-8 */
	transform: scale(1.3);
}

#footer ul.social-icons {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

#footer ul.social-icons li {
	margin: 0;
}

#footer ul.social-icons li a {
	padding: 2px 10px;
}

#footer ul.social-icons li a:hover {
	background-color: transparent;
}

/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
.card {
	margin-top: 20px;
	background-color:transparent;
	border-radius: 10px;
    overflow: hidden;
}
.card-header {
    background-color: #16214033;
    color: #162140;
    font-size: 28px;
    padding: 20px 5px;
    line-height: 32px;
}
.card-body {
    background-color: rgb(22 33 64 / 80%);
}
label.form-label {
	font-size: 13px;
}
.fs-6 {
	font-size: 13px !important;
}
.mt-3 {
	margin-top: 2rem !important;
}
.mt-4 {
	margin-top: 3rem !important;
}
.my-3 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.inner-page {
	padding-top: 120px !important;
}

/*** 
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1024px) {
	.container-fluid {
		width: 100%;
		padding-right: 70px;
		padding-left: 70px;
	}
	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 65px;
	}
}

@media (min-width: 992px) {
	.navbar {
		width: 100%;
	}
}
@media (min-width: 768px){
	.col-md-4 {
		width: 30.333333%;
	}
	.col-md-8 {
		width: 69.666667%;
	}
}
@media (max-width: 991px) {
	.navbar-nav {
		margin: 20px 0;
	}
	#hero .logo_area {
		position: relative;
		min-height: unset;
		margin-top: 50px;
	}
	#hero .hero-img img {
		width: 100%;
		max-width: 100%;
		left: 0;
	}
	#hero .hero-img img.img1 {
		position: relative;
	}

	h2.section-title {
		height: auto;
		font-size: 32px;
	}
	.list-work {
		height: 230px;
	}
	.list-service {
		height: auto;
	}
	.section-title h2 {
		margin: 0 0 15px 0;
		font-size: 35px;
	}
	#header.header-scrolled {
		background: #fff;
	}
	.navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: 0 0 0 0.1rem #333333;
	}
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover {
		background-color: #f5f5f5;
	}
	ul.applyMenu {
		display: block;
	}

	ul.applyMenu li {
		display: inline-block;
	}
}
@media screen and (max-width: 768px) {
	.info-wrapper {
		margin: 30px 0 0;
	}
	.call_us {
		padding: 15px 15px 50px;
	}

	.social-links {
		text-align: center;
		margin-bottom: 20px;
	}
	.img-wrapper.f-logo {
		text-align: center !important;
		margin: 20px 0 0 0;
	}
	.verfCode .form-control {
		width: 50px;
		height: 50px;
	}
	.whatWeDo h2 {
		font-size: 46px;
		bottom: 0;
	}
	.list_service {
		height: 516px;
	}
	.list_service .service_content {
		padding: 50px 20px;
	}
	.list_service .service_content h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.list_service .service_content p {
		font-size: 14px;
	}
	.contact_us {
		height: auto;
	}
	.contact_info {
		margin-top: 135px;
	}
	.logo_area {
		margin: 0 30px;
		line-height: 25px;
		padding: 5px;
	}
}

#email {
	text-align: left;
}