*{
    margin:0;
    padding:0;
}
body{
    box-sizing:border-box;
    font-family: 'Poppins', sans-serif;
}

.bg-banner-section{
    background-image: url(images/banner-shape-bg.png);
    padding-top: 50px;
    padding-bottom: 100px;
}


.inner-shapes {
    position: relative;
}
.shapes {
    width: 50%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hero-shape-1 {
    position: relative;
    top: 0%;
    z-index: 0;
    left: 0%;
    width: 90%;
    margin: auto;
}
.shapes img{
    width:100%;
}
.hero-shape-1 img{
    width:100%;
}

.banner-information h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:1.5rem;
    
}

.banner-information  h2 span{
    color:#F15A29;
}

.banner-information p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    color: rgb(0 0 0 / 50%);
    margin-bottom:2.5rem;

}
.banner-information button{
    border:none;
    background-color:transparent;
}

.banner-information button a{
    text-decoration:none;
    text-transform:capitalize;
    font-size:18px;
    font-weight:600;
    letter-spacing:0px;
    color:white;
    display:block;
    background-color:#F15A29;
    padding:14px 50px;
    border-radius:4px;
    display: flex;
    gap: 16px;
    align-items: center;
}
.banner-information button a i{
    font-size: 30px;
}
.bg-banner-section .row{
    align-items:center;
}
.banner-information small{
    font-size:16px!important;
    font-weight:600;
    text-transform:capitalize;
    letter-spacing:0.5px;
    color:#F15A29;
}

.bg-trusted-section{
    background: rgb(255 224 214);
    padding: 40px 0px;
    width: 80%;
    margin: -100px auto 0;
    border-radius: 10px;
}
.trusted-box{
    display: flex;
    gap:20px;
    padding:20px;
}
.trusted-box img{
    width:80px;
    height:80px;
    background-color:white;
    padding:12px;
    border-radius:4px;
}
.rating-flex span{
    font-size:34px;
    font-weight:600;
    color:#F15A29;
}
.rating-flex p{
    color:black;
    text-transform:capitalize;
    font-size:16px;
    margin-bottom:0px;
}
.future-heading{
    text-align:center;
}
.future-heading span{
    font-size:18px;
    text-transform:capitalize;
    font-weight:500;
    background-color:#F15A29;
    padding:4px 12px;
    border-radius:4px;
    color:white;
}
.future-heading h2{
    margin-top:1.5rem;
    text-transform:capitalize;
    font-size:44px;
    font-weight:600;
}
/* .feature-image img{
    width:100%;
    height:100%;
} */
/* .feature-image{
    width:100px;
} */
.feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 12px 0px;
}

.feature-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: rgb(0 0 0 / 50%);
    transition:all 0.5s ease;
}
.feature-box{
    padding:30px;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.2);
    border-radius:10px 10px 0px 0px;
    transition:all 0.5s ease;
    position: relative;
    height: 100%;
    background-color:#fff;
}
.feature-box:after{
    content:"";
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    height: 2px;
    background:#F15A29;
}

.feature-box:hover{
    transform:translateY(-10px);
}

.bg-future-section{
    padding:80px 0px;
     /*background: #ffeee9;*/
}

.bg-future-section .row{
    margin-top:3rem;
    row-gap:30px;
}
.feature-image{
    text-align:center;
    width: 150px;
    height:100px;
    margin: auto;
    margin-bottom:30px;
}

.feature-image img {
    width:100%;
    height:100%;
}

.inner-slider-box {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.1);
    padding: 40px;
    border-radius: 10px;
    margin: 30px 8px;
    height:100%;
}

.inner-flex-box{
    display: flex;
    gap:20px;
}
.client-image{
    border-radius:20px;
    width:80px;
    height:80px;
}
.client-image img{
    width:100%;
    border-radius:6px;
}


.clinet-info h4{
    text-transform:capitalize;
    font-weight:600;
    font-size:20px;
    margin-bottom:4px;
}
.clinet-info h6{
    font-size: 14px;
    font-weight: 600;
    color: grey;
    margin-bottom:10px;
}

.flex-star{
    display: flex;
    align-items:center;
    gap:6px;
}
.flex-star i{
    font-size:18px;
    color:#F15A29;
}
.inner-slider-box p{
    margin:2rem 0rem 0rem 0rem;
    font-size:16px;
    line-height:1.5;
}
.slick-slide{
    margin-right: 2px;
}
.testimonial-slider .prev-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    border: none;
    color: white;
    background-color: #F15A29;
    position: absolute;
    top: 50%;
    left:0%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}
.testimonial-slider .next-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    border: none;
    color: white;
    background-color: #F15A29;
    position: absolute;
    top: 50%;
    right:0%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}
.testimonial-slider{
    padding:0px 1.5rem;
    margin-bottom:0px;
}
.bg-testimonial{
    padding: 80px 0px;
}

.testimonial-slider .slick-list {
    padding-bottom:50px;
    display:flex;
}

.testimonial-slider .slick-track {
    display:flex;
}

.bg-mid-cta{
    padding:80px 0px;
}
.mid-center-main-section {
    padding:0px 30px 0px 30px;
    display: flex;
    align-items: center;
    background-color: #feeee9;
    border-radius: 10px;
    background-image: url(images/need-help-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 30%;
}
.mid-center-section h2 span{
    font-weight:800;
    color:#F15A29;
}


.mid-center-section{
    width:60%;
}
.image-container{
    width:40%;
}
.image-container img{
    width:100%;
}

.mid-center-section h2{
    font-size:28px;
    font-weight:500;
    line-height:1.5;
    margin-bottom:2rem;
    padding-left:1rem;
}

.mid-center-section button{
    border:none;
}
.mid-center-section button a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    color: white;
    display: block;
    background-color: #F15A29;
    padding: 14px 50px;
    border-radius: 4px;
}




/*portfolio section*/


.bg-portfolio{
    position: relative;
    padding-top: 80px;
    padding-bottom:80px;
    background-color:#FFE0D6;
    overflow:hidden;
}
.bg-portfolio:after{
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-image:url(../image/Vector.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    z-index:-1;
}
.view-btn a{
    display: block;
    width:150px;
    height:56px;
    padding: 16px 40px 16px 40px;
    font-size:16px;
    font-weight:600;
    color:#F15A29;
    background-color: #fff;
    border-radius: 4px;
    text-transform:capitalize;
    margin-left:auto;
    transition:all 0.5s;
    border:1px solid transparent;
}

.view-btn a:hover {
    background-color: #F15A29;
    color: #fff;
    border: 1px solid #fff;
}

.portfolio{
    /*row-gap:30px;*/
    margin-top: 60px;
}
.portfolio-box{
    position: relative;
    overflow:hidden;
}

.portfolio-box:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 170%;
    top: 0;
    transform: skewX(45deg);
    transition: all 0.55s ease-in-out;
    background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
    opacity: 0.6;
    z-index: 1;
    background-size: 220% 150%;
}
.portfolio-box:hover:after{
    left: -100%;
    top: 0;
}
.content{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
    padding: 10px 15px;
    transition: all 0.35s ease-in-out;
    z-index: 4;
}
.inner-content h3{
    margin-bottom: 5px;
    font-size: 20px;
    transform: translateY(-20px);
    transition: all 0.45s ease-in-out;
    opacity: 0;
    transition-delay: 150ms;
    position: relative;
    display: inline-block;
}
.portfolio-box:hover .content .inner-content h3{
    transform: translateY(0px);
    opacity:1;
}
.inner-content p{
    display: block;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.45s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    transition-delay: 100ms;
    margin:3px 0px;
}
.portfolio-box:hover .content .inner-content p{
    transform: translateX(0px);
    opacity:1;
}
.content:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 0;
    width: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
}

.portfolio-box:hover .content:after{
    height:100%;
}

.project_details h3 a {
    color: #000;
    text-decoration:none!important;
}

.project_box:hover .project_details a {
    color: #fff;
}
.main_project{
    padding-top:100px;
    padding-bottom:50px;
}

.project_post{
    background-color: #F9F9F9;
}

.project_head .title h3 {
    color: #000;
    margin-bottom: 20px;
    /*line-height: 60px;*/
}
.project_head .sub-title  {
    color: #7E7E7E;
    width: 35%;
    margin: auto;
}
.project_tabs li a{
    display: inline-block;
    text-transform: capitalize;
    background: transparent;
    cursor: pointer;
    padding: 10px 55px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    margin: 0px 4px;
    color:black;
    text-decoration: none;
    letter-spacing: 0.3px;
}
.project_tabs li a.active {
    color: #fff;
    background: #F15A29;
}
.project_tabs_container{
    margin-top: 60px;
}
.project_tabs{
    justify-content: center;
    margin-bottom: 30px;
}
.project_details{
    position: absolute;
    bottom: 50px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    padding: 10px 20px;
    background: #fff;
    border-radius: 12px;
    margin-top: 0;
    z-index: 1;
    text-align: center;
    box-shadow: 0px 10px 12px rgba(15, 53, 103, 0.1);
    margin-right: 40px;
    transition: all 0.4s ease-in-out;
}
.project_icon{
    position: absolute;
    top: -24px;
    right: 30px;
    background: #F15A29;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.project_icon i{
    color: #fff;
}
.project_details h3 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform:capitalize;
}

.project_details p{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: grey;
}

.image_box{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.project_box .image_box .zm_btn{
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 3;
    top: -100px;
    right: 40px;
    background: #F15A29;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.project_box:hover .zm_btn {
    top: 40px;
    transition: all 0.4s ease-in-out;
}
.project_box:hover .project_details{
    background-color: #F15A29;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.project_box:hover .project_details p{
    color:white;
}

.project_box:hover .project_icon{
    background: #000;
    transition: all 0.4s ease-in-out;
}
.project_box .oh {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    left: 0;
    background: #000;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    bottom: -50%;
    transform: translateY(50%);
    opacity: 0;
}

.project_box .oh.ho_2 {
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    left: 25%;
    transform: translateY(40%);
}
.project_box .oh.ho_3 {
    transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    left: 50%;
    transform: translateY(20%);
}
.project_box .oh.ho_4 {
    transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    transform: translateY(30%);
    left: 75%;
}
.project_box:hover .oh {
    opacity: 0.3;
    bottom: 0;
    transform: translateY(0%);
}
.project_box .image_box img{
    position: relative;
    transition: all 0.4s ease-in-out;
    width:100%;
}
.project_box:hover .image_box img{
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}
.project_box{
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    transition: all 0.4s ease-in-out;
}






/*................about us section css..................*/

.about-image-section{
    position:relative;
}

.about-first-image img{
    width:60%;
    border-radius: 30px 30px 30px 30px;
}
.about-second-image{
    width:100%;
    text-align:end;
    margin-top:-170px;
}
.about-second-image img{
    width:55%;
    border-radius: 30px 30px 30px 30px;
}
.about-first-image {
    width:100%;
}
.about-information span{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #F15A29;
    padding: 4px 12px;
    border-radius: 4px;
    color: white;
}
.about-information h2{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 1rem 0rem;
}
.about-information p{
    font-size: 18px;
    line-height: 1.8;
    color: grey;
    margin-bottom:1rem;
}
.about-information button{
    border:none;
}
.about-information button a{
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    border: none;
    background-color: #F15A29;
    border-radius: 6px;
    color: white;
    border: none;
    text-decoration: none;
    padding: 12px 20px;
    display: block;
}
.bg-aboutus{
    padding:80px 0px;
}
.about-information {
    padding-left: 2rem;
}


/* faq-section */


.faqContent .accordion{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faqContent .accordion .accordion-item{
    border: unset;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25), 1px 5px 8px rgb(0 0 0 / 12%);
    border-radius: 20px;
}

.faqContent .accordion-button{
    position: relative;
    border:none;
    box-shadow: none;
    padding: 16px;
    cursor: pointer;
    text-align: left;
    border-radius: unset;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.faqContent .accordion-button h4{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom:0;
    color: #000;
}
.faqContent .accordion-body{
    padding-top:0;
}
.faqContent .accordion-body p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: rgb(0 0 0 / 50%);
}
.faqWrapper .future-heading h2{
    max-width:80%;
    margin: 1rem auto;
}

.faqContent .accordion-button:hover{
  
    color: #F15A29;
}
.faqContent  .accordion-item .accordion-button
{
    border-radius: 20px;
}
.faqContent .accordion-item .accordion-button.collapsed{
    border-radius: 20px;
}
.faqContent .accordion-button:not(.collapsed)::after{
    filter: brightness(0) saturate(100%) invert(43%) sepia(38%) saturate(3529%) hue-rotate(346deg) brightness(98%) contrast(92%);
}
.faqImageContainer{
    margin-top: 16px;
}
.faqImageContainer img{
    width: 100%;
}
.faq-row .future-heading{
    text-align:start;
}
.faqWrapper {
    padding: 80px 0px;
    background: #feeee9;
}

.cta-button button {
    border:none;
}
.cta-button button{
    display: flex;
    align-items:center;
    background-color:#F15A29;
    padding:14px 50px;
    border-radius:4px;
}

.cta-button button a{
    text-decoration:none;
    text-transform:capitalize;
    font-size:18px;
    font-weight:600;
    letter-spacing:0px;
    color:white;
}

.cta-inner-section{
    display: flex;
    align-items:center;
    justify-content:space-between;
    position: relative;
    z-index:2;
}
.cta-inner-section .future-heading {
    width: 55%;
    text-align: start;
}
.cta-inner-section .future-heading p{
    font-size:18px;
    font-weight:500;
    color:grey;
    margin-top:1.5rem;
    line-height:1.6;
}

.cta-button button a i{
    margin-left:6px;
}
.cta-section{
    padding:80px 0px;
    background-color: rgba(241, 91, 41, 0.1);
    position: relative;
}


.cta-section:before{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image:url(images/cta-shape.png);
    background-repeat:no-repeat;
}
.cta-section:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/cta-shape.png);
    background-repeat: no-repeat;
    transform: rotate(-180deg);
}




.founder-title{
    text-align: center;
    color: #000;
    font-size:34px;
    font-weight: 600;
    max-width: 80%;
    margin:2rem auto;   

}
.founder-para{
    text-align: center;
    color: rgb(0 0 0 / 50%);
    font-size: 18px;
   
    max-width: 80%;
    margin: auto;
}
.founder-button{
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(270deg, #FED57F 0%, #FED57F 100%);
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 0px 0px rgba(231, 110.99999999999999, 157.99999999999997, 0.24);
    padding: 20px 40px 20px 40px;
    border: none;

}
.founder-buttonWrapper{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.founder-button a{
    color: #242426;
    text-decoration: none;
}
.founder-image{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.founder-image img{
    width:30%;
}

.founder-notewrapper {
    padding: 80px 0px 100px 0px;
    background: url(images/image-37.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-marketing-modal{
    border:1px solid grey;
}
.popup-info h2{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.bg-marketing-modal .modal-dialog{
    max-width:800px;
}
.popup-input-field{
    width:100%;
    height:50px;
    border:1px solid grey;
    padding:10px;
    border-radius:6px;
    margin-bottom:20px;
}
.popup-input-field input{
    width:100%;
    height:100%;
    border:none;
}
.popup-image{
    width: 100%;
}
.popup-image img{
    width:100%;
}
.popup-input-field input:focus{
    outline: none;
}
.popup-info p{
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 400;
    color: grey;
    line-height:1.6;
}
.popup-info button{
    width: 100%;
    height: 45px;
    border-radius: 6px;
    border: none;
    text-transform: capitalize;
    font-size:18px;
    color:white;
    background-color:#F15A29;
}
.btn-close{
    border: none;
    background: transparent;
    position: absolute;
    right: 8px;
    top: 8px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #f15a29;
    opacity: 1;
    color: #fff;
}
.btn-close:focus {
    box-shadow: none;
    outline: none;
}
.bg-marketing-modal .modal-body {
    margin-top: 40px;
    margin-bottom:20px;
}

.bg-footer {
    margin-top:100px;
    background: rgba(255, 71, 19, 0.1);
}
.footer-main-section{
    display:flex;
    justify-content:space-between;
    gap:30px;
}
.footer-box{
    width:50%;
}




.co-section{
    background-color: white;
    padding: 40px 50px;
    border-radius: 8px 8px 0px 0px;
    /*margin-top: -85px;*/
    box-shadow: 0px 0px 30px rgb(128 128 128 / 20%)
}
.co-section h2{
    text-transform:capitalize;
    font-size:34px;
    font-weight:700;
    color:var(--orange);
    margin-bottom:30px;
    position: relative;
    padding-bottom:8px;
}
.co-section h2::before{
    content: "";
    position: absolute;
    bottom: 0%;
    left:25%;
    background-color: var(--black);
    width: 5%;
    height: 4px;
    border-radius: 6px;
}
.co-section h2::after{
    content: "";
    position: absolute;
    bottom: 0%;
    left: 6%;
    background-color: var(--black);
    width: 15%;
    height: 4px;
    border-radius: 6px
}
.co-input label{
    display: block;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 0.5px;
}

.co-input input{
    width:100%;
    height:45px;
    border-radius:6px;
    border: 1px solid hsl(206deg 32% 21% / 30%);
    text-transform:capitalize;
    padding-left:12px;
}
.co-input input:focus{
    outline:none;
}
.co-input{
    margin-bottom:20px;
}
.co-input select{
    width:100%;
    height:45px;
    border-radius:6px;
    border: 1px solid hsl(206deg 32% 21% / 30%);
    text-transform:capitalize;
    padding-left:12px;
}
.co-input select:focus{
    outline:none;
}
.co-input textarea{
    width:100%;
    height:120px;
    border-radius:6px;
    border: 1px solid hsl(206deg 32% 21% / 30%);
    text-transform:capitalize;
    padding-left:12px;
    padding-top:10px;
}
.co-input textarea:focus{
    outline:none;
}

.co-btn button{
    width:180px;
    height: 45px;
    margin-top: 10px;
    text-transform:capitalize;
    font-weight:600;
    letter-spacing:0.5px;
    font-size:16px;
    border:none;
    background-color: #F15A29;
    border-radius:6px;
    color:white;
}

.image-box-section{
    width:100%;
    height:100%;
}

.image-box-section img{
    width:100%;
    height:100%;
}


.bg-contactus{
    padding:50px 0px;
}
/*.bg-contactus .row{*/
/*    margin-top:3rem;*/
/*}*/


.contact-row{
    margin-top:3rem;
}



.footer-box{
    margin-top: 50px;
    padding-left: 40px;
}
.footer-social-icon {
    display: flex;
    gap: 16px;
    align-items: center;
    /*justify-content: center;*/
    margin: 32px 0;
}

.footer-social li a {
    color:black;
    font-size: 20px;
    transition: all 0.5s;
    display: inline-block;
}

.footer-social li a:hover {
    color:black;
    transform: translateY(-5px);
}



.address-box ul{
    flex-direction:column;
}

.footer-box .header-logo {
    width: 35%;
    /*margin: auto;*/
}
.header-logo img{
    width:100%;
}
.footer-para p{
    color: black;
    text-align: justify;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: 500;
}
.footer-box ul{
    display: flex;
    margin: 0;
    /*justify-content: space-between;*/
    padding: 0px;
}
.footer-box li{
    display: flex;
    align-items:center;
    margin-bottom:1rem;
}

.footer-box li i{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: white;
    color: #F15A29;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-right: 12px;
}
.footer-box h4{
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
}

.footer-box li h4{
    display: flex;
    width:85%;
    align-items:center;
    margin-bottom:0px;
}
.footer-box li h4 b{
    text-transform:capitalize;
    font-size:18px;
    font-weight:600;
    color:black;
    width:30%;

}
.footer-box li h4 p{
    text-transform: capitalize;
    font-size: 16px;
    font-weight:600;
    color:black;
    /*padding-left: 8px;*/
    line-height: 1.5;
    margin-bottom:0px;
}

.footer-box li  a p{
    text-transform: capitalize;
    font-size: 16px;
    font-weight:600;
    color:black;
    /*padding-left: 8px;*/
    line-height: 1.5;
    margin-bottom:0px;
}

.first-li{
    width:60%;
}
.footer-box li a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color:black;
    display:block;
}
.copy-right{
    padding: 21px 0px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 44px;
    border-top: 1px solid var(--black);
    text-align:center;
    display:flex;
    justify-content:space-between;
    border-top:1px solid #80808054;
}

.copy-right ul{
    /*list-style: none;*/
    padding-left: 0;
    display: flex;
    gap:40px;
}
.copy-right ul li a{
    text-decoration:none;
    text-transform:capitalize;
    font-size:14px;
    font-weight:400;
    color:black;
}




.side-info{
    display: flex;
    align-items:center;
    justify-content:space-around;
}
.list-link ul{
    padding-left: 0;
    list-style:none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.list-link ul li{
    display: flex;
    align-items: center;
    gap:12px;
    margin-right:12px;

}

.list-link{
    width: 80%;
}
.list-link ul li p{
    margin-bottom:0px;
}

.list-link ul li i{
    font-size:16px;
    border-radius:50%;
    width:40px;
    height:40px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#f15a29;    
    color:white;
}
.list-link ul li a{
    width:80%;
    text-decoration:none;
    color:black;
    font-weight:600;
    font-size:16px;
}

.side-info button{
    border:none;
}
.side-info button a{
    text-transform:capitalize;
    font-weight:600;
    letter-spacing:0.5px;
    font-size:16px;
    border:none;
    background-color: #F15A29;
    border-radius:6px;
    color:white;
    border:none;
    text-decoration:none;
    padding: 12px 20px;
    display: block;
}
.bg-header{
    padding:20px 0px;
}
.logo{
    width:50%;
}
.logo img{
    width:100%;
}


/* .........................process section css........................  */

.process-main {
    padding: 80px 0;
    position: relative;
}

.process-inner {
    padding-top: 80px;
}
.process-item {
    position: relative;
}
.process-item-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
    margin: auto;
    font-size: 60px;
    font-weight: 700;
    display: block;
    color: #F15A29;
}


.process-item-icon {
    width: 140px;
    height: 140px;
    background-color: #ffeee8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #000;
    position: relative;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.process-item-icon img {
    padding: 45px;
    width: 100%;
}

.process-item-arrow {
    position: absolute;
    right: -70px;
    top: 70px;
    width: 130px;
    height: 29px;
    background-position: center center;
    background-repeat: no-repeat;
}

.process-arrow2 {
    transform: rotate(180deg);
}

.process-item-arrow img {
    width: 100%;
    height: 100%;
}

.process-item-title {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0;
}

.process-desc {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: rgb(0 0 0 / 50%);
}

.process-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}


.bg-future-section .future-heading p {
    text-align: center;
    color: rgb(0 0 0 / 50%);
    font-size: 18px;
    max-width: 80%;
    margin: auto;
}


.why-chooseUs {
    padding:80px 0 80px;
    background-color:#FFE0D6;
}


.bg-future-section .future-heading p {
    text-align: center;
    color: rgb(0 0 0 / 50%);
    font-size: 18px;
    max-width: 80%;
    margin: auto;
}

.boxes-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.choose-title{
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.choose-para{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: rgb(0 0 0 / 50%);
   
}
.choose-box{
    padding:16px ;
}
.choose-image-wrapper {
    height: 600px;
    background-color: #f3f2f2;
    border-radius: 200px;
}
.choose-image-wrapper img {
    height: 100%;
    width: 100%;
    border-radius: 200px;
    display: block;
}

.why-chooseUs>.container>.row {
    align-items: center;
    padding-top: 50px;
}

.why-chooseUs .future-heading p {
    text-align: center;
    color: rgb(0 0 0 / 50%);
    font-size: 18px;
    max-width: 80%;
    margin: auto;
}

.choose-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #ffefea;
    margin-bottom: 20px;
}

.choose-icon img {
    height: 100%;
    width: 100%;
    padding: 25px;
}


.faq-row {
    align-items:center;
}


/* media query*/

@media (min-width:992px) and (max-width:1200px){
    .banner-information h2{
        font-size:36px;
    }
    .bg-trusted-section{
        padding:30px 0;
    }
    .future-heading h2{
        font-size:34px;
    }
    .bg-trusted-section{
        width:95%;
    }
     .side-info button a{
        font-size:14px;
        padding:12px 16px;
    } 
    .logo{
        width:55%;
    }
    .footer-box{
        padding-left:0px;
    }
    
     .process-item-icon img {
        padding: 35px;
        width: 100%;
    }
    .process-item-icon {
        width: 120px;
        height: 120px;
    }
    .process-item-number {
        top: -40px;
        font-size: 46px;
    }
    .process-item-arrow {
        right: -50px;
        top: 50px;
        width: 80px;
        height: 29px;
    }
    .mid-center-section h2 {
        font-size: 22px;
    }
    .about-information h2 {
        font-size: 24px;
    }
    .about-information p {
        font-size: 16px;
    }
    .about-second-image{
        margin-top: -110px;
    }
    .co-section {
        padding: 18px;
        /*margin-top: -40px;*/
    }
    .copy-right {
        flex-direction: column;
        gap: 16px;
        justify-content: center;
        align-items: center;
    }
    .cta-inner-section .future-heading p {
        font-size: 16px;
    }
     .cta-inner-section .future-heading  h2 {
        font-size: 28px;
    }
    .cta-section{
        padding:60px 0px;
    }
    .bg-footer {
        margin-top: 50px;
    }
    .list-link ul li span{
        display: block;
        width: auto;
    }
    .list-link ul li a{
        font-size:14px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    
    .mid-center-section h2{
        font-size:18px;
        margin-bottom:1rem;
    }
    
    .mid-center-section button a{
        padding:14px 28px;
        font-size:16px;
    }
    
    .banner-information h2 {
        font-size:34px;
        margin-bottom:1rem;
    }  
    .banner-information p{
        margin-bottom:1.5rem;
    }  
    .shapes {
        width: 40%;
    }
    .hero-shape-1{
        width:70%;
    }
    .bg-round-image{
        margin-top:3rem;
    }
    .bg-trusted-section{
        width:95%;
        padding:10px 0px;
    }
    .rating-flex p{
        font-size:14px;
    }
    .client-image{
        width:30%;
    }
    .client-image img{
        width:100%;
    }
    .inner-slider-box p{
        margin:1rem 0 0 0;
    }
    .cta-section {
        padding: 60px 0px;
    }
    
    .rating-flex span{
        font-size:28px;
    }
    .trusted-box{
        padding:20px 0px;
    }
    .trusted-box img {
        width: 60px;
        height: 60px;
    }
    .future-heading h2{
        font-size:34px;
    }
    .bg-future-section .row{
        gap:2rem 0rem;
    }
    .faqImageContainer{
        width:70%;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:2rem;
    }
    .testimonial-slider{
        padding:0px;
    }
    .inner-slider-box{
        padding:20px 18px;
    }
    .founder-image img {
        width: 50%;
    }
    .founder-title{
        max-width:100%;
        margin:0 0 2rem auto;
    }
    
    .founder-para{
        width:100%;
        max-width:100%;
    }
    
     .logo{
        width:80%;
    }
    .logo img{
        width:100%;
    }
    .list-link ul li a{
        display:none;
    }
    .list-link{
        width:70%;
    }
    .list-link ul{
        justify-content:end;
    }
    
     .footer-box{
        padding-left:0px;
    }
    .bg-marketing-modal .modal-dialog{
        max-width:500px;
    }
    
     .process-item-icon img {
        padding: 35px;
    }
    .process-item-icon {
        width: 120px;
        height: 120px;
    }
    .process-item-number {
        top: -40px;
        font-size: 46px;
    }
    .process-item-arrow {
        right: -38px;
        top: 50px;
        width: 50px;
        height: 20px;
    }
    .process-main {
        padding: 60px 0;
    }
    
    .testimonial-slider .next-arrow {
        right:-3%;
    }
    .testimonial-slider .prev-arrow {
        left:-3%;
    }
     .why-img2 {
        display: none;
    }
    .why-chooseUs>.container>.row {
        align-items: start;
    }
     .bg-aboutus {
        padding:50px 0;
    }
    .bg-future-section {
        padding:50px 0;
    }
    .why-chooseUs {
        padding: 50px 0 50px;
    }
    
    .bg-portfolio {
        padding:50px 0;
    }
    
    .about-first-image {
      width: 70%;
    }
    .about-second-image{
        width:70%;
    }
    .about-information{
        padding-top:2rem;
    }
    .about-information h2{
        font-size: 28px;
    }
    .about-information p {
     font-size: 16px;
    }
    
    .bg-testimonial {
        padding: 60px 0px;
    }
    .cta-section{
        padding:40px 0px;
    }
    
   .cta-inner-section .future-heading h2 {
        font-size: 24px;
    }

    .cta-inner-section .future-heading p{
        font-size:16px;
    }
    .cta-inner-section .future-heading h2{
        margin-top:unset;
    }

}

@media (min-width:768px) and (max-width:991px){
    .inner-slider-box{
     padding:20px;
} 

}

@media only screen and (max-width:767px){
    
       .logo{
        width:80%;
    }

    .list-link{
        display: none;
    }
    .side-info{
        justify-content:flex-end;
    }
    .list-link ul li i{
        display: none;
    }
    .list-link ul li a{
        display: none;
    }
    /*.footer-box ul{*/
    /*    flex-direction: column;*/
    /*}*/
    
    .footer-box li{
        /*width:100%;*/
        margin-bottom:12px;
    }
    .footer-box li h4{
        width:80%;
    }
    .footer-box{
        padding-left:0;
    }
    .banner-information h2 {
        font-size: 34px;
        margin-bottom:1rem;
    }
    .banner-information p {
        font-size: 16px;
        margin-bottom:1.5rem;
    }
    .bg-round-image{
        margin-top: 3rem;
    }
    .bg-trusted-section{
        width:90%;
    }
    .trusted-box{
        padding:12px;
    }
    .rating-flex span {
        font-size: 26px;
    }
    .trusted-box img {
        width: 60px;
        height: 60px;
    }    
    .future-heading span {
        font-size: 16px;
    }
    .future-heading h2{
        font-size:24px;
    }
    .feature-content h3 {
        font-size: 20px;
    }
    .bg-future-section .row{
        row-gap:35px;
    }
    .faq-row{
        gap:35px;
    }
    .inner-slider-box {
        padding: 20px;
        border-radius: 10px;
    }
    .inner-flex-box {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .testimonial-slider{
        padding:0px;
    }
    .cta-inner-section {
        display: flex;
        align-items: start;
        flex-direction: column;
    }
    .cta-inner-section .future-heading {
        width: 100%;
    }
    .cta-section:after{
        width:80%;
    }
    .founder-title {
        font-size: 24px;
        max-width: 100%;
        margin: 0rem auto 2rem 0rem;
    }
    .founder-para{
        max-width:100%;
        font-size:16px;
    }
    .founder-image{
        margin-top:0px;
    }
    .founder-image img{
        width:80%;
    }
    .testimonial-slider .prev-arrow{
        display:none !important;
        }
    .testimonial-slider .next-arrow{
        display:none !important;
    }
    
     .process-item-arrow {
        display: none;
    }

    .process-inner > .row {
        row-gap: 60px;
    }
    .process-main {
        padding: 60px 0;
    }
    .process-item-icon img {
        padding: 35px;
    }
    .process-item-icon {
        width: 120px;
        height: 120px;
    }
    .process-item-number {
        top: -45px;
        font-size: 50px;
    }
    .process-inner {
        padding-top: 50px;
    }
    
     .why-img2 {
        display: none;
    }
    .why-chooseUs .future-heading p {
        font-size: 16px;
    }
    .bg-future-section .future-heading p {
        font-size: 16px;
    }
    .choose-icon {
        height: 80px;
        width: 80px;
    }
    .choose-title {
        font-size: 22px;
    }
    .choose-para {
        margin-bottom: 0;
    }
    .choose-icon img {
        padding: 20px;
    }
    .why-chooseUs>.container>.row {
        padding-top: 25px;
        align-items:start;
    }
    .why-chooseUs {
        padding: 50px 0 50px;
    }
    .bg-aboutus {
        padding:50px 0;
    }
      .bg-future-section {
        padding:50px 0;
    }
    .why-chooseUs {
        padding: 50px 0 50px;
    }
     .bg-portfolio {
        padding:50px 0;
    }
    
    .about-information {
        margin-top:20px;
    }
    .about-information h2 {
        font-size:24px;
    }
    .copy-right {
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .co-section {
        padding: 20px;
        margin: 20px 0;
    }
    .first-li {
        width: 100%;
    }

    .footer-box li h4 {
        width: 80%;
    }
    .footer-box {
        padding-left: 0;
        width: 100%;
        margin-top: 0;
    }

    .footer-main-section {
        display: flex;
        flex-direction: column;
    }
    
    .bg-footer {
        margin-top:20px;
    }
    .bg-testimonial {
        padding: 50px 0px;
    }
     .portfolio {
        margin-top: 40px;
    }
    
     .about-second-image{
        margin-top:-50px;
    }
    .mid-center-main-section{
        flex-direction:column-reverse;
        gap:30px;
        padding-top:1rem;
        padding-bottom:1rem;
    }
    
    .mid-center-section h2 {
        font-size: 18px;
        margin-bottom:1rem;
    }
    
    .mid-center-section {
        width: 100%;
    }
.image-container {
    width: 100%;
}
.mid-center-section button a{
    font-size:16px;
    padding:14px 30px;
}
.about-information{
    padding-left:0px;
}
    
    
}
@media only screen and (max-width:576px){
    .bg-future-section{
        padding:50px 0;
    }
    .faqWrapper{
         padding:50px 0;
    }
    .faqContent .accordion-button h4{
        font-size:16px;
    }
    .bg-testimonial{
         padding:50px 0 30px 0;
    }
    .cta-section{
          padding:50px 0;
    }
    .founder-notewrapper{
        padding:50px 0px 30px 0px;
    }
    .faqContent .accordion-body p {
    font-size: 14px;
    line-height: 1.5;
    }
    
     .process-main {
        padding: 50px 0;
    }
     .footer-box li a p{
        font-size: 14px;
    }
    .footer-box li h4 p{
        font-size: 14px;
    }
    .footer-box li a{
        font-size: 14px;
    }
    .copy-right ul{
        gap: 24px;
    }
    .copy-right li{
        list-style-type: none;
    }
    .feature-box {
        padding:30px 20px;
    }
    .project_box:hover .zm_btn {
        top: 30px;
        right: 30px;
    }
}


@media only screen and (max-width:320px){
    .logo{
        width:100%;
    }

    .side-info button a{
        font-size:14px;
        padding:12px 18px;
    }
}








