:root {
  --brand: #0B2F9F;
  --sub: #C7FFD8;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
  }
  
  .header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--brand);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  
  .header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--brand);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    transition: 0.5s;
  }
  
  .header-carousel .owl-nav .owl-prev:hover,
  .header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--brand) !important;
  }
  
  @media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }
  
    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
  
  }
  
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 600px;
    /* margin-top: 95px; */
    display: block;
    object-fit: cover;
    transition: 0.5s;
  
  }

/* @media (max-width: 576px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 250px;
}
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
      top: 230px;
  }
} */
  
  .header-carousel .header-carousel-item .carousel-caption h2{
    color: var(--sub);
    font-weight: 600;
  }

  
  @media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }
  
  }
  
  @media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
  }
  
  .header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
  }
  
  .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
  }
  /*** Carousel Hero Header End ***/
  /*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
    height:300px;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}

/*** Features End ***/
  .s-one {
  font-size: 32px;
  /* color: var(--brand); */
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.s-one::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: black;
  bottom: 1px;
  left: calc(50% - 60px);
}

.s-one::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--brand);
  bottom: 0;
  left: calc(50% - 20px);
}
/* ==============  */
.btn-send{
	background:var(--brand);
	color: white;
	transition: all 0.4s;
  border: 1px solid var(--brand);
	border-radius: 0;
}

.btn-send:hover{
	background: white;
	color: var(--brand);
  border: 1px solid var(--brand);
}

button,button:focus,button:hover,button:active {
	outline: none!important;
}
/* =============================  */
/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 50px;
	color: #ffffff;
	position: relative;
}

.primary-btn.normal-btn {
	color: #111111;
}

.primary-btn.normal-btn:before {
	border-color: #c4c4c4;
}

.primary-btn.normal-btn:after {
	border-color: #c4c4c4;
}

.primary-btn:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 28px;
	width: 28px;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	content: "";
	border-radius: 0 0 0 4px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.primary-btn:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 28px;
	width: 28px;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	content: "";
	border-radius: 0 4px 0 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.primary-btn:hover:before {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

.primary-btn:hover:after {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}


@media (min-width: 768px) and (max-width: 991px) {
	.section{
		padding: 70px 0px;
	}
}
@media (max-width: 767px) {
	.section{
		padding: 70px 0px;
	}
}
@media only screen and (min-width: 280px) and (max-width: 599px) {
	.section{
		padding: 70px 0px;
	}
}

/**Courses**/
.section-title.center-title {
    text-align: center;
  }
  .section-title.center-title h2:after {
    right: 0;
    margin: 0 auto;
  }
  .section-title span {
    /* color: #ffffff; */
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .section-title h2 {
    /* color: #ffffff; */
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
  }
  .section-title h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 70px;
    background: var(--brand);
    content: "";
  }
  /**Courses**/

.mv{
    overflow: hidden;
  }
  .mv-img{
    overflow: hidden;
    border-radius: 10px;
  }
  .mv-img img{
    object-fit: cover;
  }
  .mv .mv-row .mv-img img{
    height: 300px;
    width: 100%;
    border-radius: 10px;
  }
  .mv .mv-row{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media (max-width: 991px){
    .mv-row .mission-content{
      margin-bottom: 70px;
    }
    .mv-row .mv-content{
      margin-bottom: 30px;
    }
    .mv .mv-row{
      margin-bottom: 50px;
    }
    .mv .mv-row .mv-img{
      margin-bottom: 50px;
      order: 1;
    }
    .mv .mv-row .mv-content{
      order: 2;
    }
  }
  
  @media (max-width: 370px){
    .mv .mv-row .mv-img, .mv .mv-row .mv-content{
      width: 100%;
    }
  }
  
  .mv-img img{
    scale: 1;
    transition: 3s;
  }
  .mv-img img:hover{
    scale: 0.8;
  }
  /*INTERIORS*/
.card{
    height: 100%;
  }
  .card img{
    height: 200px;
  }
  .card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bg-2 {
    background: linear-gradient(rgba(0, 0, 255, 0.4), rgba(0, 0, 255, 0.3)), 
                url("../img/image-3/product-background.jpg") no-repeat center center fixed;
    background-size: cover;
}

  
  .training-head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .training-head h3{
    font-size: 25px;
  }
  /* ========================  */
  /* sub page  */
/* Path */
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/image-3/img-2.jpg") fixed; */
  background-image: linear-gradient(to left, #1818a3 0%, #3333ff 51%, #1818a3 100%);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus {
  color: #fff !important;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}



@media only screen and (min-width: 967px) {
  .design-1 {
    text-align: center;
  }

  .rl-space {
    padding: 0px 120px;
  }

  .rl-space-fluid {
    padding: 0px 220px;
  }
}

.info1 {
  background-color: var(--brand);
  padding: 50px 20px 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.info .info2 {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .info .info2 {
    height: 200px;
  }
}

@media only screen and (max-width: 460px) {
  .info .info1 {
    padding: 50px 20px;
  }

  .info .info1 h1 {
    font-size: 25px;
    padding-bottom: 20px;
  }

  .info .info1 h4 {
    font-size: 14px;
  }
}

.design-h2 {
  font-weight: 900;
  color: var(--brand);
}

@media (max-width: 792px) {
  .design-h2 {
    font-size: 20px;
  }
}

.list-num {
  list-style: decimal;
  padding: 5px 0px;
}
/* ===============  */
.thumbnail-img {
 

  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.separator {
  height: 5px;
  background: linear-gradient(to right, #ff5722, #ff9800, #ff5722);
  margin: 20px 0;
  border-radius: 5px;
}
.custom-margin {
  margin-top: 10px; /* Adjust this value to reduce the space between heading and paragraph */
}
.modal-dialog {
  max-width: 90%;
  margin: 1.75rem auto;
}
.modal-content {
  border-radius: 8px;
}
/* =========================  */
/*** Testimonial ***/

#testimonials{
  overflow-x: hidden;
}
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  background: var(--light);
  transform: scale(.8);
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--brand);
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: white !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  background: var(--brand) !important;
} 

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 300px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 350px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--brand);
  font-size: 45px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

.test-head{
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-text h5{
  font-weight: 700;
}

/* ==============  */
/* product page css  */
.seperator-head{
  margin-top: 10px;
  display: flex; 
  align-items: center;
}
.seperator-head-3{
  
  background-color: var(--brand); 
        color: white; 
        padding: 10px 20px 10px 20px; 
        font-weight: bold; 
        font-family: Arial, sans-serif; 
        border-radius: 15px 0 15px 0px;
        /* white-space: nowrap; */
}
.seperator-head-33{
  flex-grow: 1; 
  height: 2px;  
  background-color: var(--brand);
}
.thambnail-img-33{
  .img-fluid{
    height: 200px;
    object-fit: contain;
  }
  h2{
    font-size: 26px;
    color: #333;
    font-weight: bold;
  }
  .custom-margin{
    font-size: 16px;
    color: #666;
  }
}
.thambnail-img-35{
  align-items: center;
  justify-content: center;
  text-align: left;
  display: flex;
}
.thambnail-img-34{
  align-items:stretch;
  .thambnail-img-34-1{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.download-button{
  text-align:end;
  a{
    text-align: end;
  }
  .btn-brand-3{
    background-color: black;
    color: white;
    border: 1px solid grey;
    text-align: right;
    padding: 10px 20px;
    margin: 10px;
    
  }
  .btn-brand-3:hover{
    color: white;
  /* box-shadow: 3px 3px 10px blu; */
  }
  
}
/* ====thambnail imag- slider start =====  */
.thambnail-img-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.thambnail-img-slider img {
 
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.thambnail-img-slider img.active {
  opacity: 1;
}
/* =======end=========  */
.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
}
.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001; 
}

.close-button:hover {
  color: red; 
}

