@import "modal.css"; 


* {
    font-family: iranyekan;
    box-sizing: border-box;
}
   
a{
    text-decoration: none;
}

a {
    color: #2c7be5;
    background-color: transparent;
}

a:hover {
    color: #1657af;
}

ul , li {
    list-style: none;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    }


@media (max-width: 768px) {
    .container {
        width: 100%;
    }

}

@media (min-width:576px) {
    .container {
     max-width:540px
    }
   }
   @media (min-width:768px) {
    .container {
     max-width:720px
    }
   }
   @media (min-width:992px) {
    .container {
     max-width:960px
    }
   }
   @media (min-width:1200px) {
    .container {
        max-width:95%;
    }
   }


   h1 {
    color: #12263f;
    font-family: iranyekan;
    text-align: center;
    letter-spacing: -.03em;
    font-weight: 900;
    font-size: 2rem;
    margin: 0;
   }

   h2 {
    text-align: center;
    font-weight: 300;
    margin: 0;
   }

   h2 span {
       color: #333 !important
   }

   
   .desc {
       width: 50%;
       margin:  1em auto;
       text-align: center;
       color: #95aac9;
       line-height: 1.4;
       direction: rtl;
   }

    footer {
        background-color: #edf2f9;
        padding: 2.25rem 0 !important;
        color: #95aac9;
    }

    .btns {
        text-align: center;
    }
    
    .btns a {
        padding: .25rem .75rem;
        font-size: 1em;
        line-height: 1.5;
        border-radius: .375rem;
        border: 1px solid #e3ebf6;
        color: #283e59;
        background: #fff;
    }

    .btns a:hover {
        opacity: .8;
    }


    a.btn-login {
        background: #2c7be5;
        color: #fff
    }



 body.panel {
    margin: 0;
    font-family: Inter,sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #12263f;
    text-align: left;
    background-color: #f9fbfd;
    min-height: 100% !important;
}


.panel header {
    border-bottom: 1px solid #e3ebf6 !important;
    padding: 1em 0;
    margin-bottom: 1em;
    background-color: #fff;
}


.page-header {
        align-items: center !important;
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px;
}


.badge-soft-primary {
    color: #2c7be5;
    background-color: #d5e5fa;
}
.badge {
    vertical-align: middle;
}
.badge {
    display: inline-block;
    padding: .33em .5em;
    font-size: 76%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.dropdown-toggle:after {
    width:auto;
    height:auto;
    border:0!important;
    vertical-align:middle;
    font-family:Feather;
    content:"\e92e"
   }
   .dropup>.dropdown-toggle:after {
    content:"\e931"
   }
   .dropright>.dropdown-toggle:after {
    content:"\e930"
   }
   .dropleft>.dropdown-toggle:before {
    content:"\e92f";
    width:auto;
    height:auto;
    border:0!important;
    vertical-align:middle;
    font-family:Feather
   }
   .dropdown-item.dropdown-toggle {
    display:flex;
    justify-content:space-between
   }
   .dropdown-menu {
    -webkit-animation:dropdownMenu .15s;
    animation:dropdownMenu .15s
   }
   .dropdown-ellipses {
    font-size:1.0625rem;
    color:#d2ddec
   }
   .dropdown-ellipses:after {
    display:none
   }
   .dropdown-menu-card {
    min-width:350px;
    padding-top:0;
    padding-bottom:0;
    background-color:#fff;
    border-color:rgba(18,38,63,.1)
   }
   .dropdown-menu-card .card-header {
    min-height:3.125rem
   }
   .dropdown-menu-card .card-body {
    max-height:350px;
    overflow-y:auto
   }
   .dropdown-menu-sm {
    padding-top:.25rem;
    padding-bottom:.25rem;
    font-size:.8125rem
   }
   .dropdown-menu-sm .dropdown-item {
    padding:.1875rem .75rem
   }
   

.fade {
    transition:opacity .15s linear
   }
   @media (prefers-reduced-motion:reduce) {
    .fade {
     transition:none
    }
   }
   .fade:not(.show) {
    opacity:0
   }
   .collapse:not(.show) {
    display:none
   }
   .collapsing {
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
   }
   @media (prefers-reduced-motion:reduce) {
    .collapsing {
     transition:none
    }
   }
   .dropdown,
   .dropleft,
   .dropright,
   .dropup {
    position:relative
   }
   .dropdown-toggle {
    white-space:nowrap
   }
   .dropdown-toggle:after {
    display:inline-block;
    margin-left:.2125em
   }
   .dropdown-toggle:empty:after,
   .dropleft .dropdown-toggle:empty:after,
   .dropright .dropdown-toggle:empty:after,
   .dropup .dropdown-toggle:empty:after {
    margin-left:0
   }
   .dropdown-menu {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:10rem;
    padding:.5rem 0;
    margin:0;
    font-size:.9375rem;
    color:#12263f;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(18,38,63,.1);
    border-radius:.375rem
   }
   .dropdown-menu-left {
    right:auto;
    left:0
   }
   .dropdown-menu-right {
    right:0;
    left:auto
   }
   @media (min-width:576px) {
    .dropdown-menu-sm-left {
     right:auto;
     left:0
    }
    .dropdown-menu-sm-right {
     right:0;
     left:auto
    }
   }
   @media (min-width:768px) {
    .dropdown-menu-md-left {
     right:auto;
     left:0
    }
    .dropdown-menu-md-right {
     right:0;
     left:auto
    }
   }
   @media (min-width:992px) {
    .dropdown-menu-lg-left {
     right:auto;
     left:0
    }
    .dropdown-menu-lg-right {
     right:0;
     left:auto
    }
   }
   @media (min-width:1200px) {
    .dropdown-menu-xl-left {
     right:auto;
     left:0
    }
    .dropdown-menu-xl-right {
     right:0;
     left:auto
    }
   }
   .dropup .dropdown-menu {
    top:auto;
    bottom:100%;
    margin-top:0;
    margin-bottom:0
   }
   .dropright .dropdown-toggle:after,
   .dropup .dropdown-toggle:after {
    display:inline-block;
    margin-left:.2125em;
    vertical-align:.2125em;
    content:"";
    border-top:0;
    border-right:.25em solid transparent;
    border-bottom:.25em solid;
    border-left:.25em solid transparent
   }
   .dropright .dropdown-menu {
    top:0;
    right:auto;
    left:100%;
    margin-top:0;
    margin-left:0
   }
   .dropright .dropdown-toggle:after {
    border-top:.25em solid transparent;
    border-right:0;
    border-bottom:.25em solid transparent;
    border-left:.25em solid;
    vertical-align:0
   }
   .dropleft .dropdown-menu {
    top:0;
    right:100%;
    left:auto;
    margin-top:0;
    margin-right:0
   }
   .dropleft .dropdown-toggle:after {
    margin-left:.2125em;
    vertical-align:.2125em;
    content:"";
    display:none
   }
   .dropleft .dropdown-toggle:before {
    display:inline-block;
    margin-right:.2125em;
    content:"";
    border-top:.25em solid transparent;
    border-right:.25em solid;
    border-bottom:.25em solid transparent;
    vertical-align:0
   }
   .dropdown-menu[x-placement^=bottom],
   .dropdown-menu[x-placement^=left],
   .dropdown-menu[x-placement^=right],
   .dropdown-menu[x-placement^=top] {
    right:auto;
    bottom:auto
   }

.dropdown-divider {
    height:0;
    margin:.75rem 0;
    overflow:hidden;
    border-top:1px solid #edf2f9
   }
   .dropdown-item {
    display:block;
    width:100%;
    padding:.375rem 1.5rem;
    clear:both;
    font-weight:400;
    color:#6e84a3;
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0
   }
   .dropdown-item.active,
   .dropdown-item:active,
   .dropdown-item:focus,
   .dropdown-item:hover {
    color:#12263f;
    text-decoration:none;
    background-color:transparent
   }
   .dropdown-item.disabled,
   .dropdown-item:disabled {
    color:#95aac9;
    pointer-events:none;
    background-color:transparent
   }
   .dropdown-menu.show {
    display:block
   }
   .dropdown-header {
    display:block;
    padding:.5rem 1.5rem;
    margin-bottom:0;
    font-size:.8125rem;
    color:inherit;
    white-space:nowrap
   }
   .dropdown-item-text {
    display:block;
    padding:.375rem 1.5rem;
    color:#6e84a3
   }
   


   .header-pretitle {
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #95aac9;
}


.header-title {
    margin-bottom: 0;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-auto {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
}


.btn-primary {
    color: #fff;
    background-color: #2c7be5;
    border-color: #2c7be5;
}
.mainlogo {
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 5em;
}

.emkanat h2 {
    color: #494d5a;
    font-size: 1.8125rem;
    font-weight: 700;
}

.emkanat p {
    font-size: 16px;
    color: #6f7780 !important;
    text-align: center !important;
    margin: 0;
    margin-bottom: 40px !important;
}


.boxgrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1em;
    padding-bottom: 2rem;
    direction: rtl;
}

.boxgrid h6 {
    font-size: 16px;
    padding-right: 20px !important;
    margin-bottom: 20px !important;
    text-align: right;
    margin-top: 1.5em;
}

.boxgrid a {
    padding: .25em 1em;
    transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}

.boxgrid a:hover {
    transform: translateY(-5px);
}


.boxgrid a.orange {
    background: #fff6e7;
}

.boxgrid a.blue {
    background: #f0f3fe;
}

.boxgrid a.red {
    background: #fff3f3;
}

.boxgrid a.green {
    background: #f1fbf3;
}

.boxgrid a.blue h6 {
    color: #3e5f80;
}

.boxgrid a.orange h6 {
    color: #9a7933;
}

.boxgrid a.red h6 {
    color: #a76c6c;
}

.boxgrid a.green h6 {
    color: #53aa69;
}


.boxgrid a img {
    width: 100%;
}

footer .logo {
    float: left;
    width: 3em;
}

footer .logo img {
    width: 100%;
}

footer .c {
    float: right;
}



header .logo, .logoa {
    float: right;
    width: 16em;
    margin-left: 1em;
    margin-top: -.8em;
}
header .logo img {
    width: 100%;
}


.btn-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: .5rem 0;
	font-weight: 300;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

.btn-profile .image {
	border-radius: 100px;
	border: 2px solid hsla(0, 0%, 100%, .2);
	margin-left: .5rem;
	width: 46px;
	height: 46px
}

.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: rgb(255, 255, 255);
	-webkit-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out
}

.profile .sub-menu {
	position: absolute;
	top: 100%;
	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: 1rem
}

.profile .sub-menu ul a {
	font-size: 15px;
	font-weight: 300;
	color: #77778c;
	display: block;
	padding: .75em .25em;
	border-radius: 2px
}

.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
}
.userbar{
    float: left;
}
.userbar 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;
}

ul.userbar li {
    position: relative;
}
ul.userbar li a {
    padding: .25em 1.5em;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    font-size: 1.25em;
    margin-top: -.5em
}
.details{
    color: #333
}

ul.userbar li a:hover {
    opacity: 1;
    background: #fff;
    color: #333;
    transition: .3s;
}



.d-flex,
.notif-m {
 display:flex
}


ul.userbar>li:first-of-type {
	margin-left: .75rem
}

ul.userbar>li:last-of-type {
	margin-left: 0
}

ul.userbar li.profile {
	margin: 0;
	width: 100%
}
.href-login a {
    border: 2px solid #3f9eff;
    border-radius: 16px 16px 0 0;
    color: #fff;
}
ul.userbar a.btn {
	border-radius: 10px;
}

ul.userbar a.transparent {
	color: #fff;
	border: 2px solid #3f9eff;
	color: #3f9eff;
	padding: .7em
}

ul.userbar a.white {
	background: #3f9eff;
	border: 2px solid #3f9eff;
	color: #fff
}

ul.userbar a.white:hover {
	background: #fff;
	color: #3f9eff
}


ul.userbar a.transparent:hover {
	background: rgba(100, 100, 160, .08);
	color: #77778c
}

ul.userbar .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
}

ul.userbar .sub-menu header .image {
	border-radius: 100px;
	border: 1px solid #eee;
	width: 60px;
	height: 60px;
	margin-left: .5rem
}

ul.userbar .sub-menu header .name {
	font-size: 16px;
	padding-bottom: .75em
}

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

.semat {
	display: block;
	background: rgba(255, 255, 255, .5);
	padding: .25em .5em;
	text-align: center;
	font-size: .9em;
	font-weight: 300;
	margin-top: .5em;
}

ul.userbar .sub-menu header img {
	border-radius: 100px;
	width: 100%;
	max-height: 100%
}

.fxd {
	-webkit-box-shadow: 0 0 25px -5px rgba(50, 43, 97, .1);
	box-shadow: 0 0 25px -5px rgba(50, 43, 97, .1);
	background: #fff
}

.userbar > li {
    float: right;
    color: #fff
}


.menu {
    float:right;
    margin-right: 1em
}


.menu ul li {
    float: right;
    margin-left: .5em
}


.menu ul li a {
    color: #fff;
    font-size: 1.25em;
    border-radius: 10px;
    border: 1px solid transparent;
    padding: .15em .75em;
    transition: .3s;
}

.menu ul li a:hover {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
}

.topheader {
    margin-bottom: 2em;
}

.motiona img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.tem2-team .tem2-member .tem2-image img {
    user-select: none;
    position: absolute;
    top: 0;
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50rem;
}
img {
    vertical-align: middle;
    border-style: none;
}


.tem2-team {
    padding: 60px 0;
    position: relative;
}

.tem2-team .tem2-title {
    display: flex;
    text-align: center;
    justify-content: center;
}

.tem2-team .tem2-title .tem2-topic {
    color: rgb(0, 0,0);
    margin-bottom: 30px;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.76;
    position: relative;
    font-family: iranyekan;
}

.tem2-team .tem2-title .tem2-topic::before {
    content: "/";
    display: block;
    color: rgb(0, 0,0);
    position: absolute;
    right: -20px;
    top: -9px;
    z-index: 0;
    font-size: 32px;
}

.tem2-team .tem2-member {
    text-align: center;
    background-image: url("https://cdn.landin.ir/default/sections/images/bg2.svg");
    background-repeat: no-repeat;
    background-position: top 5px left 14px;
    text-decoration: none;
    float: right;
    width: 15%;
    margin:0 2.5%
}

.tem2-team .tem2-member .tem2-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-top: 100%;
}

.tem2-team .tem2-member .tem2-image img {
    user-select: none;
    position: absolute;
    top: 0;
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50rem;
}

.tem2-team .tem2-member .tem2-image::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border: 7px solid rgb(0, 0,0);
    border-radius: 100px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.tem2-team .tem2-member .tem2-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #212529;
    font-family: iranyekan;
}

.tem2-team .tem2-member .tem2-role {
    font-size: 13px;
    color: rgb(0, 0,0);
    font-weight: 300;
}

@media screen and (max-width: 991px) {
    .tem2-team .tem2-member {
        margin-bottom: 50px;
    }

    .tem2-team .tem2-member .tem2-desc {
        max-width: 50%;
        margin: auto;
    }

    .tem2-team .tem2-member:nth-child(odd):not(:last-child)::after,
    .tem2-team .tem2-member:nth-child(even):not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 568px) {
    .tem2-team .tem2-member .tem2-image::after {
        right: 105px;
        top: 50px;
    }

    .tem2-team .tem2-member .tem2-name {
        margin-top: 50px;
    }

    .tem2-team .tem2-member .tem2-image img {
        width: 250px;
        height: 250px;
    }

    .tem2-team .tem2-member .tem2-image {
        padding-top: 58%;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    .tem2-team .tem2-member .tem2-image::after {
        right: 5px;
        top: 50px;
    }
}

@media (max-width: 401px) {
    .tem2-team .tem2-member .tem2-image::after {
        right: 105px;
        top: 10px;
    }

    .tem2-team .tem2-member .tem2-image img {
        width: 250px;
        height: 250px;
    }

    .tem2-team .tem2-member .tem2-image {
        padding-top: 70%;
    }

    .tem2-team .tem2-member {
        background-image: url("https://cdn.landin.ir/default/sections/images/bg2.svg");
        background-repeat: no-repeat;
        background-position: top 5px left 74px;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    .tem2-team .tem2-member .tem2-image::after {
        right: 5px;
        top: 50px;
    }
}


.textthree-wrapper {
    padding: 70px 0;
}


.textthree-wrapper {
    padding: 70px 0;
}

.textthree-row {
    position: relative;
    background: rgba(42, 59, 214, 0.07);
    padding: 40px;
    border-radius: 30px;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
}

.textthree-bgBox {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(42, 59, 214, 0.85);
    height: 100%;
    width: 300px;
    border-radius: 30px;
    z-index: -1;
}

.textthree-texts {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 90px;
    z-index: 1;
    float: left;
    width: 70%;
}

.textthree-texts__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

.textthree-texts__title {
    color: rgb(0, 0,0);
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.textthree-texts__title img {
    position: absolute;
    top: 2px;
    right: -50px;
}

.textthree-texts__desc {
    color: rgb(0, 0,0);
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    white-space: pre-line;
}

.textthree-texts__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.textthree-texts__buttons a {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.textthree-texts__buttons div:nth-of-type(1) {
    margin-right: 0;
}

.textthree-texts__buttons .textthree-texts__buttonOne {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0,0);
    color: white;
    border: 2px solid rgb(0, 0,0);
    border-radius: 50px;
    margin: 5px;
    padding: 0px 8px;
    min-width: 155px;
    min-height: 50px;
    cursor: pointer;
    transition: all 0.3s;
}

.textthree-texts__buttonOne:hover {
    color: white;
}

.textthree-texts__buttonTwo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;
    color: rgb(0, 0,0);
    border: 2px solid rgb(0, 0,0);
    border-radius: 50px;
    margin: 5px;
    padding: 0px 8px;
    min-width: 155px;
    min-height: 50px;
    cursor: pointer;
    transition: all 0.3s;
}
.textthree-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 70px;
    z-index: 1;
}

.textthree-img__wrapper {
    position: relative;
}



.textthree-img__bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 293px;
    height: 293px;
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.textthree-img__bg img {
    width: 293px;
    height: 293px;
    max-width: 293px;
    max-height: 293px;
}

.textthree-img__bg.withImgid img {
    border-radius: 50%;
}

.textthree-img__shapes {
    position: absolute;
    top: 40%;
    left: -15%;
}

.textthree-img__shapes svg path {
    stroke: rgb(0, 0,0);
}

.textthree-wrapper .container {
    position: relative;
    overflow: hidden;
}

.textthree-up-circle {
    position: absolute;
    top: -175px;
    left: -165px;
}

.textthree-down-circle {
    position: absolute;
    left: -115px;
    top: 265px;
}

.textthree-down-ring {
    position: absolute;
    left: -210px;
    top: 270px;
}

.textthree-row.textthree-position-left {
    flex-direction: row-reverse;
}

.textthree-position-left .textthree-img {
    justify-content: flex-end;
    margin-left: 25px;
}

.textthree-position-left .textthree-bgBox {
    left: unset;
    right: 0;
}

.textthree-position-left .textthree-img__shapes {
    left: unset;
    right: -15%;
}

.textthree-position-left .textthree-img__bg img {
    transform: scaleX(-1);
}

.textthree-position-left .textthree-up-circle {
    left: unset;
    right: -165px;
}

.textthree-position-left .textthree-down-circle {
    left: unset;
    right: -115px;
}

.textthree-position-left .textthree-down-ring {
    left: unset;
    right: -210px;
}

@media (max-width: 1200px) {
    .textthree-texts {
        padding-right: 60px;
    }

    .textthree-img {
        margin-left: 30px;
    }

    .textthree-position-left .textthree-img {
        justify-content: flex-end;
        margin-left: 0px;
        margin-right: 30px;
    }

    .textthree-bgBox {
        width: 265px;
    }
}

@media (max-width: 991px) {
    .textthree-texts {
        order: 1;
    }

    .textthree-texts {
        align-items: center !important;
        margin-top: 80px;
        padding-right: 15px;
        max-width: 100%;
    }

    .textthree-texts__wrapper {
        max-width: 100%;
    }

    .textthree-img {
        justify-content: center !important;
    }

    .textthree-texts__buttons {
        justify-content: center;
    }

    .textthree-texts__buttons div:nth-of-type(1) {
        margin-right: 5px;
    }

    .textthree-bgBox {
        width: 100%;
        height: 380px;
    }

    .textthree-texts__title img {
        display: none;
    }

    .textthree-position-left .textthree-img {
        margin-right: 0;
    }

    .textthree-position-left .textthree-img__shapes {
        right: unset;
        left: -15%;
    }

    .textthree-position-left .textthree-img__bg img {
        transform: scaleX(1);
    }

    .textthree-position-left .textthree-up-circle {
        right: unset;
        left: -165px;
    }

    .textthree-position-left .textthree-down-circle {
        right: unset;
        left: -115px;
    }

    .textthree-position-left .textthree-down-ring {
        right: unset;
        left: -210px;
    }
}

@media (max-width: 768px) {
    .textthree-row {
        padding-bottom: 30px;
    }

    .textthree-img {
        margin-left: 0;
    }

    .textthree-texts__title {
        text-align: right;
    }

    .textthree-texts__title::before {
        display: none;
    }

    .textthree-texts__desc {
        text-align: right;
    }
}

@media (max-width: 500px) {
    .textthree-row {
        padding: 0;
        padding-top: 60px;
        padding-bottom: 35px;
    }

    .textthree-texts {
        padding: 0 20px;
    }

    .textthree-img__shapes {
        left: -10%;
    }
}



.pricingSec {
    position: relative;
}

.pricingSec i {
    width: 75px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
}

.pricingSec i.right {
    right: 0;
    bottom: 5vh;
    background-image: url("https://cdn.landin.ir/default/sections/images/rightBgSmall.svg");
}

.pricingSec i.left {
    top: 15vh;
    left: 0;
    background-image: url("https://cdn.landin.ir/default/sections/images/leftBgSmall.svg");
}

.pricing {
    padding: 60px 0;
}

.pricing .title {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 60px;
}

.pricing .title .topic {
    color: rgb(0, 0,0);
    margin-bottom: 29px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.76;
    position: relative;
}

.pricing .title .topic .underline-holder::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: rgb(0, 0,0);
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pricing .item {
    text-align: right;
    padding: 30px 48px;
    position: relative;
    width: 30%;
    float:right;
}

.pricing .item:nth-child(odd) {
    transform: translateY(20px);
}

.pricing .item:nth-child(even) {
    transform: translateY(0);
    z-index: 1;
}

.pricing__box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing .item .box {
    position: absolute;
    width: 110%;
    height: 110%;
    border: 1px solid #ffffff;
    z-index: -2;
    left: 50%;
    top: 50%;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.pricing .item:nth-child(odd) .box {
    border-color: rgb(237, 235, 235, 0.6);
    z-index: -3;
}

.pricing .item:nth-child(even) .box {
    border-color: #ffffff;
    z-index: -2;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.pricing .item .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pricing .item .price p {
    font-size: 24px;
    font-weight: 600;
    color: rgb(0, 0,0);
    margin-left: 10px;
    margin-bottom: 0;
}

.pricing .item .price span {
    display: flex;
    font-size: 10px;
    padding: 3px 10px 3px 40px;
    width: 47px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    position: relative;
    color: #ffffff;
    margin-bottom: 5px;
    background-color: rgb(149, 155, 171, 0.6);
}

.pricing .item .price span .icon img {
    width: 10px;
}

.pricing .item .price span .icon {
    position: absolute;
    padding: 2px 10px;
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    left: -7px;
    align-items: center;
    justify-content: center;
    background-color: #959bab;
}

.pricing .item .content {
    margin: 10px 0 15px;
}

.pricing .item .content h6 {
    color: rgb(0, 0,0);
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    font-family: iranyekan;
}

.pricing .item .content h6::after {
    content: "";
    display: block;
    width: 43px;
    height: 43px;
    background-color: rgba(0, 0,0, 0.1);
    border-radius: 100px;
    position: absolute;
    right: -16px;
    top: -12px;
    z-index: -1;
}

.pricing .item .content p {
    font-size: 12px;
    color: rgb(0, 0,0);
    font-weight: 300;
}

.pricing .item .features {
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px dashed rgba(112, 112, 112, 0.15);
}

.pricing .item .features li {
    font-size: 12px;
    color: rgb(0, 0,0);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pricing .item .features li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing .item .features li .icon {
    padding: 4px 6px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: center;
    border-radius: 10px;
    background-color: rgb(51, 52, 86, 0.04);
}

.pricing .item .features li .icon img {
    width: 14px;
}

.pricing .item .features li .icon svg {
    width: 15px;
    height: 16px;
}

.pricing .item .features li .icon svg path {
    fill: rgb(0, 0,0) !important;
}

.pricing .item .action {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.pricing .item .action .btn {
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing .item .action .btn img {
    user-select: none;
    width: 18px;
    margin-right: 10px;
}

.pricing .item .action .btn.btn-primary {
    background-color: rgb(0, 0,0);
    color: #ffffff;
    border: 1px solid rgb(0, 0,0);
}

.pricing .item .action .btn.btn-primary:focus,
.pricing .item .action .btn.btn-primary:hover,
.pricing .item .action .btn.btn-primary:active {
    background-color: #ffffff;
    color: rgb(0, 0,0);
    outline: unset;
    box-shadow: unset;
}

.pricing .item:nth-child(odd) .action .btn.btn-primary {
    background-color: #ffffff;
    color: rgb(0, 0,0);
    border: unset;
    border: 1px solid rgb(0, 0,0);
}

.pricing .item:nth-child(odd) .action .btn.btn-primary:focus,
.pricing .item:nth-child(odd) .action .btn.btn-primary:hover,
.pricing .item:nth-child(odd) .action .btn.btn-primary:active {
    background-color: rgb(0, 0,0);
    border: 1px solid rgb(0, 0,0);
    color: #ffffff;
    outline: unset;
    box-shadow: unset;
}

@media screen and (max-width: 991px) {
    .pricingSec i {
        display: none;
    }

    .pricing {
        padding: 60px 50px;
    }

    .pricing .item:not(:last-child) {
        margin-bottom: 30px;
    }

    .pricing .item:nth-child(odd) {
        transform: unset;
        border-radius: 15px;
        background: white;
        border: 2px solid #959bab;
        border-color: rgb(237, 235, 235, 0.6);
    }

    .pricing .item .box {
        width: 100%;
        height: 100%;
        transform: unset;
        left: 0;
        top: 0;
    }

    .pricing .item {
        text-align: right;
        padding: 30px 55px;
        position: relative;
    }

    .pricing .item .box {
        border: 2px solid #959bab;
    }

    .pricing .item .content p {
        font-size: 14px;
    }

    .pricing .item .content h6 {
        font-size: 20px;
    }

    .pricing .item .features li {
        font-size: 14px;
        font-weight: 300;
    }

    .pricing .item {
        padding: 30px 70px;
    }
}

@media (max-width: 568px) {
    .pricing .title {
        margin-bottom: 35px;
    }
}


.topheadd{
    background: url('img/bg-h3.svg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin-top: 20px;
    padding: 2em;
    border: 1em solid #fff;
    border-radius: 3em;
    width: 80%;
    margin-bottom: 2em;

}


.sidebar-panel-right{
    float:right;
    width : 20%;
    background-color: #f7f7f7;
    padding: 34px 2em;
    border-radius: 30px;
    border-bottom: 1px solid #e9eef1;
}

.sidebar-panel-right ul li {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e9eef1;
    font-size: 1.25em;

}

.sidebar-panel-right ul li a {
    display: block;
    width: 100%;
    color: #333;
    padding: .75em .5em;
    transition: 1s;

}

.sidebar-panel-right ul li a:hover {
    background-color: #eee;
}


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

.main-panel h2 {
    color: #333;
    font-family: iranyekan;
    margin-bottom: 2em;

}

section.features {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-bottom: 2rem;
}
.projectbox{
    position: relative;
    border-radius: 2px 2px 0 0;
}

.projectbox img {
    border-radius: 1em;
    display: block;
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    max-height: 12em;
}

.projectbox img:hover {
    opacity: .8;
}
.projectbox .type {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    padding: 0 .65rem;
    height: 24px;
    line-height: 24px;
    background: rgba(33,37,51,.6);
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}

.projectbox .time {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 1rem;
    padding: 0 .65rem;
    height: 24px;
    line-height: 24px;
    background: rgba(33,37,51,.6);
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}

.projectbox .delete {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1rem;
    padding: 0 .65rem;
    height: 24px;
    line-height: 24px;
    background: rgba(33,37,51,.6);
    border-radius: 5px;
    font-size: 13px;
    color: #fff !important;
}

.projectbox .delete a {
    color: #fff
}


section.projects {
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: repeat(3,1fr);
}

.main-panel h2 {
    border: 2px solid #f3f6f9;
    padding: 15px;
    border-radius: 10px;
}

section.ccount {
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: repeat(3,1fr);
}

section.ccount .type {
    background: #eee;
    border-radius: 1em;
    padding: 1em
}


.class-title {
    background: #eee;
    margin-top: 1em;
    margin-bottom: .5em;
    font-family: iranyekan;
    padding: .5em 1em;
    border-radius: .1em;
    font-size: 1.5em;
}



.class-title a.create {
    background: #fff;
    border-radius: 1em;
    font-size: .65em;
        padding: .6em;
    float:left
}

.class-title  a.create:hover {
    background: #eee;
}


.class-title a.all {
    font-size: .65em;
}


:selection {
    color: #f7f7f7!important;
    background: rgb(100, 176, 199)!important
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
    width: 100%;
}

i,.img-icon{ padding: 0 5px ;}

body {
    font-size: 13px;
    font-family: Regular ;
    direction: rtl;
    background: #fff;
    text-align: right ;
    position: relative;
    overflow-x: hidden;
    color: #444;
}

.bg-light{
    background-color: #F8F8F8;
}

h1,h2,h3,h4,h5,h6{font-family: Bold }

a:hover{text-decoration: none !important}

.container.warp{
    position: relative;
    max-width: 1920px;;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}
.h-title{
    font-family: iranyekan;
    font-weight: bold;
     color: #3B2B58;
     font-size: 25px;
     position: relative;
     text-align: center;
     display: block;
     margin-bottom: 20px;
     margin-left: auto;
     margin-right: auto;
     font-family: iranyekan;

}


.h-title-2{
    color: #001D5E;
    font-weight: bold;
    font-family: iranyekan;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.r-tline{
    background-repeat: no-repeat;
    width: 30px;
    height: 3px;
    background-size: cover;
    display: inline-flex;
    margin-top: 9px;
    margin-left: 12px;
    background: url('img/t-line.svg');
}
.l-tline{
    background-repeat: no-repeat;
    width: 30px;
    height: 3px;
    background-size: cover;
    display: inline-flex;
    margin-top: 9px;
    margin-right: 12px;
    background: url('img/t-line.svg');
    transform: rotate(180deg);
}

.r-tline2{
    background-repeat: no-repeat;
    width: 30px;
    height: 3px;
    background-size: cover;
    display: inline-flex;
    margin-top: 9px;
    margin-left: 12px;
    background: url('img/t-line2.svg');
}
.l-tline2{
    background-repeat: no-repeat;
    width: 30px;
    height: 3px;
    background-size: cover;
    display: inline-flex;
    margin-top: 9px;
    margin-right: 12px;
    background: url('img/t-line2.svg');
    transform: rotate(180deg);
}


#menu {
    margin-top: 25px;
    display: none;
    cursor: pointer;
    z-index: 99;
    position: relative;
}

/* ----- btn ----- */
.bbtn{
    box-shadow: 0px 0px ;
    padding: 9px 20px;
    text-align: right;
    display: block;
    font-family: Regular;
    font-size: 15px;
    transition: .3s;
    border: none;
    outline: 0;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    background-color: #3300DA;
    color: #fff;
    margin-left: 20px;
}
.bbtn-outline{
    box-shadow: 0px 0px ;
    padding: 9px 10px;
    text-align: center;
    display: block;
    font-family: Regular;
    font-size: 15px;
    transition: .3s;
    border: none;
    outline: 0;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    color: #3300DA;
    border: 1px solid #3300DA;
}
.bbtn-outline:hover{
    box-shadow: 0 4px 15px 0px rgba(0,0,0,0.2);
    transition: .5s;
}
.bbtn:hover{
    box-shadow: 0 4px 15px 0px rgba(0,0,0,0.2);
    transition: .5s;
    background-color: #33668C;
    color: #fff;
}

.bbtn img{
    position: absolute;
    left: 15px;
    top: 38%;
    width: 6px;
    height: 10px;
}



.bg_dark{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 99;
    display: none;
}


/*SECTION_HEADER*/
.section-header{
    background: url('img/bg-h3.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    width: 100%;
    padding: 3em;
    padding-top: 2.5em;
    padding-bottom: 10em;
    border-radius: 2em;
}
.header-content h1{
    position: relative;
    color: #fff;
    font-size: 32px;
    font-family: iranyekan;
    margin: 20px auto;
    font-family: iranyekan;
    text-align: right
}
.header-content h1::after{
    content: '';
    position: absolute;
    right: -1.75em;
    top: 0.25em;
    background: url('img/tick.svg');
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
}

.header-content h2{
    position: relative;
    color: #3B2B58;
    font-size: 22px;
    line-height: 40px;
    font-family: iranyekan;
    margin-bottom: 10px;
    text-align: right;
    color: #fff;
}

.header-content h2 span{
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
    background-color: #F9E200;
    padding: 1px 10px;
    border-radius: 20px;
    font-weight: bold;
}

.header-content p{
    color: #fff;
    font-size: 16px;
    font-family: iranyekan;
    font-family: iranyekan;

}

.header-content .image-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    bottom: -3px;
    left: 25px;
}
#bg-hleft {
    background: url('images/main.svg');
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    background-size: 110% 100%;}

#logo-top{
    width: 15em !important;
    height: 50px;
    position: relative;
    display: block;
}

#logo-top img{
    width: 100%;
}
.header-content a.bbtn {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
    float: right;
    background-color: #fff;
    color: #3B2B58;
    padding-left: 2em
}
.header-content a.bbtn-outline{
    font-size: 16px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: auto;
    float: right;
    background-color: transparent;
    color: #fff;
    border-color:#fff;
    transition: .2s;
    margin-right: 1em;
}


.header-content a.bbtn-outline:hover{
    background-color: #fff;
    color: #333;

}

.bbtn, .b-btn {
    font-family: iranyekan;
}


/*SECTION_ABOUT*/
.section-about{
    background: url('img/bg-h2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    top: -120px;
    width: 100%;
    position: relative;
}
.section-about p{
    font-family: iranyekan;
    font-size: 15px;
    line-height: 27px;
    color: #4a4e50;
}

.section-about p b{
    color: #3300DA;
    font-family: iranyekan !important;
    font-weight: Bold;
    font-family: iranyekan;
}
.section-about a.bbtn {
    width: 205px;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
    color: #fff;
}
.section-about a.bbtn:hover{
    color: #fff
}

.section-about .image-container{
    width: 100%;
    height: 250px;
}
.section-about .image-container img{
    width: 100%;
    height: 100%;
    object-fit: none;
}


/*SECTION_ROL*/
.section-rol{
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-rol .image-container{
    width: 100%;
    padding-top: 80px;
    z-index: 2;
    position: relative;
}

.section-rol .image-container img{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.section-rol  .image-container::after{
    content: '';
    background: url('img/bg-r2.svg');
    position: absolute;
    top: 150px;
    right: 150px;
    width: 270px;
    height: 316px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
.section-rol h4{
    font-size: 22px;
    margin-bottom: 40px;
}
.section-rol ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: iranyekan;

}
.section-rol ul li{
    font-family: iranyekan;
    position: relative;
    padding-right: 40px;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
    width: 90%;
    text-align: justify;
}

.section-rol ul li img{
    position: absolute;
    right: -20px;
    top: -5px;
}

  


/*section-sone*/
.section-sone{
    background: url('img/bg-sone.svg');
    background-repeat: no-repeat;
    background-size: 100%  ;
    position: relative;
    margin-bottom: 40px;
}
.sone-content{
    padding-top: 140px;
    padding-bottom: 80px;
}

.section-sone  h4{
    font-size: 25px;
    color: #fff;
}

.section-sone p{
    width: 70%;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 15px;
    font-family: Regular;
    line-height: 26px;
    margin-bottom: 40px;
}

.section-sone strong{
    display: block;
    color: #fff;
    font-family: iranyekan;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}
.section-sone small{
    display: block;
    color: #F9E200;
    font-family: iranyekan;
    font-size: 16px;
    text-align: center;
}

.section-sone .owl-carousel.sone .image-container{    
    overflow: hidden;
}
.section-sone .owl-carousel.sone .image-container img{
    width: 100%;
    border-radius: 50px;
    display: block;
    margin: auto;
}


/*section-stow*/
.section-stow{
    background-repeat: no-repeat;
    background-size: cover  ;
    position: relative;
    margin-bottom: 40px;
    background: rgb(25, 0, 169);
    background: linear-gradient(90deg, rgb(0, 17, 169) 0%, rgb(58, 30, 220) 100%);    
    border-radius: 30px;
    padding: 2em 1em
}
.stow-content{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.stow-content::after{
    background: url('img/bg-dot.svg');
    content: '';
    width: 100%;
    height: 440px;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: contain;
    position: absolute;
}

.section-stow  h4{
    font-size: 25px;
    color: #fff;
    z-index: 2;
    position: relative;
}

.owl-carousel.stow{
    z-index: 2;
}

.section-stow p{
    width: 70%;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 15px;
    font-family: iranyekan;
    line-height: 26px;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
}

.section-stow strong{
    display: block;
    color: #fff;
    font-family: iranyekan;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}
.section-stow small{
    display: block;
    color: #F9E200;
    font-family: iranyekan;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.section-stow .owl-carousel.stow .image-container{    
    overflow: hidden;
    width: 95%;
}
.section-stow .owl-carousel.stow .image-container img{
    width: 100%;
    border-radius: 50px;
}



/*section-sthre*/
.section-sthre{
    background-repeat: no-repeat;
    background-size: cover  ;
    position: relative;
    margin-bottom: 40px;  
    border-radius: 30px;
    width: 100%;
}
.sthre-content{
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-sthre strong{
    display: block;
    color: #27303E;
    font-family: iranyekan;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}
.section-sthre small{
    display: block;
    color: #F9E200;
    font-family: iranyekan;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.section-sthre .owl-carousel.sthre .image-container{    
    overflow: hidden;
    width: 95%;
}
.section-sthre .owl-carousel.sthre .image-container img{
    width: 100%;
    border-radius: 50px;
}











/*section footer*/
.footer-content{
    padding: 20px 40px 0px 50px;
    background-color: #27303E;
    border-radius: 20px 20px 0px 0px;
  }
  
  .section-footer ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-footer ul li img{
    width: 100%;
}
.section-footer .right-content{
    margin-top: 10px;
    margin-bottom: 30px;
}
.section-footer .right-content ul{
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}
.section-footer .right-content ul li{
    padding:0px 2px;
}
.section-footer .right-content ul li a.nav-line{
    margin: 0px 8px;
    color: #58647C;
}

.section-footer .left-content ul{
    justify-content: end;
    margin-bottom: 0px;
    margin-top: 20px;
}
.section-footer .left-content ul li{
    margin-left: 10px;
}

.section-footer .left-content p{
    font-size: 12px;
    font-family: iranyekan;
    color: #C6D5DE;
    text-align: left;
}
.section-footer .right-content a{
    font-size: 14px;
    font-family: iranyekan;
    color: #C6D5DE;
    text-align: center;
}

.section-footer .right-content ul li img{
    width: 19px;
    height: 19px;
}


  
  
  
  .copyRight{
   
    color: #394A6D;
    margin-top: 0px;
  }
  .copyRight a,.copyRight a:link,.copyRight a:active,.copyRight a:hover{
    padding: 0px 20px 10px 20px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    display:block;
    font-family: iranyekan;
  }
  
  
/*section-info*/
.section-info {
    padding-top: 0px;
    padding-bottom: 40px;
}
.section-info .image-container{
    width: 80%;
    margin:20px auto 0px auto;
}
.section-info .image-container img {width: 100%;}
.section-info .h-title{
    background-color: #F9E200;
    border-radius: 20px;
    padding: 10px;
}

.section-info ul li{
    background-color: #F3F4FD;
    border-radius: 10px;
    color: #27303E;
    padding: 10px 60px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-family: iranyekan;
}
.section-info ul{
    width: 80%;
    margin: 40px auto 0px auto;
}

.section-info ul li span{
    position: absolute;
    background: rgb(0,169,86);
    background: linear-gradient(90deg, rgba(0,169,86,1) 0%, rgba(78,220,30,1) 100%); 
    font-size: 20px;
    font-family: iranyekan;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 25px;
    padding: 15px;
    top: -15px;
}

.section-info ul li img{
    width: 100%;
    object-fit: contain;
    position: relative;
    top: 3px;
}



/*offer-content*/
.section-offer{
    margin-top: 110px;
    margin-bottom: 0px;
}
.offer-content{
    margin-top: 80px;
    background-color: #050E55;
    padding-top: 40px;
    padding-bottom: 0px;
    height: 360px;
    border-radius: 30px;
    position: relative;
    z-index: 3;
}
.offer-content::before{
    content: '';
    position: absolute;
    background: url('img/Right.svg');
    width: 79px;
    height: 159px;
    top: -50px;
    right: -38px;
    background-repeat: no-repeat;
}
.offer-content::after{
    content: '';
    position: absolute;
    background: url('img/path2.svg');
    width: 100%;
    height: 177px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    z-index: 4;
}
.offer-content .text-content{z-index: 5;position: relative;
font-family: iranyekan;}
.offer-content .text-content span::before{
    content: '';
    position: absolute;
    top: -28px;
    right: -30px;
    background: URL('img/Pattern.svg');
    width: 75px;
    height: 75px;
}
.offer-content .text-content span{
    display: block;
    background-color: #E30036;
    color: #fff;
    font-size: 18px;
    font-family: iranyekan;
    border-radius: 5px;
    padding: 3px 10px;
    width: 250px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.offer-content .text-content h3{
    color: #fff;
    font-size: 32px;
    font-family: iranyekan;
    margin-bottom: 20px;
}

.offer-content .text-content p{
    color: #F9E200;
    font-size: 18px;
    font-family: iranyekan;
    line-height: 33px;
    margin-bottom: 0px;
}

.offer-content .image-container{
    position: relative;
    top: -110px;
}
.offer-content .image-container img{
    width: 100%;
    position: relative;
    z-index: 5;
    height: 30em;
}



.timer {
    font-family: N_Light;
    font-size: 33px;
    color: #999;
    letter-spacing: -1px;
    padding-bottom: 20px;
    position: relative;
    float: left;
    top: -50px;
    left: 25%;

}
.timer .time-section{
    display: inline;
    position: relative;
    background-color: transparent;
}
.timer .time-section small{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    background-color: #686B6E46;
    width: 50px;
	color:#001D5E;
    font-family: iranyekan;
    font-size: 11px;
    border-radius: 5px;
}
.timer span {
	
    color: #fff;
    background-color: #394A6D55;
    border-radius: 10px;
    width: 50px;
    display: inline-block;
    text-align: center;
    font-family: N_Medium ;
    font-size: 25px;

}
.timer span:first-child {
margin-left: 0;
}


.timer-section{
    background-color: #F3F4FD;
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    height: auto;
    top: -100px;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;

}

.timer-section strong{
    display: block;
    font-family: iranyekan;
    font-size: 17px;
    color: #200057;
    margin-right: 200px;
}


/*section-winner*/
.section-winner{
    padding-bottom: 80px;
}
.section-winner .image-container img{
    width: 80%;
    object-fit: contain;
}
.section-winner .image-container{
    width: 80%;
    margin-right: auto;
    margin-top: 80px;
}
.section-winner .h-title{
    color: #fff;
    font-size: 25px;
    margin-bottom: 40px;
}
.section-winner .text-content::after{
    content: '';
    background: url('img/Page-1.svg');
    position:absolute;
    bottom: -20px;
    right: -50px;
    background-repeat: no-repeat;
    width: 128px;
    height: 98px;

}
.section-winner .text-content{
    background-color: #3300DA;
    padding: 40px 60px;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    z-index: 2;
    position: relative;
}
.section-winner ul li{
    display: flex;
    background-color: #fff;
    background: url(img/bg-box.svg);
    background-repeat: no-repeat;
    background-size: 105% 70px;
    height: 70px;
    padding: 24px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: iranyekan;
    color: #6362E6;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

.section-winner ul li span{
    background-color: #FAD014;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px 20px;
    position: relative;
    font-family: N_Medium;
}

.section-winner ul li strong{
    margin: 0px 0px 0px 40px;
    display: block;
}

.section-winner .bbtn{
    background-color: #FAD014;
    margin-right: auto;
    position: relative;
    color: #200057;
    margin-top: 40px;
}






.owl-next span,
.owl-prev span{
    font-family: arial;
    font-size: 40px;
}
.owl-next,
.owl-prev,
.owl-next:hover,
.owl-prev:hover,
.owl-theme .owl-nav [class*='owl-']:hover{
    background: none !important;
    outline: 0;
    box-shadow: none;
    border: none;
    color: #333 !important;
}
.owl-prev {
    position: absolute;
    top: 35px;
    right:-30px;
    outline: none !important;
}
.owl-next{
    position: absolute;
    top: 35px;
    left:-30px ;
    outline: none !important;
}
.owl-theme .owl-nav .disabled{opacity: 0.8;}


.section-activity .owl-prev,
.section-activity .owl-next{
  top: 90px;
}

.company-content .owl-prev,
.company-content .owl-next{
  top: 0px;
  opacity: 0.4;
}


.doc-content .owl-prev,
.doc-content .owl-next{
  top: 150px;
  opacity: 0.6;
}


.section-stow .owl-next span,.section-stow .owl-prev span{
    position: relative;
    top: 30px;
    margin: -10px;
}

.section-sone .owl-next span,.section-sone .owl-prev span{
    position: relative;
    top: 70px;
    margin: -10px;
}

.section-sthre .owl-next span,.section-sthre .owl-prev span{
    position: relative;
    top: 30px;
}

.section-sone .owl-next span img,.section-sone .owl-prev span img,
.section-stow .owl-next span img,.section-stow .owl-prev span img{
    background: #ccc;
    border-radius: 20px;
    padding: 4px 7px;
}


.header-box-a-right {
    float:right;
    width: 50%;
    padding: 0 6em
}

.header-box-a-left {
    float:left;
    width: 50%;
    height: 32em;
}



.header-box-b-right {
    float:right;
    width: 30%;
}

.header-box-b-left {
    float:left;
    width: 70%;
    padding: 0 4em;
}

.header-box-c-right {
    float:right;
    width: 30%;
}

.header-box-c-left {
    float:left;
    width: 70%;
}


.header-box-d-right {
    float:right;
    width: 60%;
}

.header-box-d-left {
    float:left;
    width: 40%;
}


.header-box-e-right {
    float:right;
    width: 50%;
}

.header-box-e-left {
    float:left;
    width: 50%;
}


.header-box-f-right {
    float:right;
    width: 50%;
}

.header-box-f-left {
    float:left;
    width: 50%;
}

.nfa {
    padding-bottom: .5em;
    margin-bottom: 1em;
    height: 7em !important;
}


.pages h2 {
    font-family: iranyekan;
    font-size: 3em;
    font-weight: 700;;
}

#blog h2 {
    font-family: iranyekan;
    font-size: 3em;
    font-weight: 700;
}


.filters {
    float:right;
    width: 30%
}

.blog-sidebar {
    float:right;
    width: 25%;
    background: #eee;
    margin-left: 1em;
}

.blog-main {
    float:left;
    width: 70%;
}

ul.introlist {
    margin-bottom: 1em;
}


ul.introlist li {
    padding:.5rem 0 0;
    font-size:18px;
    color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}


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

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1.5rem;
}

.blog-grid article {
    border: 1px solid #eee;
    border-radius: 1.25em;
    background: #fff
}


.section-footer {
    margin-top:10em
}


.text-i1{
    position: absolute;
    width: 31% !important;
    left: 8em;
    top: -3%;
    animation: rotation 4s infinite linear;
    z-index: 0;}

.text-i2{
    position: absolute;
    width: 28% !important;
    left: 23em;
    top: -3em;
    animation: rotation 3s infinite linear;
    z-index: 0;}


.text-i3{
    position: absolute;
    width: 28% !important;
    right: 6em;
    top: 0%;
    animation: down-up 2s infinite linear;
    z-index: 0;}

@keyframes rotation {
    0%{
        transform: rotate(10deg);
    }
    50%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(10deg);
    }
}



@keyframes up-down {
    0%{
        top: 14%;
    }
    50%{
        top: 12%;
    }
    100%{
        top: 14%;
    }
}
@keyframes down-up {
    0%{
        top: 2%;
    }
    50%{
        top: 4%;
    }
    100%{
        top: 2%;
    }
}




.stack {
    display: grid;
    grid-template-columns: 1fr;
  }
  
  .stack span {
    font-weight: bold;
    grid-row-start: 1;
    grid-column-start: 1;
    font-size: 1.1em;
        --stack-height: calc(100% / var(--stacks) - 1px);
    --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
    --clip-top: calc(var(--stack-height) * var(--index));
    --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
    clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
    animation: stack 1s cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
  }
  
  .stack span:nth-child(odd) { --glitch-translate: 8px; }
  .stack span:nth-child(even) { --glitch-translate: -8px; }
  
  @keyframes stack {
    0% {
      opacity: 0;
      transform: translateX(-50%);
      text-shadow: -2px 3px 0 #FFBA66, 2px -3px 0 blue;
    };
    60% {
      opacity: 0.5;
      transform: translateX(50%);
    }
    80% {
      transform: none;
      opacity: 1;
      text-shadow: 2px -3px 0 #FFBA66, -2px 3px 0 blue;
    }
    100% {
      text-shadow: none;
    }
  }
  
  @keyframes glitch {
    0% {
      text-shadow: -2px 3px 0 #FFBA66, 2px -3px 0 blue;
      transform: translate(var(--glitch-translate));
    }
    2% {
      text-shadow: 2px -3px 0 #FFBA66, -2px 3px 0 blue;
    }
    4%, 100% {  text-shadow: none; transform: none; }
  }



  .contact-title  {
    background: #eee;
    line-height: 1em;
    border-radius: 1em;
   }


  .contact-title span {
    background-color: #f2f4fd;
    border-radius: 6px;
    font-weight: bold;
    padding: 0 3em;
    font-size: 1.5em;
    word-spacing: -4px;  }

    .boxnew {
        margin-top:2em;
        box-shadow: 0 20px 40px 0 rgba(63,158,255,.05);
        padding: 3em 2em;
    }