@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

.banner-header {
  background-image: url(../images/banner.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
}
.call-div {
  width: auto;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: right;
}
.call-div a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}
.enquire-btn {
  background-color: #be222b;
  color: #fff;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s;
}
.owl-carousel .owl-item img{
  padding: 20px 10px;
}
.owl-carousel .owl-item div{
  position: relative;
}
.owl-carousel .owl-item div::after{
  content: '';
  position: absolute;
  width: 92%;
  height: 32px;
  background: url(../images/Border_top.png);
  z-index: 999;
  top: 0;
  left: 20px;
}
.owl-carousel .owl-item div::before{
  content: '';
  position: absolute;
  width: 92%;
  height: 32px;
  background: url(../images/Border_bottom.png);
  z-index: 999;
  bottom: 0;
  left: 20px;
}
.owl-nav{
  display: none;
}
.enquire-btn:hover {
  background-color: #fff;
  color: #be222b;
}
#mainNav {
  padding: 0px;
}
.col-padding {
  background-color: #ffd66e;
  height: 100vh;
  padding: 2rem 2rem;
  position: relative;
}
.navbar-brand img {
  height: 75px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.navbar-brand.js-scrolling img {
  height: 55px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.banner-left-div {
  position: absolute;
  top: 55%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 85%;
}
.form-div {
  background-color: #e8e8e8;
  padding: 15px 15px;
  border-radius: 10px;
  position: relative;
  width: 100%;
}
.form-div1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.form-div1 .form-group {
  width: 50%;
  padding: 0px 5px;
}
.form-div1 .frm-grp1 {
  width: 100%;
  padding: 0px 5px;
}
.form-div1 .form-control {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #000;
  appearance: auto;
}
.form-title {
  color: #000000;
  font-family: "Anton", sans-serif;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
}
.form-title span {
  color: #be222b;
}
.form-label {
  color: #979797;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.form-label font {
  color: red;
}
.error {
  color: #ce0812;
  font-size: 14px;
  padding: 2px 0px;
  font-family: "Roboto", sans-serif;
}
.generate-btn {
  background-color: #be222b;
  color: #fff;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  border: 2px solid #000000;
}
.generate-btn:hover {
  background-color: #fff;
  color: #be222b;
  border: 2px solid #000000;
}
.submitBt {
  width: 100%;
  margin: 15px 0px 10px 0px;
}
.form-note {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.form-note strong {
  font-weight: 700;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  font-family: "Roboto", sans-serif;
}

.sec-1 {
  background-color: #ffd66e;
  text-align: center;
  padding: 1rem 0;
}
.top-h1 {
  font-family: "Anton", sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}
.top-h1 span {
  color: #be222b;
}
.sec-1 h1 {
  font-family: "Anton", sans-serif;
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 1.3;
}
.sec-1 h1 span {
  color: #be222b;
}
.zoom-in-out-box {
  animation: zoom-in-zoom-out 1s ease;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.sec-2 {
  background-color: #fff;
  padding: 2rem 0px;
}
#OwlCarousel1 {
  margin-top: 20px;
}
#OwlCarousel1 .owl-item img {
  width: auto;
}
.owl-carousel,
.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.sec-3 {
  background-color: #e8e8e8;
  padding: 1rem 0px;
}
.content-1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
.content-1 strong {
  font-weight: 700;
}

.sec-4 {
  background-color: #000;
  padding: 10px 0px;
}
.content-title {
  color: #fff;
  font-family: "Anton", sans-serif;
  text-align: center;
  font-size: 35px;
  margin-bottom: 0px;
}
.content-title span {
  color: #be222b;
}
.content-title1 {
  color: #000;
  font-family: "Anton", sans-serif;
  text-align: center;
  font-size: 35px;
  margin-bottom: 0px;
}
.content-title1 span {
  color: #be222b;
}
.choose-div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.choose-div1 {
  width: 33%;
  margin-top: 40px;
  display: flex;
}
.circle1 img {
  transition: transform 1s;
}
.circle1 img:hover {
  transform: scale(1.05);
}
.courses-div1 img {
  transition: transform 1s;
}
.courses-div1 img:hover {
  transform: scale(1.02);
}
.content-2 {
  color: #bdbdbd;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: 65%;
  margin: auto 15px;
  line-height: 1.3;
}
.content-2 strong {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  color: #fff;
}
.content-3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin: 40px 0px 0px 0px;
  line-height: 1.3;
}
.btn-wid {
  width: 200px;
}

.sec-5 {
  background-color: #fff;
  padding: 3rem 0px;
}
.courses-div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 20px;
}
.courses-div1 {
  width: 31%;
  margin: 20px 10px;
  background-color: #000;
  color: #fff;
  position: relative;
}
.courses-div2 {
  position: absolute;
  bottom: 0;
  padding: 20px 25px;
}
.courses-div3 {
  width: 31%;
  margin: 20px 10px;
  color: #fff;
  position: relative;
  top: 6px;
}
.content-4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0px 0px 20px 0px;
}
.content-5 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0px 0px 20px 0px;
  line-height: 1.3;
}
.content_datas {
  margin: 0px 0px 20px 0px;
}
p.content-5.content_datas p {
  margin-bottom: 20px;
}
section.sec-2.div-testi {
  padding-bottom: 57px;
  background: url(../images/testimonial_bg.jpg);
}
.testimonials-heading .head-img img{
  display: table;
  margin: 0 auto;
}
.studen-slide{
  margin-top: 50px;
}
.content-7 {
  color: #000;
  font-family: "Anton", sans-serif;
  font-size: 20px;
}
.content-7 span {
  color: #be222b;
  margin-right: 10px;
}
.footer {
  background-color: #000;
  padding: 1rem 0px;
}
.footer p {
  text-align: center;
  color: #898989;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.sticky-enquire {
  display: none;
}

.course-btn {
  background-color: #f2b10f;
  color: #000;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  border: 2px solid #000;
}
.course-btn:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.content-title2 {
  color: #000;
  font-family: "Anton", sans-serif;
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.content-title2 span {
  color: #bd252e;
}
.content-6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 15px;
}
.content-6a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0px;
}
.content-6a strong {
  font-weight: 700;
}
.red-icon {
  width: 65px;
  position: relative;
  top: 4px;
}
/*MAP Start*/
  .map {
    text-align: center;
    padding: 50px 0;
    background-color: #191919;
  }
.map h3{
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.map a{
  text-decoration: none;
  color: #fcca07;
  font-size: 30px;
  font-weight: 600;
}
.no-2 {
  color: #fff;
  font-size: 20px;
}
.no-2 a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.foot-mail{
  text-decoration: none !important;
  color: #fff !important;
  font-size: 18px !important;
}
.map iframe{
  margin-top: 50px;
}

/*MAP End*/

#OwlCarousel2 .owl-item img {
  width: auto;
  margin: 20px auto 10px auto;
}
.testi-txt1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 1.3;
}
.testi-txt2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
}
.testi-txt3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff !important;
  border: 1px solid #000;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000 !important;
}
/*logo slider STAR*/
  h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider .slide img{
  max-width: 100px;
}
/*logo slider END*/

.inline-input {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.inline-input input {
  width: 13%;
  margin: 15px 5px;
  text-align: center;
}

.thank-txt1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  margin-top: 15px;
}
.thank-txt2 {
  text-align: center;
  position: relative;
  margin: 10px 0px;
}
.thank-txt2 span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  position: relative;
  background-color: #e8e8e8;
  z-index: 1;
  padding: 0px 10px;
}
.thank-txt2:after {
  content: "";
  border-bottom: 1px solid #000;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

.thank-txt3 {
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}
.thank-txt4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  margin-top: 15px;
}
.thank-txt4 a {
  color: #be222b;
}
.thank-u-form-div {
  margin-top: 20px;
}
::-webkit-scrollbar {
  width: 8px;
}
.desk-disp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .desk-disp {
    display: block;
  }
  .col-padding {
    height: auto;
    margin-top: -3px;
    background-color: #ffd66e;
    padding: 2rem 0.5rem;
  }
  .col-padding1 {
    padding: 0px;
  }
  .banner-left-div {
    top: 50%;
    position: relative;
    width: 100%;
  }
  .imgPreview{
    width: 100%;
    height: 100px;
    object-fit: contain;
  }
  .navbar-brand {
    margin-top: 0px;
  }
  
  .fixed-top {
    position: absolute;
  }
  .call-div {
    margin-top: 0px;
  }
  .call-div a {
    margin: 0;
  }
  .enquire-btn{
    font-weight: 600;
    font-size: 11px;
  }
  .choose-div1 {
    width: 100%;
  }
  .courses-div1 {
    width: 100%;
    margin: 20px 0px;
  }
  .content-7 {
    line-height: 1.3;
  }
  .content-7 a {
    display: none;
  }
  .sticky-enquire {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10px 0px;
    background-color: #be222b;
    text-align: center;
    z-index: 1;
  }
  .sticky-enquire a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
  }
  .footer {
    padding-bottom: 3rem;
  }
  .mob-circle-order {
    order: 2;
  }
  .mob-order-content-2 {
    text-align: right;
  }
  .banner-header {
    background-image: none;
    height: auto;
  }
  .form-div {
    position: relative;
    top: unset;
    width: 100%;
    border-radius: 0px;
    right: unset;
    background-color: #fff;
    padding: 15px 12px;
  }
  .sec-1 h1 {
    font-size: 21px;
  }
  .form-div1 .form-group {
    width: 50%;
  }
  .form-div1 .frm-grp1 {
    width: 100%;
  }
  .thank-footer {
    padding-bottom: 1rem;
  }
  .courses-div3 {
    display: none;
  }
  .thank-txt2 span {
    background-color: #fff;
  }
  .circle1 img {
    width: 100%;
  }
  .bg-dark.cms-nav {
    background-color: transparent;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sticky-enquire {
    display: none;
  }
  .content-7 {
    line-height: 1.5;
  }
  .choose-div1 {
    width: 50%;
  }
  .call-div {
    width: 45%;
  }
  .banner-header {
    height: 58vh;
  }
  .courses-div1 {
    width: 48%;
    margin: 20px 5px;
  }
  .banner-left-div {
    height: 50vh;
    background: #f2b10f;
    padding: 1rem 0.5rem;
    top: 27%;
    width: 84%;
  }
  .col-padding {
    background-color: transparent;
    height: 58vh;
    padding: 2rem;
    margin-top: 11rem;
  }
}

.error {
  display: none;
}
@media only screen and (max-width: 768px) {
  .navbar-brand img {
    height: 45px;
  }
}
