@import "../fonts/main-fonts.css";
body {
  padding: 0;
  margin: 0;
  font-family: Noto Kufi Arabic;
  color: #0E0F2B;
  font-size: 18px;
  background: #FCF5EC;
}
a{
	color: #F29840;
}
a:hover{
	color: #0E1F3B;
}
p{
	font-family: 'P' !important;
	font-size: 18px
}

.loading-screen {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  background-color: #17183C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-screen div {
  width: 190px;
  height: auto;
  position: relative;
}
.loading-screen div img {
  width: 100%;
  height: auto;
}
.loading-screen div i {
content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 80px;
    height: 80px;
    background-image: url(../images/center-lang.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 99999999;
    margin: -80px -40px 0 0;
    animation: re 1.5s linear infinite;
}

@keyframes re {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.container {
  max-width: 1200px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 40px 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: initial !important;
  border: none !important;
}
header .head {
  padding: 0;
  display: flex;
  align-items: center;
}
header .head .logo {
  width: auto;
  height: 44px;
}
header .head .see2030 {
  width: auto;
  height: 76px;
}
header .head ul {
  list-style: none;
  margin: 0;
  width: auto;
  padding: 0 20px;
}
header .head ul li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  text-decoration: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  background: #F29220;
  font-weight: 500;
}
header .head ul li a:hover {
  background: #fff;
  border-radius: 50%;
  color: #F29220;
}
header .menu {
  width: 288px;
  position: fixed;
  top: 0;
  right: 50%;
  margin-right: -144px;
}
header .menu ul.topnav {
  list-style: none;
  display: block;
  background: #fff;
  padding: 25px 20px 0;
  text-align: center;
  margin: -400px 0 0;
  transition: all 0.3s ease 0s;
}
header .menu ul.topnav.open {
  transition: all 0.3s ease 0s;
  margin: 0 !important;
  animation: open 0.5s;
}
header .menu ul.topnav li {
  display: block;
  text-align: center;
  padding: 5px 0;
}
header .menu ul.topnav li a {
  color: #0E0F2B;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  padding: 7px 5px;
  display: block;
}
header .menu ul.topnav li a:hover {
  color: #F29220;
}
header .menu ul.topnav li.current-menu-item a {
  color: #F29220;
}
@keyframes open {
  0% {
    padding: 25px 20px 0;
  }
  50% {
    padding: 45px 20px 0;
  }
  100% {
    padding: 25px 20px 0;
  }
}
header .menu .click {
  background-image: url("../images/menu.png");
  background-position: center bottom;
  background-size: 100% 105px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 105px;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 0 0 15px;
}
header .menu .click .liv1 {
  display: block;
}
header .menu .click .liv2 {
  display: none;
}
header .menu .click::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 50%;
  margin-right: -12px;
  width: 24px;
  height: 13px;
  background-image: url("../images/down.svg");
  background-size: auto auto;
  background-repeat: no-repeat;
}
header .menu .click.open {
  color: #F29220;
}
header .menu .click.open::after {
  background-image: url("../images/up.png");
}
header .menu .click.open .liv1 {
  display: none;
}
header .menu .click.open .liv2 {
  display: block;
}

@media (max-width: 768px) {
  header {
    padding: 15px 20px !important;
  }
  header .logo {
    height: 30px !important;
  }
  header .click {
    display: flex;
    margin: 0 auto;
    max-width: 80px;
  }
  header .see2030 {
    display: none;
  }
  header .bar {
    width: 30px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: relative;
  }
  header .bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 3px;
    background: #181A3B;
    transition: all 0.2s ease 0s;
  }
  header .bar::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 3px;
    background: #181A3B;
    transition: all 0.2s ease 0s;
  }
  header .bar i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -1px;
  }
  header .bar i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #181A3B;
    transition: all 0.5s ease 0s;
  }
  header .bar i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #181A3B;
    transition: all 0.5s ease 0s;
  }
  header .bar.on {
    position: fixed;
    top: 18px;
    left: 20px;
  }
  header .bar.on::before {
    width: 0;
    transition: all 0.2s ease 0s;
  }
  header .bar.on::after {
    width: 0;
    transition: all 0.2s ease 0s;
  }
  header .bar.on i::before {
    transform: rotate(50deg);
    transition: all 0.5s ease 0s;
  }
  header .bar.on i::after {
    transform: rotate(-50deg);
    transition: all 0.5s ease 0s;
  }
  header .menu {
    width: 100%;
    right: 0%;
    margin-right: 0;
  }
  header .topnav.open {
    height: 100vh !important;
  }
}
footer {
  padding: 60px 10px 40px;
  background: #0E0F2B;
  min-height: 250px;
  clear: both;
  overflow: hidden;
}
footer .container {
  max-width: 1200px;
}
footer .row {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
footer .foot {
  float: right;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
footer .foot img {
  width: auto;
  max-height: 47px;
  margin: 0 0 20px;
}
.rs{
	height: 30px;
	margin: -10px 6px 0 !important;
}
footer .foot p.copy {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 20px;
  max-width: 250px;
}
footer .foot .media-footer {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
}
footer .foot .media-footer a {
  background: #2F304E;
  color: #fff;
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: flex;
  margin: 5px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
footer .foot .media-footer a:hover {
  background: #F29220;
}
footer .foot h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
}
footer .foot ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display:block;
	
		
}
footer .foot ul li{
	margin: 3px 0;
	width: 100%;
}
footer .foot ul li a{
	color: #fff;
	display: inline-block;
	padding: 5px 0;
	text-decoration: none;
	outline: none;
	font-family: 'P' !important;
    font-size: 18px;
}
footer .foot ul li a:hover{
	color: #F29840;
}


footer .foot .adress {
  display: flex;
  clear: both;
  overflow: hidden;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
	font-family: p;
}
footer .foot .adress img {
  width: 24px;
  height: 24px;
  margin-inline-end: 15px;
}
footer .foot p {
  line-height: 2;
}

footer .hot{
	color: #fff;
	text-decoration: none;
	outline: none;
/* 	font-size: 40px; */
}
.hot:hover{
	color: #F29840;
}



@media (max-width: 769px) {
  .click {
    display: none !important;
  }
}
/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);

*/
* {
  transition: all 0.3s ease 0s;
}

*:hover {
  transition: all 0.3s ease 0s;
}

.slider-home {
  background: #fff;
  direction: ltr;
  position: relative;
}
.slider-home .item {
  direction: rtl;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
.slider-home .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/cover.png");
  background-position: center;
  background-size: 100% 100%;
  z-index: 5;
}
.slider-home .item .text {
  position: absolute;
  top: 0;
  left: -20px;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.slider-home .item .text center {
  max-width: 700px;
}
.slider-home .item .text h1 {
  display: block;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  color: #0E0F2B;
}
.slider-home .item .text p {
  font-size: 22px;
/*   max-width: 600px; */
  margin: 24px 0 0;
  line-height: 2;
}
.slider-home .item .text a {
  background: #F29220;
  color: #fff;
  display: flex;
  height: 44px;
  width: 136px;
  border-radius: 6px;
  margin: 24px 0 0;
  text-decoration: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
	font-family: p;
}
.slider-home .item .text a .i {
  width: 13px;
  height: 12px;
  background-image: url("../images/i.png");
  background-size: 13px 12px;
  background-position: left center;
  margin: 2px 5px 0 0;
}
.slider-home .item .text a:hover {
  background: #0B4377;
}
.slider-home .item .text a:hover .i {
  width: 7px;
}
.slider-home video {
  width: 100%;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 !important;
  margin: 0 !important;
}
.slider-home img {
  width: 100%;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-home .owl-prev {
  font-size: 0;
  background-image: url("../images/p.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 39px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
}
.slider-home .owl-prev:hover {
  background-image: url("../images/p2.png");
  width: 50px;
}
.slider-home .owl-next {
  font-size: 0;
  background-image: url("../images/n.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 39px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -19px;
}
.slider-home .owl-next:hover {
  background-image: url("../images/n2.png");
  width: 50px;
}
.slider-home .owl-pagination {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
}
.slider-home .owl-pagination .owl-page {
  width: 12px;
  height: 5px;
  margin: 5px;
  background: #F29220;
  display: inline-block;
  position: relative;
  opacity: 0.3;
}
.slider-home .owl-pagination .owl-page::after {
  content: "";
  position: absolute;
  top: -9px;
  right: 0;
  border-width: 5px 6px 4px 6px;
  border-style: solid;
  border-color: transparent transparent #F29220 transparent;
}
.slider-home .owl-pagination .owl-page::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-width: 4px 6px 6px 6px;
  border-style: solid;
  border-color: #F29220 transparent transparent transparent;
}
.slider-home .owl-pagination .owl-page.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .slider-home .text {
    left: 0 !important;
  }
  .slider-home .text h1 {
    font-size: 26px !important;
    font-weight: 600 !important;
  }
  .slider-home .text p {
    font-size: 17px !important;
  }
}
.nav-footer {
  display: flex;
  position: relative;
}
.nav-footer .nav-footer-box {
     margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 73px;
    align-items: flex-end;
}
.nav-footer .nav-footer-box .link {
    height: 63px;
    width: auto;
    min-width: 190px;
    display: inline-block;
    margin: 0;
	padding: 0 1px;
}
.nav-footer .nav-footer-box .link:hover {
  height: 73px;
  transition: all 0.1s ease 0s;
}
.nav-footer .nav-footer-box .link a {
  color: #0E0F2B;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  background-image: url("../images/link.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px 0 0;
  height: 63px;
}
.nav-footer .nav-footer-box .link a:hover {
  padding-left: 10px;
  background-image: url("../images/link-h.svg");
  height: 73px;
}

@media (max-width: 768px) {
  .nav-footer {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 73px;
    margin-top: -73px;
  }
  .nav-footer .nav-footer-box {
    display: flex;
    flex-direction: row;
  }
  .nav-footer .nav-footer-box .link {
    min-width: 130px;
    height: 50px;
    margin: 0 3px;
  }
  .nav-footer .nav-footer-box .link a {
    font-size: 15px;
    font-weight: 400;
    height: 100%;
  }
}
section {
  clear: both;
  padding: 50px 5px;
}

.about {
  margin: 50px 0 0;
}
.about .container {
  display: flex;
  flex-wrap: wrap;
}
.about .container .block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	text-align: justify;
}
.about .container .block strong {
  font-size: 18px;
  font-weight: 700;
}
.about .container .block h1 {
  margin: 12px 0;
  font-size: 50px;
  font-weight: 700;
}
.about .container .block p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.about .container .block-mov {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .container .block-mov img {
  max-width: 100%;
  height: auto;
	width: auto;
	max-height: 400px;
}

@media (max-width: 768px) {
  .about .container .block {
    padding: 20px 0;
  }
  .about .container .block h1 {
    font-size: 30px;
  }
  .about .container .block p {
    text-align: justify;
  }
}
.block-vision {
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
  overflow: hidden;
}
.block-vision .box {
  padding: 5px;
}
.block-vision .box .item {
  box-shadow: 2.4px 12.8px 20px 0px rgba(7, 15, 66, 0.05);
  display: flex;
  padding: 36px 85px 36px 24px;
  background: #fff;
  min-height: 190px;
  position: relative;
  align-items: center;
}
.block-vision .box .item img {
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 36px;
  right: 24px;
}
.block-vision .box .item h3 {
  transform: rotate(-90deg);
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  position: absolute;
  top: 110px;
  right: 19px;
}
.block-vision .box .item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  padding: 0 10px;
}

.admin-gene {
  padding: 35px 0;
}
.admin-gene .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.admin-gene .container .block {
  padding: 20px 15px;
  color: #0e0f2b;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  flex-direction: column;
  justify-content: center;
}
.admin-gene .container .block h2 {
display: block;
    margin: 0 0 15px;
    font-size: 40px;
    font-weight: 700;
    border-bottom: 1px solid #b7a690;
    padding: 0 0 20px;
    position: relative;
}
.admin-gene .container .block img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.admin-gene .container .block-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-gene .container .block-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 400px;
}
@media (max-width: 769px) {
  .admin-gene .container .block- {
    padding: 20px 0;
  }
}

.z3 {
  transform: rotateY(180deg);
}

@media (max-width: 768px) {
  .admin-gene .container .block h2 {
    font-size: 30px;
  }
}
.user-gene .container {
  display: flex;
  flex-direction: row;
}
.user-gene .container .block-man {
  overflow: hidden;
  display: flex;
  position: relative;
}
@media (max-width: 960px) {
	.user-gene .container .block-man {
         overflow: hidden;
        display: flex;
        position: relative;
        align-content: flex-start;
        flex-direction: row-reverse;
        justify-content: flex-start;
}
	.user-gene .container .block-man img{
		margin: 0 !important ;
	}
}
.user-gene .container .block-man .names{
position: absolute;
    top: 10%;
    right: 0;
    width: auto;
    display: flex;
    flex-direction: column;
	z-index: 9;
}
.user-gene .container .block-man .names h3{
margin: 0 0 10px;
    color: #F29220;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #b7a690;
    padding: 0 0 15px;
}
.user-gene .container .block-man dotlottie-player {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  left: 0;
  bottom: -15%;
  z-index: 0;
  transform: scale(1.5);
}
.user-gene .container .block-man img {
max-width: 75%;
    z-index: 5;
    margin: 0 auto;
    display: block;
    max-height: 700px;
}

.engaz {
  padding: 50px 0;
}
.engaz .container {
  display: flex;
  flex-wrap: wrap;
  color: #0e0f2b;
}
.engaz .container h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
}
.engaz .container .value {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:  0 0 60px;
    margin: 30px auto 0;
	position: relative;
	overflow: hidden;
}
.engaz .container .value > img {
    width: auto;
    max-height: 480px;
	max-width: 80%;
}
.engaz .container .value .box-name{
	position: absolute;
    top: 0;
    left: 50%;
	cursor: pointer;
}
.engaz .container .value .box-name h3{
	font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}
.engaz .container .value .box-name:hover h3{
	color:#F29840;
}
.engaz .container .value .box-name p{
    position: absolute;
    top: 0;
    left: auto;
    opacity: 0;
    right: 0;
    transition: all 0.2sease 0s;
    background: #e5dacc6b;
    padding: 5px 10px;
    border-radius: 20px;
	
}
.engaz .container .value .box-name:hover p{
	opacity: 1;
	top: 40px;
  transition: all 0.2s ease 0s;
}

.engaz .container .value .box-name:nth-child(2){
    position: absolute;
    top: 42%;
    left: 50%;
    margin-left: 100px;
}
.engaz .container .value .box-name:nth-child(3){
	position: absolute;
    bottom: 60px;
	top: auto;
    left: 50%;
}
.engaz .container .value .box-name:nth-child(4){
    position: absolute;
    bottom: 60px;
    top: auto;
    left: 0%;
    margin-left: -30px;
}
.engaz .container .value .box-name:nth-child(5){
    position: absolute;
    top: 42%;
    left: 0%;
    margin-left: -140px;
}
.engaz .container .value .box-name:nth-child(6){
	position: absolute;
	top: 0;
    left: 0%;
    margin-left: -30px;
	
}





@media (max-width: 960px) {
  .engaz {
    padding-bottom: 0;
  }
	.engaz .container .value .box-name{
	position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
	margin: 0 0 20px !important;
	cursor: pointer;
}
	.engaz .container .value .box-name h3{
		width: 100%;
		text-align: center;
		max-width: 100%;
	}
	.engaz .container .value .box-name p{
    position: relative;
    top: auto !important;
    left: auto;
    opacity: 1;
    right: auto !important;
    transition: all 0.2sease 0s;
    background: #e5dacc6b;
    padding: 20px;
    border-radius: 20px;
	width: 100%;
	text-align: center;
	
}
	.engaz .container .value > img {
    width: auto;
	max-width: 80%;
		margin: 0 auto 30px;
}
}




.statistics {
  padding: 70px 0;
}
.statistics .container {
  display: flex;
  flex-wrap: wrap;
  color: #0e0f2b;
}
.statistics .container h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
}
.statistics .container .box {
  padding: 20px 15px 35px;
}
.statistics .container .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.statistics .container .box .item img {
  width: auto;
  height: 67px;
  margin: 0 0 15px;
}
.statistics .container .box .item h3 {
  margin: 0 0 10px;
  height: 58px;
  font-size: 30px;
  font-weight: 700;
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002A53;
}
.statistics .container .box .item p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #181A3B;
}

.why {
  background: #fff;
  padding: 100px 0;
}
.why .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
}
.why .container .block {
  padding: 15px;
  position: relative;
}
.why .container .block video{
	max-width: 500px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}
.why .container .block h1 {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 40px;
  color: #0E0F2B;
}
.why .container .block ul {
  list-style: none;
  display: flex;
  padding: 0;
  padding-inline-start: 16px;
  margin: 0;
  flex-direction: column;
}
.why .container .block ul li {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 5px 40px 20px 0;
  clear: both;
  font-size: 16px;
  font-weight: 500;
}
.why .container .block ul li span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 34px;
    height: 34px;
    color: #0e0f2b;
    font-size: 0;
    font-weight: 500;
    background: #414a61;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-image: url(../images/sa.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 62% auto;
}
.why .container .block-cover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why .container .block-cover .covers-img {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
}
.why .container .block-cover img.img {
    position: absolute;
    top: 17%;
    right: 21%;
    width: 58%;
    height: auto;
    z-index: 1;
    min-height: 68%;
    object-fit: cover;
}

.services-page {
  margin: 120px 0 0;
  clear: both;
  font-size: 18px;
  font-weight: 400;
}
.services-page h1 {
  font-size: 50px;
  margin: 0 0 15px;
  font-weight: 700;
  color: #0e0f2b;
	text-align: center;
	width: 100%;
}
.services-page .block {
  margin: 90px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.services-page .block .box {
  padding: 2px;
  position: relative;
  min-height: 260px;
  margin: 0 0 60px;
}
@media (min-width: 900px) {
.services-page .block .box.box-serv {
max-width: 235px
}
}
.services-page .block .box .item {
  position: absolute;
  bottom: 0;
  right: 2px;
  left: 2px;
  display: flex;
  padding: 63px 20px 30px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-image: url("../images/serv.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin: 0px;
}
.services-page .block .box .item:hover {
  animation: mymove 0.5s;
  z-index: 98;
}
.services-page .block .box .item::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 100px;
  background-image: url("../images/foot.png");
  background-position: bottom center;
  background-size: 100% auto;
}
.services-page .block .box .item img {
  height: 67px;
  width: auto;
  z-index: 5;
  position: relative;
}
.services-page .block .box .item h3 {
  margin: 20px 0;
  color: #181A3B;
  font-size: 18px;
  font-weight: 500;
  z-index: 5;
	height: 45px;
  position: relative;
}
.services-page .block .box .item div {
  height: 0;
  transition: all 0.2s ease 0s;
  overflow: hidden;
}
.services-page .block .box .item div p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
	display: none;
}
.services-page .block .box .item:hover div {
/*   height: 165px; */
  transition: all 0.2s ease 0s;
}
@keyframes mymove0 {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 0px;
  }
}

.company-page .block .box {
  margin: 0 0 0px;
  min-height: 200px;
}
.company-page .block .box .item img {
  max-width: 100%;
  max-height: 50px;
  height: auto;
  width: auto;
  margin: 0 auto 20px;
}

@media (max-width: 769px) {
  .services-page h1 {
    font-size: 36px;
  }
  .services-page .block .box {
    margin: 0 0 50px;
  }
  .services-page .block .box .item {
    padding-top: 70px;
  }
  .services-page .block .box .item div {
    height: auto !important;
/*     min-height: 165px; */
  }
}
.news {
  display: flex;
  flex-wrap: wrap;
}
.news .post {
  padding: 15px;
}
.news .post .box {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 0 30px;
  height: 100%;
}
.news .post .box img {
  width: 100%;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 6px 0 0;
  margin: 0;
}
.news .post .box h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #222325;
  margin: 23px 30px 0;
}
.news .post .box h3 a {
  color: #222325;
  text-decoration: none;
  outline: none;
}
.news .post .box h3 a:hover {
  color: #F29220;
}
.news .post .box span {
  margin: 6px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
	font-family: p;
}
.news .post .box p {
  color: #626366;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 30px 9px;
}
.news .post .box a.read {
  height: 13px;
  color: #F29220;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
	font-family: p;
  background-image: url("../images/more.svg");
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-inline-start: 30px;
  width: 75px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.news .post .box a.read:hover {
  color: #000;
  width: 70px;
  background-image: url("../images/more-h.svg");
}

.mor {
  height: 44px;
  border-radius: 6px;
  color: #fff;
  background: #F29220;
  display: flex;
  margin: 60px auto 40px;
  width: 146px;
  outline: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.mor:hover {
  transition: all 0.5s ease 0s;
  background: #0B4377;
}
.mor::after {
  content: "";
  width: 13px;
  height: 12px;
  background-image: url("../images/i.png");
  background-size: 13px 12px;
  background-position: left center;
  margin: 2px 5px 0 0;
  transition: all 0.5s ease 0s;
}
.mor:hover:after {
  content: "";
  width: 7px;
  transition: all 0.5s ease 0s;
}

.blog {
  margin: 160px 0 0;
  padding: 0 15px 50px;
}
.blog .container {
  max-width: 920px;
  background: #fff;
  padding: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.blog .container .entry-meta {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #61686B;
  margin: 0 0 15px;
}
.blog .container .title {
  color: #0E0F2B;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 14px;
}
.blog .container .shear {
  margin: 0;
  padding: 0;
}
.blog .container img.attachment-post-thumbnail {
  margin: 0 auto;
  margin: 30px auto;
  display: flex;
  max-width: 100%;
  height: auto;
}
.blog .container ul {
  padding: 0 27px;
}
.blog .container ul li {
  margin: 0 0 25px;
}
.blog .container h2,
.blog .container h3,
.blog .container h4,
.blog .container h5,
.blog .container h6 {
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.5;
}
.blog .container .gallery-item {
  padding: 5px;
}
.blog .container .gallery-item img {
  width: 100%;
  height: auto;
  border: none !important;
}

@media (max-width: 769px) {
  .blog .container .title {
    font-size: 23px !important;
    line-height: 30px;
  }
  .blog .container p,
  .blog .container ul {
    text-align: justify;
    padding-inline-end: 0;
  }
  .gallery-item {
    width: 100% !important;
  }
  .gallery-item img {
    width: 100%;
    height: auto;
  }
}
.news-other h1 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
}
.news-other .container {
  display: flex;
  flex-wrap: wrap;
}
.news-other .container .post {
  padding: 15px;
}
.news-other .container .post .box {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 0 30px;
  height: 100%;
}
.news-other .container .post .box img {
  width: 100%;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 6px 0 0;
  margin: 0;
}
.news-other .container .post .box h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #222325;
  margin: 23px 30px 0;
}
.news-other .container .post .box h3 a {
  color: #222325;
  text-decoration: none;
  outline: none;
}
.news-other .container .post .box h3 a:hover {
  color: #F29220;
}
.news-other .container .post .box span {
  margin: 6px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
	font-family: p;
  color: #000;
	
}
.news-other .container .post .box p {
  color: #626366;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 30px 9px;
	font-family: p;
}
.news-other .container .post .box a.read {
  height: 13px;
  color: #F29220;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
	font-family: p;
  background-image: url("../images/more.svg");
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-inline-start: 30px;
  width: 75px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.news-other .container .post .box a.read:hover {
  color: #000;
  width: 70px;
  background-image: url("../images/more-h.svg");
}

.jobs {
  padding-left: 10px;
  padding-right: 10px;
}
.jobs-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.jobs-all .box {
    padding: 40px 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jobs-all .box img{
	width: auto;
	height: 70px;
	margin: 0 0 20px;
}

.jobs .container .block-all {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin: 69px 0 0;
	justify-content: center;
}
.jobs .container .block-all .block {
  padding: 15px;
  margin: 0;
}
.jobs .container .block-all .block img{
	height: auto;
}
.jobs .container .block-all .block .form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  min-height: 100px;
  width: 100%;
}
.jobs .container .block-all .block .form form {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.jobs .container .block-all .block .form form .rows {
  padding: 8px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.jobs .container .block-all .block .form form .rows p {
  margin: 0;
  width: 100%;
}
.jobs .container .block-all .block .form form .rows label {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.jobs .container .block-all .block .form form .rows label i {
  font-size: 17px;
  color: #F29220;
  margin: 0 5px;
}
.jobs .container .block-all .block .form form .rows input,
.jobs .container .block-all .block .form form .rows textarea {
  border: 1px solid #A5AEB1;
  padding: 0 16px;
  min-height: 50px;
  border-radius: 6px;
  text-align: right;
  width: 100%;
  margin: 8px 0;
  outline: none;
  max-height: 112px;
}
.jobs .container .block-all .block .form form .rows textarea {
  padding: 10px 15px;
}
.jobs .container .block-all .block .form form .rows input.cv {
  border: 1px dashed #181A3B;
  padding-top: 10px;
}
.jobs .container .block-all .block .form form .rows span.tit {
  color: #fff;
  background: #181A3B;
  border-radius: 0 8px 8px 0;
  position: absolute;
  top: 41px;
  right: 7px;
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  cursor: pointer;
}
.jobs .container .block-all .block .form form .rows select {
  border: 1px solid #A5AEB1;
  padding: 0 16px;
  min-height: 50px;
  border-radius: 6px;
  text-align: right;
  width: 100%;
  margin: 8px 0;
  outline: none;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.jobs .container .block-all .block .form form .rows .wpcf7-not-valid-tip {
  font-size: 11px;
}
.jobs .container .block-all .block .form form .rows .wpcf7-submit {
  background-color: #F29220;
  color: #fff;
  display: flex;
  height: 44px;
  width: 136px;
  border-radius: 6px;
  margin: 0;
  text-decoration: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  border: none;
  background-image: url("../images/i.png");
  background-position: 32px center;
  background-repeat: no-repeat;
	text-align: center;
}
.jobs .container .block-all .block .form form .rows .wpcf7-submit:hover {
  background-color: #0B4377;
  background-image: url("../images/i-hover.png");
  background-position: 39px center;
}
.jobs .container .block-all .block .form h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 8px;
  color: #222325;
}
.jobs .container .block-all .block .form h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 21px 8px;
  color: #222325;
  width: 100%;
}
.jobs .container .block-all .block-img {
  position: relative;
  padding-top: 10vh;
}
.jobs .container .block-all .block-img img.attachment-post-thumbnail {
  position: absolute;
  top: 29%;
  right: 23%;
  width: 53%;
  height: 50%;
  z-index: 1;
}
.jobs .container .block-all .block-img img.covers-img {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
}

@media (max-width: 768.98px) {
  .jobs {
    padding: 20px 0 50px;
  }
}
.contact {
  padding: 60px 0;
}
.contact .container{
	
}
.contact .container .block-all {
     padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin: 30px 0 0;
}
.contact .container .block-all .block {
  padding: 15px;
}
.contact .container .block-all .block .rows .types {
  width: 100%;
  height: 96px;
  padding: 16px;
  display: flex;
  border: 1px solid #E4E9EF;
  border-radius: 6px;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-top: 20px;
  color: #222325;
  font-size: 18px;
  font-weight: 400;
  padding-inline-start: 70px;
  overflow: hidden;
}
.contact .container .block-all .block .rows .types.comp {
  background-image: url("../images/com.svg");
  background-position: right 16px center;
  background-size: auto 50px;
  background-repeat: no-repeat;
}
.contact .container .block-all .block .rows .types.sing {
  background-image: url("../images/sing.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
.contact .container .block-all .block .rows .types span {
  position: inherit;
}
.contact .container .block-all .block .rows .types p {
  display: inline-block;
}
.contact .container .block-all .block .rows .types input {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  opacity: 0;
  cursor: pointer;
}
.contact .container .block-all .block .rows .types input:checked ~ .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 94px;
  border: 1px solid #0B4377;
  border-radius: 6px;
}
.contact .container .block-all .block .rows-type .wpcf7-list-item {
  display: flex;
  background: #FCF5EC;
  border-radius: 5px;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0 5px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.contact .container .block-all .block .rows-type .wpcf7-list-item input {
  width: 24px !important;
  height: 24px;
  padding: 0 !important;
  margin: 0 10px !important;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
}
.contact .container .block-all .block .rows-type p i {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 50%;
  border: 1px solid #E6E7EC;
  background: #fff;
}
.contact .container .block-all .block .rows-type p:has(input:checked) i {
  border: 1px solid #F29220;
}
.contact .container .block-all .block .rows-type p:has(input:checked) i::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #F29220;
  z-index: 5;
}
.contact .container .block-all .block .adress {
  display: flex;
  clear: both;
  overflow: hidden;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
	font-family: p;
}
.contact .container .block-all .block .adress img {
  width: 24px;
  height: 24px;
  margin-inline-end: 15px;
}
.contact .container .block-all .block .media-footer {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.contact .container .block-all .block .media-footer a {
  background: #FCF5EC;
  color: #181A3B;
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: flex;
  margin: 5px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.contact .container .block-all .block .media-footer a:hover {
  background: #F29220;
}

.branches {
  text-align: center;
  margin: 0;
}
.branches h1 {
  margin: 0 0 50px;
}
.branches .naav {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.branches .nav {
  padding: 0;
  display: flex;
  margin: 0 0 20px;
}
.branches .nav li {
  padding: 1px;
  width: 20%;
}
.branches .nav li button {
  width: 100%;
  outline: none;
  border: none;
  -webkit-clip-path: polygon(0% 20%, 50% 0, 100% 20%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 20%, 50% 0, 100% 20%, 100% 100%, 0% 100%);
  background: #000 !important;
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 200px;
  border-radius: 0;
}
.branches .nav li button.active {
  background: #F29220 !important;
}
.branches .nav li button.active img {
  opacity: 0.3;
}
.branches .nav li button img {
  opacity: 0.5;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.branches .nav li button span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
}
.branches .tab-pane {
  padding: 40px 0 0;
}
.branches .tab-pane .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.branches .tab-pane .container .block {
  padding: 16px;
  margin: 0;
}
.branches .tab-pane .container .block .box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #626366;
  margin: 0;
}
.branches .tab-pane .container .block .box strong {
  color: #000;
  margin: 0 0 5px;
  display: inline-block;
}
.branches .tab-pane .container .block p {
  padding: 0;
  margin: 0;
  width: 100%;
}
.branches .tab-pane .container .block iframe {
  width: 100%;
  height: 480px;
  border-radius: 5px;
  padding: 5px;
  background: #fff;
}

@media (max-width: 769px) {
  .naav .nav {
    padding: 0;
    display: flex;
    margin: 0 0 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .naav .nav li {
    padding: 1px;
    min-width: 150px;
    width: 150px;
  }
  .naav .nav li button {
    height: 140px;
  }
}
/**


clip-path: polygon(-10% 20%, 50% 3%, 104% 14%, 109% 101%, 0% 100%);

**/
.strategy {
  margin-top: 60px !important;
  padding: 50px 10px;
  background: #FCF5EC;
}
.strategy .container {
  max-width: 1200px;
}
.strategy .container .block-all {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 70px 0 0;
  align-items: center;
}
.strategy .container .block-all .block {
  padding: 15px;
  margin: 0;
  line-height: 1.7;
}
.strategy .container .block-all .block h1 {
  margin: 0 0 30px;
}
.strategy .container .block-all .block-img {
  position: relative;
  margin: 0 0 25px;
}
.strategy .container .block-all .block-img img.attachment-post-thumbnail {
    width: auto;
    height: auto;
    max-width: 100%;
    transform: rotateY(180deg);
    max-height: 400px;
    margin: 0 auto;
    display: block;
	
}
.strategy .container .block-all .block-img img.covers-img {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
}

.acord .block-all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.acord .block-all .block {
  padding: 20px;
}
 .accordion-item {
  background: #fff;
  border-radius: 6px !important;
  margin: 0 0 10px;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  overflow: hidden;
}
.accordion-item * {
  background: #fff;
  border: none !important;
  box-shadow: none !important;
}
.accordion-item .accordion-button {
  display: flex;
  padding: 0 24px;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  min-height: 70px;
  margin: 0;
  text-align: right;
  padding-inline-end: 45px;
  line-height: 1.6;
}
 .accordion-item .accordion-button:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 13px;
  background-image: url(../images/down.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
}
.accordion-body {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 16px 24px 24px;
}
.accordion-body ul {
  padding: 20px 20px 0 0;
  margin: 0;
}
.accordion-body ul li {
  margin: 0 0 7px;
}
.accordion-body ul li::marker {
  font-size: 10px;
}
.acord .block-all .block-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.acord .block-all .block-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-height: 400px;
}

@media (max-width: 769px) {
  .acord .block-all .block {
    padding: 20px 10px;
  }
  .acord .block-all .block-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .acord .block-all .block-img dotlottie-player {
    height: 200px !important;
    transform: scale(1.5);
    max-width: 100% !important;
  }
  .acord .block-all .accordion-button {
    font-size: 15px !important;
  }
}
.strategy-tow {
  margin: 0 !important;
}
.strategy-tow .block-all {
  margin: 0 !important;
}
.strategy-tow .block-img::after {
  background-image: url(../images/strategy-tow.png) !important;
  min-height: 500px;
}
.strategy-tow .block-img img {
  width: 60%;
}
.strategy-tow .body {
  background: #fff;
  padding: 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  color: #434343;
  line-height: 23px;
}
.strategy-tow .body h3 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
.strategy-tow .body ul {
  color: #434343;
  margin: 15px 0;
  padding: 0;
  padding-inline-start: 20px;
}
.strategy-tow .body ul li {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
}
.strategy-tow .body ul li::marker {
  font-size: 10px;
}

@media (max-width: 769px) {
  dotlottie-player {
    max-height: 200% !important;
    max-width: 100% !important;
  }
  .block-img {
    overflow: hidden;
  }
  .strategy .container .block-all .block h1 {
    font-size: 30px !important;
  }
}/*# sourceMappingURL=style.css.map */






/* edit 2/2025 */


.news-home{}
.news-home .container{}
.news-home .container h1{
    display: flex;
    margin: 0 0 15px;
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	padding: 0 10px;
}
.news-home .container h1 a{
	  background: #F29220;
    color: #fff;
    display: flex;
    height: 44px;
    width: 136px;
    border-radius: 6px;
    margin:  0;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-family: p;
}
.news-home .container h1 a:hover{
    background: #0B4377;	
}
.news-home .container h1 a .i{
	width: 13px;
    height: 12px;
    background-image: url(../images/i.png);
    background-size: 13px 12px;
    background-position: left center;
    margin: 2px 5px 0 0;
}
.news-home .container h1 a:hover .i{
	 width: 7px;
}
.news-home .container .news-slider{}
.news-home .container .news-slider .blog-box{
    padding: 25px;
    display: flex;
    background: #fff;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin: 0 5px;
    border-radius: 10px;
}
.news-home .container .news-slider .blog-box h3{
	font-size: 22px;
    margin: 0 0 15px;
	color: #0E1F3B;
}
.news-home .container .news-slider .blog-box p{
	color: #444;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
}
.news-home .container .news-slider .blog-box a{
	    background: #ffffff;
    color: #444;
    display: flex;
    height: 44px;
    width: 100px;
    border-radius: 6px;
    margin: 20px 0 0;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-family: p;
    border: 1px solid #666;
}
.news-home .container .news-slider .blog-box a:hover{
	background: #F29840;
	color: #fff;
	border-color: #F29840;
}

.news-home .owl-pagination{
	display: flex;
	padding: 20px 0 0;
    justify-content: center;
}
.news-home .owl-pagination .owl-page{
	width: 12px;
	height: 12px;
	background: #444;
	border-radius: 50%;
	margin: 0 4px;
}
.news-home .owl-pagination .owl-page.active{
	background: #F29840;
}


/*  */
.person-box{
	display: none;
}
/*  */
.partners-slider{
	padding: 0 40px
}
.partners-slider .owl-prev {
  font-size: 0;
  background-image: url("../images/p.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 39px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 30px;
}
.partners-slider .owl-prev:hover {
/*   background-image: url("../images/p2.png"); */
/*   width: 50px; */
}
.partners-slider .owl-next {
  font-size: 0;
  background-image: url("../images/n.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 39px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 30px;
}
.partners-slider .owl-next:hover {
/*   background-image: url("../images/n2.png"); */
/*   width: 50px; */
}
/*  */
.title-pdf{
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.title-pdf a{
	background: #F29220;
    color: #fff;
    display: flex
;
    height: 44px;
    width: auto;
    border-radius: 6px;
    margin: 0;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-family: p;
	padding: 0 15px;
}
.title-pdf a:hover{
	background: #0E1F3B;
}

/*  */
.statement{
	width: 100%;
    background: #fff;
    margin: 0 0 10px;
    padding: 10px 100px 10px 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	min-height: 60px;
	align-items: center;
}
.statement img{
	width: auto;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 20px;
}
.statement .linkss{
	display: flex;
    align-items: center;
    justify-content: center;
}
.statement .linkss a {
    font-size: 25px;
    margin: 0 20px;
}
.statement .linkss a:hover{
	color: #0E1F3B;
}
/*  */
.what{
	background: #fff;
	padding: 50px 10px
}
.what .container{
display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.what .container .block{
		display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 40px;
}
.what .container .block h1{
	font-size: 50px;
    margin: 0 0 25px;
    font-weight: 700;
    color: #000;
    text-align: center;
    width: 100%;
}
@media (max-width: 769px) {
	.what .container .block h1{
	font-size: 35px;
}
}
.what .container .block .item{
	padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.what .container .block .item img{
	height: 80px;
	width: auto;
	margin: 0 0 20px;
}
.what .container .block .item h1{
	margin: 0 0 20px;
	font-size: 40px;
	color: #F29220;
}
.what .container .block .item h3{
	text-align: center;
	font-size: 20px;
	margin: 0;
	
}
.what .container .block video{
	max-width: 800px;
	border-radius: 20px;
	margin: 30px 0 0;
}

/*  */

.accordion-item {
  background: #fff;
  border-radius: 6px !important;
  margin: 0 0 10px;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  overflow: hidden;
}
.accordion-item * {
  background: #fff;
  border: none !important;
  box-shadow: none !important;
}
.accordion-item .accordion-button {
display: flex;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 700;
    color: #0e0f2b;
    min-height: 60px;
    margin: 0;
    text-align: right;
    padding-inline-end: 45px;
    line-height: 1.6;
}
 .accordion-item .accordion-button:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 13px;
  background-image: url(../images/down.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
}
.accordion-body {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 16px 24px 24px;
}
.accordion-body ul {
  padding: 20px 20px 0 0;
  margin: 0;
}
.accordion-body ul li {
  margin: 0 0 7px;
}
.accordion-body ul li::marker {
  font-size: 10px;
}
.acord .block-all .block-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button:not(.collapsed) {
    background: #fff;
}



.privacy{}
.privacy span{
	padding: 0;
	margin: 0;
}
.privacy label{
	    display: flex;
    align-items: center;
}
.privacy input{
	    width: 20px !important;
    margin: 0 10px !important;
}

.person-box{
    display: block;
}

[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    display: block;
    width: 100%;
}
.wpcf7cf-hidden{
	display: none !important
}

.partners-slider-grid{
	display: flex;
	flex-wrap: wrap;
}






@media (max-width: 769px) {
}

/*  */
.owl-carousel{
	direction: ltr !important;
}

