* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "IRANSans";
}

body {
  color: rgba(0, 0, 0, 0.87);
  background: #f5f5f5;
}

.w-100-p {
  width: 100% !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.rtl {
  direction: rtl !important;
}

.ltr {
  direction: ltr !important;
}

a {
  text-decoration: none;
  color: #039be5;
}
/* toolbar
  ---------------------------------*/

/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Style the header links */
.header a {
  float: right;
  color: black;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 56px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 20px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color: black;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    /* text-align: left; */
    text-align-last: center;
  }

  .header-right {
    float: none;
    text-align-last: center;
  }
}

.main-section {
  padding: 90px 0 110px;
}

.client-part {
  background: url("/assets/home/section-bg1.jpg") center center no-repeat;
  background-size: cover;
  height: 500px;
  padding: 140px 0;
  align-items: center;
  align-content: center;
  vertical-align: middle;
}

.enteryPoint {
  background-color: aliceblue;
  width: 40%;
  margin: auto;
  text-align: center;
  min-height: 120px;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .enteryPoint {
    background-color: aliceblue;
    width: 50%;
    margin: auto;
    text-align: center;
    min-height: 120px;
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .enteryPoint {
    background-color: aliceblue;
    width: 80%;
    margin: auto;
    text-align: center;
    min-height: 120px;
    border-radius: 8px;
  }
}

.enteryPoint > h4 {
  padding-top: 20px;
  font-size: 30px;
  margin: 0px;
  margin-top: 15px;
}

.enteryPoint > p {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  color: gray;
}

.enteryPointa {
  background-color: #ffc107 !important;
  color: black;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.6px;
  text-decoration: none solid rgba(0, 0, 0, 0.87);
  text-align: start;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 7px;
  border: none;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.enteryPointa:hover {
  background-color: #e7ae05 !important;
}

/* Team
  ---------------------------------*/
.team {
  height: 600px;
  padding-left: 20px;
}

.team-leader-block {
  max-width: 993px;
  margin: 0 auto;
}

.team-leader-box {
  width: 28%;
  margin-right: 5.33%;
  height: 490px;
  overflow: hidden;
  text-align: center;
  float: right;
}

.team-leader-box p {
  font-size: 14px;
  text-align: justify;
  margin-top: 24px;
  display: block;
}

.team-leader {
  width: auto;
  height: auto;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(241, 241, 241, 0.8);
  margin: 7px 7px 25px 7px;
}

.team-leader img {
  display: block;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .team-leader-box h4 {
    font-size: 1.2em;
  }

  .team-leader-box p {
    font-size: 12px;
  }
}

/* Featured Work
  ---------------------------------*/

.main-section.about {
  background: #fafafa;
}

.featured-work {
  padding: 0 16px;
  font-size: 16px;
}

.featured-work h2 {
  margin-bottom: 15px;
}

.featured-work p {
  text-align: justify;
}

.featured-workDiv {
  line-height: 40px;
  margin-left: 80px;
  margin-right: 100px;
}

/* Contact
  ---------------------------------*/
.main-section.contact {
  padding: 90px 0 100px;
}

.contact-info-box span a:hover {
  text-decoration: underline !important;
}

.contact-info-box {
  font-size: 16px;
  margin: 0 32px 14px 0;
  padding-left: 0;
}

.contact-info-box .h2 {
  font-size: 18px;
  font-weight: 600;
  width: 80px;
  line-height: 28px;
}

.contact-info-box span {
  line-height: 28px;
  display: block;
  overflow: hidden;
}

.ltr .contact-info-box {
  text-align: left;
  margin: 0 0 14px 32px;
}

/* Footer
  ---------------------------------*/
.footer {
  background: url("/assets/home/pw_maze_black_2X.png") left top repeat;
  padding: 35px 0 35px;
}

.footer-logo {
  margin: 15px auto 35px;
  width: 76px;
}

.copyright {
  color: #cccccc;
  font-size: 14px;
  display: block;
  text-align: center;
}

.copyright a {
  color: #7cc576;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.copyright a:hover {
  color: #fff;
}

/* -----------------------------------------------------------------------------------------------------
/* @ Responsive images
/* -----------------------------------------------------------------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
