﻿.single-featuer-box {
    top: 0px;
    margin-bottom: 20px;
}

.social-icon {
    float: right;
}

.header-top {
    background: #fff;
    padding: 0 35px;
}

.search-box-btn.search-box-outer {
    border: 2px solid #E73625;
    border-radius: 30px;
    width: 140px;
    height: 40px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}

    .search-box-btn.search-box-outer a {
        color: #434240;
        align-self: center;
        font-weight: 700;
    }

.sticky-nav .search-box-btn.search-box-outer a {
    color: #fff !important;
}

.sticky-nav {
    background: #f04e23 !important;
}

.top-wrap .go-top-button {
    background: #f04e23;
}

.section-title .sub-title h5 {
    font-size: 30px;
}

.slider-button a {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 60px;
    border-radius: 50px;
    color: #fff;
}

/*.single-featuer-box .featuer-content {
    opacity: 1;
    bottom: 22px;
    width: 100%;
}
*/
.feature-tmb img {
    width: 120px;
}

.feature-text p {
    font-size: 15px;
    font-weight: 700;
    padding: 0px 30px 0;
    text-align: left;
}

.single-featuer-box .feature-thumb::before {
    opacity: 1;
}

.feature-thumb::before {
    background: rgba(240,78,35,0.80);
}

.footer-area {
    background-color: #f04e23;
}

    .footer-area::before {
        background: rgba(240,78,35,0.80);
    }

.footer-icons i {
    background: #f04e23;
}

.service-title h2 {
    color: #e73625;
}

.mean-container .mean-bar {
    background: #f04e23;
    float: left;
    min-height: 60px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999999;
}

    .mean-container .mean-bar::before {
        color: #fff;
        content: "AZ STARTUP ASSISTANT";
        font-size: 22px;
        font-weight: 600;
        left: 10px;
        position: absolute;
        top: 18px;
    }

.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 96px;
}

.blog-content h2 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 5px;
}

.blog-thumb img {
    width: 100%;
    height: 262px;
    object-fit: contain;
}

.about.breadcumb-area {
    height: 100vh;
}

.service.breadcumb-area {
    height: 100vh;
}

.breadcumb-title h1 {
    color: #e73625;
}

.breadcumb-area .breadcumb-content-text span {
    color: #fff;
    font-size:26px;
    font-weight:900;
}

.bre-line {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    .bre-line .bre-line-c {
        width: 200px;
        height: 3px;
        background-color: #e73625;
    }

.desAbout {
    margin: 20px 0;
    font-size: 22px;
    text-align: justify;
}

    .desAbout strong {
        margin: 10px 0;
        color: #e73625;
    }

.about-page .feature-text p {
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}

.product-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #e73625;
    height: 60px;
    padding: 0 32px;
}

.product content .icon-img {
    height: 172px;
}

.single-product-box {
    padding: 40px 20px;
}

.product-title p {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    height: 250px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content h2 a {
    color: #e73625;
}

    .blog-content h2 a:hover, .blog-left a:hover {
        text-decoration: none;
        color: #f04e23;
    }

.blog-left a {
    display: inline-block;
    font-size: 14px;
    color: #e73625;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 24px;
    font-weight: 500;
}

.blog-left span {
    font-size: 14px;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 24px;
    color: #e73625;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.service-page .service-img img {
    left: 50%;
    transform: translate(-45px, 7px);
    top: -45px;
    width: 100px;
    height: 100px;
}

.slider-title h1.text1 {
    font-size: 100px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.0;
    color: #000;
}

.slider-title h1.text2 {
    font-size: 100px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.0;
    color: #e73625;
}

.slider-title p {
    font-size: 14px;
    line-height: 1.0;
    color: #000;
}

.sticky-nav .search-box-btn.search-box-outer {
    border: 2px solid #fff;
}

.breacumb-content {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 115px);
}

.next-section-slider {
    position: absolute;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3) !important;
    width: 100%;
    height: 100vh;
}

.home.next-section-slider {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0) 100%);
}

.breadcumb-content-text span {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}

.home .breadcumb-title {
    align-self: flex-start;
}


    .home .breadcumb-title h1.text1 {
        text-align: left;
        color: #000;
    }

    .home .breadcumb-title h1.text2 {
        text-align: left;
    }

    .home .breadcumb-title p {
        text-align: left;
    }


.full.next-section-slider {
    height: calc(100vh - 0px);
}

.service-title p {
    display: -webkit-box;
    -webkit-line-clamp: 14;
    height: 210px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align:justify;
}

.testimonial-area {
    margin-top: 20px;
}

.btn-contact {
    border: 2px solid #E73625;
    border-radius: 30px;
    width: 140px;
    height: 40px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    color: #fff;
    background-color: #E73625;
}

    .btn-contact:hover {
        color: #fff;
    }

.feature-thumb {
    height: 224px;
}

.owl-prev i {
    background-color: #f04e23;
    border-radius: 50%;
    padding: 10px 12px;
}

.owl-next i {
    background-color: #f04e23;
    border-radius: 50%;
    padding: 10px 12px;
    color: #fff;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
}

    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 60px;
        top: 50%;
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 60px;
        top: 50%;
    }

.case_list {
    margin-top: 30px;
}

    .case_list .project-single-box::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 0%;
        width: 100%;
        background: none;
        transition: .5s;
        border-radius: 5px;
    }

    .case_list .project-thumb {
        max-height: 100vh;
    }

        .case_list .project-thumb img {
            object-fit: contain;
            height: 100%;
        }

.product.content .icon-img img {
    width: 130px;
}
.industries .aboute-content {
    display: flex;
    flex-direction: column;
}

    .industries .aboute-content .aboute-icon {
       align-self:center;
    }
    .industries .aboute-content .aboute-icon img{
        width:132px;
    }
    .industries .aboute-content .about-titl {
        align-self: center;
    }
    .industries .aboute-content .about-titl h2{
      color:#000;
    }
.industries.about-area {
   
    margin-top: 125px;
}

.industries_list .owl-dots {

    transform: translate(-80px, -40px);
}
.service-thumb {
  /*  padding-top: 100px;*/
    display: flex;
    justify-content: center;
}
.service-thumb img {
    width: 200px;
}
.home .feature-thumb {
     width: 100%; 
}
.market {
    color: #061738!important;
    font-weight: 100;
    cursor:pointer;
}
    .market.active {
        font-weight: bold;
    }

.feature-area .single-service-box {
    margin-top: 20px;
}
.feature-area .service-thumb {
    padding-top: 0px;
   
}
.feature-area .service-title h2 {
    min-height: 32px;
}

.feature-area .service-content {
    padding: 10px 30px 0px;
    position: relative;
}
    .feature-area .service-content .service-title p {
        -webkit-line-clamp: 5;
        height: 120px;
    }


.icon-box {
    padding: 20px;
    padding-bottom:15px;
    margin-bottom:20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    display:flex;
}

.choose-tmb {
    display: flex;
}

.choose-tmb img {
   
    width: 100px;
    align-self:center;
}


.service-page .feature-thumb {
    display:flex;
    justify-content:center;
}
    .service-page .feature-thumb img {
        object-fit: contain;
        width: 100px;
        text-align: center;
    }

.choose-titles p {
    min-height: 180px;
    text-align: justify;
}
.about-text p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter';
    color: #6e7673;
    text-align: justify;
}
.icon-box .choose-titles {
    display: flex;
    flex-direction: column;
}
.section-title .main-title h3, .section-title .main-title h2 {
    text-transform: uppercase;
}

.single-featuer-box:hover .featuer-content {

    bottom: 0;
}

.service-area.upper-2 .section-title {
    text-align: left;
}

.fdi .feature-title h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    color: #e73625;
    text-transform: capitalize;
    background: #fff;
    padding: 26px 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.featuer-content .feature-text div {
    height: 200px;
    overflow-y: scroll;
}
.about-thumb img {
    width: 100%;
    margin-left: 0px;
}
.block-service {
    border-radius: 30px;
    border: 2px solid #e73625;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 440px;
}
.block-service-title {
    display: flex;
    justify-content: center;
}
    .block-service-title h2 {
        color: #e73625;
        font-size: 25px;
        text-align: center;
        font-weight:900;
    }
.block-service-content p {
    color: #000;
    text-align: justify;
}
.block-service-thumb {
  
    width: 100%;
    display: flex;
    justify-content: center;
}
.block-service-thumb img {
    width: 100px;
}
.block-service-text ul{
    margin-left:60px;
}
.fdi .block-service{
    min-height:340px;
}
.sup .block-service {
    min-height: 330px;
}
.sup .block-service-text{
    min-height:160px;
}
.section-title .btn-contact {
    width: 300px;
    height: 50px;
    padding-top: 5px;
    font-size: 24px;
    font-weight: 600;
}
.breadcumb-title h1{
    text-transform:uppercase;
}
.breadcumb-content-text span {
    text-transform: uppercase;
}
.breadcumb-area {
    height: calc(100vh - 115px)!important;
}
.next-section-slider {
    height: calc(100vh - 115px) !important;
}
.fdi .block-service-content{
    min-height:272px;
}