@font-face {
font-family: "Karbon";
src: url(fonts/karbon/Karbon-Bold.woff) format("woff");
font-weight: 700;
font-style: normal;
font-display: swap
}

@font-face {
font-family: "Karbon";
src: url(fonts/karbon/Karbon-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap
}

@font-face {
font-family: "Karbon";
src: url(fonts/karbon/Karbon-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}


@font-face {
  font-family: "luma";
  src: url(fonts/luma/Luma-SemiBold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "luma";
  src: url(fonts/luma/Luma-Regular.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "luma";
  src: url(fonts/luma/Luma-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

.english{
  font-family: 'karbon' !important;
  font-weight: bold;
}
.arabic{
  font-family: 'luma' !important;
}

body{
font-family: 'karbon';
direction: ltr;
letter-spacing: 0.4px;
}

h2, .h2 {
font-size: 25px;
}
a{
text-decoration: none !important;
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
  
}
.back-to-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: block;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 42%;
}
@media only screen and (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}

.back-to-top-btn {
  cursor: pointer;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  background-color: #510d75;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: #FFF;
  border-radius: 42%;
  border:1px solid #FFF;
  -webkit-transition: transform 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.main-header{
position: absolute;
z-index: 99999999999999999;
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, 0.16);
background: rgba(20, 48, 58, 0.08);
padding: 0px 20px;
}
.bg-header{
background-color: #510c76;
}
.navbar{
padding: 36px 0px;
transition: all 0.5s;
}
.navbar .navbar-nav{
padding-top: 10px;
direction: ltr;
}
header .logo{
  width: 120px;
  margin-top: -15px;
}
.navbar-brand{
margin: 0px;
}
.navbar-light .navbar-brand {
right: 0px;
position: absolute;
float: right;
}
.bg-light{
background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link{
color: #fff;
font-size: 18px;
font-weight: 400;
line-height: 24px;
text-decoration: none;
text-transform: capitalize;
font-weight: 450;
outline: none;
border:none;
}
.navbar-light .navbar-nav .nav-link:focus{
  color:#FFF;
}
.navbar-collapse{
  margin-top: 13px;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
padding-right: 2.5rem;
}
}
.navbar-light .navbar-nav .nav-item{
 padding-right: 2.5rem;
}
.navbar-light .navbar-nav .active > .nav-link {
color:#fe5000; 
/* border-bottom: solid 2px #1ccfd8; */
}
.navbar-light .navbar-nav .show > .nav-link ,.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
color:#fe5000; 
}
.navbar-light .navbar-nav .active > .nav-link::after{
content:"";
color:#fe5000; 
background-color: #fe5000;
position: relative;
width: 20px;
height: 2px;
margin-top: 10px;
display: block;
transition: all .5s ease-in-out;
opacity: 1;
}
.navbar-light .navbar-nav .nav-link:hover{
color:#fe5000;
}
.navbar-light .navbar-nav .active > .nav-link:hover::after{
width: 100%;
background-color: #fe5000;
}
.navbar-light .lang img{
width: 20px !important;
margin-right: 2px;
margin-top: -2px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:8px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
	margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	

.hero-section{
width: 100%;
height: 100%;
}
.hero-img{
max-width: 100%;
width: 100%;
height: 100vh;
object-fit: cover;
}
/* Video */
video {
max-width: 100%;
width: 100%;
height: 100vh;
object-fit: cover;
}

.hero-section .overlay-hero-section {
display: block;
position: absolute;
width: 100%;
height: 100vh;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(0deg, #510c76 0%, rgba(0, 0, 0, 0.1) 100%);
}

.hero-section .triangle-up {
position: absolute;
bottom: 14px;
right: 0;
left: 0;
margin: 0 auto;
width: 100%;
max-width: 1320px;
}
.hero-section .triangle-up .discover-more {
font-size: 18px;
font-weight: 500;
color: #4a585f;
cursor: pointer;
z-index: 1;
position: relative;
left: 95px;
transition: all ease-in-out 0.3s;
max-width: fit-content;
}
.hero-section .triangle-up .discover-more::before {
content: "";
position: absolute;
background-image: url("../img/arrow-dark-down.svg");
background-repeat: no-repeat;
background-position: left;
width: 25px;
height: 25px;
left: 39px;
top: -27px;
transition: all ease-in-out 0.3s;
transform: rotateY(0deg);
}
.hero-section .triangle-up::after {
content: "";
position: absolute;
background-image: url("../img/triangle-white-up.svg");
background-repeat: no-repeat;
background-position: left;
width: 289px;
height: 100px;
left: -2;
bottom: -16px;
}
.container-word{
position: absolute;
width: 100%;
left: 0;
right: 0;
}
.container-word h2 {
  font-size: 21px; 
  line-height: 57px;
  margin-bottom: 19px;
color: #fff;
margin-top: 5%;
}
.container-word h1{
font-size: 51px;
font-weight: bold;
line-height: 71px;
color: #fff;
}
.container-word p{
font-size: 21px;
color:#FFF;
width: 50%;
}
/* Footer Style */

footer{
background-color: #f8f8f8;
padding: 20px 0px 10px;
}
footer .contact-page{
  padding: 0px !important;
  margin-bottom: 20px !important;
}
footer .container{
padding: 30px 0px 10px;
}
footer .logo{
width: 190px;
text-align: center;
}
footer p{
color:#617798;
margin-top: 30px;
text-align: left;
line-height: 26px;
}
footer .footer-logo{
  text-align: right;
}
footer .title-h2 , footer .title{
color: #fe5000;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 15px;
}

footer ul, footer .list-1 {
list-style: none;
padding: 0px;
margin: 0px;
}
footer ul li , footer .list-1 li{
margin-bottom: 20px;
}
footer ul li a{
padding: 0;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px;
margin-bottom: 15px;
transition: all ease-in-out 0.3s;
text-decoration: none;
position: relative;
padding-left: 0px;
color: #000;
}
footer ul li a:hover{
color:#fe5000;
}
footer .list-1 li a{
padding: 0;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px;
width: max-content;
color: #e0e721;
margin-bottom: 15px;
transition: all ease-in-out 0.3s;
text-decoration: none;
position: relative;
padding-left: 15px;
}

footer .list-1 li a::after{
content : "";
background-color: #e0e721;
width: 10px;
height: 10px;
position: absolute;
top: 1px;
left: 0;
right: 0;
bottom: 0;
transition: all .5s ease-in-out;
}
footer .list-1 li a:hover{
color: #000 !important;
padding-left: 25px !important;
}
footer .list-1 li a:hover::after{
border-radius: 5px;
background-color: #000;
}

/* Services */
.services{
position: relative;
padding: 40px 0px 0px;
}
.services .more-link a{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.services .more-link{
margin-top: 50px;
margin-bottom: 45px;
}
.services h2 {
text-align: center;
font-size: 36px;
line-height: 42px;
}
.services p {
text-align: center;
font-size: 20px;
line-height: 26px;
margin-bottom: 60px;
}
.services .box .financial-services-title{
position: absolute;
z-index: 9;
font-size: 30px;
bottom: 40px;
left: 65px;
color: white;
text-decoration: none;
font-weight: 500;
width: 220px;
line-height: normal;
transition: all ease-in-out 0.4s;
line-height: 34px;
}

.services .box {
position: relative;
overflow: hidden;
width:100%;
transition: all ease-in-out 0.4s;
border-radius: 32px;
margin-bottom: 24px
}

.services .box:hover .financial-services-title {
bottom: 110px
}

.services .box:hover .financial-services-title {
bottom: 110px
}

.services .box:hover .content-box {
opacity: 1
}

.services .box:hover::before {
scale: 8
}

.services .box .link-all::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 10
}

.services .box .field--name-field-media img {
border-radius: 32px
}

.services .box .content-box {
position: absolute;
opacity: 0;
z-index: 99;
bottom: 45px;
left: 65px;
transition: opacity 0.3s;
transition: 0.3s;
}

.services .box .content-box .field--name-field-flip-image-for-arabic {
visibility: hidden
}

.services .box .content-box .field--name-field-description {
color: #fff;
margin: 10px 0;
font-size: 16px
}

.services .box .content-box .field--name-field-cta {
padding: 3px 0
}
.services .box img{
width: 100%;
object-fit: cover;
height: 300px;
}

.services .box .content-box .field--name-field-cta a {
position: relative;
transition: all ease-in-out 0.4s;
border: 1px solid #fff;
border-radius: 48px;
padding: 14px 50px 12px 15px;
color: #fff;
text-decoration: none;
font-weight: bold;
background-image: url("../img/arrow-right-bold.svg");
background-repeat: no-repeat;
background-position: 92% center;
background-size: 20px;
}

.services .box .content-box .field--name-field-cta a::before {
/*
  content: "";
position: absolute;
background-image: url("../img/arrow-right-bold.svg");
background-repeat: no-repeat;
background-position: right;
transition: all ease-in-out 0.4s;
width: 20px;
height: 25px;
right: 15px;
top:8px;
*/
}

.services .box .content-box .field--name-field-cta a:hover {
border:1px solid #fe5000;
background-color: #fe5000;
color: #FFF;
}

.services .box .content-box .field--name-field-cta a:hover::before {
}

.services .box::before {
transition: all ease-in-out 0.3s;
content: url("../img/financial-services.svg");
position: absolute;
z-index: 1;
bottom: -15px;
scale: 1.1;
border-radius: 32px;
 }
 
 @media (max-width: 767px) {
  .services .box .financial-services-title {
    font-size:24px;
    left: 20px !important
  }
  .services .box .content-box {
  left:20px !important
  }
 .services .box::before {
 left:-45px;
 scale: 1.2
 }
 .services .box::before {
 background-size: contain;
 }
 }
 
 .services .box:hover .financial-services-title {
 bottom: 110px
 }
 
 
 .services .box:hover .content-box {
 opacity: 1
 }
 
 .services .box:hover::before {
 scale: 8
 }

.ads{
width: 100%;
margin-top: 0px;
}
.ads .owl-carousel .owl-item img
{
/* height: 490px; */
object-fit: cover;
background-color: #FFF;
}
.ads .owl-dots{
position: relative;
width: 36px;
left: 179px;
height: 50px;
top: -62px;
}
.ads .owl-dots .active{
width: 35px;
height: 40px;
}
.ads .owl-carousel button.owl-dot {
padding-left: 0px;
left: 186px !important;
}

.ads .owl-carousel .owl-dot span{
display: none;
}
.ads .owl-carousel .owl-dot.active span{
display: block;
width: 36px;
line-height: 47px;
font-size: 22px;
color:#510c76;
font-family: 'karbon';
}

.ads .owl-carousel .owl-dot:nth-child(1) span::after{
content: "1";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.ads .owl-carousel .owl-dot:nth-child(2) span::after{
content: "2";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.ads .owl-carousel .owl-dot:nth-child(3) span::after{
content: "3";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.ads .owl-carousel .owl-dot:nth-child(4) span::after{
content: "4";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.ads .owl-carousel .owl-dot:nth-child(5) span::after{
  content: "5";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.ads .owl-carousel .owl-dot:nth-child(6) span::after{
  content: "6";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.ads .owl-carousel .owl-dot:nth-child(7) span::after{
  content: "7";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.ads .owl-carousel .owl-dot:nth-child(8) span::after{
  content: "8";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.ads .owl-carousel .owl-dot:nth-child(9) span::after{
  content: "9";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
@media screen and (min-width: 992px) {
.ads .owl-carousel button.owl-dot {
list-style:none;
/*position: absolute; */
bottom: 0;
display: flex;
left: 155px;
z-index: 9;
font-size: 25px
}

.ads .owl-carousel button.owl-dot li {
display: none
}

.ads .owl-carousel button.owl-dot li button {
background: unset;
border: unset;
color: #510c76;
}

.ads .owl-carousel button.owl-dot li.slick-active {
display: block
}
}

@media screen and (max-width: 991px) {
.ads .owl-carousel button.owl-dot {
display:flex !important;
justify-content: center;
margin: 0;
padding: 1rem 0;
list-style-type: none
}

.ads .owl-carousel button.owl-dot li {
margin: 0 0.25rem
}

.ads .owl-carousel button.owl-dot button {
display: block;
width: 12px;
height: 6px;
padding: 0;
border: none;
border-radius: 15px;
background-color: #81939c;
text-indent: -9999px
}

.ads .owl-carousel button.owl-dot li.slick-active button {
background-color: #e0e721;
width: 35px
}
}
.ads .owl-nav {
width: 96%;
position: relative;
}
.ads .owl-nav::before {
content: "";
position: absolute;
background-image: url("../img/triangle-white-up.svg");
background-repeat: no-repeat;
background-position: right;
width: 289px;
height: 100px;
left: 55px;
bottom: -10px;
}

.ads .owl-nav .owl-prev {
position: absolute;
left: 150px;
bottom: 6px;
background: unset;
border: unset;
display: inline-flex;
text-indent: -999999px;
}
.ads .owl-nav .owl-prev::before {
content: "";
background-image: url("../img/arrow-slick-left.svg");
height: 62px;
width: 62px;
display: block;
background-color: transparent;
background-repeat: no-repeat;
}

.ads .owl-nav .owl-next {
position: absolute;
background: unset;
border: unset;
left: 190px;
bottom: 5px;
display: inline-flex;
text-indent: -999999px;
}

.ads .owl-nav .owl-next::before {
content: "";
background-image: url("../img/arrow-slick-right.svg");
height: 62px;
width: 62px;
display: block;
background-color: transparent;
background-repeat: no-repeat;
}
/*articles*/

.articles{
position: relative;
padding: 25px 0px 60px;
}
.articles time{
color: #8c5ba5;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px;
margin-bottom: 5px;
}
.articles h2{
text-align: center;
font-size: 36px;
line-height: 42px;
margin-bottom: 50px;
font-weight: bold;
}
.articles .content h3{
color: #14303A;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px;
text-align: justify;
margin-top: 15px;
min-height: 58px;
}
.articles .content p{
text-align: justify;
color: #4a585f;
font-size: 18px;
font-weight: 400;
line-height: 28px;
}
.articles .content p::after {
display: block;
content: url("../img/creat_down_small.svg");
margin-top: 20px;
}
.articles .content a {
color: #510c76;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 32px;
transition: all 0.5s;
margin-bottom: 40px;
display: block;
}
.articles .content a:hover{
color:#fe5000;
}
.articles .content a::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.articles .content {
padding-top: 10px;
}

.articles .item{
display: block;
align-items: center;
margin-bottom: 30px;
}
.articles .item .content{
}
.articles .item .img-content{
flex-basis: 60%;
margin-bottom: 20px;
}
.articles .item.content{
flex-basis: 40%;
}
.articles .item img {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 5px;
}

.articles .item .content a::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.articles .more-link {
  margin-bottom: 30px !important;
}

.register-lnk{
  text-align: center;
display: block;
margin: auto;
padding: 40px;
margin-top: -100px;
}
.register-lnk span {
  position: relative;
  padding: 16px 30px 12px 30px;
  background-color: #fe5000; 
  border-radius: 48px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  transition: 0.5s;
  border-radius: 26px;
  display: inline;
  margin-top: -105px;
}
.register-lnk span:hover {
  color:#FFF;
  background-color: #510d75;
}

.more-link{
text-align: center;
display: block;
margin: auto;
}
.more-link a {
position: relative;
padding: 17px 50px 12px 38px;
background-color: #fe5000; 
border-radius: 48px;
color: #FFF;
text-decoration: none;
font-weight: bold;
transition: 0.5s;
border-radius: 26px;
margin-top: 20px;
margin-top: 27px;
display: block;
text-align: center;
}

.more-link a::before {
content: "";
position: absolute;
background-image: url("../img/arrow-right-bold.svg");
background-repeat: no-repeat;
background-position: right;
width: 20px;
height: 21px;
right: 22px;
top:16px;
}

.more-link a:hover {
color:#FFF;
background-color: #510c76;
}
/* section Apps*/
.apps{
margin-top: 130px;
margin-bottom: 0px;
padding-bottom: 50px;
}
.apps .box {
/* display: flex;*/
position: relative;
align-items: center;
justify-content: space-evenly;
}
.apps .comming-soon{
  color: #fe5000;
  font-size: 29px;
  font-weight: 500;
  padding: 0px;
}
.apps .logo-jamel{
  text-align: left !important;
  margin-bottom: 10px;
}
.apps .field--download p{
padding-bottom: 0px;
margin-bottom: 0px;
font-size: 19px; 
line-height: 35px;
margin-bottom: 15px;
color:#000;
}
.field--download strong{
color:#510c76;
font-size: 23px;
margin-bottom: 0px;
}
.field--download h3{
color:#000;
font-weight: normal;
font-size: 15px;
margin-bottom: 2px;
margin-top: 30px;
}
.apps.field--download .small{
  color: #807f83;
  text-align: justify;
  font-size: 19px;
  line-height: 26px;
  margin-top: 15px;
}
.apps video{
width: 100%;
margin-top: 50px;
border:1px solid #885ab8;
background-color: #FFF;
padding: 10px;
border-radius: 25px;
height: auto !important;
}
.apps .col-md-7 , .apps .col-lg-7{
text-align: right;
}
.apps video:hover{
border:1px solid #fe5000;
}
.owl-slider{
margin-top: -100px;
margin-bottom: -45px;
}
.owl-slider img{
border-radius: 20px;
border: 2px solid #a8a8a8;
padding: 10px;
}
.apps-background{
  background-color: #f8f8f8;
  }
@media screen and (max-width: 1024px) {
  .apps .box {
    flex-direction:column-reverse;
    margin: 0;
  }
}

.apps .box.business::before {
content: url("../img//business-download-app-bg.svg");
position: absolute;
right: 0;
bottom: -9px;
border-radius: 24px
}

.apps .box.business .content-box {
color: #1d1d1d
}

@media screen and (max-width: 1024px) {
.apps .box.business .content-box {
color:white
}
}
.apps .qr-code {
margin-top: 20px;
}
.apps .qr-code img {
width: 100% !important;
margin-right: 15px;
}


.apps .content-box {
color: white;
margin-bottom: 15px;
}

.apps .content-box .download-our-app {
display: none
}


.apps .content-box .field--name-field-category {
visibility: hidden;
position: relative
}

.apps .media-section {
margin-top: -94px;
position: relative
}

@media screen and (max-width: 1024px) {
.apps .content-box {
position:relative;
z-index: 9;
color: white;
padding: 25px 25px 25px 25px;
text-align: center
}
.apps .content-box .download-our-app {
display:block;
width: 75%;
margin: 0 auto;
padding: 10px 25px;
color: #510c76;
background-color: #fff;
border: 1px solid #fff;
border-radius: 24px;
text-decoration: none;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-align: center;
border-radius: 48px;
position: absolute;
left: 0;
right: 0
}
.apps .content-box p {
text-align:center
}
.apps .media-section {
margin:0 auto
}

.apps .media-section img {
margin-top: -94px
}
}

.owl-slider .owl-nav button{
margin-top: 20px;
}
.owl-slider.owl-nav button.owl-prev span{
border:1px solid #FFF;
background-color: #510c76;
padding: 7px 20px;
color: #FFF;
font-size: 32px;
border-radius: 20px;
}
.owl-slider .owl-nav button.owl-next span{
border:1px solid #FFF;
background-color: #510c76;
padding: 7px 20px;
color: #FFF;
font-size: 32px;
border-radius: 20px;
}

.subscribe{
 /* background-image: url("../img/bg-element.png"); */
background-attachment:fixed;
background-repeat: no-repeat;
background-size: 125%;
background-position: top center;
background-color: #510c76;
position: relative;
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.subscribe::before {
content: url("../img/triangle-white.svg");
position: absolute;
bottom: -92px;
left: 85px;
position: absolute;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
.subscribe::before {
top: -2px !important;
}
}


@media screen and (min-width: 768px) and (max-width:1024px) {
.subscribe::before {
right:50px !important
}
}

@media screen and (min-width: 1200px) and (max-width:1400px) {
.subscribe::before {
top:-2px !important
}
}

@media only screen and (min-width: 280px) and (max-width:767px) {
.subscribe::before {
content:url("img/Vector.svg") !important;
top: -83px !important;
right: 50px !important
}
}

.p-desc{
  text-align: center;
}
.subscribe .email-box{
display: flex;
align-items: center;
flex-direction: column;
border-radius: 24px;
background: linear-gradient(149deg, rgba(255, 255, 255, 0.24) 4.89%, rgba(178, 57, 235, 0.07) 99.46%);
padding: 40px 100px;

}

.subscribe .p-desc{
color: #fff;
text-align: center;
font-size: 16px;
line-height: 28px;
font-weight: 400;
}

.subscribe .form-control {
display: block;
width: 100%;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
appearance: none;
background-clip: padding-box;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
background-color: transparent;
border: none;
border-bottom: 1px solid;
border-radius: unset;
padding: 0;
border: 1px solid #FFF;
border-radius: 20px;
padding: 10px 20px 6px;
margin: 0px 0 20px;
color: #fff;
max-width: 400px;
}
.subscribe textarea{
min-height: 140px !important;
}
.subscribe .form-control::placeholder{
color:#FFF;
}

.subscribe .btn-submit{
text-decoration: none;
font-weight: 700;
width: auto;
border-radius: 48px;
background: #510c76;
color: #FFF;
font-size: 16px;
border: none;
padding: 15px 30px 10px 30px;
text-align: center;
transition: all 0.3s ease-in-out;
}
.subscribe .btn-submit::after {
content: url("../img/arrow-right-bold.svg");
position: absolute;
top: 25%;
right: 16px;
bottom: 0;
}
.privry{
margin: auto;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
}
.privry label{
font-size: 16px !important;
color: #510c76 !important;
width: 65% !important;
text-align: start;
font-weight: 400;
text-align: justify;
}

.privry label a {
color: #fe5000;
font-weight: bold;
text-decoration: underline !important;
}
.form-check-input {
flex-shrink: 0;
width: 1em;
height: 1em;
margin-top: .25em;
vertical-align: top;
appearance: none;
background-color: #FFF;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid #dee2e6;
border-radius: 4px;
}

.footer-copyright{
margin-top: 15px;
padding: 25px 0;
align-items: center;
border-top: 1px solid #b0b0b2;
border-bottom: 1px solid #b0b0b2;
}
footer .col-md-5{
  text-align: right;
  padding-right: 0px;
}
.footer-copyright .col-md-4 , footer .col-md-2, footer .col-md-4 , footer .col-md-12{
padding: 0px;
}
.footer-copyright .col-md-4:last-child{
  text-align: right;
}
footer .footer-down p{
text-align: center;
}
footer .social-icons{
display: block;
text-align: center;
}
footer .social-icons li{
display: inline-block;
margin-bottom: 0px;
}
footer .social-icons a {
padding: 15px 12px !important;
transition: all ease-in-out 0.4s;
border-radius: 10px;
border: 1px solid #e3e3e3;
}

footer .social-icons a img {
width: 20px !important;
height: 20px !important;
}
footer .social-icons a:hover {
background: #ebe7ee
}
.footer-copyright p{
margin-top: 10px;
}
footer .mail{
color: #4a585f;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin: 5px 0px 10px;
padding: 0px;
display: inline-block;
}
footer .mail:nth-child(2){
padding-left: 10px;
padding-right: 10px;
}
footer .mail a{
color: #4a585f;
font-size: 13px;
}
footer .mail img{
width: 25px;
height: 25px;
}

footer .middel{
/*
border-right: 1px solid #b0b0b2;
border-left: 1px solid #b0b0b2;
*/
}
.download-app{
display: block;
}
.first-app{
display: inline-block;
font-size: 12px;
font-weight: bold;
width: 49%;
}
.first-app img{
border:1px solid #5b5b5b;
padding: 2px;
border-radius: 5px;
width: 100% !important;
}
.first-app:first-child img{
border:1px solid #5b5b5b;
padding: 2px;
border-radius: 5px;
}
.first-app p{
color: #14303A;
font-size: 14px;
font-weight: 500;
line-height: normal;
margin: 0 15px;
font-weight: bold;
}
.first-app:nth-child(2) p{
text-align: right;
margin: 0px;
}
/*Pages */
.about-1{
padding: 220px 0px 50px;
}
.about-1 .ico{
width: 90%;
display: block;
margin: auto;
}
.about-1  .img-banner-service{
  width: 80%;
  margin-top: 30px;
  margin-bottom: 40px;
}
.about-1 h2{
color: #510c76;
font-size: 35px;
font-weight: 600;
line-height: 53.636px;
margin-top: 0px;
margin-bottom: 0px;
width: 90%;
margin: auto;
}
.about-1 p{
color: #1d1d1d;
font-size: 18px;
font-weight: 500;
width: 90%;
margin: auto;
text-align: left;
margin-bottom: 13px;
direction: ltr;
}
.about-1 img{
width: 100%;
  /*
  object-fit: cover;
  height: auto;
  */

  object-fit: contain;
  height: 400px;
}
.about-services{
position: relative;
padding: 60px 0px 40px;
background-color: #f8f8f8;
 /* background-image: url("../img/bg-element.png"); */
background-attachment:fixed;
background-repeat: no-repeat;
background-size: cover;
}
.tp-about-4-thumb-1 img, .tp-about-4-thumb-2 img, .tp-about-4-thumb-3 img, .tp-about-4-thumb-4 img {
max-width: 100%;
border-radius: 30px;
}
.tp-about-4-thumb-1 img{
  background-color: #FFF !important;
}


.owl-services .owl-dots{
position: relative;
width: 36px;
left: 179px;
height: 50px;
top: 52px;
}
.owl-services .owl-dots .active{
width: 35px;
height: 40px;
}
.owl-servicesbutton.owl-dot {
padding-left: 0px;
left: 186px !important;
}

.owl-services.owl-dot span{
display: none;
}
.owl-services.owl-dot.active span{
display: block;
width: 36px;
line-height: 47px;
font-size: 22px;
color:#510c76;
font-family: 'karbon';
}

.owl-services.owl-dot:nth-child(1) span::after{
content: "1";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.owl-services.owl-dot:nth-child(2) span::after{
content: "2";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
.owl-services.owl-dot:nth-child(3) span::after{
content: "3";
position: relative;
width: 100px;
height: 100px;
color:#510c76;
}
@media screen and (min-width: 992px) {
.owl-servicesbutton.owl-dot {
list-style:none;
/*position: absolute; */
bottom: 0;
display: flex;
left: 155px;
z-index: 9;
font-size: 25px
}

.owl-servicesbutton.owl-dot li {
display: none
}

.owl-servicesbutton.owl-dot li button {
background: unset;
border: unset;
color: #e0e721
}

.owl-servicesbutton.owl-dot li.slick-active {
display: block
}
}

@media screen and (max-width: 991px) {
.owl-servicesbutton.owl-dot {
display:flex !important;
justify-content: center;
margin: 0;
padding: 1rem 0;
list-style-type: none;
}

.owl-servicesbutton.owl-dot li {
margin: 0 0.25rem
}

.owl-servicesbutton.owl-dot button {
display: block;
width: 12px;
height: 6px;
padding: 0;
border: none;
border-radius: 15px;
background-color: #81939c;
text-indent: -9999px;
}

.owl-servicesbutton.owl-dot li.slick-active button {
background-color: #e0e721;
width: 35px
}

}
.owl-services .owl-nav {
width: 96%;
position: relative;
}
.owl-services .owl-nav::before {
content: "";
position: absolute;
background-image: url("../img/triangle-white-up.svg");
background-repeat: no-repeat;
background-position: right;
width: 289px;
height: 100px;
left: 55px;
bottom: -105px;
}

.owl-services .owl-nav .owl-prev {
position: absolute;
left: 150px;
bottom: -106px;
background: unset;
border: unset;
display: inline-flex;
text-indent: -999999px;
}
.owl-services .owl-nav .owl-prev::before {
content: "";
background-image: url("../img/arrow-slick-left.svg");
height: 62px;
width: 62px;
display: block;
background-color: transparent;
background-repeat: no-repeat;
}

.owl-services .owl-nav .owl-next {
position: absolute;
background: unset;
border: unset;
left: 190px;
bottom: -106px;
display: inline-flex;
text-indent: -999999px;
}

.owl-services .owl-nav .owl-next::before {
content: "";
background-image: url("../img/arrow-slick-right.svg");
height: 62px;
width: 62px;
display: block;
background-color: transparent;
background-repeat: no-repeat;
}

.banks {
padding: 50px 0px;
background-color: #510c76;
margin-bottom: -128px;
position: relative;
}
.banks::before {
/* content: url("../img/triangle-white.svg"); */
position: absolute;
top: -1px;
left: 85px;
}

.banks h2{
color: #FFF;
text-align: center;
font-size: 36px;
line-height: 42px;
}
.banks p{
color: #fcfcfc;
text-align: center;
font-size: 20px;
line-height: 26px;
margin-bottom: 30px;
}
.payment{
  background-color: transparent !important;
  margin-top: -70px !important;
}
.payment h2{
  color: #510c76 !important;
}
.payment p{
  color: #212529 !important;
}
.payment .owl-item img{
  border: 1px solid #500d74;
}
.goals{
padding: 0px;
margin: 100px 0px;
}
.goals .container
{
position: relative;
overflow-x: hidden;
}
.goals h2{
color: #510c76;
font-size: 35px;
line-height: 53.636px;
text-align: center;
}
.goals .col-md-4{
  align-content: center;
}
.goals .row{
margin-top: 60px;
margin-bottom: 60px;
}
.goals .ico{
width: 50px;
display: none;
margin: auto;
}
.goals h1{
text-align: center;
}
.goals p{
text-align: center;
margin-bottom: 0px;
}
.goals .image{
width: 100%;
margin: auto;
height: 100%;
object-fit: cover;
border-radius: 20px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
outline: none;
}
.dropdown-toggle::after{
  outline: none;
  -webkit-outline:none;
  border:none !important
}
.navbar-nav .dropdown-menu {
  outline: none;
	text-decoration: none;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
transition: all 1s;
-webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.5);
margin-top: -6px;
min-width: 200px;
border:none !important;
}
.navbar-nav .dropdown-menu a:focus , .navbar-nav .dropdown-menu a:hover{
  outline: none !important;
  border:none !important;
  -webkit-outline:none !important;
  -moz-outline:none !important;
  box-shadow: none !important;
}
:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
:focus,
.focus-visible:focus:not(:focus-visible) {
  outline: 0;
  box-shadow:none;
}
.navbar-nav .dropdown-item{
direction: ltr;
font-size: 16px;
padding: 0.7rem 2rem 0.5rem 1.4rem;
font-weight: 500;
}
.submenu {
  margin-top: 0px;
}
.submenu a::before{
  background-image: none !important;
}

.submenu li a{
  text-wrap: wrap;
}
.navbar-nav .dropdown-item .dropdown-menu li a .dropdown-item{
  text-wrap: wrap;
}
.navbar-nav .dropdown-menu a::before{
content: "";
background-image: url("../img/arrow-dark-down.svg");
background-position: center;
background-repeat: no-repeat;
background-size: 13px;
position: absolute;
width: 15px;
height: 15px;
right: 15px;
transition: all ease-in-out 0.3s;
transform: rotate(270deg);
top: 13px;
}
.submenu a::before{
  background-image: none !important;
}
.navbar-nav .dropdown-menu a:hover::before{
background-image: url("../img/arrow-white.svg");
}
.navbar-nav .dropdown-menu li{
border-top:1px solid #F0F0F0;
}
.navbar-nav .dropdown-menu li:first-child{
border-top:1px solid #FFF;
}
.navbar-nav .dropdown-item:hover{
transition: all 0.5s;
background-color: #fe5000;
color:#FFF;
}

.navbar-light .navbar-toggler{
border:none;
outline: none;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-nav .nav-link {
color: #fff;
}
.dropdown-menu {
animation: 0.7s slideup;
}
@keyframes slideup {
from {
transform: translateY(15%);
}
to {
transform: translateY(0);
}
}
.owl-about{
  margin-top: 20px;
  margin-bottom: -60px;
}
.owl-about .owl-item::before{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--thim-bg-image-overlay-color, rgba(0, 0, 0, 0.6));
transition: all .5s ease-in-out;
opacity:0
}
.owl-about .owl-item{
cursor: pointer;
}
.owl-about .owl-item::after{
content: "";
background-image: url("../img/logo-white.svg");
background-position: center;
background-size: 150px;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;

transition: all .5s ease-in-out;
opacity:0;
}
.owl-about .owl-item:hover::before{
opacity: 1;
}
.owl-about .owl-item:hover::after{
opacity:1;
}
.owl-about .owl-item img{
width: 100%;
height: 290px;
border-radius: 0px;
object-fit: cover;
/*
border: 1px solid #e0e721;
padding: 4px;
*/
}



.shape17 {
position: absolute;
z-index: -1;
top: 0px;
right: 20px;
text-align: center;
}
.shape17 img {
animation: moveleftbounce 4s linear infinite;
}

.shape18 {
position: absolute;
z-index: -1;
top: 20px;
left: 50px;
right: auto;
text-align: center;
}
.shape18 img {
animation-name: rotateme;
animation-duration: 100s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.shape19 {
position: absolute;
right: 100px;
top: 40%;
z-index: -2 !important;
}
.shape19 img {
animation: movescale 4s linear infinite;
}
.shape20 {
position: absolute;
z-index: -1;
left: 7%;
top: 57%;
}
.shape20 img {
animation: movescale 4s linear infinite;
}

.shape21 {
position: absolute;
z-index: -1;
left: 11%;
bottom: 15%;
}
.shape21 img {
animation: movebounce 5s linear infinite;
}

.shape22 {
position: absolute;
z-index: -1;
left: 55%;
bottom: 20px;
}
.shape22 img {
animation-name: rotateme;
animation-duration: 50s;
animation-iteration-count: infinite;
animation-timing-function: linear;
width: 50%;
}
.shape23 {
position: absolute;
z-index: -1;
right: 5%;
bottom: 5%;
}

.shape23 img {
animation-name: rotateme;
animation-duration: 100s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes movebounce {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(20px);
}
100% {
transform: translateY(0px);
}
}
@keyframes moveleftbounce {
0% {
transform: translateX(0px);
}
50% {
transform: translateX(20px);
}
100% {
transform: translateX(0px);
}
}
@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes movescale {
0% {
transform: scale(0.9);
}
50% {
transform: scale(0.8);
}
100% {
transform: scale(0.9);
}
}


/*Side Bar Search */
/* The side navigation menu */
.sidenav {
height: 0; /* 100% Full-height */
width: 100%; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
background-color: #FFF; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
padding: 0px;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
z-index: 99999999;
border-bottom: 1px solid #510c76;
}

/* The navigation menu links */
.sidenav a {
  /*
padding: 8px 8px 8px 8px; */
text-decoration: none;
font-size: 25px;
color: #FFF;
display: block;
transition: 0.3s;
text-align: center;
width: 30px;
display: block;
height: 60px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 44%;
right: 35px;
font-size: 36px;
margin-right: 50px;
height: 50px;
width: 50px;
border-radius: 45%;
line-height: 43px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transition: all 0.3s linear;
}
.sidenav .closebtn img{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.3s linear;
}
.sidenav .closebtn:hover img{
  transition: all 0.3s linear;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 0px;}
.sidenav a {font-size: 18px;}
}
.search{
margin-top: 20px;
}
.search .txt-search {
display: inline-block;
background: transparent;
border: 0;
outline: none;
border-bottom: none;
color: black;
font-size: 20px;
padding: 20px 20px 5px 20px;
width: 85%;
position: relative;
border: none;
margin: 0 auto;
border-radius: 0px;
margin-top: 32px;
transition: 0.7s linear;
border-left: 2px solid #510c76;
}
.search .form-submit {
background-image: url("../img/search-purple.svg");
background-repeat: no-repeat;
background-size: 25px;
background-position: center;

height: 40px;
width: 50px;
background-color: rgba(245,245,245,0);
border: none;
margin-top: -10px
}

/* NEWS */
.news-first{
position: relative;
padding-top: 10px;
}
.news-first .item .img-content{
display: block;
width: 100%;
}
.news-first .content{
width: 100%;
}

.news-first .content h3{
color: #14303A;
font-size: 34px;
font-style: normal;
font-weight: 700;
line-height: 40px;
text-align: justify;
margin-bottom: 10px;
}
.news-first .item .content p{
text-align: justify;
color: #4a585f;
font-size: 25px;
font-weight: 400;
line-height: 30px;
}
.news-first .item .content p::after {
display: block;
content: url("../img/creat_down_small.svg");
margin-top: 20px;
}
.news-first .item .content a {
color: #510c76;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 32px;
transition: all 0.5s;
}
.news-first .item .content a:hover{
color:#fe5000;
}
.news-first time{
color: #8c5ba5;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px;
margin-bottom: 15px;
}

.column-hover div {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0;
}
.column-hover div:first-child {
	margin-left: 0;
}

figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
cursor: pointer;
}
figure img{
width: 100%;
	height: 100%;
object-fit: cover;
}


/* Shine */
.hover14 figure {
	position: relative;
z-index: 0;
display: block;
}

.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.works{
padding-top: 160px;
}
.works .content{
position: relative;
display: block;
background: #ffffff;
padding: 44px 30px 50px;
border: 1px solid #d9e3e4;
border-top: none;
transition: all 0.3s ease-in-out 0.1s;
z-index: 1;
margin-bottom: 20px;
border-radius: 0px 0px 15px 15px;
}
.works .content::before {
transition: all ease-in-out 0.3s;
content: "";
background-image: url("../img/financial-services.svg");
position: absolute;
z-index: 1;
bottom: -15px;
scale: 1.1;
border-radius: 32px;
width: 40px;
height: 40px;
}
.works .content h3{
color:#510c76;
transition: all 0.3s ease-in-out 0.1s;
font-size: 20px;
  font-weight: bold;
}

.works .content:hover {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.works .content:hover h3{
color:#fe5000;
}
.works .content a{
display: block;
border-bottom:0px solid #fe5000;
display: inline-block;
}
.works .content a::after {
content: url("../img/arrow-right-bold-blue.svg");
margin-left: 5px;
margin-bottom: -15px;
display: inline-block;
opacity: 0;
transition: all .5s ease-in-out;
}
.works .content .para{
/* text-align: justify; */
font-size: 18px;
min-height: 100px;
}
.works .content a{
border-bottom:1px solid #fe5000;
text-transform: capitalize;
font-weight: 500;
margin-top: 20px;
}

.works .content a:hover::after{
opacity: 1;
margin-left: 20px;
}



/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*........ New Reem .......*/
.offers{
padding-top: 120px;
text-align: center;
font-size: 36px;
line-height: 42px;
}
.offer-head{
color:#fe5000;
font-size: 32px;
margin-bottom: 20px;
}
.offers h2{
text-align: center;
font-size: 36px;
line-height: 42px;
margin-bottom: 40px;
}
.ul-services{
padding: 0px;
margin: 0px;
list-style: none;
}
.ul-services li , .nav-pills .nav-link{
background-color: #F8f8f8;
padding: 5px 20px;
border:none;
border-bottom: 1px solid #e5eaec; 
list-style: none;
text-align: left;
padding: 0px auto;
}

.ul-services li .item{
display: block;
width: 100%;

}
.ul-services li .item h4 , .nav-pills .nav-link h4{
font-size: 18px;
padding-top: 13px;
}

.ul-services li .item svg , .nav-pills .nav-link svg,
.ul-services li .item img , .nav-pills .nav-link img{
stroke:#fe5000;
fill:#fe5000;
width: 50px;
height: 50px;
float: right;
border: 1px solid #510c76;
padding: 10px;
border-radius: 18px;
}

.nav-pills .nav-link.active svg , .nav-pills .nav-link.active img{
stroke:#FFF;
fill:#FFF;
}

.ul-services li .item:hover svg , .nav-pills .nav-link:hover svg,
.ul-services li .item:hover img , .nav-pills .nav-link:hover img{
-webkit-animation: icon-bounce 0.8s ease-out infinite;
animation: icon-bounce 0.8s ease-out infinite;
background-color: #510c76;
fill: #FFF;
stroke: #FFF;
background: -webkit-gradient(linear, left top, right top, from(#510c76), color-stop(50%, #7a12b2), to(#510c76));
background: linear-gradient(90deg, #510c76 0%, #7a12b2 50%, #510c76);
background-size: 200%, 1px;
-webkit-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
background-position: 120%;
}
#v-pills-tab{
  margin-bottom: 50px;
}

@keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
transform: translateY(0);
}

40% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}

60% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
.setting{
  margin-bottom: 50px;
}
.setting h1{
  margin-top: 40px;
  font-size: 28px;
  color: #3c1053;
}
.setting p{
  color: #3c1053;
  font-size:16px;
}
.table-schedule{
  width: 100%;
  margin-bottom: 50px;
}
.table-schedule tr:first-child{
    background-color: #fe5000;
    padding: 20px 10px;
    color:#FFF;
    text-align: center;
    font-weight: 500;
}
.table-schedule td p{
  padding: 0px;
  margin: 0px;
}
.table-schedule td:nth-child(1){
    background-color: #F8f8f8;
    padding: 15px 10px 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
    color:#000;
    border: 1px solid #eaeaea;
}
.table-schedule td{
  border:1px solid #F8f8f8;
  padding: 15px 10px 10px;
}

.table-offer{
text-align: center;
width: 100%;
}
.table-offer th{
background-color: #fe5000;
padding: 20px 10px;
color:#FFF;
text-align: center;
font-weight: 500;
}
.table-offer td:nth-child(1){
background-color: #F8f8f8;
padding: 10px;
text-align: center;
align-content: center;
font-weight: 500;
}
.table-offer td{
border:1px solid #F8f8f8;
}


.projects-content .item-offer {
position: relative;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px; 
border-right:10px solid #FFF;
}
.projects-content .item-offer figure {
overflow: hidden; }
.projects-content .item-offer figure img {
max-width: none;
width: -webkit-calc(100%);
width: calc(100%);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0); 
}
.projects-content .item-offer:hover figure img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.projects-content .item-offer .info {
width: 100%;
text-align: center;
padding: 0 25px;
color: #f2f2f2;
opacity: 0;
z-index: 5;
transition: all 300ms ease;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
-ms-transition: all 300ms ease;
position: absolute;
bottom: 30px;
}
.projects-content .item-offer .info .desc {
  color:#FFF !important;
  background-color: #7a12b2;
  border-radius: 15px;
  border: 1px solid #fe5000;
  padding: 10px;
  margin-top: 25px;
  font-weight: 400;
  width: 100%;
  transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
  /*
  position: absolute;
  bottom: 10px;
  */
  z-index: 1;
}
.projects-content .item-offer .info .desc:hover{
  background-color: #fe5000;
}
.projects-content .item .info .desc a {
color: #ccc; }
.projects-content .item-offer:hover .info {
opacity: 1; }
.projects-content .item-offer:hover figure:after {
opacity: 1; }
.projects-content .item-offer:hover figure .overlay {
opacity: 1; }
.projects-content .filter-projects {
margin-bottom: 50px;
border-bottom: none; }
.projects-content .filter-projects li span {
color: #666;
margin: 8px 17px;
padding: 0;
padding-bottom: 5px;
border: none;
background: transparent;
outline: none;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
font-size: 16px;
text-transform: uppercase;
cursor: pointer; }
.projects-content .filter-projects li span:hover {
border-color: transparent;
border-bottom: 2px solid #fe5000; }
.projects-content .filter-projects li .is-checked {
color: #555;
font-weight: bold;
border-bottom: 2px solid #fe5000;
font-weight: bold;
color: #333; }

.figure-hover {
position: relative; }
.figure-hover .overlay {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
opacity: 0;
top: 0;
left: 0;
z-index: 4;
transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s; 
}
.figure-hover:hover .overlay, .figure-hover:active .overlay, .figure-hover:focus .overlay {
opacity: 1; }
.projects-content .item-offer .view-more {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0; 
}

.breadcrumb {
background-color: transparent;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
padding: 0px;
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center; 
margin-bottom: 25px;
margin-top: 60px;
}
.breadcrumb .breadcrumb-item {
text-transform: uppercase; 
}
.breadcrumb .breadcrumb-item a {
color: #510c76; }
.breadcrumb .breadcrumb-item:before {
color: #510c76; }
.breadcrumb .active {
color: #fe5000; 
}

/* Details of News*/
.news-details .img-cover{
width: 100%;
}

.news-details .datetime , .news-details .category{
  color:#14303A;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}
.news-details .category h5 , .news-details .datetime h5{
  display: inline-block;
  font-size: 16px;
}

.news-details .datetime svg {
  stroke: #fe5000;
  width: 30px;
  height: 30px;
  margin-bottom: -8px;
  display: inline-block;
}
.news-details .category svg{
  fill: #fe5000;
  width: 28px;
  height: 28px;
  margin-bottom: -8px;
  display: inline-block;
margin-left: 20px;
}
.news-details .content{
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 30px;
}
.news-details .articleBody{
  margin-top: 30px;
  
}
.news-details .articleBody p{
  font-size: 18px;
  color:#888;
}


.in-sidebar-widget {
  padding: 40px 30px;
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.in-sidebar-widget .widget-title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 35px;
  color: var(--black-color);
}

.in-sidebar-widget .widget-title:before {
  top: 38px;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
  border-radius: 5px;
  position: absolute;
  background: #fe5000;
}

.in-sidebar-widget .search-widget form {
  position: relative;
}

.in-sidebar-widget .search-widget input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding-left: 20px;
  border: 1px solid #ececf0;
}

.in-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  color: #666666;
  position: absolute;
  border-left: 1px solid #ececf0;
  background-color: transparent;
  background-color: #510c76;
}

.in-sidebar-widget .search-widget button img{
  width: 30px;
  height: 30px;
}

.in-sidebar-widget .category-widget a {
  width: 100%;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 23px;
  display: inline-block;
  color: #510c76;
  border-bottom: 1px solid #ececf0;
}

.category-widget ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.in-sidebar-widget .category-widget a:before {
  top: 0;
  left: 0;
  content: ">";
  font-weight: 900;
  position: absolute;
}

.in-sidebar-widget .category-widget a span {
  z-index: 1;
  width: 27px;
  height: 27px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #e9ecf2;
}

.in-sidebar-widget .category-widget a span:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: #fe5000;
}

.in-sidebar-widget .category-widget a:hover {
  color: #510c76;
}

.in-sidebar-widget .category-widget a:hover span {
  color: #fff;
}

.in-sidebar-widget .category-widget a:hover span:before {
  width: 100%;
}

.in-sidebar-widget .category-widget li:last-child a {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e7;
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-img {
  width: 80px;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 20px;
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text {
  max-width: 165px;
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text h3 {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 5px;
  color:#fe5000;
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text h3:hover {
  color: var(--main-color);
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span {
  font-size: 14px;
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span i {
  margin-right: 10px;
}

.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-img img{
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.in-sidebar-widget .category-tag-widget a {
  margin: 5px;
  z-index: 1;
  font-size: 14px;
  padding: 5px 20px;
  position: relative;
  display: inline-block;
  color:#fe5000;
  border: 1px solid #eeecec;
}

.in-sidebar-widget .category-tag-widget a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: #fe5000;
}

.in-sidebar-widget .category-tag-widget a:hover {
  color: #fff;
}

.in-sidebar-widget .category-tag-widget a:hover:before {
  width: 100%;
}
.category-tag-widget.ul-li ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.category-tag-widget.ul-li ul li{
  display: inline-block;
}
.in-sidebar-widget .gallery-widget li {
  width: 90px;
  margin: 5px;
  float: left;
  height: 70px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}

.in-sidebar-widget .gallery-widget li a {
  z-index: 2;
  width: 100%;
  position: relative;
  display: inline-block;
}

.in-sidebar-widget .gallery-widget li a:before {
  top: 0;
  left: 0;
  height: 0%;
  content: "";
  width: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.in-sidebar-widget .gallery-widget li a:after {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 0;
  color: #fff;
  content: "\f066";
  font-weight: 500;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.in-sidebar-widget .gallery-widget li a:hover:before {
  height: 100%;
}

.in-sidebar-widget .gallery-widget li a:hover:after {
  opacity: 1;
}

.in-sidebar-widget .gallery-widget li img {
  height: 100%;
}
.in-post-next-previous-btn{
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: 500;
}

.in-post-next-previous-btn img{
  transform: rotate(180deg);
  padding-right: 10px;
  padding-left: 10px;
}
.features{
  text-align: center;
  padding-top: 0px;
  margin-bottom: 25px;
}
.features h2{
  margin-bottom: 20px;
  margin-top: 40px;
}
.features .item{
  text-align: center;
margin-bottom: 30px;
border-radius: 8px;
background-color: #7a12b2;
padding: 30px 31px 20px;
-webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  margin: 2%;
  color:#FFF;
}
.features .item h2{
  color: #FFF;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
}
.features .item p{
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.features .item p{
  margin-bottom: 0px;
}
.features .item:hover{
  color:#7a12b2;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  /*
  margin-top: -20px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  */
}
.features .item:hover h2{
  color:#7a12b2;
}
.features .item:hover p{
  color:#7a12b2;
}


.hot-offers .head h5{
  color:#FFF;
  background: -webkit-gradient(linear, left top, right top, from(#510c76), color-stop(50%, #7a12b2), to(#510c76));
  background: linear-gradient(90deg, #510c76 0%, #7a12b2 50%, #510c76);
  width: 140px;
  display: block;
  padding: 13px 20px 7px;
  border-radius: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 60px;
}
.hot-offers h2{
  font-size: 42px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1.238;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
.hot-offers p{
  color: #888;
  font-size: 19px;
  padding-top: 70px;
  width: 80%;
  text-align: justify;
  margin: auto;
  margin-right: auto;
  margin-right: 0px;
}
.owl-offers {
  z-index: 0;
}
.owl-offers .owl-nav{
  display: none !important;
}

/* ..... Contact Form ..... */
.contact-page{
  padding-top: 50px;
  margin-bottom: 100px;
}
.contact-page .container
{
position: relative;
overflow-x: hidden;
overflow-y: hidden;
}
.contact-page h1{
  color:#510c76;
  font-size: 45px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 30px;
}
.contact-page h5{
  text-align: center;
  margin-bottom: 35px;
}

.contact-page .form-box{
  background-color: #F8f8f8;
  padding: 40px 20px;
  margin-bottom: 100px;
}
.register-page{
  padding-top: 50px;
  margin-bottom: 100px;
  direction: ltr;
}
.register-page .container
{
position: relative;
overflow-x: hidden;
overflow-y: hidden;
}
.register-page h1{
  color:#510c76;
  font-size: 36px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 30px;
}
.register-page h5{
  text-align: center;
  margin-bottom: 35px;
}
.register-page .form-box{
  background-color: #F8f8f8;
  padding: 40px 20px;
  margin-bottom: 100px;
}
.register-page .wpforms-field-label{
  text-align: left !important;
  direction: ltr !important;
}
.register-page .wpforms-container .wpforms-form .wpforms-field-label{
  text-align: left !important;
  direction: ltr !important;
  width: 100% !important;
}
.wpforms-field-label{
  max-width: 400px !important;
  display: block;
  margin: 0px auto 10px !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul{
  width: 78%;
  margin: auto;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  min-height: 180px !important;
}
.contact-page .form-control  , .wpforms-field-medium , 
.register-page .form-control,
div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__country-container .iti__selected-country{
  display: block;
  width: 100% !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  appearance: none !important;
  background-clip: padding-box !important;
  background-color: #FFF !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  border-radius: unset;
  padding: 0;
  border: 1px solid #eeecec !important;
  border-radius: 20px !important;
  padding: 12px 20px 9px !important;
  margin: 0px auto 20px !important;
  color: #000 !important;
  max-width: 400px !important;
}
.contact-page select , .wpforms-field-medium{
  padding: 12px 20px 12px;
  height:auto !important;
}
.contact-page textarea , textarea.wpforms-field-medium{
  min-height: 180px;
}
.contact-page .btn-submit , .wpforms-submit{
  text-decoration: none !important;
  font-weight: 700 !important;
  width: auto !important;
  margin: auto !important;
  margin-top: 10px !important;
  border-radius: 48px !important;
  background: #510c76 !important;
  color: #FFF !important;
  font-size: 16px !important;
  border: none !important;
  padding: 15px 30px 10px 30px !important;
  text-align: center !important;
  transition: all 0.3s ease-in-out !important;
  display: block !important;
  
}
.contact-page .btn-submit::after { /* , .wpforms-submit .btn-submit::after */
  content: url("../img/arrow-right-bold.svg");
  position: absolute;
  top: 25%;
  right: 16px;
  bottom: 0;
}




.faqs-upper{
  padding-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-faq-p {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-faq-p {
    padding-bottom: 0px;
  }
}
.tp-faq-box .tpd-accordion {
  margin-right: 0;
}
.tp-faq-box .tpd-accordion .accordion-item {
  margin-bottom: 10px;
  border: none;
  border: 1px solid #E6E8F0;
  border-radius: 16px 16px 0 0 !important;
}
.tp-faq-box .tpd-accordion .accordion-item.expand {
  border-radius: 16px !important;
  box-shadow: 0px 6px 10px 0px rgba(22, 18, 3, 0.1);
}
.tp-faq-box .tpd-accordion .accordion-button {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-heading-2);
  width: 100%;
  text-wrap: wrap;
  text-align: left;
}
.tp-faq-box .tpd-accordion .accordion-button::after {
  content: none;
}
.tp-faq-box .tpd-accordion .accordion-button.collapsed {
  box-shadow: none;
  padding-right: 50px;
  /* border: 1px solid #E6E8F0; */
  width: 100% !important;
  text-align: left;
  text-wrap: wrap;
}
.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) {
  /*
  border-top: 1px solid #E6E8F0;
  border-left: 1px solid #E6E8F0;
  border-right: 1px solid #E6E8F0;
  */
  border-bottom: none;
  box-shadow: none;
  padding-right: 50px;
  border-radius: 16px 16px 0 0 !important;
  background-color: var(--tp-common-white);
}
.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn {
  background: #E8EBF0;
  border-color: #E8EBF0;
  color: var(--tp-heading-2);
  top: 40px;
}
.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--tp-common-white);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-common-black);
}
.tp-faq-box .tpd-accordion .accordion-header{
  background: #F8f8f8;
  /*
  border: 1px solid #E6E8F0;
  border-radius: 16px 16px 0 0 !important;
  */
}
.tp-faq-box .tpd-accordion .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: 0.3s;
  transform: translateY(-50%);
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.14);
  /*
  */
}
.tp-faq-box .tpd-accordion .accordion-button .accordion-btn::after, .tp-faq-box .tpd-accordion .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #87888B;
}
.tp-faq-box .tpd-accordion .accordion-button .accordion-btn::before {
  content: "-";
  background-color: #87888B;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  line-height: 5px;
}
.tp-faq-box .tpd-accordion .accordion-body {
  color: #4E4F53;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0 0 16px 16px;
  border-bottom: 1px solid #E6E8F0;
  border-left: 1px solid #E6E8F0;
  border-right: 1px solid #E6E8F0;
}
.tp-faq-wrap {
  padding-right: 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-faq-wrap {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-faq-wrap {
    padding-bottom: 50px;
  }
}
.tp-faq-search {
  margin-bottom: 25px;
}
.tp-faq-search .tp-header-2-search {
  margin-left: 0;
}
.tp-faq-search .tp-header-2-search input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #E6E8F0;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}
.tp-faq-search .tp-header-2-search input:focus {
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-faq-search .tp-header-2-search input::placeholder {
  font-size: 16px;
}
.tp-faq-sidebar {
  padding: 30px 30px;
  border-radius: 10px;
  background: #F9F9FB;
}
.tp-faq-sidebar-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}
.tp-faq-sidebar ul {
  display: block;
  margin-bottom: 30px;
}
.tp-faq-sidebar ul li {
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-body);
}
.tp-faq-sidebar ul li a:hover {
  color: #5169F1;
}
.tp-faq-sidebar ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.text-align-right{
  text-align: right;
}
.filter-title{
  padding-top: 10px;
  color: #7a12b2;
  font-weight: bold;
  font-size: 20px;
}
.filter-button
{
  background-color: #FFF;
  font-size: 16px;
  border: 1px solid #7a12b2;
  border-radius: 5px;
  text-align: center;
  color: #7a12b2;
  margin-bottom: 30px;
  border-radius: 18px;
  padding-top: 10px;
  font-weight: 500;
  margin-left: 5px;
}
.filter-button:hover
{
  border: 1px solid #fe5000;
  text-align: center;
  color: #ffffff;
  background-color: #fe5000;

}
.filter-button.active
{
  background-color: #fe5000;
  border: 1px solid #fe5000;
  color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.gallery_product .column-hover div{
  height: 280px !important;
}



.register-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.register-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.register-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.register-item:hover .tp-instagram-shape {
  opacity: 1;
  margin-top: 0;
}
.register-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.register-item img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-instagram-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  margin-top: 15px;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.bg-light
{
  background-color:#510c76 !important;
}


#loading-spinner  , .loading-spinner{
  position: relative;
  top: 35%;
  right: 12%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display: none;
}
.loading-spinner{
  top:auto !important;
  right:auto !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.box-search{
  border:1px solid #e7e7e7;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 20px;
}
.box-search h5{ font-size: 18px;}
.box-search p{font-size: 16px; color: #626262; margin-bottom: 0px;}

.jamel-text{
  color: #6a2e91;
  font-size: 38px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 13px;
}
.payments h4{
  font-size: 20px;
  font-weight: bold;
  color:#fe5000;
  text-align: center;
}
.payments p{
  font-size: 18px;
  color:#FFF;
  margin-top: 10px;
  margin-bottom: 20px;
}
.menu-mobile{
  display: none;
}
.widget_nav_menu div{
  transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
.footer-menu-show{
  display: block !important;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.6s ease;
}
.small-div{
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .jamel-text{
    font-size: 35px;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-right: 1.2rem;
  }
  .first-app img{
    width: 100% !important;
  }
  .apps .align-self-end{
    text-align: center;
    display: block;
    margin: 14px auto;
  }
  .apps .content-box{
    padding: 0px;
  }
  .field--download h3{
    margin-top: 0px;
    font-size: 14px;
  }
  .field--download strong{
    font-size: 24px;
  }
  .logo-jamel img{
    width: 100% !important;
  }
  .apps .content-box p {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    margin-top: 15px;
  }
  .apps .comming-soon {
  color: #fe5000;
  font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .dropdown-menu{
    background-color: transparent;
  }
  .navbar-nav .dropdown-item{
    color: #FFF;
  }
  .navbar-nav .dropdown-menu li{
    border:none;
  }
  .larger-menu{
    width: 100%;
  }
  header .logo{
    margin-top: -20px;
  }
  .main-header{
    padding-bottom: 40px;
  }
  nav.container{
    width: 98% !important;
  }
  .navbar{
    padding: 20px  0px !important;
    margin: auto !important;
    width: 100%;
  }
  .navbar .navbar-nav{
    width: 100%;
    padding: 20px 0px !important;
    margin: 0px;
    position: relative;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 0px;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-right: 0rem;
    border-top:  2px solid #FFF;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .navbar-light .navbar-nav .active > .nav-link::after{
    display: none;
    height: 0px;
  }
  .sidenav .closebtn{
    right: -40px;
  }
  .menu-mobile{
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
    color:#FFF;
    padding: 0px;
    margin: 0px;
    margin-top: -14px;
    padding-bottom: 10px;
  }
  .menu-mobile li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    color:#FFF;
  }
  .menu-mobile li a{
    color:#FFF;
  }
  .menu-search{
    display: none;
  }
  .container-word p{
    width: 90%;
  }
  .apps .content-box {
    padding: 0px;
  }
  .larger-div{
    display: block;
  }
  .small-div{
    display: none;
  }
  .apps .box {
    flex-direction:initial;
  }
  .apps .logo-jamel{
    padding: 0px;
  }
  .jamel-text{
    font-size: 26px;
  }
  .apps .comming-soon{font-size: 22px;}
  footer .first-app{
    display: inline-block !important;
    width: 49%;
    }
  .navbar-light .navbar-nav .nav-item {
    padding-right: 1.2rem;
  }
  .first-app img{
    width: 100% !important;
  }
  .apps .align-self-end{
    text-align: center;
    display: block;
    margin: 14px auto;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav .dropdown-menu{
    background-color: transparent;
  }
  .navbar-nav .dropdown-item{
    color: #FFF;
  }
  .navbar-nav .dropdown-menu li{
    border:none;
  }
  header .logo{
    margin-top: -20px;
  }
  .widget_nav_menu{
    border-bottom: 1px solid #510c76;
  }
  .widget_nav_menu div{
    display: none;
  }
  .larger-menu{
    width: 100%;
  }
  .main-header{
    padding-bottom: 40px;
  }
  nav.container{
    width: 98% !important;
  }
  .navbar{
    padding: 20px  0px !important;
    margin: auto !important;
    width: 100%;
  }
  .navbar .navbar-nav{
    width: 100%;
    padding: 20px 0px !important;
    margin: 0px;
    position: relative;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 0px;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-right: 0rem;
    border-top:  2px solid #FFF;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-right: 1.2rem;
  }
  .navbar-light .navbar-nav .active > .nav-link::after{
    display: none;
    height: 0px;
  }
  .widget_nav_menu{
    border-bottom: 1px solid #510c76;
    margin-bottom: 20px;
  }
  .widget_nav_menu .title{
    background-image: url("../img/arrow-dark-down.svg");
    background-position: 90% center;
    background-repeat: no-repeat;
  }
  .widget_nav_menu div{
    display: none;
  }
  .sidenav .closebtn{
    right: -40px;
  }
  .menu-mobile{
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
    color:#FFF;
    padding: 0px;
    margin: 0px;
    margin-top: -14px;
    padding-bottom: 10px;
  }
  .menu-mobile li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    color:#FFF;
  }
  .menu-mobile li a{
    color:#FFF;
  }
  .menu-search{
    display: none;
  }
  .container-word p{
    width: 90%;
  }

  
  .larger-div{
    display: none;
  }
  .small-div{
    display: block;
  }
  .jamel-text{
    font-size: 35px;
    text-align: center;
  }
  .apps .content-box {
    padding: 0px;
  }
  .apps .comming-soon{
    text-align: center;
  }
  .apps .align-self-end{
    text-align: center;
    display: block;
    margin: 14px auto;
  }
  .apps .box {
    flex-direction:initial;
  }
  .apps .logo-jamel {
    margin-bottom: 10px;
    margin: auto;
  }
  .apps .logo-jamel img{
    width: 90% !important;
    margin: auto;
    display: block;
  }
  .apps .qr-code{
    margin-bottom: 20px;
  }
  .apps .field--download p{
    text-align: center !important;
  }
  .apps {
    margin-bottom:4rem
  }
  .apps video{margin-top: 0px;}
  .services .box:hover .financial-services-title {
    bottom:140px
  }
    .services .box {
      margin-bottom:30px
    }
  .services .box:hover .financial-services-title {
    bottom:140px
  }
  .subscribe {
    margin-top:50px
  }
  footer .middel{
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .footer-copyright .col-md-4:last-child{
    text-align: center;
  }
  footer .download-app{
    text-align: center;
  }
  footer .first-app{
    display: inline-block !important;
    width: 30%;
  }
  .first-app img{
    width: 100% !important;
  }
  footer .footer-logo{
    text-align: center;
  }
  footer .social-icons a img {
    width: 17px !important;
    height: 17px !important;
  }

  /* reem */
  .news-first{
    text-align: center;
  }
  .container-word h2{
    text-align: center;
  }
  .container-word h1{
    text-align: center;
  }
  .container-word p{
    text-align: center;
  }
  .register-lnk span{
    padding: 10px 20px 8px 20px;
    font-size: 13px;
  }
  .register-lnk{
    padding: 40px 0px 0px;
      margin-top: -57px;
  }
  .shape18 , .shape17{
    display: none !important;
  }

}
@media screen and (max-width: 575px) {
  .navbar-nav .dropdown-menu{
    background-color: transparent;
  }
  .navbar-nav .dropdown-item{
    color: #FFF;
  }
  .navbar-nav .dropdown-menu li{
    border:none;
  }
  header .logo{
    margin-top: -20px;
  }
  .widget_nav_menu{
    border-bottom: 1px solid #510c76;
  }
  .widget_nav_menu div{
    display: none;
  }
  .main-header{
    padding-bottom: 40px;
  }
  nav.container{
    width: 98% !important;
  }
  .navbar{
    padding: 20px  0px !important;
    margin: 0px !important;
    width: 100%;
  }
  .navbar .navbar-nav{
    width: 100%;
    padding: 20px 0px !important;
    margin: 0px;
    position: relative;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 0px;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-right: 0rem;
    border-top:  2px solid #FFF;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .navbar-light .navbar-nav .active > .nav-link::after{
    display: none;
    height: 0px;
  }
  .navbar div:first-child{
    width: 100%;
    position: relative;
  }
  .sidenav .closebtn{
    right: -40px;
  }

  .menu-mobile{
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
    color:#FFF;
    padding: 0px;
    margin: 0px;
    margin-top: -14px;
    padding-bottom: 10px;
  }
  .menu-mobile li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    color:#FFF;
  }
  .menu-mobile li a{
    color:#FFF;
  }
  .menu-search{
    display: none;
  }
  .container-word p{
    width: 90%;
  }
  .apps .content-box {
    padding: 0px;
    margin-bottom: 0px;
  }
  .apps .logo-jamel img{
    width: 90%;
  }
  .larger-div{
    display: none;
  }
  .small-div{
    display: block;
  }
  footer .footer-logo{
    text-align: center;
  }
  .apps .box {
    flex-direction:initial;
  }
  .footer-copyright .col-md-4:last-child{
    text-align: center;
  }
  .jamel-text{
    text-align: center;
    margin-bottom: -5px;
  }
  .logo-jamel{
    width: 40%;
    margin: auto;
  }
  .apps .field--download .small{
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
  }
  .apps video{
    margin-top: 0px;
  }
  .apps .field--download p{
    text-align: center !important;
  }

  .larger-menu{
    width: 100%;
    position: relative;
  }
  .collapse.show{
    margin-top: 30px;
  }
  .navbar-toggler{
    position: absolute;
    float: left;
  }
  .banks{
    margin-bottom: 10px;
  }
  .container {
    margin: auto;
    width: 90%;
  }
  
  .apps .comming-soon{
    text-align: center;
  }
  .apps img{
    display: block;
    margin: auto;
  }
  footer .first-app{
  display: inline-block !important;
  width: 49%;
  }
  footer .title-h2, footer .title{
    /* text-align: center; */
  }
  footer ul{
    width: 95%;
    margin: auto;
  }
  footer .footer-logo{
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-copyright{
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    margin: auto;
  }
  footer .social-icons{
    margin: 30px auto;
  }
  .download-app {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer-down p{
    width: 90%;
    margin: 20px auto;
  }
  .footer-copyright .col-md-4{
    text-align: center;
    padding: 5px;
  }
  .first-app:nth-child(2) p {
    text-align: center;
    margin: 0px;
    padding: 10px;
}
  .first-app p {
    color: #14303A;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0 15px;
    text-align: center;
    padding: 14px;
  }
.apps .box {
  flex-direction: initial;
}
.apps video{
  margin-top: 0px;
}
.apps .content-box {
  padding-bottom: 0px;
}
footer .middel{
  margin-bottom: 25px;
  margin-top: 25px;
}
/* reem update */
.filter-title{
  text-align: center;
  margin-bottom:30px;
}
.works .text-align-right{text-align: center;}
.news-first{
  text-align: center;
}
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type="tel"],
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input.iti__tel-input[type=tel]{
  padding-left: 80px !important;
}
.container-word h2{
  text-align: center;
}
.container-word h1{
  text-align: center;
}
.container-word p{
  text-align: center;
}
.hero-section .triangle-up::after {
  content: "";
  position: absolute;
  background-image: url(../img/triangle-white-up.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100px;
  left: -120px !important;
  bottom: -16px;
  margin: auto;
}
.hero-section .triangle-up .discover-more{
  left: 0px !important;
}
.hero-section .triangle-up::after{
  margin: auto !important;
  width: 100% !important;
  background-position: center !important;
}
.register-lnk span{
  padding: 10px 20px 8px 20px;
  font-size: 13px;
}
.register-lnk{
  padding: 40px 0px 0px;
    margin-top: -57px;
}
.apps .box{
  height: auto !important;
}
.first-app{
  margin: auto;
}
.ads{
  margin-bottom: 40px;
  overflow-x: hidden;
}
.ads .owl-dots{
  width: 100%;
  left: auto;
  text-align: center;
  top:-72px;
  height: auto;
}
.ads .owl-dots .active{
  width: 100%;
}
.ads .owl-nav{
  bottom: 10px;
  width: 100% !important;
  text-align: center;
}
.ads .owl-nav .owl-next::before{
  height: 50px;
  width: 44px;
  background-size: 35px;
}
.ads .owl-nav .owl-prev::before{
  height: 50px;
  width: 44px;
  background-size: 35px;
}
.ads .owl-carousel .owl-dot.active span{
  font-size: 18px;
}
.ads .owl-carousel .owl-dot span::before{
  left: 0px !important;
  bottom: 0px !important;
  text-align: center;
  width: 100%;
  padding-top: 8px;

}
.ads .owl-nav .owl-next{
  position: relative;
  left: auto;
  right: auto !important;
  width:auto;
}
.ads .owl-nav .owl-prev{
  left: auto;
  position: relative;
  right: 0px !important;
  width: auto;
}
.shape18 , .shape17{
  display: none !important;
}
}
@media screen and (max-width: 580px) {
  header .logo {
    width: 72px;
    margin-top: -15px;
}
  .navbar-nav .dropdown-menu{
    background-color: transparent;
  }
  .navbar-nav .dropdown-item{
    color: #FFF;
  }
  .navbar-nav .dropdown-menu li{
    border:none;
    /*
    background-image: url("../img/arrow-white-down.svg");
    background-position: center 95%;
    background-repeat: no-repeat;
    */
  }
  header .logo{
    margin-top: -20px;
  }
  .widget_nav_menu{
    border-bottom: 1px solid #510c76;
  }
  .widget_nav_menu div{
    display: none;
  }
  .main-header{
    padding-bottom: 40px;
  }
  nav.container{
    width: 98% !important;
  }
  .navbar{
    padding: 20px  0px !important;
    margin: 0px !important;
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 0px;
  }
  .navbar .navbar-nav{
    width: 100%;
    padding: 20px 0px !important;
    margin: 0px;
    position: relative;
  }
  .navbar-light .navbar-nav .nav-item {
    padding-right: 0rem;
    border-top:  2px solid #FFF;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .navbar-light .navbar-nav .active > .nav-link::after{
    display: none;
    height: 0px;
  }
  .navbar-nav .dropdown-menu {
    z-index: 999999999999999;
    position: relative;
  }
  .navbar-nav .dropdown-item:hover > .submenu { display: block }
  .navbar div:first-child{
    width: 100%;
    position: relative;
  }

  .sidenav .closebtn{
    right: -40px;
  }
  .menu-mobile{
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
    color:#FFF;
    padding: 0px;
    margin: 0px;
    margin-top: -14px;
    padding-bottom: 10px;
  }
  .menu-mobile li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    color:#FFF;
  }
  .menu-mobile li a{
    color:#FFF;
  }
  .menu-search{
    display: none;
  }
  .container-word p{
    width: 90%;
  }
  .apps .content-box {
    padding: 0px;
  }
  .apps .logo-jamel img{
    width: 40%;
  }
  .larger-div{
    display: none;
  }
  .small-div{
    display: block;
  }
  footer .footer-logo{
    text-align: center;
  }
  .apps .box {
    flex-direction:initial;
  }
  .footer-copyright .col-md-4:last-child{
    text-align: center;
  }
  .jamel-text{
    text-align: center;
    margin-bottom: -5px;
  }
  .logo-jamel{
    width: 40%;
    margin: auto;
  }
  .apps .field--download p{
    text-align: center !important;
  }
  .apps video{
    margin-top: 0px;
  }
  .apps .field--download .small{
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
  }
  
  .larger-menu{
    width: 100% !important;
    position: relative;
  }
  .collapse.show{
    margin-top: 30px;
  }
  header .logo {
    width: 70px;
    margin-top: -15px;
  }
  .navbar-toggler{
    position: absolute;
    float: left;
  }
  .banks{
    margin-bottom: 10px;
  }
  .container {
    margin: auto;
    width: 90%;
  }
  .apps .comming-soon{
    text-align: center;
  }
  .apps img{
    display: block;
    margin: auto;
  }
  footer .first-app{
    display: inline-block !important;
    width: 49%;
  }
  footer .title-h2, footer .title{
   /*  text-align: center; */ 
  }
  footer ul{
    width: 95%;
    margin: auto;
  }
  footer .footer-logo{
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-copyright{
    padding-left: 20px;
    padding-right: 20px;
    width: 95%;
    margin: auto;
  }
  footer .social-icons{
  margin: 30px auto;
  }
  .download-app {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer-down p{
    width: 90%;
    margin: 20px auto;
  }
  .footer-copyright .col-md-4{
    text-align: center;
    padding: 5px;
  }
  .first-app:nth-child(2) p {
    text-align: center;
    margin: 0px;
    padding: 10px;
}
.first-app p {
    color: #14303A;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0 15px;
    text-align: center;
    padding: 14px;
}
.apps .box {
  flex-direction: initial;
}
.apps video{
  margin-top: 0px;
}
.apps .content-box {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
footer .middel{
  margin-bottom: 25px;
  margin-top: 25px;
}
/* reem update */
.filter-title{
  text-align: center;
  margin-bottom: 30px;
}
.works .text-align-right{text-align: center;}
.news-first{
  text-align: center;
}
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type="tel"],
div.wpforms-container-full .wpforms-form .iti--allow-dropdown input.iti__tel-input[type=tel]{
  padding-left: 80px !important;
}
.container-word h2{
  text-align: center;
}
.container-word h1{
  text-align: center;
}
.container-word p{
  text-align: center;
}
.hero-section .triangle-up::after {
  content: "";
  position: absolute;
  background-image: url(../img/triangle-white-up.svg);
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 100px;
  left: -120px !important;
  bottom: -16px;
  margin: auto;
}
.hero-section .triangle-up .discover-more{
  left: 0px !important;
}
.hero-section .triangle-up::after{
  margin: auto !important;
  width: 100% !important;
  background-position: center !important;
}
.register-lnk span{
  padding: 10px 20px 8px 20px;
  font-size: 13px;
}
.register-lnk{
  padding: 40px 0px 0px;
    margin-top: -57px;
}
.apps .box{
  height: auto !important;
}
.first-app{
  margin: auto;
}
.ads{
  margin-bottom: 40px;
}
.ads .owl-dots{
  width: 100%;
  left: auto;
  text-align: center;
  top:-72px;
  height: auto;
}
.ads .owl-dots .active{
  width: 100%;
}
.ads .owl-nav{
  bottom: 10px;
  width: 100% !important;
  text-align: center;
}
.ads .owl-nav .owl-next::before{
  height: 50px;
  width: 44px;
  background-size: 35px;
  background-position: left;
}
.ads .owl-nav .owl-prev::before{
  height: 50px;
  width: 44px;
  background-size: 35px;
  background-position: right;
}
.ads .owl-carousel .owl-dot.active span{
  font-size: 18px;
}
.ads .owl-carousel .owl-dot span::before{
  left: 0px !important;
  bottom: 0px !important;
  text-align: center;
  width: 100%;
  padding-top: 8px;
}
.ads .owl-nav::before{
  position: absolute;
    background-image: url(../img/triangle-white-up.svg);
    background-repeat: no-repeat;
    background-position: center !important;
    width: 100% !important;
    height: 100px !important;
    left: 0px !important;
    bottom: -10px !important;
}
.ads .owl-nav .owl-next{
  left: auto;
  right: auto !important;
  width: auto;
}
.ads .owl-nav .owl-prev{
  left: auto;
  right: auto !important;
  width: auto;
}
.shape18 , .shape17{
  display: none !important;
}

}