﻿@font-face {
  font-family: "Roboto" !important;
  src: url(fonts/Roboto-Regular.ttf) format("truetype");
}
.head2 {
  padding: 40px 0 0;
}
.p-top-40 {
  padding: 40px 0;
}
.lm {
  padding-left: 20px !important;
}
p{
  line-height: 1.5 !important; 
}
.heading hr {
  width: 50px !important;
  float: left;
  border-top: 3px solid #3f51b5;
  margin-top: 10px;
}
.heading{
  margin:25px 0;
}

.hr-r {
  margin-left: -120px;
  width: 200px;
  border: 1px solid #d92b22;
}
.vision {
  background: url(../images/bg-vision.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.mission {
  background: url(../images/bg-mission.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.mission-head {
  padding: 40px;
}
.mission-head h1 {
  font-weight: 700;
}
.mission-left {
  padding: 60px 0 !important;
}
.p-top-100 {
  padding: 60px 0 80px 0;
}
.m-top-40 {
  margin-top: 20px;
}
.bs-five-area {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.bs-five-area > div {
  padding: 0;
  background: rgba(256, 256, 256, 0.9);
}
.bs-five-area .bs-five {
  position: relative;
  width: 100%;
  margin: auto;
  transition: all 0.4s;
  padding: 35px 0;
  border: 1px dotted #3f51b5;
}
.bs-five-area .bs-five h6 {
  font-weight: 700;
  letter-spacing: 2px;
}
.bs-five-area .bs-five .bs-caption {
  font-size: 64px;
  font-weight: 100;
  line-height: 72px;
  margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}
.bs-five-area .bs-five .bs-caption sup {
  font-size: 30px;
  top: -30px;
}
.bs-five-area .bs-five ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-five-area .bs-five ul li {
  line-height: 45px;
  border-bottom: 0;
}
.bs-five-area .bs-five:hover {
  background: #3f51b5;
  transition: all 0.4s;
  border: 1px dotted #fff;
}
.bs-five-area .bs-five:hover .bs-caption{
  color: #fff;
}
.bs-five-area .bs-five.active .bs-caption{
  color: #fff;
}
.bs-five-area .bs-five.active {
  background: #3f51b5;
  background: -webkit-linear-gradient(left, #3f51b5, #3f51b5);
  background: -o-linear-gradient(right, #3f51b5, #3f51b5);
  background: -moz-linear-gradient(right, #3f51b5, #3f51b5);
  background: linear-gradient(to right, #3f51b5, #3f51b5);
}
.bs-five-area .bs-five .btn-success {
  padding: 10px 50px;
  display: inline-block;
  border-radius: 30px;
  background-color: #3f51b5;
  border-color: #3f51b5;
}
.bs-five-area .bs-five.active .btn.btn-success,
.bs-five-area .bs-five:hover.bs-five .btn.btn-success {
  background: #e0fff6;
  color: #444;
}
.bs-five-area .bs-five.active,
.bs-five-area .bs-five.active ul li,
.bs-five-area .bs-five:hover.bs-five,
.bs-five-area .bs-five:hover.bs-five ul li {
  color: #fff;
}
.back {
  background: url(/Assets/images/back.jpg) no-repeat center center fixed;
  height: 100%;
  background-size: cover;
  background-color: rgba(149, 192, 40, 0.7);
}
footer {
  border-top: 2px solid #ccc;
  background: #f1f1f1;
  padding: 30px 0;
}
footer h5 {
  margin-bottom: 30px;
  font-weight: BOLD;
}
ul.social-buttons {
  margin-top: 50px;
  padding-left: 0;
}
ul.social-buttons li {
  display: inline-block;
  margin: 0 4px;
}
ul.social-buttons li a {
  text-align: center;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  font-size: 30px;
  line-height: 50px;
  color: white;
}
ul.social-buttons li a.roboto-twitter-bird {
  background-color: #4099ff;
}
ul.social-buttons li a.roboto-facebook {
  background-color: #3b5998;
}
ul.social-buttons li a.roboto-linkedin {
  background-color: #0e76a8;
}
.bs-slider {
  overflow: hidden;
  max-height: 700px;
  position: relative;
  background: #000;
}
.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
}
.fade {
  opacity: 1;
}
.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
  top: auto;
  position: relative;
}
.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #fff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: 400;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.control-round:hover .carousel-control {
  opacity: 1;
}
.control-round .carousel-control.left {
  left: 1%;
}
.control-round .carousel-control.right {
  right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0 transparent;
}
.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}
.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}
.indicators-line > .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(158, 158, 158);
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: rgb(158, 158, 158);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.slide_style_left {
  text-align: left !important;
}
.slide_style_right {
  text-align: right !important;
}
.slide_style_center {
  text-align: center !important;
}
.slide-text {
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;
}
.slide-text > h1 {
  padding: 0;
  color: #fff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide-text > p {
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.slide-text > a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
  color: #fff;
  background: #222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .slide-text > p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px;
  }
  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .slide-text > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .control-round .carousel-control {
    display: none;
  }
}
@media (max-width: 480px) {
  .slide-text {
    padding: 10px 30px;
  }
  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .slide-text > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .slide-text > a.btn-default,
  .slide-text > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }
  .indicators-line > .carousel-indicators {
    display: none;
  }
}
.msg {
  padding: 30px 0;
  margin-bottom: 20px;
  border-top: solid 3px #ccc;
  background: #f9f9f9;
  border-radius: 5px;
 
}
.msg-clear {
  border-color: #fefefe;
  -webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}
.msg-info {
  border-color: #b8dbf2;
}
.modal-header-danger {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #d9534f;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/*----------------new theme Contact Pages------------------*/
Html,
body {
  width: 100%;
  overflow-x: hidden;
   font-size: 15px !important;
}
.contact_area {
  width: 100%;
  float: left;
  height: auto;
  padding: 30px 0px;
}
.contact_area h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 600;
}
.contect_item {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  position: relative;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
.contect_item:hover {
  transform: translateY(-10px);
}
.icon_box {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  text-align: center;
  color: #1a2877;
  float: none;
  display: inline-block;
  background: #eee;
  line-height: 70px;
  transition: all 0.5s ease-in-out;
  font-size: 28px;
}
.contect_item:hover .icon_box {
  color: #fff;
  background: #142736;
}
.contect_item h4 {
  font-weight: 600;
  margin: 30px 0px 10px;
  color: #000;
  font-size: 17px;
}
.contect_item a {
  text-decoration: none;
  color: #294154;
  font-weight: 500;
  margin: 3px 0px;
  display: block;
  transition: all 0.5s ease-in-out;
  word-wrap: break-word;
}
.contect_item a:hover {
  color: #000;
}
.mena_map_section {
  width: 100%;
  float: left;
  height: auto;
  padding: 30px 0px !important;
  border-top: 1px solid #eee;
  margin-top: 30px;
}
.mena_map_section h4 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin: 4px 0px;
}
.mena_map_section span {
  text-align: center;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
.map_cls {
  width: 100%;
  float: left;
  height: 300px;
}
.social_media {
  width: 100%;
  float: left;
  text-align: center;
}
.social_media a {
  padding: 10px 10px;
  width: 33.33%;
  float: left;
  border: 1px solid #eee;
  font-size: 25px;
  margin: 11px 0px;
  color: #1a2877;
  transition: all 0.4s ease;
}
.social_media a:hover {
  background: #142736;
  color: #fff;
}
.no_right_left_border {
  border-right: 0px !important;
  border-left: 0px !important;
}
footer {
  width: 100%;
  float: left;
  border-top: 3px solid #dedede;
}
.general_banner {
  padding: 0px;
  width: 100%;
  float: left;
}
.place-card.place-card-large {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .nav > li > a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 998px) {
  .nav > li > a {
    padding: 10px 5px !important;
    font-size: 11px;
  }
  .btn-primary {
    font-size: 11px !important;
  }
  .navbar-brand img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .contact_area h3 {
    margin-top: 0px;
  }
  .responsive_nopad {
    padding: 0px !important;
  }
  .contect_item {
    margin-bottom: 20px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  ul.social-buttons {
    margin-top: 25px;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: center;
    font-size: 14px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    text-align: center;
  }
  /*--products--*/
  .heading {
    display: inline-block;
  }
  .mena_products_lists {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .mena_products {
    width: 100% !important;
    float: left !important;
    padding: 30px 15px 10px 15px !important;
    margin-bottom: 0px !important;
  }
}

/*--products--*/
.mena_products {
  width: 100%;
  float: left;
  padding: 30px 0px 55px 0px;
  background: #f9f9f9;
  margin-bottom: 20px;
}
.mena_products_lists {
  width: 80%;
  float: none;
  height: auto;
  text-align: center;
  padding: 0px;
  background: #3289e8;
  position: relative;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.mena_products_lists:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.mena_products_lists img {
  width: 70px;
  margin: 30px 0px;
}
.mena_products_lists_bgone {
  background: #fe3653;
}
.mena_products_lists_bgtwo {
  background: #00b499;
}
.mena_products_lists h4 {
  color: #3289e8;
}
.mena_products_lists_bgone h4 {
  color: #fe3653;
}
.mena_products_lists_bgtwo h4 {
  color: #00b499;
}
.mena_products_txt {
  width: 100%;
  float: left;
  text-align: center;
  background: #fff;
  border: 1px solid #f1f1f1;
}
.mena_products_txt h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0px 5px 0px;
}
.mena_products_txt .btn_read_more {
  margin-bottom: 20px;
  display: inline-block;
  color: #333;
  background: none;
  border: none;
  font-size: 13px;
  margin: 20px;
  outline: none;
}
.mena_products_txt:hover .btn_read_more {
  text-decoration: underline;
}
.products_heading {
  width: 100%;
  float: left;
  height: auto;
  padding: 15px 0px;
  text-align: center;
}

.products_heading h3:before {
  width: 50px !important;
  border-top: 3px solid #3f51b5;
  content: "";
  position: absolute;
  bottom: -25px;
}

.products_heading h3 {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  text-shadow: 1px 2px 2px #ccc;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0px;
}
.our-service h2{
   color: #003259;
   font-size: 24px;
}
     .our-service ul {
            list-style: circle;
            font-size: 15px;
        }
        .our-service ul li{
          margin-bottom: 5px;
        }
        .fa-md{
        color:#ff5b00}

