 @font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  }
  @font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  }
   body{
    font-family:"Montserrat", sans-serif !important;
  }
  .head-left-heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head-content {
    padding: 10px 20px 40px;
    margin-left: 50px;
  }
  @media (max-width:991px) {
    .head-content {
    margin-left: 0px;
    padding: 10px 20px 10px;
  }
  }
  .head-content p {
    font-size: 18px;
  }
 @media (max-width:991px) {
    .head-content p {
    font-size: 12px;
  }
 }
  .head-image img{
    width: 100%;
  }
  .slider-sec {
    margin: 65px 0 30px;
  }
  .shapes-block{
    position: relative;
  }
  .shapes-block .s1 {
    position: absolute;
    bottom: 81%;
    right: 75%;
    z-index:-1;
  }
  .slide-subscribe {
    margin-top: 20px;
  }
  .slide-subscribe a {
    padding: 10px 20px;
    background-color: #0d6efd;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
  }
  .slide-subscribe a:hover {
    color: #fff;
  }
  .shapes-block img {
    width: 140px;
  }
  .top-line {
    padding-top: 30px;
  }
  .line-color-Purple {
    border-top: 10px solid #8756FF;
  }
  .line-color-green {
    border-top: 10px solid #07C1BE;
  }
  .line-color-yellow {
    border-top: 10px solid #F2B731;
  }
  .line-color-pink {
    border-top: 10px solid #EB808C;
  }

  @media (max-width:991px) {
    .mob-content {
        margin-top: 25px;
        height: 22vh;
        width: 95%!important;
        margin: 0 auto;
    }
  }
  .head-content span {
    color: #FF0000;
    font-weight: 700;
  }
  @media (max-width:991px) {
    .shapes-block .s1 {
      position: absolute;
      bottom: 76%;
      right: 86%;
  }
    .shapes-block img {
      width: 120px;
  }
  }
  @media (max-width:750px) {
    .shapes-block img {
      width: 90px;
  }
  .shapes-block .s1 {
    position: absolute;
    bottom: 81%;
    right: 83%;
}
  }
  @media (max-width:400px) {
    .shapes-block img {
      width: 75px;
  }
  .shapes-block .s1 {
    position: absolute;
    bottom: 86%;
    right: 79%;
  }
  .head-content {
    padding: 10px 20px 30px;
  }
  .top-line h1 {
    font-size: 20px;
  }
  .top-line {
    padding-top: 20px;
}
  }





  /* coursel */




/* 
.navbar-brand{
	font-size: 30px;
	font-weight: bold;
	color: #fff !important;
}
.nav-item a{
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 20px !important;
	color: #fff !important;
}
.nav-item a:hover{
	color: #000 !important;
} */
.home-slide .carousel-caption{
	bottom: 40%;
	display: block !important;
}

@media (min-width: 0px) and (max-width: 768px) {
  .home-slide .carousel-caption{
    bottom: 30%;
    display: block !important;
  }
}
.home-slide .carousel-indicators li {
    background-color: #6b6969a9 !important;
    width: 15px!important;
    height: 15px!important;
    border-radius: 100%!important;
    margin: 0 10px;
}
.home-slide .carousel-indicators li:active {
  background-color: #EB808C !important;
}
.home-slide .carousel-indicators li:focus {
  background-color: #EB808C !important;
}
.home-slide .carousel-inner .carousel-item {
  height: unset!important;
}
.home-slide .carousel-indicators {
  margin-bottom: 2rem!important;
}
@media (max-width:991px){
.home-slide .carousel-indicators li {
background-color: #6b6969a9 !important;
width: 10px!important;
height: 10px!important;
border-radius: 100%!important;
}
}

.block-align {
  display: flex;
  align-items: center;
  justify-content: center;
}