/* [ Fonts ] */
@font-face {
    font-family: "YB";
    src: url('fonts/Y-ExtraBlack.woff') format('woff'), 
    url("fonts/Y-ExtraBlack.woff2") format('woff2');
    font-weight: 900;
    font-style: bold;
}
@font-face {
    font-family: "YB";
    src: url('fonts/Y-ExtraBold.woff') format('woff'), 
    url("fonts/Y-ExtraBold.woff2") format('woff2');
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: "YB";
    src: url('fonts/Y-SemiBold.woff') format('woff'),
    url("fonts/Y-SemiBold.woff2") format('woff2');
    font-weight: 600;
    font-style: bold;
}
@font-face {
    font-family: "YB";
    src: url('fonts/Y-Bold.woff') format('woff'), 
    url("fonts/Y-Bold.woff2") format('woff2');
    font-weight: 500;
    font-style: bold;
}
@font-face {
    font-family: "YB";
    src: url('fonts/Y-Light.woff') format('woff'), 
    url("fonts/Y-Light.woff2") format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "YB";
    src: url('fonts/Y-Regular.woff') format('woff'), 
    url("fonts/Y-Regular.woff2") format('woff2');
    font-weight: 500;
    font-style: normal;
}

/* [ Basic Settings ] */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}ol, ul,li{list-style:none}blockquote, q{quotes:none}blockquote:before, blockquote:after, q:before, q:after{content:'';content:none}strong{font-weight:bold;}input{outline:none; }table{border-collapse:collapse;border-spacing:0;}*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}A{text-decoration:none}IMG, A IMG{border:0}.clear{clear:both}.clear:before, .container:after{content:"";display:table}.clear_none{display:none}.block{display:block}.inline-block{display:inline-block}.left{float:left}.right{float:right}
/* [ SLIDER ] */
.owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-stage-outer{ position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-item,.owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-item{min-height:1px;float:right;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-item img{display:block;width:100%}.owl-dots.disabled,.owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-dot,.owl-nav .owl-next,.owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-nav button,.owl-nav button,button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.animated{animation-duration:1s;animation-fill-mode:both}.owl-animated-in{z-index:0}.owl-animated-out{z-index:1}.fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-item img.owl-lazy{transform-style:preserve-3d}.owl-video-wrapper{position:relative;height:100%;background:#000}.owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-video-playing .owl-video-play-icon,.owl-video-playing .owl-video-tn{display:none}.owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-video-frame{position:relative;z-index:1;height:100%;width:100%}object{pointer-events:none}
.owl-rtl{
	position:relative;
    overflow: initial;
}
.owl-nav button{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    background: #F7F8F9;
    border-radius: 34%;
    font-size: 30px;
    line-height: 0;
    color: #0063db;
    transition: 0.1s;
}
.owl-nav button.owl-prev{
	right:-50px;
}
.owl-nav button.owl-next{
	left:-50px;
}
.owl-nav button:hover{
	background:#ff0084;
    color: #fff;
}
.owl-dots{
    position: absolute;
    bottom: -5%;
    right: 0;
    left: 0;
}
.service .owl-dots{
    bottom: -10%;
}
button.owl-dot{
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #D8DDE1;
    cursor: pointer;
    transition: .2s;
    margin: 0 5px;
}
.owl-dot.active{
	background:#ff0084;
    width: 60px;
}
.owl-nav button span{
    font-family: cursive;
}
.space05{
    height: 50px;
}
.space1{
    height: 100px;
}
.space15{
    height: 150px;
}
.space2{
    height: 200px;
}
/* [ THEME ] */
body{
	font:300 13px YB;
	text-align:center;
	direction:rtl;
	background:#fff;
	cursor:default;
    letter-spacing: -0.5px;
    color: #4A505B;
}
a{
    color: #000;
    transition: 0.1s;
}
.d1000{
	width:1500px;
	margin:0 auto;
}
.d100{
	min-width:1200px;
}
.d80{
    width: 90%;
    margin: 0 auto;
	min-width:1200px;
    border-radius: 20px;
}
@media (max-width:1400px){
	.d100, .d80{
		width:100%;
		min-width:100%;
        border-radius: 0;
	}
	.d1000{
		width:94%;
	}
}
/* [ HEADER ] */
header{
    z-index: 2;
    position: relative;
}
header .d1000{
    position: relative;
}
.headerMain{
    display: flex;
    align-items: end;
    padding: 15px 0 5px;
}
.headerLeft{
    margin-right: auto;
    width: 20%;
    display: flex;
    align-items: center;
}
.headerLeft a.consult-btn{
    color: #fff;
    padding: 28px;
    background: #0063DB;
    font-size: 15px;
    margin-right: auto;
    border-radius: 30px 0 0 0;
    height: 75px;
}
.headerLeft a.login{
    padding: 0 20px;
    text-align: center;
    border-top: 1px solid #d8dde1;
    height: 75px;
    line-height: 75px;
}
.header_logo{
    margin-bottom: 12px;
}
/* [ MENU ] */
.menu {
    margin-top: -10px;
    position: relative;
    z-index: 999;
    border-top: 1px solid #D8DDE1;
    width: 100%;
    height: 75px;
}
.menu .d1000{
    position:relative;
	z-index:999;
}

.menu_icon{
    display: none;
    float: right;
    width: 61px;
    height: 58px;
    font-size: 50px;
    line-height: 54px;
    color: #ff0084;
    cursor: pointer;
    overflow: hidden;
}
.menu_icon > svg {
    width: 36px;
    height: 36px;
    margin: 2px 9px;
    display: block;
    transition: 0.1s;
}
.icon_open > svg{
    transform: rotate(90deg);
}

.menu_main{
    height: 75px;
	font-weight:normal;
	text-align:right;
	position:relative;
	z-index:99;
}
.menu_mobile{
    display: none;
}
.menu_item{
	display:inline-block;
}
.menu_item_relative{
    position: relative;
}
.menu_item_mobile{
	display:none;
}
.menu_item > A  {
    display: block;
    font-size: 15px;
    line-height: 75px;
    padding: 0px 15px;
    transition: .2s;
    position: relative;
    font-weight: 500;
}
.menu_item > A:before{
    content: "";
    position: absolute;
    border: 0px;
    top: -1px;
    right:  50%;
    left: 50%;
    height: 3px;
    background: #ff0084;
    transition: .2s;
}
.menu_item:hover > A{
	color:#ff0084;
}
.menu_item.current > A{
	color:#ff0084;
}
.menu_item:hover > A:before{
	right:20%;
	left:20%;
}
.menu_item.current > A:before{
	right:20%;
	left:20%;
}   
SPAN.menu_arrow {
    display: none;
    position: absolute;
    top: 6%;
    left: 0;
    width: 38px;
    height: 38px;
    color: #000;
    font-size: 25px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    transition: .2s;
    font-family: sans-serif;
}
SPAN.menu_arrow:before{
	content:"›";
    transition: 0.2s;
}
.active > SPAN.menu_arrow:before{
	content:"›";
    transform: rotate(-90deg);
}
.active > SPAN.menu_arrow{
	color:#402264;
    transform: rotate(-90deg);
}

.menu_sub{
    display: none;
    position: absolute;
    top: 123%;
    right: 0;
    left: 0;
    height: 372px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(21 62 137 / 6%);
    padding: 0;
    overflow: hidden;
    z-index: 2;
    border-radius: 15px;
}
.menu_sub:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    background: #f4f5f7;
    border-left: 1px solid #f4f5f7;
    z-index: -1;
}
.menu_sub_item{
    display: block;
    transition: .1s;
    width: 180px;
}
.menu_sub_item.active{
	background:#000;
}

.menu_sub_item > A{
    display: block;
    font-size: 14px;
    line-height: 42px;
    padding: 0 15px;
    color: #353c56;
    height: 42px;
    transition: .2s;
    position: relative;
    text-align: right;
    font-weight: 200;
    overflow: hidden;
}
.menu_sub_item.active > A{
	color:#fff;
}

.menu_sub2{
	display:none;
	position:absolute;
	top:0;
	right:180px;
	left:0;
	transition:.2s;
	padding:15px;
}


.menu_sub2 > UL{
	float:right;
	width:25%;
}

.menu_sub2_item{
	display:block;
	transition:.2s;
}

.menu_sub2_item > A{
	display:block;
	font-size:14px;
	line-height:36px;
	font-weight:600;
	padding:0 15px;
	color:#353c56;
	transition:.2s;
	position:relative;
	text-align:right;
}
.menu_sub2_item > A:hover{
	color:#ff0084;
}

.menu_sub2_item UL A{
	display:block;
	font-size:13px;
	line-height:32px;
	padding:0 15px;
	color:#353c56;
	transition:.2s;
	position:relative;
	text-align:right;
}
.menu_sub2_item UL A:hover{
	color:#ff0084;
}
.menu_sub_30{
    width: 50%;
    display: block;
    float: right;
}

.menu_child{
	display:none;
	position:absolute;
	top:100%;
	right:0;
	width:220px;
	background:#000;
	padding:20px;
    border-radius:0 0 20px 20px;
	overflow:hidden;
	z-index:2;
}
.menu_child A {
    display: block;
    line-height: 32px;
    padding: 0 15px;
    color: #fff;
    height: 32px;
    transition: .2s;
    text-align: right;
    overflow: hidden;
}
.menu_child A:hover{
	color:#ed1d1f;
}
main{
    margin:  20px 0;
}
slide{
    position: relative;
    display: block;
    border-radius: 0 30px 30px 30px;
    margin-bottom: 50px;
}
slide .slideMask{
    position: relative;
    height: 600px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius:  0 30px 30px 30px;
    text-align: right;
    z-index: 23;
    padding: 5%;
    letter-spacing: -0.5px;
    padding-top: 27%;
    font-size: 16px;
    font-weight: 500;
}
slide .slideMask::before{
    position: absolute;
    z-index: -1;
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, #0063db00 0%, #0063DB 100%);
    width: 75%;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0 30px 30px 0;
    top: 0;
}
slide .slideMask h2{
    font-size:40px;
    color: #fff;
    font-weight: 600;
}
slide .slideMask p  {
    width: 60%;
    text-align: justify;
    border-radius: 20px 0 0 20px;
    padding: 15px 0 15px 30px;
    animation: ppp 2s ease 0s 1 normal forwards;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
@keyframes ppp {
	0% {
		opacity: 0;
		transform: translateX(250px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
slide .owl-dots {
    bottom: -5%;
}
slide .owl-stage-outer{
    border-radius: 0 30px 30px 30px;
}
.feature{
    display: flex;
    gap:5%;
    align-items: center;
}
.feature a{
    width: 24%;
    display: flex;
    align-items: center;
    gap:20px;
}
.feature a strong{
    font-weight: 600;
    color: #0063DB;
    font-size: 20px;
    display: block;
    text-align: right;
}
.feature a span{
    font-size: 13px;
    display: block;
    text-align: right;
}
.feature a svg{
    background: #F7F8F9;
    padding: 20px;
    border-radius: 20px;
    width: 30%;
    height: 100%;
}
hr{
    border: 1px solid #D8DDE1;
}
.bigTitle{
    display: flex;
    align-items: end;
}
.bigTitleR{
    border-right: 4px solid #FF0084;
    padding-right: 15px;
    text-align: right;
}
.bigTitleR h2{
    line-height: 1;
    color: #FF0084;
    font-size: 34px;
    font-weight: 500;
}
.bigTitleR span{
    font-size: 15px;
}
.bigTitleL{
    width: 10%;
    margin-right: auto;
    font-size: 15px;
    text-align: left;
}
.sPost{
    border-radius: 30px;
    background: #F7F8F9;
}
.sPost img{
    border-radius: 30px 30px 0 0;
    aspect-ratio: 4 / 3;
}
.sPost .title{
    background: #0063DB;
    color: #fff;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 3;
}
.sPost p{
    text-align: justify;
    padding: 20px;
    font-weight: 500;
}
.sPost .footer{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 20px 20px 20px;
}
.sPost .footer .country{
    display: flex;
    gap:10px;
    align-items: center;
}
.sPost .footer .country img{
    border-radius: unset;
    aspect-ratio: unset;
}
.sPost .footer .more{
    margin-right: auto;
    color: #bcc4c9;
   font-size: 15px;
}
.why{
    background: #0063DB;
    color: #fff;
}
.why .d1000{
    position: relative;
    display: flex;
}
.whyR{
    text-align: right;
    width: 65%;
    padding: 50px;
}
.whyR h2{
    font-size: 40px;
    font-weight: 600;
}
.whyMain{
    display: flex;
    gap:1%;
    row-gap: 10px;
    flex-wrap: wrap;
    padding-top: 20px;
}
.wPost{
    overflow: hidden;
    width: 32%;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
}
.wPost:nth-child(4){
    width: 48%;
}
.wPost:nth-child(5){
    width: 49%;
}
.wPostR{
    width: 30%;
    background: #F7F8F9;
    height: 100%;
}
.wPostR svg{
    display: block;
    margin: 0 auto;
    height: 100%;
}   
.wPost section{
    padding: 30px 20px;
    color: #4A505B;
    display: block;
}
.wPost section h3{
    font-size: 20px;
    color: #0063DB;
    font-weight: 600;
}
.wPost section p{
    font-weight: 500;
    font-size: 13px;
}
.whyL{
    margin-right: auto;
    text-align: center;
    line-height: 0;
    width: 35%;
    position: relative;
}
.whyL img{
    margin-top: -75px;
}
.whyL a.more {
    position: absolute;
    content: "";
    bottom: -5%;
    left: 5%;
    width: 44%;
    height: 47%;
    background: #ff0084;
    border-radius: 30px 87% 30px 30px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 50px;
}
.whyL a.more svg{
    display: block;
    width: 100%;
}
.customerMain{
    padding-bottom: 30px;
}
.brand{
    background: #F7F8F9;
    border-radius:30px;
    padding: 30px;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
}
.brand img{
    display: block;
}
.order{
    background: #0063DB;
    color: #fff;
    border-radius: 30px;
    position: relative;
    display: flex;
}
.orderR{
    width: 65%;
    padding: 50px;
    text-align: right;
    position: relative;
    z-index: 1;
}
.orderR svg {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 15%;
    width: 60%;
    height: 100%;
    z-index: -1;
}
.orderR h2{
    font-size: 40px;
    font-weight: 600;
}
.orderMain{
    column-count: 2;
    margin-top: 30px;
}
.orderMain{
    display: block;
}
.orderMain li{
    font-size: 18px;
    display: flex;
    align-items: center;
    gap:20px;
    margin-bottom: 12px;
    transition: 0.1s;
}
.orderMain li span{
    background: #fff;
    border-radius: 8px;
    color: #0063DB;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: 0.1s;
}
.orderMain li:hover span{
    background: #FF0084;
    color: #fff;
}
.orderL img {
    margin-bottom: -60px;
    animation: move1 8s infinite;
}
@keyframes move1 {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(60px);
  }
}
.blog .sPost .title{
    padding: 20px;
    text-align: right;
    line-height: 1.5;
    transition: 0.1s;
}
.blog .sPost:hover .title{
    background: #1255a5;
}
.blog .sPost .title h3 {
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.blog .sPost .title a{
    color: #fff;
}

.blog .sPost span{
    display: block;
    opacity: 0.8;
    font-size: 13px;
    font-weight: 300;
}
.blog .moreLink{
    background: #fff;
    color: #d8dde1;
    padding: 9px 10px;
    border-radius: 13px;
    font-weight: 500;
}
.blog .sPost:hover .moreLink{
    background: #FF0084;
    color: #fff;
    padding: 9px 30px;
}
.blog .date{
    margin-right: auto;
}
.consult{
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 30px 60px;
    background: rgb(255,0,132);
    background: linear-gradient(270deg, rgba(255,0,132,1) 0%, rgba(0,99,219,1) 100%);
    background-size: 200% 200%;
    color: #fff;
        -webkit-animation: Animation 5s ease infinite;
    -moz-animation: Animation 5s ease infinite;
    animation: Animation 5s ease infinite;
}

@-webkit-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes Animation { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
.consultR{
    width: 40%;
    text-align: right;
}
.consultR h2{
    font-weight: 600;
    display: block;
    font-size: 40px;
}
.consultR p{
    font-size: 18px;
}
.consult .social{
    flex-wrap: wrap;
    justify-content: center;
}
.consult .social .call{
    width: 100%;
    justify-content: center;
}
.consult .social .socialL {
    margin-right: unset;
}
.consultL{
    margin-right: auto;
    margin-bottom: -50px;
}
body footer{
    background: #0063DB;
    color: #fff;
}
.footerMain{
    padding: 50px 10px;
    text-align: right;
    display: flex;
    align-items: flex-end;
}
.footerR{
    width: 40%;
}
.footerR p{
    text-align: justify;
    padding: 20px 0;
    font-size: 14px;
    line-height: 2;
}
.footerR .cert{
    display: flex;
    column-gap: 10px;
}
.footerR .cert a{
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}
.footerL{
    width: 50%;
    margin-right: auto;
}
.social{
    display: flex;
    align-items: center;
}
.social .call{
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    gap:20px;
}
.social .socialL {
    margin-right: auto;
    display: flex;
    gap: 5px;
}
.social .socialL a {
    background: #fff;
    border-radius: 10px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #0063db;
    font-weight: 500;
    font-size: 15px;
    padding: 14px;
}
.location{
    display: flex;
    gap:30px;
    margin: 30px 0;
}
.location div{
    width: 32%;
}
.location b{
    display: block;
    font-size: 25px;
    font-weight: 500;
}
.location span{
    display: block;
    font-size: 14px;
}
.location tel{
    display: block;
    font-size: 20px;
}
.copyright{
    display: flex;
    align-items: center;
}
.copyright .design{
    display: flex;
    margin-right: auto;
    gap:20px;
    align-items: center;
}