/*
Theme Name: Indobi Child
Theme URI:http://wordpress.zcube.in/indobi
Description: Indobi – Industrial WordPress Theme.
Text Domain: indobi
Author:       zcube
Author URI: https://themeforest.net/user/zcubedesign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     indobi
Version:      1.0

*/


/* Theme customization starts here
  -------------------------------------------------------------- */
  
/* Header */
header.header-area{
    position: absolute;
    width: 100%;
        z-index: 2;
}

header.header-area .header-top{
        background: #ffffff1f;
}
header.header-area .menu-area::before {
    background: transparent;
}
header.header-area .main-menu ul li a,
header.header-area .main-menu ul li a::after{
    color: #fff;
}
  

  /* Slider Styles */

.slider_wrapper .elementor-element-populated{
padding:0 !important;
}

.slider {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider .slide.active {
  opacity: 1;
  z-index: 1;
}

.slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .caption {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.slider .caption .title,
.slider .caption .desc,
.slider .caption .buttons {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slider .slide.active .title {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0);
}

.slider .slide.active .desc {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0);
}

.slider .slide.active .buttons {
  transition-delay: 0.8s;
  opacity: 1;
  transform: translateY(0);
}

.slider  h2.title{
        color: #fff !important;
        font-size: 2.4rem;
        margin-bottom:3rem;
}

.slider  p.desc{
       font-size: 1.19rem;
        margin-bottom:3rem;
}

/* Buttons */
.slider .buttons .btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 24px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}
.slider .buttons .btn:hover {
  background: #d21719;
  color: #fff;
  border: 2px solid #d21719;
}

/* Navigation Arrows */
.slider .nav {
     position: absolute;
    top: 55%;
    transform: translateY(-50%);
    color: white;
    font-size: 40px;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: #fff;
    justify-content: center;
    align-items: center;
}
.slider .nav.prev { left: 20px; }
.slider .nav.next { right: 20px; }

.slider .nav i{
        color: #00163b;
    font-size: 1.7rem;
}
.slider .nav:hover{
        background: #d21719;
}
.slider .nav:hover i{
     color: #fff;
}
/* Dots */
.slider .dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
      z-index: 900000;
      display:none;
}
.slider .dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}
.slider .dots span.active {
  background: white;
}

/*Breadcrumb*/
.breadcrumb-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb-title h2 {
    font-size: 35px;
	}
	
	/*Services*/
	

.services_wrapper .services-08-thumb img {
    height: auto !important;
}	
.services_wrapper .services-08-content{
	position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #00173cba;
    padding: 130px 60px 0;
    transition: .3s 
	cubic-bezier(.24, .74, .58, 1);
    transform: scaleY(1);
    top: 0;
}
.services_wrapper a.read_more{
        display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #ff5e15;
    color: #fff;
    font-size: 3rem;
    font-weight: 100;
    padding-top: 18px;
        font-family: "Font Awesome 5 Pro" !important;
}

.home_about_wrapper .about-title h2{
    color:#fff;
}
.footer-link .f-contact ul li a::before {
    display:none;
}
.footer-link .f-contact ul li img{
    width: 25px;    margin-top: -5px;
}
.f-contact li {
    margin-bottom: 6px !important;
}
.f-contact a,
.f-contact  li span{
    color: #a2b6d5 !important;
}

.sticky-menu {
    position: relative !important;
    
}

@media (min-width: 1023px) {
    .breadcrumb-title{
            margin-top: 100px;
    }
}
@media (max-width: 991px) {
header.header-area .mean-container a.meanmenu-reveal {
        color: #fff;
        border: 1px solid #fff;
    }
header.header-area .mean-container a.meanmenu-reveal span {
        border-top: 3px solid #fff;
    }
}

@media (max-width: 767px) {
    .logo img {
        width: 120px;
    }
    .breadcrumb-wrap nav{
        display:block;
    }
    .breadcrumb-title h2 {
    font-size: 26px;
    margin-bottom: 12px;
}
}

@media only screen and (max-width: 600px) {
 .slider h2.title {
    font-size: 1.7rem;
}
}

