@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap');



body{

	padding-top: 100px;

	color: #ffffff;

	background-color: #000000;

	font-family: 'Wix Madefor Display', sans-serif;

}
section{
	overflow-x: clip;
}
header{

	background-color: #000000a6;

    backdrop-filter: blur(7px);

}
header .top_main_header{
	display: flex;
	justify-content: space-between;
	padding: 36px 0 40px 0;
}
header .top_main_header .lang_open_menu{
	display: flex;
}
header .top_main_header .lang_open_menu .lang{
	position: relative;
	margin-right: 84px;

}
header .top_main_header .lang_open_menu .lang .current_language{
    display: flex;
    align-items: center;
	text-transform: uppercase;
	cursor: default;
}
header .top_main_header .lang_open_menu .lang .current_language svg{
    position: absolute;
    right: -14px;
    height: 100%;
    width: 17px;
    padding-left: 7px;
}
header .top_main_header .lang_open_menu .lang .langeages_wr{
	padding-top: 10px;
}
header .top_main_header .lang_open_menu .lang ul{
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translatex(-50%);
    padding: 0;
    border-radius: 20px;
    background: #000;
    box-shadow: 0px 4px 20px 0px rgb(126 248 241 / 33%);
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
header .top_main_header .lang_open_menu .lang:hover ul{
	top: calc(100% - 5px);
	opacity: 1;
	visibility: visible;
}
header .top_main_header .lang_open_menu .lang ul li{
	padding: 6px 39px;
}
header .top_main_header .lang_open_menu .lang ul li.current-lang{
	pointer-events: none;
	opacity: .4;
}
header .top_main_header .lang_open_menu .open{
	cursor: pointer;
}


.top_main_header_toggle_menu{
    position: fixed;
    top: -100%;
    
    right: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
    padding: 58px 0 61px 0;
    background-color: #000;
    background-image: url(../img/top_main_header_toggle_menu_bg.png);
    background-position: 50% calc(50% - 25px);
    background-repeat: no-repeat;
    transition: .5s;
}
.top_main_header_toggle_menu.active{
	top: 0;
}
.top_main_header_toggle_menu .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.top_main_header_toggle_menu .menu_list ul{
	display: flex;
	padding: 0;
}
.top_main_header_toggle_menu .menu_list ul li{
	cursor: pointer;
	transition: .3s;	
}
.top_main_header_toggle_menu .menu_list ul li:not(:last-of-type){
	margin-right: 56px;
}
.top_main_header_toggle_menu .menu_list ul li:hover{
	 opacity: .7;	
}
.discuss_messengers_row{
    display: flex;
    align-items: center;
    padding: 12px 16px;
    padding-left: 14px;
    padding-right: 25px;
    border: 1px solid rgb(118 118 118 / 40%);
    border-radius: 50px;
    background-color: #000;
}
.discuss_messengers_row .discuss.mb{
	display: none;
}
.discuss_messengers_row .discuss{
	margin-right: 27px;
	padding: 9px 16px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #000;
	border: 1px solid #fff;
	border-radius: 100px;
	background-color: #fff;
	white-space: nowrap;
	transition: .3s;
	cursor: pointer;
}
.discuss_messengers_row .discuss:hover{
	background-color: #000;
	color: #fff;
}
.discuss_messengers_row .messengers ul{
	display: flex;
	align-items: center;
	padding: 0;
}
.discuss_messengers_row .messengers ul li:not(:last-of-type){
	position: relative;
	margin-right: 45px;
}
.discuss_messengers_row .messengers ul li:not(:last-of-type):after{
	content: '';
	position: absolute;
	right: -22px;
	width: 1px;
	height: 100%;
	background-color: rgb(118 118 118 / 40%);
}
.discuss_messengers_row .messengers ul li img{
	cursor: pointer;
	transition: .3s;
}
.discuss_messengers_row .messengers ul li img:hover{
	opacity: .7;
}
.top_main_header_toggle_menu .close{
	position: absolute;
	bottom: 17px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s;
}
.top_main_header_toggle_menu .close:hover{
	opacity: .7;
}











.brand_design_studio{
    display: flex;
    align-items: center;
	height: 100vh;
	margin-top: -109px;
	padding-bottom: 10px;
}
.brand_design_studio .image_col{
	position: absolute;
}
.brand_design_studio .top_main_image{
	position: relative;
	width: fit-content;
    margin: 0 auto;
}
.brand_design_studio .top_main_image img{
	filter: brightness(.5);
}
.brand_design_studio .top_main_image .tmi1{
	transition: .2s;
}
.brand_design_studio .top_main_image .tmi2{
	position: absolute;
    top: 0px;
    left: -40px;
	transition: .2s;
}
.brand_design_studio h1{
	position: relative;
    z-index: 5;
	margin-bottom: 55px;

	padding-top: 50px;

	font-weight: 700;

	font-size: 96px;

	line-height: 110%;

	color: #FFFFFF;

}

.brand_design_studio .brand_design_studio_desc{

	position: relative;

    z-index: 5;

	margin-bottom: 30px;

	line-height: 20px;

}
.brand_design_studio .discuss_messengers_row{
	position: fixed;
    z-index: 50;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.we_can{
	padding: 135px 0 85px 0;
}
.we_can h2{
	display: none;
	margin-bottom: 35px;
	padding-top: 125px;
	font-weight: 700;
	font-size: 36px;
	line-height: 45px;
	text-transform: uppercase;
}
.we_can .container{
	position: relative;
}
.we_can .container:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: -220px;
    left: -440px;
    width: 729px;
    height: 661px;
    background-image: url(../img/anim-cr.png);
}
.we_can .container:after{
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -380px;
    right: -360px;
    width: 729px;
    height: 661px;
    background-image: url(../img/anim-cr.png);
}
.we_can .items{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 28px;
}

.we_can .items .item{

	margin-bottom: 25px;

	padding: 0 12px;

}

.we_can .items .item_in{

	position: relative;

	padding: 20px 16px;

	background: #111111;

	border-radius: 50px;

	line-height: 100%;

	font-weight: 500;

	text-transform: uppercase;

	cursor: pointer;

	overflow: hidden;

}

.we_can .items .item_in .color{
    position: absolute;
    left: 50%;
    bottom: -31px;
    width: 202px;
    height: 77px;
    transform: translateX(-50%);
    opacity: 0;
    transition: .4s;
}
.we_can .items .item.active .color{
	opacity: 1;
}
.we_can .items .item_in:hover .color{
	opacity: .75;
}
.we_can .items .item_in:active .color{
	opacity: 1;
}
.we_can .we_can_items_desc_col .inner{
	padding: 0 23%;
}
.we_can .we_can_items_desc_col .title{
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
.we_can .we_can_items_desc_col .desc{
	font-weight: 400;
	font-size: 20px;
}
.who_are_we{

	padding: 0 0 111px 0;

}

.who_are_we h2{

	margin-bottom: 35px;
	padding-top: 125px;
	font-weight: 700;

	font-size: 36px;

	line-height: 45px;

	text-transform: uppercase;

}
.who_are_we .who_are_we_sl_nav .nav{
	position: relative;
	z-index: 9;
	margin-bottom: -40px;
}
.who_are_we .who_are_we_sl_nav .nav > div:first-of-type{
	margin-right: 13px;
}
.who_are_we .who_are_we_sl_nav .nav > div svg path{
	transition: .3s;
}
.who_are_we .who_are_we_sl_nav .nav > div:first-of-type svg{
    margin-left: -3px;
}
.who_are_we .who_are_we_sl_nav .nav > div:last-of-type svg{
    margin-right: -3px;
}
.who_are_we .who_are_we_sl_nav .nav > div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 63px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	cursor: pointer;
	transition: .3s;
}
.who_are_we .who_are_we_sl_nav .nav > div:hover{
	background-color: #000;
}
.who_are_we .who_are_we_sl_nav .nav > div:hover svg path{
	stroke: #fff;
}
.who_are_we .who_are_we_sl_nav .nav > div:active{
	background-color: #fff3;
}
.who_are_we .hwa{

	display: flex;

}
.who_are_we .hwa .owl-stage-outer{
	padding-top: 125px;
}
.who_are_we .hwa .item{

	flex: 0 33.333333%;

	padding: 0 6px;
	user-select: none;

}

.who_are_we .hwa .item .item_in{

	position: relative;

	padding: 53px 20px 72px 20px;

	background-color: #111111;

	border-radius: 30px;

	cursor: pointer;

	transition: 1s;

}

.who_are_we .hwa .item .item_in:hover{

    background-color: transparent;



}

.who_are_we .hwa .item .item_in .top{

	position: relative;

	width: 100%;

	height: 246px;

}

.who_are_we .hwa .item .item_in .top img{

	position: absolute;

	transform: translate(-21%, -15%) scale(.61);

    transition: .6s;

}

.who_are_we .hwa .item .item_in:hover .top img{

	transform: translate(2%, -60%) scale(1);

}

.who_are_we .hwa .item .item_in .bot{

    position: absolute;

    bottom: -40px;

    left: 20px;

    padding-right: 20px;

    transition: .3s;

    transition-delay: .3s;

}

.who_are_we .hwa .item .item_in:hover .bot{

	bottom: 21px;

	transition-delay: 0s;

}

.who_are_we .hwa .item .item_in .bot .title{

	margin-bottom: 12px;

	font-weight: 700;

	font-size: 32px;

}

.who_are_we .hwa .item .item_in .bot .desc{

	line-height: 20px;

	opacity: 0;

    transition-delay: 0s;

    transition-property: opacity;

    transition-duration: .3s;

}

.who_are_we .hwa .item .item_in:hover .bot .desc{

	opacity: 1;

	transition-delay: .3s;

}

.who_are_we .hwa .item .item_in .bg{

	position: absolute;

	z-index: -1;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background: url(../img/who_are_we_bt_color.png);

    background-position: 15% 0%;

    background-repeat: no-repeat;

    border-bottom-right-radius: 30px;

    border-bottom-left-radius: 30px;

    opacity: 0;

    transition: .6s;

}

.who_are_we .hwa .item .item_in:hover .bg{

	background-position: 53% -65%;

	opacity: 1;

}

.portfolio_of_our_projects{

	position: relative;

	padding: 167px 0 85px 0;
}
.portfolio_of_our_projects .container{
	position: relative;
}
.portfolio_of_our_projects .container:before{
	content: '';
	position: absolute;
	top: 30%;
	right: -250px;
	width: 837px;
	height: 788px;
	background-image: url(../img/our-portfolio-cr.png);
}
.portfolio_of_our_projects h2{

	margin-bottom: 35px;

	font-weight: 700;

	font-size: 36px;

	line-height: 45px;

}
.portfolio_of_our_projects .top_spring_row{
	align-items: flex-end;
    margin-bottom: 39px;
}
.portfolio_of_our_projects .discuss_pr_sl_nav{
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: flex-end;
}
.portfolio_of_our_projects .pr_sl_nav{
	
	display: flex;
	justify-content: flex-end;
}

.portfolio_of_our_projects .pr_sl_nav > div:first-of-type{
	margin-right: 13px;
}
.portfolio_of_our_projects .pr_sl_nav > div:first-of-type svg{
    margin-left: -3px;
}
.portfolio_of_our_projects .pr_sl_nav > div:last-of-type svg{
    margin-right: -3px;
}
.portfolio_of_our_projects .pr_sl_nav > div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 63px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	cursor: pointer;
	transition: .3s;
}
.portfolio_of_our_projects .pr_sl_nav > div:hover{
	background-color: #000;
}
.portfolio_of_our_projects .pr_sl_nav > div svg path{
	transition: .3s;
}
.portfolio_of_our_projects .pr_sl_nav > div:hover svg path{
	stroke: #fff;
}
.portfolio_of_our_projects .pr_sl_nav > div:active{
	background-color: #fff3;
}

.portfolio_of_our_projects .portfolio_of_our_projects_decs{

	margin-bottom: 46px;

	line-height: 20px;

}
.portfolio_of_our_projects .top_spring_row .spring{
	position: absolute;
	right: 6%;
	width: auto;
	transition: .1s;
	user-select: none;
}
.portfolio_of_our_projects .portfolio_of_our_projects_sl{

	display: flex;

}
.portfolio_of_our_projects .portfolio_of_our_projects_sl > *{
	padding: 0;
}
.portfolio_of_our_projects .portfolio_of_our_projects_sl .owl-item{
	-webkit-transform: none;
	-moz-transform: none;
    -ms-transform: none;
}
.portfolio_of_our_projects .p_item{
	position: relative;
	min-height: 400px;
    background-size: 100%;
    background-position: center;
    border-radius: 30px;
    transition: .3s;
}
.portfolio_of_our_projects .p_item:hover{
	background-size: 130%;
	background-position: bottom;
}
.portfolio_of_our_projects .p_item img.logo_img{
	position: absolute;
	z-index: 3999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(.65);
	width: auto;
	transition: .3s;
}
.portfolio_of_our_projects .p_item:hover img.logo_img{
	top: 35%;
	transform: translate(-50%, -50%) scale(.9);
}
.portfolio_of_our_projects .p_item .item_bot{
	position: absolute;
    bottom: -2px;
    left: 0;
    padding: 13px 17px 15px 17px;
    width: 100%;
    transform: translateY(100%);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.20);
    transition: .3s;
}
.portfolio_of_our_projects .p_item:hover .item_bot{
	bottom: 0;
	transform: translateY(0%);
}
.portfolio_of_our_projects .p_item .p_desc{

    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 300;
    cursor: default;
    opacity: 0;
    transition-delay: 0s;
    transition: .3s;
}
.portfolio_of_our_projects .p_item:hover .p_desc{
	opacity: 1;
	transition-delay: .3s;
}
.portfolio_of_our_projects .p_item .p_desc span{

	margin-right: 14px;
	text-transform: uppercase;
}

.portfolio_of_our_projects .p_item .p_tit{

    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;

}
.portfolio_of_our_projects .p_item.your_project{
	position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: #000;
    overflow: hidden;
}
.portfolio_of_our_projects .p_item.your_project .place_text{
	position: absolute;
	top: 35px;
	left: 17px;
	transition: .3s;
}
.portfolio_of_our_projects .p_item.your_project:hover .place_text{
	font-size: 35px;
}
.portfolio_of_our_projects .p_item.your_project:before{
	content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 1907px;
    height: 1149px;
    transform: translate(-50%, -3%);
    background-image: url(../img/contuct-us-cr.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .5s;
}
.portfolio_of_our_projects .p_item.your_project:hover:before{
	transform: translate(-50%, -6%);
	opacity: 1;
}
.portfolio_of_our_projects .discuss{
	position: relative;
	display: block;
    width: fit-content;
    margin-right: 13px;
    padding: 19px 60px;
    font-size: 16px;
    border: 1px solid #FFFFFF;
    background-color: #fff;
    border-radius: 100px;
    overflow: hidden;
    color: #000;
    transition: .3s;
}
.portfolio_of_our_projects .discuss:hover{
	background-color: #000;
	color: #fff;
}
.portfolio_of_our_projects .discuss:active{
	background-color: #fff3;
}
.team_section{
	padding: 60px 0 94px 0;
}
.team_section .h_nav{
    position: relative;
    z-index: 10;
	display: flex;
	justify-content: space-between;
}
.team_section .h_nav h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
}
.team_section .h_nav .nav{
	margin-bottom: 34px;
}

.team_section .h_nav .nav > div:first-of-type{
	margin-right: 13px;
}
.team_section .h_nav .nav > div:first-of-type svg{
    margin-left: -3px;
}
.team_section .h_nav .nav > div:last-of-type svg{
    margin-right: -3px;
}
.team_section .h_nav .nav > div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 63px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	cursor: pointer;
	transition: .3s;
}
.team_section .h_nav .nav > div:hover{
	background-color: #000;
}
.team_section .h_nav .nav > div svg path{
	transition: .3s;
}
.team_section .h_nav .nav > div:hover svg path{
	stroke: #fff;
}
.team_section .h_nav .nav > div:active{
	background-color: #fff3;
}

.team_section .team_item .img{
	margin-bottom: 21px;
	border-radius: 30px;
	overflow: hidden;
}
.team_section .team_item .img:hover img{
	scale: 1.3;
}
.team_section .team_item .img img{
	transition: .3s;
}
.team_section .team_item .name{
	margin-bottom: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.team_section .team_item .skills{
	margin-bottom: 11px;
	font-size: 12px;
}
.team_section .team_item .desc{
	font-size: 14px;
}
.our_clients{
	padding: 60px 0 160px 0;
}
.our_clients h2{
	margin-bottom: 117px;
	font-weight: 700;
    font-size: 36px;
    line-height: 45px;
}

.our_clients .marquee {
  --space: 2rem;
  --duration: 40s;
  --gap: var(--space);

  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 2.4rem;
}
.our_clients .marquee:before{
	content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17%;
    background: linear-gradient(90deg, #000000bd, transparent);c
}
.our_clients .marquee:after{
	content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17%;
    background: linear-gradient(270deg, #000000bd, transparent);c
}
.our_clients .marquee_group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scrollsection var(--duration) linear infinite;
}
.our_clients .marquee-container .marquee img{
	object-fit: contain;
}
.projects_worldwide{
	padding: 60px 0 93px 0;
}
.projects_worldwide h2 {
    margin-bottom: 95px;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
}
.projects_worldwide .map{
	position: relative;
}
.projects_worldwide .map .dots .dot{
	position: absolute;
}
.projects_worldwide .map .dots .dot .info{
    position: absolute;
    z-index: 3;
    white-space: nowrap;
    padding: 14px 18px;
    font-size: 14px;
	font-weight: 700;
	background-color: #000;
	border-radius: 20px;
	box-shadow: 0px 6px 15px 0px rgba(127, 248, 241, 0.70);
	user-select: none;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.projects_worldwide .map .dots .dot:hover .info{
	visibility: visible;
	opacity: 1;
}
.projects_worldwide .map .dots .dot .info span{
	color: #7EF8F1;
}
.projects_worldwide .map .dots .dot.usa{
    top: 32%;
    left: 17%;
}
.projects_worldwide .map .dots .dot.usa .aim{
    width: 29px;
    height: 29px;
    transform: rotate(45deg);
}
.projects_worldwide .map .dots .dot.usa .info{
    left: 48px;
    bottom: -10px;
}
/*****/
.projects_worldwide .map .dots .dot.sw{
    top: 15%;
    left: 47%;
}
.projects_worldwide .map .dots .dot.sw .aim{
    width: 25px;
    height: 29px;
    transform: rotate(45deg);
}
.projects_worldwide .map .dots .dot.sw .info{
    left: 43px;
    bottom: -5px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.pl{
    top: 27%;
    left: 47%;
}
.projects_worldwide .map .dots .dot.pl .aim{
    width: 20px;
    height: 24px;
    transform: rotate(45deg);
    border-radius: 20px;
}
.projects_worldwide .map .dots .dot.pl .info{
    left: 30px;
    bottom: -9px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.ge{
    top: 28%;
    left: 44%;
}
.projects_worldwide .map .dots .dot.ge .aim{
    width: 27px;
    height: 21px;
    transform: rotate(45deg);
    border-radius: 20px;
}
.projects_worldwide .map .dots .dot.ge .info{
    left: 30px;
    bottom: -15px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.fr{
    top: 32%;
    left: 43%;
}
.projects_worldwide .map .dots .dot.fr .aim{
    width: 19px;
    height: 22px;
    transform: rotate(45deg);
    border-radius: 20px;
}
.projects_worldwide .map .dots .dot.fr .info{
    left: 30px;
    bottom: -15px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.pr{
    top: 37%;
    left: 40%;
}
.projects_worldwide .map .dots .dot.pr .aim{
    width: 23px;
    height: 17px;
    transform: rotate(45deg);
    border-radius: 20px;
}
.projects_worldwide .map .dots .dot.pr .info{
    left: 30px;
    bottom: -15px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.ru{
    top: 19%;
    left: 60%;
}
.projects_worldwide .map .dots .dot.ru .aim{
    width: 79px;
    height: 66px;
    transform: rotate(45deg);
}
.projects_worldwide .map .dots .dot.ru .info{
    left: 86px;
    bottom: 4px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.bel{
    top: 26%;
    left: 50%;
}
.projects_worldwide .map .dots .dot.bel .aim{
    width: 23px;
    height: 28px;
    transform: rotate(45deg);
}
.projects_worldwide .map .dots .dot.bel .info{
    left: 32px;
    bottom: -8px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.ua{
    top: 33%;
    left: 48%;
}
.projects_worldwide .map .dots .dot.ua .aim{
    width: 93px;
    height: 32px;
    transform: rotate(358deg);
}
.projects_worldwide .map .dots .dot.ua .info{
    left: 103px;
    bottom: -8px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.tn{
    top: 41%;
    left: 44%;
}
.projects_worldwide .map .dots .dot.tn .aim{
    width: 27px;
    height: 28px;
    transform: rotate(358deg);
}
.projects_worldwide .map .dots .dot.tn .info{
    left: 30px;
    bottom: -8px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.uae{
    top: 53%;
    left: 52%;
}
.projects_worldwide .map .dots .dot.uae .aim{
    width: 57px;
    height: 51px;
    transform: rotate(358deg);
}
.projects_worldwide .map .dots .dot.uae .info{
    left: 67px;
    bottom: 4px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.kr{
    top: 31%;
    left: 75%;
}
.projects_worldwide .map .dots .dot.kr .aim{
    width: 33px;
    height: 35px;
    transform: rotate(358deg);
}
.projects_worldwide .map .dots .dot.kr .info{
    right: 45px;
    bottom: -8px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.jp{
    top: 39%;
    left: 77%;
}
.projects_worldwide .map .dots .dot.jp .aim{
    width: 43px;
    height: 30px;
    transform: rotate(325deg);
}
.projects_worldwide .map .dots .dot.jp .info{
    right: 46px;
    bottom: -8px
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.ch{
    top: 41%;
    left: 68%;
}
.projects_worldwide .map .dots .dot.ch .aim{
    width: 37px;
    height: 39px;
    transform: rotate(325deg);
}
.projects_worldwide .map .dots .dot.ch .info{
    right: 46px;
    bottom: -8px;
}
/*****/
/*****/
.projects_worldwide .map .dots .dot.vnm{
    top: 51%;
    left: 70%;
}
.projects_worldwide .map .dots .dot.vnm .aim{
    width: 37px;
    height: 39px;
    transform: rotate(325deg);
}
.projects_worldwide .map .dots .dot.vnm .info{
    right: 46px;
    bottom: -8px;
}
/*****/
.projects_worldwide .total{
	position: absolute;
	bottom: 46px;
	left: 0;
}
.projects_worldwide .total .num{
	margin-bottom: 5px;
	color: #7EF8F1;
	font-weight: 700;
}
.projects_worldwide .total .text{
	font-size: 14px;
}
.projects_worldwide .discuss{
	position: relative;
	z-index: 5;
	display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: -119px;
    padding: 36px 26px;
    font-size: 28px;
    font-weight: 800;
    border: 1px solid #fff;
    border-radius: 40px;
    text-transform: uppercase;
    overflow: hidden;
}
.projects_worldwide .discuss:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -97px;
    width: 426px;
    height: 174px;
    transform: translateX(-50%);
    background-image: url(../img/btn_bg_color.png);
    opacity: 0;
    transition: .4s;
}
.projects_worldwide .discuss:hover:before {
    opacity: 1;
}
.our_advantages{

	padding: 80px 0 120px 0;

}

.our_advantages .container{

	position: relative;

}

.our_advantages h2{

	margin-bottom: 100px;

	font-weight: 700;

	font-size: 36px;

	line-height: 45px;

	text-transform: uppercase;

}

.our_advantages .adv_figure{

	position: relative;

	display: flex;

	align-items: center;

	justify-content: center;

	text-align: center;

}

.our_advantages .adv_figure .adv_lights{

	position: absolute;

	z-index: -2;

	-webkit-animation:spin 17s linear infinite;

    -moz-animation:spin 17s linear infinite;

    animation:spin 17s linear infinite;

}
.our_advantages .adv_figure .figure{
	position: relative;
	transition: .1s;
}
.our_advantages .advantages{

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

}

.our_advantages .advantages .advantage{

	position: absolute;

}

.our_advantages .advantages .advantage .title{

	margin-bottom: 11px;

	font-weight: 700;

	line-height: 100%;

	text-transform: uppercase;

}

.our_advantages .advantages .advantage .desc{

	font-size: 14px;

	line-height: 18px;

}

.our_advantages .advantages .advantage.adv1{

	top: 190px;

	left: 16.66666%;

}

.our_advantages .advantages .advantage.adv2{

	top: 100px;

	left: 50%;

}

.our_advantages .advantages .advantage.adv3{

	top: 347px;

	left: 8.33333%;

}

.our_advantages .advantages .advantage.adv4{

	top: 297px;

	left: 75%;

}

.our_advantages .advantages .advantage.adv5{

	top: 485px;

	left: 16.66666%;

}

.our_advantages .advantages .advantage.adv6{

	top: 435px;

	left: 66.66666%;

}

.our_advantages .advantages .advantage.adv7{

	top: 573px;

	left: 50%;

}
.contact_us{

	padding: 120px 0 100px 0;

}
.contact_us .container{
	position: relative;
}
.contact_us .container:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: -87%;
	width: 1907px;
	height: 1149px;
	background-image: url(../img/contuct-us-cr.png);
}
.contact_us h2{

	margin-bottom: 68px;

	font-weight: 700;

	font-size: 36px;

	line-height: 45px;

	text-transform: uppercase;

}

.contact_us .contacts_title{

	margin-bottom: 24px;

	font-weight: 700;

	font-size: 24px;

	line-height: 100.8%;

	text-transform: uppercase;

}

.contact_us .contact_us_desc{

	margin-bottom: 38px;

	font-size: 14px;

	line-height: 18px;

}

.contact_us .mail_title{

	margin-bottom: 12px;

	font-weight: 700;

	font-size: 16px;

	line-height: 20px;

}

.contact_us .mail_link{

	display: block;

	margin-bottom: 32px;

	font-size: 20px;

	line-height: 25px;

}

.contact_us .messengers_title{

	margin-bottom: 12px;

	font-weight: 700;

	line-height: 20px;

}

.contact_us .messengers_list{

	display: flex;

	padding: 0;

}

.contact_us .messenger{

	margin-right: 15px;

	opacity: 1;

	transition: .3s;

}

.contact_us .messenger:hover{

	opacity: .7;

}
.contact_us .contact_us_form{
	color: #fff;
}
.contact_us .contact_us_form .form_in > p{
	display: flex;
	flex-direction: column;
}
.contact_us .contact_us_form .form_in input{
	width: 100%;
    margin-bottom: 20px;
    padding: 17px 24px;
    border: 1px solid rgba(191, 191, 191, 0.70);
    border-radius: 10px;
}
.contact_us .contact_us_form .form_in textarea{
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
    padding: 17px 24px;
    border: 1px solid rgba(191, 191, 191, 0.70);
    border-radius: 10px;
}
.contact_us .contact_us_form .form_in .wpcf7-checkbox{
	display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.contact_us .contact_us_form .form_in .wpcf7-checkbox .wpcf7-list-item{
	position: relative;
	margin: 0;
}
.contact_us .contact_us_form .form_in .wpcf7-checkbox .wpcf7-list-item span{
	padding-left: 25px;
}
.contact_us .contact_us_form .form_in .wpcf7-checkbox .wpcf7-list-item span:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(191, 191, 191, 0.70);
    border-radius: 4px;
    transition: .2s;
}
.contact_us .contact_us_form .form_in .wpcf7-checkbox .wpcf7-list-item span:after{
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #7ee2f8;
    border-radius: 50px;
    opacity: 0;
    transition: .2s;
}
.contact_us .contact_us_form .form_in .wpcf7-checkbox input{
	display: none;
}
.contact_us .contact_us_form .form_in .wpcf7-checkbox input:checked ~ span:before{
	border-color: #fff
}
.contact_us .contact_us_form .form_in .wpcf7-checkbox input:checked ~ span:after{
	opacity: 1;
}
.contact_us .contact_us_form .form_in .wpcf7-acceptance .wpcf7-list-item{
	position: relative;
	margin: 0;
}
.contact_us .contact_us_form .form_in .wpcf7-acceptance .wpcf7-list-item span{
	padding-left: 25px;
	color: #AFAFAF;
	transition: .2s;
}
.contact_us .contact_us_form .form_in .wpcf7-acceptance .wpcf7-list-item span:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(191, 191, 191, 0.70);
    border-radius: 4px;
    transition: .2s;
}
.contact_us .contact_us_form .form_in .wpcf7-acceptance .wpcf7-list-item span:after{
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #7ee2f8;
    border-radius: 50px;
    opacity: 0;
    transition: .2s;
}
.contact_us .contact_us_form .form_in .wpcf7-acceptance input{
	display: none;
}
.contact_us .contact_us_form .form_in .wpcf7-acceptance input:checked ~ span{
	color: #fff;
}
.contact_us .contact_us_form .form_in .wpcf7-acceptance input:checked ~ span:before{
	border-color: #fff
}
.contact_us .contact_us_form .form_in .wpcf7-acceptance input:checked ~ span:after{
	opacity: 1;
}
.contact_us .contact_us_form .form_in .wpcf7-submit{
	position: relative;
    margin-top: 39px;
    padding: 33px 61px;
    border-radius: 40px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    background-image: url(../img/btn_bg_color.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: -100%;
    border-color: #fff;
    transition: .4s;
}
.contact_us .contact_us_form .form_in .wpcf7-submit:hover{
    background-position-y: -30%;
}
#wechatModal .modal-content{
	background-color: transparent;
}
#wechatModal .modal-content .modal-header{
	border-bottom: none;
}
#wechatModal .modal-content .modal-header button{
	background-color: #fff;
	opacity: 1;
}
footer{
	padding: 38px 0 63px 0;
	overflow: hidden;
	overflow-x: clip;
}
footer .container{
	position: relative;
}
footer .container:before{
	content: '';
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 1720px;
    height: 540px;
    background-image: url(../img/footer_cr.png);

}
footer .contacts_block h2{

	margin-bottom: 29px;

	font-weight: 700;

	font-size: 14px;

	line-height: 100.8%;

	text-transform: uppercase;

}

footer .contacts_block .mail_title{

	margin-bottom: 6px;

	font-weight: 700;

	font-size: 10px;

	line-height: 13px;

	color: #7EE2F8;

}

footer .contacts_block .mail_link{

	display: block;

	margin-bottom: 21px;

	font-size: 12px;

	line-height: 15px;

}

footer .contacts_block .messengers_title{

	margin-bottom: 6px;

	font-weight: 700;

	font-size: 10px;

	line-height: 13px;

	color: #7EE2F8;

}

footer .contacts_block .messenger_list{

	display: flex;

	padding: 0;

}

footer .contacts_block .messenger_list li{

	margin-right: 10px;

	transition: .3s;

}

footer .contacts_block .messenger_list li:last-of-type{

	margin-right: 0;

}

footer .contacts_block .messenger_list li:hover{

	opacity: .8;

}

footer .contacts_block .messenger_list img{

	width: 15px;

}

footer .discuss_block{

	text-align: right;

}

footer .discuss_block .logo{

	margin-bottom: 36px;

}

footer .discuss_block .discuss{
	position: relative;
	display: block;
	width: fit-content;

	margin-bottom: 36px;

	margin-left: auto;

	padding: 11px 21px;

	font-size: 12px;

	line-height: 100%;

	border: 1px solid #FFFFFF;

	border-radius: 30px;
	overflow: hidden;

}
footer .discuss_block .discuss:before{
	content: '';
	position: absolute;
	left: 50%;
    bottom: -107px;
    width: 426px;
    height: 174px;
    transform: translateX(-50%);
    background-image: url(../img/btn_bg_color.png);
    opacity: 0;
    transition: .4s;
}
footer .discuss_block .discuss:hover:before{
	opacity: 1;
}

footer .discuss_block .copyright{

	font-size: 12px;

	line-height: 15px;

}








@media(max-width: 1979px){
	.portfolio_of_our_projects .p_item{
	    min-height: 340px;
	}
}
@media(max-width: 1690px){
	.portfolio_of_our_projects .p_item{
	    min-height: 400px;
	}
}
@media(max-width: 1399px){
	.we_can .we_can_items_desc_col .inner {
	    padding: 0 18%;
	}
	.portfolio_of_our_projects .p_item{
	    min-height: 340px;
	}

}
@media(max-width: 1199px){
	.we_can{
	    padding: 290px 0 0 0;
	}
	.we_can .we_can_items_desc_col .inner {
	    padding: 0 14%;
	}
	.who_are_we{
		padding-top: 60px;
	}
	.who_are_we .discuss{
		margin-bottom: 40px;
	}
	.portfolio_of_our_projects .portfolio_of_our_pr_desc{
		margin-bottom: 40px;
	}
	.portfolio_of_our_projects .p_item.your_project{
		height: 249px;
	}
	.portfolio_of_our_projects .top_spring_row .spring{
		position: absolute;

	    z-index: -1;

	    top: 18px;

	    right: -2%;

	    min-width: 470px;

	}
}
@media(max-width: 991px){
	.brand_design_studio .top_main_image img {
	    filter: brightness(.7);
	}
	.brand_design_studio .top_main_image .tmi2{
		width: 45%;
	}
	.top_main_header_toggle_menu .menu_list ul{
		flex-direction: column;
		text-align: center;
	}
	.top_main_header_toggle_menu .menu_list ul li:not(:last-of-type){
		margin-right: 0;
		margin-bottom: 16px;
	}
	.brand_design_studio h1{

		margin-bottom: 28px;

		font-size: 64px;

	}

	.brand_design_studio .socials{

	    margin-top: 200px;

	}
	.discuss_messengers_row .discuss.dt{
		display: none;
	}
	.discuss_messengers_row .discuss.mb{
		display: block;
	}
	.brand_design_studio .discuss_messengers_row{
		width: max-content;
	}
	.we_can .we_can_items_desc_col .inner {
	    padding: 0;
	}

	.we_can .we_can_desc{

		margin-top: 0;

		margin-bottom: 33px;

		font-size: 14px;

		line-height: 18px;

	}

	.we_can .items .item{

		margin-bottom: 19px;

		padding: 0 4px;

	}

	.we_can .items .item_in{

		font-size: 14px;

	    padding: 16px 12px;

	}

	.who_are_we{

	    padding: 70px 0 80px 0;

	}

	.who_are_we h2{

		margin-bottom: 12px;

		font-size: 32px;

		line-height: 40px;

	}

	.who_are_we .mobile_slider_who_are_we_col .owl-stage-outer{

		padding-top: 145px;

	}

	.who_are_we .discuss{

		display: none;

	}

	.who_are_we .mobile_slider_who_are_we_col{

		padding: 0;

	}

	.who_are_we .hwa{

		margin-bottom: 65px;

	}

	.who_are_we .hwa .item{

	    padding: 0 15px;

	}
	.who_are_we .hwa .owl-item .item .item_in:hover{
		background-color: #111111;
	}
	.who_are_we .hwa .owl-item .item .item_in:hover .top img{
		transform: translate(-21%, -15%) scale(.61);
	}
	.who_are_we .hwa .owl-item .item .item_in:hover .bot{
		bottom: -40px;
	    transition-delay: .3s;
	}
	.who_are_we .hwa .owl-item .item .item_in:hover .bot .desc{
	    opacity: 0;
	    transition-delay: 0s;
	}
	.who_are_we .hwa .owl-item .item .item_in:hover .bg{
	    background-position: 15% 0%;
	    opacity: 0;
	}
	.who_are_we .hwa .f-active .item_in{
	    background-color: transparent;
	}
	.who_are_we .hwa .f-active .item_in .top img {
	    transform: translate(2%, -60%) scale(1);
	}
	.who_are_we .hwa .f-active .item_in .bot {
	    bottom: 21px;
	    transition-delay: 0s;
	}
	.who_are_we .hwa .f-active .item_in .bot .desc {
	    opacity: 1;
	    transition-delay: .3s;
	}
	.who_are_we .hwa .f-active .item_in .bg {
	    background-position: 53% -65%;
	    opacity: 1;
	}
	.who_are_we .hwa .f-active .item_in:hover{
	    background-color: transparent!important;
	}
	.who_are_we .hwa .f-active .item_in:hover .top img {
	    transform: translate(2%, -60%) scale(1)!important;
	}
	.who_are_we .hwa .f-active .item_in:hover .bot {
	    bottom: 21px!important;
	    transition-delay: 0s!important;
	}
	.who_are_we .hwa .f-active .item_in:hover .bot .desc {
	    opacity: 1!important;
	    transition-delay: .3s!important;
	}
	.who_are_we .hwa .f-active .item_in:hover .bg {
	    background-position: 53% -65%!important;
	    opacity: 1!important;
	}
	.who_are_we .mobile_discuss{

		display: block;

		width: fit-content;

		margin-left: 12px;

	}
	.portfolio_of_our_projects .top_spring_row .spring{
		right: -30%;
	}
	.portfolio_of_our_projects .container{

		padding: 0;

	}

	.portfolio_of_our_projects .top_spring_row{

		padding: 0 12px;

	}

	.portfolio_of_our_projects h2{

	    margin-bottom: 12px;

	    font-size: 32px;

	    line-height: 40px;

	}

	.portfolio_of_our_projects .portfolio_of_our_projects_desc{
	    margin-bottom: 30px;
	    font-size: 14px;

	    line-height: 18px;

	}


	.portfolio_of_our_projects .portfolio_of_our_projects_sl{

		margin: 0;

	}

	.portfolio_of_our_projects .p_item .p_desc{

		margin-bottom: 10px;

		font-size: 10px;

	}

	.portfolio_of_our_projects .p_item .p_tit{

		font-size: 20px;

	}
	.portfolio_of_our_projects .discuss{

		margin-left: 17px;

	}

	.our_advantages{

		padding-bottom: 410px;

		overflow-x: hidden;

	}

	.our_advantages h2{

	    margin-bottom: 150px;

		font-size: 32px;

		line-height: 40px;

	}

	.our_advantages .advantages .advantage .title{

		font-size: 14px;

	}

	.our_advantages .advantages .advantage .desc{

		font-size: 12px;

		line-height: 15px;

	}

	.our_advantages .adv_figure .figure{

		margin-left: -300px;

	}

	.our_advantages .adv_figure .adv_lights{

	    min-width: 650px;

	    margin-top: -245px;

	    margin-right: -500px;

	}

	.our_advantages .advantages .advantage.adv1 {

	    top: 120px;

	    left: 3.66666%;

	}

	.our_advantages .advantages .advantage.adv2 {

	    top: 212px;

	    left: 20%;

	}

	.our_advantages .advantages .advantage.adv6 {

	    top: 379px;

	    left: 56.66666%;

	}

	.our_advantages .advantages .advantage.adv4 {

	    top: 490px;

	    left: 31%;

	}

	.our_advantages .advantages .advantage.adv7 {

	    top: 573px;

	    left: 4%;

	}

	.our_advantages .advantages .advantage.adv5 {

	    top: 662px;

	    left: 20.66666%;

	}

	.our_advantages .advantages .advantage.adv3 {

	    top: 785px;

	    left: 44.33333%;

	}

	.our_advantages .advantages .discuss{

		right: auto;

	    bottom: -350px;

	    left: 4%;

	}

	.contact_us h2{

		margin-bottom: 60px;

		font-size: 32px;

		line-height: 40px;

	}

	.contact_us .contacts_title{

		margin-bottom: 11px;

		font-size: 16px;

	}

	.contact_us .contact_us_desc{

		margin-bottom: 30px;

	}

	.contact_us .link_block{

		display: flex;
	    margin-bottom: 45px;
	}

	.contact_us .link_block .mail_block, .contact_us .link_block .messenger_block{

		flex: 0 0 50%;

	}

	.contact_us .link_block .mail_block{

		order: 2;

	}

	.contact_us .messengers_title{

		font-size: 14px;

		line-height: 18px;

	}

	.contact_us .mail_link{

		margin-bottom: 0;

		font-size: 16px;

		line-height: 20px;

	}

	footer{

		text-align: center;

	}

	footer .contacts_block{

		order: 2;

	}

	footer .discuss_block{

		order: 1;

		display: flex;

	    flex-direction: column;

	    align-items: center;

	}

	footer .discuss_block .logo{

		order: 1;

		margin-bottom: 13px;

	}

	footer .discuss_block .discuss{

		order: 3;

		margin-right: auto;

		margin-bottom: 94px;

	}

	footer .discuss_block .copyright{

		order: 2;

		margin-bottom: 68px;

	}

	footer .contacts_block .messenger_list{

		justify-content: center;

	}

}

@media(max-width: 767px){
	.brand_design_studio{
	    margin-top: -140px;
	}
	.brand_design_studio .row{
		align-items: center;
	}
	.brand_design_studio .col_htg{
		display: flex;
	    flex-direction: column;
	}
	.brand_design_studio h1 {
	    font-size: 55px;
	}
	.brand_design_studio .brand_design_studio_desc{
		font-size: 15px;
	}
	.brand_design_studio .brand_design_studio_desc br{
		display: none;
	}
	.brand_design_studio .bds_discuss_tg{
	    justify-content: flex-start;
	    margin-top: auto;
	    margin-bottom: 140px;
	}
	.brand_design_studio .bds_discuss{
		font-size: 25px;
	}
	.brand_design_studio .top_main_image .tmi1{
		width: 440px;
	}
	.we_can{
	    padding: 40px 0 30px 0;
	}
	.we_can h2{
		display: block;
		margin-bottom: 28px;
		font-size: 32px;
		line-height: 40px;
	}
	.we_can .we_can_items_col{
		order: 2;
	}
	.we_can .we_can_items_desc_col{
		order: 1;
	}
	.we_can .we_can_items_desc_col .title{
		font-size: 16px;
	}
	.we_can .we_can_items_desc_col .desc{
		margin-bottom: 35px;
		font-size: 14px;
	}
	.we_can .items{
	    justify-content: flex-start;
	}
	.portfolio_of_our_projects{
	    padding: 45px 0 85px;
	}
	.projects_worldwide .discuss{
		margin-top: 60px;
	}
}

@media(max-width: 575px){
	.brand_design_studio .col_htg{
	    padding: 0 34px;
	}
    .brand_design_studio .top_main_image img {
	    filter: brightness(.85);
    }
	.brand_design_studio .bds_discuss{
		margin-right: 10px;
		padding: 28px 20px;
		font-size: 18px;
		border-radius: 30px;
	}
	.brand_design_studio .bds_tg_link{
		width: 85px;
	    height: 85px;
	    border-radius: 30px;
	}
	.brand_design_studio .bds_tg_link img{
		width: 35px;
	}
	.discuss_messengers_row .messengers ul li:not(:last-of-type) {
	    margin-right: 30px;
	}
	.discuss_messengers_row .messengers ul li:not(:last-of-type):after{
		right: -15px;
	}
	.portfolio_of_our_projects .discuss{
	    padding: 19px 15px;
	}
	.portfolio_of_our_projects .p_item{
		min-height: 360px;
	}
	.team_section .discuss{
		padding: 32px 20px;
	    font-size: 20px;
	    border-radius: 34px;
	}
	.projects_worldwide .discuss{
		padding: 32px 20px;
	    font-size: 20px;
	    border-radius: 34px;
	}
	.contact_us {
	    padding: 65px 0 100px 0;
	}
	.contact_us .contact_us_form .form_in .wpcf7-submit{
		padding: 32px 20px;
	    font-size: 20px;
	    border-radius: 34px;
	}
}
@media(max-width: 390px){
	.brand_design_studio .bds_discuss{
		padding: 28px 17px;
		font-size: 16px;
	}
    .discuss_messengers_row .messengers ul li:not(:last-of-type) {
    margin-right: 26px;
    }
	.portfolio_of_our_projects .p_item{
		min-height: 330px;
	}
}










@keyframes scrollsection {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 2rem));
  }
}









@-moz-keyframes spin { 

    100% { -moz-transform: rotate(360deg); } 

}

@-webkit-keyframes spin { 

    100% { -webkit-transform: rotate(360deg); } 

}

@keyframes spin { 

    100% { 

        -webkit-transform: rotate(360deg); 

        transform:rotate(360deg); 

    } 

}