﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Noto Kufi Arabic", Calibri;


}

a {
  color: #cd0b0c;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #555;
  outline: none;
  text-decoration: none;
}
a:visited{
color: #cd0b0c;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Kufi Arabic", Calibri;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
/* Ribbon Position */
#ms-designer-ribbon
{
position: fixed; 
margin-top: 100px; 
z-index: 10!important;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #cd0b0c;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index:1;
}

.back-to-top:focus {
  background: #cd0b0c;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3e4449;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #fff;
  padding-top:15px;
  padding-bottom:15px;
  right: 0;
  left:0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  width:100%;
  transform: scale(1); /* you need a scale here to allow it to transition in both directions */
  transition: 0.15s all ease;  
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #cd0b0c;
}


#topbar .social-links a {
  color: #555;
  padding: 4px 6px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #b61d22;
}

#topbar .social-links a:hover {
  color: #cd0b0c;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding-top:1px;
  background-color: #fff;
  height:52px;
  max-width:100%;
  padding: 0;
  margin: 0;
  z-index:999;
  transform: scale(1); /* you need a scale here to allow it to transition in both directions */
  transition: 0.15s all ease;  
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  direction:rtl;
}


#header #logo h1 a {
  color: #0c2e8a; 
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #cd0b0c;
  background: #fff;
}

#header #logo img {
  float:left;
  z-index: 10;
  
}
#header .logoC {
  width: 100%;
  height: 100%;
  position: absolute;
  top:5px;
  bottom:5px;
  right: 0;
  padding-left:2%;
  z-index: 10;
  background-color:#fff;
  }

#header .navbarC {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  text-align:left;
  left: 0;
  top: 0;
  right:0; 
  }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Mega */
/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;

}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: right;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  right: 100%;

}

.nav-menu ul li {
  min-width: 100%;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  padding-left:12%;
  padding-rigt:12%;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Noto Kufi Arabic", Calibri;
  font-weight: 580;
  text-transform:uppercase;
  font-size: 14px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #cd0b0c;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}




.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #cd0b0c;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999 !important;
  margin: 2px 20px 0 -20px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  right: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align:right;
  direction:rtl;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-right: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  left: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #cd0b0c;
}

#mobile-nav ul .menu-item-active {
  color: #cd0b0c;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  right: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    right: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 85vh;
  float:left;  
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Noto Kufi Arabic", Calibri;

}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 25%;
  right: 65%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 4rem;
  text-transform:uppercase;
}
#intro .intro-conten img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#intro .intro-content span {
  color: #fff;
  font-size:35px;
}

#intro .intB{
padding-top:10px;
}

#intro .intro-content .btn-projects {
  font-family: "Noto Kufi Arabic", Calibri;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin-top: 12px;
  text-transform:uppercase;
  color: #fff;
}


#intro .intro-content .btn-projects {
  background: #cd0b0c;
  border: 2px solid #cd0b0c;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #cd0b0c;
}

#intro #intro-carousel {
  z-index: 8;

}

 #intro-carousel .item {
  width: 100%;
  height: 85vh;
  padding-left: 0 !important;
  padding-right:0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 }

/* fix blank or flashing items on carousel */
/*-----slider dots position-------*/
 #intro .owl-carousel.main-carousel .owl-dots { 
  left:45%; 
  position: absolute;
  line-height:15px;
  bottom: 2%;
  display:inline-block;
  width:30%;

}

#intro .owl-carousel.main-carousel .owl-dots .owl-dot { 
 
   margin-left:30px;
   margin-right:30px;
   display: inline-block;
   line-height:15px;
   margin: 5px 4px;
   border-radius: 50%; 
   width: 15px; 
   height:15px;
   background: #ebe9e9; 
   border: none; 
   min-width: 0em !important;
  
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

#intro .owl-carousel.main-carousel .owl-dots .owl-dot.active, .owl-carousel.main-carousel .owl-dots .owl-dot:hover { 
  background: #ccc; 
}
#intro .owl-nav > div { 
  margin-top: -40px; 
  position: absolute; 
  top: 50%; 
  color: #cdcbcd; 
}
#intro .owl-nav i { 
  font-size: 52px; 
}
#intro div.owl-buttons { 
  display: table; 
  height: 15vh; 
}
#intro .owl-buttons { display: block; }

#intro .owl-carousel:hover .owl-buttons { display: block; }

#intro .carousel-inner { overflow: visible; }

#intro .owl-item { text-align: center; }

#intro .owl-theme .owl-controls .owl-buttons div { background: transparent; color: #869791; font-size: 40px; line-height: 300px; margin: 0; position: absolute; top: 0; }

#intro .owl-theme .owl-controls .owl-buttons .owl-prev { left: 0; margin-left: -8%; }

#intro .owl-theme .owl-controls .owl-buttons .owl-next { right: 0; margin-right: -8%; }


// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {

  }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {  }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }




// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {

  }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-bg {
  background-color: #f7fbfe;
}
.section-after {
  padding-bottom:10px;
}
.section-afterF{
  padding-bottom:30px;
}


.section-viewall{
text-align:left;

}

.section-header {
  margin-bottom: 30px;
  direction:rtl;
  text-align:right;

}

.section-header h2 {
  font-size: 32px;
  color:  #222222;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  direction:rtl;

}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #cd0b0c;
  bottom: 0;
  right: 0;
  }

.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-right: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 4px;
}

.about .content ul i {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 20px;
  color: #bf181f;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
  text-align:right;

}

.about .content .btn-learn-more {
  
  font-size: 14px;
  display: inline-block;
  padding: 9px 27px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #bf181f;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #bf181f;
}

.about .content .btn-learn-more:hover {
  background: #bf181f;
  color: #fff;
  text-decoration: none;
}



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 30px;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 12px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #bf181f;
  float: right;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-right: 50px;
  text-align:right;

}

.counts .content .count-box p {
  padding: 5px 0 0 0;
  margin: 0 50px 0 0;
  font-family: "Noto Kufi Arabic", Calibri;
  font-size: 14px;
  color: #484848;
  text-align:right;
}
.pcolor{color:red;}
.counts .content .count-box a {
  font-weight: 500;
  display: block;
  margin-top: 2px;
  color: #bf181f;
  font-size: 12px;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .counts .image {
  
    text-align: center;
  }
  .counts .image img {
    max-width: 100%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.team{
 padding-top: 30px;
 padding-bottom: 20px;
 text-align:right;
 direction:rtl;
 }
.team .boxes{
margin:auto;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(191, 24, 31, 0.45);
}

.team .member .social a {
  transition: color 0.3s;
  color: #ffffff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #b6b5b5;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
    display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member:hover .social {
  opacity: 1;
}
/*--------------------------------------------------------------
# Vision 2040
--------------------------------------------------------------*/
.circle{
    counter-reset: list-counter;
    list-style: none;
    float:right;
    text-align:right;
    
}
.circle li{
    margin-bottom: 1.5em;  
    text-align:right;
      
}
.circle li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 1.8em;
    height: 1.8em;
    padding: .05em;
    margin-left: 1em;
    border-radius: 50%;
    border: .12em solid #cd0b0c;
    background: #fff;
    color: #444;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    
}
.ListP
{ padding-right: 9%;
    padding-top: 8px;
    padding-bottom: 2em;
border-bottom: 1px solid #e1f2fe;}
/*--------------------------------------------------------------
# Fleet at a Glance Counts
--------------------------------------------------------------*/
.countsF {
  padding-top: 30px;
  direction:rtl;
}

.countsF .content {
  padding: 0;
}

.countsF .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.countsF .content p {
  margin-bottom: 0;
}

.countsF .content .count-box {
  padding: 10px 0;
  width: 100%;
}
.shadow{
padding-left:5px;
padding-right:5px; 
padding-top:5px;
padding-bottom:5px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

}

.LinePadding
{padding-bottom:30px;}
.countsF .content .count-box i {
  display: block;
  font-size: 36px;
  color: #bf181f;
  float: right;
}

.countsF .content .count-box span {
  font-size: 44px;
  line-height: 45px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-right: 50px;
  text-align:right;
}

.countsF .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 50px 0 0;
  font-size: 16px;
  color: #aaaaaa;

}
.pcolor{color:red;}
.countsF .content .count-box a {
  font-weight: 500;
  display: block;
  margin-top: 2px;
  color: #bf181f;
  font-size: 16px;
  transition: ease-in-out 0.3s;
}

.countsF .content .count-box a:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .countsF .image {
  
    text-align: center;
  }
  .countsF .image img {
    max-width: 100%;
  }
}

@media (max-width: 667px) {
  .countsF .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.testimonials{
 padding-top: 30px;
 }

.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 30px;
  margin: 30px 15px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  direction:rtl !important;
}
.testimonials .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f7f7f7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.testimonials .icon-box .icon i {
  color:  #bf181f;
  font-size: 35px;
}

.testimonials .icon-box h4 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height:24px;
  color: #444444;
  height:70px;
  overflow:hidden;
  text-align:center;
}
.arab{
  direction:rtl !important;
}
.eng
{
  font-family: "Open Sans", sans-serif;
}
.newsarab{
  font-family: "Noto Kufi Arabic", Calibri; 
}
.newseng{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.testimonials .icon-box h4 a {
  color: #444444;
  transition: ease-in-out 0.3s;
}
.testimonials .icon-box h4 a:hover {
  color: #bf181f;
  transition: ease-in-out 0.3s;
}

.testimonials .icon-box p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.newsall{
  padding-right:20px;
}
.testimonials .icon-box:hover .icon i {
  color: #aaaaaa;
}

.testimonials .testimonial-item p {
  color: #aaaaaa;
  margin: 15px 5px 15px 5px;
  height:70px;
  overflow:hidden;
  text-overflow: ellipsis;
  text-align:justify;

}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
  min-width: 0em !important;

}

.testimonials .owl-dot.active {
  background-color: #bf181f !important;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
  .testimonials .icon-box {
  text-align: center;
  transition: all ease-in-out 0.3s;
}




/*--------------------------------------------------------------
# Awards Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding-top: 30px;
  direction:rtl;

}


.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio img {
 
  transition: all 0.4s ease-in-out;
  display: inline-block;

 
}

.portfolio img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);

}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #bf181f;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
  

}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #bf181f;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 30px 0;
  direction:rtl;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #cd0b0c;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
 font-size: 14px;
  color: #000;
}

#contact .contact-info a:hover {
  color: #cd0b0c;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}



/*-------# Footer----------------*/
.fimg {
	text-align:center;
	background-image:url('../Kuwait-01.png');
	 background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  }


#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  font-size: 14px;
  direction:rtl;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  direction:rtl;

}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #cd0b0c;
}
#footer.social-icon {
  padding: 0;
  margin: 0;
}
#footer .social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
   font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

#footer .fb a{
	color: #808080;

}

#footer .fb a:hover{
	color: #3a589e;
}
#footer .twit a{
	color: #808080;
}

#footer .twit a:hover{
	color: #3b98d3;
}
#footer .twit a{
	color: #808080;
}
#footer .twit a:hover{
	color: #3b98d3;
}
#footer .ytube a{
	color: #808080;
}
#footer .ytube a:hover{
	color: #d32727;
}
#footer .insta a{
	color: #808080;
}
#footer .insta a:hover{
	color: #ee366a;
}
#footer .snap a{
	color: #808080;

}
#footer .snap a:hover{
	color: #ddd821;
}


@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

}
@media (max-width: 900px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 0 0;
    margin:0;
    background-color:#fff;
    width:100%;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img { 
    margin-left:20%;
    margin-top:4px;
    width:60%;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

   #intro {
  width: 100%;
  height: 65vh;
  }
#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 12%;
  right: 2%;
  left: 4%;
  }
#intro .owl-carousel.main-carousel .owl-dots { 
  left:40%; 

}

#intro .owl-carousel.main-carousel .owl-dots .owl-dot { 
 
   margin-left:30px;
   margin-right:30px;
   display: inline-block;
   line-height:15px;
   margin: 5px 4px;
   border-radius: 50%; 
   width: 15px; 
   height:15px;
   background: #ebe9e9; 
   border: none; 
   min-width: 0em !important;
  
}
#intro .intro-content span {
  color: #fff;
  font-size:35px;
  
}
  #intro-carousel .item {
  width: 100%;
  height: 65vh;}
    
  #intro .intro-content img{
    object-fit: cover !important;
}

  #intro .intro-content h2 {
    font-size: 50px;
  }
#intro .intro-content .btn-projects {
  font-family: "Noto Kufi Arabic", Calibri;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 2px;
  transition: 0.5s;
  margin-top: 12px;
  text-transform:uppercase;
  color: #fff;
}

    .fimg {
	padding-bottom:-3px;
	text-align:center;
	background-image:none;

	}

}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 0 0;
    margin:0;
    background-color:#fff;
    width:100%;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img { 
    margin-left:20%;
    margin-top:10px;
    width:60%;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

 
    .fimg {
	padding-bottom:-3px;
	text-align:center;
	background-image:none;

	}

}

@media (max-width: 767px) {
  #header{width:100%;}
  #intro {
  width: 100%;
  height: 65vh;
  }
#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 8%;
  right: 2%;
  left: 4%;
  }
#intro .owl-carousel.main-carousel .owl-dots { 
  left:37%; 

}

#intro .owl-carousel.main-carousel .owl-dots .owl-dot { 
 
   margin-left:30px;
   margin-right:30px;
   display: inline-block;
   line-height:15px;
   margin: 5px 4px;
   border-radius: 50%; 
   width: 15px; 
   height:15px;
   background: #ebe9e9; 
   border: none; 
   min-width: 0em !important;
  
}
#intro .intro-content span {
  color: #fff;
  font-size:20px;
  
}
  #intro-carousel .item {
  width: 100%;
  height: 65vh;}
    
  #intro .intro-content img{
    object-fit: cover !important;
}

  #intro .intro-content h2 {
    font-size: 30px;
  }
#intro .intro-content .btn-projects {
  font-family: "Noto Kufi Arabic", Calibri;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 2px;
  transition: 0.5s;
  margin-top: 12px;
  text-transform:uppercase;
  color: #fff;
}

   #services .box .box {
    margin-bottom: 20px;
  

  }
   

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;

  }
  .fimg {
	padding-bottom:-3px;
	text-align:center;
	background-image:none;
}

}

@media (max-width: 576px) {
   margin-right:1%;
  }

  #contact #google-map {
    margin-top: 20px;
  }
  .fimg {
	padding-bottom:-2px;
	text-align:center;
	visibility:hidden;

}

}




