

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #071e36;
  font-family: 'Tajawal', sans-serif;

  text-align: center ;

}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #54b4dc;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 18px;
}
hr {
  width: 70px;
  border-top: 1px solid #21557c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background-color: transparent;
  color: #54b4dc;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border: 1px solid #54b4dc;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #54b4dc;
}


/* Pop Up */
/*OffersPop*/

#OffersPop .section-header p {
  font-size: 18px;
  text-align: center;
}

#OffersPop .card {
  border-color: #e9eaeb;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #FCFAEE;
  transition: 0.3s ease-in-out;
  height: 100%;
  background:url('../../img/backgrounds-4.png');
  background-position: center;
  background-size: cover;
}

#OffersPop .card h5 {
  font-size: 100px;
  font-weight: 600;
}

#OffersPop .card p {
  font-size: 25px;
  color: white;

}


#OffersPop .card a {
  font-size: 25px;
  color: white;

}


#OffersPop .card a:hover {
  font-size: 30px;
  color: #FCFAEE;

}



/* Modal Content */
.modal-contentOffers {
  background-color: #fefefe;
  margin-top: 5%;
  margin-left: 22%;
  padding: 20px;
  border: 1px solid #888;
  width: 55%;
  height: 70%;
  direction:rtl;
  overflow: scroll;
}

.modal-contentOffers p{
  margin-top: -20px;
font-size: 12px;
}
.modal-contentOffers h5{
font-weight: bold;
font-size: 15px;}

.modal-contentOffers li{
  font-size: 12px;
   color:black;
}
@media screen and (max-width: 1700px){
  #OffersPop h1 {
    font-size: 30px;
}

  #OffersPop h4 {
    font-size: 18px;
}
  #OffersPop .section-header p {
    font-size: 9px;
  }

  #OffersPop .card {
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px 0;
  }

  #OffersPop .card h5 {
    font-size: 30px;
    font-weight: 600;
  }

  #OffersPop .card p {
    font-size: 12.5px;

  }

  #OffersPop .card a {
    font-size: 12.5px;
  }
  #OffersPop .card a:hover {
    font-size: 15px;
  }
}
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  top: 0;
  right:0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  overflow: scroll;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  overflow: scroll;
}



/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin-top: 5%;
  margin-right: 22%;
  padding: 20px;
  border: 1px solid #888;
  width: 55%;
  height: 70%;
  direction:rtl;
  overflow: scroll;



}
.modal-content p{
  margin-top: -20px;
font-size: 12px;
}
.modal-content h5{
font-weight: bold;
font-size: 15px;}

.modal-content li{
  font-size: 12px;
}
#myBtn{
color:#15598C;
text-decoration: underline;
}

#myBtn:hover{
color:#51B9E8;
}

@media screen and (max-width: 768px){
  .modal-content p{
  font-size: 10px;
  }
  .modal-content h5{
  font-size: 13px;}

  .modal-content li{
    font-size: 10px;
  }
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



/* Prelaoder */

#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 #f2f2f2;
  border-top: 6px solid #007bff;
  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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 40px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 100px;
  padding: 40px 0;
}

#header .logo img {
  padding-bottom: 15px;
  max-height: 50px;
  margin-left: -40px;
}
#header a {
font-size: 17px;
color: #15598c;
}
#header a:hover {
font-size: 17px;
color: #51b9e8;
}
.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../../img/intro-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 320px 0 90px 0;
  color: #fff;

}

#intro .intro-img {
  width: 35%;
  float: left;
}

#intro .intro-info {
  width: 50%;
  float: right;
  margin-top:5%;
}
#intro .xcard{
  background-color: transparent;
}
#intro .intro-info h2 {
  margin-top: 15%;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}







/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: right;
}

.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Tajawal', sans-serif;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #54b4dc;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #54b4dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #54b4dc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  right: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h1 {
  margin-top: 10%;
  font-size: 55px;
  color: #071e36;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 25px;
  padding-bottom: 60px;
  color: #071e36;
  width: 50%;
}
.section-header{
  background: url("../../img/Untitlettttd-1.png") center top no-repeat;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #15598c;
}


/* About Us Section
--------------------------------*/

#about {
  background: #fff;
  padding: 100px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
  text-align: right;
}

#about .about-container .title {
  color: #071e36;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: right;
  background: #fff;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #071e36;
  font-size: 15px;
}

#about .about-container .icon-box:hover .icon {
  background: #54b4dc;
}

#about .about-container .icon-box:hover .icon i {
  color: #071e36;
}

#about .about-container .icon-box .title {
  margin-right: 50px;
  font-weight: 600px;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #071e36;
}

#about .about-container .icon-box .description {
  margin-right: 50px;
  line-height: 10px;
  font-size: 14px;
}

#about .about-extra {
  padding: 60px 0px;
  text-align: center;


}
h1{
  color: #071e36;

}
#about .about-extra h1 {
  font-weight: 600;
  font-size: 40px;
  margin-top: 5%;
}

#about .about-extra img{
  width:650px;
  float: right;
  margin-right: 5%;
}


body #why-us {
  width: 100%;
  position: relative;
  background: url("../../img/backhow.png") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff;

}
body #process .process-block {
	text-align: center;

}
body #process h1 {
font-size: 55px;
color:#283d50;
margin-top: -100px;
margin-bottom: 5%
}

body #process .row{
margin-left: 10%;
}
body #process .process-icon {
	width: 90px;
	height: 90px;
	line-height: 100px;
	background-color: #283d50;
	border-radius: 100%;
	display: inline-block;
}
body #process .process-border {
	position: absolute;
	top: 28%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 0;
	border-radius: 50%;
	border: 0 solid transparent;
	box-sizing: border-box;
	-webkit-transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body #process .process-icon img {
width:50px;

}



body #process .process-icon-holder {
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	vertical-align: middle;
  margin-bottom: -80px;
}
body #process .process-border :hover
{
  background-color:  #15598c;

}

#process .process-text-block{
margin-top: -30%;
}

#process .process-text-block a{
color: #283d50;
font-size: 18px;
margin-top: -10px;
}
#process .process-text-block a:hover{
color: #15598c;
}
@media screen and (max-width: 1023px) {

     .formbox {

        margin:0px !important;
    }


body #process .process-border {
	top: 27%;
}
#about .about-extra img{

  margin-right:0px;
}


}
@media screen and (max-width: 985px) {
body #process .process-border {
	top: 30%;
}

#header .logo img{
    margin-left:5px;
}

body #process {
  margin-top: 30%;
}

.section-header h1{
font-size: 40px;
}

body #process h1{
  font-size: 40px;

}
.how p{
  font-size: 15px !important;
}

#why-us h1{
  font-size: 40px;

}
#about .about-extra h1 {
  margin-top: 5px !important;
}
#about .about-extra img{

  margin-right:0px;
}
body #process .row{
margin-left: 0px;
margin-right: 10%;

}
}
@media screen and (max-width: 768px) {

body #process .process-border {
	top: 30%;
}

body #process .process-block {
margin-left: 10%;}
body #process .row{
margin-left: 0px;
margin-right: 0px;

}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
body #process .process-border {
	top: 34%;
}

}
@media screen and (min-width: 441px) and (max-width: 640px) {
body #process .process-border {
	top: 34%;
}
#about .about-extra img{

  margin-right:15%;
}
#process .process-text-block{
margin-top: 0px;
}

}
@media screen and (min-width: 375px) and (max-width: 440px) {
body #process .process-border {
	top: 31%;
}
#about .about-extra img{

  margin-right:0px;
}
}
@media screen and (min-width: 320px) and (max-width: 374px) {
body #process .process-border {
	top: 29%;
}

}
@media screen and (max-width: 374px) {

  #about .about-extra img{

    margin-right:0px;
  }}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #54b4dc;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#process{
  margin: 10%;
  padding: 60px 0;
  background: #ffff;
}


#why-us .section-header p {
  font-size: 18px;
  text-align: center;
}

#why-us .card {
  background-color: transparent;
  border-color: #e9eaeb;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: white;
  transition: 0.3s ease-in-out;
  height: 100%;
}


#why-us .card:hover {
  background: #e9eaeb;
  border-color: #dbddde;
  color: #283d50;
}

#why-us .card:hover p {
  color: #283d50;

}

#why-us .card img {
  padding-top: 15px;
  width: 40px;
  margin-left: 45%;

}

#why-us .card i{
  font-size: 40px;

}

#why-us .cardimg img{
  width: 55px !important;
}
#why-us .cardimg2 img{
  width: 40px !important;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: bolder;
}

#why-us .card p {
  font-size: 18px;
  color: #d8eafe;
  margin-bottom: 0px;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: 'Tajawal', sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  color: #cce5ff;
}


#clients {
  padding: 30px 0;
  padding-bottom: 100px;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .section-header h1,
#clients .section-header p{
  color: #ffff;
}
#clients .section-header p{
  font-size: 18px;
}

#clients .clients-wrap {
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #13517f;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: 'Tajawal', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 25px;
  line-height: 24px;
  font-family: 'Tajawal', sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: right;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 25px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #08223d;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #071e36;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info img {
  width: 200px;
  padding: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Tajawal', sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border: 1px solid #f0f2f3;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #2176b7;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }


}

@media (max-width: 991px) {

  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

.dropdown-toggle{
    color:white !important;
}
.dropdown-menu a {
    color:#15598C !important;
}
  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }

   .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
    .formbox {

        margin:0px !important;
    }

    .form{
        font-size:14px !important;
    }

    .radiobu{
        font-size:10px !important;
    }

  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
    font-size: 15px;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
  #intro img{
    margin-top:50px;
  }
}


.form {
  text-align: right;
  margin: 10% 15%;
  font-size: 18px;
}
.form input , textarea {
  text-align: right;
  border-radius: 20px;
  background: transparent;
  border-color: lightgray;
}

input[type='radio']
{
    transform: scale(1);
    }


.inline{
  display: inline-block;
  margin-left: 2%;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;

    width: 100%;
}


input[type="submit"] {
background-color: #51b9e8;
border: 1px solid #51b9e8;
padding: 10px 40px;
border-radius: 10px;
color: white;
}
input[type="submit"]:hover {
background-color: #071e36;

}

.submitbutton {
  text-align: center;
}
.formbox{
  margin: 2% 20%;
direction: rtl;
}

 .form{
  margin-top: 15%;
}

.join-bg{
  background: url("../../img/joinback.png") center center no-repeat;
  background-size: cover;

}

/*-----------------
	12. Login
-----------------------*/

.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
    text-align: center;
    margin: auto;
    margin-bottom: -3%;
   }

.formy input{
  text-align: right;
}
.formy input[type="submit"] {
  background: transparent;
  text-align: center;
  border: 1px solid white;
}

.formy input[type="submit"]:hover {
  background: #071e36;

}

.login-wrapper {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;

}
.login-wrapper .loginbox {
    background-color: transparent;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	   display: flex;
    margin: 1.875rem auto;
    max-width: 800px;
    min-height: 500px;
    width: 100%;
}
.login-wrapper .loginbox .login-left {
    align-items: center;
    background: rgb(7 30 54 / 0.3);
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    width: 400px;
    display: flex;
    background-blend-mode: multiply;
}

.login-wrapper .loginbox .login-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 40px;
    width: 400px;
    background: rgb(7 30 54 / 0.1);


}
.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
    color: white;

}
.account-subtitle {
  color: white;
    font-size: 17px;
    margin-bottom: 1.875rem;
    text-align: center;
}
.login-wrapper .loginbox .login-right .forgotpass a {
	color: #a0a0a0;
}
.login-wrapper .loginbox .login-right .forgotpass a:hover {
  color: white;
	text-decoration: underline;
}
.login-wrapper .loginbox .login-right .dont-have {
	color: #a0a0a0;
	margin-top: 1.875rem;
}
.login-wrapper .loginbox .login-right .dont-have a {
  color: #a0a0a0;
}
.login-wrapper .loginbox .login-right .dont-have a:hover {
  color: white;
	text-decoration: underline;
}

@media only screen and (max-width: 991.98px) {

	.login-wrapper .loginbox .login-left {
		padding: 80px 50px;
		width: 50%;
	}
	.login-wrapper .loginbox .login-right {
		padding: 50px;
		width: 50%;
	}
	.sidebar {
		margin-left: -225px;
		width: 225px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 1041;
	}
	.page-wrapper {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
  .form{
   margin-top: 30%;
 }
 .form h3{
     margin-top:0px;
   font-size: 20px;
   font-weight: bold;
 }
}

@media only screen and (max-width: 767.98px) {

	.login-wrapper .loginbox .login-left {
		display: none;
	}
	.login-wrapper .loginbox {
		max-width: 450px;
		min-height: unset;
	}
	.login-wrapper .loginbox .login-right {
		float: none;
		padding: 1.875rem;
		width: 100%;
	}

	.login-wrapper .loginbox .login-right h1 {
		font-size: 22px;
	}

}

#book-us .big-img {
  width: 500px !important;
  margin-top: 10%;
  margin-bottom:7% !important;
}




 #book-us {
   padding: 60px 0;
   color: #fff;
 }


  #book-us h1{
    color: #fff;
    font-size: 30px;
  }
 #book-us .section-header p {
   font-size: 18px;
   text-align: center;
 }

 #book-us .card {
   background: rgb(7 30 54 / 0.3);
   border-color: rgb(7 30 54);
   border-radius: 10px;
   margin: 0 15px;
   padding: 50px;
   text-align: center;
   color: #fff;
   transition: 0.3s ease-in-out;
   height: 100%;
 }


 #book-us .card:hover {
   background: rgb(7 30 54 /1);
 }

 #book-us .card img {
   padding-top: 15px;
   width: 60px;
   margin-left: 40%;

 }

 #book-us .card i{
   font-size: 40px;

 }

 #book-us .cardimg img{
   width: 70px !important;
 }
 #book-us .cardimg2 img{
   width: 55px !important;
 }


 #book-us .counters {
   padding-top: 40px;
 }

 #book-us .counters span {
   font-family: 'Tajawal', sans-serif;
   font-weight: bold;
   font-size: 48px;
   display: block;
   color: #fff;
 }

 #book-us .counters p {
   padding: 0;
   margin: 0 0 20px 0;
   font-family: 'Tajawal', sans-serif;
   font-size: 25px;
   color: #cce5ff;
 }


.bgcard{
  background-color: #51B9E8 !important;
}


.how p{
  font-size: 18px;
}

#why-us h1{
  color: white;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  display: none !important;

}


#why-us2 {
  padding: 60px 0;
  background: #ffff;
}


#why-us2 .section-header p {
  font-size: 18px;
  text-align: center;
}

#why-us2 .card {
  border-color: #e9eaeb;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #283d50;
  transition: 0.3s ease-in-out;
  height: 100%;
}


#why-us2 .card:hover {
  background: #e9eaeb;
  border-color: #dbddde;
}

#why-us2 .card img {
  padding-top: 15px;
  width: 60px;
  margin-left: 40%;

}

#why-us2 .card i{
  font-size: 40px;

}

#why-us2 .cardimg img{
  width: 70px !important;
}
#why-us2 .cardimg2 img{
  width: 55px !important;
}

#why-us2 .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us2 .card p {
  font-size: 25px;
  color: #d8eafe;
}

#why-us2 .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us2 .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us2 .counters {
  padding-top: 40px;
}

#why-us2 .counters span {
  font-family: 'Tajawal', sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us2 .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  color: #cce5ff;
}



/*offers*/

#Offers {
  padding: 60px 0;
  margin: 5%;
}


#Offers .section-header p {
  font-size: 18px;
  text-align: center;
}

#Offers .card {
  border-color: #e9eaeb;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #FCFAEE;
  transition: 0.3s ease-in-out;
  height: 100%;
  background:url('../../img/backgrounds-4.png');
  background-position: center;
  background-size: cover;
  width:105%;
}


#Offers .card h5 {
  font-size: 100px;
  font-weight: 600;
}

#Offers .card p {
  font-size: 25px;
  color: white;

}


#Offers .card a {
  font-size: 25px;
  color: white;

}


#Offers .card a:hover {
  font-size: 30px;
  color: #FCFAEE;

}

#Offers .cardsaudi {
  border-color: #e9eaeb;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #FCFAEE;
  transition: 0.3s ease-in-out;
  height: 100%;
  background:url('../../img/cardsaudi.png');
  background-position: center;
  background-size: cover;
}


#Offers .cardsaudi h5 {
  font-size: 100px;
  font-weight: 600;
}

#Offers .cardsaudi p {
  font-size: 25px;
  color: white;

}


#Offers .cardsaudi a {
  font-size: 25px;
  color: white;

}


#Offers .cardsaudi a:hover {
  font-size: 30px;
  color: #FCFAEE;

}


#Offers .card2 {
  border-color: #e9eaeb;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #FCFAEE;
  transition: 0.3s ease-in-out;
  height: 100%;
  background:url('../../img/backgrounds-10.png');
  background-position: center;
  background-size: cover;
}

#Offers .card2 h5 {
  font-size: 100px;
  font-weight: 600;
}

#Offers .card2 p {
  font-size: 25px;
  color: white;

}


#Offers .card2 a {
  font-size: 25px;
  color: white;

}


#Offers .card2 a:hover {
  font-size: 30px;
  color: #FCFAEE;

}
code {
  color: white;
  background-color: #236b9b;
  padding: 15px;
  border: 1px  white;
  margin-bottom: 5%;
  text-align: left;

}

#book-us a{
  color: lightgray;
  text-decoration: underline;
}
#book-us a:hover{
  color: white;
}



.AS{
  font-size: 25px;
  background-color: white;
  color: black;
  margin-right:30px;
}


#Offers .card3 {
  border-color: #e9eaeb;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #FCFAEE;
  transition: 0.3s ease-in-out;
  height: 100%;
  background:url('../../img/backhow.png');
  background-position: center;
  background-size: cover;
  width:105%;
}


#Offers .card3 h5 {
  font-size: 100px;
  font-weight: 600;
}

#Offers .card3 p {
  font-size: 25px;
  color: white;

}


#Offers .card3 a {
  font-size: 25px;
  color: white;

}


#Offers .card3 a:hover {
  font-size: 30px;
  color: #FCFAEE;

}



#cities .section-header p {
  font-size: 18px;
  text-align: center;
}

#cities .card {
  background-color: transparent;
  border-color: #e9eaeb;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: white;
  transition: 0.3s ease-in-out;
  height: 100%;
}


#cities .card:hover {
  background: #e9eaeb;
  border-color: #dbddde;
  color: #283d50;
}

#cities .card:hover p {
  color: #283d50;

}

#cities .card img {
  padding-top: 15px;
  width: 40px;
  margin-left: 45%;

}

#cities .card i{
  font-size: 40px;

}

#cities .cardimg img{
  width: 55px !important;
}

#cities .cardimg2 img{
  width: 40px !important;
}

#cities .card h5 {
  font-size: 22px;
  font-weight: bolder;
  color:#15598C;
}

#cities .card p {
  font-size: 18px;
  color: #d8eafe;
  margin-bottom: 0px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(204, 22, 22, 0.15);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

