@charset "UTF-8";
/*
project Name :محاموا الإمارات العربية المتحدة;
Powered by : المحامين العرب;
lunch date:9-2017
*/
/*GENERAL STYLE*/
@import url("https://fonts.googleapis.com/css?family=Mirza:400,500,600,700");
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, a, ul, body {
  font-family: 'Mirza', cursive;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

.m-t20 {
  margin-top: 20px; }

li {
  display: inline-block;
  list-style-type: none; }

select {
  cursor: pointer; }

.no-padding {
  padding: 0; }

*:before, *:after {
  box-sizing: border-box; }

.p-r-0 {
  padding-right: 0; }

.form-control::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #b0b0b0; }

.form-control::-webkit-input-placeholder {
  color: #b0b0b0; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/*Mixin STYLE*/
/*VARIABLES STYLE*/
/*General Style*/
body {
  background-color: #fff; }

.p-left0 {
  padding-left: 0; }

.p-right0 {
  padding-right: 0; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

/*HEADER*/
header .top-header {
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  padding-bottom: 20px; }
  header .top-header .logo {
    text-align: center; }
    header .top-header .logo img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
header .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #181d26;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600; }
  header .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #f3781e;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out; }
header .navbar-nav > li > .dropdown-menu {
  text-align: right; }
header .dropdown-menu li a {
  font-size: 1.15em; }
  header .dropdown-menu li a:hover {
    background-color: transparent;
    color: #f3781e;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
    font-size: 1.6em; }
header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover {
  background-color: transparent;
  color: #f3781e; }
header .navbar-toggle {
  float: right; }
header .navbar-nav {
  margin-right: 5%; }

.content .carousel-control {
  font-size: 7em;
  width: 5%;
  text-shadow: none;
  opacity: .3;
  top: 40%; }
.content .carousel-control.right, .content .carousel-control.left {
  background-image: none;
  background-color: transparent; }
.content .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }
.content .carousel-fade .carousel-inner .item,
.content .carousel-fade .carousel-inner .active.left,
.content .carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.content .carousel-fade .carousel-inner .active,
.content .carousel-fade .carousel-inner .next.left,
.content .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.content .carousel-fade .carousel-inner .next,
.content .carousel-fade .carousel-inner .prev,
.content .carousel-fade .carousel-inner .active.left,
.content .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.content .carousel-fade .carousel-control {
  z-index: 2; }
.content .carousel-caption {
  bottom: 250px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34); }
  .content .carousel-caption h1 {
    margin-bottom: 30px; }
  .content .carousel-caption p {
    font-size: 1.6em; }
.content .carousel-indicators .active, .content .carousel-indicators li:hover {
  background-color: #f3781e;
  border: none; }
.content .carousel-indicators li {
  border-radius: 0;
  width: 60px;
  height: 6px;
  background-color: #fff;
  border: none; }
.content .carousel-indicators {
  bottom: 150px;
  left: 51%; }

.TickerNews {
  width: 100%; }
  .TickerNews p {
    float: right;
    background: #f3781e;
    color: #fff;
    width: 100px;
    z-index: 2;
    padding-bottom: 3px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 3px 3px rgba(169, 161, 161, 0.34); }
  .TickerNews .ti_wrapper {
    width: 90%;
    position: relative;
    overflow: hidden; }
    .TickerNews .ti_wrapper .ti_slide {
      width: 30000px;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1; }
    .TickerNews .ti_wrapper .ti_content {
      width: 8000px;
      position: relative;
      float: right; }
    .TickerNews .ti_wrapper .ti_news {
      float: right; }
    .TickerNews .ti_wrapper .ti_news a {
      display: block;
      margin-right: 20px;
      color: black;
      text-decoration: none;
      font-size: 1.2em;
      position: relative; }
      .TickerNews .ti_wrapper .ti_news a:before {
        content: "\f0d9";
        position: absolute;
        font-family: FontAwesome;
        top: 3px;
        right: -8px; }
      .TickerNews .ti_wrapper .ti_news a:hover {
        color: #f3781e;
        -webkit-transition: color .5s ease-out;
        -moz-transition: color .5s ease-out;
        -o-transition: color .5s ease-out;
        transition: color .5s ease-out; }

.country-news {
  font-weight: 800;
  background-color: #f3781e;
  color: #fff;
  float: right;
  position: relative;
  padding-right: 5px;
  padding-left: 10px;
  margin-right: 5px; }

.country-news:before {
  position: absolute;
  content: "\f100";
  color: #fff;
  left: 2px;
  font-family: FontAwesome; }

.carousel-inner > .item > img {
  width: 100%; }

.counter {
  margin-top: -140px;
  background-color: #fff;
  text-align: center;
  color: #cca776; }
  .counter .col-md-3 {
    border-right: 1px solid #cca776;
    background-color: rgba(0, 0, 0, 0.12); }
    .counter .col-md-3:first-child {
      border: none; }
    .counter .col-md-3 p {
      font-size: 1.5em; }
    .counter .col-md-3 span {
      display: block;
      text-align: center;
      font-size: 2em; }

.about-home {
  text-align: center;
  margin: 80px auto;
  position: relative; }
  .about-home:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #cca776;
    left: 48%;
    top: -15%; }
  .about-home h1 {
    margin-bottom: 20px; }
  .about-home p {
    font-size: 1.3em;
    padding: 0 150px;
    line-height: 2; }

.read-more {
  color: #f3781e;
  font-size: 1.5em; }
  .read-more:hover {
    color: #f3781e; }
  .read-more .fa {
    font-size: .8em;
    margin-right: 3px; }

.contact-home {
  background: url(../images/contact-home.jpg) no-repeat center center;
  min-height: 400px;
  background-attachment: fixed;
  background-size: cover;
  margin: 80px auto;
  padding-top: 40px;
  padding-bottom: 40px; }
  .contact-home h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 4em; }
  .contact-home p {
    color: #fff;
    text-align: center;
    font-size: 2em; }
  .contact-home form {
    padding: 0 150px; }
    .contact-home form .btn {
      background-color: transparent;
      border: 1px solid #fff;
      border-radius: 0;
      display: block;
      margin-right: auto;
      margin-left: auto;
      width: 200px;
      font-size: 1.8em;
      color: #fff;
      position: relative;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: box-shadow, transform;
      transition-property: box-shadow, transform; }
      .contact-home form .btn:before {
        font-family: FontAwesome;
        content: "\f1d9";
        position: absolute;
        left: 40px;
        top: 7px;
        font-weight: normal;
        font-size: 1.2em; }
      .contact-home form .btn:hover, .contact-home form .btn:focus, .contact-home form .btn:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }

.social {
  padding-left: 20px;
  text-align: left; }
  .social li {
    margin-left: 10px; }
    .social li:last-child {
      margin-left: 0; }
    .social li a {
      color: #f3781e; }
      .social li a:hover {
        color: #000;
        -webkit-transition: color .5s ease-out;
        -moz-transition: color .5s ease-out;
        -o-transition: color .5s ease-out;
        transition: color .5s ease-out; }
      .social li a .fa {
        font-size: 1.5em; }

footer {
  background-color: #181d26;
  padding-top: 30px; }
  footer .top-footer h3 {
    color: #cca776;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(204, 167, 118, 0.45);
    margin-bottom: 30px; }
  footer .top-footer ul {
    float: right;
    margin-left: 5%;
    width: 47%; }
    footer .top-footer ul li {
      display: block;
      margin-bottom: 10px; }
      footer .top-footer ul li a {
        color: #fff;
        font-size: 1.2em;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden;
        padding-bottom: 10px;
        padding-right: 12px; }
        footer .top-footer ul li a:hover {
          color: #cca776; }
        footer .top-footer ul li a:before {
          content: "";
          position: absolute;
          z-index: -1;
          left: 50%;
          right: 50%;
          bottom: -2px;
          background: #cca776;
          height: 2px;
          -webkit-transition-property: left, right;
          transition-property: left, right;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        footer .top-footer ul li a:hover:before, footer .top-footer ul li a :focus:before, footer .top-footer ul li a :active:before {
          left: 0;
          right: 0; }
        footer .top-footer ul li a:after {
          content: "\f192";
          font-family: FontAwesome;
          position: absolute;
          right: 0;
          font-size: .6em;
          top: 6px; }
  footer .top-footer ul:last-child {
    margin: 0; }
  footer section {
    background-color: #141920;
    padding-top: 10px;
    padding-bottom: 10px; }
    footer section p {
      color: #ccc; }
    footer section .social {
      float: left; }

/*# sourceMappingURL=style.css.map */
