@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
a{ text-decoration: none; }

body{
  	font-family: 'Poppins', sans-serif;
    color: #7f7c97;
    font-size: 14px;
}

header{
	position: fixed;
	width: 100%;
	z-index: 100;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: transparent;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0);
}

header .navbar{
    -webkit-transition: all 0.3s;
	background: transparent;
}

header .navbar-light .navbar-toggler{
	color: #fff;
    font-size: 25px;
    border: none!important;
    outline: 0;
}

header .navbar-light .navbar-nav .nav-link{
	color: #fff!important;
	padding-right: 1rem!important;
    padding-left: 1rem!important;
}

header .navbar .logo-white{
	position: absolute;
}

header .navbar .logo-black{
	opacity: 0;
}

header .navbar .logo-white{
	opacity: 1;
}

header .navbar-brand img{
	max-height: 35px;
}

header .navbar-btn .btn-signup{
	border-radius: 50px;
	padding: 5px 20px;
	color: #fff;
    background: #333;
    margin-right: 10px;
}

header .navbar-btn .btn-login{
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
	border-radius: 50px;
	box-shadow: 0 0 0 0 transparent!important;
}

header .navbar-btn .btn-lang .dropdown-toggle{
	background: transparent!important;
	border: 1px solid transparent!important;
	box-shadow: 0 0 0 0 transparent!important;
}

header .navbar-btn .btn-lang .dropdown-menu{
	    min-width: auto;
	    margin-left: 10px;
	    text-align: center;
	    padding: 0;
	    border-radius: 0px;
}

header .navbar-btn .btn-lang .dropdown-menu a{
	padding: 4px 6px;
	font-size: 14px;
	color: #333357;
}

header.header-light{
	background: #fff;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.07);
}

header.header-light .navbar-light .navbar-toggler{
	color: #000;
    font-size: 25px;
    border: none!important;
}

header.header-light .navbar{
	padding: 0.2rem 1rem;
}

header.header-light .navbar-light .navbar-nav .nav-link{
	color: #000!important;
}

header.header-light .navbar .logo-black{
	opacity: 1;
}

header.header-light .navbar .logo-white{
	opacity: 0;
}

header.header-light .navbar-btn .btn-login{
	color: #333357;
}

header.header-light .navbar-btn .btn-lang .dropdown-toggle{
	color: #333357;
}

/*Home*/
section.home{
	padding-top: 120px;
	//background: linear-gradient(to bottom, #f7f8ff 0%, #ffffff 90%);
	background: url(../img/banner_bg.jpg) no-repeat;
}

section.home .particles-js-canvas-el {
    position: absolute;
    top: 0;
}

section.home .home-btn{
    background: #007bff;
    border-radius: 20px;
    padding: 4px 20px;
    color: #fff;
}

section.home h1{
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: 1.4px;
    color: #fff;
}

section.home p {
    font-weight: 400;
    font-size: 15px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 28px;
    color: #fff;
}

section.home .home-right-inner{
	position: relative;
	z-index: 90;
}

section.home .home-right-inner img{
	max-width: 100%;
}
/*Home End*/

/*Title*/
.section-title{
	color: #333357;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
}

.section-title .title{
	margin-bottom: 30px;

    font-weight: 600;
    font-size: 35px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.section-title .title:after {
    position: absolute;
    left: 0;
    top: 20px;
    content: '';
    width: 70px;
    height: 15px;
    border-radius: 30px;
    opacity: 0.3;
    transform: rotate(-45deg);
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 6px;
    box-shadow: -2px -22px 0px 0px rgba(0, 0, 0, 0.27);
}

.section-title .title:after{
    background: #fa6582;
}


.section-title p{
	text-align: center;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #7f7c9b;
    margin: 0;
}
/*Title End*/

section.about .feature-box {
    text-align: left;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    margin-bottom: 30px;
    min-height: 278px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

section.about .feature-box:after{
    content: "";
    width: 210px;
    height: 200px;
    background: #eff1ff;
    position: absolute;
    top: -30px;
    left: -40px;
    z-index: -1;
    opacity: 0.5;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

section.about .feature-box .icon {
    font-size: 38px;
    color: #333357;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

section.about .feature-box h3{
	color: #333357;
	font-size: 18px;
}

section.about .feature-box p{
	font-size: 14px;
}

section.social-support{
	height: 500px;
	background: #333;
}

section.introduce{
	padding: 50px 0 50px;
}

section.introduce h2{
	color: #f98c65;
    font-weight: 600;
    font-size: 35px;
}

section.introduce img{
	width: 100%;
}

section.introduce .intro2{
	margin-top: 50px;
}

section.introduce .intro2 .intro2-text{
	padding-top: 50px;
}

section.introduce .num-text{
    font-size: 16px;
}

section.file-manager{
	position: relative;
	background-image: url(../img/bg-quick.png);
	background-size: cover;
	margin-top: 100px;
	padding-bottom: 50px;
}

section.file-manager .box-img{
	max-width: 700px;
	margin: auto;
}

section.file-manager .box-img img{
	width: 100%;
}

section.file-manager .content{
    text-align: center;
    max-width: 800px;
    margin: 20px auto 0;
}

section.file-manager .content h2{
	font-weight: 600;
    font-size: 2rem;
    line-height: 125%;
    color: #fb5e7a;
}

section.file-manager .content p{
	font-size: 1rem;
}

section.file-manager .box-ani1{
	width: 50%;
	position: absolute;
	left: 0;
}

section.file-manager .img-file{
	position: absolute;
    border-radius: 6px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.4);
}

section.file-manager .box-ani1 .file1{
	left: 3%;
	top: 100px;
}

section.file-manager .box-ani1 .file2{
	left: 50%;
	top: -20px;
}

section.file-manager .box-ani1 .file3{
	left: 40%;
	top: 320px;
}

section.file-manager .box-ani2{
	width: 50%;
	position: absolute;
	right: 0;
}

section.file-manager .box-ani2 .file4{
	right: 3%;
}

section.file-manager .box-ani2 .file5{
	right: 50%;
	top: 180px;
}

section.file-manager .box-ani2 .file6{
	right: 6%;
	top: 340px;
}

section.price .price-tab .nav{
	margin-bottom: 50px;
}

section.price .price-tab .nav-item .nav-link.active{
	background: #fa6582;
	color: #fff;
}

section.price .price-tab .nav-item .nav-link{
	color: #333357;
	font-weight: 600;
	border: 1px solid #fa6582;
}

section.price .price-tab .nav-item:nth-child(1) .nav-link{
	border-radius: 20px 0 0 20px;
}

section.price .price-tab .nav-item:nth-child(2) .nav-link{
	border-radius: 0 20px 20px 0;
}

section.price .price-table {
	background: #fff;
	padding: 25px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

section.price .price-table:after {
	content: "";
	width: 210px;
	height: 200px;
	background: #eff1ff;
	position: absolute;
	top: -30px;
	left: -40px;
	opacity: 0.5;
  	border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

section.price .price-table .price-title {
	color: #333357;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 22px;
}

section.price .price-table .price-header p {
	color: #7f7c9b;
	margin: 0 0 15px;
}

section.price .price-table .price-price .price-value {
	font-size: 45px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 45px;
	margin-bottom: 10px;
	color: #fa6582;
}

section.price .price-header {
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
}

section.price .price-table .price-price .price-value sup {
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	top: -17px;
}

section.price .price-header small {
    display: block;
}

section.price .price-table .price-info{
    position: relative;
    color: #333357;
    font-size: 16px;
    padding: 15px 18px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

section.price .price-table .price-info:after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 0;
    top: 23px;
    background: #fa6582;
}

section.price .price-table .price-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

section.price .price-table .price-body li {
	font-size: 14px;
	margin: 12px 0;
	color: #333357;
	position: relative;
	padding-left: 20px;
}

section.price .price-table .price-body li:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	float: left;
	position: absolute;
	left: 0;
	top: 8px;
	background: #fa6582;
}

section.price .price-table .price-body li.no {
	text-decoration: line-through;
	color: #999;
}

section.price .price-table .price-footer {
	padding: 20px 0 0px;
}

section.price .price-table .price-footer span {
	margin-top: 13px;
	color: #909090;
}

section.trynow{
	margin-bottom: 30px;
}

footer{
	background: #fff;
	padding: 20px 0;
	border-top: 1px solid #d5d8ea;
}

footer .footer-left .logo{
	height: 35px;
}

footer .footer-left .copyright{
	font-size: 12px;
}

footer .footer-right ul{

}

footer .footer-right ul.nav{
	float: right;
	display: inline-block;
}

footer .footer-right ul.nav li{
	display: inline-block;
	padding: 4px;
}

footer .footer-right ul.nav li a{
	text-decoration: none; 
	color: #7f7c9b;
}

footer .footer-right ul.nav li a:hover,
footer .footer-right ul.nav li.active a{
	color: #333357;
}

footer .footer-right ul.social-list{
	position: absolute;
	right: 15px;
	font-size: 20px;
}

footer .footer-right ul.social-list li{
	margin-right: 0.1rem;
}

footer .footer-right ul.social-list li a{
	color: #7f7c9b;
	text-decoration: none;
}

footer .footer-right .fa-facebook-square{
	color: #3b5998;
}

footer .footer-right .fa-google-plus-square{
	color: #d34836;
}

footer .footer-right .fa-twitter-square{
	color: #00aced;
}

footer .footer-right .fa-instagram{
	color: #cd486b;
}

footer .footer-right .fa-pinterest-square{
	color: #c92228;
}

/*Login*/
.login-page{
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	background-image: url(../img/bg-login.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
}

.login-form{
	padding-top: 100px;
	width: 450px;
	background: #fff;
	height: 100%;
	box-shadow: 0px 1px 27px -3px rgba(156, 156, 156, 0.1);
}

.login-form .logo{
	margin-bottom: 30px;
	text-align: center;
}

.login-form .logo img{
	height: 45px;
	display: inline-block;
}

.login-box{
	padding: 15px 35px;
	margin: auto;
}

.login-box .input-group-text{
	background-color: transparent;
}

.login-box .btn.btn-singin{
	text-transform: uppercase;
}

.login-box input{
	box-shadow: none!important;
}

.login-box .forgot-password{
	float: right;
	margin-bottom: 0px;
	font-size: 12px;
	margin-top: 5px;
}

.login-box .forgot-password a{
	color: #7f7c97;
	text-decoration: none;
}

.login-box .forgot-password a:hover{
	color: #333357;
}

.text-welcome h3{
	color: #333357;
	font-size: 24px;
}

.text-try-now{
	text-align: center;
}

.btn-social-group{
	padding: 0 35px;
}

.btn-social-group .btn{
    width: 43px;
    height: 43px;
    padding: 4px 5px;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    line-height: 35px;
}

.btn-social-group .btn .fa{
	font-size: 23px;
}

.btn-social-group .btn span{
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 48px;
    position: absolute;
    left: 0;
    top: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-social-group .btn{
	background: transparent;
	border: 1px solid #ced4da;
}

.btn-social-group .btn.btn-facebook{
	color: #3b5998;
}

.btn-social-group .btn.btn-facebook{
	background-color: #3b5998;
	color: #fff;
	border: 1px solid transparent;
}

.btn-social-group .btn.btn-google{
	color: #df4b37;
}

.btn-social-group .btn.btn-google{
	background-color: #df4b37;
	color: #fff;
	border: 1px solid transparent;
}

.btn-social-group .btn.btn-twitter{
	color: #00aced;
}

.btn-social-group .btn.btn-twitter{
	background-color: #00aced;
	color: #fff;
	border: 1px solid transparent;
}

/*Login End*/

/*Checkbox*/
.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #007bff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.cbx:hover span:first-child {
  border-color: #007bff;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #007bff;
  border-color: #007bff;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
/*checkbox End*/

/*Mobile*/
@media (max-width: 768px){
	.login-form{
		margin: auto;
		height: auto!important;
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
		top: 70px;
		width: 90%;
	    border-radius: 6px;
	}

	header .navbar-nav{
		margin-left: -15px;
    	margin-right: -15px!important;
	}

	header .navbar-nav{
		margin-left: -15px;
    	margin-right: -15px!important;
	}

	header .navbar-btn{
		width: 100%;
		display: block;
		margin-left: -15px;
    	margin-right: -15px!important;
	}

	header.header-light .navbar-light .navbar-nav .nav-link{
		border-bottom: 1px solid #f5f5f5;
	}

	header .navbar-btn a{
		display: block;
		width: 100%;
	    text-align: left;
	    border-radius: 0!important;
	   	padding: 0.375rem 1rem!important;
	   	background: transparent!important;
	   	color: #000!important;
	   	box-shadow: none!important;
	   	font-size: 14px!important;
	   	border-bottom: 1px solid #f5f5f5;
	}

	header.header-light .navbar-btn .btn-lang .dropdown-toggle{
		padding: 5px 1rem;
	}

	header .navbar-btn .btn-lang .dropdown-menu a{
		font-size: 1rem;
	}

	section.home {
    	padding-bottom: 30px;
	}

	section.introduce{
		padding: 0;
	}

	section.introduce .intro2{
		margin-top: 0;
	}

	section.file-manager .box-ani{
		display: none;
	}

	section.introduce .intro2 .intro2-text {
	    padding-top: 10px;
	    padding-bottom: 20px;
	}

	section.file-manager {
	    margin-top: 50px;
	}

	footer{
		text-align: center;
	}

	footer .footer-right ul.nav{
		float: none;
	}

	footer .footer-right ul.social-list{
		float: none;
		position: inherit;
		margin-bottom: 0px;
		font-size: 30px;
	}
}
/*Mobile End*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
a{ text-decoration: none; }

@font-face {
  font-family: iran;
  src: url(../fonts/iran.ttf);
}

body{
  	font-family: 'iran', sans-serif;
    color: #7f7c97;
    font-size: 14px;
}

header{
	position: fixed;
	width: 100%;
	z-index: 100;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: transparent;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0);
}

header .navbar{
    -webkit-transition: all 0.3s;
	background: transparent;
}

header .navbar-light .navbar-toggler{
	color: #fff;
    font-size: 25px;
    border: none!important;
    outline: 0;
}

header .navbar-light .navbar-nav .nav-link{
	color: #fff!important;
	padding-right: 1rem!important;
    padding-left: 1rem!important;
}

header .navbar .logo-white{
	position: absolute;
}

header .navbar .logo-black{
	opacity: 0;
}

header .navbar .logo-white{
	opacity: 1;
}

header .navbar-brand img{
	max-height: 35px;
}

header .navbar-btn .btn-signup{
	border-radius: 50px;
	padding: 5px 20px;
	color: #fff;
    background: #333;
    margin-right: 10px;
}

header .navbar-btn .btn-login{
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
	border-radius: 50px;
	box-shadow: 0 0 0 0 transparent!important;
}

header .navbar-btn .btn-lang .dropdown-toggle{
	background: transparent!important;
	border: 1px solid transparent!important;
	box-shadow: 0 0 0 0 transparent!important;
}

header .navbar-btn .btn-lang .dropdown-menu{
	    min-width: auto;
	    margin-left: 10px;
	    text-align: center;
	    padding: 0;
	    border-radius: 0px;
}

header .navbar-btn .btn-lang .dropdown-menu a{
	padding: 4px 6px;
	font-size: 14px;
	color: #333357;
}

header.header-light{
	background: #fff;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.07);
}

header.header-light .navbar-light .navbar-toggler{
	color: #000;
    font-size: 25px;
    border: none!important;
}

header.header-light .navbar{
	padding: 0.2rem 1rem;
}

header.header-light .navbar-light .navbar-nav .nav-link{
	color: #000!important;
}

header.header-light .navbar .logo-black{
	opacity: 1;
}

header.header-light .navbar .logo-white{
	opacity: 0;
}

header.header-light .navbar-btn .btn-login{
	color: #333357;
}

header.header-light .navbar-btn .btn-lang .dropdown-toggle{
	color: #333357;
}

/*Home*/
section.home{
	padding-top: 120px;
	//background: linear-gradient(to bottom, #f7f8ff 0%, #ffffff 90%);
	background: url(../img/banner_bg.jpg) no-repeat;
}

section.home .particles-js-canvas-el {
    position: absolute;
    top: 0;
}

section.home .home-btn{
    background: #007bff;
    border-radius: 20px;
    padding: 4px 20px;
    color: #fff;
}

section.home h1{
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: 1.4px;
    color: #fff;
}

section.home p {
    font-weight: 400;
    font-size: 18px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 28px;
    color: #fff;
}

section.home .home-right-inner{
	position: relative;
	z-index: 90;
}

section.home .home-right-inner img{
	max-width: 80%;
}
/*Home End*/

/*Title*/
.section-title{
	color: #333357;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
}

.section-title .title{
	margin-bottom: 30px;

    font-weight: 600;
    font-size: 35px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.section-title .title:after {
    position: absolute;
    left: 0;
    top: 20px;
    content: '';
    width: 70px;
    height: 15px;
    border-radius: 30px;
    opacity: 0.3;
    transform: rotate(-45deg);
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 6px;
    box-shadow: -2px -22px 0px 0px rgba(0, 0, 0, 0.27);
}

.section-title .title:after{
    background: #fa6582;
}


.section-title p{
	text-align: center;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #7f7c9b;
    margin: 0;
}
/*Title End*/

section.about .feature-box {
    text-align: left;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    margin-bottom: 30px;
    min-height: 278px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

section.about .feature-box:after{
    content: "";
    width: 210px;
    height: 200px;
    background: #eff1ff;
    position: absolute;
    top: -30px;
    left: -40px;
    z-index: -1;
    opacity: 0.5;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

section.about .feature-box .icon {
    font-size: 38px;
    color: #333357;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

section.about .feature-box h3{
	color: #333357;
	font-size: 18px;
}

section.about .feature-box p{
	font-size: 17px;
}

section.social-support{
	height: 500px;
	background: #333;
}

section.introduce{
	padding: 50px 0 50px;
}

section.introduce h2{
	color: #f98c65;
    font-weight: 600;
    font-size: 35px;
}

section.introduce img{
	width: 100%;
}

section.introduce .intro2{
	margin-top: 50px;
}

section.introduce .intro2 .intro2-text{
	padding-top: 50px;
}

section.introduce .num-text{
    font-size: 18px;
}

section.file-manager{
	position: relative;
	background-image: url(../img/bg-quick.png);
	background-size: cover;
	margin-top: 100px;
	padding-bottom: 50px;
}

section.file-manager .box-img{
	max-width: 700px;
	margin: auto;
}

section.file-manager .box-img img{
	width: 100%;
}

section.file-manager .content{
    text-align: center;
    max-width: 800px;
    margin: 20px auto 0;
}

section.file-manager .content h2{
	font-weight: 600;
    font-size: 2rem;
    line-height: 125%;
    color: #fb5e7a;
}

section.file-manager .content p{
	font-size: 1rem;
}

section.file-manager .box-ani1{
	width: 50%;
	position: absolute;
	left: 0;
}

section.file-manager .img-file{
	position: absolute;
    border-radius: 6px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.4);
}

section.file-manager .box-ani1 .file1{
	left: 3%;
	top: 100px;
}

section.file-manager .box-ani1 .file2{
	left: 50%;
	top: -20px;
}

section.file-manager .box-ani1 .file3{
	left: 40%;
	top: 320px;
}

section.file-manager .box-ani2{
	width: 50%;
	position: absolute;
	right: 0;
}

section.file-manager .box-ani2 .file4{
	right: 3%;
}

section.file-manager .box-ani2 .file5{
	right: 50%;
	top: 180px;
}

section.file-manager .box-ani2 .file6{
	right: 6%;
	top: 340px;
}

section.price .price-tab .nav{
	margin-bottom: 50px;
}

section.price .price-tab .nav-item .nav-link.active{
	background: #fa6582;
	color: #fff;
}

section.price .price-tab .nav-item .nav-link{
	color: #333357;
	font-weight: 600;
	border: 1px solid #fa6582;
}

section.price .price-tab .nav-item:nth-child(1) .nav-link{
	border-radius: 20px 0 0 20px;
}

section.price .price-tab .nav-item:nth-child(2) .nav-link{
	border-radius: 0 20px 20px 0;
}

section.price .price-table {
	background: #fff;
	padding: 25px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

section.price .price-table:after {
	content: "";
	width: 210px;
	height: 200px;
	background: #eff1ff;
	position: absolute;
	top: -30px;
	left: -40px;
	opacity: 0.5;
  	border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

section.price .price-table .price-title {
	color: #333357;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 22px;
}

section.price .price-table .price-header p {
	color: #7f7c9b;
	margin: 0 0 15px;
}

section.price .price-table .price-price .price-value {
	font-size: 45px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 45px;
	margin-bottom: 10px;
	color: #fa6582;
}

section.price .price-header {
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
}

section.price .price-table .price-price .price-value sup {
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	top: -17px;
}

section.price .price-header small {
    display: block;
}

section.price .price-table .price-info{
    position: relative;
    color: #333357;
    font-size: 16px;
    padding: 15px 18px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

section.price .price-table .price-info:after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 0;
    top: 23px;
    background: #fa6582;
}

section.price .price-table .price-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

section.price .price-table .price-body li {
	font-size: 14px;
	margin: 12px 0;
	color: #333357;
	position: relative;
	padding-left: 20px;
}

section.price .price-table .price-body li:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	float: left;
	position: absolute;
	left: 0;
	top: 8px;
	background: #fa6582;
}

section.price .price-table .price-body li.no {
	text-decoration: line-through;
	color: #999;
}

section.price .price-table .price-footer {
	padding: 20px 0 0px;
}

section.price .price-table .price-footer span {
	margin-top: 13px;
	color: #909090;
}

section.trynow{
	margin-bottom: 30px;
}

footer{
	background: #fff;
	padding: 20px 0;
	border-top: 1px solid #d5d8ea;
}

footer .footer-left .logo{
	height: 35px;
}

footer .footer-left .copyright{
	font-size: 12px;
}

footer .footer-right ul{

}

footer .footer-right ul.nav{
	float: right;
	display: inline-block;
}

footer .footer-right ul.nav li{
	display: inline-block;
	padding: 4px;
}

footer .footer-right ul.nav li a{
	text-decoration: none; 
	color: #7f7c9b;
}

footer .footer-right ul.nav li a:hover,
footer .footer-right ul.nav li.active a{
	color: #333357;
}

footer .footer-right ul.social-list{
	position: absolute;
	right: 15px;
	font-size: 20px;
}

footer .footer-right ul.social-list li{
	margin-right: 0.1rem;
}

footer .footer-right ul.social-list li a{
	color: #7f7c9b;
	text-decoration: none;
}

footer .footer-right .fa-facebook-square{
	color: #3b5998;
}

footer .footer-right .fa-google-plus-square{
	color: #d34836;
}

footer .footer-right .fa-twitter-square{
	color: #00aced;
}

footer .footer-right .fa-instagram{
	color: #cd486b;
}

footer .footer-right .fa-pinterest-square{
	color: #c92228;
}

/*Login*/
.login-page{
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	background-image: url(../img/bg-login.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
}

.login-form{
	padding-top: 100px;
	width: 450px;
	background: #fff;
	height: 100%;
	box-shadow: 0px 1px 27px -3px rgba(156, 156, 156, 0.1);
}

.login-form .logo{
	margin-bottom: 30px;
	text-align: center;
}

.login-form .logo img{
	height: 45px;
	display: inline-block;
}

.login-box{
	padding: 15px 35px;
	margin: auto;
}

.login-box .input-group-text{
	background-color: transparent;
}

.login-box .btn.btn-singin{
	text-transform: uppercase;
}

.login-box input{
	box-shadow: none!important;
}

.login-box .forgot-password{
	float: left;
	margin-bottom: 0px;
	font-size: 12px;
	margin-top: 5px;
}

.login-box .forgot-password a{
	color: #7f7c97;
	text-decoration: none;
}

.login-box .forgot-password a:hover{
	color: #333357;
}

.text-welcome h3{
	color: #333357;
	font-size: 24px;
}

.text-try-now{
	text-align: center;
}

.btn-social-group .btn{
	font-size: 23px;
    width: 43px;
    height: 43px;
    padding: 4px 5px;
}

.btn-social-group .btn{
	background: transparent;
	border: 1px solid #ced4da;
}

.btn-social-group .btn.btn-facebook{
	color: #3b5998;
}

.btn-social-group .btn.btn-facebook:hover{
	background-color: #3b5998;
	color: #fff;
	border: 1px solid transparent;
}

.btn-social-group .btn.btn-google{
	color: #df4b37;
}

.btn-social-group .btn.btn-google:hover{
	background-color: #df4b37;
	color: #fff;
	border: 1px solid transparent;
}

.btn-social-group .btn.btn-twitter{
	color: #00aced;
}

.btn-social-group .btn.btn-twitter:hover{
	background-color: #00aced;
	color: #fff;
	border: 1px solid transparent;
}

/*Login End*/

/*Checkbox*/
.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #007bff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-right: 8px;
}
.cbx:hover span:first-child {
  border-color: #007bff;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #007bff;
  border-color: #007bff;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
/*checkbox End*/

/*Mobile*/
@media (max-width: 768px){
	.login-form{
		margin: auto;
		height: auto!important;
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
		top: 70px;
		width: 90%;
	    border-radius: 6px;
	}

	header .navbar-nav{
		margin-left: -15px;
    	margin-right: -15px!important;
	}

	header .navbar-nav{
		margin-left: -15px;
    	margin-right: -15px!important;
	}

	header .navbar-btn{
		width: 100%;
		display: block;
		margin-left: -15px;
    	margin-right: -15px!important;
	}

	header.header-light .navbar-light .navbar-nav .nav-link{
		border-bottom: 1px solid #f5f5f5;
	}

	header .navbar-btn a{
		display: block;
		width: 100%;
	    text-align: left;
	    border-radius: 0!important;
	   	padding: 0.375rem 1rem!important;
	   	background: transparent!important;
	   	color: #000!important;
	   	box-shadow: none!important;
	   	font-size: 14px!important;
	   	border-bottom: 1px solid #f5f5f5;
	}

	header.header-light .navbar-btn .btn-lang .dropdown-toggle{
		padding: 5px 1rem;
	}

	header .navbar-btn .btn-lang .dropdown-menu a{
		font-size: 1rem;
	}

	section.home {
    	padding-bottom: 30px;
	}

	section.introduce{
		padding: 0;
	}

	section.introduce .intro2{
		margin-top: 0;
	}

	section.file-manager .box-ani{
		display: none;
	}

	section.introduce .intro2 .intro2-text {
	    padding-top: 10px;
	    padding-bottom: 20px;
	}

	section.file-manager {
	    margin-top: 50px;
	}

	footer{
		text-align: center;
	}

	footer .footer-right ul.nav{
		float: none;
	}

	footer .footer-right ul.social-list{
		float: none;
		position: inherit;
		margin-bottom: 0px;
		font-size: 30px;
	}
}
/*Mobile End*/






/*rtl*/
 

 






  

body {
 
    font-family: "iran",sans-serif !important ;
 font-size: 17px !important; 
 direction: rtl;
 text-align: right !important; 
}



section.about .feature-box {
    text-align: right; 

}

section.about .feature-box .icon {
 
    text-align: left;
}




section.price .price-table .price-title {
 
    text-align: left;
}

section.price .price-tab .nav-item:nth-child(2) .nav-link {
    border-radius: 8px 0px 0px 8px;
}
section.price .price-tab .nav-item:nth-child(1) .nav-link {
    border-radius: 0px 8px 8px 0px;
}

