@import url('bootstrap.min.css');
@import url('owl.carousel.css');
/* @import url('owl.theme.default.css'); */
@import url('animate.css');
@import url('tail.select-default.css');
@import url('font-awesome.min.css');
@import url('all.min.css');
@import url('style.css');
@import url('line-awesome.min.css');
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900 ');


.add-margin-bottom-10 {
  margin-bottom: 10px;
}
.add-margin-bottom-20 {
  margin-bottom: 20px;
}

span.end-time {
  text-transform: none;
}
/* global css here */
body {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 16px;
  overflow-x: hidden;
}



*:focus,
input:focus,
button:focus,
.form-control:focus {
  outline: 0 auto -webkit-focus-ring-color;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover,
a:active,
a:focus {
  color: #2970b8 !important;
  text-decoration: none;
}

a,
button,
input,
.img-hold:before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a {
  color: #3b3b3b;
  cursor: pointer;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}


*:focus {
  outline: none;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.label-inner {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input+label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

::selection {
  background: #000;
  color: #fff;
}

.list-inline {
  margin: 0;
}

ul,
li {
  margin: 0;
  list-style: none;
  padding: 0;
}

button {
  border: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
nav {

  margin: 0;
  color: #333;



}


p {
  font-size: 15px;
  color: #999999;
  line-height: 25px;
  font-weight: 400;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fb646f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

img {
  max-width: 100%;
}


.btn-theme {
  padding: 7px 35px;
  background: transparent;
  color: #2970b8 !important;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid #2970b8;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
}

.btn-theme-search {
  padding: 7px 35px;
  background: transparent;
  color: #fff !important;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
}

.ban-form .btn-theme {
    border: solid 2px #fff;
}

.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus {
  background:none;
  color: #2970b8 !important;
  border: 2px solid #2970b8;
}

.btn-theme i {
  padding: 0 4px 0 0;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  color: #7ca8d4;
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 15px;
  font-family: 'Bitter', serif;
}

.section-heading:before {
  content: '';
  height: 1px;
  background: #00ad5a;
  width: 30px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.pera-color {
  color: #2970b8;
}

.sec-head span {
  color: #2970b8;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
}

.loader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  background: url(../img/loader.gif) center center no-repeat / 200px;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 4px);
}

.form-control:focus {
  box-shadow: none;
}


@media(max-width:767px) {
  p {
    font-size: 14px;
  }

  main {
    min-height: inherit !important;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }





}




select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #ffffffba;
  font-weight: 300;
  width: 250px;
}
select option {
  color: #000;
}
/* .option-box input[type="radio"] {
    margin-top: 10px;
} */

.pro-image li img {
    margin-bottom: 9px;
}


/* new */

.text-on a { 
  border: solid 2px #fff;
}