.motto h1 {
	    font-family: IRANSans;
    font-weight: bold;
    font-size: 1.9em !important;
    color: #fffe;
    display: block;
}
.motto span {
	font-size: .9em;
    display: block;
    margin: 15px 0;
    color: rgba(255,255,255,.9);
}
div.gradient_ {
    display: block;
}
.circle.lg_ {
    right: 4vw;
    left: auto;
}
div.motto {
width: auto;
    left: 0;
    top: 20vh;
	right: 0;
    margin: 0 auto;
}
div.motto > a.web-design {
    width: auto;
    padding: 0 35px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    background: rgb(102,204,153);
    box-shadow: 0 18px 45px -5px rgba(161, 90, 21, 0.7);
    background: -moz-linear-gradient(45deg, var(--b) 0%, var(--g) 100%);
    background: -webkit-linear-gradient(45deg, var(--b) 0%, var(--g) 100%);
    background: linear-gradient(45deg,var(--b) 0%, var(--g) 100%);
}
div.motto > a.web-design::after {
    border-radius: 25px;
}
#area-chart-seo {
    display: block;
}
.monitor {
    position: absolute;
    z-index: 10;
    width: 700px;
    height: 400px;
    top: 45vh;
    right: 50%;
    margin-right: -350px;
    direction: ltr;
    box-shadow: 0 50px 120px rgba(112, 53, 8, .4);
    border-radius: 10px;
}
.monitor-seo-tag {
    background: #eeedf9;
    width: 160px;
    height: 160px;
    font-size: .8em;
    color: #777;
    padding: 80px 30px 30px;
    position: absolute;
    right: -60px;
    bottom: -100px;
    z-index: -2;
    border-radius: 10px;
    line-height: 30px;
    direction: rtl;
}
.monitor-seo-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7);
}
.monitor-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
.google-wrapper {
    width: 100%;
    height: 400px;
    text-align: left;
    overflow-y: hidden;
}
.mac-top-bar {
    height: 20px;
    width: 100%;
    background: #e5e5e5;
    direction: ltr;
    border-radius: 10px 10px 0 0;
    padding-left: 5px;
}
.mac-top-bar .circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    vertical-align: top;
    margin: 6px 2px;
    position: static;
}
.mac-top-bar .circle.r {
    background: #FD5F57;
    border: 1px solid #F04C51;
}
.mac-top-bar .circle.y {
    background: #FEBC2C;
    border: 1px solid #F6B01A;
}
.mac-top-bar .circle.g {
    background: #26C940;
    border: 1px solid #29AD46;
}
.browser {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #ccc;
    align-items: center;
}
.browser svg {
    color: #aaa;
}
.browser-search {
    width: 300px;
    height: 20px;
    border-radius: 2px;
    background: #999;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.browser-search svg {
    font-size: .7em;
    color: #32db52;
}
.whats-searched {
    width: 150px;
    height: 7px;
    background: #777;
}
.google-header {
    width: 100%;
    height: 40px;
    background: #f5f5f5 url("../img/google-logo.png") no-repeat 10px center;
    position: relative;
}
.google-header svg {
    color: #707070;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1em;
    transform: scaleX(.8);
}
.google-input {
    width: 220px;
    height: 20px;
    border: 1px solid #eee;
    background: #fff;
    margin: 10px 0 15px 80px;
    display: inline-block;
    position: relative;
}
.google-input:hover {
    border-color: #ddd;
}
.google-input svg {
    font-size: .8em;
    color: #4285F4;
    position: absolute;
    right: 5px;
    top: 2px;
    transform: skew(1deg);
}
ul.google-nav {
    margin: 0;
    list-style-type: none;
    direction: ltr;
    background: #f5f5f5;
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #eee;
    padding-left: 80px;
    cursor: default;
}
ul.google-nav li {
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    height: 15px;
    font: .55em "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    cursor: pointer;
    margin-right:10px;
}
ul.google-nav li:nth-child(6) {
    margin-right: 33px;
}
ul.google-nav li.active {
    color: #4285f4;
    border-bottom: 2px solid #4285f4;
}
ul.google-nav li:not(.active):hover {
    color: #111;
}
.google-results-wrapper {
    width: 100%;
    height: 300px;
    overflow-y: hidden;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.4);
}
.google-results {
    width: 100%;
    height: 370px;
    position: relative;
}
.right-gap-filler {
    width: 200px;
    height: 250px;
    position: absolute;
    right: 0;
    top: 0;
}
.title-space {
    width: 70px;
    height: 10px;
    background: #ddd;
    border-radius: 3px;
}
.dis-space {
    width: 120px;
    height: 7px;
    background: #eee;
    border-radius: 3px;
    margin-top: 8px;
}
.title-space.dark {
    width: 100px;
    height: 10px;
    background: #bbb;
    border-radius: 3px;
    margin-top: 10px;
}
.dis-space.dark {
    width: 120px;
    height: 8px;
    background: #ccc;
    border-radius: 3px;
    margin-top: 8px;
}
.google-result {
    position: absolute;
    width: 100%;
    height: 50px;
    padding-left: 80px;
    left: 0;
    transition: all ease .4s;
}
.google-result svg {
    position: relative;
    font-size: .9em;
    color: #f03039;
    right: -10px;
    top: 2px;
    transition: all ease .4s 1s;
}
.state-1 {
    top: 50px !important;
    transition-delay: 1s !important;
}
.state-1 svg {
    color: #2b97d9 !important;
}
.state-2 {
    top: 0 !important;
}
.state-2 svg {
    color: #2ed952 !important;
}
.state-1-d {
    top: 100px !important;
}
.state-2-d {
    top: 50px !important;
}
.result-header a {
    font: .8em 'IRANSans', Helvetica, sans-serif;
    color: #1a0dab;
    display: inline-block;
    height: 15px;
    margin: 6px 0 0;
    text-align: left;
    direction: rtl;
    cursor: pointer;
    box-sizing: border-box;
}
.result-header a:hover {
    border-bottom: 1px solid #1a0dab;
}
.result-address {
    font: .55em "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #006621;
    text-align: left;
    direction: ltr;
}
.result-des {
    font: .5em 'IRSans', Helvetica, sans-serif;
    color: #545454;
    text-align: left;
    direction: rtl;
}
.result-header-ph {
    margin: 15px 0 0;
    background: #1a0dab;
    height: 12px;
    border-radius: 3px;
    opacity: .5;
}
.result-header-ph.big {
    width: 170px;
}
.result-header-ph.medium {
    width: 150px;
}
.result-header-ph.small {
    width: 120px;
}
.result-address-ph {
    margin: 5px 0 0;
    background: #006621;
    height: 8px;
    border-radius: 3px;
    opacity: .5;
}
.result-address-ph.big {
    width: 135px;
}
.result-address-ph.medium {
    width: 100px;
}
.result-address-ph.small {
    width: 80px;
}
.result-des-ph {
    margin: 5px 0 0;
    background: #ccc;
    height: 7px;
    border-radius: 3px;
    opacity: .5;
}
.result-des-ph.big {
    width: 260px;
}
.result-des-ph.medium {
    width: 210px;
}
.result-des-ph.small {
    width: 190px;
}
.google-result:nth-of-type(1) {
    top: 0;
}
.google-result:nth-of-type(2) {
    top: 50px;
}
.google-result:nth-of-type(3) {
    top: 100px;
}
.google-result:nth-of-type(4) {
    top: 150px;
}
.google-result:nth-of-type(5) {
    top: 200px;
}
.google-result:nth-of-type(6) {
    top: 250px;
}
.google-result:nth-of-type(7) {
    top: 300px;
}
.google-footer {
    text-align: center;
    direction: ltr;
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    position: relative;
}
.google-pagination-logo {
    direction: ltr;
    width: 100%;
    height: 30px;
}
.google-pagination-logo * {
    display: inline-block;
}
.google-go {
    background: url("../img/google-go.png") no-repeat;
    width: 24px;
    height: 15px;
}
.google-o {
    background: url("../img/google-o.png") no-repeat;
    width: 10px;
    height: 15px;
}
.google-gle {
    background: url("../img/google-gle.png");
    width: 23px;
    height: 19px;
    position: relative;
    bottom: -4px;
}
.google-pagination-num {
    width: 100%;
    height: 10px;
    line-height: 5px;
    position: relative;
    left: -4px;
    top: -5px;
}
.google-pagination-num span {
    font: .55em "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4285f4;
    cursor: pointer;
    margin: 0 2.5px;
}
.google-pagination-num span.active {
    color: #222;
}
.google-pagination-num span:not(.active):hover {
    border-bottom: 1px solid #4285F4;
}
.mac-bottom-bar {
    width: 100%;
    height: 10px;
    background: #eee;
}

section.about-us p::after {
    background: linear-gradient(45deg, var(--o), transparent);
}

h2,h3 {
    font: 1.2em IRANSans;
    display: inline-block !important;
    background: -webkit-linear-gradient(left, var(--o), var(--y)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    position: relative !important;
}
a.read-more {
    background: linear-gradient(to right, var(--o), var(--y));
}

section.seo-b-w {
    position: relative;
}
section.seo-b-w picture {
    width: 400px;
    height: 300px;
    margin: 0 auto;
}
section.seo-b-w p , p.txtseo {
    font-size: .75em;
    text-indent: 15px;
    color: #bbb;
    text-align: justify;
    line-height: 30px;
}
.shadowbox {
	display: block;
    position: absolute;
    box-shadow: inset 0 -35px 35px 20px #fff;
    width: 100%;
    height: 100%;
	border: 2px solid #fff;
}
.about-uss {
	position:relative;
}
.about-uss:before {
	content:'';
    width: 1000px;
    height: 1000px;
	border-radius:100%;
	background-color:white;
	position:absolute;
    top: -196px;
    z-index: 0;
    right: -310px;
}
section.seo-b-w::before {
    content: '';
    display: block;
    width: 600px;
    height: 600px;
    top: 0;
    right: 10px;
    background: linear-gradient(45deg, var(--y), transparent);
    opacity: .2;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.owl-stage-outer {
    height: 470px;
}
section.seo-articles {
    width: 100%;
    position: relative;
	padding: 0 8px;
}
div.post-brief {
    width: 345px;
    height: auto;
    border-radius: 10px;
	padding: 10px;
	border: 2px solid #0001;
	box-shadow: 0 5px 10px #0000001a;
}
div.card {
	border: none;
    border-radius: 10px;
	    margin: 0 10px;
}
div.post-brief picture {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
div.post-brief picture a > img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}
div.post-brief h4 {
    width: 92%;
    font: 1em IRANSans;
    color: #555;
    padding: 0;
    margin: 10px 15px;
}
div.post-brief .detail {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
div.post-brief .detail .detail-box {
	font-family:IRANSansPN;
	width: calc(50% - 4px);
	border-radius: 3px;
	background-color: #0001;
	font-size: .7em;
	color: #0005;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	padding: 0 10px;
}
div.post-brief .detail > span {
    display: block;
    height: 40px;
    line-height: 40px;
}
div.post-brief .detail span svg {
    padding-left: 5px;
    font-size: 1.6em;
    position: relative;
    bottom: -4px;
}
div.post-brief .txtpostarchive {
    width: 100%;
    font: .75em IRANSans;
	text-align: center;
    color: #bbb;
    line-height: 25px;
    text-indent: 15px;
    padding: 0 15px;
    margin: 10px 0 5px;
    height: auto;
    overflow: hidden;
    text-align: justify;
}
div.post-brief hr {
    border: none;
    background: #eee;
    width: 90%;
    height: 1px;
    margin: 0 auto;
}
div.post-brief div.bottom-ribbon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
	margin-top: 15px;
}
div.post-brief span.rate {
	display: block;
	width: calc(50% - 5px);
	height: 50px;
	border-radius: 3px;
	background: #0000001a;
	color: #0006;
	text-align: center;
	line-height: 50px;
	font-size: .7em;
}
div.post-brief span.rate svg {
    color: #000b;
	font-size: 1.5em;
	position: relative;
	bottom: -3px;
	right: -10px;
}
div.post-brief a.more {
    display: block;
    width: calc(50% - 5px);
    height: 50px;
    border-radius: 3px;
    background: var(--o);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: .7em;
}
div.post-brief a.more:hover {
    background: var(--y);
    color: #fff;
}
.owl-carousel {
    width: 100%;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 189px;
    z-index: 10;
    width: 50px !important;
    height: 50px !important;
    line-height: 57px !important;
    font-size: 2em !important;
    outline: none !important;
    margin-top: -25px !important;
    color: #FF920A !important;
    opacity:.5;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.owl-prev {
    left: 1px;
}
.owl-next {
    right: 0;
}
.owl-prev:hover, .owl-next:hover {
    opacity:.9;
}
div.post-brief .detail span img {
    width: 22px;
    margin-left: 5px;
}

.contact-title {
    background: -webkit-linear-gradient(left, var(--o) 45%, var(--y) 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
section.contact .phone {
    background: linear-gradient(to right, var(--o), var(--y));
}

footer {
    background: linear-gradient(to right, var(--o), var(--y));
}
.owl-carousel.owl-drag .owl-item {
    margin: 0;
}
footer .logonamad{
    position: absolute;
    right: 0;
    left: 0;
    margin: 5px auto;
    top: -175px;
    text-align: center;
    width: 360px;
    border-radius: 77px;
    -webkit-box-shadow: 0 10px 100px 0 rgba(248, 173, 26, 0.55);
    box-shadow: 0 10px 100px 0 rgba(248, 173, 26, 0.55);
}
@media screen and (max-width: 992px) and (min-width: 769px){
div.motto {
    left: 0;
    margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
    div.motto {
        width: 100%;
    }
    div.motto > h1 {
        font-size: 1.4em;
     }
    .monitor {
        width: 95%;
        right: 0;
        left: 0;
		    top: 8%;
        margin:0 auto;
    }
    .right-gap-filler {
        display: none;
    }
    .browser-search {
        width: 50%;
        padding: 0 10px;
    }
    ul.google-nav {
        padding-left: 8px;
    }
	ul.google-nav li {
		margin-right: 7px;
	}
    ul.google-nav li:nth-child(6) {
        margin-right: 23px;
    }
    .google-result {
        padding-left: 20px;
    }
    .google-input {
        width: 45%;
    }
    .monitor-seo-tag {
        right: 50px;
        bottom: -86px;
    }
    section.about-us {
        margin-top: 40px;
    }
    div.post-brief {
        width: auto;
        margin-right: 0;
    }
    div.post-brief picture > img:last-child {
        width: 90%;
        height: auto;
    }
	section.seo-b-w picture {
		width:100%;
		margin: 30px auto;
		position: relative;
    	z-index: 1;
	}
	.noneInMobile {
		display:none;
	}
	div.card {
		width: 94%;
	}
}





