
.icon-box i {
    float: left;
    color: #e03a3c;
    font-size: 40px;
    line-height: 0;
}
.overview-section{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.overview-image img{
    width:100%;
}

.contact-address .info-column .info-list li:nth-child(2) {
    width: 30%;
}

span.icon.icons-multiply img {
    width: 15px;
}
.sticky-btn{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    /* background: #f36d09; */
    background: linear-gradient(to right, #f36d09 0%, #f68b3f 100%);
    z-index: 998;
}
a.theme-btn.btn-style-one.go-contact.new-fixed-btn {
    padding: 10px 60px;
    background: none;
}
.modules-flex-row{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.fixed-top-margin{
  /*  margin-top: 85px; */
    position: relative;
    width: 100%;
}

.section-thankyou{
    padding: 80px 0px;
}
footer.main-footer.thankyou-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}

/* .journeycls .half_right_list li { */
    .journeycls .half_right_list li {
        /* padding: 5px 0px 40px 60px; */
        padding: 5px 0px 0px 3px;
        font-size: 21px;
        display: inline-block;
    }
    .journeycls .right_list li {
        color: #000;
        list-style: none;
        position: relative;
        margin-right: 0px;
        line-height: 25px;
        text-align: center;
    }
    .listcls.journeycls {
        padding: 0px 50px;
    }
    ul.right_list.half_right_list.column p {
        font-size: 18px;
        margin-bottom: 20px;
    }
 
    .journeycls .right_list li {
        display: block;
    }
    ul.right_list.half_right_list.column {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    li.journet_start .journeyimg img {
        margin-bottom: 10px;
    }
    .rotated-on-mobile-1 {
        transform: rotate(90deg);
        height: 100px;
        position: relative;
        top: 0px;
    }
    li.journet_start {
        width: 33.33%;
    }


    .how-it-works-section{
        padding: 80px 0px;
    }


    /* Clients Css */
    .bubbles-wrapper .bubble{
        width: 100px;
        height: 100px;
        background-color: #fff;
        cursor: pointer;
    }

    .bubbles-wrapper .bubble img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .key-features-images img{
        width: 100%;
    }

    .info-list li a strong{
        font-size: 14px !important;
        display: inline-block !important;
        margin-bottom: 0px !important;
        text-transform: uppercase;
    }

    .overview-row{
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .overview-details .text p{
        color: #000000;
        font-size: 18px;
        line-height: 1.8em;
        font-weight: 500;
        width: 520px;

    }

    .main-header.fixed-header .main-menu .navigation > li:hover > a::before {
        width: 100%;
    }

    .main-header.fixed-header .main-menu .navigation > li.current > a:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 26px;
        width: 0px;
        height: 2px;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        /* background-image: linear-gradient(to right, #FF4449 0%, #ff757a 100%); */
        background-image: linear-gradient(to right, #f36d09 0%, #f68c3fad 100%);
    }

    .contact-address{
        padding: 40px 0px;
        background-color: #fff;
    }
    .contact-section .info-column .info-list li:last-child{
        margin-bottom: 0;
    }
    .contact-address .info-column .info-list {
        margin-left: 0px;
        display: flex;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
    }

    a.theme-btn.btn-style-one.go-contact.show-only-tab {
        position: absolute;
        top: 21px;
        right: 70px;
        display: none;
        z-index: 9999;
    }

    .bg-layer-responsive{
        display: none;
        position: relative;
    }
    .bg-layer-responsive img{
        width: 100%;
    }


/* Clients Slider css */




.client-flex-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.bubble.bg-contrast.rounded-circle.p-2.shadow.icon {
    border-radius: 50%!important;
    width: 120px;
    height: 120px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    /* margin-bottom: 30px; */
    margin: 30px 10px;
}
.bubble.bg-contrast.rounded-circle.p-2.shadow.icon img {
    max-width: 90%;
    margin: auto;
}

.team-section .owl-carousel .owl-nav.disabled, .team-section .owl-carousel .owl-dots.disabled {
    display: block;
}
/* .team-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    max-width: 100%;
    margin: auto;
} */

.team-section{ position:relative; overflow:hidden; padding:80px 0px 70px; background-color:#eff3ff; } 
.team-section .owl-dots{ display:none; } 
.team-section .owl-nav{ 
position:absolute; 
left:0px; 
top:55%; 
right:0px; 
margin-top:-50px;
} 
.team-section .owl-nav .owl-prev{
position:absolute; 
left: -60px;
font-size: 30px; 
color: #f48634; 
width: 50px; 
height: 50px; 
line-height: 50px; 
text-align: center; 
border-radius: 50px; 
font-weight: 700; 
display: inline-block; 
margin: 0px 0px 0px 0px; 
background-color: #ffffff; 
-webkit-transition: all 300ms ease; 
-ms-transition: all 300ms ease; 
-o-transition: all 300ms ease; 
-moz-transition: all 300ms ease; 
transition: all 300ms ease; 
box-shadow:0px 10px 10px rgba(0,0,0,0.15);
} 
.team-section .owl-nav .owl-next{
position:absolute; 
right:-60px; 
font-size: 30px; 
color: #f48634; 
width: 50px; 
height: 50px; 
line-height: 50px; 
text-align: center; 
border-radius: 50px; 
font-weight: 700; 
display: inline-block; 
margin: 0px 0px 0px 0px; 
background-color: #ffffff; 
-webkit-transition: all 300ms ease; 
-ms-transition: all 300ms ease; 
-o-transition: all 300ms ease; 
-moz-transition: all 300ms ease; 
transition: all 300ms ease; 
box-shadow:0px 10px 10px rgba(0,0,0,0.15);
} 
.team-section .owl-nav .owl-prev:hover, .team-section .owl-nav .owl-next:hover{ background-color:#f48634; color:#ffffff; } 
.team-section .team-carousel .owl-item.center .team-block .social-boxed .social-inner{ opacity:1; visibility:visible; } 
.team-section .team-carousel .owl-item.center .team-block .image img{ max-width:100%; margin:0 auto; } 
.team-section .team-carousel .owl-item .team-block{ transform:scale(0.9,0.9); } 
.team-section .team-carousel .owl-item.center .team-block{ transform:scale(1,1); } 
.team-section .team-carousel .owl-item.center .team-block .team-block .inner-box .lower-content h3{ font-size:24px; } 
.team-section .team-carousel .owl-item.center .team-block .team-block .inner-box .lower-content .designation{ font-size:16px; } 
/* .team-section .owl-carousel .owl-stage-outer{  }  */
.team-section .team-carousel .owl-item.center .team-block .inner-box .lower-content{ padding-top:30px; } 
.team-section .team-carousel .owl-item.center .team-block .inner-box .lower-content .social-boxed{ transform:scale(0.9,0.9); margin-top:12px; padding-bottom:8px; height:40px; } 


@media only screen and (max-width: 1280px){

    .team-section .owl-nav .owl-prev {
        position: absolute;
        left: -45px;
    }
    .team-section .owl-nav .owl-next {
        position: absolute;
        right: -45px;
    }


}



    @media only screen and (max-width: 1199px){
        .banner-section {
            padding: 60px 0px 150px;
        }

        .banner-section .content-column .inner-column {
            padding-left: 40px;
        }
        .banner-section .content-column h1 {
            font-size: 48px;
            line-height: 56px;
            margin-bottom: 20px;
        }
        .app-block .inner-box .content-column .text {
            position: relative;
            color: #000000;
            font-size: 16px;
            line-height: 1.8em;
            font-weight: 400;
            margin-top: 0px;
            margin-bottom: 25px;
        }
        .app-block .inner-box .content-column h3 {
            margin-bottom: 15px;
        }
        .steps-section .blocks-column .inner-column .carousel-indicators li {
            margin-bottom: 40px;
        }

        .contact-address .info-column .info-list li:nth-child(2) {
            width: auto;
        }
        .team-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
            max-width: 90%;
            margin: auto;
        }

    }


    @media only screen and (max-width: 991px){
        /* .main-header.fixed-header .nav-outer .mobile-nav-toggler{
            padding-top: 0px;
        } */
        .main-header.fixed-header .header-upper .logo-box {
            padding: 10px 0px;
        }
        .banner-section {
            padding: 70px 0px 100px;
        }
        .banner-section .content-column h1 {
            font-size: 40px;
            margin-bottom: 10px;
        }
        .btn-style-one {
            font-size: 14px;
            padding: 10px 20px 10px;
        }
        .overview-section {
            padding-top: 80px;
        }
        .sec-title h2 {
            font-size: 30px;
        }
        .app-block .inner-box .content-column h3 {
            font-size: 25px;
            line-height: 1em;
            margin-bottom: 10px;
        }
        .key-features-images{
            margin-bottom: 20px;
        }
        a.theme-btn.btn-style-one.go-contact.show-only-tab {
            display: block;
        }
        .sec-title {
            margin-bottom: 10px;
        }
        .apps-section {
            padding: 80px 0px;
        }
        .app-block .inner-box .content-column .text {
            margin-bottom: 0;
        }
        .listcls.journeycls {
            padding: 0px 0px;
        }
        .journeyimg img {
            max-width: 60%;
            margin: auto;
        }

        /* Clients css */
        
        ul.info-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .contact-section .info-column .info-list li{
            width: 50%;
            margin-bottom: 40px;
        }

        .contact-address-show-phone{
            margin-bottom: 30px;
        }

        .contact-image img{
            width: 100%;
        }
        .contact-section .info-column .inner-column {
            position: relative;
            padding-bottom: 50px;
        }

        /* .main-header .nav-outer {
            width: 100%;
            padding-top: 0;
            margin-top: -63px;
        } */

        
    }


    @media only screen and (max-width: 767px){

        .clearfix{
            margin-top: 60px;
        }
        a.theme-btn.btn-style-one.go-contact.show-only-tab {
            display: none;
        }
        .steps-section .blocks-column .inner-column .carousel-indicators {
            top: 20px;
        }				#key-features .sec-title {text-align: center;}		.steps-section .blocks-column .inner-column .carousel-indicators li .icon {margin: 0px 0px 10px 0px;}
        .banner-section .content-column .inner-column {
            padding-left: 0;
            padding-top: 0px;
        }
        .overview-section {
            padding-top: 40px;
        }
        .apps-section{
            padding: 40px 0px;
        }
        .steps-section{
            padding: 40px 0px;
        }
        .banner-section .content-column h1 {
            font-size: 30px;
            line-height: 1.2em;
            margin-bottom: 5px;
        }
        main-header .nav-outer {
            width: 100%;
            margin-top: -98px;
        }
        .carousel-indicators li {
            padding-left: 0px !important;
        }
        .steps-section .blocks-column .inner-column .carousel-indicators li {
            /* padding-left:50px !important; */
            margin-bottom: 30px;
            display: flex;
            align-content: center;
            justify-content: flex-start;
            align-items: center;            text-align: center;			flex-flow: column;
        }
        
        .steps-section .blocks-column .inner-column .carousel-indicators li .number {
            top: 0;
            font-size: 50px;
        }
        .steps-section .blocks-column .inner-column .carousel-indicators li strong {
            color: #000000;
            display: inline-block;
            font-size: 16px;
            margin-bottom: 0px;
            padding-top: 0;
        }

        ul.right_list.half_right_list.column {
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            width: 100%;
            flex-direction: column;
        }
        li.journet_start .journeyimg img{
            max-width: 20%;
            margin: auto;
            margin-bottom: 5px;
        }
        .rotated-on-mobile-1 {
            transform: rotate(360deg);
            height: 80px;
        }
        .journeycls .right_list li {
            display: block;
            width: 100%;
            padding: 0;
        }
        .how-it-works-section {
            padding: 40px 0px;
        }
        .listcls.journeycls {
            padding-top: 30px;
        }

        .integration-section{
            padding:40px 0px;
        }
        .featured-section{
            padding:40px 0px;
        }
        .featured-section .blocks-column:last-child{
            margin-bottom: 0;
        }
        .contact-section{
            padding: 40px 0px;
        }

        /* clients css */

        .integration-section .outer-container {
            position: relative;
            overflow: visible;
            height: auto;
        }
       

        ul.info-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        .contact-section .info-column .info-list li {
            width: 100%;
        }
        .main-header .nav-outer {
            width: 100%;
            padding-top: 3px;
        }

        .overview-row .order-2{
            order: 2;
        }
        .overview-row .order-1{
            order: 1;
        }
       
        .sticky-btn{
            display: block;
        }
        .main-footer {
            position: relative;
            background-color: #eff3ff;
            margin-bottom: 44px;
        }

        .bg-layer-responsive{
            display: block;
        }
        .banner-section .bg-layer{
            background-image: unset !important;
        }
        .banner-section {
            padding: 0px 0px 20px;
            background: #f37018;
        }

        .featured-block .inner-box h3 {
            min-height: auto;
        }

        /* .nav-outer .mobile-nav-toggler {
            padding: 5px 0px 0px 0px;
        } */

        .team-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
            max-width: 100%;
            margin: auto;
        }
        .team-section .owl-nav {
            position: relative;
            left: 0px;
            top: 100%;
            bottom: 0;
            right: 0px;
            margin-top: 0px;
            text-align: center;
        }
        .team-section .owl-nav .owl-prev {
            position: relative;
            left: -10px;
        }
        .team-section .owl-nav .owl-next {
            position: relative;
            right: -10px;
        }
        .bubble.bg-contrast.rounded-circle.p-2.shadow.icon {
            margin: 20px 10px;
            width: 150px;
            height: 150px;
        }

       
    }
