/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face
{
   font-family: 'samim';
   src: url('../files/fonts/Samim.eot');
   src: url('../files/fonts/Samim.eot?iefix') format('embedded-opentype'),
        url('../files/fonts/Samim.ttf') format('truetype');

}
*{
  font-family:'samim','FontAwesome','tahoma';
}
body {
  background-color: #F5F5F5;
}
section {
    padding: 60px 0;
}
section .section-title {
    text-align: center;
    color: #37474F;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.document_link {
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.document_link:hover {
  color: #EEEEEE;
  text-decoration: none;
  font-size: 16.5px;
}
.footer-logo {
  width: 70%;
  height: 80%;
}
#footer {
    background: #263238 !important;
}
#footer h5{
	padding-right: 10px;
    border-right: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-right:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
.navbar-shadow {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.custom-shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.alert-warning , .bg-warning {
  background-color: #FFC107 !important;
  border: none !important;
  color: white;
}
.alert-danger , .bg-danger {
  background-color: #F44336 !important;
  border: none !important;
  color: white;
}
.alert-success , .bg-success {
  background-color: #8BC34A !important;
  border: none !important;
  color: white;
}
.alert-danger {
  border-right: 4px solid #D32F2F !important;
}
.alert-success {
  border-right: 4px solid #689F38 !important;
}
.alert-warning {
  border-right: 4px solid #FFA000 !important;
}
.bg-primary {
  background-color: #2196F3 !important;
  border: none !important;
  color: white;
}
.dashboardCard {
  background-color: #C2185B;
  border: none !important;
  border-radius: 2px;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.badge-danger {
  background-color: #F44336 !important;
  border: none !important;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
  padding: 7px;
}
.badge-warning {
  background-color: #FFC107 !important;
  border: none !important;
  color: #424242;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
  padding: 7px;
}
.badge-success {
  background-color: #8BC34A !important;
  border: none !important;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
  padding: 7px;
}
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-light {
  background-color: #FAFAFA !important;
  border: none !important;
  color: black;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.btn-light:hover {
  background-color: #F5F5F5 !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-success {
  background-color: #8BC34A !important;
  border: none !important;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.btn-success:hover {
  background-color: #7CB342 !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-warning {
  background-color: #FFC107 !important;
  border: none !important;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.btn-warning:hover {
  background-color: #FFB300 !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  color: white;
}
.btn-info {
  background-color: #00BCD4 !important;
  border: none !important;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.btn-info:hover {
  background-color: #00ACC1 !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  color: white;
}
.btn-danger {
  background-color: #F44336 !important;
  border: none !important;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.btn-danger:hover {
  background-color: #E53935 !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  color: white;
}
.btn-primary {
  background-color: #3F51B5 !important;
  border: none !important;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.btn-primary:hover {
  background-color: #303F9F !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  color: white;
}
.btn-secondary {
  background-color: #757575 !important;
  border: none !important;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.btn-secondary:hover {
  background-color: #616161 !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  color: white;
}
.btn-dark {
  background-color: #616161 !important;
  border: none !important;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
}
.btn-dark:hover {
  background-color: #424242 !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  color: white;
}
.customCard {
  box-shadow: rgb(204, 204, 204) 0px 0px 20px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0% !important;
  border-radius: 10px;
}
.message {
  box-shadow: 1px 1px 7px rgba(0,0,0,.2);
  background: rgb(255, 255, 255) none repeat scroll 0% 0% !important;
  border-radius: 40px;
  margin-bottom: 20px !important;

}
.message:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-right-color: rgb(255, 255, 255);
  border-left: 0;
  border-bottom: 0;
  margin-top: -9px;
  margin-left: -18px;
}
.message-from-user {
  background-color: #D81B60 !important;
  color: white;
}
.message-from-user:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-left-color: #D81B60;
  border-right: 0;
  border-bottom: 0;
  margin-top: -9px;
  margin-right: -18px;
}
.support_div {
  padding: 8px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 10px;
  background-color: #E91E63;
  color: white;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  width: 245px;
}

.perfectMoneyLogo {
  width: 35%;
  height: 45%;
}
.BitCoinLogo {
  width: 18%;
  height: 48%;
}
h1.success-payment-verify-text-color {
  color: green;
}
h1.faild-payment-verify-text-color {
  color: #D06079;
}
label.payment-verify-info-text {
  font-size: 21px;
}
svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
  margin-top: 0;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 2s ease-in-out;
  animation: dash 2s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 3s 0.35s ease-in-out forwards;
  animation: dash 3s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 3s 0.35s ease-in-out forwards;
  animation: dash-check 3s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@media (max-width:767px){
	#footer h5 {
    padding-right: 0;
    border-right: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .footer-logo {
    display: none;
  }
  .hide-mobile { display: none; }
  .perfectMoneyLogo {
    width: 100%;
    height: 25%;
  }
  .BitCoinLogo {
    width: 100%;
    height: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-logo {
    width: 85%;
    height: 25%;
  }
}
