/* ---------------------------------------------------
    PAGINATION STYLE
----------------------------------------------------- */

main h1, main h4, main > p {
    text-align: center;
}
form {
    width: 70%;
    margin: auto;
    padding: 10px;
}

.fa-icons {
    font-size : 18px;
}

.paginationjs-pages ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.paginationjs-pages {
    margin: auto;
}

.paginationjs-pages ul li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.paginationjs-pages ul .active {
    background-color: #7F1A13;
    color: white;
    font-weight: bolder;
}

.paginationjs-pages ul li a:hover:not(.active) {
    background-color: #424242;
    color: #fff;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

th {
  border: 2px solid #fff;
  text-align: center;
  padding: 8px;
  background-color: #7F1A13;
  color: #fff;
}
textarea {
  width: 100%;
}

.main-center {
  min-width: 300px;
}

.result {
   width: 100%;
   margin: auto;
   min-width: 200px;
}

.next_btn {
   width: 70%;
   margin: auto;
}

.report{
    width: 80%;
    margin: auto;
}

.search form input {
    margin-bottom: 10px;
}

.search {
    margin-left: auto;
    margin-right: auto;
}

.border1 div div div i ul li {
  display: block;
  float: left;
}

.txt{
    color: white;
}

.saveBtn, .submitBtn{
      background-color: grey;
      border: none;
      color: white;
      padding: 10px 20px;
      text-decoration: none;
      font-size: 16px;

}
.border1 {
  border-style: solid;
  padding: 20px 20px 0 20px;
  border-color: white;
  background-color:#c7c7c7;
  min-height:calc(100vh - 200px);
  min-width: 300px;
}
.border1.main{
  margin-left: 20px;
}
.border1.main > h1{
  font-weight: 700;
  font-size: 35px;
}

.border1 a {
	font-size: 18px;
	color: #862213;
}

.border1 a:hover {
	color: #b22222;
}
.side-nav h5 {
  color:white;
  text-align:left;
  padding:0 0 0 0;
}
.side-nav a {
  margin: 5px;
}
/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
.public-access-body {
    font-family: 'Poppins', sans-serif;
    background: #aa0e23;
    color: #862213!important;
}
section h2{
  color: #862213;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
/*    color: #fff;*/
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #862213;
}

h4 a,
h4 a:hover,
h4 a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    margin: 20px;
    background: rgb(56, 51, 54);
    color: #fdf9fa;
    border: none;
    border-radius: 25px;
    margin-bottom: 20px;
    box-shadow: 0px 16px 42px -5px rgba(56, 51, 54,0.55);
    -webkit-box-shadow: 0px 16px 42px -5px rgba(56, 51, 54,0.55);
    -moz-box-shadow: 0px 16px 42px -5px rgba(56, 51, 54,0.55);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.logo {
  width: 100px;
  height: 100px;
}

.logo-landing-page {
  width: 60px;
  height: 60px;
}

.nav-item {
    background-color: #aa0e23;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    color: #fdf9fa;
    text-decoration: none;
}

.nav-item:hover {
    color: #fff;
    background-color: #808080;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.dashboard-btn{
  background-color: transparent !important;
  border: 1px solid #aa0e23 !important;
  color: #aa0e23 !important;
}

.dashboard-btn:hover{
  background-color: #aa0e23 !important;
  border: 1px solid #aa0e23 !important;
  color: #fff !important;
}

.header-navbar a{
  text-decoration: none !important;
}

#sugList, #searList {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

#sugList li, #searList li {
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}

#navbarUL {
/*    background-color: #7F1A13;*/
    padding: 30px;
/*    border-radius: 20px;*/
    color: #fff;
}

#data-container a {
  text-decoration: underline;
}

#data-container span {
  text-align: left;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0 20px 0;
    min-height: 100vh;
    transition: all 0.3s;
}

.content-wrapper {
    margin-left: auto;
    margin-right: auto;
}

#search_content {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

footer{
 color: white;
}

.copyright{
 color: grey;
 padding:20px;
 padding-left:40px;
}

.padt8{
  padding: 8%;
}

.con{
  font-size: 20px;
}

@media screen and (max-width: 768px) {
      #content {
        width: 100%;
        padding: 0px;
        margin: 0px;
        min-height: 100vh;
        transition: all 0.3s;
    }
    .btn-light {
      width: 100%;
    }

    #video {
      height: 300px;
      width: 150px;
    }
    .content-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }

    #search_content {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .padt8{
      padding: 0%;
    }

    .search {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .side-nav h5 {
      color:white;
      text-align:left;
      padding:0 0 0 0;
    }
  }
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 991px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    /*.border1 {
      margin-left: 0px;
      width:100%;
    }

    .border1 {
      border-style: solid;
      padding: 20px 20px 0 20px;
      border-color: white;
      background-color:#c7c7c7;
      min-height:calc(100vh - 200px);
      min-width: 300px;
    }*/
    /*h1, h2, h3, h4, h5, h6, p {
      color: #fff;
    }*/
}

@media (min-width: 992px) {
  .border1{
    margin-left: 100px;
  }

  textarea, .btns {
    width:100%!important;
  }
}

.home-button, .home-button:visited {
  background-color: #ebebeb;
  color: #363435;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.home-button:hover, .home-button:active {
  background-color: #ebebeb;
}

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

span.price {
  float: right;
  color: white;
}

.cartCon {
  padding: 5px 20px 15px 20px;
  border-radius: 3px;
}

.btn-cart {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  float: right;
}

.btnAdd {
  background-color: #363435; /* black */
}

.btnClr {
  background-color: #f44336;
}

.nav-color-font {
  color: white !important;
}

.my-information-form .withbtn{
  text-align: right;
}

.my-information-form{
  text-align: center;
}

#displayMessageDescriptionBuilder{
  text-align: center;
}

.my-information-form input{
  width: 100%;
}

.form-group input {
  width:100%;
}
.side-nav a {
  font-size: 20px;
  font-weight: bold;
  color:#862213;
  text-align: center;
  margin: 2px;
}

.side-nav h5 {
  color:white;
  text-align:left;
  padding:0 0 0 0;
}

.right{
    margin-left: 550px;
}

.border1 {
  border-style: solid;
  padding: 20px 20px 0 20px;
  border-color: white;
  background-color:#c7c7c7;
  min-height:calc(100vh - 200px);
  min-width: 300px;
}

.border1 a {
	font-size: 18px;
	color: #862213;
}

.border1 a:hover {
	color: #b22222;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  } 100%, 0% {
    transform: scale(1.0);
  }
}

.btn-sty {
	width: auto !important;
}

#tipsModal{
	color: black !important;
}

.lead div, .lead p, .lead h4 {
	color: white;
}

.landing-title {
	color: white;
}
.main-hero-section .hero-copy{
  min-width: auto;
  width: auto;
  padding-right: 0px !important;
}
.main-hero-section .hero-inner{
  gap: 30px;
}
.main-hero-section .hero-title{
  font-size: 35px;
  text-align: start;
  line-height: 1.3;
}
.main-hero-section .container{
  padding: 50px;
  border-radius: 25px;
}
.universal-btn, .universal-outline-btn, .universal-outline-btn:hover{
  display: inline-block !important;
  padding: 10px 30px !important;
  border: 1px solid #aa0e23 !important;
  text-decoration: none !important;
  background-color: #aa0e23 !important;
  color: #fff !important;
  border-radius: 10px !important;
}
.universal-btn, .universal-outline-btn{
  margin: 5px !important;
}
.universal-outline-btn, .universal-btn:hover{
  color: #aa0e23 !important;
  background-color: transparent !important;
}
.google.google-btn{
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px;
  width: auto !important;
  color: #363435 !important;
  background-color: #fff !important;
  padding: 15px 30px !important;
  width: auto !important;
  border-radius: 50px !important;
}
.google.google-btn:hover{
  color: #363435 !important;
  text-decoration: none;
  box-shadow: 0px 5px 20px -10px rgba(255, 255, 255, 0.55);
    -webkit-box-shadow: 0px 5px 20px -10px rgba(255, 255, 255, 0.55);
    -moz-box-shadow: 0px 5px 20px -10px rgba(255, 255, 255, 0.55);
}
.ForgetPwd{
  color: #aa0e23 !important;
  text-decoration: underline !important;
}
.custom-cta-section{
  margin: 30px 0;
}
.custom-cta-section .container{
  background-color: #424242;
  padding: 50px !important;
  border-radius: 25px;
}
.custom-cta-section .cta-inner{
  background-color: transparent !important;
  padding: 0 !important;
}
.custom-cta-section p{
  color: #fff;
}
.site-footer .container{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 30px;
  background-color: #fff;
}
.site-footer .site-footer-inner{
  padding: 0px;
}
.site-footer h3{
  font-size: 30px;
  color: #424242;
}
.main-footer .site-footer-inner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.main-footer .footer-links{
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
}
.main-footer .footer-links li{
  width: 100%;
  margin-left: 0;
}
.main-footer a{
  color: #aa0e23;
  font-size: 18px !important;
}
.copyright{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright-text strong{
  font-weight: 400;
  font-size: 18px;
}
.login-form-2{
  padding: 50px !important;
  border-radius: 25px;
  background-color: #363435 !important;
}
.login-form-2 h3{
  font-size: 35px;
}
.login-form-2 form{
  width: 100% !important;
}
.blog-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.inner-blog .hero-title{
  font-size: 40px;
  color: #aa0e23;
  font-weight: 600;
  margin-bottom: 20px;
}
#dashboard-sidebar{
  background: white;
  padding: 25px !important;
  border-radius: 25px;
  margin-left: 20px;
  width: 350px;
  margin-bottom: 30px;
}
#dashboard-sidebar a, #dashboard-sidebar h5, #dashboard-sidebar h3{
  color: #aa0e23 !important;
}
#dashboard-sidebar a{
  font-weight: 400 !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  text-align: start !important;
}
#dashboard-sidebar h5, #dashboard-sidebar h3{
  font-weight: 700 !important;
  font-size: 18px !important;
  margin-top: 10px;
}
#dashboard-content{
  width: calc(100% - 40px - 350px);
  margin-right: 20px;
  margin-bottom: 30px;
}
#dashboard-sidebar, #dashboard-content{
  height: calc(100vh - 50px);
  overflow-y: auto;
  position: relative;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aa0e23;
}
.modal-header .close{
  color: #aa0e23;
  font-size: 30px;
}
.modal .features h4 {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 1024px){
  .inner-blog .hero-title{
    font-size: 35px;
  }
}
@media screen and (max-width: 768px){
  .inner-blog .hero-title{
    font-size: 30px;
  }
  .logo{
    width: 70px;
    height: 70px;
  }
  .navbar-toggler{
    padding: 0.25rem 0.50rem;
    font-size: 1rem;
  }
  #dashboard-sidebar , #dashboard-content{
    width: calc(100% - 20px) !important;
    height: auto !important;
    margin: 10px auto;
  }
  #dashboard-content{
    margin: 0 auto;
  }
  .border1.main{
    margin-left: 0px;
  }
  .navbar{
    margin: 10px;
  }
  #dashboard-content .feature-inner *{
    font-size: 16px;
  }
  #dashboard-content .feature-title{
    font-size: 20px !important;
    font-weight: 600;
  }
  .modal .features #video{
    width: 100% !important;
  }
}
@media screen and (max-width: 575px){
  .inner-blog .hero-title{
    font-size: 20px;
  }
}