/**
 * @file
 * Visual styles for Startup Growth's hero image banner.
 */
 .image-banner {
    position: relative;
    margin-top:15px;
  }
  .image-banner .col-md-12 {
    padding-left:0;
    padding-right:0;
  }
  
  .logo-image{
  width:250px;
  height:auto;	 
  }
  
  .tp-bgimg.defaultimg {
    background-position:center !important;
    border-bottom-left-radius: 75px !important;
    border-bottom-right-radius: 75px !important;
  }
  
  .overlay-section-image {
        position: absolute;
        top: -10%;
        left: 60%;
        width: 30%;
        height: 120%;
        display: flex;
        align-items: center;
        padding:20px 20px 20px 100px;
     }
     .overlay-section-image.overlay-section-mobile {
      display:none;
  }
  .overlay-section-image.overlay-section-desktop {
    display:flex;
    left: 56%;
    width: 510px;
  }
  .overlay-section-image.overlay-1 {
    background-color: rgba(0,0,0,0.5);
  }
  .overlay-content-section-image h2 {
      margin:0 0 25px 0;
        font-size:36px;
     }
     
    .overlay-content-section-image .descp{
    	font-size: 13px;
      height: 120px;
     }
     
     .overlay-content-section-image {
    backdrop-filter: blur(10px);
    padding: 10px 6px;
    border-radius: 30px;
    width: 50%;
    width: fit-content;
    margin-top: 55px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight:bold;
    border: 1px solid #aaa;
    background-color: white;
    border-radius: 20px;
    color: #fff;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    opacity: 0.8 !important;
 }

 .hero-button-image-main, .overlay-logo-section-image .hero-button-image-main {
    display: block;
    padding: 10px 6px;
    border-radius: 30px;
    min-width: 100px;
    text-align: center;
    width: fit-content;
    margin-top: -3px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight:bold;
    border: 1px solid #1c1c1c;
    background-color: #1c1c1c;
    color: #fff;
    width: 150px;
 }
  .overlay-section-image .hero-button-image-main:hover {
      border: 1px solid #1c1c1c;
      background-color:#fff;
      color: #1c1c1c;
      content: "Discover";
  }
  
  .overlay-section-image.black h2, .overlay-section-image.black .descp {
    color:#1c1c1c;
     }
     .overlay-section-image.white h2, .overlay-section-image.white .descp {
      color:#1c1c1c;
     }
     .overlay-section-image.black .hero-button-image-main {
      border: 1px solid #aaa;
      background-color: #aaa;
      color: #1c1c1c;
     }
     .overlay-section-image.black .hero-button-image-main:hover {
      border: 1px solid #1c1c1c;
      background-color:transparent;
      color: #1c1c1c;
  }
  .overlay-section-image.black .hero-button-image-main {
    color: #1c1c1c;
      border: 1px solid #aaa;
      background-color: #aaa;
  }
  
  div.hero-image-carousel .tp-bullets .tp-bullet {
    background-color: #1c1c1c;
      border:2px solid #1c1c1c;
     }
     div.hero-image-carousel .tp-bullets .tp-bullet.selected {
      border:2px solid #1c1c1c;
      background-color: transparent;
     }
  
     div.hero-image-carousel {
        color:#1c1c1c;
        background-color: transparent;
       }
  
       div.hero-image-carousel :before {
         color:#1c1c1c !important;
  }
  
  div.hero-image-carousel .tp-rightarro:before {
      color:#1c1c1c !important;
     }
     div.hero-image-carousel .tp-leftarrow:before {
      color:#fff !important;
     }
     div.hero-image-carousel .tp-bullets.tp-bullets-black .tp-bullet {
      background-color: #1c1c1c;
      border:2px solid #1c1c1c;
     }
     div.hero-image-carousel .tp-bullets.tp-bullets-black .tp-bullet.selected {
      border:2px solid #1c1c1c;
      background-color: transparent;
     }
     div.hero-image-carousel .tp-bullets.tp-bullets-white .tp-bullet {
      background-color: #fff;
      border:2px solid #fff;
     }
     div.hero-image-carousel .tp-bullets.tp-bullets-white .tp-bullet.selected {
      border:2px solid #fff;
      background-color: transparent;
  @media (min-width:768px) and (max-width:991px) {
  .overlay-section-image {
        padding-left:40px;
        width:45%;
      }
    }
    @media (min-width:375px) and (max-width:767px) {
      div.slideshow-hero-image-banner,div.rev_slider {
        height: 500px !important;
      }
      div.hero-image-carousel li div.slotholder {
        position: relative !important;
        object-fit: cover;
        
      }
      div.hero-image-carousel li.slide-with-overlay div.slotholder {
        height:40% !important;
      }
    
      .overlay-section-image {
        position:absolute;
        top:40%;
        height:60%;
        padding:10px 20px;
        width:100%;
        left: 0 !important;
      }
     
      .overlay-section-image.overlay-section-mobile {
        display:flex;
      }
      .overlay-section-image.overlay-section-desktop {
        display:none;
      }
    
      .logo-image{
    	width: 180px; 
      }
      .tparrows{
       top: 40% !important;
      }
    
       div.hero-image-carousel li .overlay-section-image .logo-section, div.hero-image-carousel li .overlay-caption-image h2 {
        margin-bottom:15px;
      }
    
      div.hero-image-carousel li .overlay-section-image div.descp {
            font-size: 12px;
           }
           div.hero-image-carousel li .overlay-section-image h2 {
            font-size:24px;
            margin-bottom:15px;
           }
           div.hero-image-carousel li .overlay-section-image .hero-button-image-main {
            margin-top:-36px !important;
            color: #fff !important;
            width:100px !important
           }
           div.hero-image-carousel .tparrows.tp-leftarrow {
            top:74% !important;
            left:54% !important;
           }
           div.hero-image-carousel .tparrows.tp-rightarrow {
            top:74% !important;
            left:94% !important;
           }
           div.hero-image-carousel .tp-bullets {
            top:102% !important;
           }
  }

  .overlay-section-image.overlay-section-mobile {
    display:flex;
  }
  .overlay-section-image.overlay-section-desktop {
            display:flex;
            left: 56%;
            width: 510px;
          }  

.overlay-section-image.overlay-section-mobile {
  display:flex;
}
.overlay-section-image.overlay-1 {
      background-color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.5);
    }
    .overlay-content-section-image h2 {
    margin:0 0 25px 0;
      font-size:28px;
    }
     .overlay-content-section-image h2 {
      margin:0 0 25px 0;
        font-size:36px;
     }
     
    .overlay-content-section-image .descp{
    	font-size: 13px;
      height: 120px;
     }
    
     .overlay-content-section-image {
    backdrop-filter: blur(10px);
    .overlay-content-section-image .descp{
    font-size: 14px;
    }
    .overlay-content-section-image .hero-button-image-main, .overlay-logo-section-image .hero-button-image-main {
    display: block;
      padding: 10px 6px;
      border-radius: 30px;
      width: 50%;
      width: fit-content;
      margin-top: 55px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight:bold;
      border: 1px solid #aaa;
      background-color: white;
      border-radius: 20px;
      color: #fff;
      height: fit-content;
      padding-top: 50px;
      padding-bottom: 25px;
      padding-left: 25px;
      padding-right: 25px;
      opacity: 0.8 !important;
     }
    
     .hero-button-image-main, .overlay-logo-section-image .hero-button-image-main {
      display: block;
      padding: 10px 6px;
      border-radius: 30px;
      min-width: 100px;
      text-align: center;
      width: fit-content;
      margin-top: -3px;
      font-size: 10px;
      text-transform: uppercase;
      font-weight:bold;
      border: 1px solid #1c1c1c;
      background-color: #1c1c1c;
      color: #fff;
      width: 150px;
    padding: 10px 6px;
    border-radius: 30px;
    min-width: 200px;
    text-align: center;
    width: fit-content;
    margin-top: 40px;
    font-size: 12px;
   text-transform: uppercase;
  font-weight:bold;
  border: 1px solid #aaa;
  background-color: #aaa;
  color: #fff;
  }
  .overlay-section-image .hero-button-image-main:hover {
    border: 1px solid #1c1c1c;
    background-color:#fff;
    color: #1c1c1c;
    content: "Discover";	
  border: 1px solid #fff;
  background-color:transparent;
  color: #fff;	
  }
  
  .overlay-section-image.black h2, .overlay-section-image.black .descp {
    color:#1c1c1c;
   }
   .overlay-section-image.white h2, .overlay-section-image.white .descp {
    color:#1c1c1c;
   }
   .overlay-section-image.black .hero-button-image-main {
    border: 1px solid #aaa;
    background-color: #aaa;
    color: #1c1c1c;
   }
   .overlay-section-image.black .hero-button-image-main:hover {
    border: 1px solid #1c1c1c;
    background-color:transparent;
    color: #1c1c1c;
  color:#1c1c1c;
  }
  .overlay-section-image.white h2, .overlay-section-image.white .descp {
  color:#fff;
   }
   .overlay-section-image.black .hero-button-image-main {
    color: #1c1c1c;
    border: 1px solid #aaa;
    background-color: #aaa;
  border: 1px solid #aaa;
  background-color: #aaa;
  color: #1c1c1c;
  }
  .overlay-section-image.black .hero-button-image-main:hover {
  border: 1px solid #1c1c1c;
  background-color:transparent;
  color: #1c1c1c;
  }
  .overlay-section-image.black .hero-button-image-main {
  color: #1c1c1c;
  border: 1px solid #aaa;
  background-color: #aaa;
  }
  
  div.hero-image-carousel .tp-bullets .tp-bullet {
    background-color: #1c1c1c;
    border:2px solid #1c1c1c;
   }
   div.hero-image-carousel .tp-bullets .tp-bullet.selected {
    border:2px solid #1c1c1c;
    background-color: transparent;
   }
  
  }
  div.hero-image-carousel .tp-bullets .tp-bullet.selected {
  border:2px solid #1c1c1c;
  background-color: transparent;
  }
  
   div.hero-image-carousel {
    color:#1c1c1c;
    background-color: transparent;
   }
  div.hero-image-carousel .tparrows {
  color:#1c1c1c;
  background-color: transparent;
  }
  
   div.hero-image-carousel :before {
    color:#1c1c1c !important;
   }
  div.hero-image-carousel .tparrows:before {
  color:#1c1c1c !important;
  }
  
   div.hero-image-carousel .tp-rightarro:before {
    color:#1c1c1c !important;
   }
   div.hero-image-carousel .tp-leftarrow:before {
    color:#fff !important;
   }
   div.hero-image-carousel .tp-bullets.tp-bullets-black .tp-bullet {
    background-color: #1c1c1c;
    border:2px solid #1c1c1c;
   }
   div.hero-image-carousel .tp-bullets.tp-bullets-black .tp-bullet.selected {
   border:2px solid #1c1c1c;
     background-color: transparent;
   }
   div.hero-image-carousel .tp-bullets.tp-bullets-white .tp-bullet {
    background-color: #fff;
    border:2px solid #fff;
   }
   div.hero-image-carousel .tp-bullets.tp-bullets-white .tp-bullet.selected {
    border:2px solid #fff;
    background-color: transparent;
   }
  div.hero-image-carousel .tparrows.tp-arrows-black:before {
  color:#1c1c1c !important;
  }
  div.hero-image-carousel .tparrows.tp-arrows-white:before {
  color:#fff !important;
  }
  div.hero-image-carousel .tp-bullets.tp-bullets-black .tp-bullet {
  background-color: #1c1c1c;
  border:2px solid #1c1c1c;
  }
  div.hero-image-carousel .tp-bullets.tp-bullets-black .tp-bullet.selected {
  border:2px solid #1c1c1c;
  background-color: transparent;
  }
  div.hero-image-carousel .tp-bullets.tp-bullets-white .tp-bullet {
  background-color: #fff;
  border:2px solid #fff;
  }
  div.hero-image-carousel .tp-bullets.tp-bullets-white .tp-bullet.selected {
  border:2px solid #fff;
  background-color: transparent;
  }
}
  @media (min-width:768px) and (max-width:991px) {
    .overlay-section-image {
      padding-left:40px;
      width:45%;
    }
  }
  @media (min-width:375px) and (max-width:767px) {
    div.slideshow-hero-image-banner,div.rev_slider {
      height: 500px !important;
    }
    div.hero-image-carousel li div.slotholder {
      position: relative !important;
      object-fit: cover;
      
    }
    div.hero-image-carousel li.slide-with-overlay div.slotholder {
      height:40% !important;
    }
  
    .overlay-section-image {
      position:absolute;
      top:40%;
      height:60%;
      padding:10px 20px;
      width:100%;
      left: 0 !important;
    }
   
    .overlay-section-image.overlay-section-mobile {
      display:flex;
    }
    .overlay-section-image.overlay-section-desktop {
      display:none;
    }
  
    .logo-image{
  	width: 180px; 
    }
    .tparrows{
     top: 40% !important;
    }
  
     div.hero-image-carousel li .overlay-section-image .logo-section, div.hero-image-carousel li .overlay-caption-image h2 {
      margin-bottom:15px;
    }
  .overlay-section-image {
    padding-left:40px;
    width:45%;
  }
  }
  @media (max-width:767px) {
  div.slideshow-hero-image-banner,div.rev_slider {
    height: 500px !important;
  }
  div.hero-image-carousel li div.slotholder {
    position: relative !important;
    object-fit: cover;
    
     div.hero-image-carousel li .overlay-section-image div.descp {
      font-size: 12px;
     }
     div.hero-image-carousel li .overlay-section-image h2 {
      font-size:24px;
      margin-bottom:15px;
     }
     div.hero-image-carousel li .overlay-section-image .hero-button-image-main {
      margin-top:-36px !important;
      color: #fff !important;
      width:98px !important
     }
     div.hero-image-carousel .tparrows.tp-leftarrow {
      top:74% !important;
      left:54% !important;
     }
     div.hero-image-carousel .tparrows.tp-rightarrow {
      top:74% !important;
      left:94% !important;
     }
     div.hero-image-carousel .tp-bullets {
      top:102% !important;
     }
  }
  div.hero-image-carousel li.slide-with-overlay div.slotholder {
    height:40% !important;
  }
  
  .overlay-section-image {
    position:absolute;
    top:40%;
    height:60%;
    padding:10px 20px;
    width:100%;
    left: 0 !important;
  }
}
  @media (max-width:320px) {
    div.slideshow-hero-image-banner,div.rev_slider {
      height: 500px !important;
    }
    div.hero-image-carousel li div.slotholder {
      position: relative !important;
      object-fit: cover;
      
    }
    div.hero-image-carousel li.slide-with-overlay div.slotholder {
      height:40% !important;
    }
  .overlay-section-image.overlay-section-mobile {
    display:flex;
  }
  .overlay-section-image.overlay-section-desktop {
    display:none;
  }
  .overlay-section-image {
        position:absolute;
        top:40%;
        height:60%;
        padding:10px 20px;
        width:100%;
        left: 0 !important;
      }
     
      .overlay-section-image.overlay-section-mobile {
        display:flex;
      }
      .overlay-section-image.overlay-section-desktop {
        display:none;
      }
  .logo-image{
    width: 180px; 
      }
      .tparrows{
       top: 40% !important;
      }
      
      .overlay-section-image {
           position:absolute;
            top:40%;
            height:60%;
            padding:10px 20px;
            width:100%;
            left: 0 !important;
          }
         
          .overlay-section-image.overlay-section-mobile {
            display:flex;
          }
          .overlay-section-image.overlay-section-desktop {
            display:none;
          }
        .logo-image{
        	width: 180px; 
          }
          .tparrows{
           top: 40% !important;
          }
      
         div.hero-image-carousel li .overlay-section-image .logo-section, div.hero-image-carousel li .overlay-caption-image h2 {
          margin-bottom:15px;
        }
        
        div.hero-image-carousel li .overlay-section-image div.descp {
          font-size: 12px;
         }
         div.hero-image-carousel li .overlay-section-image h2 {
          font-size:24px;
          margin-bottom:15px;
         }
         div.hero-image-carousel li .overlay-section-image .hero-button-image-main {
          margin-top:-36px !important;
          color: #fff !important;
          width:100px !important
         }
         div.hero-image-carousel .tparrows.tp-leftarrow {
          top:77% !important;
         left:54% !important;
         }
         div.hero-image-carousel .tparrows.tp-rightarrow {
          top:77% !important;
          left:94% !important;
         }
         div.hero-image-carousel .tp-bullets {
          top:102% !important;
         }
         div.hero-image-carousel li .overlay-section-image .logo-section, div.hero-image-carousel li .overlay-caption-image h2 {
              margin-bottom:15px;
            }
            
             div.hero-image-carousel li .overlay-section-image div.descp {
              font-size: 12px;
             }
             div.hero-image-carousel li .overlay-section-image h2 {
              font-size:24px;
              margin-bottom:15px;
             }
             div.hero-image-carousel li .overlay-section-image .hero-button-image-main {
              margin-top:-36px !important;
              color: #fff !important;
              width:100px !important
             }
             div.hero-image-carousel .tparrows.tp-leftarrow {
              top:84% !important;
              left:54% !important;
             }
             div.hero-image-carousel .tparrows.tp-rightarrow {
              top:84% !important;
              left:94% !important;
             }
             div.hero-image-carousel .tp-bullets {
              top:102% !important;
             }
      }
.tp-rightarrow,.tp-leftarrow {
	  display: grid !important;
      color: black !important;
      background-color: black !important;
      width: 40px !important;
      height: 40px !important;
      align-content: center !important;
      visibility: none !important;
      opacity: 1 !important;
      transform: none !important;
  }
.tp-rightarrow.show {
	visibility: visible !important;
    left: 87% !important;
    top: 80% !important;
  }
  .tp-leftarrow.show {
	visibility: visible !important;
    left: 78% !important;
    top: 80% !important;
  }


  