body{
	overflow-x: hidden;
}
a,a:hover{
    text-decoration: none;
}
*,*:hover{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
body{
    font-size: 13px;
    font-family: "LatoWeb" !important;
    color: rgb(0, 0, 0);
}
ul.menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.menu li{
    display: inline-block;
    margin: 0px 10px 10px 10px;;
}
ul.menu li a{
    font-size: 14px;
    font-family: "LatoWeb";
    color: rgb(0, 0, 0);
    line-height: 5.769;
}
ul.icos{
    list-style: none;
    margin:0px;
    padding: 0px;
}
ul.icos li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
ul.icos li a{
    font-size: 12px;
    font-family: "LatoWeb";
    color: rgb(109, 118, 247);
    font-style: italic;
    text-transform: uppercase;
}
ul.icos li:hover span i{
    border-radius: 50%;
    background: rgb(39,39,213);
    box-shadow: 0px 3px 9px 0px rgba(109, 118, 247, 0.004);
    border-color: rgb(39,39,213);
    color:#fff;
}
ul.icos li span{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
ul.icos li span i{
    font-size: 23px;
    color: rgb(109, 118, 247);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(181, 201, 255);
    border-radius: 50%;
    background-color: rgb(245, 246, 246);
    width:50px;
    height:50px;
    padding-top: 12px;
}
header{
    padding-top: 15px;
    margin-bottom: 15px;
    background: #f5f6f6;
}
img{
    max-width: 100%;
}
/* 
==============================================
----------------------------------------------
============================================== 
*/
body{
    background: #E7EEFD url("../img/slidebg.png");
    background-attachment: fixed;
}
.hshape{
    background: #f5f6f6;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 50%;
    top: -40px;
    position: relative;
    z-index: -1;
}
#mainslide{
    background: url("../img/shape.png");
    background-position: bottom right;
    background-repeat: repeat-x;
    padding: 30px 0px;
}
#mainslide h1,
#mainslide h2{
    font-size: 24px;
    font-family: "LatoWeb";
    color: #333;
    line-height: 38px;
    text-align: left;
}
#mainslide h2{
    margin: 50px 0px 0px 0px;
}
#mainslide h1 strong{
    color:#6d76f7
}
#mainslide .txt{
    font-size: 16px;
    font-family: "LatoWeb";
    color: rgb(0, 0, 0);
    margin-top: 40px;
}
#withdraw{
    background: #F7F7F7;
    padding:150px 0px 100px
}
#withdraw .title{
    font-size: 24px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    font-weight: bold;
    font-style: italic;
    margin-bottom: 40px;
}
#withdraw .title span{
    color: #6d76f7
}
#withdraw .box{
    border-radius: 13px;
    background: #F5F6F6 url("../img/boxbg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: 0px 18px 57px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
#withdraw .mtmanfi{
    margin-top: -200px;
}
#withdraw .box{
    margin-bottom: 30px;
}
#withdraw .box h3{
    font-size: 18px;
    font-family: "LatoWeb";
    color: rgb(42, 52, 81);
    line-height: 1.667;
    text-align: left;
    margin-bottom: 20px;
}
#withdraw .box h3 span{
    font-size: 18px;
    font-family: "LatoWeb";
    color: rgb(109, 118, 247);
    font-weight: bold;
    float: right;
}
#withdraw .box .info{
    font-size: 15px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    font-style: italic;
    line-height: 25px;
    text-align: left;
}
#withdraw .box .info p{
    margin-bottom: 0px;
}
#withdraw{}
#withdraw .shape{
    background: url("../img/numbers.png") repeat-x;
    display: block;
    width: 100%;
    height: 110px;
    position: relative;
}

/* ---------------------Ques----------- */
#ques{
    background: #F7F7F7;
    padding: 10px 0px 100px;
}
#ques .title{
    font-size: 24px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    font-weight: bold;
    font-style: italic;
    line-height: 4.167;
    -moz-transform: scale(0.998, 1);
    -webkit-transform: scale(0.998, 1);
    -ms-transform: scale(0.998, 1);
}
#ques .title span{
    color:#6d76f7
}
#ques .title img{
    margin-top: -16px;
}
#ques .voinp input{
    border-radius: 0 9px 9px 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 18px 57px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    border:none
}
#ques .voinp input:focus{
    border:none
}
#ques .voinp i{
    font-size: 21px;
    color:#c3c6f2;
}
#ques .voinp .input-group-addon{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 18px 57px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 9;
    border-radius: 9px 0px 0px 9px;
}
#ques .voinp{
    margin-bottom: 15px;
}
#ques .txtarea{
    width: 100%;
    height:90%;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 18px 57px 0px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 15px;
}
#ques .btnsnd{
    background-color: rgb(109, 118, 247);
    box-shadow: 0px 3px 9px 0px rgb(109, 118, 247);
    border: 0px;
    border-radius: 15px;
    float: right;
    padding: 8px 25px;
    color: #fff;
    margin-top: -55px;
    margin-right: 20px;
    z-index: 9999;
    position: relative;
    cursor: pointer;    
}
/* activity---------------activity */

#activity{
    background:#F7F7F7 url("../img/country.png") no-repeat right top;
    padding-top: 180px;
    margin-top: -180px;
    padding-bottom: 180px;
}
#news .title,
#plans .title,
#activity .title{
    font-size: 24px;
    font-family: "LatoWeb";
    color: #757575;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 50px;
}
#news .title span,
#plans .title span,
#activity .title span{
    color:#6d76f7
}
#activity .ibx{
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
    margin-bottom: 30px;
}
#activity .ibx .titr{
    margin-left: 15px;
}
#activity .ibx .titr img{
    float: left;
    margin-right: 30px;
}
#activity .ibx .titr h3{
    font-size: 30px;
    font-family: "LatoWeb";
    color: rgb(120, 120, 120);
    font-weight: bold;
    text-transform: uppercase;
}
#activity .ibx .titr h3 span{
    display: block;
    font-size: 20px;
    font-family: "LatoWeb";
    color: rgb(120, 120, 120);
    font-style: italic;
    font-weight: 400;
}
#activity .ibx .txt{
    font-size: 15px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    line-height: 25px;
    text-align: justifyLeft;
    margin-top: 30px;
}
#activity .ibx{}

/* --------------Plans-------------------- */
#plans{
    background:#F7F7F7;
    padding-bottom: 40px;
    margin-top: -30px;
}
#plans .box{
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 18px 57px 0px rgba(0, 0, 0, 0.1);
    padding:25px 20px;
    margin-bottom: 30px;
}
#plans .box h3{
    font-size: 20px;
    font-family: "LatoWeb";
    color: rgb(109, 118, 247);
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
}
#plans .box h3 span{
    float: right;
}
#plans .box ul{
    list-style: none;
    padding: 0px;
    margin: 0px 5px 15px;
}
#plans .box ul li{
    font-size: 15px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    font-style: italic;
    line-height: 30px;
    text-align: left;
}
#plans .box .price{
    background-color: #bbc5e0;
    padding: 15px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
}
#plans .box .price input,
#plans .box .price span{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(48, 43, 96);
    background:#fff url("../img/dollar.png") no-repeat 5px center;
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: "LatoWeb";
    color: rgb(109, 118, 247);
    font-weight: 400;
    font-style: italic;
}
#plans .box .price input{
	padding-left:35px;
	text-align:center
}
.btnvo{
    background-color: rgb(109, 118, 247);
    box-shadow: 0px 3px 9px 0px rgb(109, 118, 247);
    font-size: 14px;
    font-family: "LatoWeb";
    color: rgb(255, 255, 255);
    border: none;
    width: 45%;
    display: inline-block;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 30px;
}
/* ---------------- NEWS ------------------------- */
#news{
    background:#F7F7F7;
    margin-bottom: -100px;

}
#news article{
    border-radius: 13px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
#news article img{
    width: 100%;
    height: auto;
    border-radius: 13px 13px 0px 0px;
}
#news article .boxy{
    padding: 15px;
}
#news article .boxy h2{
    font-size: 15px;
    font-family: "LatoWeb";
    color: rgb(109, 118, 247);
    font-style: italic;
}
#news article .boxy h2 a{
    color: rgb(109, 118, 247);
}
#news article .boxy .txt{
    font-size: 12px;
    font-family: "LatoWeb";
    color: rgb(117, 117, 117);
    line-height: 1.5;
    text-align: justifyLeft;
}
#news article .boxy img{
    width: unset !important;
}
/* ------ Eslahiyeha----- */
.carousel-control-next, .carousel-control-prev {
    top: 40% !important;
    bottom: unset !important;
    width: 0% !important;
}
.carousel-control-next{
	right: 1%;
}
.carousel-control-prev{
	left: 1%;
}
/* .carousel-control-prev { */
    /* margin-left: -10%; */
/* } */
/* .carousel-control-next{ */
    /* margin-right: -10%; */
/* } */
.ivarw{
    background:#6d76f7;
    padding: 6px;
    border-radius: 50%;
    line-height: 10px;
    box-shadow: 0px 3px 9px 0pxrgb(109, 118, 247);
}
/* 
==============================================
----------------------------------------------
============================================== 
*/
footer{
    background: #4d66ae;
    padding-top: 150px;
    padding-bottom: 15px;
    
}
footer .footerside{}
footer .footerside h5{
    display: inline-table;
    background: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(77, 102, 174);
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    line-height: 25px;
}
footer .footerside ul{
    margin: 20px 0px 0px 0px;
    list-style: none;
    padding: 0px;
}
footer .footerside ul li{
    margin-bottom: 5px;
}
footer .footerside ul li a{
    font-size: 12px;
    font-family: "LatoWeb";
    color: rgb(243, 221, 221);
    line-height: 2.333;
}
footer .footerside ul li:hover a::before{
    content: " ";
    border-radius: 50%;
    background-color: rgb(8, 192, 86);
    width: 10px;
    height: 10px;
    display: inline-table;
    margin-right: 10px;
    position: relative;
    top: 0px;
}
footer .subscribe{}
footer .subscribe h5{
    font-size: 15px;
    font-family: "LatoWeb";
    color: rgb(255, 255, 255);
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.676;
}
footer .subscribe input{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 10px 15px;
    width: 100%;
    border:none;
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(109, 118, 247);
    line-height: 2.333;
    text-align: left;
}
footer .subscribe .text{
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: justifyLeft;
    margin-top: 20px;
}
footer .copyright{
    background-color: rgb(255, 255, 255);
    padding: 15px 15px 2px;
    line-height: 34px;
    margin-top: 30px;
    font-size: 13px;
    font-family: "LatoWeb";
    color: rgb(0, 0, 0);
}