@import "Vazir-Regular-FD.css";
@import "W_tanin.css";
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	font-family: Vazir-Regular-FD, sans-serif;
	color: #7a7e9a
}
a {
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none;
	color: #293a5c
}
a:focus {
	text-decoration: none
}
button {
	outline: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none
}
button:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #293a5c;
	font-family: W_tanin, sans-serif;
	font-weight: 700
}
h3 {
	font-size: 21px;
	line-height: 1.5
}
.d-table {
	width: 100%;
	height: 100%
}
.d-table-cell {
	vertical-align: middle
}
p {
	font-size: 15px;
	margin-bottom: 15px
}
p:last-child {
	margin-bottom: 0
}
img {
	max-width: 100%;
	height: auto
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.form-control {
	height: 50px;
	color: #293a5c;
	border: 1px solid #e8e8e8;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%
}
.form-control::-webkit-input-placeholder {
	color: #495057;
	font-size: 13px
}
.form-control:-ms-input-placeholder {
	color: #495057;
	font-size: 13px
}
.form-control::-ms-input-placeholder {
	color: #495057;
	font-size: 13px
}
.form-control::placeholder {
	color: #495057;
	font-size: 13px
}
.form-control:focus {
	color: #000;
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #1d42d9
}
.form-control:hover:focus, .form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset
}
textarea.form-control {
	height: auto;
	height: 250px
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}
.pt-100 {
	padding-top: 100px
}
.pt-50 {
	padding-top: 50px
}
.pb-100 {
	padding-bottom: 100px
}
.pt-70 {
	padding-top: 70px
}
.pb-70 {
	padding-bottom: 70px
}
.mb-30 {
	margin-bottom: 30px
}
.pl-30 {
	padding-left: 30px
}
.pr-30 {
	padding-right: 30px
}
.mt-30 {
	margin-top: 30px
}
.mt-20 {
	margin-top: 20px
}
.mb-20 {
	margin-bottom: 20px
}
.mt-minus-70 {
	margin-top: -70px
}
.mb-minus-70 {
	margin-bottom: -70px
}
.ml-30 {
	margin-left: 30px
}
.mr-30 {
	margin-right: 30px
}
.bg-color {
	background: #f5faff
}
@-webkit-keyframes rotaed360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg)
	}
}
@keyframes rotaed360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg)
	}
	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg)
	}
}
@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg)
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg)
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg)
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg)
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg)
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg)
	}
}
@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg)
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg)
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg)
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg)
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg)
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg)
	}
}
.go-top {
	position: fixed;
	cursor: pointer;
	top: 93%;
	right: -10%;
	background-color: #1d42d9;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s
}
.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px
}
.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}
.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #1d42d9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.go-top:hover {
	color: #fff;
	background-color: #293a5c
}
.go-top:hover::before {
	opacity: 1;
	visibility: visible
}
.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}
.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}
.go-top:focus {
	color: #fff
}
.go-top:focus::before {
	opacity: 1;
	visibility: visible
}
.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}
.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}
.go-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 93%
}
.section-title {
	position: relative;
	max-width: 795px;
	margin: -8px auto 60px;
	text-align: center
}
.section-title span {
	color: #1d42d9;
	font-size: 14px;
	position: relative;
	display: inline-block;
	margin-bottom: 8px
}
.section-title h2 {
	font-size: 40px;
	text-transform: capitalize;
	color: #293a5c;
	margin-bottom: 20px
}
.box-btn {
	font-size: 16px;
	color: #fff;
	padding: 15px 25px;
	line-height: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-transform: capitalize;
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	background-color: #1d42d9;
	border: 1px solid #1d42d9
}
.box-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 50%;
	background-color: #051242;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s
}
.box-btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 100%;
	width: 100%;
	height: 50%;
	background-color: #051242;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s
}
.box-btn.border-btn {
	background-color: transparent;
	border: 1px solid #fff
}
.box-btn:hover {
	color: #fff
}
.box-btn:hover::before {
	left: 0
}
.box-btn:hover::after {
	right: 0
}

.is-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	-webkit-animation: fadeInDown 500ms ease-in-out;
	animation: fadeInDown 500ms ease-in-out;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: 0 1px 10px rgba(221, 221, 221, .2);
	box-shadow: 0 1px 10px rgba(221, 221, 221, .2);
	background: #051242!important
}

/* انتقال داده نشود */
.banner-area {
	position: relative;
	background: url(../images/home-bg-2.png);
	background-size: cover;
	overflow: hidden;
	width: 100%;
	height: 800px;
	z-index: 1
}
.banner-area .banner-content {
	margin-top: 30px
}
.banner-area .banner-content h1 {
	font-size: 55px;
	color: #fff;
	margin: 0 0 30px
}
.banner-area .banner-content p {
	color: #fff;
	padding-right: 0%
}
.banner-area .banner-content .banner-btn {
	margin-top: 45px
}
.banner-area .banner-content .banner-btn .box-btn {
	margin-right: 20px
}
.banner-area .banner-content .banner-btn .box-btn::before, .banner-area .banner-content .banner-btn .box-btn::after {
	background: #fff
}
.banner-area .banner-content .banner-btn .box-btn:hover {
	color: #132460
}
.banner-area .banner-img {
	-webkit-animation: pulse 7s infinite;
	animation: pulse 7s infinite;
	margin-right: -100px
}
.banner-area .home-shape .shape1 {
	position: absolute;
	top: 55%;
	left: 2%;
	-webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 15s linear infinite;
	z-index: -1
}
.banner-area .home-shape .shape2 {
	position: absolute;
	top: 19%;
	left: 3%;
	-webkit-animation: pulse 4s infinite;
	animation: pulse 4s infinite;
	z-index: -1
}
.banner-area .home-shape .shape3 {
	position: absolute;
	bottom: 13%;
	left: 40%;
	-webkit-animation: rotaed360 6s infinite linear;
	animation: rotaed360 6s infinite linear;
	z-index: -1
}
.banner-area .home-shape .shape4 {
	position: absolute;
	top: 15%;
	left: 35%;
	-webkit-animation: rotaed360 6s infinite linear;
	animation: rotaed360 6s infinite linear;
	z-index: -1
}
.banner-area .home-shape .shape5 {
	position: absolute;
	top: 15%;
	left: 62%;
	-webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 15s linear infinite;
	z-index: -1
}
.banner-area .home-shape .shape6 {
	position: absolute;
	bottom: 30%;
	right: 4%;
	-webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 15s linear infinite;
	z-index: -1
}

/* مکرر استفاده شده */
.info-area {
	position: relative
}
.info-area .single-info {
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1;
	margin-bottom: 30px
}
.info-area .single-info .info-img img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}
.info-area .single-info .content {
	position: relative;
	max-width: 85%;
	margin: auto;
	background: #fff;
	padding: 30px;
	text-align: center;
	margin-top: -40px;
	border-radius: 4px;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}
.info-area .single-info .content h3 {
	margin-bottom: 0;
	color: #051242;
	font-size: 20px
}
.info-area .single-info .content h3 i {
	color: #3d59fa;
margin-left: 10px
}
.info-area .single-info .content::before {
	position: absolute;
	content: "";
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #051242;
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	z-index: -1
}
.info-area .single-info .content .arrow {
	position: absolute;
	width: 35px;
	height: 35px;
	background: #3d59fa;
	color: #fff;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	left: 50%;
	top: 110%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}
.info-area .single-info .content .arrow a {
	color: #fff
}
.info-area .single-info .content .arrow i {
	position: relative;
right: 1px;
	font-weight: 400
}
.info-area .single-info:hover .content::before {
	bottom: 0;
	height: 100%
}
.info-area .single-info:hover .content h3 {
	color: #fff
}
.info-area .single-info:hover .content h3 i {
	color: #fff
}
.info-area .single-info:hover .content .arrow {
	opacity: 1;
	top: 95%
}

/* تکرار */
.choose-area .choose-content .faq-accordion .accordion {
	padding: 0;
	margin: 0
}
.choose-area .choose-content .faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}
.choose-area .choose-content .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}
.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-title {
	padding: 15px 60px 15px 70px;
	color: #051242;
	position: relative;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 600;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}
.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-title i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #051242;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px
}
.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-title.active {
	background-color: #051242;
	color: #fff
}
.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
	content: "\ec4e";
	color: #fff
}
.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-content {
	display: none;
	background-color: #fff;
	margin-bottom: 0;
	padding: 15px 30px;
	font-size: 16px;
	z-index: 1;
	color: #50607f;
	position: relative
}
.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-content.show {
	display: block
}
.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-content::before {
	content: "";
	width: 75%;
	height: 2px;
	background: #7a7e9a;
	top: 5px
}
.choose-area .choose-content .faq-accordion .accordion .icon {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f5ebff;
	text-align: center;
	font-size: 25px;
	color: #051242;
	top: 11.2px;
	left: 12px
}

@-webkit-keyframes leftani {
	0% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
	50% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px)
	}
	100% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}
@keyframes leftani {
	0% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
	50% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px)
	}
	100% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}

@-webkit-keyframes updown {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}
@keyframes updown {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}
.home-team-area .single-team {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s
}
.home-team-area .single-team .team-img {
	position: relative;
	overflow: hidden
}

.home-team-area .single-team .team-img img{
	width: 356px;
	height: 340px !important;
}

.home-team-area .single-team .team-img .social {
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 3;
	bottom: -200px;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	width: 100%;
	left: 0
}
.home-team-area .single-team .team-img .social li {
	display: inline-block;
	margin: 0 5px
}
.home-team-area .single-team .team-img .social li a {
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	color: #1d42d9;
	transition: .3s
}
.home-team-area .single-team .team-img .social li a i {
	font-size: 17px
}
.home-team-area .single-team .team-img .social li a:hover {
	background: #1d42d9;
	color: #fff
}
.home-team-area .single-team .content {
	padding: 20px;
	background-color: #f5faff;
	position: relative;
	z-index: 2
}
.home-team-area .single-team .content h3 {
	color: #051242;
	margin-bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}
.home-team-area .single-team .content p {
	margin-bottom: 0;
	font-size: 14px;
	-webkit-transition: all .5s;
	transition: all .5s
}
.home-team-area .single-team .content::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: -50px;
	background: #051242;
	opacity: .95;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
	bottom: 0;
	left: 0
}
.home-team-area .single-team:hover .content::before {
	height: 150px
}
.home-team-area .single-team:hover .social {
	bottom: 8px
}
.home-team-area .single-team:hover h3, .home-team-area .single-team:hover p {
	color: #fff
}
.home-team-area .owl-dots {
	position: relative;
	margin-top: 20px;
	text-align: center;
	line-height: 1
}
.home-team-area .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #d0d0d0;
	border-radius: 50%;
	margin: 0 5px
}
.home-team-area .owl-dots button.owl-dot.active {
	background: #3d59fa
}
.client-area.c-bg {
	background-image: url(../../assets/img/client/client-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1
}
.client-area .top-title {
	color: #293a5c
}
.client-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	opacity: .8
}
.client-area .owl-carousel .owl-item img {
	display: block;
	width: auto
}
.single-client {
	background-color: #fff;
	padding: 30px;
	position: relative;
	text-align: center;
	margin-top: 30px
}
.single-client img {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	border: 1px solid #1d42d9;
	border-radius: 4px;
	margin: auto
}
.single-client p {
	margin-top: 20px;
	margin-bottom: 15px
}
.single-client h3 {
	margin-bottom: 0
}
.home-blog-area {
	position: relative
}
.home-blog-area .single-blog {
	background: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07);
	box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07);
	z-index: 1
}
.home-blog-area .single-blog .content {
	padding: 30px
}
.home-blog-area .single-blog .content ul {
	padding: 0;
	margin: 0
}
.home-blog-area .single-blog .content ul li {
	font-size: 13px;
	display: inline-block
}
.home-blog-area .single-blog .content ul li a {
	position: relative;
	margin-left: 25px
}
.home-blog-area .single-blog .content ul li a::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 15px;
	left: -16px;
	top: 3px;
	background: #7a7e9a
}
.home-blog-area .single-blog .content span {
	color: #293a5c;
	font-weight: 500
}
.home-blog-area .single-blog .content h3 {
	margin-top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 0
}
.home-blog-area .single-blog .content p {
	margin-top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s
}
.home-blog-area .single-blog .content .line-bnt {
	color: #051242
}
.home-blog-area .single-blog::after {
	position: absolute;
	content: "";
	background: #051242;
	opacity: .8;
	bottom: 0;
	left: 100%;
	right: 0;
	width: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
	height: 100%
}
.home-blog-area .single-blog:hover::before {
	width: 100%;
	left: 0
}
.home-blog-area .single-blog:hover::after {
	width: 100%;
	left: 0
}
.home-blog-area .single-blog:hover span, .home-blog-area .single-blog:hover h3 {
	color: #fff
}
.home-blog-area .single-blog:hover p {
	color: #fff
}
.home-blog-area .single-blog:hover ul li {
	color: #fff
}
.home-blog-area .single-blog:hover ul li a {
	color: #fff
}
.home-blog-area .single-blog:hover .line-bnt {
	color: #fff
}
.home-blog-area .blog-btn {
	margin-top: 20px
}
.home-blog-area .blog-btn p {
	font-size: 17px;
	color: #293a5c;
	margin-bottom: 0
}
.home-blog-area .blog-btn p a {
	color: #3d59fa;
	text-decoration: underline
}
.technology-area .technology-content h2 {
	font-size: 40px;
	margin-bottom: 20px
}
.technology-area .technology-content .box-btn {
	margin-top: 10px
}
.technology-area .choose-img {
	position: relative;
	text-align: center
}
.technology-area .choose-img .technology-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.video-btn {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	color: #1d42d9;
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: #1d42d9
}
.video-btn i {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 0;
	left: 3px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%
}
.video-btn::after, .video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: #1d42d9
}
.video-btn::before {
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite
}
.video-btn::after {
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite
}
.video-btn:hover {
	background-color: #1d42d9
}
.video-btn:hover i {
	color: #fff
}
@-webkit-keyframes ripple {
	0%, 35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}
@keyframes ripple {
	0%, 35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}
.about-area {
	position: relative;
	z-index: 1;
	overflow: hidden
}
.about-area .section-tittle {
	max-width: 850px
}
.about-area img {
	border-radius: 10px
}
.about-area .about-img {
	position: relative;
	margin-top: 40px
}
.about-area .about-img .video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.about-area .about-img .video-btn .video-pop {
	margin-top: 26px;
	font-size: 16px;
	color: #3d59fa
}
.about-area .about-img .video-btn .video-pop .video {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #3d59fa;
	-webkit-box-shadow: 0 0 20px 8px rgba(228, 221, 221, .363);
	box-shadow: 0 0 20px 8px rgba(228, 221, 221, .363);
	-webkit-transition: .5s;
	transition: .5s;
	margin: 0 10px
}
.about-area .about-img .video-btn .video-pop .video i {
	font-size: 40px;
	position: relative;
	top: 9px;
	left: 3px
}
.about-area .about-img .video-btn .video-pop .video::before, .about-area .about-img .video-btn .video-pop .video::after {
	-webkit-animation: animatin 1.2s ease-out infinite;
	animation: animatin 1.2s ease-out infinite;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 10px solid #3d59fa
}
.about-area .about-img .video-btn .video-pop .video::before {
	-webkit-animation: animatin 1.5s linear infinite;
	animation: animatin 1.5s linear infinite
}
.about-area .about-img .video-btn .video-pop .video::after {
	-webkit-animation: animatin 2s linear 1s infinite;
	animation: animatin 2s linear 1s infinite
}
@-webkit-keyframes animatin {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}
@keyframes animatin {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}
.about-area .content {
	margin-top: 50px
}
.about-area .content .about-content p {
	color: #50607f
}
.about-area .content .about-content p:last-child {
	margin-bottom: 0
}
.solution-img {
	margin-bottom: 30px
}
.solutions-area {
	position: relative;
	z-index: 1;
	overflow: hidden
}
.solutions-area .section-tittle {
	max-width: 850px
}
.solutions-area .single-solutions {
	position: relative;
	text-align: center;
	padding: 30px 20px;
	background: #fff;
	margin-top: 30px;
	border-radius: 5px;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07);
	box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07)
}
.solutions-area .single-solutions .solutions-img {
	margin-bottom: 20px
}
.solutions-area .single-solutions .solutions-content h3 {
	color: #051242;
	margin-bottom: 10px
}
.solutions-area .single-solutions .solutions-content p {
	color: #50607f;
	margin-bottom: 10px
}
.solutions-area .single-solutions .solutions-content .line-bnt {
	color: #1d42d9;
	font-size: 14px
}
.solutions-area .single-solutions::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	opacity: .8;
	background-color: #051242;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s
}
.solutions-area .single-solutions::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	/* background: url(../images/service/hover-img.png); */
	z-index: -2;
	-webkit-transition: all .5s;
	transition: all .5s
}
.solutions-area .single-solutions .solutions-back {
	position: absolute;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	padding-right: 20px
}
.solutions-area .single-solutions:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.solutions-area .single-solutions:hover h3 {
	color: #fff;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 1
}
.solutions-area .single-solutions:hover p {
	color: #e9e9e9;
	opacity: 1;
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px)
}
.solutions-area .single-solutions:hover .line-bnt {
	color: #e6335a;
	text-decoration: underline;
	opacity: 1;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}
.solutions-area .single-solutions:hover .solutions-img {
	opacity: 0
}
.solutions-area .single-solutions:hover::before {
	left: 0
}
.solutions-area .single-solutions:hover::after {
	right: 0
}
.facilities-area {
	padding-top: 60px;
	border-top: 1px solid #eeee;
	position: relative
}
.facilities-area .mt-40 {
	margin-top: 40px
}
.facilities-area .section-tittle {
	max-width: 850px
}
.facilities-area .section-tittle p {
	color: #181818
}
.facilities-area .content h3 {
	color: #293a5c;
	margin-bottom: 10px
}
.facilities-area .content p {
	font-size: 16px;
	line-height: 1.9;
	color: #181818
}
.facilities-area .content .box-btn {
	margin-top: 10px;
	padding: 15px 40px;
	border-radius: 50px
}
.solutions-details-area {
	position: relative
}
.solutions-details-area .single-solutions {
	position: relative
}
.solutions-details-area .single-solutions img {
	border-radius: 10px
}
.solutions-details-area .single-solutions .content {
	margin-bottom: 25px
}
.solutions-details-area .single-solutions .content h2 {
	font-size: 25px;
	color: #121e4c;
	margin: 15px 0
}
.solutions-details-area .single-solutions .content p {
	color: #181818;
	padding-right: 10px
}
.solutions-details-area .single-solutions .social {
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 3;
	position: relative;
	display: inline-block
}
.solutions-details-area .single-solutions .social p {
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
	margin-bottom: 0
}
.solutions-details-area .single-solutions .social li {
	display: inline-block
}
.solutions-details-area .single-solutions .social li a {
	width: 35px;
	height: 35px;
	background: #121e4c;
	border-radius: 50%;
	line-height: 39px;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	transition: .3s
}
.solutions-details-area .single-solutions .social li a i {
	font-size: 17px
}
.solutions-details-area .single-solutions .social li a:hover {
	background: #3d59fa;
	color: #fff;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.solutions-details-area .right-content {
	position: relative
}
.solutions-details-area .right-content .serarch {
	position: relative;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 30px
}
.solutions-details-area .right-content .serarch h3 {
	padding: 15px 20px;
	color: #fff;
	background: #121e4c;
	margin-bottom: 20px
}
.solutions-details-area .right-content .serarch .search-form {
	position: relative;
	max-width: 90%;
	margin: auto
}
.solutions-details-area .right-content .serarch .search-form input#search {
	height: 50px
}
.solutions-details-area .right-content .serarch .search-form input#search:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.solutions-details-area .right-content .serarch .search-form button.box-btn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	height: 100%;
	padding: 0 17px;
	font-size: 20px
}
.solutions-details-area .right-content .recent-post {
	position: relative;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	background: #fff
}
.solutions-details-area .right-content .recent-post h3 {
	padding: 15px 20px;
	color: #fff;
	background: #121e4c;
	margin-bottom: 20px
}
.solutions-details-area .right-content .recent-post .post {
	padding: 20px
}
.solutions-details-area .right-content .recent-post .post .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #efefef
}
.solutions-details-area .right-content .recent-post .post .item a {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 15px
}
.solutions-details-area .right-content .recent-post .post :last-child {
	border-bottom: none
}
.solutions-details-area .right-content .recent-post .post .info {
	overflow: hidden;
	margin-top: 20px
}
.solutions-details-area .right-content .recent-post .post .info time {
	font-size: 13px;
	color: #929292;
	display: block;
	margin-bottom: 4px
}
.solutions-details-area .right-content .recent-post .post .info h4 a {
	color: #051242;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 600
}
.solutions-details-area .right-content .recent-post .post .info h4 a:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}
.solutions-details-area .right-content .features {
	position: relative;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	background: #fff
}
.solutions-details-area .right-content .features h3 {
	padding: 15px 20px;
	color: #fff;
	background: #121e4c;
	margin-bottom: 0
}
.solutions-details-area .right-content .features .feature-list {
	margin: 0;
	padding: 30px
}
.solutions-details-area .right-content .features .feature-list li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #181818;
	padding-left: 23px;
	font-size: 16px;
	border-bottom: 1px dashed #efefef;
	font-weight: 500
}

/* انتقال ممنوع */
.solutions-details-area .right-content .features .feature-list li::before {
	background: #121e4c;
	position: absolute;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: rotaed360 4s infinite linear;
	animation: rotaed360 4s infinite linear
}
.case-area {
	position: relative
}
.case-area .case {
	position: relative
}
.case-area .case .all-case {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #7289b8
}
.case-area .case .all-case li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 6px
}
.case-area .case .all-case li span {
	color: #50607f
}
.case-area .case .all-case li:last-child {
	margin-right: 0
}
.case-area .case .all-case .active {
	position: relative
}
.case-area .case .all-case .active::before {
	position: absolute;
	width: 100%;
	height: 5px;
	background: #3d59fa;
	content: "";
	bottom: -9px
}
.case-area .case .all-case .active span {
	color: #3d59fa
}
.case-area .dropdown {
	margin-top: 30px
}
.case-area .dropdown p {
	color: #293a5c;
	margin-bottom: 5px
}
.case-area .dropdown button {
	border: 1px solid #293a5c;
	background: 0 0;
	padding: 8px 30px;
	color: #293a5c;
	font-weight: 500
}
.case-area .dropdown .dropdown-item {
	cursor: pointer
}
.case-details-area {
	position: relative
}
.case-details-area .single-case {
	position: relative
}
.case-details-area .single-case img {
	border-radius: 10px
}
.case-details-area .single-case .case-img {
	margin-bottom: 25px
}
.case-details-area .single-case .content {
	margin-bottom: 25px
}
.case-details-area .single-case .content h2 {
	font-size: 25px;
	color: #121e4c;
	margin: 15px 0 10px
}
.case-details-area .single-case .content p {
	color: #181818;
	padding-right: 10px;
	margin-bottom: 10px
}
.case-details-area .single-case .social {
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 3;
	position: relative;
	display: inline-block
}
.case-details-area .single-case .social p {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin-right: 10px;
	margin-bottom: 0
}
.case-details-area .single-case .social li {
	display: inline-block
}
.case-details-area .single-case .social li a {
	width: 35px;
	height: 35px;
	background: #121e4c;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	transition: .3s
}
.case-details-area .single-case .social li a i {
	font-size: 17px
}
.case-details-area .single-case .social li a:hover {
	background: #3d59fa;
	color: #fff;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.case-details-area .right-content {
	position: relative
}
.case-details-area .right-content .serarch {
	position: relative;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 30px
}
.case-details-area .right-content .serarch h3 {
	padding: 15px 20px;
	color: #fff;
	background: #121e4c;
	margin-bottom: 20px
}
.case-details-area .right-content .serarch .search-form {
	position: relative;
	max-width: 90%;
	margin: auto
}
.case-details-area .right-content .serarch .search-form input#search {
	height: 50px
}
.case-details-area .right-content .serarch .search-form input#search:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.case-details-area .right-content .serarch .search-form button.box-btn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	height: 100%;
	padding: 0 17px;
	font-size: 20px
}
.case-details-area .right-content .recent-post {
	position: relative;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	background: #fff
}
.case-details-area .right-content .recent-post h3 {
	padding: 15px 20px;
	color: #fff;
	background: #121e4c;
	margin-bottom: 20px
}
.case-details-area .right-content .recent-post .post {
	padding: 20px
}
.case-details-area .right-content .recent-post .post .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #efefef
}
.case-details-area .right-content .recent-post .post .item a {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 15px
}
.case-details-area .right-content .recent-post .post :last-child {
	border-bottom: none
}
.case-details-area .right-content .recent-post .post .info {
	overflow: hidden;
	margin-top: 20px
}
.case-details-area .right-content .recent-post .post .info time {
	font-size: 13px;
	color: #929292;
	display: block;
	margin-bottom: 4px
}
.case-details-area .right-content .recent-post .post .info h4 a {
	color: #051242;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 600
}
.case-details-area .right-content .recent-post .post .info h4 a:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}
.case-details-area .right-content .features {
	margin-top: 30px;
	position: relative;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .08);
	background: #fff
}
.case-details-area .right-content .features h3 {
	padding: 15px 20px;
	color: #fff;
	background: #121e4c;
	margin-bottom: 0
}
.case-details-area .right-content .features .feature-list {
	margin: 0;
	padding: 30px
}
.case-details-area .right-content .features .feature-list li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #181818;
	padding-left: 23px;
	font-size: 16px;
	border-bottom: 1px dashed #efefef;
	font-weight: 500
}

/* ممنوع */
.case-details-area .right-content .features .feature-list li::before {
	background: #121e4c;
	position: absolute;
	height: 8px;
	width: 8px;
	content: '';
	left: 0;
	top: 9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: rotaed360 4s infinite linear;
	animation: rotaed360 4s infinite linear
}

.faq-area {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07);
	box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .07)
}
.faq-area .section-tittle {
	text-align: center
}
.faq-area .section-tittle h2 {
	margin-bottom: 30px
}
.faq-area .faq-accordion .accordion {
	padding: 0;
	margin: 0
}
.faq-area .faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 12px;
	position: relative
}
.faq-area .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}
.faq-area .faq-accordion .accordion .accordion-item .accordion-title {
	padding: 15px 60px 15px 70px;
	color: #051242;
	position: relative;
	background: #fff;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 600;
	display: block
}
.faq-area .faq-accordion .accordion .accordion-item .accordion-title i {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #051242;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px
}
.faq-area .faq-accordion .accordion .accordion-item .accordion-title.active {
	background-color: #fff
}
.faq-area .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
	content: "\ec4e"
}
.faq-area .faq-accordion .accordion .accordion-item .accordion-content {
	display: none;
	background-color: #fff;
	margin-bottom: 0;
	padding: 15px 60px 15px 30px;
	font-size: 16px;
	z-index: 1;
	color: #50607f;
	position: relative
}
.faq-area .faq-accordion .accordion .accordion-item .accordion-content.show {
	display: block
}
.faq-area .faq-accordion .accordion .accordion-item .accordion-content::before {
	content: "";
	width: 75%;
	height: 2px;
	background: #7a7e9a;
	top: 5px
}
.faq-area .faq-accordion .accordion .icon {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	background: #f5ebff;
	text-align: center;
	font-size: 25px;
	line-height: 40px;
	color: #051242;
	top: 10px;
	left: 15px
}
.signup-area .signup-form {
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	padding: 40px;
	max-width: 740px;
	background: #fff;
	border-radius: 10px;
	margin: auto
}
.signup-area .signup-form .form-control {
	border-radius: 4px;
	height: 50px;
	padding: 10px 20px
}
.signup-area .signup-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.signup-area .signup-form .box-btn {
	margin-bottom: 30px
}
.signup-area .signup-form .box-btn i {
	position: relative;
	top: 1px
}
.signup-area .signup-form .google {
	padding: 15px 25px;
	background: #dd4b39
}
.signup-area .signup-form .facebook {
	padding: 15px 17px;
	background: #3b5999
}
.signup-area .signup-form .twitter {
	padding: 15px 25px;
	background: #55acee
}
.signup-area .signup-form .signup-btn {
	padding: 15px 50px;
	margin-bottom: 10px;
	margin-top: 20px
}
.signup-area .privecy-txt {
	font-size: 14px
}
.signup-area p.al-acc {
	margin-bottom: 0;
	font-size: 14px
}
.signup-area .section-tittle {
	margin-bottom: 30px
}
.signup-area .form-group {
	margin-bottom: 30px
}


.error-area {
	position: relative;
	text-align: center;
	height: 100vh;
	max-width: 650px;
	margin: auto;
	padding: 50px 0
}
.error-area h3 {
	color: #e6335a;
	margin-top: 20px
}


.page-title-area {
	position: relative;
	overflow: hidden;
	padding-top: 200px;
	padding-bottom: 150px;
	text-align: center;
	background-color: #051242;
	height: 100%;
	z-index: 1
}
.page-title-area .page-title-content h2 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 40px;
	font-weight: 700
}
.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0
}
.page-title-area .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff
}
.page-title-area .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	right: -7px;
	background-color: #70a1ff;
	width: 8px;
	height: 8px
}
.page-title-area .page-title-content ul li:last-child::before {
	display: none
}
.page-title-area .page-title-content ul li a {
	color: #fff
}
.page-title-area .page-title-content ul li a:hover {
	color: #1d42d9
}
.page-title-area .page-title-content ul .active {
	color: #70a1ff
}

/* انتقال ممنوع */
.page-title-area .page-shape .shape1 {
	position: absolute;
	top: 55%;
	left: 5%;
	-webkit-animation: animationFramesOne 20s linear infinite;
	animation: animationFramesOne 20s linear infinite
}
.page-title-area .page-shape .shape6 {
	position: absolute;
	bottom: 27%;
	right: 22%;
	-webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 15s linear infinite
}

.page-title-area .page-shape .shape3 {
	position: absolute;
	left: 25%;
	bottom: 15%;
	-webkit-animation: rotaed360 6s infinite linear;
	animation: rotaed360 6s infinite linear
}
.page-title-area .page-shape .shape4 {
	position: absolute;
	top: 27%;
	left: 48%;
	-webkit-animation: rotaed360 6s infinite linear;
	animation: rotaed360 6s infinite linear
}
.page-title-area .page-shape .shape5 {
	position: absolute;
	top: 15%;
	right: 3%;
	-webkit-animation: rotaed360 6s infinite linear;
	animation: rotaed360 6s infinite linear
}



.popular {
	position: absolute;
	top: -15px;
	right: -50px;
	z-index: 1;
	background-color: red;
	color: #fff;
	padding: 35px 40px 10px 35px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}


.Active{
	color: #1d42d9
}

.menu-navbar{
	margin-left: 10px;
	outline: none;
}

.nav-items a {
	margin-right: 15px;
}

.navbar-toggler{
	margin-left: 10px;
}

.dropdown-menu-style {
	outline: none !important;
	border: none !important;
	text-align: start !important;
	background-color: #fff;
}


.dropdown-menu-style a {
	margin-right: 30px;
}
