@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400..800&display=swap');

:root {
  --color-1: #121d2f;
  --color-2: #12b0ef;
  --grayLight: #3b3b3b;
  --red-btn: #c60000;
}
.bg-primary{
  background: var(--color-2);
}


html {
  scroll-behavior: smooth;
  font-size: 15px;

}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
}

p {
    margin-bottom: 1.4rem;
    font-weight: 300;
    font-family: 'Open Sans';
}

a {
  text-decoration: none;
   font-family: 'Open Sans' , sans-serif;
}

.teach-you a {
    color: white;
}

.teach-you a:hover {
    color: white !important;
    text-decoration: underline;
}

.bg-theme {
  background: var(--color-2);
}

.normal {
  font-weight: 300;
   font-family: 'Open Sans' , sans-serif;
}


body {
   font-family: 'Open Sans' , sans-serif;
  font-size:1.2rem;
}

h1,
h2,
h3,
h4,
 h5,
h6 {
  font-family: "Baloo Paaji 2", sans-serif;
  font-optical-sizing: auto;
}

.container-fluid {
  transition: .5s;
}

a:not([href]):hover{
  color:white!important;
}

section>.container {
  position: relative;
}

.ban-txt {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.btn{
  font-family: "Baloo Paaji 2", sans-serif;
}
.btn-danger {
text-transform: uppercase;
  padding: 7px 10px;
  font-size: 1.3rem;
  background-color: var(--red-btn);
  min-width: 180px;
  font-weight: 600;
  font-family: "Baloo Paaji 2", sans-serif;
  border-radius: 17px;

}

.img-fill img {
  position: relative;
  display: inline-block;
  max-width: none;
  width: 100%;
  object-fit: cover;
  height: 28rem;
  object-position: top;
}


.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.btn-slider {
  border-radius: 22px;
  padding: 6px 8px;
  font-size: 1.5rem;
  background-color: #c70001;
}

.img-fill img {
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slide {
  float: left;
  padding: 0;
}

.modern-slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  top: 27%;
  left: 5%;
  text-align: start;
  color: white;
}

.modern-slider .item .info>div {
  display: inline-block !important;
  vertical-align: middle;
}

.modern-slider .next-arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, .50);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  cursor: pointer;
  font: 20px/45px FontAwesome;
  color: #FFF;
  z-index: 5;

  &:before {
    content: '\f105';
  }
}

.modern-slider .prev-arrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, .50);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #FFF;
  z-index: 5;
  cursor: pointer;

  &:before {
    content: '\f104';
  }
}

.modern-slider .item h3 {
  font-size: 1.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;

  margin: 0;
  padding: 0;
  margin-bottom: 14px;
}

.modern-slider .item h5 {
  font-size: 1.4rem;
  margin-bottom: .8rem;
  color: #FFF;
  font-weight: 100 !important;
}

.bg-white {
  background-color: white;
}

/* middle section */
.blue-box {
  background: var(--color-2);
  border-radius: 20px;
  color: white;
  text-align: center;
  padding: 20px;
  display: grid;
}
.my-box.mybx-2 {
  padding-left: 48px;
  padding-top: 0;
  padding-right: 0;
}
.my-box.mybx-2 p {
  margin-bottom: 0.6rem;
}

.blue-box i {
  font-size: 3rem;
  color: white;

}
.title {
    font-size: 24px;
}

.fw-bold {
    font-weight: 700 !important;
}

.my-container{
max-width: 90%;
}
.my-box {
  padding: 19px 30px;
  text-align: left;
}

.px-0{
    padding-left:0;
    padding-right:0;

}
.modern-slider {
    transform: translateY(-8px);
}
.my-box.mybx-2 p {
    margin-bottom: 0.6rem;
}

.red-box {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 0;
}

.red-box li {
    background: var(--red-btn);
    width: 45%;
    margin: 2%;
    height: 9.9rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    DISPLAY: flex;
    justify-content: center;
    align-items: center;
}

.red-box li a {
  font-size: 1.1rem;
  padding: 2rem 3rem;
  color: white;
  text-align: center;
}

/* form section  */
.form-control {
  margin-bottom: 20px;
  border-radius: 0;
  border: 1px solid #00000054;
  padding: 0.575rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(0, 0, 0);
}

.customft ul li a {
  font-size: .9rem;
  font-weight: 300;
  line-height: normal;
  color: black;
}

.customft h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Updated Button Styles for Bootstrap 3.3.7 */
.btn-danger {
    text-transform: uppercase;
    padding: 7px 10px;
    font-size: 1.3rem;
    background-color: var(--red-btn);
    min-width: 180px;
    font-weight: 600;
    font-family: "Baloo Paaji 2", sans-serif;
    border-radius: 17px;
    border: none; /* Bootstrap 3 uses a border for buttons */
}

.btn-slider {
    border-radius: 22px;
    padding: 6px 8px;
    font-size: 1.5rem;
    background-color: #c70001;
    border: none; /* Bootstrap 3 has borders */
}

/* Align the Grid System with Bootstrap 3.3.7 */
.red-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; /* Bootstrap 3 uses `flex-end` */
    justify-content: space-around;
}


/* Adjustments for Carousel */
.slick-slide {
    float: left;
    padding: 0;
}

.modern-slider .item {
    text-align: center;
}

/* Update Icon Classes for Bootstrap 3.3.7 */
.blue-box i {
    font-size: 3rem;
    color: white;
}

/* Form Styling for Bootstrap 3.3.7 */
.form-control {
    border-radius: 4px; /* Bootstrap 3 has more rounded borders */
    border: 1px solid #00000054;
    padding: 0.5rem; /* Bootstrap 3 has different padding */
}

/* Remove Default Outline for .btn */
.btn {
    outline: none;
}
.img-fluid {
    max-width: 100%;
}

.d-none {
  display: none;
}

section#ContactForm {
  padding-left: 1rem;
  padding-right: 0.6rem;
}

/* media query */

@media only screen and (max-width: 600px) {
	.modern-slider .item h3 {
    font-size: 1.3rem;
    }
    .red-box li a {
    padding: 7px;
    
    }
    section.form.section .btn-danger {
    margin-bottom: .8rem;
}
}
