@font-face {
    font-family: 'Comfortaa-Regular';
    src: url('/public/fonts/comfortaa_regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Comfortaa-Bold';
    src: url('/public/fonts/comfortaa_bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Jf-Flat-Regular';
    src: url('/public/fonts/jf_flat_regular.ttf') format('truetype');
}

body{
    font-family: 'Comfortaa-Regular';
    font-weight: 300;
}
.rtl{
    font-family: 'Jf-Flat-Regular';
}
.main-footer .logo-widget .text{
  font-size: 13px;
  font-weight: 300;
  opacity: 0.7;
}

.call-to-action-section .heading-column h2 {
  font-weight: 400;
}

.header-upper .logo img,
.sidebar-info-contents .content-inner .logo img {
  height: 40px;
}

.sticky-header .logo img {
  height: 35px;
  margin: 5px 0;
  width: auto;
}

.sticky-header .search-box-btn,
.sticky-header .outer-box .nav-btn {
  margin-top: 0px !important;
}

.banner-section .content-column h1 {
  font-weight: 300;
}

.banner-section .content-column .title {
  font-weight: 600;
}

.banner-section .content-column .text {
  color: #ffffff9c;
}

.page-title {
  padding: 50px 0px 50px;
  background: #1d80f5;
}

.page-title .pattern-layer-one {
  background: url(/images/main-slider/pattern.svg) !important;
  background-size: cover !important;
}

.page-title h2 {
  color: #fff;
  font-weight: 500;
}

.page-breadcrumb li{
  font-size: 14px;
}

.page-breadcrumb li:last-child {
  color: #ffffff;
  background: #0f3d6f;
  padding: 2px 10px;
  border-radius: 100px;
  font-weight: 600;
}

.page-breadcrumb li:after {
  color: #393939;
}

.page-breadcrumb li a {
  color: #1d80f5;
  background: #fff;
  padding: 2px 12px;
  border-radius: 100px;
}

.btn-style-one {
  font-weight: 700;
}

.footer-pattern-layer {
  background: #1b1b1b;
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.main-footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.main-footer .logo-widget .social-box li a {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2) !important;
}

.banner-section .owl-nav .owl-next,
.banner-section .owl-nav .owl-prev {
  border: 1px solid transparent;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
  border: 1px solid #ffffff9c;
  background: none;
  border-radius: 15px;
  color: white;
}
.push-box {
  height: 100px;
}
.slide p {
  line-height: 2em;
}
.icon-filter {
  font-size: 25px;
}
.category-filter {
  height: 35px;
  width: 50px !important;
  right: 0;
  position: absolute !important;
  display: flex !important;
  border-left: 2px solid #e7e7e7;
  align-items: center;
  justify-content: center;
}
.category-filter2 {
  height: 35px;
  width: 50px !important;
  left: 0;
  position: absolute !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.filter_ul {
  min-height: 380px;
  max-height: 390px;
  opacity: 0;
  animation: none;
  animation-delay: 2s;
}

@keyframes slide {
  0% {
    opacity: 0;
    margin-left: 100px;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}

/*.rtl .top_lang{*/
/*    margin-right: 50px !important;*/
/*    margin-left: 0 !important;*/
/*}*/
.top_lang.top-right{
    display: none;
}
@media (max-width: 767px){
    .rtl .top_lang{
        margin-right: 0 !important;
    }
}
@media (max-width: 850px){
    .social_header{
        display: none;
    }
}
@media (max-width: 600px){
    .top_lang.top-left{
        display: none;
    }

    .top_lang.top-right{
        display: block;
    }
}


/*.top_lang {*/
/*  margin-left: 50px;*/
/*}*/

.top_lang li {
  margin: 0 !important;
}

.top_lang li a {
  padding: 0px 6px !important;
  font-weight: 600;
}
.top_lang a:not(.active_lang):hover{
    color: #0f3d6f !important;
}

.top_lang li a.active_lang {
  background-color: #0f3d6f;
  font-weight: 700;
  border-radius: 4px;
}

.active_lang:hover {
  color: #fff !important;
}

.instagram_post .thumb {
  width: 80px;
}

.instagram_post .thumb img {
  border-radius: 8px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.date_s {
  display: flex;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
}

.selected_dates {
  border: 1px solid #1d80f5;
  color: #1d80f5;
  padding: 10px;
  border-radius: 15px;
  margin-right: 10px;
  transition: 0.5s;
  cursor: pointer;
}

.selected_dates:hover {
  background-color: #1D80F5;
  color: #fff;
}
.galery_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateZ(90deg);
  position: fixed;
  top: 50%;
  left: -80px;
  z-index: 98 !important;
  color: #fff;
  padding: 20px 30px;
  background: #1d80f5;
  height: 30px;
  width: 200px;
  overflow: visible;
  transition: 0.75s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.galery_btn:hover {
  background: #212529;
  color: #fff;
}
.galery_btn i {
  padding-left: 10px;
}
.galery_popup {
  height: 320px;
  overflow: visible;
  width: 0;
  opacity: 0;
  background: #000000c5;
  position: fixed;
  top: 30%;
  left: 0;
  z-index: -10000;
  padding: 20px 30px;
  transition: 0.5s ease;
}
.galery_popup.active {
  height: 320px;
  overflow: visible;
  width: 300px;
  background: #000000c5;
  position: fixed;
  opacity: 1;
  top: 30%;
  left: 0;
  transition: 0.5s ease;
  z-index: 98;
  padding: 20px 30px;
}
.btn-close {
  position: absolute;
  right: -15px;
  top: -15px;
  height: 30px;
  width: 30px;
  background: rgb(0, 0, 0);
  color: rgb(175, 175, 175);
  border: 0;
  opacity: 1;
  transition: 0.4s ease;
  cursor: pointer;
}
.galery_all {
  width: 100%;
  background-color: #1d80f5;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: 0.5 ease;
}
.galery_all:hover {
  color: #fff;
  background: #212529;
}
.galery_btn_active {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  padding: 20px 30px;
  height: 30px;
  width: 200px;
  overflow: visible;
  transition: 0.5s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  letter-spacing: 5px;
  text-transform: uppercase;
  transform: none;
  left: unset;
  position: unset;
  top: unset;
  margin-top: -21px;
}
.galery_item {
  height: 50px;
  border-radius: 6px;
}
.galery_items {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}

.list-link li a:hover {
  text-decoration: none;
  font-weight: 700;
}

.main-footer .footer-widget h5:before {
  height: 2px;
  width: 104px;
  background-color: rgba(255, 255, 255, 0.13);
}

.main-footer .logo-widget .logo img {
  height: 40px;
}

.counter-section .inner-container {
  padding: 50px 60px;
}

.counter-section .inner-container:before {
  right: 0;
}

.fact-counter .column {
  margin-bottom: 0;
}

.mobile-menu .nav-logo img {
  height: 40px;
}

.mobile-menu .menu-backdrop {
  background: rgba(0, 0, 0, 0.33);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mobile-menu .menu-box {
}

.mobile-menu .navigation li > a {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Comfortaa-Regular';
}

.rtl .mobile-menu .navigation li > a {
    font-family: 'Jf-Flat-Regular';
}

.mobile-menu .navigation li.dropdown ul a {
  background: rgb(238, 238, 238);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  font-size: 24px;
}

.mobile-menu .close-btn {
  right: 18px;
  top: 18px;
  color: rgb(255, 94, 94);
  font-size: 24px;
}

.main-header .header-upper .outer-box .nav-btn {
  margin-top: 16px;
}

.list-link li a:before {
  content: none;
}

.list-link li a {
  padding-left: 0;
  display: inline-flex;
}

.list-link li a:hover {
  padding-left: 15px;
}

.list-link li a svg {
  margin-right: 10px;
}

.main-footer .contact-widget ul li .icon {
  font-size: 38px;
  color: rgba(255, 255, 255, 0.52);
}

.main-header .header-top .info-list li a {
  padding-left: 0;
  display: inline-flex;
  align-items: center;
}

.main-header .header-top .info-list li a svg {
  height: 18px;
  opacity: 0.7;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .galery_btn_active {
    margin-top: 0;
  }
}
#instagram-container img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin-bottom: 1.5rem !important;
}
#instagram-container a {
  padding: 2px;
}
.mobile_category {
  display: none;
}
@media (max-width: 767px) {
  .mobile_category {
    display: block;
  }
  .normal_category {
    display: none !important;
  }

  .main-header .header-upper .logo-box {
    height: fit-content !important;
  }

  .main-header .header-top .clearfix {
    display: flex;
    flex-direction: row-reverse;
  }

  .main-header .header-top .top-right {
    text-align: left;
  }

  .main-header .header-top .top-right.top_lang {
    margin-left: auto;
    text-align: right;
  }

  .main-header .header-top .top-right .social-box li {
    margin-left: 0;
    margin-right: 10px;
  }
}
#instagram-container2 img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin-bottom: 1.5rem !important;
  /* margin-right: 1rem !important; */
}
#instagram-container2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
h1,
h2,
h3,
h4,
h5,
h6,
.banner-section .active .content-column .title,
.main-menu .navigation > li > a {
    font-family: 'Comfortaa-Regular';
}
.rtl .banner-section .active .content-column .title,
.rtl .main-menu .navigation > li > a {
    font-family: 'Jf-Flat-Regular';
}
.grecaptcha-badge {
  display: none !important;
}
.main-footer .logo-widget .social-box li a:hover {
  background: rgb(255 255 255 / 40%) !important;
}
.custom_page-title .page-breadcrumb li {
  color: #282828;
  display: inline-flex;
  align-items: center;
  padding-right: 0;
}

.custom_page-title .page-breadcrumb li:last-child {
  color: #343131;
  background: #ffffff;
  padding: 2px 12px;
}
.custom_page-title .page-breadcrumb li a {
  color: #2d2d2d;
  background: rgba(255, 255, 255, 1);
  padding: 2px 12px;
  margin-right: 5px;
  border-radius: 100px;
}
.custom_page-title {
  padding: 22px 0px 22px;
  text-align: left;
}
.custom_page-title .page-breadcrumb li:after {
  content: "";
}
.custom_page-title .page-breadcrumb li svg {
  opacity: 0.4;
}
.single-product-item .img-holder {
  border: none;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  padding: 20px;
  padding-bottom: 45px;
}
.single-product-item .title-holder {
  padding: 0;
}
.single-product-item .title-holder .title {
  line-height: 19px;
  padding: 14px 16px;
  text-align: left !important;
}
.image-carousel .owl-item img {
  height: 400px;
  width: auto;
  margin: auto;
}

@media (max-width: 768px) {
  .banner-section .slide {
    padding: 130px 20px 220px 20px;
  }

  .banner-section .content-column .text{
      display: none;
  }

  .banner-section .content-column h1{
      line-height: 1.4em;
      font-size: 22px;
  }
}
.search-popup .close-search {
  border: none;
}
.search-popup .form-group input[type="search"] {
  color: #fff;
  background: transparent;
}
.search-popup .form-group input[type="search"]::placeholder {
  color: #fff;
}
.search-popup .form-group button {
  color: #fff;
}
.sidebar-page-container .sidebar-side .sidebar-inner {
  box-shadow: none;
  background: #f5f5f5;
  border-radius: 10px;
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  border: none;
  font-size: 16px;
  border-radius: 6px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.blog-cat li a span {
  background: #9d9d9d;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
}
.sidebar-title h5 {
  font-weight: 500;
  font-size: 22px;
}
.blog-cat li a {
  border: none;
  background: #fff;
  border-radius: 6px;
  padding: 12px 16px;
  padding-right: 72px;
  font-size: 14px;
  font-weight: 400;
}
.blog-cat li a span {
  padding: 2px 10px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-cat li {
  margin-bottom: 6px;
}

.main-menu .navigation > li > ul > li > a{
  font-weight: 500;
}

.blog-cat {
  border: none;
}
.sticky-header .logo img {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .sticky-header .logo img {
    margin-top: 6px;
  }
}
.about-section .images-column .pattern-layer {
  left: -63px;
  top: -88px;
  width: 690px;
  height: 690px;
}
.sponsors-carousel .owl-item img {
  width: 145px !important;
}
.sponsors-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_arrow {
  height: calc(100% + 2px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.responsive_img {
  height: 350px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.responsive_img_c .owl-stage-outer .owl-item li {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .main-slider-carousel .auto-container {
    padding: 0 125px;
  }
}
.sharer_links a {
  padding: 0 6px;
}
.service_res .service-block-two .inner-box {
  height: 330px;
}
.custom_table {
  border-collapse: collapse;
  border: none;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.custom_table thead tr {
  background-color: #6164ff;
  color: #ffffff;
  font-weight: bold;
}

.custom_table th,
.custom_table td {
  padding: 12px 15px;
  text-align: center;
  text-transform: uppercase;
}

.custom_table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.custom_table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.custom_table tbody tr:last-of-type {
  border-bottom: 2px solid #6164ff;
}

.custom_table tbody tr.active-row {
  font-weight: bold;
  color: #6164ff;
}
.services-detail ul li {
  list-style: circle;
}
.services-detail ul {
  padding-left: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-inner
    .active.col-md-4.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm if col-sm-6*/
  .carousel-inner
    .active.col-sm-6.carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
  }
  /* show 2 items */
  .carousel-inner .active + .carousel-item {
    display: block;
  }
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* MD */
@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* LG */
@media (min-width: 991px) {
  /* show 4th item */
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-inner
    .active.col-lg-3.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
.team-section .carousel-item {
  padding: 0 10px;
}
.carousel-control-prev {
  left: -150px;
}
.carousel-control-next {
  right: -150px;
}
@media (max-width: 465px) {
  .copyright_res {
    margin-left: unset !important;
  }
  #instagram-container {
    padding: 15px;
  }
}
.news-detail blockquote p {
  color: #fff !important;
}
.news-detail .lower-content img {
  color: #fff !important;
  object-fit: contain;
}

.about-section-two .skill-column .sec-title .text {
  font-size: 25px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2 {
  font-size: 30px;
  margin-bottom: 23px !important;
}
.fixed_contact{
  position: fixed;
  z-index: 250;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px dashed #1d80f5;
}
.fixed_contact:hover{
  margin-bottom: 3px;
}
.fixed_contact img{
  width: 36px;
  height: 36px;
}
#video-wrap:not(.active) {
  opacity: 0;
  visibility: hidden;
}
#video-wrap .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-wrap .video-container {
  width: 95%;
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
#video-wrap .close-video {
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
  z-index: 150;
}
#video-wrap .close-video:before, #video-wrap .close-video:after {
  content: "";
  width: 60%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#video-wrap .close-video:before {
  transform: rotate(42deg);
}
#video-wrap .close-video:after {
  transform: rotate(-42deg);
}
#video-wrap .close-video:focus {
  outline: none;
}
#video-wrap .close-video:hover {
  background-color: #141d38;
}
#video-wrap .close-video:hover:before, #video-wrap .close-video:hover:after {
  background-color: #fff;
}
#video-wrap video,
#video-wrap iframe {
  position: relative;
  z-index: 10;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
  width: 270px;
  height: 370px;
  background-color: #000;
  object-fit: cover;
}
#video-wrap.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  right: 30px;
  bottom: 120px;
  padding: 0;
  height: 450px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  z-index: 9991;
  align-items: center;
  justify-content: space-between;
  background-color: #1d80f5;
}
#video-wrap.active .video-container {
  transform: scale(1);
}
@media (max-width: 1659px) and (min-width: 1330px) {
  #video-wrap .video-container {
    max-width: 978px;
  }
}
@media (min-width: 1660px) {
  #video-wrap .video-container {
    max-width: 1431px;
  }
}
.project_inner_img{
  object-fit: contain;
  height: 450px;
}
.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
          animation: shockwaveJump 1s ease-out infinite;
}
.btn--shockwave.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.65s ease-out infinite;
          animation: shockwave 1s 0.65s ease-out infinite;
}
.btn--shockwave.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.5s ease-out infinite;
          animation: shockwave 1s 0.5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(0.98);
  }
  55% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(0.98);
  }
  55% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 96, 255, 0.15), inset 0 0 1px rgba(0, 96, 255, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 96, 255, 0.075), inset 0 0 30px rgba(0, 96, 255, 0.075);
  }
  100% {
    transform: scale(2.25);
  }
}
@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 96, 255, 0.15), inset 0 0 1px rgba(0, 96, 255, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 96, 255, 0.075), inset 0 0 30px rgba(0, 96, 255, 0.075);
  }
  100% {
    transform: scale(2.25);
  }
}
video::-webkit-media-controls-fullscreen-button {
  display: none;
}

.czm-popup{
    border-radius: 5px;
}

.czm-chat-support{
    color: #ffffff;
}

.czm-popup-header{
    padding: 25px 30px;
    align-items: start;
    text-align: left;
background-size: cover;
}

.czm-popup-header-title{
    font-size: 20px;
}

.czm-popup-header-description{
    font-size: 13px;
}

.czm-popup-area {
    background-color: #0f3d6f;
}

.czm-popup-person-title{
    font-size: 15px;
    font-weight: 400;
}

.czm-popup-person{
    background-color: #1d80f5;
    border-radius: 12px;
}

.czm-popup-person-description{
    color: rgba(255, 255, 255, 0.43);
}

.czm-popup-person-online-offline-text{
    font-size: 12px;
    font-weight: 500;
    color: rgb(0, 96, 255);
    background: #fff !important;
}

.czm-popup-person-avatar{
    border-radius: 15px;
}

.banner-section .owl-dots .owl-dot{
    background-color: #fff;
    opacity: 0.2;
    width: 60px;
    height: 3px;
}

.banner-section .owl-dots .owl-dot.active, .banner-section .owl-dots .owl-dot:hover{
     background-color: #fff;
     opacity: 0.7;
    width: 100px;
}
.product_slider .image{
  background-color: #fff;
  padding: 25px 35px;
  border-radius: 10px;
  box-shadow: 0 44px 25px 0 rgba(0, 0, 0, 0.06);
}
.product_slider_main{
  background-color: #fff;
}
@media (max-width: 575px){
  .fixed_contact {
      bottom: 20px;
      right: 20px;
  }
}

.testimonial_icon{
    display: flex;
    width: 100px;
    height: 80px;
}

.testimonial_icon img{
    object-fit: contain;
}

.paragraph_title{
    font-weight: 700;
    margin: 0px 0px;
    line-height: 1.4em;
    color: #0f3d6f;
    margin-bottom: 8px;
}

.paragraph_img{
    width: 100%;
}

.rtl .product-details .paragraphs .image-column {
    order: unset !important;
}
.rtl .product-details .paragraphs .info-column {
    order: unset !important;
}
.product_image{
    background: transparent !important;
}

.technology-section.style-two .technology-block {
    width: 20%;
}

.technology-section {
    padding: 55px 0px 70px;
}

.cart-table thead tr th {
    line-height: 12px;
    font-size: 14px;
}

.cart-table tbody tr td {
    line-height: 12px;
    padding: 20px 20px 20px;
}

.rtl .cart-section .cart-table {
    text-align: right;
}

.active_inner_box{
    background-color: #fff;
}

.slide .inner-column h1{
    font-size: 50px !important;
}
.sponsors-carousel .owl-nav{
    visibility: hidden;
}

.banner-section .content-column .inner-column{
    text-align: center !important;
}

.main-header .header-upper,
.main-header .header-top
{
    background-color: #1d80f5;
}

.main-menu .navigation > li > a:hover {
    color: #fff;
}

.dropdown-ul:focus .dropdown-a{
    color: #fff !important;
}

.main-header .header-upper .outer-box .nav-btn,
.main-header .search-box-btn,
.main-menu .navigation > li > a
{
    color: #fff;
}

.btn-style-one{
    background-color: #1d80f5;
    border: 1px solid #fff;
    border-radius: 19px;
}

.btn-style-two{
    background-color: #1d80f5;
    border: 1px solid transparent;
    border-radius: 19px;
}

.btn-style-two:hover{
    color: #0f3d6f !important;
    background-color: #ffffff;
    border-color: #0f3d6f;
}

.btn-style-one:hover {
    color: #0f3d6f !important;
    background-color: #ffffff;
    border-color: #fff;
}

.btn-style-one:hover span{
    color: #0f3d6f !important;
}

.btn-style-three:hover{
    color: #0f3d6f;
    background-color: #ffffff;
    border: 1px solid #0f3d6f;
}

.case-block .inner-box .image .content .category {
    position: relative;
    margin-top: 5px;
    color: #0f3d6f;
}

.case-block .inner-box .image .content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
}

.case-block .inner-box .image .content h4 a {
    position: relative;
    color: #0f3d6f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.case-block .inner-box .image .content h4 a:hover{
    color:#1d80f5;
}

.case-block .inner-box .image .content{
    margin-left: 30px;
    margin-top: 15px;
}
.case-block .inner-box{
    transition: all 300ms ease;
}
.case-block .inner-box:hover{
    transform: scale(1.03);
}
.clients-photo{
    position: relative;
    height: 0;
    padding-bottom: 60%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.clients-photo-item{
    color: #1d80f5;
    position: absolute !important;
    width: 29.56140351%;
}
.clients-photo-item1{
    top: 56.050847% !important;
    left: 35.315789% !important;
}

.clients-photo-item2{
    bottom: 86% !important;
    left: 31.54386% !important;
    top: unset !important;
}

.clients-photo-item3{
    top: 24.813559% !important;
    left: 70% !important;
}

.clients-photo-item4{
    top: 4.525424% !important;
    left: 11.57894737% !important;
}

.clients-photo-item5{
    top: 83% !important;
    right: 15.508772% !important;
    left: unset !important;
}

.clients-photo-item6{
    top: 88.101695% !important;
    left: 27.578947% !important;
}

.clients-photo-item7{
    top: 23.050847% !important;
    left: 39.929825% !important;
}

.clients-photo-item8{
    top: 54.050847% !important;
    left: 57.315789% !important;
}

.clients-photo-item9{
    top: 104.050847% !important;
    left: 41.315789% !important;
}

.clients-photo-item10{
    top: 75.050847% !important;
    left: 8.315789% !important;
}

.clients-photo-item11{
    top: 0.050847% !important;
    left: 51.315789% !important;
}

.clients-photo-item12{
    top: 38.050847% !important;
    left: 8.315789% !important;
}

.clients-photo-item > .inside {
    display: block;
    height: 0;
    padding-bottom: 60%;
    border-radius: 50rem;
    overflow: hidden;
    position: relative;
}

.clients-photo-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.rtl .banner-section .slide{
    padding-bottom: 150px;
    padding-top: 150px;
}
.banner-section .slide {
    padding-top: 50px;
    padding-bottom: 50px;
}
.subscribe_section{
    padding: 30px 0 30px 0;
    background-color: #f5f5f5;
}

.product_box{
    border-radius: 15px;
    padding: 25px;
    transition: 0.3s ease all;
    cursor: pointer;
}

.product_underline{
    width: 0;
    transition: 0.3s ease all;
}

.active_product .product_underline{
    width: 100%;
    height: 3px;
    background-color: #1d80f5;
    border-radius: 25px;
}

.rtl .team-section .pull-left{
    float: right;
}
.rtl .team-section .pull-right{
    float: left;
}

.kt-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.kt-portlet .kt-portlet__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: left 0.3s, right 0.3s, height 0.3s;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1d80f5;
}

.kt-portlet .kt-portlet__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
}

.list-flex {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-flex li {
    padding: 15px 0px;
    border-bottom: 1px solid #e9edef;
}

.text-muted {
    color: #a7abc3 !important;
}

.kt-separator {
    height: 0;
    margin: 20px 0;
    border-bottom: 1px solid #ebedf2;
}

.kt-separator.kt-separator--border-dashed, .kt-separator.kt-separator--dashed {
    border-bottom: 1px dashed #ebedf2;
}

.kt-separator.kt-separator--space-md, .kt-separator.kt-separator--md {
    margin: .5rem 0;
}

.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-5 {
    font-size: 3.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.kt-portlet.kt-portlet--unelevate {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.kt-portlet.kt-portlet--bordered {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebedf2;
}

.badge {
    font-weight: 400;
}

.badge {
    display: inline-block;
    padding: 0.5em 0.75em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

#edit_account{
    display: flex;
}

#edit_account .list-flex{
    margin: 0 30px 0 30px;
    width: 50%;
}
.kt-portlet__body p{
    align-self: unset;
}
.rtl .kt-portlet__body .row,
.rtl .kt-portlet__body .list-flex div,
.rtl #subscription
{
    flex-direction: row-reverse;
}

.rtl .kt-portlet__body table{
    direction: rtl;
}

.logout_form{
    position: absolute;
    right: 0;
    top: 0;
}

.action-button-previous,
.action-button{
    text-align: center !important;
}

.sponsors-section .carousel-outer {
    box-shadow: unset;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li > ul > li > a:before{
    color: #fff;
}

.service-block-two .inner-box:before {
    background-color: #165da9;
}

.index-svg {
    background-color: #1d80f5;
    height: 63px;
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1200px){
    .slide .inner-column h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 1000px){
    .slide .inner-column h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 800px){
    .slide .inner-column h1 {
        font-size: 20px !important;
    }
}

@media (max-width: 600px){
    .slide .inner-column h1 {
        font-size: 15px !important;
    }
}

.main_showcase{
    position: relative;
    top: -130px;
    z-index: 1;
    width: 100%;
}

@media (min-width: 2200px){
    .main_showcase{
        top: -230px;
    }
}

@media (min-width: 2200px){
    .main_showcase{
        top: -200px;
    }
}

@media (min-width: 2000px){
    .main_showcase{
        top: -170px;
    }
}

@media (min-width: 1800px){
    .main_showcase{
        top: -150px;
    }
}

@media (max-width: 1400px){
    .main_showcase{
        top: -115px;
    }
}

@media (max-width: 1200px){
    .main_showcase{
        top: -100px;
    }
}

@media (max-width: 1000px){
    .main_showcase{
        top: -85px;
    }
}

@media (max-width: 800px){
    .main_showcase{
        top: -70px;
    }
}

.projects {
    background-image: linear-gradient(45deg, #1D80F5, #8CA9D4);
    width: 100%;
    min-height: 40vh;
    margin-top: 20px;
    padding: 50px 20px;


}
.projects__cards{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, max-content));
    justify-content: center;
    grid-gap: 1.3rem;
}
.custom_project_card{
    grid-template-columns: repeat(auto-fit, minmax(228px, max-content));
}
.projects__heading {
    font-family: "Jf-Flat-Regular";
    color: #ffffff;
    text-align: center;
}

.projects__card {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.projects__card:hover {
    transform: scale(1.2);
}

.projects__card-logo {
    max-width: 80%;
    max-height: 100%;
    filter: brightness(0) invert(1) opacity(50%);
    width: unset !important;
}
.projects__card:hover .projects__card-logo{
    filter: brightness(0) invert(1) opacity(100%);
}

.teams__caption img{
    width: unset !important;
}


@media (min-width:992px) {
    .teams__card {
        position: relative;
        border-radius: 50%;
        width: 100%;
        height: 130px;
        margin: 0 auto;
        /* background: white; */
        padding: 10px;
        margin-top: 20px;
        transition: all .3s ease-in-out;
    }
    .teams__card-heading{
        text-align: center;
        font-size: 21px;
        font-family: "Jf-Flat-Regular";
        color: #3e3e3e;
        margin-top: 10px;
        text-align: center;
    }
    .teams__card:hover {
        border-radius: 10px;
        height: 260px;
        width: 100%;
        background: #fff;
    }
    .teams__card:hover .teams__card-heading {

        display: none;
    }

    .teams__img {
        position: relative;
        width: 100px;
        height: 100px;
        transition: .6s;
        z-index: 99;
        margin: 0 auto;
    }

    .teams__img .teams__img-top {
        width: 100%;
        border-radius: 50%;
        transition: .6s;
    }

    .teams__card:hover .teams__img {
        transform: translateY(-40px);
        width: 50%;
        margin: 0 auto 40px;
        height: auto;
    }

    .teams__card:hover .teams__img-top {
        border-radius: 10px;
        height: auto;
    }

    .teams__caption {
        text-align: center;
        transform: translateY(-80px);
        opacity: 0;
        transition: .6s;
    }

    .teams__card:hover .teams__caption {
        opacity: 1;
    }

}

@media (max-width:992px) {
    .teams__card-heading{
        display: none;
    }

    .teams__card {
        border-radius: 10px;
        height: 260px;
        width: 100%;
        margin: 0 auto;
        background: white;
        position: relative;
        padding: 10px;
        margin-top: 50px;
    }

    .teams__img .teams__img-top {
        width: 100%;
        border-radius: 10%;
        max-height: 100%;
    }


    .teams__img {
        position: relative;
        width: 70%;

        transition: .6s;
        z-index: 99;
        transform: translateY(-40px);
        margin: 0 auto 50px;
    }

    .teams__caption {
        text-align: center;
        transform: translateY(-80px);
        opacity: 0;
        transition: .6s;
    }

    .teams__card .teams__caption {
        opacity: 1;
    }


}

.teams__caption h4 {
    font-size: 21px;
    font-family: "Jf-Flat-Regular";
    color: #3e3e3e;
    margin-top: 55px;
    text-align: center;
}

.teams__caption p {
    font-size: 15px;
    color: #1D80F5;
    font-family: "Jf-Flat-Regular";
    margin: 2px 0 9px 0;
    text-align: center;

}

@media (max-width:576px) and (min-width:340px) {
    .teams__card {

        width: 80%;

    }

    .teams__img {
        position: relative;
        width: 50%;
        height: 60%;
        transition: .6s;
        z-index: 99;

    }

    .teams__caption h4 {
        margin-top: 40px;
    }
}

.reviews{
    margin: 20px 50px;
}
.reviews__heading{
    margin: 0px 0px 2px 0px;
    padding: 8px 3px 40px 0px;
    background-image: url(http://bluecode.sa/wp-content/uploads/2022/02/Group-19570.png);
    background-position: 58% 70%;
    background-repeat: no-repeat;
    background-size: auto;
}
.reviews__heading-head{
    margin: 20px;
    font-size: 41px;
    font-weight: 700;
    line-height: 45px;
    color: #1d2124;
    font-family: "Jf-Flat-Regular";
    text-align: center;
}
.reviews__card-border{
    width: 416px;
    height: 312px;
    position: relative;

}
.reviews__card-border::before{

    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 12px;
    border-radius: 2px;

    background: #FAFAFB;
    border-right: 20px solid #ffffff;
    border-left: 20px solid #ffffff;

}
.reviews__card-content{
    padding: 20px 20px;
}
.reviews__card{
    width: 100%;
    height: 300px;
    background: url(../images/site/review-bg-eng.png);
    background-size: cover;

    position: relative;
}
.rtl .reviews__card{
    background: url(../images/site/review-bg.png);
}
.reviews__card::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 12px;
    border-radius: 2px;
    background: #F5F5F7;
    border-right: 20px solid #FAFAFB;
    border-left: 20px solid #FAFAFB;
}
.reviews__card-img{
    width: 75px !important;
    height: 75px;

}
.reviews__card-text{
    color: #646464;
    font-family: "Jf-Flat-Regular";
    font-size: 16px;
    border-bottom: solid 1px #aba9a9;
    padding-bottom: 15px;
    margin-top: 28px;
}
.reviews__card-name{
    margin-top: 30px;
    font-family: "Jf-Flat-Regular";
    color: #1d2124;
    font-size: 1.125rem;
    margin-bottom: 0;
}
.reviews__card-role{
    font-size: 0.9375rem;
    color: #646464;
    font-family: "Jf-Flat-Regular";
}

.subscriptions {
    padding: 50px 50px;
    overflow-x: hidden;
}

@media (max-width:700px) {
    .subscriptions {
        padding: 50px 20px;
    }
}

.subscriptions__steps {
    display: flex;
    align-items: center;
}

.subscriptions__steps-card {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid #F6C97A;
    border-radius: 8px;

    background: transparent;
    color: #123F71;
    transition: all .3 ease-in-out;
}


.subscriptions__steps-card.active {
    background: #F6C97A;
    border: 1px solid #F6C97A;
    transition: all .3 ease-in-out;

}

.subscriptions__steps-card.active p {
    font-family: "Jf-Flat-Regular";
}

.subscriptions__steps-card p {
    margin: 0;
    font-family: "Jf-Flat-Regular";
    align-self: unset;
    margin-left: 5px;
}

.subscriptions__steps-card span {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FEFAF1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #123F71;
    font-family: "Jf-Flat-Regular";
}

.subscriptions__steps-dash {
    color: #F6C97A;
}

.subscriptions__form {
    margin-top: 50px;
    max-width: 70%;
}

.subscriptions__form h3 {
    color: #123F71;
    font-family: "Jf-Flat-Regular";
    margin-bottom: 0px;
}

.subscriptions__form p {
    color: #707070;
    font-family: "Jf-Flat-Regular";
    margin-bottom: 6px;

}

.subscriptions__form form {
    margin-top: 30px;
}

.subscriptions__form label {
    color: #123F71;
    font-family: "JF-Flat-Regular";
    margin-top: 10px;

}

.subscriptions__form input , .subscriptions__form select {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
}
.subscriptions__form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%);

    background-position:
        calc(100% - 98%) calc(1em + 5px),
        calc(100% - 97%) calc(1em + 5px);

    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

.subscriptions__form select:focus {
    border: 1px solid #0F3D6F;
    outline: none;
    background-image:
        linear-gradient(45deg,gray  50%,  transparent 50%),
        linear-gradient(135deg,  transparent 50%, gray 50%);
    background-position:
        calc(100% - 97%) 1em,
        calc(100% - 98%) 1em ;

    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;

}
.product-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0F3D6F;
    font-family: "Jf-Flat-Regular";
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
    transition: 0.3s ease all;
    cursor: pointer;

}
.product_underline {
    width: 0;
    transition: 0.3s ease all;
}
.active_product {
    transform: scale(1.1);
}
.active_product .product_underline {
    width: 110%;
    height: 3px;
    background-color: #1d80f5;
    border-radius: 25px;
    margin-top: 5px;
}
.product-item img {
    max-width: 100%;
}

.radioLabel img {
    width: 50px;
}

.subscriptions__form input:focus  {

    border: 1px solid #0F3D6F;
    outline: none;

}

.subscriptions__form input::placeholder {
    color: #ddd;
    font-family: "JF-Flat-Regular";

}

.btn-blue {
    background: #0F3D6F;
    padding: 8px 36px;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    font-family: "JF-Flat-Regular";
    border-radius: 6px;
    margin-right: 15px;
    margin-top: 20px;
    cursor: pointer;

}

.btn-stroke {
    background: transparent;
    padding: 8px 36px;
    border: 1px solid #0F3D6F !important;
    box-shadow: none !important;
    color: #0F3D6F;
    font-family: "JF-Flat-Regular";
    border-radius: 6px;
    margin-left: 15px;
    margin-top: 20px;
    cursor: pointer;
    margin-right: auto;
}
.rtl .btn-blue{
    margin-right: auto;
    margin-left: 15px;
}
.rtl .btn-stroke{
    /* margin-right: 0; */
    margin-right: 15px;
}
@media (max-width:640px) {
    .subscriptions__steps-card p {
        font-size: 14px;
    }

    .subscriptions__steps-dash {
        display: none;
    }

    .subscriptions__steps-card {
        margin-right: 5px;
    }

}

@media (max-width:547px) {
    .subscriptions__steps-card p {
        font-size: 12px;
    }

    .subscriptions__steps-card {
        padding: 12px 4px;
    }

    .subscriptions__steps-card span {
        margin-left: 5px;
        width: 15px;
        height: 15px;
        font-size: 12px;
    }

    .subscriptions__form {
        max-width: 100%;
    }

}

@media (max-width:356px) {
    .subscriptions__steps-card p {
        font-size: 10px;
    }

    .subscriptions__steps-card span {
        margin-left: 2px;
        width: 10px;
        height: 10px;
        font-size: 8px;
    }
}

#personal-form {
    display: none;

}

#product-form {
    display: none;
}

h1,h2,h3,h4,h5,h6,
.list-style-two li,
.btn-style-one, .btn-style-two,
.sec-title .title, .main-header .info-box strong,
.main-menu .navigation > li > a,
.feature-block-two .inner-box .number,
.news-block .inner-box .lower-content .read-more,
.banner-section-two .content-column .play-box,
.banner-section-two .content-column h1,
.fact-counter .column .inner .count-outer,
.process-block .inner-box .read-more,
.service-block-three .inner-box .service-number,
.news-block-three .inner-box .lower-content .read-more,
.price-block .inner-box .price,
.emailed-form .form-group input[type="submit"],
.emailed-form button,
.accordion-box .block .acc-btn,
.time-counter .time-countdown .counter-column,
.services-detail .inner-box .image-two .play-box,
.contact-info-section .info-column ul li strong,
.sidebar .popular-posts .post .text a,
.news-block-five .inner-box .lower-content .lower-box .read-more,
.sidebar-page-container .comments-area .comment-box strong,
.sidebar-page-container .comments-area .comment-info .comment-time,
.projects__heading,
.teams__card-heading,
.teams__caption h4,
.teams__caption p,
.reviews__heading-head,
.reviews__card-text,
.reviews__card-name,
.reviews__card-role,
.subscriptions__steps-card.active p,
.subscriptions__steps-card p,
.subscriptions__steps-card span,
.subscriptions__form h3,
.subscriptions__form p,
.subscriptions__form label,
.product-item,
.subscriptions__form input::placeholder,
.btn-blue,
.btn-stroke,
.formData__card *
{
    font-family: 'Comfortaa-Regular';
}
.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6,
.rtl .list-style-two li,
.rtl .btn-style-one, .btn-style-two,
.rtl .sec-title .title, .main-header .info-box strong,
.rtl .main-menu .navigation > li > a,
.rtl .feature-block-two .inner-box .number,
.rtl .news-block .inner-box .lower-content .read-more,
.rtl .banner-section-two .content-column .play-box,
.rtl .banner-section-two .content-column h1,
.rtl .fact-counter .column .inner .count-outer,
.rtl .process-block .inner-box .read-more,
.rtl .service-block-three .inner-box .service-number,
.rtl .news-block-three .inner-box .lower-content .read-more,
.rtl .price-block .inner-box .price,
.rtl .emailed-form .form-group input[type="submit"],
.rtl .emailed-form button,
.rtl .accordion-box .block .acc-btn,
.rtl .time-counter .time-countdown .counter-column,
.rtl .services-detail .inner-box .image-two .play-box,
.rtl .contact-info-section .info-column ul li strong,
.rtl .sidebar .popular-posts .post .text a,
.rtl .news-block-five .inner-box .lower-content .lower-box .read-more,
.rtl .sidebar-page-container .comments-area .comment-box strong,
.rtl .sidebar-page-container .comments-area .comment-info .comment-time,
.rtl .projects__heading,
.rtl .teams__card-heading,
.rtl .teams__caption h4,
.rtl .teams__caption p,
.rtl .reviews__heading-head,
.rtl .reviews__card-text,
.rtl .reviews__card-name,
.rtl .reviews__card-role,
.rtl .subscriptions__steps-card.active p,
.rtl .subscriptions__steps-card p,
.rtl .subscriptions__steps-card span,
.rtl .subscriptions__form h3,
.rtl .subscriptions__form p,
.rtl .subscriptions__form label,
.rtl .product-item,
.rtl .subscriptions__form input::placeholder,
.rtl .btn-blue,
.rtl .btn-stroke,
.rtl .formData__card *
{
    font-family: 'Jf-Flat-Regular';
}

.custom_navigation .top-right{
    margin-top: 16px;
    position: relative;
}

.custom_navigation .top-right .social-box{
    position: relative;
}

.custom_navigation .top-right .social-box li{
    position: relative;
    margin-left:18px;
    display:inline-block;
}

.custom_navigation .top-right .social-box li a{
    position: relative;
    color:#ffffffc7;
    font-size:16px;
}

.custom_navigation{
    max-width: 1400px;
}

.custom_navigation .top-left {
    position: relative;
    float: left;
}

.custom_navigation .info-list{
    position:relative;
}

.custom_navigation .info-list li{
    position: relative;
    color:#ffffff;
    font-size:16px;
    margin-right:30px;
    display:inline-block;
}

.sticky-header .info-list{
    position:relative;
    margin-top: 13px;
}

.sticky-header .active_lang{
    color: #fff;
}

.sticky-header .info-list li{
    position: relative;
    color:#ffffff;
    font-size:16px;
    margin-right:30px;
    display:inline-block;
}

.custom_navigation a{
    color: #fff;
}

.banner-section .content-column .title {
    font-size: 25px;
}

.subscriptions.rtl{
    direction: rtl;
    text-align: start;
}

.projects_section:not(.gallery-section){
    background: #1D80F5;
}

.projects_section:not(.gallery-section) .sec-title *{
    color: #fff !important;
}

.gallery-section .projects__card{
    background-color: rgba(29, 128, 245, 0.5) !important;
}

.gallery-section .projects__card-logo {
    filter: brightness(0) invert(1) opacity(80%) !important;
}

.gallery-section .projects__card:hover {
    background-color: rgba(29, 128, 245, 1) !important;
}

.rtl .xs-sidebar-group .widget-heading {
    left: 0 !important;
    right: unset !important;
}

@media (min-width:1000px) {
    /*.rtl .main-header .nav-outer{*/
    /*    float: right;*/
    /*    margin-right: 140px;*/
    /*}*/
    /*.main-header .nav-outer{*/
    /*    float: left;*/
    /*    margin-left: 40px;*/
    /*}*/
}

.rtl .pull-left .top_lang{
    display: none;
}

.rtl .ar_lang{
    display: block;
    margin-top: 15px;
    margin-right: 10px;
    float: left;
}
@media (min-width:1000px) {
    .rtl .ar_lang{
        margin-left: 10px;
    }
}
.ar_lang{
    display: none;
}

@media (max-width:450px) {
    .sticky-header .top_lang{
        margin-right: -50px;
    }
}

@media (max-width:1000px) {
    .rtl .ar_lang{
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .header-upper .top_lang:not(.rtl .top_lang){
        right: 0;
        position: absolute;
    }
}

.czm-popup-area {
    background-color: #1d80f5;
}
/*.czm-popup-person{*/
/*    border: 1px solid #fff;*/
/*}*/

.czm-popup-person:hover{
    color: #0f3d6f !important;
    background-color: #ffffff;
}

/*.czm-popup-person:hover .czm-popup-person-description{*/
/*    color: #1d80f5;*/
/*}*/

.team-section .sec-title *{
    color: #fff;
}

.team-block .inner-box{
    height: 260px;
}

.login_nav{
    display: none;
}

@media (min-width:1300px) {
    .main_navbar:not(.rtl .main_navbar){
        margin-right: -150px;
    }

    .custom_navigation{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .custom_navigation::after {
        content: "";
        display: none;
    }
}

@media (min-width:1100px) {

    .rtl .custom_navigation{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .rtl .main_navbar{
        margin-left: -300px;
    }

    .rtl .custom_navigation::after {
        content: "";
        display: none;
    }
}


@media (max-width:1300px) {
    .custom_navigation .nav-outer{
        float: right !important;
    }
}

@media only screen and (max-width: 767px){
    .main-header .nav-btn{
        margin-right: 10px;
    }
    .main-header .outer-box {
        position: absolute;
        bottom: 0;
        left: 15px;
        margin-left: 0px;
        padding: 8px 0px;
    }
}

@media only screen and (max-width: 476px){
    .login_nav{
        display: block;
    }
    .main-header .nav-btn{
        margin-right: 10px;
    }
    .main-header .outer-box {
        position: absolute;
        bottom: 0;
        left: 15px;
        margin-left: 0px;
        padding: 8px 0px;
    }

    .no_mobile{
        display: none;
    }
}

.about-section {
    padding: 60px 0px 100px;
}

.contact-map-section {
    padding-bottom: 60px;
}

.contact-info-section,
.blog-page-section,
.news-section-two,
.shop-single-section,
.gallery-section,
.team-section,
.project-detail-section,
.services-page-section,
.sidebar-page-container,
.call-to-action-section,
.pricing-section,
.cases-section,
.testimonial-section,
.news-section,
.cart-section
{
    padding: 60px 0px 60px;
}

.filters .filter,.active{
    color: #1d80f5 !important;
}

@media (min-width:1000px) {
    .custom_about_section{
        margin-top: -110px;
        padding-top: 0 !important;
    }
}

.technology-section{
    background: #1D80F5;
}

.rtl .logout_form {
    left: 0;
    right: unset;
}

.technology-block .icon-box span{
    color: #fff;
}

.active_inner_box span, .active_inner_box h6{
    color: #1D80F5 !important;
}

.technology-block .inner-box:hover *{
    color: #1d80f5 !important;
}

.rtl .kt-portlet__head{
    direction: rtl;
}

.sticky-header .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 36px;
    line-height: 50px;
    cursor: pointer;
    color: #000000;
    display: none;
}

#final {
    display: none;
}
.formData__card{
    background: rgba(246,201,122,0.10);
    width: 100%;
    border-radius: 8px;
    padding: 22px 22px 16px;
    margin-bottom: 10px;
    margin-top: 50px;
    display: none;
}
.formData__card h3{
    font-size: 18px;
    color: #1D80F5;
}
.formData__card table{
    margin-top: 22px;
}
.tableData__head{
    color: #0F3D6F;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 8px;
    font-size:14px;

}
.tableData__value{
    color: #959EAD;
    padding-bottom: 8px;
    font-size:14px;

}
.tableData__line{
    border-left: 1px solid rgba(149,158,173,0.2);
    padding-left: 30px;
    padding-right: 30px;
}
#personal-sidebar{
    display: none;
}
#address-sidebar{
    display: none;
}
#product-sidebar{
    display: none
}
.news-section-two .sec-title{
    margin-bottom: 25px;
}

.payment_types img{
    height: 22px;
    margin: 10px;
}

.selected_dates.active_time {
    background-color: #1D80F5;
    color: #fff;
}
.rtl .modal-content,
.rtl .direction_change,
.rtl .direction_change *
{
    direction: rtl;
    text-align: right !important;
}

.rtl .direction_rtl{
    direction: rtl;
}

.rtl .modal-content .close{
    margin: -1rem auto -1rem -1rem;
}

.tab-btn:hover{
    color: #fff !important;
}

.rtl #ticket-details .content{
    text-align: right;
}

.rtl .shop-page .prod-tabs .reviews-container .rev-header h4 {
    float: right;
}

.rtl .shop-page .prod-tabs .reviews-container .rev-header .time {
    float: left;
}
.rtl .sticky-header .pull-right .mobile-nav-toggler{
    display: none;
}
.sticky-header .pull-left .mobile-nav-toggler:not(.rtl .sticky-header .mobile-nav-toggler),
.sticky-header .outer-box.clearfix:not(.rtl .sticky-header .outer-box.clearfix)
{
    display: none;
}

.subscriptions__form .checkbox {
    width: unset !important;
    height: 16px;
}

@media only screen and (max-width: 1300px){
    .main-menu:not(.rtl .main-menu) {
        width: 100%;
        display: none;
    }

    .nav-outer:not(.rtl .nav-outer) .mobile-nav-toggler {
        display: block;
        margin: 0;
        padding: 8px 0;
        margin-left: 20px;
    }
    .main-header:not(.rtl .main-header) .outer-box {
        position: absolute;
        bottom: 0;
        left: 15px;
        margin-left: 0px;
        padding: 8px 0px;
    }
    #navbarSupportedContent:not(.rtl #navbarSupportedContent) {
        display: block;
    }
    .sticky-header:not(.rtl .sticky-header) .logo {
        width: auto;
        text-align: left;
    }
    .sticky-header:not(.rtl .sticky-header) .mobile-nav-toggler {
        display: block;
        margin: 0;
        margin-left: 20px;
    }
    .sticky-header:not(.rtl .sticky-header) .nav-btn.navSidebar-button{
        display: none;
    }
    .sticky-header .pull-right:not(.rtl .sticky-header .pull-right) {
        width: 50%;
    }
    .about-section:not(.rtl .about-section) .images-column .pattern-layer{
        display: none;
    }
    .normal_category:not(.rtl .normal_category) {
        display: none !important;
    }
}

@media only screen and (max-width: 1300px){
    .main-header:not(.rtl .main-header) .nav-outer {
        width: 100%;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1100px){
    .rtl .main-menu {
        width: 100%;
        display: none;
    }

    .rtl .nav-outer .mobile-nav-toggler {
        display: block;
        margin: 0;
        padding: 8px 0;
        margin-left: 20px;
    }
    .rtl .main-header .outer-box {
        position: absolute;
        bottom: 0;
        left: 15px;
        margin-left: 0px;
        padding: 8px 0px;
    }
    .rtl #navbarSupportedContent {
        display: block;
    }
    .rtl .sticky-header .logo {
        width: auto;
        text-align: left;
    }
    .rtl .sticky-header .mobile-nav-toggler {
        display: block;
        margin: 0;
        margin-left: 20px;
    }
    .rtl .sticky-header .nav-btn.navSidebar-button{
        display: none;
    }
    .rtl .sticky-header .pull-right:not(.rtl .sticky-header .pull-right) {
        width: 50%;
    }
    .rtl .about-section .images-column .pattern-layer{
        display: none;
    }
    .rtl .normal_category {
        display: none !important;
    }
}

@media only screen and (max-width: 1100px){
    .rtl .main-header .header-upper .logo-box {
        margin: 0px;
        width: 100%;
        padding-bottom: 0px;
        text-align: center;
    }
}

.main-slider-carousel .owl-stage
{
    background-color: #1D80F5;
}

.news-detail .inner-box {
    box-shadow: none;
}
.feature-block-two .inner-box,
.technology-block .inner-box
{
    height: 100%;
}

.footer-widget.links-widget li{
    min-width: 165px;
}

.footer-widget.links-widget svg{
    min-width: 24px;
}

.product_addons{
    display: inline-flex;
    align-items: center;
    border: 1px solid #0f3d6f;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px 0 5px;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}
.product_addons label{
    font-size: 11px;
}

.rtl .product_addons input{
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}
.addon_h_s{
    display: none;
}

.addon_checkbox{
    width: unset !important;
}
.renew_addons{
    padding: 0 15px 0 15px;
}

.list-flex li:last-child {
    border: none;
}

.fake_a_p{
    transform: none !important;
}

.fs-content{
    font-size: 14px;
    color: #0f3d6f;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.appointment-section .image-column .inner-column .image img {
    width: 90%;
    border-radius: 7px;
}
