/* ---------------------------------------------------------------------- */
/*
/*	Site Colors
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*	color1 - green
/*
/* ---------------------------------------------------------------------- */
.color1, .color1Hover:hover					        {color: 			#22B573  ;}
.color1Bg, .color1BgHover:hover				        {background-color: 	#22B573  ;}
.color1Border, .color1BorderHover:hover		        {border-color: 		#22B573  ;}
.green, .greenHover:hover					        {color: 			#22B573  ;}
.greenBg, .greenBgHover:hover				        {background-color: 	#22B573  ;}
.greenBorder, .greenBorderHover:hover		        {border-color: 		#22B573  ;}
/* ---------------------------------------------------------------------- */
/*
/*	color1Lighten - greenLighten
/*
/* ---------------------------------------------------------------------- */
.color1Lighten, .color1LightenHover:hover				{color: 			#24C27B  ;}
.color1LightenBg, .color1LightenBgHover:hover			{background-color: 	#24C27B  ;}
.color1LightenBorder, .color1LightenBorderHover:hover	{border-color: 		#24C27B  ;}
.greenLighten, .greenLightenHover:hover					{color: 			#24C27B  ;}
.greenLightenBg, .greenLightenBgHover:hover				{background-color: 	#24C27B  ;}
.greenLightenBorder, .greenLightenBorderHover:hover		{border-color: 		#24C27B  ;}
/* ---------------------------------------------------------------------- */
/*
/*	color2 - blue
/*
/* ---------------------------------------------------------------------- */
.color2, .color2Hover:hover					        {color: 			#29ABE2  ;}
.color2Bg, .color2BgHover:hover				        {background-color: 	#29ABE2  ;}
.color2Border, .color2BorderHover:hover		        {border-color: 		#29ABE2  ;}
.blue, .blueHover:hover					            {color: 			#29ABE2  ;}
.blueBg, .blueBgHover:hover				            {background-color: 	#29ABE2  ;}
.blueBorder, .blueBorderHover:hover		            {border-color: 		#29ABE2  ;}
/* ---------------------------------------------------------------------- */
/*
/*	orange
/*
/* ---------------------------------------------------------------------- */
.color3, .color3Hover:hover					        {color: 			#F2786A  ;}
.color3Bg, .color3BgHover:hover				        {background-color: 	#F2786A  ;}
.color3Border, .color3BorderHover:hover		        {border-color: 		#F2786A  ;}
.orange, .orangeHover:hover					        {color: 			#F2786A  ;}
.orangeBg, .orangeBgHover:hover				        {background-color: 	#F2786A  ;}
.orangeBorder, .orangeBorderHover:hover		        {border-color: 		#F2786A  ;}
/* ---------------------------------------------------------------------- */
/*
/*	black
/*
/* ---------------------------------------------------------------------- */
.black, .blackHover:hover					        {color: 			#000  ;}
.blackBg, .blackBgHover:hover				        {background-color: 	#000  ;}
.blackBorder, .blackBorderHover:hover		        {border-color: 		#000  ;}
/* ---------------------------------------------------------------------- */
/*
/*	white
/*
/* ---------------------------------------------------------------------- */
.white, .whiteHover:hover					        {color: 			#fff  ;}
.whiteBg, .whiteBgHover:hover				        {background-color: 	#fff  ;}
.whiteBorder, .whiteBorderHover:hover		        {border-color: 		#fff  ;}
/* ---------------------------------------------------------------------- */
/*
/*	grey
/*
/* ---------------------------------------------------------------------- */
.grey, .greyHover:hover					        {color: 			#E6E6E6  ;}
.greyBg, .greyBgHover:hover				        {background-color: 	#E6E6E6  ;}
.greyBorder, .greyBorderHover:hover		        {border-color: 		#E6E6E6  ;}
/* ---------------------------------------------------------------------- */
/*
/*	greyLighten1
/*
/* ---------------------------------------------------------------------- */
.greyLighten1, .greyLighten1Hover:hover					        {color: 			#eee  ;}
.greyLighten1Bg, .greyLighten1BgHover:hover				        {background-color: 	#eee  ;}
.greyLighten1Border, .greyLighten1BorderHover:hover		        {border-color: 		#eee  ;}
/* ---------------------------------------------------------------------- */
/*
/*	gradient
/*
/* ---------------------------------------------------------------------- */
.gradientBg{
background: linear-gradient(to right, #00a69c, #262261);
}
/* ---------------------------------------------------------------------- */
/*
/*	Body
/*
/* ---------------------------------------------------------------------- */
a{
    color:#29235c;
}
a:hover{
    color:#00a99d;
}
a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }

html{
      width: 100%;
  }
body{
      overflow-x: hidden;
      width: 100%;
      color: #151515;
      font-family:Peyda;
  }
p {
    line-height: 1.4;
}
.IranSans{
    font-family:IranSans;
}
/* ---------------------------------------------------------------------- */
/*
/*	Forms
/*
/* ---------------------------------------------------------------------- */

/* -------------------------------------------- */
/*	Buttons
/* -------------------------------------------- */
.button.big, input.big[type=submit] {padding: 10px 35px 12px;}

/*
*/

.mainFormSubmit{
    font-size: 18px !important;
    min-width: 180px;
    background: #a3ae3c;
    color: #000;
}
.mainFormSubmit:hover{
    background: #2f2f2f;
    border-color: #2f2f2f !important;
    color: #a3ae3c;
}
.form-group label{
    font-weight: 300;
}

.form-control{
    border-radius: 25px;
    font-size: 18px !important;
    padding: 10px 15px 10px !important;
    position: relative;
    border: 1px solid #ccc;
    font-weight: bold;
}
.form-control[name="mobile"]{
    text-align: left;
    direction: rtl;
    font-size: 19px !important;
    font-family: IranSans;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 1;
}
.form-item{
    margin-bottom: 10px;
}

.form-control::placeholder{
    font-size: 18px !important;
}

.rtl .form-control{
    font-size: 16px !important;
}

.rtl .form-control::placeholder{
    font-size: 16px !important;
}


select option{
    font-family:IranSans;
}

.rtl .flex-row-reverse {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}









/* ---------------------------------------------------------------------- */
/*
/*	Button
/*
/* ---------------------------------------------------------------------- */
.button, .button-mini {
    border-radius: 50px;
    padding: 12px 45px 12px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
}
.button-mini {
    padding: 8px 25px 8px;
}
.border {
    border-width: 1px;
    border-style: solid;
}
/* ---------------------------------------------------------------------- */
/*  Header
/* ---------------------------------------------------------------------- */
.header {
    width: 100%;
    z-index: 999;
    background: #fff;
    position: absolute;
}
.header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.header .logo img {
    height: 50px;
}
.menu-toggle {
    display: none;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px;
    background: #000;
    transition: 0.4s;
}
.mainMenu {
    display: flex;
}
.mainMenu a, .mainMenu li, .mainMenu ul {
    transition: 0.2s all;
}
.mainMenu > ul, .mainMenu > ul > li {
    display: block;
    float: right;
    position: relative;
    z-index: 8;
}
.mainMenu > ul > li > a {
    color: #000;
    padding: 13px 22px 13px;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
}
.mainMenu > ul > li:hover > a, .mainMenu > ul > li > a.active {
    background: #22B573;
    color: #fff;
}
.user-account {
    display: flex;
}
.user-account a {
    margin-left: 10px;
}

/* -------------------------------- */
/*  Responsive
/* -------------------------------- */
@media (min-width: 768px) {
    .header .container {
        max-width: 100%;
    }
  }
  .mobile-menu{
    display: none;
}
.mobile-menu li{
    width: 100%;
}

.mobile-menu li a{
    width: 100%;
    text-align: right;
    padding: 15px;
    border-top:1px solid #eee;
    font-weight: bold;
    display: block;
}
.mobile-menu li a:hover{
    background-color: #eee;
}

@media (max-width: 1200px) {
    .header .logo img {
        height: 50px;  
    }
}

@media (max-width: 768px) {
    .header .container {
        flex-direction: row;
    }
    .mainMenu {
        display: none;
    }
    .mainMenu.active {
        display: flex;
    }
    .menu-toggle {
        display: block;
    }
    .user-account {
        display: none;
    }
    .mobile-menu.active {
        display: block;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Slider
/*
/* ---------------------------------------------------------------------- */
.sliderOut .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.slide{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}
.slide-captions{
    position: absolute;
    right: 10%;
    bottom: 10%;
    direction: rtl;
    text-align:right;
    border-right: 5px solid #22B573;
    padding: 25px;
    transition: all 0.5s;
    opacity: 1;
}
.slide-captions .h2{
    margin-bottom: 8px;
}
@media (max-width: 1400px) {
    .slide-captions{
        width: 480px;
    }
}
@media (max-width: 1200px) {
    .slide-captions{
        width: 400px;
    }
}
@media (max-width: 991px) {
    .slide-captions{
        background: #000000C2;
        right: 0%;
        bottom: 10%;
        width: 100%;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Info Box
/*
/* ---------------------------------------------------------------------- */
.info-box-slide-row:nth-child(odd) {
    flex-direction: row-reverse !important;
}
@media (max-width: 468px) {
    .info-box-slide-row .min-height-full {
        min-height: auto !important;
    }
    .info-box-slide-row .min-height-full:last-child {
        padding-bottom: 50px;
    }
    .info-box-slide-row .whiteBg  {
        background-color: #000 !important;
    }
    .info-box-slide-row .info-box  {
        background-color: #fff !important;
    }

}
.info-boxes{
    display: flex;
    justify-content: center;
}
.info-box{
    border:1px solid #000;
    direction: rtl;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    margin: 30px 15px;
}
@media (max-width: 991px) {
    .info-boxes{
        flex-wrap: wrap;
    }
    .info-boxes .info-box {
        flex: 1 1 calc(50% - 30px); /* 2 items per row */
        margin: 15px 15px;
    }
}

@media (max-width: 600px) {
    .info-boxes .info-box {
        flex: 1 1 calc(100% - 30px); /* 1 item per row */
        margin: 15px 15px;
    }
}
.info-box .info-icon{
    width: 110px;
}
.info-box h1,.info-box h3{
    width: 100%;
    text-align: center;
    margin: 20px 0 10px 0;
}
.info-box ul{
    text-align: right;
}
.info-box ul li{
    padding: 3px;
}
.colorBg{
    background-image: url("../uploads/icon/bg-colors.jpg");
    background-size: cover;
}
/* ---------------------------------------------------------------------- */
/*
/*	Info Text
/*
/* ---------------------------------------------------------------------- */
.info-text{
    border-right: 5px solid #000;
    padding-right: 20px;
    text-align: right;
    direction: rtl;
    width: 30%;
    margin: 25px 0;
}
@media (max-width: 1650px) {
    .info-text{
        width: 40%;
    }
}
@media (max-width: 1400px) {
    .info-text{
        width: 50%;
    }
}
@media (max-width: 1000px) {
    .info-text{
        width: 80%;
    }
}
@media (max-width: 468px) {
    .info-col1.min-height-full{
        min-height: auto !important;
    }
}

/* ---------------------------------------------------------------------- */
/*
/*	Title
/*
/* ---------------------------------------------------------------------- */
.title,.title-info{
    margin-bottom: 30px;
}
/* ---------------------------------------------------------------------- */
/*
/*	News
/*
/* ---------------------------------------------------------------------- */
.news-box{
    margin-bottom: 30px;
    background-color: #fff;;
    border-radius: 15px;
    box-shadow: 1px 1px 1px #eee;
    overflow: hidden;
}
.news-image{
    width: 100%;
}
.news-text{
    color:#666;
    padding-top: 15px;
    padding-bottom:10px
}
.news-boxes{
    flex-wrap: wrap;
}
.news-boxes .news-box {
    flex: 1 1 calc(33.3333% - 30px); /* 3 items per row */
    margin: 15px 15px;
}

@media (max-width: 880px) {
    .news-boxes .news-box {
        flex: 1 1 calc(50% - 30px); /* Default to 50% width */
        margin: 15px;
    }
    .news-boxes .news-box:first-child {
        flex: 1 1 100%; /* First item takes full width */
    }
}

@media (max-width: 480px) {
    .news-boxes .news-box {
        flex: 1 1 100%; /* First item takes full width */
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	FAQ
/*
/* ---------------------------------------------------------------------- */
.faq{
    direction: rtl;
    text-align: right;
    background-color: #fff;
    border-radius: 45px;
    position: relative;
    margin-bottom: 50px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.faq-q{
    background-color: #22B573;
    color: #fff;
    border-radius: 100px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .faq-q{
        padding: 20px 30px;
    }
    .faq-q img{
        display: none;
    }
}

.faq-short{
    background-color: #fff;
    padding: 30px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}
.faq-short-img{
    height: 60px;
    display: inline-block;
    margin: 10px 20px 10px 10px;
}
.faq-text{
    display: none;
    padding: 30px;
    padding-top: 0;
}
.faq-more{
    position: absolute;
    left: 50%;
    background: #000;
    color: #fff;
    padding: 0 20px;
    border-radius: 50px;
    bottom: -12px;
    cursor: pointer;
    transform: translateX(-50%);
    direction:rtl;
}
.faq-more::before{
    content: "";
    width: 15px;
    height: 16px;
    background-image: url("../uploads/icon/icon-white-arrow-down.svg");
    background-size: cover;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.faq-more.active::before{
    transform: rotate(180deg);
}
.faq-more .less{
    display: none;
}
.faq-more.active .less{
    display: inline-block;
}
.faq-more.active .more{
    display: none;
}


.faq2{
    background-color: #F2F2F2;
}
.faq2 .faq-q{
    border:1px solid #22B573;
    color: #22B573;
    background:#fff;
}
.faq2 .faq-short{
    background-color: #F2F2F2;
}
/* ---------------------------------------------------------------------- */
/*
/*	Brands
/*
/* ---------------------------------------------------------------------- */
.brand{
    padding:10px;
}
@media (max-width: 578px) {
    .brands{
        padding: 0 10px;
    }
    .brand{
        width: 50%;
    }
    .starclub-sales{
        background: none;
    }
    .starclub-sales span{
        display: inline-block;
        width: 100%;
    }
}

/* ---------------------------------------------------------------------- */
/*
/*	Consult
/*
/* ---------------------------------------------------------------------- */
.consult{
    direction:rtl;
    text-align: right;
    background-color: #E6E6E6;
    border-radius: 250px;
    padding: 60px;
}
@media (max-width: 991px) {
    .consult{
        background-color: #fff;
        border-radius: 0;
    }
}
@media (max-width: 768px) {
    .consult-form{
        padding: 0;
        margin-top: 15px;
    }
    .consult{
        padding: 0 60px;
    }

}
.consult-avatar-img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border:2px solid #22B573;
    box-shadow: 0 0 0px 4px #fff;
}
.consult-avatar{
    position: relative;
}
.consult-avatar:after{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #22B573;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    bottom: 5px;
}

/* ---------------------------------------------------------------------- */
/*
/*	Footer
/*
/* ---------------------------------------------------------------------- */
.footer{
    direction: rtl;
    text-align:right;
    padding: 40px 0;
}
.footer .flex-direction-row{
    align-items: center;
}
.footer-logo{
    height: 60px;
}
@media (max-width: 768px) {
    .footer .flex-direction-row{
        flex-direction: column;
    }
    .footer .col1{
        margin-bottom: 15px;
    }
}
/* ---------------------------------------------------------------------- */
/*
/*	Page Header
/*
/* ---------------------------------------------------------------------- */
.page-header{
   width: 100%;
   background-color: #22B573;
   padding: 100px 0 50px 0;
   display:flex;
   align-items: center;
}
.page-header2{
    width: 100%;
    background-color: #888;
    padding: 80px 0 30px 0;
    display:flex;
    align-items: center;
 }
.page-header-captions{
    direction: rtl;
    text-align:right;
    border-right: 5px solid #fff;
    padding: 25px;
    transition: all 0.5s;
    opacity: 1;
    
}
.page-content{
    direction: rtl;
    text-align: right;
    font-family: IranSans;
    border-radius: 15px;
    overflow: hidden;
    line-height:1.8;
    font-weight: 300;
}
@media (max-width: 768px) {
    .page-content{
        padding: 0;
    }
    .page-content-out{
        background-color: #fff;
    }
}
.page-content ul,.page-content ol {
    padding-right: 25px;
    margin:0 15px;

  } 

.page-content ul li {
    list-style: disc;
  }
/* ---------------------------------------------------------------------- */
/*
/*	Page Header
/*
/* ---------------------------------------------------------------------- */
.features{
    background-color: #fff;
    overflow: hidden;
    border-radius: 23px;
}
.feature{
    direction: rtl;
    text-align: right;
}
.feature-title{
    background: #24C27B;
    color:#fff;
    padding: 10px 20px;
    border-bottom: 100px;
    overflow: hidden;
    border-radius: 50px;
    text-align: center;
}
.feature-text{
    background:#fff;
}
.feature-text li{
    background:#fff;
    padding: 10px 20px;
    border-bottom:1px solid #eee;
}
.feature-text li:hover{
    background:#eee;
}
/* ---------------------------------------------------------------------- */
/*
/*	Customers
/*
/* ---------------------------------------------------------------------- */
.starclub-sales{
    direction: rtl;
    border-radius: 250px;
}
.starclub-sales span{
    display: inline-block;
    vertical-align: middle;
}
/* ---------------------------------------------------------------------- */
/*
/*	infoImageText
/*
/* ---------------------------------------------------------------------- */
.infoImageText{

}
.infoImageText:nth-child(odd) {
    flex-direction: row-reverse !important;
}
.infoImageText-text{
    text-align: right;
    display: flex;
    align-items: center;
    direction: rtl;
}
@media (max-width: 1200px) {
    .infoImageText-text {
        flex-wrap: wrap;
        align-content: center;
    }
}

.infoImageText-image img{
    border-radius: 75px;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0px 0px 61px #aaa;
}
@media (max-width: 991px) {
    .infoImageText-image img{
        border-radius: 50px;
    }
}
@media (max-width: 780px) {
    .infoImageText{
        justify-content: center;
    }
    .infoImageText-text{
        min-width: 80% !important;
    }    
    .infoImageText-text h3{
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        text-align: center;
    }
    .infoImageText-image{
        min-width: 80% !important;
    }
}