:root {
  --white: #ffffff;
  --black: #000000;
  --yellow: #FFC107;
  --blue: #002F6C;
}

/*-------------- Owl crousel ---------------*/
body.home{
  background-color: #fff;
}
/* SLIDER */
#slider {
  position: relative;
  padding: 0px;
  overflow: hidden;
  /* background: linear-gradient(75.04deg, #015AA3 -0.49%, #042146 100.74%); */
}
.slide-small-one{
  color: var(--white);
}
.slider-para {
  color: #fff;
  width: 90%;
  text-transform: capitalize;
}
.slider-box{
  padding: 0px 20px;
}
.slidemainbox-col1 {
  position: relative;
  z-index: 3;
  padding: 17% 20px;
}
.slide-heading-one {
  animation: moveInLeft 2s ease-out;
}
a.slider-btn.btn {
  background: var(--yellow);
  color: #000;
}
.slider-circle-img {
  height: 620px;
  position: absolute;
  bottom: -4px;
  right: 100px;
  z-index: 1;
}
.slider-circle-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.slider-bg-overlay-box{
  clip-path: polygon( 0% 0%,100% 0%,100% 89.91%,100% 89.91%,99.439% 90.176%,97.861% 90.898%,95.424% 91.968%,92.286% 93.275%,88.606% 94.707%,84.542% 96.156%,80.251% 97.51%,75.893% 98.659%,71.624% 99.492%,67.604% 99.9%,67.604% 99.9%,62.471% 99.543%,57.555% 98.221%,52.803% 96.204%,48.162% 93.766%,43.58% 91.178%,39.003% 88.713%,34.378% 86.642%,29.652% 85.237%,24.773% 84.771%,19.688% 85.514%,19.688% 85.514%,16.834% 86.554%,14.002% 88.017%,11.257% 89.777%,8.665% 91.71%,6.291% 93.69%,4.202% 95.591%,2.462% 97.288%,1.138% 98.655%,0.295% 99.568%,0% 99.9%,0% 0% );
  background: linear-gradient(75.04deg, #015AA3 -0.49%, #042146 100.74%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.slider-overlay-img{
  position: absolute;
  top: 45px;
  left: 30px;
  z-index: 1;
  width: auto;
  height: 550px;
}
.slider-overlay-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}




