@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/woff2/PeydaWebFaNum-Thin.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/PeydaWebFaNum-Thin.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/woff2/PeydaWebFaNum-ExtraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/PeydaWebFaNum-ExtraLight.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/woff2/PeydaWebFaNum-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/PeydaWebFaNum-Light.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/woff2/PeydaWebFaNum-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/PeydaWebFaNum-Medium.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/woff2/PeydaWebFaNum-SemiBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/PeydaWebFaNum-SemiBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/woff2/PeydaWebFaNum-ExtraBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/PeydaWebFaNum-ExtraBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/woff2/PeydaWebFaNum-Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/PeydaWebFaNum-Black.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/woff2/PeydaWebFaNum-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/PeydaWebFaNum-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/woff2/PeydaWebFaNum-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/PeydaWebFaNum-Regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

:root{
  --grey: #4d4d4d;
  --purple: #9933ff;
}
body {
	direction: rtl;
	unicode-bidi: embed;
	font-family: 'PeydaWebFaNum';
    font-size: 17px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 800;
}

a,a:focus,a:active {
    text-decoration: none;
}
.nav-item {
    text-align: right;
}
.dropdown-toggle::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #9b80bc;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-right: 11px;
    margin-left: 0;
    vertical-align: 0.155em;
}
body .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
}
body .navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    width: 0;
    height: 4px;
    background: #9933ff;
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
body .navbar-expand-lg .navbar-nav .nav-link:hover:before {
    width: 100%;
    opacity: 1;
}

.bg-black {
	background-color: #000;
	color: #fff;
}
.bg-black a {
	color: #fff;
}
.bg-light-purple {
    background-color: #c2b8cc;
}
.hr {
    height: 1px;
    display: block;
}

.logo img {
	height: 70px;
	width: auto;
}
.bg-purple {
	background-color: var(--purple);
	color: #fff;
}
.bg-white {
	background-color: #fff;
	color: #333;
}
.bg-grey {
	background-color: var(--grey);
}
.text-purple {
    color: var(--purple);
}
.border-radius-30 {
    border-radius: 30px;
}
.border-radius-25 {
    border-radius: 25px;
}
.navbar-nav .nav-link {
	color: #fff;
	padding: 0 20px;
}
body .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 7px 20px;
}
.navbar-expand-lg .navbar-nav li:first-child .nav-link {
	padding-right: 0 ;
}
.border-radius-30 {
	border-radius: 30px;
}
.video-block {
    border-radius: 25px;
    overflow: hidden;
	position: relative;
    border-radius: 50px;
}
.video-block img.left-img {
    position: absolute;
    left: 15px;
    height: 100%;
    width: 41.6%;
    object-fit: cover;
    object-position: top;
    mix-blend-mode: exclusion;
}
.video-block .cover {
    position: absolute;
    top: 0;
    width: 56%;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    overflow: hidden;
}
.video-block .cover h2 {
    font-weight: 800;
    letter-spacing: -1px;
    font-size: 2.4rem;
}
.video-block .cover h4 {
    font-weight: 500;
    font-size: 17px;
}
.hadaf-buttons {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: end;
}
.hadaf-buttons a {
	text-decoration: none;
	margin-right: 10px;
	display: flex;
    align-items: center;
}
.hadaf-buttons a i {
	margin-left: 7px;
}
.hadaf-buttons a.bg-white {
    color: #000;
}
.border-radius-30 img {
    border-radius: 30px;
}
.bg-white i {
	color: var(--purple);
}
.video-block .play-video {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: transparent;
    border: 0;
    color: #cccccc47;
    font-size: 25px;
    cursor: pointer;
}
.heading-box {
    width: 100%;
    position: relative;
    text-align: center;
}
.heading-box:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #c2b8cc;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.heading-box strong {
    z-index: 2;
    position: relative;
    padding: 7px 10px;
    background: var(--purple);
    margin: 0 auto;
    border-radius: 60px;
    color: #fff;
    min-width: 230px;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    width: fit-content;
}
.heading-box strong .icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.heading-box:after {
    content: "";
    width: 260px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.heading-box.style-2 strong {
    background: #fff;
    border-radius: 0px;
    color: #000; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.heading-box.style-2 strong i {
    background-color: var(--purple);
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
}
.heading-box.style-2:after {
    display: none;
}
.brands img {
    height: 180px;
    width: auto;
    margin: 0 auto;
    display: block;
    filter: grayscale(1);
    transition: all 0.3s;
}
.brands img:hover {
    filter:unset;
}
ul.contactinfo li i {
    width: 27px;
    height: 27px;
    background: #c2b8cc;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    color: #333;
    margin-left: 10px;
    font-size: 12px;
}
ul.contactinfo li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
ul.contactinfo {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #c2b8cc;
    width: fit-content;
    float: left;
}

.services {
    position: relative;
}
.services:before {
    content: "";
    width: 100%;
    height: 70%;
    left:0;
    position: absolute;
    background: #000;
    border-radius: 30px;
    z-index: -1;
}

.service-item .img:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #9933ffd9, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.service-item .img {
    height: 180px;
    margin-bottom: 30px;
    position: relative;
}
.service-item .img .icon {
    position: absolute;
    bottom: -20px;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    right: 0;
    margin: auto;
    left: 0;
    box-shadow: 0 0 20px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
}
.service-item {
    height: fit-content;
    background-color: var(--purple);
    border-radius: 15px;
    padding: 15px;
    width: 93%;
    margin: 0 auto;
}
.service-item h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    padding: 15px 0 4px;
}
.services .service-box:nth-child(2) .service-item, .services .service-box:nth-child(3) .service-item {
    width: 100%;
}
.services .service-box:nth-child(2) h2, .services .service-box:nth-child(3) h2 {
    padding: 31px 0 20px;
}
.services .btn-item {
    float: left;
}

.main-block path {
    fill: transparent;
  }
  
.main-block text {
    fill: #FF9800;
  }

.main-block .inside p {
    margin-bottom: 0;
}

.main-block .inside {
    width: 400px;
    height: 400px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    border: 20px solid var(--purple);
    padding: 0 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.main-block {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid var(--purple);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}
.main-block:before {
    content: "";
    width: 365px;
    height: 115px;
    background-image: url(img/HadafAgCurve.svg);
    position: absolute;
    top: -40px;
    background-size: contain;
    background-color: #000;
    transform: rotate(-2deg);
}
.main-block:after {
    content: "";
    width: 400px;
    height: 122px;
    background-image: url(img/CheraHadafAgCurve.svg);
    position: absolute;
    bottom: -40px;
    background-size: cover;
    background-color: #000;
    transform: rotate(2deg);
    z-index: 1;
}

.owl-item.active.center .testimonial-item {
    transform: unset;
    filter: unset;
    margin-top: 50px;
}
.testimonial-item {
    background: #ece6f2;
    transform: skewY(-10deg);
    filter: blur(2px);
    transition: all 0.3s;
    position: relative;
    padding: 30px 15px 15px;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
}
.owl-item.active.center + .owl-item .testimonial-item {
    transform: skewY(10deg);
}

.testimonial-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 50%;
}
.testimonial-item .img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--purple);
}
.testimonial-item .img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to top, #9933ff3b, transparent);
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.owl-dots button.owl-dot.active {
    width: 40px;
    border-radius: 30px;
    background: var(--purple);
}
.owl-dots button.owl-dot {
    width: 6px;
    height: 6px;
    background: #ece6f2;
    border-radius: 50%;
    margin: 0 1px;
}
.owl-nav > button {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
    font-size: 20px !important;
    color: var(--purple) !important;
}
.owl-nav > button.owl-prev {
    right: -20px;
    left: auto;
}
.testimonials .owl-stage-outer {
    padding: 80px 0px 30px;
    min-height: 430px;
}
.testimonial-item .name strong {
    color: var(--purple);
    margin-left: 5px;
}
.testimonial-item .name {
    padding: 10px 0;
}

body .gform_wrapper.gravity-theme .gform_fields input {
    border-radius: 30px;
    border: 1px solid var(--purple);
    min-width: 230px;
    background: #ece6f2;
    padding: 10px 15px;
}
body .gform_wrapper.gravity-theme .gform_fields, #gform_1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gform_footer input#gform_submit_button_1 {
    border-radius: 30px;
    background: var(--purple);
    border: 0;
    color: #fff;
    line-height: 44px;
    padding: 0 20px;
    margin-right: 40px;
}

.hadaf-item {
    position: relative;
    text-align: center;
}
.hadaf-item .icon {
    background: #fff;
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 50%;
    color: #000;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hadaf-item h3 {
    font-size: 20px;
    border-bottom: 2px solid var(--purple);
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 20px 6px;
}

.hadaf-item.block-1 .line {
    height: 100px;
    width: 2px;
    display: block;
    background-image: linear-gradient(to top, #9933ff, transparent);
    left: 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.hadaf-item.block-1 .line:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--purple);
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    left: -4px;
    margin: auto;
}
.hadaf-item.block-2 {
    margin-right: -100px;
    padding-left: 50px;
    margin-top: 100px;
}
.hadaf-item.block-3 {
    margin-left: -100px;
    padding-right: 50px;
    margin-top: 100px;
}

.hadaf-item h3 .line {
    width: 180px;
    height: 2px;
    position: absolute;
    background-image: linear-gradient(to left,transparent, #9933ff);
    right: -78px;
    margin-top: -15px;
    z-index: 2;
}

.hadaf-item h3 .line:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--purple);
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    left: 0px;
    margin: auto;
    top: 0;
}
.hadaf-item.block-3 h3 .line:after {
    right: 0;
    left: auto;
}
.hadaf-item.block-3 h3 .line {
    left: -85px;
    right: auto;
    z-index: 2;
    background-image: linear-gradient(to right,transparent, #9933ff);
}

.title-with-icon h1 {
    margin: 0;
    font-weight: 800;
}
.title-with-icon h1, .title-with-icon h2, .title-with-icon h3, .title-with-icon h4, .title-with-icon h5, .title-with-icon h6 {
    margin: 0;
}
.title-with-icon .icon {
    width: 45px;
    height: 45px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.title-with-icon {
    margin-right: -10px;
    margin-bottom: 10px
}
.title-with-icon.smaller-icon .icon {
    width: 30px;
    height: 30px;
}
.icon-bg-none .icon {
    background-color: transparent;
}
.title-with-icon.text-center {
    justify-content: center;
}
body figure {
    margin: 0;
}
.content-services {
    text-align: center;
    border: 1px solid #c2b8cc;
    border-radius: 17px;
    padding: 30px 15px;
}
.content-services i ,.content-services .icon{
    background-color: #fff;
    color: #000;
    display: inline-block;
    margin: 0 auto 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}
.content-services p {
    margin-bottom: 0;
    font-size: 18px;
}
.content-services .wp-block-column {
    border-left: 1px solid #c2b8cc;
    padding-left: 20px;
}
.content-services .wp-block-column:last-child {
    border-left: 0;
    padding-left: 0;
}
.content-services .has-border-top {
    border-top: 1px solid #4d4d4d;
    padding-top: 15px;
    margin-top: 15px;
}
ul.list-box {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
ul.list-box li {
    width: 50%;
    position: relative;
    margin-bottom: 25px;
    text-align: justify;
    color: #c2b8cc;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 18px;
}
ul.list-box li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--purple);
    position: absolute;
    right: 0;
    top: 13px;
    border-radius: 50%;
}
ul.list-box li strong {
    font-weight: 800;
    font-size: 20px;
    color: #000;
    line-height: 38px;
}
.bg-black ul.list-box li strong {
    color: #fff;
}
.purple-box {
    box-shadow: 8px 17px 30px #9933ff4f;
    margin-bottom: 40px;
}
.purple-box .icon {
    background-color: #fff;
    box-shadow: 8px 17px 30px #9933ff38;
}
.purple-box .icon {
    background-color: #fff;
    box-shadow: 8px 12px 18px #14141452;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.purple-box .title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.purple-box .text, .purple-box .text p {
    text-align: justify;
}
.bg-arrow {
    position: relative;
}

.bg-arrow:before {
    content: "";
    width: 280px;
    height: 280px;
    background-image: url(img/bg-arrow.png);
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 100px;
    z-index: -1;
}
.bg-black .bg-arrow:before {
    opacity: 0.2;
    z-index: 0;
}

.bg-wave {
    background-image: url(img/wave.svg);
    background-size: 100% 114px;
    background-repeat: no-repeat;
    width: 80%;
    margin: 0 auto !important;
}

ul.steps-list li:nth-child(odd):before {
    top: auto;
    bottom: 0;
}
ul.steps-list li:before {
    content: counter(my-awesome-counter);
    color: var(--purple);
    font-weight: bold;
    font-family: 'peyda';
    position: absolute;
    font-size: 25px;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}
ul.steps-list li {
    position: relative;
    counter-increment: my-awesome-counter;
    text-align: center;
    width: 25%;
}
ul.steps-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    font-size: 15px;
    counter-reset: my-awesome-counter;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
ul.steps-list.bottom {
    margin-top: 80px;
    margin-right: -120px;
}
.icon-transparent,.icon-transparent .icon {
    background-color: transparent;
}

.progress-line {
    height: 13px;
    width: 70%;
    background: #000;
    border-radius: 30px;
    border: 2px solid #000;
    position: relative;
}
.progress-line .percentage {
    position: absolute;
    display: block;
    background: #c2b8cc;
    right: 0;
    height: 100%;
    border-radius: 30px;
}
.progress-block strong {
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 5px;
}
.percentage-text {
    padding-right: 30px;
    position: relative;
    margin-bottom: 10px;
}
.percentage-text:before {
    content: "";
    background-image: url(img/arrow-left.svg);
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: -8px;
    background-size: cover;
}

.tabs-list {
    border-left: 1px solid #4d4d4d;
}
.tabs-list button {
    background: transparent;
    border: 0;
    color: #8e8a91;
    line-height: 55px;
    position: relative;
}
.tabs-list button:after {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    background: var(--purple);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.tabs-list button.active {
    color: #fff;
    font-weight: bold;
}
.tabs-list button.active:after {
    opacity: 1;
}

.portoflio-side {
    background: #ece6f2;
    
}
.portoflio-side h2 {
    margin-bottom: 15px;
    font-weight: bold;
}


.img-box {
    position: relative;
}
.img-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: radial-gradient(ellipse 65% 140px, #c285ff63 42%, #000 81%, #000);
    transform: rotate(-5deg);
    bottom: -20px;
}
.img-box img {
    position: relative;
    z-index: 1;
}
.portfolio-details .text {
    color: #c2b8cc;
    margin: 10px 0;
}
.portfolio-details h3 {
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.icon svg {
    width: 100%;
    height: 100%;
}
.link .icon {
    width: 25px;
    height: 25px;
    margin-left: 9px;
}
.link {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.portfolio-services {
    background: var(--purple);
    border-radius: 30px;
}

.portfolio-services span {
    background: #fff;
    color: #000;
    border-radius: 0px 30px 30px 0px;
    line-height: 50px;
    padding: 0 20px 0 10px;
    margin-left: 15px;
    font-weight: bold;
}
.portfolio-services ul li {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}
.portfolio-services ul {
    list-style: none;
    padding: 5px 0;
    line-height: 40px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.portfolio-keywords span {
    color: var(--purple);
    line-height: 50px;
    padding: 0 20px 0 10px;
    margin-left: 15px;
    min-width: 160px;
    font-weight: bold;
}
.portfolio-keywords ul li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #9933ff;
    margin-bottom: 3px;
}
.portfolio-keywords ul {
    list-style: none;
    padding: 0;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.bottom-text {
    border-top: 1px solid #4d4d4d;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.portfolio-details .icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.faq-item .accordion-button {
    background: #ece6f2;
    flex-direction: row-reverse;
    text-align: right;
    border-radius: 30px !important;
    justify-content: start;
}

.accordion-item.faq-item {
    border: 0;
    margin-bottom: 10px;
    border-radius: 0 !important;
}
div#accordionFAQ {
    padding: 20px 0;
}
.faq-item .accordion-button:after {
    margin-left: 30px;
}
.buttons .icon {
    width: 25px;
    height: 25px;
}
.btn-no-border .hadaf-buttons.buttons {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.btn-right .hadaf-buttons.buttons {
    justify-content: start;
}

body .dropdown-item.active, .dropdown-item:active {
    color: var(--purple);
    background-color: transparent;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 250px;
    border: 0;
    box-shadow: 0 4px 20px #00000036;
    border-radius: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.top-bar .buttons .btn-item:last-child {
    padding-top: 10px;
}
.top-bar .buttons .btn-item:last-child .icon {
    margin-top: -5px;
}
.video-btn-block button {
    position: absolute;
    z-index: 99;
    color: #fff;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff26;
    border: 0;
    font-size: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.video-btn-block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.video-btn-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.clock-box .hadaf-buttons.buttons {
    border-top: 0;
}

.clock-box:after {
    content: "";
    width: 17%;
    height: 1px;
    position: absolute;
    background: #cccccc3d;
    right: 0;
    z-index: 0;
}
.clock-box:before {
    content: "";
    width: 17%;
    height: 1px;
    position: absolute;
    background: #cccccc3d;
    left: 0;
    z-index: 0;
}

.clock-box {
    position: relative;
}
.mobile-list {
    margin: 20px 0;
    list-style: none;
    display: none;
}

.mobile-list li {
    position: relative;
    margin-bottom: 10px;
}

.mobile-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--purple);
    right: -20px;
    top: 8px;
    margin: auto;
    border-radius: 50%;
}

.bg-world {
    position: relative;
}

.bg-world:before {
    content:"";
    width:100%;
    height:100%;
    left:0;
    top: 0;
    position: absolute;
    background-image:url(img/word-map-dots.jpg);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width:767px){
    .mobile-list {
        display: block;
    }
    .desktop-list {
    display: none;
}
    body .gform_wrapper.gravity-theme .gform_fields, #gform_1 {
        flex-direction: column;
    }
    .hadaf-item.block-3 h3 .line,.hadaf-item.block-1 .line,.hadaf-item h3 .line {
        display: none;
    }
    .main-block:after,.main-block:before{
        width: 100%;
    }
    .main-block {
        width: 350px;
        max-width:100%;
        border:0
    }
    .main-block .inside {
        width: 350px;
        height: 350px;
        border: 10px solid var(--purple);
    }
    .hadaf-item.block-3 {
        margin-left: 0;
        padding-right: 0;
        margin-top:0
    }
    .hadaf-item.block-2 {
        margin-right: 0;
        padding-left: 0;
        margin-top: 30px;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        height: 50px;
        margin-bottom: 10px;
    }
    .services {
        background: #000;
        border-radius: 20PX;
    }
    .services:before {
        display: none;
    }
    .top-text {
        flex-direction: column;
    }
    .top-text .btn-no-border .hadaf-buttons.buttons {
        justify-content: start;
    }
    .hadaf-buttons a {
        margin-right: 0;
    }
    .service-item {
        width: 100%;
        margin: 0 auto 20px;
    }
    figure.wp-block-image {
        text-align: center !important;
    }
    .video-block {
        min-height: 300px;
        border-radius: 30px;
    }
    .video-block img.left-img {
        display: none;
    }
    .video-block img {
        height: 100%;
        position: absolute;
    }
    .video-block .cover {
        width: 100%;
    }
    .video-block .cover h2 {
        font-size:24px;
    }
    .video-block .hadaf-buttons {
        justify-content: space-between;
    }
    .brands img {
        height: 150px;
        width: 150px;
        object-fit: contain;
    }
    .owl-nav > button {
        left: -10px;
    }
    .owl-nav > button.owl-prev {
        right: -10px;
    }
    .testimonials .owl-stage-outer {
        padding: 0px 0px 0px;
        min-height: 300px;
    }
    .top-bar {
        float: left;
    }
   
    nav#nav-main {
        background-color: #000;
        height: 76px;
    }
    .mobile-100 {
        height: 100px !important;
    }
    .mobile-0 {
        height: 0 !important;
    }
    button.btn.btn-outline-secondary.d-lg-none.ms-1.ms-md-2 {
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid #fff;
        color: #fff;
        font-size: 20px;
    }
    .footer_widget {
        margin-bottom: 30px;
    }
    .border-radius-30 {
        border-radius: 30px;
    }
    .content-services .wp-block-column {
        border-left: 0;
        padding-left: 0;
    }
    .hadaf-buttons {
        justify-content: start;
    }
    ul.list-box {
        flex-direction: column;
    }
    ul.list-box li {
        width: 100%;
    }
    .title-with-icon  {
        margin-right:0
    }
    .title-with-icon.smaller-icon .icon {
        width: 45px;
        height: 45px;
    }
    .portfolio-details h3 {
        font-size: 22px;
    }
    .portfolio-details.p-4 {
        padding-left: 0 !important;
    }
    .portfolio-details .icon {
        width: 19px;
        height: 19px;
        margin-left: 7px;
    }

    .portfolio-services span {
        border-radius: 30px;
        line-height: 40px;
        padding: 0 6px 0 6px;
        margin-left: 0px;
        width: 100%;
    }
    .portfolio-services ul {
        line-height:30px;
        padding: 7px;
    }
    .portfolio-services ul li {
        border-left: 0;
        padding-left: 0;
        margin-right: 0;
    }
    .portfolio-services {
        border-radius: 30px 30px 10px 10px;
    }
    .portfolio-keywords span {
        line-height: 40px;
        padding: 0 0px 0 0px;
        margin-left: 0px;
        width: 100%;
    }
    .portfolio-keywords ul li {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        margin-bottom: 3px;
    }
    .bottom-text {
        font-size: 15px;
    }
    .bottom-text .icon {
        display: none;
    }
    .tabs-list button {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    body .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }
    body .navbar-expand-lg .navbar-nav .nav-link:before {
        opacity: 0 !important;
    }
    body .navbar-expand-lg .navbar-nav .nav-item {
        text-align: right;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .navbar-expand-lg .navbar-nav li:first-child .nav-link {
        padding-right: 20px;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        border: 0;
        padding-right: 20px;
    }
    .dropdown-toggle::after {
        left: 0;
        position: absolute;
        top: 15px;
        border-color: var(--purple);
    }
    .navbar-nav .dropdown-menu li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

}