/*# sourceMappingURL=style.css.map */
@font-face {
  font-family: swis-normal;
  src: url(../fonts/Swissra-Normal.otf);
}
@font-face {
  font-family: swis-bold;
  src: url(../fonts/Swissra-Bold.otf);
}
@font-face {
  font-family: swis-light;
  src: url(../fonts/Swissra-Light.otf);
}
@font-face {
  font-family: swis-medium;
  src: url(../fonts/Swissra-Medium.otf);
}
body {
  text-align: right;
}

.en_num {
  font-family: Arial, Helvetica, sans-serif;
}

.space_20 {
  height: 20px;
}

.read_more {
  display: inline-block;
  margin-top: 20px;
  font-family: swis-medium;
  border: 2px solid #951B1E;
  color: #951B1E;
  padding: 10px 20px;
  margin-top: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.read_more:hover {
  background-color: #951B1E;
  color: white;
  text-decoration: none;
}

/**************************** Navigation *************************/
.navbar {
  padding: 20px 15px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px -1px #545454;
  -moz-box-shadow: 0px 0px 12px -1px #545454;
  box-shadow: 0px 0px 12px -1px #545454;
}

.nav-link {
  font-family: swis-normal;
  font-size: 1.3rem;
  color: #7C7B7B;
  transition: all 0.3s ease-in-out;
}
.nav-link:hover {
  color: #951B1E;
}

.nav-item .active {
  color: #951B1E;
  font-family: swis-bold;
}

.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler span {
  display: block;
  height: 3px;
  width: 30px;
  background-color: gray;
  margin-top: 5px;
}

/* ******************header***************** */
.header {
  background-color: #F6F6F6;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .flex_container {
  width: 90%;
  max-width: 620px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 600px) {
  .header .flex_container {
    flex-direction: column;
  }
}
.header .flex_container .part_1 {
  display: flex;
}
.header .flex_container .part_1 .line {
  width: 3px;
  height: 40px;
  background-color: #951B1E;
  margin: 5px 15px 0px 0px;
}
@media (max-width: 600px) {
  .header .flex_container .part_1 {
    display: none;
  }
}
.header .flex_container .part_2 {
  padding: 15px;
}
.header .flex_container .part_2 h1 {
  font-family: swis-bold;
  color: #951B1E;
  font-size: 2rem;
}
.header .flex_container .part_2 h3 {
  font-family: swis-light;
  color: #951B1E;
  margin-bottom: 22px;
}
.header .flex_container .part_2 p {
  font-family: swis-normal;
  text-align: justify;
  font-size: 1rem;
}

.consulting {
  padding: 30px 0px;
}
.consulting h2 {
  font-family: swis-normal;
  color: #951B1E;
}
.consulting .block {
  display: flex;
  margin: 30px 0px;
  align-items: center;
}
@media (max-width: 768px) {
  .consulting .block {
    flex-direction: column;
  }
}
.consulting .block .right {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .consulting .block .right {
    margin: 15px 0px;
  }
}
.consulting .block .right .img_blk {
  position: relative;
}
.consulting .block .right .img_blk img {
  width: 100%;
  max-width: 300px;
}
.consulting .block .right .img_blk .bg_trans {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.consulting .block .right .img_blk .bg_trans h4 {
  color: white;
  font-family: swis-normal;
}
.consulting .block .left {
  display: flex;
}
.consulting .block .left .line {
  width: 3px;
  height: 40px;
  background-color: #951B1E;
  margin: 5px 0px 0px 15px;
}
.consulting .block .left .content {
  max-width: 420px;
}
.consulting .block .left .content .graph_1 {
  font-family: swis-normal;
  text-align: justify;
  color: #696161;
}
.consulting .block .left .content .graph_2 {
  font-family: swis-medium;
  text-align: justify;
  color: #696161;
}

.title {
  color: #951B1E;
  font-family: swis-normal;
  border-right: 3px solid #951B1E;
  padding-right: 30px;
}

.services {
  padding: 30px 0px;
  background-image: url("../img/service_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.services .service_blok {
  margin: 15px 0px;
}
.services .service_blok .head {
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.services .service_blok .head h4 {
  font-family: swis-normal;
  color: white;
}
.services .service_blok .body {
  background-color: white;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 30px 15px;
}
.services .service_blok .body .bold {
  font-family: swis-bold;
  color: #696161;
  font-size: 1.2rem;
}
.services .service_blok .body .price {
  font-family: swis-normal;
}
.services .service_blok .body .content {
  font-family: swis-normal;
  font-size: 1rem;
}
.services .service_blok .body .footer {
  font-family: swis-light;
}
.services .singel_services {
  display: inline-block;
  text-align: right;
}
.services .singel_services h2 {
  font-family: swis-normal;
  color: #951B1E;
  font-size: 3rem;
}
.services .singel_services p {
  font-family: swis-normal;
  font-size: 1.2;
  color: #696161;
  max-width: 400px;
  border-right: 3px solid #951B1E;
  padding-right: 15px;
}

.our_clients {
  padding: 30px 0px;
}

.contact_us {
  padding: 30px 0px;
  background-color: #F6F6F6;
}
.contact_us form {
  margin-bottom: 30px;
}
.contact_us form input {
  width: 100%;
  margin: 6px 0px;
  padding: 5px;
  border: none;
  font-family: swis-normal;
}
.contact_us form textarea {
  width: 100%;
  margin: 6px 0px;
  padding: 5px;
  border: none;
  font-family: swis-normal;
}
.contact_us form button {
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
  font-family: swis-medium;
  border: 2px solid #951B1E;
  color: #951B1E;
  padding: 10px 30px;
  margin-top: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.contact_us form button:hover {
  background-color: #951B1E;
  color: white;
  text-decoration: none;
}
.contact_us p {
  font-family: swis-normal;
  color: #696161;
}
.contact_us .icon {
  display: flex;
  align-items: center;
  color: #951B1E;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact_us .icon img {
  width: 30px;
  margin-left: 10px;
}

.goverment {
  padding: 30px 0px;
}

section.footer {
  background-color: #696161;
  padding: 25px 20px;
  display: flex;
  justify-content: flex-end;
}
section.footer .logo img {
  width: 80px;
}

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




.submit_btn {
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
  font-family: swis-medium;
  border: 2px solid #951B1E;
  color: #951B1E;
  padding: 10px 30px;
  margin-top: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.submit_btn:hover {
  background-color: #951B1E;
  color: white;
  text-decoration: none;
}