/* define variables */
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url(../fonts/DroidArabicKufi.woff2) format("woff2"), url(../fonts/DroidArabicKufi.woff2) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'moh';
  src: url(../fonts/mohammadboldart1.woff2) format("woff2"), url(../fonts/mohammadboldart1.woff2) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'afqueen';
  src: url(../fonts/afqueen.woff2) format("woff2"), url(../fonts/afqueen.woff2) format("woff");
  font-weight: normal;
  font-style: normal;
}

html {


zoom: 60%;


  font-family: Droid Arabic Kufi;
}

body {
  direction: rtl;
  margin: 0;
  padding: 0;
}

body a:-webkit-any-link {
  /*color: #fff;*/
  text-decoration: none;
}

body a:-moz-any-link {
  /*color: #fff;*/
  text-decoration: none;
}

body a:any-link {
  /*color: #fff;*/
  text-decoration: none;
}

.container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin: auto;
  max-width: 1633px;
  text-align: center;
}








@media (max-width: 965px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wing {
  height: 90px;
  position: relative;
  z-index: 3;
  background-color: #663333;
  -webkit-clip-path: polygon(0 0, 0 16%, 100% 0);
          clip-path: polygon(0 0, 0 16%, 100% 0);
}

.why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 965px) {
  .why {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.why .whytext {
  text-align: right;
  font-size: 2.5em;
  color: #663333;
}

@media (max-width: 965px) {
  .why .whytext {
    font-size: 1.5em;
  }
}

@media (max-width: 965px) {
  .why .whytext h1 {
    text-align: center;
  }
}

@media (max-width: 965px) {
  .why .whytext ul {
    margin-right: 30px;
  }
}

.why .whyphoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.why .whyphoto div {
  width: 300px;
  height: 300px;
}

.wing2 {
  height: 90px;
  position: relative;
  z-index: 3;
  background-color: #66CC33;
  -webkit-clip-path: polygon(100% 86%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 86%, 0% 100%, 100% 100%);
}

.wing3 {
  height: 90px;
  position: relative;
  z-index: 3;
  background-color: #66CC33;
  -webkit-clip-path: polygon(0 0, 0 16%, 100% 0);
          clip-path: polygon(0 0, 0 16%, 100% 0);
}

.btn {
  position: absolute;
  top: 800px;
  right: 50%;
  z-index: 2;
  background-color: #8C593B;
  border-color: white;
  border-radius: 10px 10px 10px 10px;
  width: 300px;
  height: 80px;
	
  background-image: url("http://www.alamadlegal.net/en/wp-content/themes/al-amad-theme/images/button-icon.png");
  background-size: contain;
  background-position-x: right;
  background-repeat: no-repeat;
  padding: 5px;
}

.btn:hover {
  background-color: #66CC33;
  color: black;
  cursor: pointer;
}

.btn span {
  margin-right: 60px;
  font-size: 20px;
  color: white;
  font-family: Droid Arabic Kufi;
}

@media (max-width: 965px) {
  .btn {
    top: 830px;
    right: 10%;
  }
}

.btn-form {
  top: 700px;
  background-color: #8C593B;
  border-color: white;
  border-radius: 10px 10px 10px 10px;
  width: 200px;
  height: 50px;
  background-image: url("http://www.alamadlegal.net/en/wp-content/themes/al-amad-theme/images/button-icon.png");
  background-size: contain;
  background-position-x: right;
  background-repeat: no-repeat;
  padding: 5px;
  margin-right: 60px;
  font-size: 16px;
  color: white;
  font-family: Droid Arabic Kufi;
}

.btn-form:hover {
  background-color: #66CC33;
  color: black;
  cursor: pointer;
}

@media (max-width: 965px) {
  .btn-form {
    top: 600px;
    right: 15%;
  }
}

.ser {
  top: 420px;
  right: 50px;
}

header {
  position: relative;
  opacity: 0.8;
  width: 100%;
  z-index: 999;
  background-color: #66CC33;
  height: 145px;
}

@media (max-width: 965px) {
  header {
    opacity: 10;
  }
}

header .navbar {
  background-color: #66CC33;
  z-index: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 16;
  grid-column: 1/17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 965px) {
  header .navbar {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

header .navbar .logo {
  width: 300px;
}

header .navbar .toggle_button {
  display: none;
}

@media (max-width: 965px) {
  header .navbar .toggle_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    position: absolute;
    left: 1rem;
  }
}

header .navbar .toggle_button span {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
}

header .navbar .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navbar .menu .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0px 40px 0px;
}

header .navbar .menu .lang img {
  width: 40px;
  margin-left: 5px;
}

@media (max-width: 1179px) {
  header .navbar .menu .lang img {
    width: 25px;
  }
}

@media (max-width: 800px) {
  header .navbar .menu .lang img {
    width: 40px;
  }
}

@media (max-width: 965px) {
  header .navbar .menu {
    width: 100%;
    display: none;
  }
  header .navbar .menu.active2 {
    display: block;
    margin-top: 40px;
  }
}

header .navbar .menu ul {
  margin: 0px;
  height: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 20px;
}

@media (max-width: 1197px) {
  header .navbar .menu ul {
    font-size: 0.80em;
  }
}

@media (max-width: 800px) {
  header .navbar .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    font-size: 20px;
  }
}

header .navbar .menu ul li {
  display: block;
  padding: 0px 30px 0px 30px;
}

header .navbar .menu ul li:hover {
  background-color: #fff;
}

header .navbar .menu ul li:hover a {
  color: #000;
}

@media (max-width: 965px) {
  header .navbar .menu ul li {
    padding: 0px 20px 0px 20px;
  }
}

@media (max-width: 800px) {
  header .navbar .menu ul li {
    text-align: center;
  }
}

header .navbar .menu ul li a {
  text-align: center;
  width: 130px;
}

.sectionhead {
  background-color: #8C593B;
  width: 100%;
  color: white;
  -ms-grid-column: 1;
  -ms-grid-column-span: 16;
  grid-column: 1/17;
  -ms-grid-row: 1;
  grid-row: 1;
  border-radius: 10px 10px 0px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sectionhead img {
  height: 70px;
  width: 70px;
}

.sectionhead h1 {
  margin-right: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #FFED47;
  margin-top: 10px;
}

@media (max-width: 965px) {
  .sectionhead {
    border-radius: 0px;
  }
}

.clients {
  padding: 100px 0px 50px 0px;
}

.clients-section {
  background-color: white;
  padding-bottom: 100px;
}

.clients-section h1 {
  color: #663333;
}

.sectionbody {
  -ms-grid-column: 1;
  -ms-grid-column-span: 16;
  grid-column: 1/17;
  background-image: url("http://www.alamadlegal.net/en/wp-content/themes/al-amad-theme/images/bgd.PNG");
  background-repeat: repeat-x;
  padding: 40px;
}

.sectionbody form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
}

@media (max-width: 965px) {
  .sectionbody form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 965px) {
  .sectionbody form button {
    margin-right: 0px;
  }
}

.selectinput {
  width: 250px;
  height: 50px;
  border-radius: 10px;
  font-size: 20px;
  color: #8C593B;
  font-family: 'Droid Arabic Kufi';
  padding: 4px 20px 10px 10px;
}

.hero-flag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: -10px;
  background-image: url("http://www.alamadlegal.net/en/wp-content/themes/al-amad-theme/images/flag.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 1400px;
  height: 950px;
}

@media (max-width: 800px) {
  .hero-flag {
    display: none;
  }
}

@media (max-width: 1822px) {
  .hero-flag {
    opacity: 0.3;
  }
}

.hero-titles {
  text-align: right;
  -ms-grid-column: 1;
  -ms-grid-column-span: 16;
  grid-column: 1/17;
  margin-top: 200px;
  margin-right: 70px;
}

.hero-titles h1 {
  font-size: 60px;
  color: white;
  font-family: moh;
  text-shadow: 7px -1px 12px black;
}

@media (max-width: 965px) {
  .hero-titles h1 {
    font-size: 40px;
  }
}

.hero-titles h1 span {
  font-family: afqueen;
  color: #66CC33;
  font-size: 144px;
}

@media (max-width: 965px) {
  .hero-titles h1 span {
    font-size: 90px;
  }
}

.hero-titles h2 {
  font-family: afqueen;
  color: #fff;
  font-size: 45px;
  text-shadow: 7px -1px 12px black;
}

@media (max-width: 965px) {
  .hero-titles h2 {
    font-size: 30px;
  }
}

.hero-desk {
  margin-top: -240px;
  height: 950px;
  background-color: #74E895;
  position: relative;
  top: 0px;
  width: 100%;
  overflow: hidden;
}

.service {
  margin-bottom: 0px;
  padding-top: 100px;
  background-color: #8C593B;
}

.service div img {
  width: 50px;
  height: 60px;
}

.service .container {
  background-color: #8C593B;
}

.service .container .ourservicestitle {
  -ms-grid-column: 1;
  -ms-grid-column-span: 15;
  grid-column: 1/16;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service .container .ourservicestitle h1 {
  color: #FFED47;
}

.service .container .ourservicestitle img {
  height: 70px;
  width: 70px;
  margin-top: 8px;
}

.service .container .ourservicestitle p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  color: white;
  text-align: center;
}

.service .container .ourservices {
  margin-top: 50px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 15;
  grid-column: 1/16;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service .container .ourservices div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-color: #FFED47;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  padding: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 10px;
  color: #FFED47;
}

.service .container .ourservices div h1 {
  font-weight: 300;
  font-size: 20px;
}

.service .container .ourservices div p {
  color: white;
  margin-bottom: 90px;
  margin-top: 30px;
}

.service .container .ourservices div .btn-form {
  margin-right: 0px;
  width: 160px;
}

.service .container .more {
  margin-top: 150px;
  margin-bottom: 100px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 15;
  grid-column: 1/16;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service .container .more .btn-form {
  margin-right: 0px;
  width: 250px;
}

.staffsection {
  background-image: url("http://www.alamadlegal.net/en/wp-content/themes/al-amad-theme/images/back2.png");
  background-position: center;
  background-size: cover;
  margin-top: 150px;
  margin-bottom: 0px;
  padding: 100px 0px 130px 0px;
}

.staffsection .staff {
  -ms-grid-column: 1;
  -ms-grid-column-span: 15;
  grid-column: 1/16;
}

.staffsection .staff .stafftitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}

.staffsection .staff .stafftitle h1 {
  font-size: 22px;
  font-weight: 600;
  color: #663333;
}

.staffsection .staff .stafftitle img {
  width: 80px;
}

.staffsection .ourstaff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.staffsection .ourstaff .agent {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  background-color: #663333;
  border-radius: 10px;
  border-style: solid;
  border-color: grey;
  font-size: 14px;
}

.staffsection .ourstaff .agent img {
  width: 100%;
  border-radius: 7px;
}

.staffsection .ourstaff .agent h2 {
  color: white;
  margin: 0px;
  font-weight: 100;
}

.staffsection .ourstaff .agent div {
  background-color: #66CC33;
  padding: 10px;
}

.staffsection .ourstaff .agent div h2 {
  background-color: #66CC33;
}

.staffsection .ourstaff .agent div span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  gap: 12px;
}

footer {
  background-image: url("http://www.alamadlegal.net/en/wp-content/themes/al-amad-theme/images/icon2.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #8C593B;
  color: #FFED47;
  text-align: right;
  font-size: 18px;
}

footer .footerflex {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footerflex ul {
  list-style: none;
}

footer .footerflex ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding-bottom: 20px;
}

footer .footerflex .footersec {
  width: 250px;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer .footerflex .footersec #prochure {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

footer .footerflex .footersec #prochure:hover {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */