/*
 Theme Name:   Bootscore Child Doc99
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/


h1, h2, h3, h4, h5, h6 {
font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1 {
  font-weight: 900;
}
h2 {
  font-weight: 800;
}
h3 {
  font-weight: 700;
}
h4 {
  font-weight: 600;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  color: #0066ff !important;
}

.hindi-font {
  font-family: "Eczar", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}

.theme-bg-col,
.submit-button
  {
    background-color: #0066ff !important;
  }
.theme-col,
.form-box ::placeholder
  {
    color: #0066ff !important;  /* same for above */
  }
.theme-bg-col-light {
  background-color: #4d94ff !important;
}
.cursor-none {
  cursor: none !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.fnt-size-12 {
  font-size: 12px !important;
}
.ifs-8 {
  font-size: 0.8rem !important
}
.ifs-9 {
  font-size: 0.9rem !important
}

  .i-width-lg-300 {

  }
@media screen and (max-width:992px) {
  .i-width-lg-300 {
    width: 300px;
    display: inline-block;
  }
}

.ienquiry {
  background-image: url('./images/headerimg.jpg');
}
.main {
  background-image: url('./images/form-bg.jpg');
}
.form-box {
  background-color: rgba(255,255,255,0.7);
  backdrop-filter: blur(30px);
  border: 1px solid #fff;
  border-radius: 10px;
}
.form-box ::placeholder {
  font-size: 0.7rem !important;
}

.bgopacity-5 {
  background-color: rgba(0,0,0,0.2);
}

.header-actions .btn-outline-secondary {
  color: #ffffff !important;
}
.header-actions .btn {
  border-color: #ffffff !important;
}

.navbar-nav .nav-link {
  color: #cccccc !important;
}
.navbar-nav .nav-link.active {
  color: #ffffff !important;
}
.navbar-nav .nav-link:hover {
  color: #000000 !important;
}

.dropdown-item {
  color: #666666 !important;
}
.dropdown-item:hover {
  color: #000000 !important;
}

@media screen and (max-width:992px) {

    .navbar-nav .nav-link {
       color: #666666 !important;
    }
    .navbar-nav .nav-link.active {
      color: #0d6efd !important;
    }
    .navbar-nav .nav-link:hover {
      color: #000000 !important;
    }
    .n2-ss-layer {    /* For Slider Heading  */
      font-size : 90% !important;
    }
}

#softimg img {
  width: auto;
  height: 360px;
}

@media screen and (max-width:992px) {

  #softimg img {
    width: auto;
    height: 260px;
  }
}

@media screen and (max-width:768px) {

  #softimg img {
    width: auto;
    height: 300px;
  }
}
