
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/IRANYekanX-Light.woff') format('woff');
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/IRANYekanX-Regular.woff') format('woff');
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/IRANYekanX-Bold.woff') format('woff');
}

html {
  direction: rtl;
  text-align: right;
}
p, a {font-weight: 400;font-family: IRANYekanX;}
.h2 {font-size: 28px;font-family: IRANYekanX;}
.h3 {font-size: 28px;font-family: IRANYekanX;}
.hd {
  font-size: 32px;
  font-family: IRANYekanX;

}
.lighter-200 {
  font-family: IRANYekanX;
  font-weight: 200;
}
.light-300 {
  font-family: IRANYekanX;
  font-weight: 300;
}
.regular-400 {
  font-family: IRANYekanX;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: IRANYekanX;
  font-weight: 600;
}
.logo {
  width: 150px;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #6266ea;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
.typo-space-line2::after,
.typo-space-line-center2::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px dotted #198754;
  padding-top: .5em;
}
.typo-space-line-center2::after {
  left: 50%;
  margin-left: -75px;
}
nav {
  font-family: IRANYekanX;
}
.nav li {
  font-family: IRANYekanX;
  font-size: 15px;
}
.nav-item {
  padding: 5px;
  padding-bottom: 0px;

}
a {
  font-family: IRANYekanX;
}
#main_nav .nav-item .nav-link:hover {
  font-family: IRANYekanX;
  color: #6266ea;
}
/* Home */
#index_banner {
  background-image: url('http://localhost/pulito/more/slider/slide1.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
}
#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #6266ea !important;
}
.service-wrapper .service-footer {
  text-align: right;
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
	background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* About */
#work_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

/* Work */
/* Singel Work */
#index_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.8), rgba(0, 123, 255, 0.5)),
    url('./../img/index-page-banner.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#work_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.8), rgba(0, 123, 255, 0.5)),
    url('./../img/signup.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#survey_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.8), rgba(0, 123, 255, 0.5)),
    url('./../img/survey.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#contact_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.8), rgba(0, 123, 255, 0.5)),
    url('./../img/contactus.webp');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#about_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.8), rgba(0, 123, 255, 0.5)),
    url('./../img/aboutus.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#signin_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.5)),
    url('./../img/signin.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#product_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.5)),
    url('./../img/productpage.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#installapp_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.8)),
    url('./../img/installapppage.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#forgot_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.8)),
    url('./../img/forgotpassword.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#changepasswd_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.8)),
    url('./../img/changepasswd.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#jc_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.8)),
    url('./../img/jc_single_banner.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#tm_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.8)),
    url('./../img/tm_single_banner.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#si_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.8)),
    url('./../img/si_single_banner.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#fc_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.8)),
    url('./../img/fc_single_banner.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#hd_single_banner {
  background-image: linear-gradient(rgba(0, 80, 166, 0.3), rgba(0, 123, 255, 0.8)),
    url('./../img/hd_single_banner.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  height: 150px
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  background: none;
  border: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  filter: invert(1); 
}
.card-title {
  direction: rtl;
  text-align: right;
}
.card-text {
  font-size: 12px;
  direction: rtl;
  text-align: right;
}
.gray-c {
  color: #525252;
}
.alg {
  text-align: center;
}
.f-size13 {
  font-size: 13px;
}
.f-size15 {
  font-size: 14px;
}
.f-size14 {
  font-size: 15px;
}
.f-size18 {
  font-size: 15px;
}
.f-size16 {
  font-size: 17px;
}
.mg-top{
  padding-top: 10px;
}
footer {
  direction: rtl;
  text-align: right;
}
footer ul {
  direction: rtl;
  padding-right: 0px;

}
/* Footer */
footer a.text-light:hover {
  text-align: right;
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}
.au-f {
  text-align: justify;
  font-size: 14px;
}
.footer-color {
  background-color: #f6f9fe;

}
.footer-color2 {
  background-color: #eceff3;

}
.p-col1 {
  color: #676767;

}
.p-col2 {
  color: #3e3e3e;

}
.p-col3 {
  color: #666666;

}
i {
  vertical-align: middle;
}
.f-we {
  font-weight: bold;
}
.justif {
  text-align: justify;
}
.contactfrm, .signinfrm, .survey {
  font-family: IRANYekanX;
  direction: rtl;
}
.ral {
  text-align: right;
  direction: rtl;
}
.frmdir {
  right: 0; left: auto; text-align: right;
}
.signinfrm input {
  padding: 12px;
  border-radius: 5px;
}
.cfrinp {
  padding: 12px;
}
.select-fix {
  direction: rtl;          
  text-align: right;       
  background-position: left 0.75rem center; 
  background-size: 16px 12px;
}
.filter-btn {
  font-family: IRANYekanX;
  font-weight: 600;
}  
.filter-btn2 {
  font-family: IRANYekanX;
  font-size: 16px;
}  
.talignr {
  direction: rtl;
}
.swal2-popup {
  font-family: IRANYekanX, sans-serif;
  direction: rtl;
}
.dropdown:hover .dropdown-menu {
  min-width: auto !important;
  display: block;
  margin-top: 0;
  padding: 5px;
}
.dropdown-item {
  width: auto;
  font-size: 13px;
  text-align: right;
  color: #555;
  padding: 8px;
}
.lang-arrow {
  font-size: 16px;
  margin-right: -2px;
}
#back-to-top {
  position: fixed;
  bottom: -60px; /* پنهان خارج از دید */
  right: 15px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 9px 10px;
  font-size: 20px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  z-index: 1000;
  transition: background-color 0.3s, backdrop-filter 0.3s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#back-to-top:hover {
  background-color: #20408E;
}
.scrolltopbtn {
  font-size: 28px;
}
.bg-pulito {
  background-color: #D8FFD2;
}
.fnt {
  font-family: IRANYekanX;
}