@charset "UTF-8";
@import url(font-awesome.min.css);
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600";
@font-face {
  font-family: doridbold;
  src: url(../fonts/doridbold.ttf);
  font-weight: bold;}
@font-face {
  font-family: doridreg;
  src: url(../fonts/doridreg.ttf);
  font-weight:lighter;
}
a {text-decoration: none}
@keyframes
  curveIn {  0% {
  opacity: 0;
  transform: matrix(1.0488, 0, 0.8, 1.0, 180, -50);
  }
    40% {
   opacity: 0.5;
   transform: matrix(-1, 0.1, -0.1, -1.1, -20, 20);
   transform: rotateX(80deg);
    }

    to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
      }
    }

  /**animation*/.slid_title {

}
/* slider img on load */
@keyframes
  slider {  0% {
   opacity: 0;width: 100%;

    }
     40% {
       opacity: 0.2; width: 115%;

     }

     to {
    opacity: 0.4;
    width: 125% !important;
      }
    }

@keyframes
  btn_anim {  0% {
   opacity: 0; margin-top:100px;

    }
     40% {
       opacity: 0.4; margin-top:60px;

     }

     to {
    opacity: 1;
    margin-top:0px;
      }
    }
*{
  scroll-behavior: smooth;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: doridreg;
}


/**Scroll To Top Button **/
#Top_button i{
  display: inline-block;
  font-size: 40px;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity: .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#Top_button i:hover {
  cursor: pointer;
  color: #166772; opacity: 0.9
}
#Top_button i.show {
  opacity: 0.5;
  visibility: visible;
}
/* End scoll Button */

#wrapper {
  width: 100%;
  margin: auto;
  text-align: center;
 }

.social .fa-twitter:hover {
    color:#38A1F3;
  }
.social .fa-instagram:hover {
    color:#C13584;
  }
.social .fa-facebook-f:hover {
    color:blue
  }

header {
  background: url('../img/header_bg_002.jpg');
  background-size: cover;
  background-position: center;
  width: 100%; height:100%;
}

header::before {content: '';
  width: 100%;
  height: 100%;
  top:0;left: 0; bottom: 0; right: 0;
  position: absolute;
  background: rgba(43,81, 89, 0.7);
  z-index: 0;
}
.top-bar {
  width: 100%; padding: 10px;
  background: #1c505c; color: #daf3f8;
  z-index: 5;
  position: relative;
}
.top-bar .top-info a {
  color:#daf3f8;
  padding-right: 10px;
}
.social a i {
  font-size: 22px;
  color: #daf3f8;
  float: left;
  padding-right: 10px;
}
.navbar-brand img{
  width: 220px; z-index: 99; margin-left: 10px;
}

.navbar-nav li a {
  font-size: 18px;
}

/** Main Title **/
.main-title {
  height: 80%; width: 100%;
  margin-top: 15%;
}
.main-title h1 {
  -webkit-animation-name: curveIn;
animation-name: curveIn;
-webkit-animation-duration: 2s;
animation-duration: 2s;
color: #fff;
font-size: 50px;
font-family: doridbold;
text-align:center;
-webkit-text-shadow: 1px 0.4px 1px  #5c5c5c;
-moz-text-shadow: 1px 0.4px 1px  #5c5c5c;
-o-text-shadow: 1px 0.4px 1px  #5c5c5c;
text-shadow: 1px 0.4px 1px  #5c5c5c;
}

.main-title .btn {
  width: 200px; padding: 15px;
  border-radius: 15px;
  font-size: 20px;
  margin-top: 30px;
}
.main-title .btn-outline-info {
  color: #fff
}
/* ENd main title */

.clear {clear: both;}
.content {
  background: lightgray;
  margin-top: 0;
  width: 100%; margin: auto;
}
.right_section {
  width: 50%; height: 20px;background-color: red;
  margin: auto; left: 0; right: 0;
}
.left_section {
  width: 48%;
}
h2.section_head {font-size: 32px; font-family: doridbold; color:#166772;}

.section_head {
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}

/*about section */
.about { box-shadow: 8.3px 0px 8px 0.4px rgba(110,110,110,0.6);
  padding-top: 40px; padding: 60px 0;
  position: relative;
  margin:0;
  width: 100%; display: block;
  background-color: #f2f2f2;
 }
.about .overlay {
  width: 100%; height: 100%;
  position: absolute;
  top: 0; left: 0; padding: 0;
  color:white; opacity: 0.6;
  background:url('../img/gridme.png');
}
.content_about {
  left:0;right:0;margin: 0;   position: relative;
}
 .content_about  .qut::after {
    content: " \201C ";
    color: lightblue;
    font-size:220px;
    top:40PX; left: 90%;
    z-index: -9;
    opacity: 0.3;
    position: absolute;
}
.line_under::before {
  content: '';
  width: 150px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 75px);
  background-color: rgba(133,133,133,0.5);
}
.line_under::after  {
  content: '';
  background-color: #166772;
  width: 50px;
  height: 5px;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 25px);
  border-radius: 2px;
}

.about .about_p {
  text-align:justify;
  width: 65%; display: inline-block;
  font-size:22px; font-family: tahoma;  color:#858585;
  direction:rtl;
  line-height: 40px;
}

.content_table {
  margin-top:50px;
  width: 100%;
}
.box_1 , .box_2 ,.box_3, .box_4, .box_5 ,.box_6{
  height: 350px;
  background-color: white;
  display: inline-grid;
  box-shadow:  0.2px 0.2px 2px 0.1px rgba(110,110,110,0.4);
  position: relative;
  margin: 10px 10px;
  border-bottom: 5px solid lightgray;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box_1::after,.box_2::after,.box_3::after,.box_4::after,.box_5::after,.box_6::after {
   content: '';
  height: 5px; width: 100%;
  display: block; bottom:-4px;
  background-color: #166772;
  position: absolute;
  transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box_1:hover::after,.box_2:hover::after,.box_3:hover::after,.box_4:hover::after,.box_5:hover::after ,.box_6:hover::after {
  transform: scaleX(1);
  transform-origin:50 100%;
}
.box_title {
  padding-top: 130px; font-size: 25px; font:doridbold; color:#555555; padding-bottom: 25px;
}
.box_icon {
    font-size: 60px;
    color: #166772;
    display: block !important;
    top: 25px !important;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
 }
 .box_icon:hover .box_1{
   background: red;
 }
.content_table p {
  line-height: 30px;
  text-align:justify; text-align-last: right; padding: 0 15px;
  font-size: 18px; margin-top:-35px !important
}


/** work_fields **/

.work-fields {
  background-color: WHITE;
  padding:80px 0 60px;
  min-height: 500px;
}
.work-fields .work-circle {
   padding: 30px 0 0 15px;
   margin:auto;
   cursor: pointer;
   -webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}
.work-fields .work-circle img:hover {
  box-shadow:  0.3px 1px 5px 0px rgba(110,110,110,0.6);
}
.work-fields figure img{
  width: 290px; height: 290px; border-radius: 650px;
  border:10px #f2f4f8 solid;
}
.work-fields figcaption {
  width: 105px; height: 105px; border-radius: 600px; position: absolute; z-index: 9999;
  background-color: rgba(22,96,107,0.8);
  color: white;
  margin-right: 265px;
  margin-top: -140px;
  font-size: 20px;
  border:2px #f2f4f8 solid;
}
.work-fields figcaption p {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 10px;
  width: 100%;
  height: 100%;
}
/** end work_fields **/

.our-projects {
  background-size: cover;
  background-image: url('../img/partners_bg.jpg');
  background-position:0 -150px ;
  width: 100%; padding: 50px 0 10px; min-height: 500px;
   position: relative;
  margin:auto; color: white !important;
  box-shadow:  0.3px 1px 5px 0px rgba(110,110,110,0.6);
}
.our-projects::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0;
background-color: rgba(22, 103, 114, 0.9);
  width: 100%; height: 100%;
}

.our-projects .section_head {
  color: white;
}
.our-projects .line_under::after {background: white}
.contact {
  width: 100%;
  background: white;
  height: 490px;
  padding-top:50px; left: 0; bottom: 0; right: 0; top: 0;
  margin:auto;
  flex-direction: column;
}
.our-projects .carousel { padding-top: 200px;
  display: flex; justify-content: center; align-items: center; top: 0; height: 100%; width: 100%;position: absolute;
}
.our-projects .carousel-caption {
width: 100%; height: 100%; margin:auto 0; left: 0; right: 0
}
.our-projects .carousel-caption p {
  width: 50%;   margin:auto; font-size: 15px; font-family: tahoma;
}
.our-projects .carousel-item {
  position: static;
}
.our-projects .carousel-inner {
  width: 100%; height: 100%;
}
.contact .contact_center {
  width: 50%;
  display: inline-flex; margin:auto;
}
.carousel-control-prev,.carousel-control-next {
  z-index: 99999999999999;
}
.contact_center input {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; border:0; background-color: #f2f2f2;
  width:40%; text-align: right;padding: 15px; margin-bottom: 20px !important;   margin:auto;
}
.contact_center input:focus ,.contact_center textarea:focus{
  border:0; background-color: #209dae99 !important; color:white;
}
.contact .contact_center textarea {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; border:0; background-color: #f2f2f2;
  width:80%; padding: 35px; margin-bottom: 20px !important;   margin:auto;
}
.contact .btn_dark { cursor: pointer;
  text-align: center; width:120px; display: block; font-size: 15pt;
  background-color: #166772; color: white; padding: 5px !important
}
.contact .btn_dark:hover {
  opacity: .8;
}
.contact_center input:hover , .contact textarea:hover {

}
footer {
  width: 100%; background: #555555; color:#e2e2e2; text-align: center; bottom: 0 !important;
  display: flex; justify-content: center; align-items: baseline;
  flex-wrap:nowrap;
  padding: 10px ;
}
footer .footer_right{
  width: 50%;
}
footer .footer_left {
  width: 50%;  ; margin: auto;
}
footer   ul {
  display: inline-block;
}
footer ul li {
  list-style: none;  float: left;
}
footer ul li a { color:white; font-size: 20px;
  padding-left:15px; list-style: none;
}

footer .left_center {
  text-align: center;
}

.main-carousel {
  width: 100%; background-color: #f1f1f1;
  padding: 40px;
  display: block; position: relative; height: 400px;
}
.insid-carousel {
  width: 80%; margin:auto;
}
.main-carousel img { padding-left: 10px;
  margin-top: 20px;
  max-width: 195px; display: inline-grid;
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 1 ease-in-out;
  -o-transition: all 1 ease-in-out;
  -webkit-transition: all 1 ease-in-out;
  transition: all 1s ease-in-out;
}
.main-carousel img:hover {
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
