.top-article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--pad2);

}
.logos .swiper-slide img {
    max-width: 80%;
}
.top-article .right-top-article {
    width: 40%;
	min-height: 433px;
	text-align: center;
}

.top-article .right-top-article img {
    width: 100%;
    max-width: 456px;
    max-height: 426px;
}
.top-article .left-top-article {
    width: 50%;
	    min-height: 318px;

}
.top-article .left-top-article h1 {
    font-size: var(--ft);
    color: var(--txt);
	font-weight: bold;
}
.top-article .left-top-article p {
    font-size: var(--fp);
    color: var(--txt2);
    line-height: var(--lh);
    font-weight: 300;
    margin: 25px 0;
    text-align: justify;
}
.process-landing {
	padding-top: 0;
	padding-bottom: 60px;
}
.process-landing h3 , .right-services h3 {
	color: var(--txt3);
    margin: 0 0 40px 0;
    font-size: var(--ft);
}
.process-landing ul {
	list-style: none;
	padding: 0;
	position: relative;

/* hmp */
	width: 100%;
    display: flex;
    flex-direction: column;
/* hmp */
}
.process-landing ul li {
	display: flex;
    align-items: center;
	position: relative;
	z-index: 2;
	min-height: 200px;
	justify-content: flex-end;

}
.process-landing ul li a {
	color:var(--m);
}
.process-landing ul li::after {
    content: '';
    width: 2px;
    background-color: var(--m);
    position: absolute;
    right: 148px;
    z-index: 1;
/* hmp
 *     height: 203px; */
	height: 100%
}
/* .process-landing ul li:last-child:after {
    height: 165px;
    top: -20px;
} */
.process-landing ul li .left-level {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
	border-top: 2px solid transparent;
    border-left: 2px solid var(--m);
    border-right: 2px solid transparent;
    border-bottom: 2px solid var(--m);
    transform: rotate(45deg);
	z-index: 2;
	
/* 	hmp
 * margin-right: 106px; */
	margin-right:49px;
}

.process-landing ul li .patent-left-level {
    width: 20%;
}
.process-landing ul li .right-level {
    width: 75%;
}
.process-landing ul li .left-level span {
	display: block;
	transform: rotate(-45deg);
	color: var(--m);
	font-weight: bold;
	font-size: 24px;
	font-family: iranyekanPN;
}
.process-landing ul::after {
    content: '';
   
    position: absolute;
    background-image: url(../img/pat-level.svg);
    
    
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;

/* hmp */
/* 	top: -20px; 
 *  width: 13%;
    height: 104%;
	right: 0;*/
	top: 0;
	left: 87%;
	width: inherit;
    height: -webkit-fill-available;
}
/*hmp .process-landing ul li .right-level {
	width: 80%;
} */
.process-landing ul li .right-level h4 {
	color: var(--txt2);
	font-size: var(--ft);
}
.process-landing ul li .right-level p {
	color: var(--txt2);
	font-size: var(--fp);
	line-height: var(--lh);
	font-weight: 300;
	text-align: justify;
}
.description-services {
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding-top: 0;
	padding-bottom: 60px;
}
/* Style the tab */
.tab {
    overflow: hidden;
    width: 47%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 9px;

}
.right-services {
    width: 47%;
}
/* Style the buttons inside the tab */
.tab button {
	cursor: pointer;
	outline: none;
    font-family: iranyekan;
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    box-shadow: var(--bs);
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 3px;
	background-color: white;
    border: none;
	color: var(--txt2);

}
.tab img {
	width: 60%;
    margin-bottom: 30px;
}
/* Change background color of buttons on hover */
.services .tab button:hover ,button.sg-current {
  color: var(--m);
	    font-weight: bold;

}

/* Create an active/current tablink class */
.services button.sg-current::before ,.left-tecnology button.sg-current::before {
    content: '';
    width: 25px;
    height: 4px;
    background-color: var(--m);
    display: block;
    border-radius: 2px;
    margin-left: 20px;
}

/* Style the tab content */
.sg-tab-content{
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  font-size: var(--p);
  white-space: normal;
  font-size: var(--fp);
  color: var(--txt2);
  font-family: iranyekan;
}
.sg-tab-content a {
	    color: var(--m);
}
.sg-tab-content h3 {
    font-size: var(--ft);
    color: var(--txt);
} 
.sg-tab-content p {
    line-height: var(--lh);
	text-align: justify;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.plan {
    padding-top: 0;
	padding-bottom: 60px;
	
}
.top-plan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
div#code-box-2 {
    box-shadow: var(--bs);
}
div#code-box-2 .code-tabs {
    box-shadow: var(--bs);
    display: flex;
    justify-content: space-between;
}
div#code-box-2 .code-tabs button {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'iranyekan';
    background-color: white;
    border: none;
    padding: 15px;
    width: 25%;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    color: var(--txt);
    opacity: .6;
    border-bottom: solid 5px transparent;
}
div#code-box-2 .code-tabs button img {
    margin-bottom: 10px;
    
}
div#code-box-2 .sg-tab-content {
    padding: 35px;
}
div#code-box-2 .code-tabs button.sg-current {
    border-bottom: solid 5px var(--m);
}
div#code-box-2 .code-tabs button.sg-current {
    
    opacity: 1;
}
.landing-single-post {
    position: relative;
}
.landing-single-post img.img-pat-landing {
    position: absolute;
    right: 0;
    z-index: -1;
/*  hmp   top: 300px; */
	top:0;
}
.portfolio {
    background-image: url(../img/Subtract.svg);
    background-size: cover;
    padding: var(--pad2);
}
.portfolio .work {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.portfolio .work picture {
    width: 55%;
}
.portfolio .left-portfolio {
    width: 40%;
}
.portfolio .left-portfolio .title {
    display: block;
    color: var(--m);
    font-size: var(--ft2);
    font-weight: 500;
}
.portfolio .left-portfolio .des {
    color: var(--txt2);
    font-size: var(--fp);
    margin: 30px 0;
    display: block;
    font-weight: 500;
}
.portfolio .left-portfolio p {
    color: var(--txt2);
    font-size: var(--fp);
    font-weight: 300;
    line-height: var(--lh);
	text-align: justify;
}
.portfolio .work picture img {
    width: 100%;
    height: auto;
	    box-shadow: var(--bs);
    border-radius: var(--br2);
    border: solid 6px white;
    box-sizing: border-box;
	
}
.logos{
    padding: var(--pad2);
}

.faq {
	padding-top: 0;
	padding-bottom: 60px;
}

.logos .swiper-slide {
    box-shadow: var(--bs);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
	    padding: 35px;

}
.swiper-container-free-mode>.swiper-wrapper , .article .swiper-slide .swiper-wrapper {
    padding: 15px;
}
.qWrapper {
    transition: all ease-in-out .4s;
    width: 100%;
    overflow: hidden;
    max-height: 70px;
    padding: 0 30px;
    border-radius: var(--br);
    box-shadow: var(--bs);
    margin-bottom: 20px;
    box-sizing: border-box;

}
div.content > div:last-of-type ~ hr {
    display: none;
}
.collapse {
    max-height: 600px;
    background-color: #EAF7FF;
}
.qTitle {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    cursor: pointer;  
}
.qTitle h4 {
    font-size: var(--ft2);
    color: var(--txt3);
}
.qTitle .qArrow {
    width: 20px;
    height: 20px;
	min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .4s;
    background-image: url(../img/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.qWrapper p {
    color: var(--txt2);
    font-size: var(--fp);
    font-weight: 300;
    line-height: var(--lh);
	text-align: justify;
}
.qWrapper p a {
	color: var(--m);
}
.collapse .qTitle .qArrow {
    background-image: url(../img/mines.svg);
    
    background-position: center;
}
article.postsingle .txtpost, .archivepage .subtxtcat {
    margin-top: 60px !important;
}
.titleFAQ {
	    font-weight: bold;
    font-size: var(--ft);
    color: var(--m);
}
.swiper-container-popular , .swiper-container-logos {
    overflow: hidden;
}

.left-portfolio .under-arrow .swiper-button-next, .left-portfolio .under-arrow .swiper-button-prev {
    position: relative;
    right: 0;
    left: 0;
    border: solid 1px var(--m);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 20px;
    outline: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}

.under-arrow {
    display: flex;
    flex-direction: row;
}
.swiper-container {
	padding:15px 0 !important;
}


@media (max-width: 1200px){
	.process-landing ul::after {
		left: 84.5%;
	}
	
	.process-landing ul li .left-level {
		margin-right: 58px;
	}

}

@media(max-width: 992px){
	.process-landing ul li .left-level {
		margin-right: 35px;
	}
	
	.process-landing ul li::after {
		right: 114px;
	}
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	ul.toptitles li a picture {
    	width: 140px;
		padding: 8px;
	}
	ul.toptitles li a img {
   	 	width:100%;
	}
	ul.toptitles li a span {
		height: 50px;
	}
}


@media screen and (max-width: 768px) {
    .top-article {
        padding:var(--pad2);
        flex-wrap: wrap;
    }
    .top-article .left-top-article {
        width: 100%;
    }
	.top-article .right-top-article {
		width: 75%;
		margin: auto;
		min-height: auto;
	}
	
    .top-article .right-top-article {
        margin-bottom: 30px;
		margin-top: -2rem;
    }
    .process-landing {
        padding:0;

    }
    .process-landing ul li .left-level {
        position: relative;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 50%;
        z-index: 2;
        border: solid 2px var(--m);
		
/* hmp 
 * margin-right: 0;*/
		margin: 0 auto;
		
    }
    .process-landing ul li .left-level span {
        font-size: 15px;
    }
    .process-landing ul li::after {
        
/* hmp  height: 325px;
 * right: 25px; */
	right: 10%;

    }
	.process-landing ul li .right-level {
		width: 80%;
	}
	.process-landing ul li .left-level {
		right:0;
	}
    .process-landing ul::after {
        display: none;
    }
    .description-services ,.logos{
        padding: var(--pad2);
    }
	
	.plan{
		padding: 0;
	}
	
    .description-services {
        flex-wrap: wrap;
    }
    .tab {
        width: 100%;
    }
    .tab button {
        padding: 4px;
    }
    .bt.lMore {
        padding: 10px;
    }
    .landing-single-post img.img-pat-landing {
        display: none;
    }
    .portfolio .work {
        flex-direction: column;
    }
    .portfolio .work picture ,.portfolio .left-portfolio , .right-services {
        width: 100%;
    }
    .left-portfolio .under-arrow .swiper-button-next, .left-portfolio .under-arrow .swiper-button-prev {
        margin-top: 20px;
    }
    .qWrapper {
        padding: 0 20px;
        background-color: white;
    }
    .qTitle h4 {
        font-size: var(--fp);
    }
    .qTitle .qArrow {
        width: 10px;
        height: 10px;
        min-width: 10px;
    }
    footer {
        margin-top: 125px !important;
    }
	
	.faq{
		margin-bottom: 5rem;
	}
	
	.portfolio{
		padding: var(--pad2);
	}
	
}

@media (max-width: 576px){
	.process-landing ul li .right-level h4{
		font-size: 20px;
	}
}



@media (max-width: 375px){
	.process-landing ul li .right-level h4{
		font-size: 18px;
	}
}
