@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

html{
	width:100%;
	height:100%;
	overflow-x:hidden;
}

body{
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
	background-color: #f5f5f5;
	width:100%;
	padding: 0px 0;
	font-size: 15px;
	font-weight: 300;
}

a {
    color: #012647;
	}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
}

.row{
	margin-bottom:10px;
}

.logo{
	text-align:center;
}

.Aligner {

}

.Aligner-item {
  width: 60%;
  margin: 20px auto 50px;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.abs-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #012647;
    height: 150px;
    z-index: -1;
    top: 0;
    left: 0;
}

.dbs-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    height: 250px;
    z-index: -1;
    top: 0;
    left: 0;
}

.logo-box {
    text-align: center;
    margin-bottom: 10px;
}


.feature-box-style-3:before, .feature-box-style-3:after {
	display: none;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.feature-box-style-3:before {
    top: 7px;
    left: 10px;
    transform: rotate(1deg);
	z-index:-2;
}

.feature-box-style-3::before, .feature-box-style-2:hover, .feature-box-style-2.active {
    background-color: #b49759;
}

.feature-box-style-3:after {
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}

.feature-box-style-3 {
    padding: 20px 25px;
    margin-bottom: 35px;
    box-shadow: 0px 32px 57px 0px rgba(210, 210, 210, 0.35);
	position:relative;
	background-color: #ffffff !important;
}

.feature-box-style-3:hover:before {
    top: 15px;
    left: 20px;
    transform: rotate(2deg);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.feature-box-style-3  {
    position: relative;
    z-index: 1;
}

.question-block{
	border-bottom:1px solid #E3E3E3;
	display:block;
	padding:10px 0;
	float:left;
	width:100%;
}

.question-block p{
	margin:0;
}

.mb-0{
	margin-bottom:0px !important;
}

label{
	color: #666;
}

.text-center{
	text-align:center;
}

.btn-coldrush{
	background-color:#b49759;
	letter-spacing:2px;
	font-weight:700;
}

.btn-coldrush:hover,.btn-coldrush:focus,.btn-coldrush:active{
	background-color:#b49759;
}

.taj-title{
	font-size: 2rem;
	font-weight: 300;
	margin-top: 0;
	position: relative;
}

.taj-title span{
	font-weight: 700;
	color: #d4af37;
}

.taj-title:before{
	content: "";
	width:120px;
	height: 2px;
	background-color: #b49759;
	left: 0;
	bottom: -5px;
	position: absolute;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.country-box, .test-date-box{
	display: none;
}

.btn-remove{
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #b49759;
	color:#fff;
	border-radius:50%;
	letter-spacing: 0;
	padding: 0;
	line-height: 1;
}

.signature-box{
	position: relative;
}

.cs-sign{
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
	color:#000;
	font-weight: 500;
}
.svg-icon{
	display: flex;
	align-items: center;
}
.svg-icon.svg-icon-2x svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
}
.svg-icon.svg-icon-3x svg {
    height: 3rem !important;
    width: 3rem !important;
}
.svg-icon.svg-icon-4x svg {
    height: 4rem !important;
    width: 4rem !important;
}
.svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #B5B5C3;
}
.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #319ebb !important;
}
.svg-icon.svg-icon-danger svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #d4382b !important;
}
.svg-icon.svg-icon-success svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #85af45 !important;
}
.svg-icon.svg-icon-white svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #fff !important;
		opacity: 0.5;
}
.svg-icon.svg-icon-warning svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #f99a41 !important;
}
.svg-icon.svg-icon-yellow svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #f4d34d !important;
}
.svg-icon.svg-icon-purple svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #7b579c !important;
}
.svg-icon.svg-icon-white svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #fff !important;
}
/***************************
RESPONISVE
*******************************/

@media only screen and (max-width: 1024px) {
	body{
		background-size: 42%;
	}
	.Aligner-item {
		width: 80%;
	}
}

@media only screen and (min-width: 980px) {
	.row .col.l3{ width: 25%;}
}


@media only screen and (min-width: 768px) and (max-width: 993px){
	.row{
		margin-bottom:20px;
	}
}

@media only screen and (max-width: 768px) {
	body{
		background-size: 60%;
	}
	.Aligner-item {
		width: 80%;
		margin:0 auto;
	}
	.hidden-sm{
		display:none;
	}
	.row .col.col-sm-6{
		width:50%;
	}
	.row .col.col-sm-12{
		width:100%;
	}
}

@media only screen and (max-width: 480px) {
	body{
		background-size: 50%;
	}
	.row .col.xs12{
		width:100%;
	}
	.Aligner{
		display:block;
	}
	.Aligner-item {
		width: 90%;
		margin: 90px auto 50px;
	}
	.floating-ball-model-2 span.floating-ball-1{
		left:-5%;
	}
	.floating-ball-model-2 span.floating-ball-2{
		right: 5%;
		bottom:0;
	}
}


.card .card-content .card-title {
	display: block;
	line-height: 25px;
	margin-bottom: 8px;
	font-size: 18px;
}

.txt-blue{
	color: #00B0FF;
}

.txt-green{
	color: #70BE74;
}

.txt-red{
	color: #F44336;
}

.txt-yellow{
	color: #B49759;
}

.admin-yellow{
	background-color: #B49759!important;
}


.glowing-bg-red {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
	background-color: #D90606
}
@-webkit-keyframes glowing {
  0% {-webkit-box-shadow: 0 0 3px #B20000; }
  50% {-webkit-box-shadow: 0 0 20px #FF0000; }
  100% { -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { -moz-box-shadow: 0 0 3px #B20000; }
  50% { -moz-box-shadow: 0 0 20px #FF0000; }
  100% { -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { box-shadow: 0 0 3px #B20000; }
  50% { box-shadow: 0 0 20px #FF0000; }
  100% { box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% {  box-shadow: 0 0 3px #B20000; }
  50% {box-shadow: 0 0 20px #FF0000; }
  100% { box-shadow: 0 0 3px #B20000; }
}

.admin-orange{
	background-color: orange;
}

.card .card-content {
    padding: 5px 3px;
    border-radius: 0 0 2px 2px;
		position: relative;
		overflow: hidden;
}

.card{margin-bottom:10px;}

.card-btn {margin-top:10px;}

.pc-para {
    margin-bottom: 10px;
    font-weight: 600;
		color: #666;
		position: relative;
		line-height: 1.2;
		color: #fff;
		font-size: 18px;
}

.pc-para span {
    font-weight: 500;
		font-size: 14px;
    display: inline-block;
}

.btn-icon{
    display: inline-flex;
    width: 80%;
    height: 60px;
		align-items: center;
		justify-content: center;
		font-size: 1rem;
		margin-top: 0%;
		margin-right: 5px;
		background-color: rgba(255,255,255,0.4) !important;
}

.demo{
    font-weight: 600;
    font-size: 2.2rem;
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    top: -5px;
		left: 0px;
	}

.row.equal-height-grid .col{flex-direction:column;}

.row .col {
    padding: 0 5px;
}

.bg-danger{
	background-color: #d4382b !important;
}
.bg-success{
	background-color:#85af45!important;
}
.bg-purple{
	background-color:#800080!important;
}
.bg-warning{
	background-color: #f99a41!important;
}
.bg-primary{
	background-color:#319ebb!important;
}
.bg-purple{
	background-color:#7b579c!important;
}
.bg-yellow{
	background-color:#f4d34d!important;
}
.text-danger{
	color: #d4382b!important;
}
.text-success{
	color:#85af45!important;
}
.text-warning{
	color: #f99a41!important;
}
.text-primary{
	color:#319ebb!important;
}
.text-purple{
	color:#7b579c!important;
}
.text-yellow{
	color:#f4d34d!important;
}

.ticket {
  display: inline-block;
  width: 100%;
  background-color: #273138;
  border-radius: 0px;
  color: #fff;
  font-weight: 300;
	margin-bottom: 12px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%)
}
.ticket header {
  position: relative;
  height: 35px;
  padding: 10px;
	overflow: hidden;
}
.ticket header .company-name {
  line-height: 1;
  text-align: left;
	font-weight: 800;
	font-size: 18px;
}
.ticket header .gate {
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
}
.ticket header:after {
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    right: -6px;
    border-radius: 50%;
    box-shadow: inset 12px 0px 18px -11px rgb(0 0 0 / 20%);
}
.ticket header:before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  box-shadow: inset 12px 0px 18px -11px rgb(0 0 0 / 20%);
}
.ticket .airports {
  padding: 5px 10px 10px 10px;
  height: 100px;
  text-align: center;
  position: relative;
  border-bottom: 2px dashed #000;
}
.ticket .airports .airport {
  position: relative;
  margin: 10px;
  text-align: center;
  display: inline-block;
}
.ticket .airports .airport .airport-name {
  color: #29A8EB;
  font-size: 12px;
  font-weight: 400;
}
.ticket .airports .airport .airport-code {
  font-size: 32px;
  font-weight: 400;
  margin: 5px 0;
}
.ticket .airports .airport .dep-arr-label {
  color: #9299A0;
  font-size: 12px;
  font-weight: 500;
}
.ticket .airports .airport .time {
  font-size: 10px;
  color: #9299A0;
}
.ticket .airports .airport:first-child {
  margin-right: 40%;
}
.ticket .airports .airport:first-child:after {
  font-family: FontAwesome;
  color: #353E48;
  content: "";
  position: absolute;
  font-size: 55px;
  top: calc(50% - 25px);
  right: -150%;
}
.ticket .airports:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  right: -8px;
  border-radius: 50%;
  box-shadow: inset 12px 0px 18px -11px rgba(0, 0, 0, 0.5);
}
.ticket .airports:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: -8px;
  border-radius: 50%;
  box-shadow: inset -12px 0px 18px -11px rgba(0, 0, 0, 0.5);
}
.ticket .place {
  text-align: center;
}
.ticket .place-block {
  display: inline-block;
  margin: 10px 30px;
}
.ticket .place-block .place-label {
  color: #29A8EB;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.ticket .place-block .place-value {
  color: #9299A0;
  font-size: 12px;
  font-weight: 500;
}
.ticket .qr {
  width: 220px;
  height: 220px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
}
.ticket .qr img {
  width: 100%;
  height: 100%;
}

.ticket.inverse {
  background-color: #F8F8F8;
}

.ticket.inverse .airports {
  border-bottom-color: #D3D6DA;
}
.ticket.inverse .airport:first-child:after {
  color: #D3D6DA;
}
.ticket.inverse .airport .airport-code {
  color: #707884;
  font-weight: 500;
}

.match-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.dflex {
    display: flex;
    flex-direction: column;
}

.match-box .c-card {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.no-gutter{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-margin{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.card-middle{
	align-items: center;
	padding: 10px 5px;
}
.bt-icon{
	background-color: transparent;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 26px;
}


.btn-logout{
  background: #8d724a;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top:10px;
  right: 10px;
}

.btn-gray-800 {
    color: #fff;
    background-color: #d4af37;
    border-color: #d4af37;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(17 24 39 / 8%);
}

.btn-gray-800:hover {
    background-color: #BC9B2F;
    border-color: #BC9B2F;
}
