@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;500;600;700&display=swap');
:root {
    --brand:#50d8af ;
    --dark: #132e4e;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
body {
    font-family: "Amiri", Arial, sans-serif;
    color: var(--body);
    line-height: 2.5;font-size: 19px;
}
h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700; font-size: 22px;
    color: var(--dark);
    direction: rtl;
}
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
img {
    width: 100%;
}
a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
    text-decoration: none;
}
a:hover {
    color: var(--brand);
}
section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.text-brand {
    color: var(--brand) !important;
}
.navcontainer {
text-align: right;
}
.navcontainer h2 {
text-decoration: underline;
}
.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}
.owl-prev {    left: 0;}
.owl-next {    right: 0;}
.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}
.owl-dot.active span{ background-color: var(--brand) !important;}
 /* slide */
 .slide {
     min-height: 45vh; /* 100vh;*/
     max-width: 100%; /*1920px*/
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}
.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* Styles for medium screens (e.g., tablets) */
@media (max-width: 1024px) {
    .slide {
        min-height: 30vh;
        max-width: 90%;
    }
}

/* Styles for small screens (e.g., mobile devices) */
@media (max-width: 480px) {
    .slide {
        min-height: 20vh;
        max-width: 90%;
    }
}
/* quicklinks*/
.section-header .sectionTitle {
	padding-bottom: 15px;
}
.sectionTitle {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #0089c9;
    padding-bottom: 35px;
}
/* navbar */
.top-nav {
    background-color: var(--dark);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
.top-nav span,
.top-nav i {
    vertical-align: middle;
}
.navbar {
    box-shadow: var(--shadow); direction: rtl;
}
.nav-link  dropdown-menu { text-align:right;}
.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}
.navbar .navbar-nav .nav-link {
    color:#516171;}
.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}
.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}
.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}
.navbar-brand .dot {
    color: var(--dark);
}
.btn {
    padding: 8px 26px;
}
.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}
.btn-brand:hover {
    background-color: #021c2d;
    border-color: #25edd6;
    color: #fff;
}
.intro {margin-bottom: 25px;
text-align: center;}
.intro p {
    max-width: 650px;
    text-align: justify;
    margin-left: 30px;margin-right: 30px;
}
.intro h6{
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px; text-align: right;
}
.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px; font-size: 20px;
}
.info-box {
    align-items: center;
    display: flex;
}
.info-box img {
    width: 90px;
}
#pageTop {
 direction: rtl;
}
/*------sitemap---------*/
#rootList{
    margin-left: 0;padding-left: 0;list-style: none;direction:rtl;text-align:right; line-height: 20px;}
#rootList  li{padding-right: 1px;margin-left: 0;padding-left: 0;}
#rootList ul { padding-right: 2px;}
#rootList li a {   color:#061438;text-decoration:none;}
#rootList a:hover, a:active, a:focus {color: #51d8af;}
#subroot li{padding-right:50px;list-style: none; line-height: 30px;text-align:right;}

#subroot li a { color:#0e296e;text-decoration:none;}
	#subroot li a:hover { color: #51d8af;text-decoration:none;}
/*-------end sitemap-------*/
#milestone {
    background: url(../img/bg.gif);
    height:80px;
    background-repeat: repeat-x;
}
.service {
    padding:8px; background-color: #fff; box-shadow: var(--shadow);}
.service h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.service img {
    width: 150px;
}
.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.project h6 {
    font-weight: 400;
}
.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}
.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}
.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}
.project h2,
.project h6 {
    color: #fff;
}
#reviews {
    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#reviews1 {
    box-shadow: var(--shadow);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 
.review p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px; text-align:justify;
  direction: rtl; color: var(--dark);
    line-height: 1.7;
}
.reviews1 p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px; text-align:justify;
  direction: rtl; color: var(--dark);
    line-height: 1.7;
}
.reviews1 p  img{ 
border-radius: 50px; 
     margin-top: 5px;
    margin-bottom: 5px;
 }

.reviews1 h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}
.reviews1 small {
    color: var(--brand);
}
 
.review p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px; text-align:justify;
  direction: rtl; color: var(--dark);
    line-height: 1.7;
}
.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}
.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}
.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}
.review h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}
.review small {
    color: var(--brand);
}
.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}



.blog-post .content {
    padding: 15px;
    max-height:350px;
}
.blog-post .content2 {
     padding: 15px;height:auto;
 }
  

.blog-post a {
     top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}
.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}
.blog-post p {
     padding: 15px;
    text-align: justify;
    direction: rtl;
}
footer {
  background-color: var(--dark);
  linear-gradient(0deg, rgba(8, 50, 49, 0.9), rgba(58, 123, 113, 0.9)),#aaeee3;;
}
footer .footer-top {
    padding-top: 60px;
    padding-bottom: 20px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.173);
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
}
footer a {
    color: #fff;
    font-weight: 650;
    text-decoration: none;
 }
footer .link:hover {
    color: var(--brand);
}
footer  h5 {
    border-bottom: 1px solid #BAC1C8;
    color: #fff;
   line-height: 10px;
    padding-top: 10px;
	padding-bottom: 20px;
    }
footer .navbar-brand {
    color: #fff;
}
footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}
.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}
input.form-control {
    border-color: transparent;
    height: 44px;
}
.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}
