@charset "utf-8";
/* CSS Document */
body{
background-color:#FFFFFA;
}

 a.no-bdr{
text-decoration:none;
}

 a.no-bdr:hover{
text-decoration:none;
opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

a.no-bdr:focus{
text-decoration:none;
opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.card-header{
cursor:pointer;
}

.fixed-center{
position:fixed;
z-index:1000;
margin-top:10%;
}

.bg-blu{
background-color:#002626;
color:#fff;
}

.banl-bg{
background:url(../images/bandl-bg.png) top left no-repeat #fffffa;
}
.estimation-bg{
background:url(../images/estimation-bg.png) center center no-repeat #fffffa;
}

.text-blu {
color:#002626;
}

.btn-orange {
    color: #000;
    background-color: #ffcc00;
    border-color: #ffc107;
}


.border-2 {
    border-width:2px !important;
}

.border-3 {
    border-width:3px !important;
}

.dropdown-menu{
border-right:2px solid #cccc00 !important;
border-bottom:2px solid #cccc00 !important;
border-left:2px solid #cccc00 !important;
margin-top: 12px;
border-radius: 0px 0 5px 5px !important;
}

p{
font-family: 'Open Sans', sans-serif;
line-height:1.6;
}

h1, h2,h3,h4,h5,h6{
/*font-family: 'Roboto Slab', serif;*/
font-family: 'Titillium Web', sans-serif;
}

/* Nav */
.navbar {
border-bottom: 2px solid #cccc00;
}

.navbar-nav li a {
color:#fff !important;
}

.navbar-nav li a:hover {
color:#cccc00 !important;

}

.navbar-nav li a:focus {
color:#cccc00 !important;
}

.navbar-nav li a:active {
color:#cccc00 !important;
}

.navbar-nav .active a {
color:#cccc00 !important;
}


.navbar-nav li{
font-family: 'Titillium Web', sans-serif;
font-size:18px;
}

.foo-bg{
background:url(../images/aura_bg.png) repeat;
}

/* Accordian */


/*.card-header {
background-color:#002626;
color:#ffffff;
}*/


/* End Accordian */

/*slider */

#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: auto;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
  
  .dropdown-menu{
  border: none !important;
  margin-top:0;
    }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 40%;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 150px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 30%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 15px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 15px;
  right: 10px;
}

/***Contact ***/
.formbg{
background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}

.contact-form{
    background: #fff;
}

.jumbotron .fas {
    margin-top: -12%;
    position: absolute;
    text-align: center;
    margin-left: 40%;
}

.contact-form .form-control{
    border-radius:1rem;
}

.contact-form form{
   /* padding: 14%;*/
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
	text-align:center;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

