:root{
--color1: #15985d;
--color2: #121b24;
--color3: #6b6668;
--blackco: #000000;
--whiteco: #ffffff;
--gradient-bg: linear-gradient(45deg,#f5d776 0%,#d4af37 25%,#fff6b7 50%,#d4af37 75%,#b8860b 100%);
--button-color: linear-gradient(90deg, rgb(255, 56, 52) 0%, rgb(255, 113, 51) 100%);
--shadow: 0px 4px 25px 0px #0000000f;
--transition: all 1s ease-in-out;
}


* a{
	text-decoration: none !important;
}
#id-4302 .article-wrapper{
padding: 20px;
}
#id-4302 .article-card-line{
display: none;
}
#id-4303{
padding: 100px 0;
}
#id-4303 .introduction-title{
display: none;
}
#id-4303 .introduction-divider{
display: none;
}
#id-4303 .left-introduction{
width: 58%;
}
#id-4303 .right-introduction{
width: 42%;
padding: 0;
}
#id-4303 .welcome-flex-item{
display: flex;
flex-direction: column;
gap: 30px;
text-align: right;
}
#id-4303 .divider-title-container{
display: inline-grid;
height: 100%;
padding: 5px 15px;
background-color: var(--color1);
}
#id-4303 .title-container{
margin: 0;
font-family: iranyekan;
font-size: 14px;
color: #fff;
}
#id-4303 .divider-btn-services{
display: inline-block;
position: relative;
height: 100%;
width: auto;
}
.btn-services{
background-color: #ffffff00;
border: 1px solid #1F385F;
color: #1F385F;
text-decoration: none;
padding: 14px 46px;
font-family: Shabnam;
font-size: 16px;
transition: .3s;
}
.btn-services:hover{
background-color: var(--color1);
border-color: var(--color1);
color: #fff;
}
#id-4303 .title-welcome{
font-family: Shabnam;
font-size: 38px;
color: var(--color2);
}
#id-4303 .paragraph-text{
font-family: Shabnam;
font-size: 16px;
color: var(--color3);
}
#id-4304 .article-card-item{
flex: 1;
margin: 0 !important;
}
#id-4304 .article-content{
background-color: transparent !important;
}

#id-5334 .introdution-container {
	flex-direction: row-reverse !important;
}

#id-5542 .article-card-item {
	background-color: unset !important;
}
#footer1 .information-container {
	width: 80% !important;
}

#id-5693  {
	border-radius : 40px 40px 80px 80px !important;
}

@media(max-width:993px) {
#id-5334  .introdution-container {
flex-direction: column !important;
}
}

.nav-logo {
	width: 150px !important;
}