/*----------------- Owl Carousel --------------------*/
.item{
  min-width: 100%;
}
.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-theme{
  position: relative;
}
.owl-carousel .owl-stage-outer{
  margin-top: 20px !important;
}
.owl-theme .owl-nav{
  position: absolute;
  right: 0;
}

.owl-carousel .owl-nav button{
  margin: 0 5px;
  width: 40px;
  height: 40px;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  color: #fff !important;
  background-color: #7690e5 !important;
  border-radius: 100%;
  border-radius: 50px !important;
  transition: 0.3s ease-in-out;
}
.owl-carousel .owl-nav button:hover{
  color: #fff !important;
  background-color: #131313 !important;
}
.owl-carousel .owl-nav button span{
  display: none;
}
.owl-carousel .owl-nav button.owl-prev::before{
  font-family: "Font Awesome 6 Free"; /* Set the Font Awesome font family */
    content: "\f177"; /* Unicode for the search icon */
    font-weight: 900; /* Set the appropriate weight (solid) */
}
.owl-carousel .owl-nav button.owl-next::before{
  font-family: "Font Awesome 6 Free"; /* Set the Font Awesome font family */
    content: "\f178"; /* Unicode for the search icon */
    font-weight: 900; /* Set the appropriate weight (solid) */
}

.owl-theme .owl-dots{
  margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot span{
  width: 12px !important;
  height: 12px !important;
}
.owl-theme .owl-dots .owl-dot.active span{
  background: #7690e5 !important;
}



/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.hero_area .hero_area .item {
  position: relative;
}
.hero_area .hero_area .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_area .hero_area .item .cover {
  display: flex;
  align-items: center;
}
.hero_area .item .cover .header-content {
  position: relative;
  overflow: hidden;
}
.hero_area .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.hero_area .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.hero_area .item .cover .header-content h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  word-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.hero_area .item .cover .header-content h4 {
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.hero_area .item .cover .header-content h5 {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  margin: 0;
}
.hero_area .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInLeft;
  animation-delay: 1s;
}
.hero_area .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInRight;
  animation-delay: 1s;
}
.hero_area .owl-item.active h4 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInLeft;
  animation-delay: 1s;
}
.hero_area .owl-item.active h5, .hero_area .owl-item.active h6, .hero_area .owl-item.active p, .hero_area .owl-item.active i {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}
@keyframes slideInDownRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(175%, -150%, 0) rotate(-45deg);
    visibility: visible;
 }
  100% {
    -webkit-transform: translateZ(0);
    transform: translate3d(15px, 0px, 0) rotate(0deg);
 }
}
.hero_area .owl-item.active .img-container {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInDownRight;
  animation-delay: 0.3s;
}
.hero_area .owl-dots {
  width: auto;
  top: 124px;
  position: absolute;
}
.hero_area .owl-theme .owl-dots .owl-dot {
  display: block;
  outline: none;
}
.hero_area .owl-theme .owl-dots .owl-dot span {
  width: 3px;
  height: 3px;
  margin: 4px 2px;
  background: #000;
}
.hero_area .owl-theme .owl-dots .owl-dot.active span {
  height: 15px;
}
.hero_area .owl-theme .owl-nav {
  /*max-width: 570px;*/
  bottom: -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 90px;
}
.hero_area .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  float: left;
}
.hero_area .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #000;
  float: left;
}
.hero_area .owl-nav .owl-prev:focus {
  outline: 0;
}
.hero_area .owl-theme .owl-nav [class*="owl-"] {
  display: block;
  width: 40px;
  height: auto;
  position: unset;
  margin: 0;
}
.hero_area .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.hero_area .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  float: right;
}
.hero_area .owl-nav .owl-prev span, .hero_area .owl-nav .owl-next span {
  font-size: 40px;
  color: #000;
  font-weight: 700;
}
.hero_area .owl-nav .owl-next:focus {
  outline: 0;
}
.hero_area header:hover .owl-prev {
  left: 0;
  opacity: 1;
}
.hero_area header:hover .owl-next {
  right: 0;
  opacity: 1;
}
.hero_area .owl-thumbs {
  text-align: center;
  width: fit-content;
  margin: auto;
  z-index: 1;
  position: relative;
  max-width: 520px;
  cursor: pointer;
      display: flex;
    justify-content: space-around;
    width: 100%;
}
.hero_area .owl-thumbs .owl-thumb-item {
  background: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  outline: none;
  padding: 15px 5px;
  transition: ease-in-out 1s;
  cursor: pointer;
}
.hero_area .owl-thumbs .owl-thumb-item.active {
  position: relative;
}
.hero_area .owl-thumbs .owl-thumb-item.active::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  box-shadow: 0 0 5px 0 #00002b !important;
  background: #fff 4d;
  border-radius: 8px;
}
.hero_area .owl-thumbs .owl-thumb-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.hero_area .img-container {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px 5px #afa7a7;
  margin: 14px;
}
.hero_area .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_area .slider-start {
  width: 100%;
  background: #e2f5fb !important;
  overflow: hidden; 
  background: linear-gradient(45deg, #f7f5eb, #f5f5f5);
  padding: 30px 30px 30px 30px;
  margin: 102px auto 50px;
  border-radius: 24px;
  position: relative;
}
.hero_area .owl-carousel {
  z-index: 1;
}
.hero_area .card {
  border: 0;
  box-shadow: 0 0 20px 0 #bfbfbf;
  background: #fbfbfb;
  border-radius: 8px;
  padding: 30px 12px;
}
.hero_area .card h6 {
  font-size: 12px;
}
.hero_area p {
  margin: 0;
}
.hero_area .card-body {
  padding: 0;
}
.hero_area .card-text {
  font-size: 12px;
  margin-bottom: 20px;
}
.hero_area .card-text i {
  padding: 8px;
  background: #e1e1e1;
  border-radius: 50%;
}
.hero_area .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 50%;
  box-shadow: inset 0 0 20px 3px #d7d7d7;
}
.hero_area .owl-theme .owl-dots .owl-dot.active span, .hero_area .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.hero_area .rounded-gradient-borders {
  width: 600px;
  height: 600px;
  border: double 80px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f83600, #f9d423);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: -78%;
  left: -16%;
}
.hero_area .rounded-corners-gradient-borders-2 {
  border: double 10px #000;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-clip: content-box;
  background-color: red;
  float: left;
}


.common-slider .owl-thumbs {
	display:none !important;
}

@media only screen and (max-width: 640px) {
  .hero_area .item .cover .header-content h1 {
  	font-size: 30px;
  }
} 

@media only screen and (max-width: 991px) {
    .custom_nav-container{
        min-height: 100px;
    }
    .navbar-brand {    
        position: absolute;
    top: 5px;   
    right:0;
        
    }
    .mobile_search{
        padding-left: 0!important;
    }
    .hero_area .owl-theme .owl-nav{
        display: none;
    }
   
}
