/*
Theme Name: First Flight
Theme URI: https://www.jbsoftsystem.com/
Author: J Sampth
Author URI: https://jsampath.com/
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
body {
font-family: 'Roboto', sans-serif;
}
.navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
footer {
    background:url(../images/footer-bg.png) no-repeat center #15005d;
    padding: 50px 0 0;
    color: #d6d6d6;
}
.footer-bottom {
    font-size: 12px;
    border-top: 1px solid #290e84;
    padding: 10px 0 5px;
}
footer ul.reachus {
    padding: 0 0 30px;
    border-right: 1px solid #290e84;
}
footer a {
    color: #d2d2d2;
    font-size: 15px;
}
footer a:hover {
    text-decoration: none;
    color: #fff;
}    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }
.carousel {
      /*max-height: calc(100vh - 74px);overflow: hidden;*/
	  max-height: calc(100vh - 0px);overflow: hidden;
}
.carousel-control { display: none; }
.carousel:hover .carousel-control { display: block; }
.nav>li>a {font-size: 13px;text-transform: uppercase;font-weight: 500;letter-spacing: 0.5px;}
.navbar-nav>li:hover>.dropdown-menu { display: block }
.page1 .navbar-inverse .navbar-nav>.active1>a,
.page2 .navbar-inverse .navbar-nav>.active2>a,
.page21 .navbar-inverse .navbar-nav .active21>a,
.page22 .navbar-inverse .navbar-nav .active22>a,
.page23 .navbar-inverse .navbar-nav .active23>a,
.page24 .navbar-inverse .navbar-nav .active24>a,
.page25 .navbar-inverse .navbar-nav .active25>a,
.page26 .navbar-inverse .navbar-nav .active26>a,
.page3 .navbar-inverse .navbar-nav>.active3>a,
.page31 .navbar-inverse .navbar-nav .active31>a,
.page32 .navbar-inverse .navbar-nav .active32>a,
.page4 .navbar-inverse .navbar-nav>.active4>a,
.page5 .navbar-inverse .navbar-nav>.active5>a,
.page6 .navbar-inverse .navbar-nav>.active6>a,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover{color:#f50;}
.track-details {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
form.tracknum { margin: 50px; }
form.tracknum input {
    padding: 15px 20px;
    border: 0;
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    box-shadow: 0 0 0 0;
    border-radius: 0;
}
form.tracknum input[type="submit"] {
  background: #15005d;
  color: #fff;
}
input#tracknum:focus {
  background: #f1f1f1;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.boxes {
    float: left;
    width: 100%;position: relative;bottom: -7px;
    margin-top: 20vh;
}
.boxes ul {
    list-style: none;
    margin-bottom: 0;    padding: 0;
}
.boxes ul li {
    display: inline-block;
    background: #15005d;
    margin: 0 -2px;
}
.boxes ul li:nth-child(even) {
  background: #1c046f;
}
.boxes ul li i.fa {
    font-size: 24px;
    display: block;
    margin: 0px 0px 10px;
}
.boxes ul li a {color: #fff;    padding: 20px 50px; float: left;transition: all 0.5s ease;}
.boxes ul li.active a{ background: #ff5605;    padding: 30px 50px; }
.boxes ul li a:hover { background: #ff5605;    padding-top: 30px; padding-bottom:30px; text-decoration:none;transition: all 0.5s ease; }


.loginmodal-container {
  padding: 10px 30px 20px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], .loginmodal-container  input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, .loginmodal-container input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #f50;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #15005d;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 
textarea {    display: block;
    width: 100%;
    height: 80px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-bottom: 1px solid #e4e4e4;transition: all 0.5s ease;
}
.login-help{
  font-size: 12px;
}
section { padding: 30px 0 50px; }
p.spaceing {padding: 10px 0;}
.h1, .h2, .h3, h1, h2, h3 { color: #15005d; }
h1.main-heading {
    position: relative; padding-bottom: 20px;    margin-top: 0;    margin-bottom: 15px;
}
h1.main-heading:before, h1.main-heading:after {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
}
h1.main-heading:before {
    width: 50px;
    right: 0;
    background: #dcdcdc;
    height: 8px;
    bottom: 0;
}
h1.main-heading:after {
    width: 30px;
    right: 12px;
    background: #ffffff;
    height: 4px;
    bottom: 2px;
}
section.light { background-color:#f1f1f1; }
@media only screen and (min-width: 768px){
section.light { background:url(../images/bglight.jpg) no-repeat center bottom #f1f1f1; background-size: cover; }
.form-group label {
    margin-top: 8px;
}
}
.two-cols input, .two-cols select {
    width: calc(50% - 2px);
    display: inline-block;
}
.cust-cols-1 .field_label, .cust-cols-1 input {
    width: calc(25% - 8px);
    display: inline-block;
}
ul.social li { display: inline-block; }
ul.social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    color:#fff;
    border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
    margin-right: 3px;
}
ul.social li a.facebook { background: #af0010; } 
ul.social li a.twitter { background: #55acee; }
ul.social li a.linkedin { background: #007bb5; }
ul.social li a.facebook:hover { color: #3b5998; background: #af0010;}
ul.social li a.twitter:hover { color: #55acee; background: rgba(0,0,0,0); }
ul.social li a.linkedin:hover { color: #007bb5; background: rgba(0,0,0,0); }
ul.social {
    padding: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-bottom: 0;
    margin-left: 10px;
}
.hom-list li:before {
    content: "\f164";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #fff;
}

ul.reachus {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.reachus li {
    padding: 10px 0 10px 25px; position:relative;
}
ul.reachus li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 17px;
}
ul.reachus li.company { font-weight:bold;}
ul.reachus li.company:before {
  content: "\f0f7";
}
ul.reachus li.location:before {
  content: "\f041";
}
ul.reachus li.email:before {
  content: "\f003";
}
ul.reachus li.mobile:before {
    content: "\f095";
}
ul.reachus li.phone:before {
    content: "\f095";
}
li.location h5 {
    margin-top: 0;
}
ul.footer-links {
    list-style: none;
    padding: 0 0 15px;
    margin: 0;
}
ul.footer-links li { line-height: 36px; }
form.tracknum input:focus {
    border-bottom: none;
    box-shadow: 0 2px 2px #cecece;
}
.titlebar { background: url(../images/header-bg.jpg) no-repeat center;    padding: 50px 0; }
.titlebar h1 {
    margin: 0;
}
span.red {
    color: red;
}
h5{color:#f50;}
span.input-group-addon {
    position: absolute;
    top: 10px;
    right: 25px;
    background: transparent;
    border: 0;
}
span.addon {
    position: relative;
    display: block;
}
span.addon:after {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 20px;
    height: 0;
    width: 0;
    z-index: 0;
}
@media only screen and (max-width: 1024px){
  .boxes { margin-top: 8vh; }
}
@media only screen and (max-width: 991px){
 
  .nav>li>a { padding-left: 8px;padding-right: 8px;font-size: 11px; }
  .boxes ul li a { padding: 20px 40px; }
  footer ul.reachus { border-right: 0px; }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
   .navbar-header{float:left;min-width: 140px;}
}
@media only screen and (max-width: 768px){
  .boxes { margin-top: 6vh; }
  .boxes ul li a { padding: 20px 20px; }
  .dropdown-menu { position: relative;width: 100%; }
}
@media only screen and (max-width:600px){
  .track-details { position: relative; }
  .carousel-inner>.item>img { min-height: auto; }
  form.tracknum { margin: 10px; }
  form.tracknum input { width: calc(100% - 90px);  }
  .carousel { overflow: auto;    max-height: inherit; }
  form.tracknum input[type="submit"]{ width: 80px; }
  .boxes { bottom: 0;    margin-top: 10px; }
  .boxes ul { width: 100%; float: left;padding: 0; margin: 0; }
  .boxes ul li {  float: left; background: #15005d; margin: 0 0px; width: 100%;
} .boxes ul li.active { display: none; }
  .boxes ul li i.fa { font-size: inherit; display: inline-block;margin: 0px;}
  .boxes ul li a { padding: 10px 20px; width: 100%; }
  .boxes ul li:nth-child(even) { background: rgb(21, 0, 93); }
}
label.strong {
    font-weight: 500;
}
.powered { display: none; }
.home .powered { display: block; }
.mb15 { margin-bottom: 15px; }
input[type="text"]:focus,input[type="password"]:focus,input[type="tel"]:focus,select:focus, textarea:focus { padding: 6px 12px;    transition: all 0.5s ease; }
form.tracknum input:focus {
    padding: 15px 20px;
}
.dropdown-menu>li>a i.fa {
    width: 25px;
    text-align: center;
}
section.loginmenus {
    padding: 40px 0 0;
}
ul.logedinmenus {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.logedinmenus li {
    display: inline-block;
    padding: 10px 12px;
    font-size: 13px;
    background: #eaeaea;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 0px #ff550078;
}
ul.logedinmenus li a {
    color: #15005d;
}
ul.logedinmenus li a i.fa{
    color: #fc5c00;
    padding-right: 5px;    font-size: 16px;
}
div#example1_filter {
  text-align: right;
}
.col-2-datas input, .col-2-datas select  {
  width: 100px;
}
.same-height-001 .color_box {
    min-height: 1116px;
}
.track_form {
    margin: 0 auto;
    max-width: 450px;
    display: flex;
}
.track_form textarea {
    height: 60px;
    padding: 10px;
}
table.customizedtable tr th, table.customizedtable tr td {
    border: 0;    padding: 8px 20px;
}
table.customizedtable {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}
form.tracknum.rmargin {
    margin: 25px 0 0;
}