/*!
Theme Name: impulse_capital_1
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: impulse_capital_1
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

impulse_capital_1 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.header-upper .outer-container,
.header-top .outer-container  {
    max-width: 1400px;
    margin: 0 auto;
}


.about-section .image-box .image-shape .shape-2{
	display: none !important;
}

section.banner-section {
    min-height: 940px;
}

.slide-item .auto-container {
    max-width: unset;
    padding-left: 50px;
}


.banner-carousel .content-box div{
  position: relative;
  display: block;
    font-size: 70px;
    line-height: normal;

  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box div{
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box div span{
  position: relative;
  display: block;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 1);
}


.header-upper .right-column .support-box .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

.about-section {
    padding-top: 0px;
}

.header-upper  .outer-box {
    padding-left: 0px;
}

.sec-title h2.sub-title {
    font-size: 20px;
}

.about-section .image-box .image {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    
}
.service-block-two .inner-box p {
    position: relative;
    z-index: 3;
}

.three-item-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    height: 360px;
}

.service-block-two .inner-box {
    min-height: 304px !important;
}
.growth-section .growth-inner .content-box{
  height: 100%;
}

.growth-section .growth-inner .content-box .sec-title {
    width: 81%;
}

.growth-section .growth-inner .content-box .sec-title h2 {
    position: relative;
    display: block;
    font-size: 41px;
    font-weight: 600;
    margin: 0px;
        line-height: normal;
}
.growth-section .growth-inner .content-box .text-box {
    width: 57%;
}

.growth-block-one .inner-box .icon-box{
    background: #f4f1fa;
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 0px 50%;
   display: inline-flex;
   justify-content: center;
   align-items: center;
  }
  .growth-block-one .inner-box .icon-box img{
    width: 30px;
  }

  .growth-block-one .inner-box .icon-box:before{
    display: none;
  }

  .chooseus-block-one .inner-box h3 {
    font-size: 18px;
}

.chooseus-block-one .inner-box .icon-box img {
    width: 38px;
}

.left-column .chooseus-block-one .inner-box .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chooseus-section .image-box .image-shape {

    display: flex;
    justify-content: center;
    align-items: center;
}

.chooseus-section .image-box .image-shape img {
    width: 188px;
}

.left-column .chooseus-block-one .inner-box {
    margin-right: 25px;
  }


.industries-section .tab-btns {
    position: relative;
    padding-right: 100px;
    overflow: hidden;
    height: 469px;
    max-height: 469px;
    overflow-y: scroll;
}

  
.industries-section .tab-btns::-webkit-scrollbar {
  width: 7px;               /* width of the entire scrollbar */
}


.industries-section .tab-btns::-webkit-scrollbar-track {
  background: #3a4250;        /* color of the tracking area */
}


.industries-section .tab-btns::-webkit-scrollbar-thumb {
  background-color: #1f232b;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid transparent;  
}

.industries-section .tab-btns:before, .industries-section .tab-btns .tab-btn.active-btn:before{
    display: none;
}

.boxed_wrapper, .contact-style-two .outer-container{
    overflow: unset !important;
}
.faq-section,
.working-section,      
.appointment-sectionn{
    overflow-x: hidden;
}

.sidebar-page-container .support-widget .big-text{
  color: #035e56;
}
.sidebar-page-container .support-widget:before{
  display: none !important;
}



.sticky-top {
    position: sticky !important;
    z-index: 8;
    top: 120px;
}


.sidebar-page-container .support-widget .theme-btn {
    background: #ffffff;
}

.sidebar-page-container .support-widget .theme-btn.btn-two {
    color: #126e82;
}




.team-section.about-page{
  overflow-x: hidden;
}

.share-icon a {
    color: var(--main_color);
}


.about-section .image-box .circle-box .curved-circle-2 {
    left: 71px;
    bottom: 38px;
    transform: rotate(-130deg);
}
.about-section .image-box .circle-box .curved-circle-4 {
    right: 102px;
    bottom: 14px;
    transform: rotate(-222deg);
}

.slide-item .auto-container {
    max-width: 1400px;
    padding-left: 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #01796f !important;
    color: #fff !important;
    border-radius: 8px;
    border: none !important;
    padding: 8px 18px;
}

.about-section .image-box .image-shape .shape-1 {
    left: -57px;
    top: -50px;
}


@media(max-width: 600px){
	.circle__text{
		display: none !important;
	}
		
		.boxed_wrapper{
    		overflow-x: hidden !important;
		}
	}