@import url("css/modal.css");


    @font-face {
        font-family: iranyekan;
        src: url('fonts/yekanregular.woff2') format('woff2');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: iranyekan;
        src: url('fonts/yekanlight.woff2') format('woff2');
             font-weight: 300;

    }


    @font-face {
        font-family: iranyekan;
        src: url('fonts/yekanbold.woff2') format('woff2');
        font-weight: bold;

    }

	input {
		border: none;
	}

body {
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #f1f3f6;
    text-align: right;
    font-family: iranyekan;
	direction: rtl;
}


input {
	box-sizing: border-box;
}

button {
	border:none
}
main {

    width: 85vw;
    padding: 2.5vw;
    border-radius: 16px;
    box-shadow: 0 2px 48px 0 rgba(38,49,64,.1);
    background-color: #fff;
    margin: 2.5vh auto;
    transition: .3s;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 1vw;

}


.logo {
   float:right;
   width:30%;
    margin: 0px auto 15px;
    height: 10em;
    background: url('images/logo.jpg') no-repeat;
    background-size: 100% 100%;
}
.site-info{
    float:right;
    width: 50%;
}


.site-info h1 span{
	color: #0052FE;
}

.site-info .desc{
    float:right;
    width: 50%;
}

.site-info img{
    float:right;
    width: 15em;
}

.site-info ul {
    direction: rtl;
	margin-top: -2em;
margin-right: 4em;
float: right;
}

.site-info ul li {
    padding: 1rem 0 0;
    font-size: 18px;
    color: #9a9dca;
    } 


.site-info ul li::before {
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 100px;
    margin-left: .75rem;
    background: #7aaced;
    vertical-align: middle;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 5px rgba(122, 133, 237, 0.18);
    box-shadow: 0 0 0 5px rgba(122, 139, 237, 0.18);
}


h1 {
    font-size: 5em;
color: #1b4171;
font-weight: 700;
margin-bottom: .4em;
margin-top:.5em;
font-weight: bold;
}

h2 {
color: #717f94;font-weight: 300;
margin-bottom: .5em

}
.copyright {
	float: right;
	border-top: 1px solid #eee;
	text-align: center;
	padding-top: 1.5em;
	color: #333;
	display: block;
	width: 100%;
	float: right;
	margin-top: 5em;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

nav.topnav {
	float: right;
	width: 70%;
}



nav.topnav ul li {
    float: right;
}

nav.topnav ul li a {
    text-align: center;
    color: #475466;
    margin-left: 1em;
    padding: .25em 1em;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: .5s;
    }


    nav.topnav ul li a:hover,  nav.topnav ul li.active a {
        border: 1px solid #0040ff;
        color: #0040ff;
        cursor: pointer;
        transition: .3s;
    }



.support{
    border: 1px solid #fff;
	float:left;
    color: #fff;
    padding: .70em 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    font-size:1em;
	margin-top: -.5em;
}

.support:hover{
    background: #fff;
    color: #333;
    transition: .3s;
}

.dadenevisan{
  float: right;
}

.park{
    float: left;
}

.park img{
    height: 4em;
	margin-top: -1em;
}

.park img:hover{
   opacity: .7;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 800px;
    min-height: 100vh;
    width: 60%;
    background: url("images/bg.svg") 0 0/100% auto no-repeat;
    z-index: -1;
}



.card {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 30px 30px 80px -40px rgba(55,84,170,.4),-30px -30px 80px 0 #fff;
    overflow: hidden;
    cursor: pointer;
    background-color: #edf1ff;
    text-align: center;
    padding: .5em;
    transition: .5s;


}

.card:hover {
    background: #fff !important;
    transition: .25s;
	transform: scale(1.1);
}



.card img{
	width: 5em;
	height: 5em;
	margin:0 auto
}

.personal-services .personal-services-box .box-header {
    text-align: center;
}

.personal-services .personal-services-box .box-header .header-title {
    color: #002db3;
    font-size: 1rem !important;
    font-weight: 900;
    margin: 16px 0;
}


h3 {
    font-size: 2rem;
color: #001a66;
font-weight: 700;
margin-bottom: 2rem;
}



.box-body button {
    display: inline-block;
padding: 0 16px;
border-radius: 8px;
border: 2px solid #002db3;
cursor: pointer;
color: #002db3;
background-color: #fff;
white-space: nowrap;
float: left;
font-family: iranyekan;

}




.weblog{
    display: block;
    width: 100%;
    float:right;
    height: 5em;
    position: relative;
    margin-bottom: 3em;
}


.weblog .title{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 50%;
    right: 0;
    background: #edf1ff;
    padding: .5em 1em;
}



.weblog .post{
    position: absolute;
    bottom: 0;
    right: 5em;
}

.weblog .post img{
    float: right;
border: 1px solid #002db3;
border-radius: 25%;
}
.weblog .post-title{
	font-size: 1.1em;
	color: #333;
    padding: .5em;
    border-right: 4px solid #edf1ff
}


.slider{
    display: block;
    width: 100%;
    float:right;
	direction: rtl;
	margin-bottom: 2em;
}

.slider h3{
	font-size: 2em;


}
.slider .more{
	background: #edf1ff;
	padding: .25em 1em;
	border: .1em solid #edf1ff;
	font-size: .5em;
	margin:.5em 0;
	color: #333
}
.slider .more:hover{
	background: #fff;
}


  .clearfix::after, .mainbox::after {
	content: "";
	clear: both;
	display: table;
  } 
 .header-title {
    color: #002db3;
    font-size: 1rem !important;
    font-weight: 900;
    margin: 16px 0;
}

.img-fluid {
    position: absolute;
    width: 18em;
    left: 10%;
    top: 25%;
    margin: auto 0;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}


@-webkit-keyframes float {
    0% {
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
    }
    50% {
      -webkit-transform: translatey(-20px);
              transform: translatey(-20px);
    }
    100% {
      -webkit-transform: translatey(0px);
              transform: translatey(0px);
    }
  }
  


  .bg div {
    position:absolute;
    --x:0px;
    --y:0px
   }
   .bg div:first-child {
    left:100px;
    top:104px;
    --s:20px;
    -webkit-transform-origin:left top;
    transform-origin:left top;
    border:5px solid #ffbc42;
    -webkit-animation:60s infinite moveHeaderEl1 linear;
    animation:60s infinite moveHeaderEl1 linear;
    -webkit-transition:all 1s;
    transition:all 1s;
    
   }
   .bg div:first-child,
   .bg div:nth-child(2) {
    width:var(--s);
    height:var(--s);
    -webkit-box-shadow:3px 4px 10px rgba(23,23,24,.15),inset 0 4px 8px rgba(0,0,0,.1);
    box-shadow:3px 4px 10px rgba(23,23,24,.15),inset 0 4px 8px rgba(0,0,0,.1)
   }
   .bg div:nth-child(2) {

    border-radius:50%;
    background:linear-gradient(127deg,#fcca1f,#fff004);
    left:218px;
    top:360px;
    --s:25px;
    -webkit-animation:40s infinite moveHeaderEl2 linear;
    animation:40s infinite moveHeaderEl2 linear
   }
   .bg div:nth-child(3) {
    left:274px;
    top:270px;
    --s:30px;
    width:var(--s);
    height:var(--s);
    opacity:.2;

    -webkit-animation:40s infinite moveHeaderEl3 linear;
    animation:40s infinite moveHeaderEl3 linear
   }
   .bg div:nth-child(4) {
    left:444px;
    top:270px;
    --s:40px;
    width:var(--s);
    height:var(--s);
    -webkit-animation:60s infinite moveHeaderEl3 linear;
    animation:60s infinite moveHeaderEl3 linear;

   }
  


   .bg div:nth-child(6) {
    left:540px;
    top:150px;
    width: 150px;
    height:150px;
    background:url("images/growth.svg") 50%/cover no-repeat;
    -webkit-animation:60s infinite moveHeaderEl3 linear;
    animation:60s infinite moveHeaderEl3 linear
   }

   .bg div:nth-child(7) {
	left: 160px;
	top: 100px;
    width: 150px;
    height:150px;
    background:url("images/v1.svg") 50%/cover no-repeat;
    -webkit-animation:60s infinite moveHeaderEl3 linear;
    animation:60s infinite moveHeaderEl3 linear
   }

   .bg div:nth-child(8) {
	left: 250px;
	top: 300px;
	    width: 70px;
    height:70px;
    background:url("images/v2.svg") 50%/cover no-repeat;
    -webkit-animation:60s infinite moveHeaderEl3 linear;
    animation:60s infinite moveHeaderEl3 linear
   }


   .bg div:nth-child(9) {
	left: 20px;
top: 290px;
	width: 90px;
    height:90px;
    background:url("images/v3.svg") 50%/cover no-repeat;
    -webkit-animation:40s infinite moveHeaderEl2 linear;
    animation:40s infinite moveHeaderEl2 linear
   }

   
   .bg div:nth-child(10) {
	left: 420px;
	top: 50px;
 	    width: 100px;
    height:100px;

    background:url("images/v8.svg") 50%/cover no-repeat;
    -webkit-animation:60s infinite moveHeaderEl3 linear;
    animation:60s infinite moveHeaderEl3 linear
   }

   
   .bg div:nth-child(11) {
	left: 12px;
	top: 127px;
	    width: 70px;
    height:70px;
    background:url("images/v5.svg") 50%/cover no-repeat;
    -webkit-animation:60s infinite moveHeaderEl3 linear;
    animation:60s infinite moveHeaderEl3 linear
   }
   
   
   .bg div:nth-child(12) {
    left: 484px;
	top: 104px;
    width: 100px;
    height:100px;
    background:url("images/v7.svg") 50%/cover no-repeat;
    -webkit-animation:60s infinite moveHeaderEl3 linear;
    animation:60s infinite moveHeaderEl3 linear
   }
   
   .bg div:nth-child(13) {
	left: 355px;
	top: 365px;
    width: 100px;
    height:100px;
    background:url("images/v9.svg") 50%/cover no-repeat;
    -webkit-animation:60s infinite moveHeaderEl2 linear;
    animation:60s infinite moveHeaderEl2 linear
   }
   


   
@-webkit-keyframes moveLight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: .7
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0) scale(2);
		transform: translate3d(-50%, 0, 0) scale(2)
	}
}

@keyframes moveLight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: .7
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0) scale(2);
		transform: translate3d(-50%, 0, 0) scale(2)
	}
}

.flash-child a:hover:before {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-delay: .05s;
	animation-delay: .05s
}

.animated.fadein {
	-webkit-animation: .3s fade_in;
	animation: .3s fade_in
}

@-webkit-keyframes fade_in {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fade_in {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	to {
		background-position: 0 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	to {
		background-position: 0 50%
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-webkit-keyframes toFullWidth {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}

@keyframes toFullWidth {
	0% {
		width: 0
	}
	to {
		width: 100%
	}
}

@-webkit-keyframes moveHeaderEl1 {
	0%,
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	25% {
		-webkit-transform: translate(100px, 100px);
		transform: translate(100px, 100px)
	}
	50% {
		-webkit-transform: translate(50px, -30px) rotate(45deg);
		transform: translate(50px, -30px) rotate(45deg)
	}
	75% {
		-webkit-transform: translate(-30px, 50px) rotate(45deg);
		transform: translate(-30px, 50px) rotate(45deg)
	}
}

@keyframes moveHeaderEl1 {
	0%,
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	25% {
		-webkit-transform: translate(100px, 100px);
		transform: translate(100px, 100px)
	}
	50% {
		-webkit-transform: translate(50px, -30px) rotate(45deg);
		transform: translate(50px, -30px) rotate(45deg)
	}
	75% {
		-webkit-transform: translate(-30px, 50px) rotate(45deg);
		transform: translate(-30px, 50px) rotate(45deg)
	}
}

@-webkit-keyframes moveHeaderEl2 {
	0%,
	to {
		-webkit-transform: none;
		transform: none
	}
	25% {
		-webkit-transform: translate(50px, -50px);
		transform: translate(50px, -50px)
	}
	50% {
		-webkit-transform: translate(-50px, -30px);
		transform: translate(-50px, -30px)
	}
	75% {
		-webkit-transform: translate(30px, 50px);
		transform: translate(30px, 50px)
	}
}

@keyframes moveHeaderEl2 {
	0%,
	to {
		-webkit-transform: none;
		transform: none
	}
	25% {
		-webkit-transform: translate(50px, -50px);
		transform: translate(50px, -50px)
	}
	50% {
		-webkit-transform: translate(-50px, -30px);
		transform: translate(-50px, -30px)
	}
	75% {
		-webkit-transform: translate(30px, 50px);
		transform: translate(30px, 50px)
	}
}

@-webkit-keyframes moveHeaderEl3 {
	0%,
	to {
		-webkit-transform: none;
		transform: none
	}
	25% {
		-webkit-transform: translate(-50px, -10px) rotate(18deg);
		transform: translate(-50px, -10px) rotate(18deg)
	}
	50% {
		-webkit-transform: translate(50px, -30px);
		transform: translate(50px, -30px)
	}
	75% {
		-webkit-transform: translate(-30px, 50px) rotate(18deg);
		transform: translate(-30px, 50px) rotate(18deg)
	}
}

@keyframes moveHeaderEl3 {
	0%,
	to {
		-webkit-transform: none;
		transform: none
	}
	25% {
		-webkit-transform: translate(-50px, -10px) rotate(18deg);
		transform: translate(-50px, -10px) rotate(18deg)
	}
	50% {
		-webkit-transform: translate(50px, -30px);
		transform: translate(50px, -30px)
	}
	75% {
		-webkit-transform: translate(-30px, 50px) rotate(18deg);
		transform: translate(-30px, 50px) rotate(18deg)
	}
}

@-webkit-keyframes rippleOnline {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 186, 88, 0);
		box-shadow: 0 0 0 0 rgba(0, 186, 88, 0);
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	50% {
		-webkit-box-shadow: 0 0 0 5px rgba(0, 186, 88, .15);
		box-shadow: 0 0 0 5px rgba(0, 186, 88, .15);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-box-shadow: 0 0 0 5px rgba(0, 186, 88, 0);
		box-shadow: 0 0 0 5px rgba(0, 186, 88, 0)
	}
}

@keyframes rippleOnline {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 186, 88, 0);
		box-shadow: 0 0 0 0 rgba(0, 186, 88, 0);
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	50% {
		-webkit-box-shadow: 0 0 0 5px rgba(0, 186, 88, .15);
		box-shadow: 0 0 0 5px rgba(0, 186, 88, .15);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-box-shadow: 0 0 0 5px rgba(0, 186, 88, 0);
		box-shadow: 0 0 0 5px rgba(0, 186, 88, 0)
	}
}

svg.spinner {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px
}

svg.spinner .path {
	stroke: hsla(0, 0%, 100%, .75);
	stroke-linecap: round;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite
}

@-webkit-keyframes rotate {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn)
	}
}

@keyframes rotate {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn)
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}


.site-footer__socials ul li {
    display: inline-block;
}

.site-footer__socials ul li a {
    transition: .6s;
}

.site-footer__socials ul li a i {
    margin-left: 8px;
    font-size: 20px;
    color: #bbb;
    transition: .6s;
}

.site-footer__socials ul li a span {
    width: 0;
    display: inline-block;
    color: #efefef;
    padding-top: 2px;
    overflow: hidden;
    transition: .6s;
}

.tophead {
	width: 100%;
	float: right;
	margin-bottom: 1em;
}

.sectiontitle h2 {
	margin-top:1em;
	font-size: 2.5em;
	text-align: center;
}


.sectiontitle h3 {
	font-size: 1.25em;
	text-align: center;

}

.special-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap:2em
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap:2em
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap:2em
}


.blog-grid article{
	border: 1px solid #eef2f7;
background-color: #ffffff;
border-radius: 10px;
	padding: 1em;
}

.blog-grid .title{
	color: #103b7f;
	font-size: 1.25em;
	font-weight: 700;
text-align: center;
line-height: 1.5;
direction: rtl;
}

.blog-grid .title:hover{
	color: #ccc;
}
	.blog-grid img {
		vertical-align: middle;
		border-style: none;
		-o-object-fit: cover;
object-fit: cover;
width: 100%;
border-radius: 1em;
margin-bottom: .75em;
height: 10em;

	  }



	.blog-grid .title::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to right, #ffffff 0%, #e7ecf4 50%, #ffffff 100%);
	  }

.blog-grid img:hover{
	opacity: .7;
}

.image img {
	width: 100%
}

.blogmain {
	float: left;
width: 75%;
}

.portfolio-side {
	float: right;
	width: 20%;
	direction: rtl;
}


.portfolio-main {
	float: left;
width: 75%;
}

.sidebarleft {
	float: right;
	width: 20%;
	direction: rtl;
}



.widget h5 {
	font-size: 1.25em;
}


.panel  {
	margin-right: 1em;
	float: left
   }

 .panel .sub-menu header .image {
	border-radius:100px;
	border:1px solid #eee;
	width:60px;
	height:60px;
	margin-left:.5rem
   }
 .panel .sub-menu header .name {
	font-size:16px;
	padding-bottom:.75em
   }
   .semat {
	display: block;
	background: rgba(255,255,255,.5);
	padding: .25em .5em;
	text-align: center;
	font-size: .9em;
	font-weight: 300;
	margin-top: .5em;
   }
   .panel .sub-menu header img {
	border-radius:100px;
	width:100%;
	max-height:100%
   }

.btn-profile {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	color:#333;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	font-weight:300;
	-webkit-transition:color .3s ease-in-out;
	transition:color .3s ease-in-out;
	border: 2px solid #eee;
	padding: 0 1em;
	border-radius:.25em;
}
.pageindex .btn-profile {
	color:#fff;
}
 .btn-profile .image {
	border-radius:100px;
	border:2px solid hsla(0,0%,100%,.2);
	margin-left:.5rem;
	width:35px;
	height:35px
   }
  .btn-profile img {
	width:100%;
	height:100%;
	padding:2px;
	border-radius:100px
   }
    .btn-profile>.icon {
	margin-right:.5rem
   }
    .btn-profile>.icon svg {
	width:10px;
	fill:#333;
	-webkit-transition:fill .3s ease-in-out;
	transition:fill .3s ease-in-out
   }

   .profile .sub-menu {
	position:absolute;
	top:105%;
	left:0;
	width:245px;
	background:#fff;
	border-radius:16px;
	-webkit-box-shadow:0 20px 60px -10px rgba(50,50,93,.15);
	box-shadow:0 20px 60px -10px rgba(50,50,93,.15);
	overflow:hidden;
	z-index:999;
	-webkit-transform:scale(.9) rotateX(30deg);
	transform:scale(.9) rotateX(30deg);
	opacity:0;
	pointer-events:none;
	visibility:hidden;
	-webkit-transform-origin:top;
	transform-origin:top;
	-webkit-transition:.3s;
	transition:.3s
   }
   .profile .sub-menu ul {
	padding: .25em
   }
   .profile .sub-menu ul a {
	font-size:15px;
	font-weight:300;
	color:#77778c;
	display:block;
	padding:.75em .25em;
	border-radius:2px;
	text-align: right;
   }
   .profile .sub-menu ul a:hover {
	color:#1b4171;
	background-color:#fafafc
   }
   .profile .sub-menu ul a i {
	display:inline-block;
	width:18px;
	text-align:center;
	vertical-align:middle
   }
   .panel li:hover>.sub-menu {
	-webkit-transform:none;
	transform:none;
	opacity:1;
	pointer-events:auto;
	visibility:visible
   }

 .btn-profile img {
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 100px;
}

.d-flex {
	display: flex !important;
  }


  .panel  {
	display: inline;
	top: -.5em;
	position: relative;
}
    .panel li {
	position:relative;
	margin-bottom: .5em;
   }

    .panel>li:first-of-type {
	margin-left:.75rem
   }
    .panel>li:last-of-type {
	margin-left:0
   }
    .panel li.profile {
		float: left;
	margin:0;
	padding: 0;
   }
    .panel a.btn {
	border-radius:10px;
	padding-right:0;
	padding-left:0;
	width:100px
   }
    .panel a.transparent {
	color:#fff;
	border:2px solid #0052FE;
	color:#0052FE;
	padding:.7em
   }
    .panel a.white {
	background:#0052FE;
	border:2px solid #0052FE;
	color:#fff
   }
    .panel a.transparent:hover {
	background:rgba(100,100,160,.08);
	color:#77778c
   }
    .panel .sub-menu header {
	font-size:13px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	background:#f5f5fc;
	border-radius:16px 16px 0 0;
	padding:1rem
   }
    .panel .sub-menu header .image {
	border-radius:100px;
	border:1px solid #eee;
	width:60px;
	height:60px;
	margin-left:.5rem
   }
    .panel .sub-menu header .name {
	font-size:16px;
	padding-bottom:.75em;
	color: #333
   }
   .semat {
	display: block;
	background: rgba(255,255,255,.5);
	padding: .25em .5em;
	text-align: center;
	font-size: .9em;
	font-weight: 300;
	margin-top: .5em;
   }
    .panel .sub-menu header img {
	border-radius:100px;
	width:100%;
	max-height:100%
   }

   .panel .sub-menu ul li {
	   display: block;
}

#blog {
	width: 25em;
	text-align: right;
	direction: rtl;
}

#blog a {
	direction: rtl;
	float: right !important;
}

#blog div{
	direction: rtl;
	text-align: right;
}
.mainbox {
border: 1px solid #e7ecfd;
box-shadow: 0 2px 48px 0 rgba(38,49,64,.1);
background-color: #fff;
width: 90vw;
margin-right: -2.5vw;
margin-top: 3em;
padding:0 2.5vw;
box-sizing: border-box;
padding-bottom: 5em;
}


 .pagination {
	margin: 70px auto 0
}

 .pagination .page-link {
	display: inline-block;
	padding: 5px 5px 3px;
	margin-left: .5em;
	min-width: 2rem;
	color: #888!important;
	text-align: center;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	font-size: .9rem;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .085);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .085);
	-webkit-transition: all .255s ease-in-out;
	transition: all .255s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

 .pagination .page-link.current,
 .pagination .page-link:hover {
	color: #fff!important;
	background-color: #348cd8;
	border-color: #3f92da
}

 .pagination .page-link:active {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .085), 0 2px 6px rgba(0, 0, 0, .125) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .085), inset 0 2px 6px rgba(0, 0, 0, .125)
}

 .pagination .page-link:last-child {
	border-left: 1px solid #e5e5e5;
	border-radius: 4px
}



/*GALLERY*/
.gallery-container{
	display:flex; 
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	position: relative;
	display: grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:1em
  }
 
  .gallery-item:hover{
  /*    outline: 7px dotted #f9b618; */
	 opacity: 0.7;
  }
  
  .gallery-item img{ 
	object-fit: cover;
	 width: 300px;
	 height: 300px;
	 transition: 300ms ease-in-out;
  }
  
  .gallery-item img:hover{
	transform: scale(1.1);
	cursor: pointer;
  }
  
  .overlay{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #2b2413;
	z-index: 2;
  }
  
  .modal{
	font-family: 'Balsamiq Sans', cursive;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 300ms ease-in-out;
	overflow: hidden;
  }
  .modal img{
	transition: 150ms ease-in-out;
  }
  
  .close{
	position: absolute;
	right: 25px;
	top: 25px;
	border: none;
	background-color: transparent;
	color: #eea800;
	font-size: 3em;
	
	transform: scale(1.5,1);
	z-index: 5;
  }
  
  .next, .prev{
	background-color: #eee;
	color: #2b2413;
	border-radius: 50%;
	border:none;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 5;
	font-size: 25px;
  }
  
  .next:hover, .prev:hover{
	filter: brightness(80%);
	cursor: pointer;
  }
  
  .prev{
	left: 25px;
	top: 50%;
  }
  .next{
	right: 25px;
	top: 50%;
  }
  
  .close:hover{
	color: #50b7df;
	cursor: pointer;
  }
  
  .overlay.show, .modal.show{ 
	opacity: 1;
	  visibility: visible;
	  -webkit-transition: opacity 0.5s;
	  transition: opacity 0.5s;
  }
  
  .close:focus, .prev:focus, .next:focus{
	outline: none;
  }
  


  .gallery {
    display: flex;
    position: relative;
    width: 1000px;
    height: 450px;
    background: #7e7f9a;
    border: 3px solid #f9f9f8;
    border-radius: 5px;
	overflow: hidden;
	margin:3em auto;
	top: 25%;
}

.main-image-section {
    width: 80%;
}

.main-view {
    width: 100%;
    opacity: 0;
    cursor: pointer;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.caption-container {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100px;
    bottom: -100px;
    opacity : 0;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-image-section:hover .caption-container {
    bottom: 0;
    opacity: 1;
}

#caption {
    font-size: 42px;
    color: #fff;
    padding: 10px;
}

#info {
    padding: 0 10px;
    color: #ccc;
}

.thumbnails {
    width: 20%;
    padding: 5px;
    overflow-y: auto;
}

.thumbnails img {
    width: 100%;
    opacity: 0.7;
    cursor: pointer;

    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.thumbnails img:hover {
    opacity: 1;
}

.thumbnails img:focus {
    opacity: 1
}







.course-item-template {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	grid-gap: 2em
		}


		/* Course Item Template */
	.course-item-template .item-inner {
	  border-radius: 20px;
	  overflow: hidden;
	  background: #ffffff;
	  height: 428px;
	  margin: 10px 0;
	  box-shadow: 0 2px 15px -5px rgba(188, 192, 207, 0.6);
	  position: relative;
	  transition: .3s; }
	.course-item-template .item-inner:hover {
		box-shadow: 0 2px 8px -2px rgba(188, 192, 207, 0.4); }
	.course-item-template .item-inner:hover .thumbnail img {
		  transform: scale(1.1);
		  transition: 5s; }
	.course-item-template .item-inner:hover .item-content .heading .title {
		  color: #0668e1; }
	.course-item-template .item-inner:hover .item-content .footer-item .cart-icon-col .text {
		  color: #0668e1; }
	.course-item-template .item-inner .thumbnail .company-icon {
		position: absolute;
		left: 27px;
		top: 27px;
		z-index: 2;
		display: flex; }
		.course-item-template .item-inner .thumbnail .company-icon img{
			margin-right: 7px;
		}
	.course-item-template .item-inner .thumbnail img {
		width: 100%;
		transition: .4s;
		position: relative; }
	.course-item-template .item-inner .item-content {
		position: absolute;
		bottom: 0;
		width: 100%;
		right: 0;
		background: #ffffff;
		padding: 20px; }
	.course-item-template .item-inner .item-content:after {
		  content: '';
		  position: absolute;
		  pointer-events: none;
		  bottom: 100%;
		  right: 0;
		  left: 0;
		  height: 80px;
		  transition: .3s;
		  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 75%, white 94%, white 100%);
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }
	.course-item-template .item-inner .item-content .heading .rating {
		  margin: -50px 0 10px;
		  position: relative;
		  z-index: 1; }
	.course-item-template .item-inner .item-content .heading .title {
		  color: #5a5e6f;
		  font-size: 15px;
		  font-weight: 700;
		  line-height: 31px;
		  text-transform: uppercase;
		  transition: .3s;
		  margin-bottom: 15px;
		  display: inline-block;
		  width: 100%; }
	.course-item-template .item-inner .item-content .course-meta {
		  border-top: solid 1px #f1f3fa;
		  border-bottom: solid 1px #f1f3fa;
		  padding: 18px 0;
		  margin-bottom: 20px; }
	.course-item-template .item-inner .item-content .course-meta .label {
			color: #a7acc2;
			font-size: 12px;
			font-weight: 500;
			margin-bottom: 5px; }
	.course-item-template .item-inner .item-content .course-meta .value {
			color: #81879e;
			font-size: 14px;
			font-weight: 500; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col {
		  display: flex;
		  align-items: center; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price {
			font-family: Iran Sans Numeric, 'sans-serif';
			padding-right: 5px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price del bdi {
			  font-size: 12px;
			  color: #8b90a6;
			  display: flex;
			  text-align: right;
			  direction: ltr; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price del bdi .woocommerce-Price-currencySymbol {
				margin: 0; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price bdi {
			  display: flex;
			  direction: ltr;
			  font-size: 15px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price bdi .woocommerce-Price-currencySymbol {
				font-size: 12px;
				margin-right: 3px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .price ins {
			  text-decoration: none; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .icon-cart {
			display: inline-block;
			vertical-align: middle;
			color: #0668e1;
			font-size: 17px;
			margin-left: 5px;
			position: relative;
			top: -1px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .download-icon {
			display: inline-block;
			vertical-align: middle;
			margin-left: 5px;
			position: relative;
			top: -1px; }
	.course-item-template .item-inner .item-content .footer-item .cart-icon-col .text {
			display: inline-block;
			vertical-align: middle;
			color: #8b90a6;
			font-size: 12px;
			font-weight: 500;
			transition: .3s; }
	.course-item-template .item-inner .item-content .footer-item .item-type {
		  color: #0668e1;
		  font-size: 14px;
		  font-weight: 500; }
	.course-item-template .item-inner .item-content .footer-item .item-type.free {
			color: #81879e; }


	form span.error {
		color: #ff4757;
		font-size: .9em;
	}

	a.highlight{
		color: #0052FE;
		font-weight: bold;
	}

	.lightbox .form-group .form-control.error,
.lightbox .form-group .form-control.errors {
    border: 2px solid #f00;
}




.blogimg {
	float:left;
	width: 20em;
	border-radius: 1em;
	margin-bottom: 1em;
}



.clearfix::after {
	content: "";
	clear: both;
	display: table;
  } 


#href-gallery{
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5em;
	font-family: Iranyekan;
	border-radius: 1em;
	color: #333;
	background: #fff;
	padding: 0 1em;
	display: table;
}




#gallery {
  }
  @media screen and (min-width: 991px) {
	#gallery {
	}
  }
  
  .img-wrapper {
	position: relative;
	margin-top: 15px;
  }
  .img-wrapper img {
	width: 100%;
  }
  
  .img-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	cursor: pointer;
  }
  .img-wrapper img {
	border-radius: 1em
  }

  .img-overlay:hover {
	opacity: .7;
	border-radius: 1em

  }
  .img-overlay i {
	color: #fff;
	font-size: 3em;
  }

  .gallerycover {
	  float: right;
	  height: 25em;
  }
  
  #overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  #overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	max-height: 90vh;

	-o-object-fit: contain;
	   object-fit: contain;
  }
  @media screen and (min-width: 768px) {
	#overlay img {
	  width: 60%;
	}
  }
  @media screen and (min-width: 1200px) {
	#overlay img {
	  width: 50%;
	}
  }
  
  #nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
  }
  #nextButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#nextButton {
	  font-size: 3em;
	}
  }
  
  #prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
  }
  #prevButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#prevButton {
	  font-size: 3em;
	}
  }
  
  #exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
  }
  #exitButton:hover {
	opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
	#exitButton {
	  font-size: 3em;
	}
  }


  


 .contact-us-info-item {
	margin-bottom: 1.5em;
border-bottom: 2px solid #fafafa;
padding-bottom: .5em;
direction: rtl;
  }
  
  
   .contact-us-info-item .icon {
	display: inline-block;
	vertical-align: top;
	width: 40px;
  }
  
   .contact-us-info-item .icon svg path {
	transition: .3s;
  }
  
 .contact-us-info-item:hover .icon svg path {
	fill: #0668e1;
  }

  
   .contact-us-info-item .content-widget {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
  }

   .contact-us-info-item .content-widget .label {
	color: #545c67;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 4px;
  }
   .contact-us-info-item .content-widget .value {
	color: #545c67;
	font-size: 16px;
	transition: .3s;
  }

  .content {
	line-height: 2;
  }
   .logobar {
	float: right;
  }	
  .logobar img {
	margin-top: -1em;  }	

  .pageindex .logobar {
	display: none;
  }	


  .contact-right {
	float: right;
	width: 50%;
	margin-left:5%;
	font-size: 1.5em;
  }
  
  .contact-left {
	float: left;
	width: 40%;
	background: #fff;
	padding: 2em 2em;
	border-radius: 1em;
	box-shadow: 0 1px 50px rgba(142, 148, 165, 0.1);
	box-sizing: border-box;
  }

  .contact-left  .title {
	font-size: 1.5em;
  }

  .contact-left .desc {
	margin-bottom: 1em;

  }

  .contact-left input {
	font-size: 1.5em;
	width: 100%;
	font-family: iranyekan;
	font-size: 1em;
	margin-bottom: 1em;
	padding: .5em 1em;
	border-radius: 1em;
	background: #eee;
	border: none;
  }

  .contact-left textarea {
	padding: .5em 1em;
	border-radius: 1em;
	border: none;
	width: 100%;
	box-sizing: border-box;
	background: #eee;
}

.contact-left button {
	background: linear-gradient(45deg, #ffe75a, #f7cb3d) !important;
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 214, 71, .25);
	box-shadow: 0 5px 10px 0 rgba(255, 214, 71, .25);
	color: #584b00 !important;
	font-family: iranyekan;
	font-size: 1em;
	border-radius: 5px;
	padding: 6px 28px;
	border: none;
	cursor: pointer;
	float: left;
	margin-top: 1em;
}

.contact-left button:hover {
	background: #f0f0f0!important
}

.contact-description {
	line-height: 2;
	font-size: .6em;
	text-align: justify;
	direction: rtl;
	margin-bottom: 2em;
	padding: 0 1em;;
}


.page-title-2 {
	padding: 0 1em 
}

.page-title-2 h2  {
	text-align: center;
	margin: 2em 0;
	}

.page-title-2 span {
	border-right: .2em solid #0040ff;
	border-left: .2em solid #0040ff;
	padding: 0 1em;
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
}


.page-title-1 {
	padding: 0 1em 
}

.page-title-1 h2  {
	text-align: center;
	margin: 2em 0;
	}

.page-title-1 span {
	border-bottom: .2em solid #0040ff;
	padding: 0 1em;
	font-size: 1.25em;
	font-weight: bold;
	
}



.top-and-bottom, .left-and-right, .corner-border, .bottom-corner {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
  
  }
  
  /* top line */
  .top-and-bottom::before {
	content:'';
	position: absolute;
	background-color: pink;
	width: 30%;
	height: 3px;
	top: 0;
	left:0;
  }
  
  /* bottom line */
  .top-and-bottom::after {
	content:'';
	position: absolute;
	background-color: pink;
	width: 30%;
	height: 3px;
	bottom: 0;
	left:0;
  }
  
  /* left line before text*/
  .left-and-right::before {
	content:'';
	position: absolute;
	background-color: #85C1E9;
	width: 3px;
	height: 90%;
	bottom: 0;
	left:-7px; 
  }
  
  /* left line after text*/
  .left-and-right::after{
	content:'';
	position: absolute;
	background-color: #85C1E9;
	width: 3px;
	height: 90%;
	bottom: 0;
	right:55px;
   
  }
  
  /* vertical line */
  .corner-border::after {
	content:'';
	position: absolute;
	background-color: pink;
	width: 3px;
	height: 60%;
	top: 0;
	left:-15px;
   
  }
  
  /* horizontal line */
  .corner-border::before{
	content:'';
	position: absolute;
	background-color: pink;
	width: 20%;
	height: 3px;
	top: 0;
	left:-12px;
   
  }
  
  /* vertical line */
  .bottom-corner::after {
	content:'';
	position: absolute;
	background-color: #85C1E9;
	width: 3px;
	height: 50%;
	bottom: 0;
	right:45px;
   
  }
  /* horizontal line */
  .bottom-corner::before {
	content:'';
	position: absolute;
	background-color: #85C1E9;
	width: 20%;
	height: 3px;
	bottom: 0;
	right:45px;
   
  }





    /* vertical line */
	.section-title-1 span::after {
		content:'';
		position: absolute;
		background-color: #0040ff;
		width: 3px;
		height: 60%;
		top: 0;
		right:0;
	   
	  }
	  
	  /* horizontal line */
	  .section-title-1 span::before {
		content:'';
		position: absolute;
		background-color: #0040ff;
		width: 20%;
		height: 3px;
		top: 0;
	   right:0;
	  }




.section-description {
	line-height: 2;
	font-size: .9em;
	margin: 1em 0;
	text-align: justify;
}

.section-title-1 span {
	padding: 0 1em;
	color: #0040ff;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.25em;
}

.href-login.noindex {
	border: 1px solid #333;
	color: #333
}


.about-decription {
	font-size: 1.25em;
}

.services-item {
	border-radius: 24px;
box-shadow: 30px 30px 80px -40px rgba(55,84,170,.4),-30px -30px 80px 0 #fff;
overflow: hidden;
cursor: pointer;
background-color: #edf1ff;
text-align: center;
padding: .5em;
transition: .5s;
}

.special-item {
	border-radius: 24px;
box-shadow: 30px 30px 80px -40px rgba(55,84,170,.4),-30px -30px 80px 0 #fff;
overflow: hidden;
cursor: pointer;
background-color: #edf1ff;
text-align: center;
padding: .5em;
transition: .5s;
line-height: 1.5;
}

.special-item img {
	float: right;
	width: 4em;
}
.special-item:hover {
	background: #fff !important;
	transition: .25s;
	transform: scale(1.1);
  }

.toast-title {
	font-weight: bold;
  }
  .toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family:iranyekan;
	font-size: .9em;
	font-weight:300;
  
  }
  .toast-message a,
  .toast-message label {
	color: #ffffff;
  }
  .toast-message a:hover {
	color: #cccccc;
	text-decoration: none;
  }
  .toast-close-button {
	position: relative;
	right: -0.3em;
	top: -0.3em;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
  }
  .toast-close-button:hover,
  .toast-close-button:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
  }
  /*Additional properties for button version
   iOS requires the button element instead of an anchor tag.
   If you want the anchor version, it requires `href="#"`.*/
  button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
  }
  .toast-top-center {
	top: 0;
	right: 0;
	width: 100%;
  }
  .toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%;
  }
  .toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%;
  }
  .toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%;
  }
  .toast-top-left {
	top: 12px;
	left: 12px;
  }
  .toast-top-right {
	top: 12px;
	right: 12px;
  }
  .toast-bottom-right {
	right: 12px;
	bottom: 12px;
  }
  .toast-bottom-left {
	bottom: 12px;
	left: 12px;
  }
  #toast-container {
	position: fixed;
	z-index: 999999;
	/*overrides*/
  
  }
  #toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  #toast-container > div {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 400px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
	box-shadow: 0 0 12px #999999;
	color: #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
  }
  #toast-container > :hover {
	-moz-box-shadow: 0 0 12px #000000;
	-webkit-box-shadow: 0 0 12px #000000;
	box-shadow: 0 0 12px #000000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
  }
  #toast-container > .toast-info {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
  }
  #toast-container > .toast-error {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
  }
  #toast-container > .toast-success {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
  }
  #toast-container > .toast-warning {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
  }
  #toast-container.toast-top-center > div,
  #toast-container.toast-bottom-center > div {
	width: 400px;
	margin: auto;
	  position: relative;
	  top: 10px;
	  right:47%;
	  margin-right:100px;
  }
  #toast-container.toast-top-full-width > div,
  #toast-container.toast-bottom-full-width > div {
	width: 96%;
	margin: auto;
  }
  .toast {
	background-color: #030303;
  }
  .toast-success {
	background-color: #51a351;
  }
  .toast-error {
	background-color: #bd362f;
  }
  .toast-info {
	background-color: #2f96b4;
  }
  .toast-warning {
	background-color: #f89406;
  }
  .toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000000;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
  }
  /*Responsive Design*/
  @media  all and (max-width: 240px) {
	#toast-container > div {
	  padding: 8px 8px 8px 50px;
	  width: 11em;
	}
	#toast-container .toast-close-button {
	  right: -0.2em;
	  top: -0.2em;
	}
  }
  @media  all and (min-width: 241px) and (max-width: 480px) {
	#toast-container > div {
	  padding: 8px 8px 8px 50px;
	  width: 18em;
	}
	#toast-container .toast-close-button {
	  right: -0.2em;
	  top: -0.2em;
	}
  }
  @media  all and (min-width: 481px) and (max-width: 768px) {
	#toast-container > div {
	  padding: 15px 15px 15px 50px;
	  width: 25em;
	}
  }
  
  @-webkit-keyframes passing-through{
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-moz-transform:translateY(40px);
		-ms-transform:translateY(40px);
		-o-transform:translateY(40px);
		transform:translateY(40px)
	}
	30%, 70%{
		opacity:1;
		-webkit-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-ms-transform:translateY(0px);
		-o-transform:translateY(0px);
		transform:translateY(0px)
	}
	100%{
		opacity:0;
		-webkit-transform:translateY(-40px);
		-moz-transform:translateY(-40px);
		-ms-transform:translateY(-40px);
		-o-transform:translateY(-40px);
		transform:translateY(-40px)
	}
  }
  @-moz-keyframes passing-through{
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-moz-transform:translateY(40px);
		-ms-transform:translateY(40px);
		-o-transform:translateY(40px);
		transform:translateY(40px)
	}
	30%, 70%{
		opacity:1;
		-webkit-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-ms-transform:translateY(0px);
		-o-transform:translateY(0px);
		transform:translateY(0px)
	}
	100%{
		opacity:0;
		-webkit-transform:translateY(-40px);
		-moz-transform:translateY(-40px);
		-ms-transform:translateY(-40px);
		-o-transform:translateY(-40px);
		transform:translateY(-40px)
	}
  }
  @keyframes passing-through{
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-moz-transform:translateY(40px);
		-ms-transform:translateY(40px);
		-o-transform:translateY(40px);
		transform:translateY(40px)
	}
	30%, 70%{
		opacity:1;
		-webkit-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-ms-transform:translateY(0px);
		-o-transform:translateY(0px);
		transform:translateY(0px)
	}
	100%{
		opacity:0;
		-webkit-transform:translateY(-40px);
		-moz-transform:translateY(-40px);
		-ms-transform:translateY(-40px);
		-o-transform:translateY(-40px);
		transform:translateY(-40px)
	}
  }
  @-webkit-keyframes slide-in{
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-moz-transform:translateY(40px);
		-ms-transform:translateY(40px);
		-o-transform:translateY(40px);
		transform:translateY(40px)
	}
	30%{
		opacity:1;
		-webkit-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-ms-transform:translateY(0px);
		-o-transform:translateY(0px);
		transform:translateY(0px)
	}
  }
  @-moz-keyframes slide-in{
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-moz-transform:translateY(40px);
		-ms-transform:translateY(40px);
		-o-transform:translateY(40px);
		transform:translateY(40px)
	}
	30%{
		opacity:1;
		-webkit-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-ms-transform:translateY(0px);
		-o-transform:translateY(0px);
		transform:translateY(0px)
	}
  }
  @keyframes slide-in{
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-moz-transform:translateY(40px);
		-ms-transform:translateY(40px);
		-o-transform:translateY(40px);
		transform:translateY(40px)
	}
	30%{
		opacity:1;
		-webkit-transform:translateY(0px);
		-moz-transform:translateY(0px);
		-ms-transform:translateY(0px);
		-o-transform:translateY(0px);
		transform:translateY(0px)
	}
  }
  @-webkit-keyframes pulse{
	0%{
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}
	10%{
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-ms-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1)
	}
	20%{
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}
  }
  @-moz-keyframes pulse{
	0%{
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}
	10%{
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-ms-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1)
	}
	20%{
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}
  }
  @keyframes pulse{
	0%{
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}
	10%{
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-ms-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1)
	}
	20%{
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}
  }
  


  .services-description {
	width: 100%;
	display: block;
	margin-bottom: 2em;
  }

  .services-items {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap:2em
}



.menue-toggle {
	font-family: iranyekan;
	height: 100vh;
	width: 320px;
	overflow: auto;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	padding: 15px;
	box-shadow: -10px 0 10px rgba(0,0,0,0.03);
	z-index: 2000000000000000;
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: -ms-flexbox;
	display: box;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
  }
  .menue-toggle .social-networks .social-networks-title {
	font-size: 14px;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
  }
  .menue-toggle .social-networks .social-networks-title:after {
	content: '';
	display: inline-block;
	height: 1px;
	box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #bbb;
	max-width: 101px;
  }
  @media (max-width: 575px) {
	.menue-toggle .social-networks .social-networks-title:after {
	  max-width: 100%;
	  margin-right: 20px;
	}
  }
  .menue-toggle .social-networks .social-networks-items {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  .menue-toggle .social-networks .social-networks-items .social-networks-item {
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.26px;
	color: #d2d2d2;
  }
  .menue-toggle .social-networks .social-networks-items .social-networks-item svg {
	width: 19px;
	height: 19px;
	fill: #d2d2d2;
	margin-bottom: 16px;
  }
  @media (max-width: 575px) {
	.menue-toggle .social-networks .social-networks-items .social-networks-item svg {
	  display: block;
	  margin: 0 auto 12px;
	}
  }
  .menue-toggle .tarfand {
	border-radius: 15px;
	padding: 10px 15px;
	background-color: #0edf62;
	color: #fff !important;
	display: inline-block;
  }
  .menue-toggle .menu {
	margin-bottom: 25px;
  }
  .menue-toggle .follow-us {
	-ms-flex-pack: center;
	justify-content: center;
	height: 90px;
  }
  .menue-toggle .follow-us > a {
	margin-right: 10px;
  }
  .menue-toggle .follow-us > a:before {
	background-color: #f0f0f0;
  }
  .menue-toggle ul li {
	font-size: 15px;
	line-height: 33px;
	color: #999;
	border-bottom: 1px solid #e1e1e1;
	line-height: 50px;
  }
  .menue-toggle ul .archive {
	box-shadow: none !important;
  }
  .menue-toggle .closebtn {
	position: absolute;
	left: 1em;
	cursor: pointer;
	top: .5em;
	background-color: #c6d2dc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25em;
	color: #fff;
	border-radius: 5px;
	width: 2.5em;
	font-weight: bold;      
	z-index: 1;
  }

  .menue-toggle .closebtn:hover {
	background: #777;
  }
  .menue-toggle:not(.open) {
	-ms-transform: translateX(320px);
	transform: translateX(320px);
  }
  .menue-toggle .close-log-in {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
  }
  .menue-toggle .close-log-in .close {
	margin-left: -20px;
  }
  .menue-toggle .close-log-in .log-in {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
  }
  .menue-toggle .close-log-in .log-in a {
	font-size: 16px;
  }
  .menue-toggle .off-canvas-menu-top {
	border-bottom: 1px solid #000;
	border: 0;
	position: relative;
  }
  .menue-toggle .off-canvas-menu-top a {
	color: #999;
  }
  .menue-toggle .off-canvas-menu-top > a:nth-child(2) {
	margin-right: 10px;
  }
  .menue-toggle .off-canvas-menu-top .closebtn {
	margin-right: auto;
	font-size: 22px;
	text-align: left;
	-ms-flex-order: 1;
	order: 1;
  }
  .menue-toggle .off-canvas-menu-top .logo-responsive {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	max-width: 200px;
	display: block;
	width: auto;
	height: auto;
  }
  
  .menue-toggle .off-canvas-menu-top .logo-responsive img {
	height: 3em;
  }

.menue-toggle form button i {
	font-size: 1.25em;
	color: #fff
}

  .menue-toggle .offcanvas-menu-toggleable {
	font-size: 16px;
	list-style: none;
	margin-bottom: 30px;
  }
  .menue-toggle .offcanvas-menu-toggleable > li a {
	position: relative;
	display: block;
	color: #626570;
	font-size: 15px;
	font-weight: 500;
  }
  .menue-toggle .offcanvas-menu-toggleable > li a:hover,
  .menue-toggle .offcanvas-menu-toggleable > li a:active {
	color: #ff3d3c;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul {
	display: none;
	list-style: none;
	margin: 0;
	line-height: 41px;
	padding-right: 30px;
	margin-bottom: 10px;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul > li:last-child {
	  border:0;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul > li {
	padding: 0;
	margin: 0;
	position: relative;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul > li:before {
	content: '';
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -15px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #aeaaaa;
  }
  .menue-toggle .offcanvas-menu-toggleable > li > ul a {
	font-size: 14px;
	color: #626570;
	font-weight: 400;
	border-bottom: none;
	padding: 0;
  }
  .menue-toggle .offcanvas-menu-toggleable > li.menu-item-has-children > a:before {
	content: '+';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	-ms-transform: rotate(45deg) translate(0, 0, 0);
	transform: rotate(45deg) translate(0, 0, 0);
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	left: 5px;
	width: 18px;
	height: 18px;
	border: 1px solid #7e818d;
	border-radius: 100%;
	line-height: 18px;
	text-align: center;
	font-weight: 300;
	display: inline-block;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
  }
  .menue-toggle .offcanvas-menu-toggleable > li.menu-item-has-children.open > a:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .menue-toggle form {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1em 0;      }
  .menue-toggle form input {
	width: 100%;
	border: 1px solid #d1d9e4;
	background-color: #eef2f5;
	height: 3em;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 0 1em;
	font-family: iranyekan;
  }
  .menue-toggle form button {
	position: absolute;
	left: 0;
	width: 38px;
	height: 3em;
	margin-top: 0;
	padding: 0;
	text-align: center;
	line-height: 37px;
	border: 0;
	border-radius: 5px 0 0 5px;
	background-color: #777;
  }


  .menue-toggle form button:hover {
	background-color: #dc9203;
  }
  .menue-toggle form button svg {
	margin: auto;
	fill: #fff;
  }
  .offCanvas {
	-ms-transform: translateX(-320px);
	transform: translateX(-320px);
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
  }

#main-menu-site {
	width: 3em;
	height: 3em;
	position: fixed;
	top:1em;
	right: 1em;
	display: none;
	background: #eee;
	border-radius: 1em;
	cursor: pointer;
}


.mainmenu li  {
	float: right;
}


@media (max-width:767px) {
	.sidebar-right, .sidebar-main {
		width: 100%;
		margin-bottom: 1em

	} 

	.mainmenu {
		display: none;
	}
	#main-menu-site {
		display: block;
	}
	.max-width-100 {
		padding-right: 15px!important
	}

	.blogright, .blogleft{
		width: 100%;
	}

	.blogleft{
		margin-top: 1em;
	}

	.video-sec-index__d-nnn, .video-sec-index__videos-list {
		width: 100%;

	}

	div.learn-course {
		height: auto;
	}
}








@media (max-width:576px) {


	.contact-right {
		float: none;
		width: 100%;
	  }
	  
	  .contact-left {
		float: none;
		width: 100%;
	  }


	nav.topnav ul {
	display: none;
}
	.site-info {
		width: 100%;
	  }

	  .site-info img {
		float: none;
		width: 15em;
		display: block;
		margin: 0 auto;
		  margin-top: 0px;
		margin-top: 2em;
		background: rgba(255, 255, 255, 0.7);
		border-radius: 1em;	  }
	  .site-info .desc {
		width: 100%;
		text-align: center;
		margin-bottom: 2em;
	  }
	  .site-info .desc h1 {

	  margin-top: 0em;
	}
	  .site-info ul {
		margin-right: 1em;
	  }
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}


	
	.new-product__article{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.learn-course div.course{
		margin: 2em 0;
	}
}


.text-body h2{
	font-size: 2.5em;
	text-align: center;
}

.text-body .highlight1{
	background: #F7F7F8;
	padding: 0 1em;
}


.text-body h3{
	border-right:.5em solid #0040FF;
	padding-right: .5em;
}

.text-body p{
	line-height: 2;
	font-size: 1.25em;
	font-weight: 300;
}

.orderbtn {
	background: linear-gradient(45deg, #ffe75a, #f7cb3d) !important;
	color: #584b00 !important;
	margin-left: 1em;
	float: left;
	padding: .7em 1em;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s;
	margin-top: -.5em;
	font-size: 1em;}

	
.orderbtn:hover {
	background: #fff;
}