@charset "utf-8";
html {
  direction: rtl;
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
}
h1, h2, h3, h4 {
  font: inherit;
  margin: 0;
}
ul {
  display: list-item;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
input, textarea, button{
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a {
  color: #191919;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  color: #0076a3;
  text-decoration: none;
  outline: medium none;
}
body {
  background-color: #ffffff;
  color: #777777;
  font: 13px "Droid Arabic Kufi","play",Arial,Helvetica,sans-serif;
  overflow-x: hidden;
}
/* = Start Code
-------------------------------------------------------------- */

/* Headerfixed */
#Headerfixed {
  background-color: rgb(32, 30, 91);
  box-shadow: 0 0 3px 5px rgba(10, 8, 55, 0.63);
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#Headerfixed.slideIn {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; 
}
#Headerfixed .logo {float: right;}
#Headerfixed .mainmenu {
  float: left;
  margin: 5px auto;
}
#Headerfixed .mainmenu ul li {
  float: right;
  font-size: 16px;
  margin: 0 0 0 35px;
  position: relative;
}
#Headerfixed .mainmenu ul li:last-child {margin: 0 auto;}
#Headerfixed .mainmenu ul li a {color: #ffffff;}
#Headerfixed .mainmenu ul li a:hover {color: #fbaf5d;}
/* End Headerfixed */

/* header */
header {background: rgba(0, 0, 0, 0) url("images/header-bg.png") no-repeat fixed center center / cover ;}
header #headerone {
  background-color: rgba(32, 30, 91, 0.85);
  box-shadow: 0 0 3px 5px rgba(10, 8, 55, 0.63);
  padding: 10px 0;
}
header #headerone .logo {float: right;}
header #headerone .userarea, #Headerfixed .userarea {
  float: left;
  height: 63px;
  margin: -10px 15px -10px 0;
  position: relative;
  text-align: center;
  width: 63px;
}
header #headerone .userarea.open, #Headerfixed .userarea.open {background-color: #4e46a9;}
header #headerone .userarea button, #Headerfixed .userarea button {
  background-color: transparent;
  border: medium none;
  height: 100%;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
header #headerone .userarea button img, #Headerfixed .userarea button img {
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
header #headerone .userarea .dropdown-menu, #Headerfixed .userarea .dropdown-menu {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e8eaed;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  margin: 0;
  min-width: 180px;
  padding: 0;
  right: auto;
}
header #headerone .userarea .dropdown-menu:before, #Headerfixed .userarea .dropdown-menu:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  top: -7px;
  left: 24px;
  content: "";
}
header #headerone .userarea .dropdown-menu ul li a, #Headerfixed .userarea .dropdown-menu ul li a {
  background-color: #ffffff;
  border-bottom: 1px solid #e8eaed;
  color: #000000;
  display: block;
  font-size: 14px;
  padding: 7px 10px;
  white-space: nowrap;
}
header #headerone .userarea .dropdown-menu ul li:last-child a, #Headerfixed .userarea .dropdown-menu ul li:last-child a {border-bottom: medium none;}
header #headerone .userarea .dropdown-menu ul li a i, #Headerfixed .userarea .dropdown-menu ul li a i {margin: 0 0 0 5px;}
header #headerone .userarea .dropdown-menu ul li a:hover, #Headerfixed .userarea .dropdown-menu ul li a:hover {background-color: #f6f8fb;}
header #headerone .mainmenu {
  float: left;
  margin: 5px auto;
}
header #headerone .mainmenu ul li {
  float: right;
  font-size: 16px;
  margin: 0 0 0 35px;
  position: relative;
}
header #headerone .mainmenu ul li:last-child {margin: 0 auto;}
header #headerone .mainmenu ul li a {color: #ffffff;}
header #headerone .mainmenu ul li a:hover {color: #fbaf5d;}
header #headertwo {
  padding: 100px 0;
  text-align: center;
}
header #headertwo h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
header #headertwo h2 {
  color: #ffffff;
  font-size: 15px;
  margin: 5px auto 20px;
  padding: 0 25%;
}
header #headertwo a {
  background-color: #00aeef;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  margin: 10px;
  padding: 3px 25px;
}
header #headertwo a.login {
  background-color: #ffffff;
  color: #00aeef;
}
header #headertwo a:hover {
  background-color: #fbaf5d;
  color: #ffffff;
}
header #headerthree {padding: 50px 0;}
header #headerthree h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
header #headerthree h2 {
  color: #ffffff;
  font-size: 18px;
  margin: 10px auto 0;
}
/* End header */

/* section1 */
#section1 {
  background-color: #ffffff;
  padding: 30px 0;
  text-align: center;
}
#section1 .item {margin: 20px auto;}
#section1 .item span {
  border: 1px dashed #b5b4be;
  border-radius: 100%;
  display: block;
  height: 130px;
  line-height: 130px;
  margin: 0 auto;
  width: 130px;
}
#section1 .item h1 {
  color: #4e46a9;
  font-size: 19px;
  font-weight: bold;
  margin: 5px auto 0;
}
#section1 .item p {
  color: #9d97a6;
  font-size: 14px;
  line-height: 26px;
  margin: 0 auto;
}
/* End section1 */

/* section2 */
#section2 {
  background: rgba(0, 0, 0, 0) url("images/section2-bg.png") no-repeat fixed center center / cover ;
  padding: 70px 0;
  text-align: center;
}
#section2 h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
#section2 h2 {
  color: #ffffff;
  font-size: 15px;
  margin: 5px auto 0;
  padding: 0 25%;
}
/* End section2 */

/* section3 */
#section3 {
  background-color: #ffffff;
  direction: ltr;
  padding: 70px 0;
}
#section3 .owl-carousel {position: relative;}
#section3 .item {
  direction: rtl;
  padding: 10px 20px;
}
#section3 .item2 {
  border-right: 5px solid #f66a74;
  box-shadow: 0 0 3px 4px rgba(209, 206, 225, 0.44);
  padding: 15px;
}
#section3 .item2 h1 {
  color: #e52c39;
  font-size: 16px;
  font-weight: bold;
}
#section3 .item2 h2 {
  color: #5d5b67;
  font-size: 14px;
  line-height: 26px;
  margin: 5px auto 0;
  text-align: center;
}
#section3 .owl-prev {
  color: #411491;
  font-size: 65px;
  left: -30px;
  line-height: 1;
  position: absolute;
  top: 25%;
}
#section3 .owl-next {
  color: #411491;
  font-size: 65px;
  line-height: 1;
  position: absolute;
  right: -30px;
  top: 25%;
}
/* End section3 */

/* section4 */
#section4 {
  background: rgba(0, 0, 0, 0) url("images/section4-bg.png") no-repeat fixed center center / cover ;
  padding: 50px 0;
  text-align: center;
}
#section4 h1 {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
}
#section4 h2 {
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto 35px;
}
#section4 select {
  background: #ffffff url("images/selectarrow.png") no-repeat scroll left center;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #5e659c;
  cursor: pointer;
  font-size: 16px;
  height: 44px;
  margin: 10px auto;
  outline: medium none;
  padding: 0 5px;
  position: relative;
  text-indent: 0;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#section4 button {
  background-color: #f66a74;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 19px;
  height: 45px;
  margin: 10px auto;
  padding: 0;
  position: relative;
  width: 100%;
}
#section4 button i {
  font-size: 30px;
  height: 45px;
  left: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 45px;
}
#section4 button:hover {background-color: #e35761;}
/* End section4 */

/* section5 */
#section5 {
  background-color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
#section5 .item {
  display: inline-block;
  margin: 15px 30px;
}
#section5 .item h1 {
  color: #767689;
  font-size: 20px;
  font-weight: bold;
}
#section5 .item i.fa {
  border: 1px dashed #f66a74;
  border-radius: 100%;
  color: #bfbdd0;
  display: block;
  font-size: 50px;
  height: 120px;
  line-height: 120px;
  margin: 10px auto;
  width: 120px;
}
#section5 .item span {
  color: #292966;
  display: block;
  font-size: 30px;
}
#section5 .socialmedia {margin: 20px auto 0;}
#section5 .socialmedia ul li {
  display: inline-block;
  margin: 0 5px;
}
#section5 .socialmedia ul li a {
  background-color: #bfbdd0;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-size: 23px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
#section5 .socialmedia ul li a:hover {background-color: #f66a74;}
/* End section5 */

/* wrapper */
#wrapper {
  background-color: #ffffff;
  min-height: 400px;
  padding: 50px 0;
}
/* End wrapper */

/* settingspage */
.settingspage .orderitem {
  background-color: #ffffff;
  border: 1px solid #b5b4be;
  border-radius: 4px;
  color: #e52c39;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
}
.settingspage .orderitem.item1 {background-color: #fcf8e3;border-color: #faebcc;}
.settingspage .orderitem.item2 {background-color: #f2dede;border-color: #ebccd1;}
.settingspage .orderitem.item3 {background-color: #dff0d8;border-color: #d6e9c6;}
.settingspage .orderitem.item4 {background-color: #d9edf7;border-color: #bce8f1;}
.settingspage .orderitem p {font-size: 18px;margin: 0 auto;}
.settingspage .orderitem.item1 p {color: #8a6d3b;}
.settingspage .orderitem.item2 p {color: #a94442;}
.settingspage .orderitem.item3 p {color: #3c763d;}
.settingspage .orderitem.item4 p {color: #31708f;}
.settingspage .orderitem span {
  color: #e52c39;
  display: block;
  font-size: 22px;
}
.settingspage .orderitem.item1 span {color: #8a6d3b;}
.settingspage .orderitem.item2 span {color: #a94442;}
.settingspage .orderitem.item3 span {color: #3c763d;}
.settingspage .orderitem.item4 span {color: #31708f;}
.settingspage .orderitemnew a {
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 25px;
  height: 103px;
  line-height: 103px;
  margin: 15px auto;
  text-align: center;
}
.settingspage .orderitemnew a:hover {background-color: #449d44;border-color: #398439;}
.settingspage .currentbalance {
  background: rgba(0, 0, 0, 0) url("images/section2-bg.png") no-repeat fixed center center / cover ;
  border-radius: 4px;
  color: #ffffff;
  margin: 15px auto;
  padding: 20px;
}
.settingspage .currentbalance span {display: block;font-size: 22px;}
.settingspage .currentbalance a {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  margin: 0 15px 0 0;
  padding: 0 20px;
}
.settingspage .currentbalance a:hover {background-color: #ffffff;color: #fbaf5d;}
.settingspage .accountdata {margin: 15px auto;}
.settingspage .accountdata .title {
  background-color: #4e46a9;
  color: #ffffff;
  font-size: 17px;
  padding: 7px 10px;
}
.settingspage .accountdata .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.settingspage .accountdata .content a.bbtn {
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 5px 20px;
}
.settingspage .accountdata .content a.bbtn:hover {background-color: #4cae4c;}
.settingspage .accountdata .content h1 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 20px;
}
.settingspage .accountdata .content label {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: right;
}
.settingspage .accountdata .content input {
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
}
.settingspage .accountdata .content select {
  height: 40px;
  padding: 0 10px;
}
.settingspage .accountdata .content p {
  color: #000000;
  font-size: 15px;
  margin: 0 auto 5px;
}
.settingspage .accountdata .content .checkbox {
  margin: 0 auto 15px;
  padding: 0;
}
.settingspage .accountdata .content .checkbox label {
  height: auto;
  line-height: normal;
  padding: 0;
}
.settingspage .accountdata .content .checkbox input {
  float: right;
  height: auto;
  margin: 8px 0 0 9px;
  padding: 0;
  position: inherit;
}
.settingspage .accountdata .content ul.nav-tabs {
  border: medium none;
  margin: 0 auto 15px;
}
.settingspage .accountdata .content ul.nav-tabs li {margin: 0 0 0 10px;}
.settingspage .accountdata .content ul.nav-tabs li a {
  background-color: #201e5b;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
}
.settingspage .accountdata .content ul.nav-tabs li.active a {background-color: #fbaf5d;}
.settingspage .accountdata .content thead th {
  background-color: #f66a74;
  border: medium none;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
.settingspage .accountdata .content tbody tr {background-color: #ffffff;}
.settingspage .accountdata .content tbody tr:nth-child(2n) {background-color: #eeeeee;}
.settingspage .accountdata .content tbody td {
  border: medium none;
  color: #000000;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.settingspage .accountdata .content tbody td a {color: #4e46a9;}
.settingspage .accountdata .content tbody td a:hover {color: #00aeef;}
.settingspage .accountdata .content tbody td .alert {
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 10px;
}
.settingspage .accountdata .content tbody td a.more {
  background-color: #d9534f;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
.settingspage .accountdata .content tbody td a.more:hover {background-color: #d43f3a;}
/* End settingspage */

/* contactpage */
.contactpage .contactform {margin: 20px auto;}
.contactpage .contactform .input-group {
  display: block;
  height: 45px;
  margin: 0 auto 15px;
  padding: 0 45px 0 0;
  position: relative;
}
.contactpage .contactform .input-group .input-group-addon {
  display: block;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  z-index: 9;
}
.contactpage .contactform .input-group input.form-control {
  font-size: 15px;
  height: 45px;
  width: 100%;
}
.contactpage .contactform textarea {
  font-size: 15px;
  margin: 0 auto 15px;
  padding: 15px;
}
.contactpage .contactform button {
  background-color: #f66a74;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 25px;
}
.contactpage .contactform button:hover {background-color: #e75b65;}
.contactpage .contactinfo {margin: 20px auto;}
.contactpage .contactinfo h1 {color: #00aeef;font-size: 20px;}
.contactpage .contactinfo ul li {
  color: #767689;
  display: block;
  font-size: 15px;
  margin: 3px auto;
}
/* End contactpage */

/* registerpage */
.registerpage {margin: 0 auto;width: 40%;}
.registerpage .input-group {
  display: block;
  margin: 0 auto 20px;
  padding: 0 45px 0 0;
  position: relative;
}
.registerpage .input-group .input-group-addon {
  display: block;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  z-index: 9;
}
.registerpage .input-group input.form-control, .registerpage .input-group select.form-control {
  float: none;
  font-size: 15px;
  height: 45px;
  width: 100%;
}
.registerpage .input-group .checkbox {display: block;margin: 5px -45px 0 0;}
.registerpage .input-group .checkbox label {color: #f66a74;font-size: 14px;}
.registerpage .input-group .checkbox label input {margin: 7px -20px 0 0;}
.registerpage button {
  background-color: #f66a74;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 25px;
}
.registerpage button:hover {background-color: #e75b65;}
/* End registerpage */

/* loginpage */
.loginpage {margin: 0 auto;width: 40%;}
.loginpage .input-group {
  display: block;
  margin: 0 auto 20px;
  padding: 0 45px 0 0;
  position: relative;
}
.loginpage .input-group .input-group-addon {
  display: block;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  z-index: 9;
}
.loginpage .input-group input.form-control {
  float: none;
  font-size: 15px;
  height: 45px;
  width: 100%;
}
.loginpage button {
  background-color: #f66a74;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 25px;
}
.loginpage button:hover {background-color: #e75b65;}
/* End loginpage */

/* loginpage */
.ressetpage {margin: 0 auto;width: 40%;}
.ressetpage .input-group {
  display: block;
  margin: 0 auto 20px;
  padding: 0 45px 0 0;
  position: relative;
}
.ressetpage .input-group .input-group-addon {
  display: block;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  z-index: 9;
}
.ressetpage .input-group input.form-control {
  float: none;
  font-size: 15px;
  height: 45px;
  width: 100%;
}
.ressetpage button {
  background-color: #f66a74;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 25px;
}
.ressetpage button:hover {background-color: #e75b65;}
/* End ressetpage */

/* orderpage */
.orderpage .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.orderpage .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.orderpage .ordernum {margin: 0 auto 20px;text-align: left;}
.orderpage .ordernum span {
  background-color: #ffffff;
  border: 1px solid #b5b4be;
  border-radius: 4px;
  color: #e52c39;
  display: inline-block;
  font-size: 18px;
  padding: 3px 20px;
}
.orderpage .form-horizontal .control-label {
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 15px;
  text-align: right;
}
.orderpage .form-horizontal input.form-control {
  font-size: 14px;
  height: 40px;
  padding: 0 10px;
}
.orderpage .form-horizontal select {
  background: #fcfcfc url("images/selectarrow.png") no-repeat scroll left center;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  box-shadow: none;
  color: #666666;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  margin: 0 auto;
  outline: medium none;
  padding: 0 5px;
  position: relative;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.orderpage .form-horizontal textarea {
  font-size: 15px;
  padding: 15px;
}
.orderpage .alert {
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
}
.orderpage .checkbox {
  margin: 0 auto 15px;
  padding: 0;
}
.orderpage .checkbox label {
  color: #000000;
  font-size: 15px;
}
.orderpage .checkbox label a {color: #00aeef;}
.orderpage .checkbox label a:hover {color: #fbaf5d;}
.orderpage .checkbox label input {margin: 10px -20px 0 0;}
.orderpage button {
  background-color: #f66a74;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 25px;
}
.orderpage button:hover {background-color: #e75b65;}
/* End orderpage */

/* postpage */
.postpage .postdetils span {
  background-color: #201e5b;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  margin: 0 0 0 15px;
  padding: 4px 20px;
}
.postpage .postdetils span a {
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  margin: -4px -20px;
  padding: 4px 20px;
}
.postpage .postdetils span a:hover {background-color: #009adb;}
.postpage .postdetils .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 18px;
  margin: 15px auto 0;
  padding: 10px 15px;
}
.postpage .postdetils .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.postpage .postdetils .repostpost {margin: 15px auto;}
.postpage .postdetils .repostpost button.mainbut {
  background-color: #e52c39;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 2px 20px;
}
.postpage .postdetils .repostpost button.mainbut:hover {background-color: #d61d2a;}
.postpage .postdetils .alert {
  font-size: 16px;
  margin: 15px auto;
  padding: 10px 15px;
  text-align: center;
}
.postpage .commentsingle {margin: 0 auto 20px;}
.postpage .postdetils .title1 {
  background-color: #eeeeee;
  color: #000000;
  padding: 10px 15px;
}
.postpage .commentsingle .title1 h1 {
  display: block;
  float: right;
  font-size: 15px;
}
.postpage .commentsingle .title1 h2 {
  float: left;
  font-size: 15px;
}
.postpage .commentsingle .content1 {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  color: #000000;
  font-size: 14px;
  padding: 15px;
}
.postpage .postdetils .commentmessage .content textarea {
  font-size: 15px;
  margin: 0 auto 15px;
  padding: 15px;
}
.postpage .postdetils .commentmessage .content button {
  background-color: #f66a74;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 25px;
}
.postpage .postdetils .commentmessage .content button:hover {background-color: #e75b65;}
.postpage .postinfo .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 15px;
}
.postpage .postinfo .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.postpage .postinfo .content ul li {
  color: #000000;
  display: block;
  font-size: 15px;
  margin: 0 auto 10px;
}
.postpage .postinfo .content ul li:last-child {margin: 0 auto;}
.postpage .postinfo .content ul li span {
  color: #e52c39;
  display: inline-block;
}
.postpage .postinfo .content ul li p {
  color: #e52c39;
  display: block;
  margin: 0 auto;
}
/* End postpage */

/* bankspage */
.bankspage .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.bankspage .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.bankspage .content .bank-item {margin: 15px auto;}
.bankspage .content .bank-item .title {
  background-color: #f66a74;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bankspage .content .bank-item:hover .title {background-color: #fbaf5d;}
.bankspage .content .bank-item .imgthumb {
  background-color: #ffffff;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 20px;
  text-align: center;
}
.bankspage .content .bank-item .imgthumb img {
  max-width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bankspage .content .bank-item:hover .imgthumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bankspage .content .bank-item .content {
  background-color: #eeeeee;
  padding: 5px 0;
}
.bankspage .content .bank-item .content span {
  background-color: #eeeeee;
  color: #000000;
  display: block;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px;
}
.bankspage .content .bank-item .content span:nth-child(2n) {background-color: #e4e4e4;}
.bankspage .content button.confirmbank {
  background-color: #f66a74;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: table;
  font-size: 15px;
  font-weight: bold;
  margin: 15px auto;
  padding: 4px 25px;
}
.bankspage .content button.confirmbank:hover {background-color: #e75b65;}
.confirmbankform {
  display: none;
  margin: 15px auto;
  width: 70%;
}
.confirmbankform.conrifmopen {display: block;}
.confirmbankform .title1 {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.confirmbankform .content1 {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 15px;
}
.confirmbankform .content1 form.form-horizontal label {
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  line-height: 45px;
  padding: 0 15px;
  text-align: right;
}
.confirmbankform .content1 form.form-horizontal input.form-control {
  font-size: 15px;
  height: 45px;
  padding: 0 10px;
}
.confirmbankform .content1 form.form-horizontal button {
  background-color: #f66a74;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 25px;
}
.confirmbankform .content1 form.form-horizontal button:hover {background-color: #e75b65;}
/* End bankspage */

/* pagefile */
.pagefile .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.pagefile .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  color: #000000;
  font-size: 15px;
  padding: 15px;
}
/* End pagefile */

/* allorders */
.allorders .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.allorders .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.allorders .content thead th {
  background-color: #f66a74;
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.allorders .content tbody tr {background-color: #ffffff;}
.allorders .content tbody tr:nth-child(2n) {background-color: #eeeeee;}
.allorders .content tbody td {
  border: medium none;
  color: #000000;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.allorders .content tbody td a {color: #4e46a9;}
.allorders .content tbody td a:hover {color: #00aeef;}
.allorders .content tbody td .alert {
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 10px;
}
.allorders .content tbody td a.more {
  background-color: #00aeef;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
.allorders .content tbody td a.more:hover {background-color: #009fe0;}
/* End allorders */

/* walletpage */
.walletpage .usersettings {
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0 auto 20px;
}
.walletpage .usersettings .imgthumb {
  padding: 15px;
  text-align: center;
}
.walletpage .usersettings .imgthumb img {
  height: 84px;
  width: 84px;
  max-width: none;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  display: inline-block;
  line-height: 1.42857;
  padding: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.walletpage .usersettings .imgthumb h1 {
  color: #575858;
  display: block;
  font-size: 17px;
}
.walletpage .usersettings span {
  border-top: 1px solid #eeeeee;
  color: #201e5b;
  display: block;
  font-size: 15px;
  padding: 10px;
  text-align: center;
}
.walletpage .walletone {
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0 auto 20px;
}
.walletpage .walletone .itemone {
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  text-align: center;
}
.walletpage .walletone .itemone span {
  color: #000000;
  display: block;
  font-size: 20px;
}
.walletpage .walletone .itemone p {
  color: #f66a74;
  font-size: 26px;
  line-height: 1;
  margin: 7px auto 0;
}
.walletpage .walletone .itemtwo span {
  color: #000000;
  display: block;
  font-size: 17px;
  padding: 10px 5px;
  text-align: center;
}
.walletpage .walletone .itemtwo span p {
  color: #f66a74;
  display: inline-block;
  margin: 0 auto;
}
.walletpage .walletinfo {
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0 auto 20px;
}
.walletpage .walletinfo .itemone {
  color: #000000;
  padding: 30px 20px;
  text-align: center;
}
.walletpage .walletinfo .itemone.color {color: #f66a74;}
.walletpage .walletinfo .itemone span {font-size: 25px;}
.walletpage .walletinfo .itemone p {
  direction: ltr;
  font-size: 30px;
  line-height: 1;
  margin: 10px auto 0;
}
.walletpage .walletinfo .itemtwo {border-top: 1px solid #eeeeee;}
.walletpage .walletinfo .itemtwo span {
  color: #000000;
  display: block;
  font-size: 18px;
  padding: 10px 5px;
  text-align: center;
}
.walletpage .walletinfo .itemtwo span p {
  direction: ltr;
  display: inline-block;
  margin: 0 auto;
}
.walletpage .walletrecharge {
  background-color: #fbfbfb;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.walletpage .walletrecharge .rechargebut {
  margin: 0 auto 15px;
  text-align: left;
}
.walletpage .walletrecharge .rechargebut a {
  background-color: #87d040;
  border: 1px solid #7ac631;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 4px 25px;
}
.walletpage .walletrecharge .rechargebut a:hover {background-color: #7ac631;}
.walletpage .walletrecharge ul {border: 1px solid #ebccd1;}
.walletpage .walletrecharge li {
  background-color: #f2dede;
  border-bottom: 1px solid #ebccd1;
  color: #a94442;
  display: block;
  font-size: 15px;
  padding: 10px;
}
.walletpage .walletrecharge li:last-child {border-bottom: medium none;}
.walletpage .walletrecharge li::before {
  content: "\f05a";
  display: inline-block;
  font-family: "FontAwesome";
  margin: 0 0 0 10px;
}
/* End walletpage */

/* rechargepage */
.rechargepage .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.rechargepage .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.rechargepage .content .buttons a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  padding: 0 20px;
}
.rechargepage .content .buttons {margin: 0 auto 15px;}
.rechargepage .content thead th {
  background-color: #f66a74;
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.rechargepage .content tbody tr {background-color: #ffffff;}
.rechargepage .content tbody tr:nth-child(2n) {background-color: #eeeeee;}
.rechargepage .content tbody td {
  border: medium none;
  color: #000000;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.rechargepage .content tbody td img {
  height: 40px;
  width: 40px;
}
.rechargepage .content tbody td span.label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 13px 0;
}
/* End rechargepage */

/* paymentspage */
.paymentspage .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.paymentspage .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.paymentspage .content .paychoose {text-align: center;}
.paymentspage .content .paychoose span {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 10px;
  padding: 0 25px;
  position: relative;
}
.paymentspage .content .paychoose span input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.paymentspage .content .paychoose span label {
  font-weight: normal;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.paymentspage .content .paychoose span .check {
  background-color: #000000;
  border-radius: 100%;
  display: block;
  height: 15px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 15px;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.paymentspage .content .paychoose span .check::before {
  background-color: #000000;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.paymentspage .content .paychoose span input[type=radio]:checked ~ .check::before{background-color: #f66a74;}
.paymentspage .content .paychoose span input[type=radio]:checked ~ label{color: #f66a74;}
.paymentspage .content .bankpayment {padding: 20px 0;}
.paymentspage .content .bankpayment .bank-item {margin: 15px auto;}
.paymentspage .content .bankpayment .bank-item .bankname {
  background-color: #f66a74;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.paymentspage .content .bankpayment .bank-item:hover .bankname {background-color: #ec606a;}
.paymentspage .content .bankpayment .bank-item .imgthumb {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}
.paymentspage .content .bankpayment .bank-item .imgthumb img {
  max-width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.paymentspage .content .bankpayment .bank-item:hover .imgthumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.paymentspage .content .bankpayment .bank-item .details {
  background-color: #eeeeee;
  padding: 5px 0;
}
.paymentspage .content .bankpayment .bank-item .details span {
  background-color: #ffffff;
  color: #000000;
  display: block;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px;
}
.paymentspage .content .bankpayment .bank-item .details span:nth-child(2n) {background-color: #f9f9f9;}
.paymentspage .content .bankpayform .name {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.paymentspage .content .bankpayform .formpay {
  background-color: #f1f1f1;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.paymentspage .content .bankpayform .formpay label {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: right;
}
.paymentspage .content .bankpayform .formpay input {
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
}
.paymentspage .content .bankpayform .formpay textarea {padding: 15px;}
.paymentspage .content .bankpayform .formpay button {
  background-color: #f66a74;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 0 30px;
}
.paymentspage .content .bankpayform .formpay button:hover {background-color: #e75b65;}
.paymentspage .content .payonline {text-align: center;}
.paymentspage .content .payonline span {
  background-color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  height: 90px;
  line-height: 60px;
  margin: 10px;
  padding: 15px;
  text-align: center;
}
.paymentspage .content .payonline span img {
  max-height: 100%;
  max-width: 100%;
}
/* End paymentspage */

/* notificationspage */
.notificationspage .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.notificationspage .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.notificationspage .content .alert {
  font-size: 15px;
  padding: 10px 15px;
}
/* End notificationspage */

/* favoritespage */
.favoritespage .title {
  background-color: #2a2a66;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
}
.favoritespage .content {
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.favoritespage .content thead th {
  background-color: #f66a74;
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.favoritespage .content tbody tr {background-color: #ffffff;}
.favoritespage .content tbody tr:nth-child(2n) {background-color: #eeeeee;}
.favoritespage .content tbody td {
  border: medium none;
  color: #000000;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.favoritespage .content tbody td a {color: #4e46a9;}
.favoritespage .content tbody td a:hover {color: #00aeef;}
.favoritespage .content tbody td .alert {
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 10px;
}
.favoritespage .content tbody td a.more {
  background-color: #00aeef;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
.favoritespage .content tbody td a.more:hover {background-color: #009fe0;}
/* End favoritespage */

/* Scrollup */
a.scrollup {
  background-color: #f66a74;
  bottom: 8px;
  color: #fff;
  cursor: pointer;
  display:none;
  font: 20px/33px FontAwesome;
  height: 35px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 35px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.scrollup:hover {background-color: #fbaf5d;}
/* End Scrollup */

/* footer */
footer {background: rgba(0, 0, 0, 0) url("images/footer-bg.png") no-repeat fixed center center / cover ;}
footer #footerone .footermenu {margin: 25px auto;}
footer #footerone .footermenu .title {
  color: #f66a74;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 10px;
}
footer #footerone .footermenu ul li {
  font-size: 14px;
  margin: 4px auto;
}
footer #footerone .footermenu ul li a {color: #ffffff;}
footer #footerone .footermenu ul li a:hover {color: #fbaf5d;}
footer #footerone .footercontact {
  margin: 25px auto;
  text-align: left;
}
footer #footerone .footercontact span {
  color: #cccccc;
  direction: ltr;
  display: block;
  font-size: 17px;
  line-height: 30px;
  margin: 5px auto;
}
footer #footerone .footercontact span i {
  color: #6669d2;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
footer #footerone .footercontact form input {
  background-color: #0c0d31;
  border: medium none;
  color: #888d98;
  float: right;
  font-size: 14px;
  height: 45px;
  padding: 0 10px;
  width: 85%;
}
footer #footerone .footercontact form button {
  background-color: #0c0d31;
  border: medium none;
  color: #f66a74;
  float: right;
  font-size: 20px;
  height: 45px;
  padding: 0;
  width: 15%;
}
footer #footerone .footercontact form button:hover {color: #ff8c96;}
footer #footerone .footerapp {
  margin: 70px auto;
  text-align: center;
}
footer #footerone .footerapp .logo {margin: 0 auto 20px;}
footer #footerone .footerapp .logo img {max-width: 100%;}
footer #footerone .footerapp span {
  display: block;
  float: right;
  width: 49%;
}
footer #footerone .footerapp span:nth-child(3n) {float: left;}
footer #footerone .footerapp span img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
footer #footertwo {
  border-top: 1px solid rgba(102, 105, 210, 0.41);
  padding: 15px 0;
}
footer #footertwo .copyrights {
  color: #ffffff;
  float: right;
  font-size: 15px;
  line-height: 40px;
}
footer #footertwo .copyrights a {color: #ffffff;}
footer #footertwo .copyrights a:hover {color: #fbaf5d;}
footer #footertwo .const {float: left;}
/* End footer */