/* --------slider------- */
.parallelogram {
  width: 775px;
  height: 236px;
  top: 50px;
  left: 8rem;
  position: absolute;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 35px 0px 0px 70px;
  transform: skew(-22deg);
  background: linear-gradient(to right, rgb(87 97 109), rgba(128, 128, 128, 0));
}
#slider{
  overflow-x: hidden;
}
#slider .slider-pro-title{
  /* position: relative;
  left: -33px; */
      text-align: start;
}
#slider .slide_desc{
  font-family: Inter;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
}
#slider .owl-stage-outer{
  height: 620px;
}
#slider .owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 20%;
  border-radius: 100px 0 0 100px;
  background: rgb(255 255 255 / 20%);
  height: 160px;
  width: 80px;
  right: -26px;
  border-left: 1px solid #fff;
}
#slider .owl-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 20%;
  left: -26px;
  border-radius: 0 100px 100px 0;
  background: rgb(255 255 255 / 20%);
  height: 160px;
  width: 80px;
  border-right: 1px solid #fff;
}
#slider .slider-content{
      padding: 6rem 0;
}

#slider .fas.fa-angle-left, #slider .fas.fa-angle-right, #gallery .owl-nav i{
  font-size: 25px;
  color: #fff;
}
#slider .owl-carousel .owl-item img{
      width: 95%;
}
#slider button.owl-dot{
  background: gray;
  border: none;
  width: 45px;
  height: 3px;
  border-radius: 10px;
  margin: -1px;
}
#slider button.owl-dot.active{
  background: #fff;
  border: none;
  width: 45px;
}
/* #slider .slider-car-img{
  width: 80%;
  margin: 0 auto;
} */
#slider .slider-content-inner p{
  font: 600 26px/39px 'Archivo';
  color: #fff;
}
#slider .car-attr{
  text-align: start;
  padding:0 28px;
}
#slider .car-attr:first-child{
  padding-left: 0;
}
#slider .slider-pro-title a{
  color: #fff;
  font: 200 25px/35px 'Archivo';
  position: relative;
  z-index: 1;
}
#slider .slider-content-inner label{
    font: 400 14px/17px Inter;
    color: #fff;
}
#slider .car-attr::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  border-right: 1px solid #fff;
}
#slider .slider-content-inner div:nth-child(3)::after{
  border-right: 0px;
}
#slider .slider-attr-content{
  /* position: relative;
  left: 20%; */
  position: absolute;
    /* left: 20%; */
    right: -115px;
}
/* -----about section--- */

#about-us .about-heading{
  font:700 32px/35px 'Archivo';
}
#about-us .about-counter{
  position: absolute;
  bottom: -7%;
  background: rgba(234, 36, 36, 1);
  left: 0;
  padding: 20px;
  width: 28%;
}
#about-us .about-list p{
  padding-left: 10px;
}
#about-us .year-no{
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  font-family: Archivo;
  font-size: 40px;
  font-weight: 700;
  padding: 30px 0;
  line-height: 46px;
}
#about-us .counter-heading{
  font: 700 22px/32px Archivo;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}
#about-us .about-img-one{
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
#about-us .about-inner-two{
  align-self:end;
  padding-left: 3%;
}
#about-us .about-para-two{
  font: 16px/25px Inter;
  padding: 15px 0;
  margin-bottom: 15px;
}
#about-us .about-list i{
  background: #277bf8;
  align-self: center;
  padding: 5px;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
}
#about-us .about-btn{
  margin-top: 7%;
}

/*------- Video section------ */
/* #Video .video-bg-img a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
#Video{
  height: 500px;
  position: relative;
}
#Video .overlay {
  width: 100%;
  height: 500px;
  background-color: rgb(6 6 6 / 70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}
#Video .video-inner{
  margin-top: 14%;
}
/* #Video .video-content-inner {
  max-width: 29%;
} */
#Video .sub-head-border{
  color: #fff;
}
#Video .sub-head-border::after{
    border-bottom: 2px solid #fff;
}
#Video .video-bg-img a i{
  width: 60px;
  height: 60px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  padding: 21px 0;
  color: #609A33;
  font-size: 18px;
}
#Video .modal-new {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#Video .video-bg-img p{
  font-family: Inter;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  height: 500;
  background: rgb(255 255 255 / 10%);
  padding: 65px 20px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
}
#Video .video-heading{
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  font-family: 'Archivo', Expanded;
  color: #fff;
  max-width: 29%;
}
#Video .video-para{
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  max-width: 50%;
}
#Video .close-one{
  color: #fff;
  float: right;
  font-size: 25px;
  font-weight: 700;
  padding: 1px 9px;
  cursor: pointer;
  margin-bottom: 7px;
  background: 0 0;
  border: unset;
  height: 38px;
  width: 38px;
  position: absolute;
  right: 0;
  margin: 15px 10% 0 0;
  border-radius: 50%;
  border: 1px solid #fff;
}

#gallery .nav-tabs .nav-link.active {
  background: #121212;
  padding: 14px 40px;
  border-radius: 0;
  color: #fff;
}
#gallery .gallery-desc ul.nav.nav-tabs{
  background: #FAFAFA;
  border-bottom: none;
}
#gallery  .nav-tabs .nav-link{
  padding: 14px 40px;
  border-radius: 0;
  color: #000;
  font: 500 18px/25px Inter;
  text-align: left;
}
#gallery  .main-gallery-list .item{
  margin: 10px;
}
#gallery .owl-prev, #gallery .owl-next{
  position: absolute;
  top: 35%;
  background: rgb(255 255 255 / 20%);
  height: 160px;
  width: 80px;
  right: 0px;
  border: 1px solid #fff;
}
#gallery .owl-nav i{
     font-size: 14px;
}
#gallery .owl-prev{
  left: -25px;
  border-radius: 0 100px 100px 0;
}
 #gallery .owl-next{
   right:-25px;
  border-radius: 100px  0 0 100px;
 }
  #gallery .main-gallery-list img{
    cursor: pointer;
  }
  #gallery .owl-carousel .owl-stage{
        background: #F8F8F8;
  }
/* ------Our Services section-------- */

/* ------Contact US section-------- */
#contact-us-sec .contact_form_sec{
  background: #F8F8F8;
  border-radius: 12px;
  padding: 18px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
#contact-us-sec .contact_form_sec label {
    font: normal normal 600 14px/26px Inter;
    letter-spacing: 0px;
    color: #000000;
    width: 100%;
}
#contact-us-sec input.wpcf7-form-control.has-spinner.wpcf7-submit{
  background: #277BF8;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  color: #ffff;
}
#contact-us-sec textarea{
     height: 100px;
}

/* ------------Newsletter------------ */
#newsletter{
    background: #121212;
}
#newsletter .sub-head-border{
  color: #fff;
}
#newsletter .sub-head-border::after{
      border-bottom: 2px solid #fff;
}
#newsletter .news-heading{
  font: 600 32px/35px Archivo;
  color: #fff;
}
#newsletter .news-para{
  font: 300 14px/19px Inter;
  color: #fff;
}
#newsletter .news_content form{
  position: relative;
}
#newsletter .news_content form::after{
content: '\f061';
position: absolute;
top: 0;
right: 0;
padding: 10px 10px;
font-weight: 200;
color: #000;
border: none;
font-size: 16px;
font-family: FontAwesome !important;
background-color: transparent;
}
 #newsletter .wpcf7-submit {
position: absolute;
  top: 0;
  right: 20px;
  padding: 10px 10px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  background: transparent;
  border: none;
}
#newsletter .news_content form{
      height: 50px;
}
#newsletter .news-error-text{
  font: 600 14px/15px Inter;
  color: #fff;
  margin-bottom: 0;
}
#newsletter .wpcf7-not-valid-tip{
      margin-top: 30px;
}
#newsletter .wpcf7-response-output {
  position: absolute;
  top: 4.5rem;
  left: -6px;
  border:1px solid #fff;
  color: #fff;
}


/* option galore css */
#options-galore .variant-outer{
  background: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
}
#options-galore .variant-inner{
  display: flex;
  text-align: center;
  margin-bottom: 20px;
}
#options-galore .product_variant_color{
  position: relative;
}
#options-galore .product_variant_color::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border:1px solid #000;
  border-radius: 50px;
  margin: -5px;
}
#options-galore .product_variant_text{
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
#options-galore .product-gallery img{
  max-width: 90%;
}
#options-galore .price-text{
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000;
}
#options-galore .product-price{
  font-family: Archivo;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  color: #000;
}
#options-galore .price-text-two{
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
/* degree */
#degree .degree-inner{
      margin-top: 8%;
}
#degree  .degree-inner-content p{
  font-family: 'Archivo';
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}
#degree  .degree-inner-content{
    width: 30%;
}
#degree  .degree-inner-content label{
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
}
