body, html {
  font-family: "Almarai", sans-serif;
}

.transition3, .wrap-name, .social-toolbar ul li a, .social-toolbar ul li span, .menu-box ul li a, .more-btn a, .more-btn a::after, .footer-list ul li a, .social-footer ul li a, .social-footer ul li span, .breadcrumbs-list ul li a {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.parag {
  font-size: 14px;
  color: #AAAAAA;
  font-weight: normal;
  font-family: "Almarai", sans-serif;
}

.heading {
  font-size: 18px;
  color: #14438E;
  font-weight: bold;
  font-family: "Almarai", sans-serif;
}

.sec-heading {
  font-size: 26px;
}

.sec-parag {
  font-size: 16px;
}

.devo-ul ul {
  margin: unset;
  padding: unset;
  list-style: none;
}

.devo-wrap {
  margin: unset;
}

.wrap-center {
  text-align: center;
}

.wrap-name {
  border-radius: 32px !important;
  padding: 11px 26px !important;
  min-width: 160px !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: bold !important;
  display: inline-block !important;
  font-family: "Almarai", sans-serif !important;
}
.wrap-name:hover {
  text-decoration: unset !important;
}
.wrap-name:focus {
  outline: unset !important;
}

button.wrap-name {
  cursor: pointer !important;
}
button.wrap-name:focus {
  outline: unset !important;
}

.yellow-btn {
  color: #FFFFFF !important;
  background-color: #F7A827 !important;
  border: 1px solid #F7A827 !important;
  box-shadow: 0px 8px 14px 1px rgba(247, 168, 39, 0.25) !important;
}
.yellow-btn:hover {
  box-shadow: unset !important;
  background-color: transparent !important;
  color: #F7A827 !important;
}

.blue-btn {
  color: #FFFFFF;
  background-color: #14438E;
  border: 1px solid #14438E;
  box-shadow: 0px 8px 14px 1px rgba(20, 67, 142, 0.25);
}
.blue-btn:hover {
  box-shadow: unset;
  background-color: transparent;
  color: #14438E;
}

.white-btn {
  color: #14438E;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 8px 14px 1px rgba(255, 255, 255, 0.25);
}
.white-btn:hover {
  box-shadow: unset;
  background-color: transparent;
  color: #FFFFFF;
}

.pd-60 {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .pd-60 {
    padding: 50px 0;
  }
}

.pd-60-30 {
  padding: 60px 0 30px;
}
@media (max-width: 767px) {
  .pd-60-30 {
    padding: 50px 0 20px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 50px;
  }
}

.mr-60 {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .mr-60 {
    margin: 50px 0;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pb-60 {
    padding-bottom: 50px;
  }
}

.devo-hidden {
  overflow: hidden !important;
}

.open-menu {
  right: 0 !important;
}

.overlay-link {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.devo-toolbar {
  padding: 15px 0;
  background-color: #14438E;
}

.toolbar-p {
  margin: unset;
  color: #FFFFFF;
  font-size: 14px;
}

.social-toolbar {
  direction: ltr;
  text-align: left;
}
.social-toolbar ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-toolbar ul li a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "Almarai", sans-serif;
}
.social-toolbar ul li a:hover {
  color: #F7A827;
  text-decoration: unset;
}
.social-toolbar ul li a:hover span {
  background-color: white;
}
.social-toolbar ul li span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}
.social-toolbar ul li:last-of-type {
  margin-right: 0;
}

@media (max-width: 992px) {
  .devo-toolbar {
    display: none;
  }
}
.devo-header {
  padding: 20px 0;
}

.menu-box ul li {
  display: inline-block;
  margin-left: 18px;
}
.menu-box ul li a {
  font-size: 16px;
  color: #2C2C2C;
  font-weight: bold;
  font-family: "Almarai", sans-serif;
}
.menu-box ul li a:hover {
  color: #F7A827 !important;
  text-decoration: unset;
}
.menu-box ul li:last-of-type {
  margin-left: 0;
}
.menu-box ul li.current-menu-item a {
  color: #F7A827 !important;
  position: relative;
  padding-right: 19px;
}
.menu-box ul li.current-menu-item a::after {
  position: absolute;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f56b";
  right: 0;
}

.header-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.header-btns .devo-wrap {
  margin-left: 15px;
}
.header-btns .devo-wrap:last-of-type {
  margin-left: 0;
}

.aside-header .wrap-name {
  font-size: 13px !important;
  padding: 11px 17px !important;
  min-width: 140px !important;
}

.menu-mob, .bar-box {
  display: none;
}

@media (max-width: 1200px) {
  .header-btns .devo-wrap {
    margin-left: 10px;
  }

  .aside-header .wrap-name {
    padding: 11px;
    min-width: 133px;
  }

  .main-menu .menu-box ul li {
    margin-left: 10px;
  }
  .main-menu .menu-box ul li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .main-menu, .aside-header {
    display: none;
  }

  .bar-box {
    text-align: left;
    display: block;
  }
  .bar-box i {
    color: #14438E;
    font-size: 25px;
    cursor: pointer;
  }

  .menu-mob {
    display: block;
    position: fixed;
    z-index: 99999;
    background-color: #14438E;
    top: 0;
    width: 250px;
    height: 100%;
    padding: 40px 30px 25px;
    box-shadow: -7px 0px 16px 2px rgba(44, 44, 44, 0.13);
    transition: all .5s ease-in-out;
    overflow: auto;
    right: -400px;
  }
  .menu-mob .devo-exit {
    left: 23px;
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: 18px;
    cursor: pointer;
  }
  .menu-mob .menu-box {
    margin-bottom: 30px;
  }
  .menu-mob .menu-box ul li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .menu-mob .menu-box ul li a {
    color: #FFFFFF;
  }
  .menu-mob .social-toolbar {
    direction: rtl;
    text-align: right;
  }
  .menu-mob .social-toolbar ul li span {
    margin-left: 5px;
    margin-right: 0;
  }
  .menu-mob .devo-wrap {
    margin-bottom: 20px;
  }
  .menu-mob .wrap-name {
    padding: 9px 20px;
    min-width: 155px;
    font-size: 15px;
  }

  .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 44, 44, 0.3);
    z-index: 888;
    display: none;
  }
}
.bg-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.bg-section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(20, 67, 142, 0.5), rgba(20, 67, 142, 0.77));
  content: '';
  z-index: -1;
}

.devo-intro {
  padding: 100px 0;
}

.intro-text {
  text-align: center;
  max-width: 730px;
  margin: auto;
}
.intro-text .intro-hint {
  font-size: 19px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  display: inline-block;
  position: relative;
  padding: 4px 30px;
}
.intro-text .intro-hint::after {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lamp.svg);
  content: '';
}
.intro-text .intro-heading {
  font-size: 40px;
  color: #FFFFFF;
  line-height: 63px;
  margin-bottom: 40px;
}

.intro-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.intro-btns .devo-wrap {
  margin: 0 8px;
}

@media (max-width: 767px) {
  .devo-intro {
    padding: 70px 0;
  }

  .intro-text .intro-hint {
    font-size: 17px;
  }
  .intro-text .intro-heading {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 30px;
  }

  .intro-btns .devo-wrap {
    margin: 8px;
  }
}
.feature-section {
  position: relative;
}

.dotted-after {
  position: relative;
  z-index: 1;
}
.dotted-after::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background-image: url(../img/dotted.svg);
  position: absolute;
  content: '';
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-section::after {
  top: 50%;
  left: 50%;
  width: 680px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  height: 680px;
  background-image: url(../img/circles.svg);
  position: absolute;
  content: '';
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-box {
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-bottom: 50px;
}

.heading-h {
  color: #F7A827;
  margin-bottom: 20px;
}
.heading-h span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.heading-h span::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 100px;
  height: 5px;
  background-image: linear-gradient(90deg, rgba(247, 168, 39, 0), #f7a827);
  content: '';
  border-right: 3px;
}

.heading-p {
  line-height: 27px;
}

.main-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature-box {
  flex-grow: 1;
  display: flex;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 2px rgba(44, 44, 44, 0.09);
  overflow: hidden;
  border-radius: 15px;
}
.feature-box .img-box {
  background-color: rgba(247, 168, 39, 0.06);
  padding: 15px;
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.feature-box .img-box img {
  max-width: 45px;
  max-height: 45px;
}
.feature-box .txt-box {
  width: calc(100% - 95px);
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.feature-box .txt-box .feature-p {
  font-size: 16px;
  margin: unset;
  color: #464646;
}

.main-img-box .box {
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
  z-index: 1;
}
.main-img-box .box::after {
  position: absolute;
  bottom: 0;
  height: calc(100% - 40px);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
}

.sec-about-img .box {
  padding-left: 40px;
}
.sec-about-img .box::after {
  left: 0;
  width: calc(100% - 40px);
  background-image: url(../img/sec-about-after.svg);
}

.about-img-box .box {
  padding-right: 40px;
  padding-left: 70px;
}
.about-img-box .box::after {
  right: 0;
  width: calc(100% - 110px);
  background-image: url(../img/about-after.svg);
}
.about-img-box .box .mini-box {
  position: absolute;
  bottom: 30px;
  left: 5px;
  width: 190px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 2px rgba(44, 44, 44, 0.09);
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  padding-top: 0;
  transform: rotate(10deg);
}
.about-img-box .box .mini-box img {
  margin-bottom: 15px;
}
.about-img-box .box .mini-box .box-h {
  color: #03EFEF;
  margin-bottom: 10px;
}
.about-img-box .box .mini-box .box-p {
  color: #2C2C2C;
  margin: unset;
}
.about-img-box .about-img {
  border-radius: 32px;
}

.about-text .about-h {
  margin-bottom: 15px;
}
.about-text .about-p {
  color: #2C2C2C;
  line-height: 32px;
  margin-bottom: 25px;
}

.more-btn a {
  color: #F7A827;
  position: relative;
}
.more-btn a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f30a";
  left: 10px;
  opacity: 0;
  visibility: hidden;
}
.more-btn a:hover {
  text-decoration: unset;
  padding-left: 25px;
}
.more-btn a:hover::after {
  left: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .about-img-box .box {
    padding-left: 45px;
  }
  .about-img-box .box .mini-box {
    width: 165px;
  }
}
@media (max-width: 992px) {
  .main-img-box {
    text-align: center;
    margin-bottom: 50px;
  }
  .main-img-box .about-img {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .about-img-box .box {
    padding-left: 0;
  }
  .about-img-box .box .mini-box {
    display: none;
  }
  .about-img-box .box::after {
    width: calc(100% - 40px);
  }
}
.services-section {
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  background-color: #F3F3F3;
  padding: 190px 0px;
}
.services-section .box {
  border-left: 1px solid #E6E6E6;
}
.services-section .box:last-of-type {
  border-left: unset;
}

.service-box {
  margin-bottom: 30px;
  flex-grow: 1;
  text-align: center;
}
.service-box .img-box {
  margin-bottom: 20px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-box .img-box img {
  max-height: 200px;
}
.service-box .text-box {
  max-width: 290px;
  margin: auto;
}
.service-box .box-h {
  margin-bottom: 15px;
  color: #2C2C2C;
}
.service-box .box-p {
  line-height: 30px;
}

@media (max-width: 767px) {
  .services-section {
    -webkit-clip-path: unset;
    clip-path: unset;
    padding: 50px 0 20px;
  }
  .services-section .box {
    border-left: unset;
  }
}
.devo-slider.slick-slider {
  margin-bottom: 30px;
  margin-top: -25px;
}
.devo-slider.slick-slider .slick-track {
  display: flex !important;
}
html[dir="ltr"] .devo-slider.slick-slider .slick-track {
  margin-left: unset;
}
html[dir="rtl"] .devo-slider.slick-slider .slick-track {
  margin-right: unset;
}
.devo-slider.slick-slider .slick-slide {
  height: inherit !important;
}
.devo-slider.slick-slider .slick-slide > div {
  height: 100%;
}
.devo-slider.slick-slider .devo-item {
  width: calc(100% - 50px) !important;
  margin: 25px;
  height: calc(100% - 50px);
}
.devo-slider.slick-slider .box-slider {
  height: 100%;
  margin: unset;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  position: relative;
}
.slick-dots li button::before {
  content: ' ';
  width: 8px;
  height: 8px;
  background-color: rgba(170, 170, 170, 0.5);
  border-radius: 50px;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li.slick-active {
  width: 35px;
}
.slick-dots li.slick-active button {
  width: 35px;
}
.slick-dots li.slick-active button::before {
  width: 35px;
  background-color: #F7A827;
  opacity: 1;
}

.opinion-box {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 2px rgba(44, 44, 44, 0.09);
  border-radius: 32px;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.opinion-box .box-h {
  color: #2C2C2C;
  line-height: 30px;
}
.opinion-box .user-name {
  color: #F7A827;
  margin: 0;
}
.opinion-box::before {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 50px;
  background-image: url(../img/left-quote.svg);
  position: absolute;
  content: '';
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.team-list ul li {
  position: absolute;
}
.team-list ul li img {
  border: 5px solid #FFFFFF;
  box-shadow: 0px 0px 15px 2px rgba(44, 44, 44, 0.09);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.team-list ul li:nth-child(1) {
  top: 40px;
  right: 30px;
}
.team-list ul li:nth-child(2) {
  top: -60px;
  right: 200px;
}
.team-list ul li:nth-child(3) {
  top: -60px;
  left: 200px;
}
.team-list ul li:nth-child(4) {
  top: 40px;
  left: 30px;
}

@media (max-width: 992px) {
  .team-list ul li:nth-child(2) {
    right: 150px;
  }
  .team-list ul li:nth-child(3) {
    left: 150px;
  }
}
@media (max-width: 767px) {
  .team-list {
    display: none;
  }

  .opinion-box {
    padding: 30px;
  }
}
.form-box {
  position: relative;
  z-index: 1;
}
.form-box::after {
  bottom: 60px;
  left: -30px;
  width: 100px;
  height: 100px;
  background-image: url(../img/after-form.svg);
  position: absolute;
  content: '';
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-group {
  margin-bottom: 30px;
}

.label-p {
  font-size: 14px;
  color: #2C2C2C;
  display: block;
  margin-bottom: 15px;
}

.devo-input {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 2px rgba(44, 44, 44, 0.09);
  border-radius: 32px;
  padding: 0 25px;
  font-size: 14px;
  color: #2C2C2C;
  font-weight: normal;
  font-family: "Almarai", sans-serif;
}
.devo-input::placeholder {
  color: #AAAAAA;
}
.devo-input:focus {
  outline: unset;
  border-color: #F7A827;
  box-shadow: unset;
}

.devo-textarea {
  height: 160px;
  padding-top: 25px;
  resize: none;
}

@media (max-width: 1030px) and (min-width: 992px) {
  .form-box::after {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .form-box::after {
    display: none;
  }
}
.order-section {
  position: relative;
  z-index: 1;
}
.order-section::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #F3F3F3;
  z-index: -1;
  content: '';
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.order-box {
  background-color: #14438E;
  background-image: url("../img/order-after.svg");
  background-size: cover;
  border-radius: 32px;
  padding: 40px;
  text-align: center;
}
.order-box img {
  margin-bottom: 30px;
}
.order-box .box-h {
  color: #FFFFFF;
  font-size: 35px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .order-box {
    padding: 25px;
  }
  .order-box .box-h {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .order-box .box-h {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
.footer-content .box {
  border-left: 1px solid #E6E6E6;
}
.footer-content .box .footer-box {
  padding-right: 30px;
}
.footer-content .box:last-of-type {
  border-left: unset;
}
.footer-content .box:first-of-type .footer-box {
  padding-right: 0;
}

.devo-footer {
  background-color: #F3F3F3;
}

.logo-footer {
  margin-bottom: 20px;
}

.footer-p {
  color: #2C2C2C;
  line-height: 35px;
  margin-bottom: 0;
  max-width: 300px;
}
.footer-p span {
  color: #F7A827;
}

.footer-h {
  color: #F7A827;
  margin-bottom: 35px;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-list ul li {
  margin-bottom: 12px;
}
.footer-list ul li a {
  font-size: 16px;
  color: #2C2C2C;
  font-weight: normal;
  font-family: "Almarai", sans-serif;
}
.footer-list ul li a:hover {
  color: #F7A827;
  text-decoration: unset;
}

.social-footer ul li {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #2C2C2C;
  font-weight: normal;
  font-family: "Almarai", sans-serif;
}
.social-footer ul li a {
  color: #2C2C2C;
}
.social-footer ul li a:hover {
  color: #F7A827;
  text-decoration: unset;
}
.social-footer ul li span {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  color: #FFFFFF;
  border-radius: 3px;
}
.social-footer ul li:last-of-type {
  margin-right: 0;
}

.copyright-box {
  padding: 20px 0;
  border-top: 1px solid #E6E6E6;
}

.copyright-p {
  color: #2C2C2C;
  margin: 0;
}
.copyright-p a {
  color: #F7A827;
}
.copyright-p a:hover {
  text-decoration: unset;
}

.end-p {
  text-align: end;
}

@media (max-width: 992px) {
  .footer-content {
    padding-bottom: 10px;
  }
  .footer-content .box {
    border-left: unset;
  }
  .footer-content .box .footer-box {
    padding-right: unset;
  }

  .footer-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-box {
    margin-bottom: 35px;
  }

  .footer-h {
    min-height: auto;
    margin-bottom: 25px;
  }

  .copyright-p {
    text-align: center;
    margin: 5px 0;
  }
}
.inner-intro {
  padding: 90px 0;
}

.inner-box {
  text-align: center;
}
.inner-box .inner-h {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.breadcrumbs-list ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.breadcrumbs-list ul li a {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "Almarai", sans-serif;
}
.breadcrumbs-list ul li a:hover {
  color: #F7A827;
  text-decoration: unset;
}
.breadcrumbs-list ul li::after {
  position: absolute;
  top: 2px;
  font-size: 15px;
  color: #F7A827;
  content: '>';
  left: -14px;
}
.breadcrumbs-list ul li:last-of-type {
  margin-left: 0;
}
.breadcrumbs-list ul li:last-of-type::after {
  display: none;
}

.form-p {
  color: #F7A827;
  margin-bottom: 35px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .inner-intro {
    padding: 60px 0;
  }
}
.shadow-form {
  box-shadow: 0px 0px 15px 2px rgba(44, 44, 44, 0.09);
  border-radius: 15px;
  padding: 30px;
}

.contact-content {
  padding-top: 30px;
}

.contact-box {
  margin-bottom: 40px;
}
.contact-box .box-heading {
  color: #F7A827;
  margin-bottom: 15px;
}
.contact-box .box-p {
  line-height: 30px;
  margin-bottom: 20px;
}
.contact-box .box-h {
  line-height: 30px;
  margin-bottom: 20px;
  color: #2C2C2C;
}

.sec-service-section .sec-service-box {
  margin-bottom: 90px;
}
.sec-service-section .sec-service-box:nth-child(even) .box1 {
  order: 2;
}
.sec-service-section .sec-service-box:nth-child(even) .box2 {
  order: 1;
}
.sec-service-section .sec-service-box:last-of-type {
  margin-bottom: 0;
}

.sec-service-text .box-h {
  color: #2C2C2C;
  margin-bottom: 15px;
}
.sec-service-text .box-p {
  line-height: 30px;
}

.sec-service-img {
  text-align: center;
}

.component-text .box-h {
  color: #F7A827;
  margin-bottom: 25px;
}

.component-box {
  box-shadow: 0px 0px 15px 2px rgba(44, 44, 44, 0.09);
  border-radius: 15px;
  padding: 20px 15px;
  flex-grow: 1;
  margin-bottom: 30px;
  text-align: center;
}
.component-box .img-box {
  min-height: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-box .img-box img {
  max-height: 80px;
}
.component-box .box-h {
  color: #2C2C2C;
  margin: 0;
}

@media (max-width: 992px) {
  .component-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .component-text {
    margin-bottom: 50px;
  }

  .sec-service-section .sec-service-box {
    margin-bottom: 50px;
  }
  .sec-service-section .sec-service-box .box1 {
    order: 2;
  }
  .sec-service-section .sec-service-box .box2 {
    order: 1;
  }

  .sec-service-img {
    margin-bottom: 30px;
  }

  .component-box .box-h {
    font-size: 14px;
  }
}
.about-text .heading-p {
  margin-bottom: 25px;
}

.mini-hint-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.mini-hint-box .img-box {
  width: 42px;
  text-align: center;
  margin-left: 15px;
}
.mini-hint-box .img-box img {
  max-width: 42px;
}
.mini-hint-box .box-p {
  margin: unset;
  color: #2C2C2C;
  width: calc(100% - 75);
}

.statistics-box {
  background-color: #FFFFFF;
  padding: 25px 20px;
  box-shadow: 0px 0px 15px 2px rgba(44, 44, 44, 0.09);
  border-radius: 15px;
  flex-grow: 1;
  margin-bottom: 30px;
  text-align: center;
}
.statistics-box .img-box {
  min-height: 45px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statistics-box .img-box img {
  max-height: 45px;
}
.statistics-box .num-p {
  color: #2C2C2C;
}
.statistics-box .box-p {
  font-size: 18px;
  margin: 0;
}

.team-box {
  background-color: #FFFFFF;
  padding: 5px;
  box-shadow: 0px 0px 15px 2px rgba(44, 44, 44, 0.09);
  border-radius: 15px;
  flex-grow: 1;
  margin-bottom: 30px;
}
.team-box .img-box img {
  width: 100%;
  height: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.team-box .text-box {
  text-align: center;
  padding: 15px 10px 10px 10px;
}
.team-box .user-name {
  color: #2C2C2C;
}
.team-box .user-job {
  margin: unset;
}

@media (max-width: 992px) {
  .md-order1 {
    order: 1;
  }

  .md-order2 {
    order: 2;
  }
}

/*# sourceMappingURL=style.css.map */
