@font-face {
  font-family: ProximaNovaBold;
  src: url(../fonts/ProximaNovaBold.otf);
}
@font-face {
  font-family: ProximaNovaSemiBold;
  src: url(../fonts/ProximaNovaSemiBold.otf);
}
@font-face {
  font-family: ProximaNovaReg;
  src: url(../fonts/ProximaNovaReg.ttf);
}
.transition3, .wrap-name, .menu-box ul li a, .social-ul ul li a, .devo-more a, .contact-box .box-p a, .menu-footer ul li a, .lang-ul ul li a, .user-meta-ul 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, .wrap-name, .menu-box ul li a, .search-box input, .menu-footer ul li a, .lang-ul ul li a {
  font-size: 16px;
  color: #FFFFFF;
}
html[dir="ltr"] .parag, html[dir="ltr"] .wrap-name, html[dir="ltr"] .menu-box ul li a, .menu-box ul li html[dir="ltr"] a, html[dir="ltr"] .search-box input, .search-box html[dir="ltr"] input, html[dir="ltr"] .menu-footer ul li a, .menu-footer ul li html[dir="ltr"] a, html[dir="ltr"] .lang-ul ul li a, .lang-ul ul li html[dir="ltr"] a {
  font-family: ProximaNovaReg;
}
html[dir="rtl"] .parag, html[dir="rtl"] .wrap-name, html[dir="rtl"] .menu-box ul li a, .menu-box ul li html[dir="rtl"] a, html[dir="rtl"] .search-box input, .search-box html[dir="rtl"] input, html[dir="rtl"] .menu-footer ul li a, .menu-footer ul li html[dir="rtl"] a, html[dir="rtl"] .lang-ul ul li a, .lang-ul ul li html[dir="rtl"] a {
  font-family: "Almarai", sans-serif;
  font-weight: normal;
}

.heading {
  font-size: 32px;
  color: #FFFFFF;
}
html[dir="ltr"] .heading {
  font-family: ProximaNovaBold;
}
html[dir="rtl"] .heading {
  font-family: "Almarai", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .heading {
    font-size: 28px;
  }
}

.pd-70 {
  padding: 70px 0;
}
@media (max-width: 992px) {
  .pd-70 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .pd-70 {
    padding: 50px 0;
  }
}

.mr-70 {
  margin: 70px 0;
}
@media (max-width: 992px) {
  .mr-70 {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .mr-70 {
    margin: 50px 0;
  }
}

.pd-70-40 {
  padding: 70px 0 40px;
}
@media (max-width: 992px) {
  .pd-70-40 {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  .pd-70-40 {
    padding: 50px 0 20px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .mt-70 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}

.devo-ul ul {
  margin: unset;
  padding: unset;
  list-style: none;
}

.devo-wrap {
  margin: unset;
}

.wrap-center {
  text-align: center;
}

html[dir="ltr"] .devo-semiBold {
  font-family: ProximaNovaSemiBold;
}
html[dir="rtl"] .devo-semiBold {
  font-family: "Almarai", sans-serif;
  font-weight: bold;
}

.wrap-name {
  border-radius: 15px;
  padding: 12px 20px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  text-decoration: unset;
  border: 1px solid;
}
.wrap-name:focus {
  outline: unset;
}

.wrap-name.border-btn {
  color: #FFCC33;
  border-color: #FFCC33;
}
.wrap-name.border-btn:hover {
  background-color: #FFCC33;
  color: #FFFFFF;
}

.btn-center {
  text-align: center;
}

html[dir="ltr"] .open-menu {
  left: 0 !important;
}
html[dir="rtl"] .open-menu {
  right: 0 !important;
}

.devo-hidden {
  overflow: hidden !important;
}

.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;
}

body {
  background-color: #12052F;
}

.devo-header {
  position: relative;
  z-index: 3;
}

.menu-box ul li {
  display: inline-block;
}
html[dir="ltr"] .menu-box ul li {
  margin-right: 16px;
}
html[dir="rtl"] .menu-box ul li {
  margin-left: 16px;
}
html[dir="ltr"] .menu-box ul li:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .menu-box ul li:last-of-type {
  margin-left: 0;
}
.menu-box ul li a {
  text-decoration: unset;
}
.menu-box ul li a:hover {
  color: #FFCC33;
}
.menu-box ul li.current-menu-item a {
  color: #FFCC33;
}

.search-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  position: relative;
  max-width: 220px;
}
html[dir="ltr"] .search-box {
  padding: 8px 35px 8px 15px;
}
html[dir="rtl"] .search-box {
  padding: 8px 15px 8px 35px;
}
.search-box input {
  width: 100%;
  border: unset;
  background: unset;
  outline: unset;
  color: #FFFFFF;
  font-size: 14px;
}
.search-box input::placeholder {
  color: #808DAD;
}
.search-box button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: unset;
  background: unset;
  color: #FFFFFF;
  font-size: 13px;
}
html[dir="ltr"] .search-box button {
  right: 14px;
}
html[dir="rtl"] .search-box button {
  left: 14px;
}

body.page-template-home-template .search-box {
  background-color: #291E43;
}

.bar-box {
  display: none;
}

.mob-menu {
  display: none;
}

.canvas-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8%;
  z-index: -1;
}
.canvas-content canvas {
  height: 100%;
  width: 15%;
}

@media (max-width: 1200px) {
  html[dir="ltr"] .menu-box ul li {
    margin-right: 15px;
  }
  html[dir="rtl"] .menu-box ul li {
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .bar-box {
    display: block;
    text-align: end;
  }
  .bar-box i {
    color: #FFFFFF;
    font-size: 25px;
    cursor: pointer;
  }

  .main-menu {
    display: none;
  }

  .lg-order1 {
    order: 1;
  }

  .lg-order2 {
    order: 2;
  }

  .lg-order3 {
    order: 3;
  }

  .mob-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99999;
    background-color: #12052F;
    top: 0;
    width: 250px;
    height: 100%;
    padding: 0 25px 25px;
    box-shadow: -7px 0px 16px 2px rgba(0, 0, 0, 0.13);
    transition: all .5s ease-in-out;
    overflow: auto;
  }
  html[dir="ltr"] .mob-menu {
    left: -400px;
  }
  html[dir="rtl"] .mob-menu {
    right: -400px;
  }
  .mob-menu .devo-exit {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: 18px;
    cursor: pointer;
  }
  html[dir="ltr"] .mob-menu .devo-exit {
    right: 23px;
  }
  html[dir="rtl"] .mob-menu .devo-exit {
    left: 23px;
  }
  .mob-menu .menu-box {
    flex-grow: 1;
  }
  .mob-menu .menu-box ul li {
    display: block;
    margin-bottom: 10px;
  }
  html[dir="ltr"] .mob-menu .menu-box ul li {
    margin-right: 0;
  }
  html[dir="rtl"] .mob-menu .menu-box ul li {
    margin-left: 0;
  }
  .mob-menu .logo-menu {
    margin-bottom: 15px;
  }
  .mob-menu .lang-ul {
    text-align: end;
  }
  .mob-menu .social-ul ul li a {
    width: auto;
    height: auto;
    border: unset;
  }
  .mob-menu .social-ul ul li a, .mob-menu .lang-ul ul li a {
    color: #FFFFFF;
  }

  .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 888;
    display: none;
  }
}
.top-section {
  margin-top: -110px;
}

.intro-img-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
html[dir="ltr"] .intro-img-box {
  margin: 0 -12px 0 -13px;
}
html[dir="rtl"] .intro-img-box {
  margin: 0 -13px 0 -12px;
}

.intro-text {
  max-width: 495px;
  padding: 200px 0 90px;
}
.intro-text .intro-h {
  font-size: 75px;
  margin-bottom: 15px;
}
.intro-text .intro-p {
  font-size: 26px;
  margin-bottom: 25px;
}
html[dir="ltr"] .intro-text .intro-p {
  border-left: 4px solid #FFCC33;
  padding-left: 15px;
}
html[dir="rtl"] .intro-text .intro-p {
  border-right: 4px solid #FFCC33;
  padding-right: 15px;
}

.left-fluid {
  max-width: 658px;
}
html[dir="ltr"] .left-fluid {
  margin-left: auto;
}
html[dir="rtl"] .left-fluid {
  margin-right: auto;
}

.intro-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.devo-color {
  color: #FFCC33;
}

.intro-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
html[dir="ltr"] .intro-box .devo-wrap {
  margin-right: 60px;
}
html[dir="rtl"] .intro-box .devo-wrap {
  margin-left: 60px;
}

.follow-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.follow-box .box-p {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
}
html[dir="ltr"] .follow-box .box-p {
  margin-right: 25px;
}
html[dir="rtl"] .follow-box .box-p {
  margin-left: 25px;
}

.social-ul ul li {
  display: inline-block;
}
html[dir="ltr"] .social-ul ul li {
  margin-right: 15px;
}
html[dir="rtl"] .social-ul ul li {
  margin-left: 15px;
}
html[dir="ltr"] .social-ul ul li:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .social-ul ul li:last-of-type {
  margin-left: 0;
}
.social-ul ul li a {
  color: #808DAD;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #808DAD;
  border-radius: 50%;
  text-decoration: unset;
}
.social-ul ul li a:hover {
  color: #FFCC33;
}

.bg-span {
  position: relative;
  display: inline-block;
}
.bg-span .rotate-span {
  position: absolute;
  animation: spin 4s linear infinite;
  animation-delay: 1.1s;
}
html[dir="ltr"] .bg-span .rotate-span {
  top: 14px;
  width: 100%;
  height: 57px;
  left: 0;
}
html[dir="rtl"] .bg-span .rotate-span {
  top: 18px;
    width: 60px;
    height: 60px;
    left: -7px;
}
.bg-span img {
  position: absolute;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  opacity: 0;
  animation: ball .5s linear forwards;
  animation-delay: .5s;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball {
  from {
    transform: translate3d( -105px, 260px, 0) scale(0.8);
    opacity: .5;
  }
  to {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .left-fluid {
    max-width: 548px;
  }

  .intro-text .intro-h {
    font-size: 70px;
  }

  html[dir="ltr"] .bg-span .rotate-span {
      height: 54px;
  }
}
@media (max-width: 992px) {
  .left-fluid {
    max-width: 413px;
  }

  .intro-text .intro-h {
    font-size: 55px;
  }

  html[dir="ltr"] .bg-span .rotate-span {
      height: 40px;
    top: 10px;
  }
    html[dir="rtl"] .bg-span .rotate-span {
     top: 14px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  html[dir="ltr"] .bg-span .rotate-span {
      height: 33px;
    top: 8px;
  }
  html[dir="rtl"] .bg-span .rotate-span {
          top: 10px;
    width: 35px;
    height: 35px;
  }

  .left-fluid {
    margin: auto;
    max-width: 516px;
  }

  .intro-text {
    padding: 170px 0 50px;
  }
  .intro-text .intro-h {
    font-size: 44px;
  }
  .intro-text .intro-p {
    font-size: 18px;
  }

  .intro-box {
    margin-bottom: 20px;
  }
  html[dir="ltr"] .intro-box .devo-wrap {
    margin-right: 30px;
  }
  html[dir="rtl"] .intro-box .devo-wrap {
    margin-left: 30px;
  }

  .intro-bg {
    min-height: 100vh;
    display: flex;
  }
}
.header-hint {
  color: #FFCC33;
  margin-bottom: 12px;
}

.header-box {
  margin-bottom: 35px;
}

.header-h span {
  display: block;
}

.flex-box {
  display: flex;
  align-items: center;
}

.inline-flex-box {
  display: inline-flex;
  align-items: center;
}
html[dir="ltr"] .inline-flex-box {
  margin-right: 35px;
}
html[dir="rtl"] .inline-flex-box {
  margin-left: 35px;
}
html[dir="ltr"] .inline-flex-box:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .inline-flex-box:last-of-type {
  margin-left: 0;
}

.img-box-bg {
  background-color: #291E43;
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
html[dir="ltr"] .img-box-bg {
  margin-right: 20px;
}
html[dir="rtl"] .img-box-bg {
  margin-left: 20px;
}
.img-box-bg img {
  height: 35px;
  width: 35px;
}

.about-box {
  margin-bottom: 25px;
}
.about-box .box-p {
  color: #808DAD;
  margin: 0;
}

.about-img {
  display: flex;
  align-items: end;
  justify-content: end;
  padding-bottom: 70px;
}
.about-img .about-img2 {
  margin-bottom: -70px;
  z-index: 1;
}
html[dir="ltr"] .about-img .about-img2 {
  margin-left: -25%;
}
html[dir="rtl"] .about-img .about-img2 {
  margin-right: -25%;
}
.about-img .about-img2.after-img::after {
  border-radius: 130px;
}

.about-text .devo-wrap {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .about-img {
    justify-content: center;
  }
}
.history-section {
  position: relative;
  z-index: 1;
}
.history-section::after {
  position: absolute;
  top: 2px;
  width: 180px;
  height: 205px;
  z-index: -1;
  background-image: url(../img/Shape-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
html[dir="ltr"] .history-section::after {
  left: 0;
}
html[dir="rtl"] .history-section::after {
  right: 0;
}

.history-box {
  padding: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(../img/BG.png);
}
.history-box .mini-history-box {
  margin-bottom: 25px;
}
.history-box .mini-history-box .box-p {
  margin: 0;
}
.history-box .mini-history-box .box-p span {
  display: block;
}
.history-box .history-p {
  color: #808DAD;
  margin-bottom: 25px;
  font-size: 18px;
}
.history-box .history-p:last-of-type {
  margin-bottom: 0;
}

.history-text .header-h {
  margin: 0;
}

.boxRow2 {
  margin-top: -90px;
}

.first-history-box {
  padding-top: 130px;
}

.history-img {
  padding-top: 25px;
  position: relative;
  z-index: 1;
}
html[dir="ltr"] .history-img {
  padding-left: 25px;
}
html[dir="rtl"] .history-img {
  padding-right: 25px;
}
.history-img img {
  border-radius: 15px;
}
.history-img::before {
  position: absolute;
  top: 0;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 1px dashed #291E43;
  border-radius: 15px;
  content: '';
  z-index: -1;
}
html[dir="ltr"] .history-img::before {
  left: 0;
}
html[dir="rtl"] .history-img::before {
  right: 0;
}

@media (max-width: 992px) {
  .boxRow2 {
    margin-top: 0;
  }

  .first-history-box {
    padding-top: 25px;
  }

  .history-text, .history-img, .history-box {
    margin-bottom: 30px;
  }

  .main-img-box {
    text-align: center;
    margin-bottom: 30px;
  }
}
.position-section {
  position: relative;
  z-index: 1;
}
.position-section::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(../img/BG.png);
  border: 1px dashed #291E43;
  border-radius: 15px;
  content: '';
  z-index: -1;
}

html[dir="ltr"] .position-container {
  padding-left: 70px;
  padding-right: 70px;
}
html[dir="rtl"] .position-container {
  padding-right: 70px;
  padding-left: 70px;
}

.header-center {
  text-align: center;
  margin-bottom: 40px;
}

.position-box {
  margin: 30px 0;
  position: relative;
}
.position-box .box-p {
  color: #FFFFFF;
  margin: 0;
}

.devo-user-box {
  text-align: center;
  padding: 30px;
  max-width: 300px;
  min-height: 100%;
  background-color: #0D002A;
}
.devo-user-box .user-img-box {
  margin-bottom: 20px;
}
.devo-user-box .user-img-box img {
  border-radius: 50%;
  border: 1px dashed #291E43;
}
.devo-user-box .box-h {
  font-size: 18px;
}
.devo-user-box .box-p {
  color: #808DAD;
}

.dash-radius {
  border: 1px dashed #291E43;
  border-radius: 15px;
}

@media (max-width: 992px) {
  html[dir="ltr"] .position-container {
    padding-left: 0;
    padding-right: 0;
  }
  html[dir="rtl"] .position-container {
    padding-right: 0;
    padding-left: 0;
  }

  .devo-user-box {
    margin: auto;
    margin-bottom: 40px;
    min-height: auto;
  }

  .position-box {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .position-section::after {
    width: calc(100% - 10px);
  }
}
.main-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.overlay-link {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.blog-box {
  margin-bottom: 30px;
  background-color: #190C35;
  padding: 20px;
  flex-grow: 1;
  position: relative;
}
.blog-box .text-box {
  margin-bottom: 35px;
}
.blog-box .data-p {
  font-size: 14px;
  color: #808DAD;
  margin-bottom: 10px;
}
.blog-box .img-box {
  margin-bottom: 25px;
  display: block;
}
.blog-box .img-box img {
  width: 100%;
}
.blog-box .user-box {
  display: flex;
  align-items: center;
  border-top: 1px solid #291E43;
  padding-top: 20px;
}
html[dir="ltr"] .blog-box .user-box .user-img {
  margin-right: 15px;
}
html[dir="rtl"] .blog-box .user-box .user-img {
  margin-left: 15px;
}
.blog-box .user-box .user-img img {
  border: 1px dashed #291E43;
  border-radius: 50%;
}
.blog-box .user-box .user-name {
  margin: 0;
}

.after-img {
  position: relative;
  display: inline-block;
}
.after-img::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-color: rgba(13, 0, 42, 0.25);
}

.devo-end {
  text-align: end;
}

.devo-more {
  margin: 0;
  margin-top: 20px;
}
.devo-more a {
  color: #FFCC33;
  text-decoration: unset;
}
html[dir="ltr"] .devo-more a svg {
  margin-left: 5px;
}
html[dir="rtl"] .devo-more a svg {
  margin-right: 5px;
}

.contact-section {
  position: relative;
  z-index: 2;
}
.contact-section::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  height: 100%;
  border: 1px dashed #291E43;
  border-radius: 15px;
  content: '';
  z-index: -1;
  background-color: #190C35;
}

.contact-container {
  position: relative;
  z-index: 1;
  padding: 40px 60px;
}
@media(max-width:992px){
    .contact-container {
      padding: 30px;
    }
}
@media(max-width:767px){
    .form-box {
        margin-bottom: 50px;
    }
}
.contact-container::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(../img/BG.png);
  border: 1px dashed #291E43;
  border-radius: 15px;
  content: '';
  z-index: -1;
}
html[dir="ltr"] .contact-container::after {
  right: 0;
}
html[dir="rtl"] .contact-container::after {
  left: 0;
}

.contact-text {
  background-color: #190C35;
  padding: 35px;
}

.contact-box {
  margin-bottom: 35px;
  position: relative;
}
html[dir="ltr"] .contact-box {
  padding-left: 35px;
}
html[dir="rtl"] .contact-box {
  padding-right: 35px;
}
.contact-box:last-of-type {
  margin-bottom: 0;
}
.contact-box .box-h {
  font-size: 18px;
  color: #FFFFFF;
}
.contact-box .box-p {
  color: #808DAD;
}
.contact-box .box-p a {
  color: #808DAD;
  text-decoration: unset;
}
.contact-box .box-p a:hover {
  color: #FFCC33;
}
.contact-box::after {
  position: absolute;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFCC33;
  font-size: 19px;
}
html[dir="ltr"] .contact-box::after {
  left: 0;
}
html[dir="rtl"] .contact-box::after {
  right: 0;
}

.contact-box.address-box::after {
  content: '\f3c5';
}

.contact-box.email-box::after {
  content: '\f0e0';
}

.contact-box.phone-box::after {
  content: '\f095';
  transform: rotate(90deg);
}

.iframe-box {
  height: 100%;
}
.iframe-box iframe {
  width: 100%;
  height: 100%;
  min-height: 200px;
  filter: grayscale(100%) invert(92%) contrast(83%);
  border-radius: 50px;
}

@media (max-width: 767px) {
  .contact-section::after {
    width: calc(100% - 10px);
  }

  .contact-container {
    padding: 0;
  }
  .contact-container::after {
    display: none;
  }

  .iframe-box {
    margin-bottom: 30px;
    height: auto;
  }
}
.devo-footer {
  text-align: center;
  padding: 50px 0;
}

.logo-footer {
  margin-bottom: 15px;
}

.menu-footer ul li {
  display: inline-block;
}
html[dir="ltr"] .menu-footer ul li {
  margin-right: 20px;
}
html[dir="rtl"] .menu-footer ul li {
  margin-left: 20px;
}
html[dir="ltr"] .menu-footer ul li:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .menu-footer ul li:last-of-type {
  margin-left: 0;
}
.menu-footer ul li a {
  color: #808DAD;
  text-decoration: unset;
}
.menu-footer ul li a:hover {
  color: #FFCC33;
}
.menu-footer ul li.current-menu-item a {
  color: #FFCC33;
}

.copyright-container {
  padding: 30px 0;
  border-top: 1px solid #291E43;
}

.copyright-box .box-p {
  font-size: 14px;
  color: #808DAD;
  margin: 0;
}
.copyright-box .social-ul {
  text-align: center;
}

.lang-ul {
  text-align: end;
}
.lang-ul ul li a {
  font-size: 14px;
  color: #808DAD;
  text-decoration: unset;
  position: relative;
}
html[dir="ltr"] .lang-ul ul li a {
  padding-left: 16px;
}
html[dir="rtl"] .lang-ul ul li a {
  padding-right: 16px;
}
.lang-ul ul li a::after {
  position: absolute;
  content: '\f0dd';
  top: -5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
html[dir="ltr"] .lang-ul ul li a::after {
  left: 0;
}
html[dir="rtl"] .lang-ul ul li a::after {
  right: 0;
}
.lang-ul ul li a:hover {
  color: #FFCC33;
}

@media (max-width: 767px) {
  .lang-ul, .copyright-box {
    text-align: center;
  }

  .copyright-container {
    padding: 20px 0;
  }

  .copyright-box .social-ul {
    margin: 6px 0;
  }

  .devo-footer {
    padding-bottom: 40px;
  }

  .menu-footer ul li {
    margin-bottom: 10px;
  }
}
.header-bg {
  background-color: #291E43;
  padding-top: 110px;
}

.bottom-section {
  margin-bottom: -100px;
  padding-bottom: 100px;
}

.devo-header-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.page-template-home-template .devo-header-container {
  border-bottom: unset;
}

.inner-header-p {
  color: #808DAD;
  max-width: 310px;
}
html[dir="ltr"] .inner-header-p {
  margin-left: auto;
}
html[dir="rtl"] .inner-header-p {
  margin-right: auto;
}
.inner-header-p .span-name {
  color: #FFCC33;
  background-color: rgba(255, 204, 51, 0.2);
}

.contact-header-img {
  text-align: end;
}

@media (max-width: 767px) {
  html[dir="ltr"] .inner-header-p {
    margin-left: unset;
  }
  html[dir="rtl"] .inner-header-p {
    margin-right: unset;
  }

  .contact-header-img {
    display: none;
  }

  .inner-header .header-h {
    margin-bottom: 20px;
  }
}
.skill-box {
  flex-grow: 1;
  margin-bottom: 30px;
}
.skill-box .img-box {
  margin-bottom: 20px;
}
html[dir="ltr"] .skill-box .img-box {
  padding-left: 15px;
}
html[dir="rtl"] .skill-box .img-box {
  padding-right: 15px;
}
html[dir="ltr"] .skill-box .text-box {
  padding-left: 15px;
  border-left: 1px solid #212A49;
}
html[dir="rtl"] .skill-box .text-box {
  padding-right: 15px;
  border-right: 1px solid #212A49;
}
.skill-box .box-h {
  margin-bottom: 15px;
  font-size: 18px;
}
.skill-box .box-p {
  margin-bottom: 10px;
  color: #808DAD;
}

.positions-content-section .content-text .single-text {
  margin-bottom: 40px;
}
.positions-content-section .content-text .single-text:last-of-type {
  margin-bottom: 0;
}
.positions-content-section .content-text .box-h {
  color: #FFCC33;
  font-size: 18px;
  margin-bottom: 15px;
}
.positions-content-section .content-text .box-p {
  color: #808DAD;
  margin-bottom: 10px;
}
.positions-content-section .content-img {
  text-align: center;
}

.img-box-bg.lg-box {
  width: 60px;
  height: 60px;
}

.img-box-bg.sm-box {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.img-box-bg.sm-box img {
  height: 25px;
  width: 25px;
}

.content-card {
  position: relative;
  z-index: 1;
  padding: 50px;
}
html[dir="ltr"] .content-card .img-box-bg {
  margin-right: 0;
}
html[dir="rtl"] .content-card .img-box-bg {
  margin-left: 0;
}
.content-card .fth-box {
  position: absolute;
  top: 65px;
  left: 0;
}
.content-card .sec-box {
  position: absolute;
  bottom: 65px;
  right: 0;
}
.content-card::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/card-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  left: 0;
}
.content-card .devo-card-box {
  background-color: #190C35;
  text-align: center;
  padding: 40px 20px;
  min-height: 255px;
}
.content-card .devo-card-box .img-box-bg {
  margin-bottom: 35px;
}
.content-card .devo-card-box .box-h {
  font-size: 18px;
}

.cir {
  animation: MoveUpDown 2s linear infinite;
  transform: scale(1) translateY(0);
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.02) translateY(15px);
  }
}
@media (min-width: 992px) {
  .positions-content-section:nth-child(odd) .order-box1 {
    order: 3;
  }
  .positions-content-section:nth-child(odd) .order-box2 {
    order: 2;
  }
  .positions-content-section:nth-child(odd) .order-box3 {
    order: 1;
  }
}
@media (max-width: 992px) {
  .content-card, .content-img {
    margin-bottom: 30px;
  }
}
.details-img, .user-info {
  margin-bottom: 40px;
}

.related-box {
  border-top: 1px solid rgba(128, 141, 173, 0.4);
}

.related-heading {
  font-size: 18px;
  margin-bottom: 40px;
}

.user-meta-ul ul li {
  display: inline-block;
  color: #808DAD;
}
html[dir="ltr"] .user-meta-ul ul li {
  margin-right: 20px;
}
html[dir="rtl"] .user-meta-ul ul li {
  margin-left: 20px;
}
.user-meta-ul ul li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
html[dir="ltr"] .user-meta-ul ul li img {
  margin-right: 10px;
}
html[dir="rtl"] .user-meta-ul ul li img {
  margin-left: 10px;
}
html[dir="ltr"] .user-meta-ul ul li i {
  margin-right: 5px;
}
html[dir="rtl"] .user-meta-ul ul li i {
  margin-left: 5px;
}
.user-meta-ul ul li a {
  color: #808DAD;
}
.user-meta-ul ul li a:hover {
  color: #FFCC33;
}
html[dir="ltr"] .user-meta-ul ul li:last-of-type {
  margin-right: 0;
}
html[dir="rtl"] .user-meta-ul ul li:last-of-type {
  margin-left: 0;
}

.user-social-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.user-social-ul .box-p {
  color: #808DAD;
  margin: 0;
}
html[dir="ltr"] .user-social-ul .box-p {
  margin-right: 20px;
}
html[dir="rtl"] .user-social-ul .box-p {
  margin-left: 20px;
}

.details-content .header-h {
  margin-bottom: 30px;
}
.details-content .box-p {
  color: #808DAD;
  margin-bottom: 25px;
}

.correct-p .correct-icon {
  color: #FFCC33;
  width: 30px;
  height: 30px;
  font-size: 13px;
  background-color: rgba(255, 204, 51, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
html[dir="ltr"] .correct-p .correct-icon {
  margin-right: 15px;
}
html[dir="rtl"] .correct-p .correct-icon {
  margin-left: 15px;
}

@media (max-width: 992px) {
  .user-meta-ul {
    margin-bottom: 30px;
  }

  .user-social-ul {
    justify-content: flex-start;
  }
}

.search-menu {
    display: flex;
    align-items: center;
    justify-content: end;
}
.search-menu .lang-ul ul li a{
    color: #ffffff;
}
.search-menu .lang-ul ul li a:hover{
    color:#FFCC33;
}
html[dir="ltr"] .search-menu .lang-ul {
    margin-left: 20px;
}
html[dir="rtl"] .search-menu .lang-ul {
    margin-right: 20px;
}
@media (max-width: 992px) {
    .search-menu .lang-ul {
        display:none;
    }
    .search-menu{
        justify-content: center;
    }
}
/*# sourceMappingURL=style.css.map */
