body{
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	font-size:0.95rem !important;
	font-family: "Roboto",sans-serif;
}
#app{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+5,0.1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0.1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
}
.navbar-top-border{
   border-top: .1rem solid #252525;
}

.navbar {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
main{
  margin-bottom: 1rem
}
.box-1{
    display: flex; -webkit-box-shadow: 0px 1px 20px 0px #dadada;
    -moz-box-shadow: 0px 1px 20px 0px #dadada;
    box-shadow: 0px 1px 20px 0px #dadada;
    /*border: 0.05rem solid #c10000;*/
}
.box-l-login{
	height: auto; 
	color: #fff; 
	position: relative;
	background-image: url("../img/ll.jpg") !important;
	background-repeat: no-repeat !important;
  	background-size: cover !important;
	text-align: center;
}
.bg-reg{
	background-image: url("../img/ls.jpg") !important;
}
.primary-bg{
  background:#c10000;
}
.p-color, a{
  color:#c10000;
}
.title-font{
  font-size: 1rem;
  color: #c10000;
  font-weight: 550;
}
.title-size-page{
  font-size: 1.4rem;
}
.md-form input:not([type]):focus:not([readonly]), .md-form input[type="text"]:not(.browser-default):focus:not([readonly]), .md-form input[type="password"]:not(.browser-default):focus:not([readonly]), .md-form input[type="email"]:not(.browser-default):focus:not([readonly]), .md-form input[type="url"]:not(.browser-default):focus:not([readonly]), .md-form input[type="time"]:not(.browser-default):focus:not([readonly]), .md-form input[type="date"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]), .md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .md-form input[type="tel"]:not(.browser-default):focus:not([readonly]), .md-form input[type="number"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search"]:not(.browser-default):focus:not([readonly]), .md-form input[type="phone"]:not(.browser-default):focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #c10000;
    -webkit-box-shadow: 0 1px 0 0 #c10000;
    box-shadow: 0 1px 0 0 #c10000;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #ab0000;
    background-color: #c10000;
}
.box-btn{
  cursor: pointer;
  text-align: center;
  padding: 0.48rem 0  0.65rem 0;
  border: 1px solid #c10000; 
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.pr-btn{
  background-color: #c10000;
  padding: .4rem 1.2rem;
  font-size: 1rem;
  color: #fff !important;
  margin: 0;
  text-transform: inherit;
  border-radius: 0; 
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.pr-btn:hover {
  color: inherit;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.translate{
  /*transform: translate(1, 1);*/
  transition: transform 0.5s ease;
}
.box-btn:hover .translate{
  transform: translate(-0.15em, -0.17em);
}
a:hover {
  color: #f30600;
  text-decoration: underline;
}
.top-header {
  background-color: #c10000;
  color: #dadada;
  font-weight: 400;
  border-bottom: .15rem solid #252525;
}
.top-header a {
    color: #f7f7f7 !important;
}

.top-header a:hover {
    color: #ffd0d0;
    text-decoration: none;
}

.top-header ul.top-left {
    margin: 0;
    clear: both;
}

.top-header ul.top-left li:first-child {
    border-left: 1px solid #c14141;
}

.top-header ul.top-left li {
    list-style: none;
    float: left;
    border-right: 1px solid #c14141;
    line-height: normal;
}

.top-header ul.top-right li {
    float: right;
    /*text-align: right;*/
    line-height: normal;
    border-right: 1px solid #c14141;
    list-style: none;
}
.top-header ul.top-right li a .fa {
    margin-right: 0.5rem;
}
.top-header ul.top-left li a .fa {
    font-size: 1.2rem;
}

.navbar-toggler {
    padding: .25rem 0rem;
}

.dropdown-menu-bg {
  background-color: #000;
  /*border-bottom : .1rem solid #c10000;*/
  border-radius: 0;
  /*margin-top: -1px;*/
  /*text-align: right;*/

}

.dropdown-menu-bg a:hover {
  background-color: #c10000;
  color: #fff;
}

.homeImg {
  height: 18rem;
  background-image: url('../img/homebg.png');
  background-position: center top;
  background-size: auto 100%;
}

.homeContent {
  position: relative;
  text-align:center; 
  margin-top: -21rem;
  min-height: 21rem;
  padding-top: 7.5rem;
  font-size: 1rem;
  color: #f7c93b; 
  text-shadow: 1px 1px 1px #000000, 0 0 0.2em #000000; 
}

.homeContent span{
  font-size: 1.5rem;
}

@media (min-width: 576px){
  .homeImg {
    height: 19rem;
    min-height: 19rem;
  }
  .homeContent {
    margin-top: -22rem;
    min-height: 22rem;
  }
}

@media (min-width: 768px){
  .homeImg {
    height: 21rem;
  }
  .homeContent {
    margin-top: -24rem;
    min-height: 24rem;
    padding-top: 12rem;
    font-size: 1.1rem;
  }
  .homeContent span{
    font-size: 1.75rem;
  }
}

@media (min-width: 992px){
  .homeImg {
    height: 23rem;
  }
  .homeContent {
    margin-top: -26rem;
    min-height: 26rem;
  }
  .modal-lg, .modal-xl {
    max-width: 38rem;
  }
}

@media (min-width: 1200px){
  .homeImg {
    height: 25rem;
  }
  .homeContent {
    margin-top: -28rem;
    min-height: 28rem;
    padding-top: 15rem;
    font-size: 1.2rem;
  }
  .homeContent span{
    font-size: 2rem;
  }
}

@media (min-width: 1300px){
    /*.container {
        max-width: 1250px;
    }*/
  .homeImg {
    height: 27rem;
  }
  .homeContent {
    margin-top: -30rem;
    min-height: 30rem;
  }

}

@media only screen and (max-width: 767px) and (min-width: 0){
    .top-header ul.top-left {
        background-color: #b90000;
        text-align: center;
    }
    .top-header ul.top-left li {
        border: none!important;
        float: none;
        display: inline-block;
    }
    .top-header ul.top-right li {
        border-right: none !important;
    }

    .top-header ul.top-right li.contact {
        display: none;
    }

    ul.top-right .nav-link {
        padding: .5rem 0rem;
    }
    
    
    .homeImg {
      background-image: url('../img/homebg-1.png');
    }
}

#navbarSupportedContent a {
  font-size: 1rem;
  color: #c10000;
  font-weight: 550;
}

#navbarSupportedContent a:hover {
  color: #f90000;
}
footer{
  margin-top: auto;
  padding: 1rem 0;
  background-color: #e8e8e8;
}
.testimony-profile{
  float: left;
  text-align: center;
  margin: 1rem 0;
}
.testimony-profile img{
  background-color: rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  height: 12rem;
  width: 12rem;
  box-shadow: 1px 1px 2px rgba(10, 10, 10, 0.24);
}
strong, b {
  font-weight: 550;
}
.thumb{
  margin: 1rem 0;
}
.img-thumbnail:hover, .img-thumbnail:focus, .img-thumbnail.active {
    border-color:rgba(193, 0, 0, 0.34);
}
.img-thumbnail {
  border-radius: 0;
}

.contact-link a, footer a {
  color: #212529;
}
.contact-link a:hover, footer a:hover{
  color: #c10000;
  text-decoration: none;
}.datepicker-dropdown {
    padding: 0 !important;
    border-radius:0;
    border: 1px solid #c10000;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #c10000;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #c10000
}

.dow,
.old-day,
.day,
.new-day {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px !important
}

.old-day:hover,
.day:hover,
.new-day:hover,
.month:hover,
.year:hover,
.decade:hover,
.century:hover {
    border-radius: 0px !important;
    background-color: #eee;
    color: #000
}

.table-condensed .active {
    border-radius: 0px !important;
    background-image: linear-gradient(#ca2b0b, #c10000) !important;
    /*color: #000 !important*/
}

.disabled {
    color: #616161 !important
}

.table-condensed thead{
    background-color: #c10000 !important;
    color: #fff !important;
}

.table-condensed .prev,
.table-condensed .next,
.table-condensed .datepicker-switch {
    border-radius: 0 !important;
    padding: 20px 10px !important;
    /*text-transform: uppercase;*/
    font-size: 20px;
    color: #fff !important;
    opacity: 0.8
}

.prev:hover,
.next:hover,
.datepicker-switch:hover {
    background-color: inherit !important;
    opacity: 1
}

.collapse-testimony {
    height: 5.8rem !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.collapse-gallery {
    height: 2.9rem !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.custom-list{
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 40px;
}
.custom-list li:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 20px;    
  top: .39rem;
}

.d-round  li:before{
  background-image: url('../img/d_round.png');
}

.s-round  li:before{
  background-image: url('../img/s_round.png');
}

.t-round  li:before{
  background-image: url('../img/t_round.png');
}

.tabButton {
 display: inline-block;
 margin-bottom: 0rem;
 font-weight: bold; 
 padding: 0.8rem 1.5rem; 
} 
.tab {
 padding: 1rem .7rem; 
}       
.outer-card{
 display: table;
 width: 100%;
 border: 1px solid rgba(0, 0, 0, 0.125);
 box-shadow: 0 1px 3px 0 rgba(0,0,0,0.08);
 margin: 0.6rem 0;
}
.left-card{
 display:table-cell;
 width: 1rem;
 border-right: 1px solid rgba(0, 0, 0, 0.125);
 text-align: center;
 vertical-align: middle;
 padding: .25rem;
}
.left-card img {
 width: 2.4rem;
}
.right-card{
 display:table-cell;
 vertical-align: middle;
}
.plan-content{
 padding: 1rem;
}
.plan-container-level{
 margin:0.75rem 0;
 width:100%;
 text-align:center;
 background-color:#fff;
 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.plan-container-level div{
 padding: 1rem 1rem;
}
.plan-container-level h4{
 margin-bottom:0px;
}
.plan-container-level ul{
 padding: 0;
}
.plan-content-level{
 text-align:justify;
}
.plan-container-level .custom-list li {
  padding-left: 15px;
}
.plan-container-level .custom-list li:before {
  left: 0px;
}
.plan-header-div{
 -moz-box-shadow:    inset 0 0 10px rgb(0 0 0 / .15);
 -webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / .15);
 box-shadow:         inset 0 0 10px rgb(0 0 0 / .15);
  color:#fff
}
.basic-bg{
background-color:#ce9473; 
}
.standard-bg{
background-color:#c6c6c6; 
}
.premium-bg{
background-color:#dfb32d; 
}

table.dataTable thead th, table.dataTable thead td {
    background-color: #e8e8e8;
}
