/* @font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
} */
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #a3a3a3;
  background: #fff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

#page {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.gtco-heading {
  margin-bottom: 25px;
}

.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}

.gtco-heading h2 {
  font-size: 25px;
  line-height: 1.5;
  color: #000;
  font-weight: 300;
  /* padding-bottom: 20px; */
  margin-top: 0;
}

.gtco-heading img {
  padding-top: 25px;
}

.about-us h2 {
  font-size: 40px;
  color: #e95b29;
  padding-bottom: 20px;
}

.about-us {
  /* margin-bottom: 20px; */
  font-size: 25px;
  text-align: right;
  padding-top: 15%;
  color: #000;
}

.services h2 {
  font-size: 40px;
  color: #e95b29;
  padding-bottom: 20px;
}

.services {
  /* margin-bottom: 20px; */
  font-size: 25px;
  text-align: right;
  padding-right: 15%;
  padding-top: 10%;
  color: #000;
}

ul li {
  direction: rtl;
}

.banner {
  padding-top: 25px;
  padding-bottom: 50px;
}

.aboutimg {
  border-radius: 50px;
}

.brochures{
  direction: rtl;
}

.brochures a {
  text-decoration: none;
}

.brochures span {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding-right: 20px;
}

.wt-chat {
  direction: rtl;
  /* padding-top: 20px;
  padding-bottom: 20px; */
  padding: 25px 165px 25px 0px;
  font-size: 20px;
  background-color: #82b9e7;
  /* background-color: #e95928; */
  /* margin-right: 80px; */
  /* text-align: center; */
}

.wt-chat a:hover {
  color: #fff;
}

.contact {
  color: #fff;
  font-size: 25px;
  padding-left: 10px;
}

.copyright {
  text-align: left;
}

.footer {
  padding-top: 40px;
}