/*header*/
#main-logo > img {
  height: 79px !important;
}

/*About*/
.cus_head_banner_title {
  color: #fff;
}

.list-style-04 li {
  padding: 10px 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-style-04 li:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.list-style-04 li > a {
  background-color: #162568;
}

.bg-white {
  background-color: rgba(22, 37, 104, 0.9);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-boder-radius: 6px;
  margin-bottom: 18px;
  color: #fff;
}

.text-fast-blue, a.text-fast-blue-hover:hover {
  color: #fff;
}

.margin-15px-right {
  margin-right: 15px;
}

.cus_margin_left_n38 {
  margin-left: -38px;
}

.process-step-style-02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.process-step-style-02 * {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.process-step-style-02 .process-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -webkit-transition: background .3s ease,-webkit-box-shadow .3s ease;
  transition: background .3s ease,-webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease,background .3s ease;
  transition: box-shadow .3s ease,background .3s ease,-webkit-box-shadow .3s ease;
}

.process-step-style-02 .process-step-item:hover .process-step-icon {
  background-color: #fff;
  color: #2a4eec;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ootransform: scale(1.1);
  transform: scale(1.1);
}

.process-step-style-02 .process-step-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 19px;
  line-height: 48px;
  color: #162568;
}

.process-step-style-02 .process-step-icon-wrap {
  position: relative;
  margin-right: 40px;
}

.process-step-style-02 .process-step-icon-wrap .process-step-item-box-bfr {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 1px;
  height: calc(100% - 90px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.process-step-style-02 .process-content {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  margin-bottom: 3.7em;
}

.process-step-style-02:last-child .process-content {
  margin-bottom: 0;
}

.border-color-green {
  border-color: #27ae60 !important;
}

.border-width-2px {
  border-width: 2px !important;
}

.border-all {
  border: 1px solid !important;
}

.bg-medium-gray {
  background-color: rgba(119, 116, 116, 0.2);
}

/*services*/
.cus_desktp_pb_zero {
  padding-bottom: 0px !important;
}

.cus-link:link, .cus-link:visited, .cus-link:active {
  color: #4a4747 !important;
}

.cus-link:hover {
  color: #162568 !important;
}

.cus_footer {
  margin-top: 50px;
}

.cus_footer_logo {
  width: 70% !important;
}

list-group-items.active, .list-group-items.active:focus, .list-group-items.active:hover {
  background-color: #162568;
  border-color: #162568;
}

.list-group-items {
  margin-bottom: 10px;
}

.list-group-items {
  padding: 15px;
  border-color: #f5f5f5;
}

a.list-group-items {
  color: #8e8e8e;
  font-size: 18px;
  font-weight: 500;
}

.cus_service_img img {
  width: 77% !important;
}

/*email*/
.e-mail:before {
  content: attr(data-website) "@" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
}

span.cus_email_header {
  color: #fff !important;
}

.cus_pro_link:link, .cus_pro_link:visited {
  padding-left: 8px;
  color: #162568;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cus_pro_link:hover {
  color: #2a4eec;
}

.cus_text_align_left {
  text-align: left !important;
}

.cus_white_text {
  color: #fff !important;
}

.cus_with_27 {
  width: 29% !important;
}

b.cus_contact_brand_title {
  padding: 3px;
  padding-left: 5px;
  background: #162568;
  color: #fff;
  margin-right: 12px;
}

.cus_dn {
  display: none;
}

.cus_text_uppercase {
  text-transform: uppercase !important;
}

.cus_font_24 {
  font-size: 24px !important;
}

.cus_underline {
  border-bottom: 1px solid #000;
}

.cus_contact_send_btn {
  position: relative;
  float: left !important;
  margin-top: 80px;
}

.rating {
  display: none !important;
}

.cus_mr_27 {
  margin-right: 27px !important;
}

.cus_ml_5 {
  margin-left: 5px !important;
}

.cus_ml_6 {
  margin-left: 6px !important;
}

.cus_ml_18 {
  margin-left: 18px !important;
}

.cus_ml_30 {
  margin-left: 30px !important;
}

.cus_ml_62 {
  margin-left: 62px !important;
}

.cus_mr_41 {
  margin-right: 41px !important;
}
/*# sourceMappingURL=customs.css.map */