/*
Template Name: TQ-Templete
Author: TestQ
File:style
*/
/* Google Font*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/* General */
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
@-ms-viewport {
	width: device-width
}
body {
	background:#f1f1f1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #636363;
    letter-spacing: 1px;
}

.row.row-group>div {
    border-right: 1px solid rgba(234, 234, 234, 0.9);
}

.row.row-group>div:last-child{
    border-right: none;
}

/*Cards */

.card.card-dark{
	border-bottom:3px solid #223035 !important;
}



.overlay-dark{
	background: #223035;
    background: rgba(34, 48, 53, 0.81);
}


/*Buttons */
.btn{
	font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: .25rem;
    text-transform: uppercase;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.btn:focus{
	box-shadow:none;
}



.btn-success {
	color: #fff;
	background-color: #15ca20;
	border-color: #15ca20
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
	box-shadow:none;
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow:none;
}

.btn-round {
    border-radius: 30px !important;
}




.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}


.error-pages{
	margin-top: 230px;
}

.error-title {
    font-size: 140px;
    line-height: 140px;
    text-transform: uppercase;
    font-weight: bold;
}

.error-sub-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.bg-error{
   background-image: url(../images/texture.jpg);
}
html{
   height: 100%;
  background: url(../images/banner1.jpg) no-repeat center;
 
   
}
.pdn0{
  padding:0 !important;
}
.nomargin{
  margin:0 !important;
}
.line{
  border-left:1px solid white;
}
body {
    height: 100%;
}
/* Responsive */

@media only screen and (min-width: 1920px) {
.error-pages {margin-top: 300px !important;}
}
@media only screen and (max-width: 1366px) {
.error-pages {margin-top: 25% !important;}
}


@media only screen and (max-width: 1280px){
.error-pages {margin-top: 40% !important;}
}


@media only screen and (max-width: 1024px) {
  .img-media{width:50% !important;}
.line{margin-top: 0px !important;padding-top: 0px;}
.error-pages {margin-top: 230px !important;}
html {
    height: 100%;
    background: url(../images/banner1.jpg) no-repeat;
}
}
 @media only screen and (min-width: 1024px) {
.img-media{width:50% !important;}
}
@media only screen and (max-width: 800px) {
 .img-media{width:50% !important;}
.line{border-top:1px solid white;border-left:none !important;margin-top: 25px !important;padding-top: 128px;}
.error-pages {margin-top: 170px !important;}
html {
    height: 100%;
    background: url(../images/banner1.jpg) no-repeat;
}
}


@media only screen and (max-width: 768px) {
 .img-media{width:50% !important;}
.line{border-top:1px solid white;border-left:none !important;margin-top: 25px !important;padding-top: 60px;}
.error-pages {margin-top: 100px !important;}
}


@media only screen and (max-width: 575px){
.img-media{width:50% !important;}
.line{border-top:1px solid white;border-left:none !important;margin-top: 25px !important;padding-top: 50px;}
.error-pages {margin-top: 50px !important;}
}


@media only screen and (max-width: 480px){
.img-media{width:50% !important;}
.line{border-top:1px solid white;border-left:none !important;margin-top: 60px !important;padding-top: 50px;}
.error-pages {margin-top: 70px !important;}
}
/*@media only screen and (max-width: 375px){
.img-media{width:50% !important;}
.line{border-top:1px solid white;border-left:none !important;margin-top: 60px !important;padding-top: 80px;}
.error-pages {margin-top: 90px !important;}
}*/
@media only  screen and (max-width: 375px) and (max-height: 812px) {
.error-pages { margin-top: 80px !important;}
}
@media only  screen and (max-width: 375px)  and (max-height: 667px) {
.error-pages { margin-top: 53px !important;}
}

@media only screen and (max-width: 360px){
.img-media{width:50% !important;}
.line{border-top:1px solid white;border-left:none !important;margin-top: 60px !important;padding-top: 50px;}
.error-pages {margin-top: 45px !important;}
}

@media only screen and (max-width: 320px){
.error-pages {margin-top: 30px !important;}
}



