@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Poppins";
    text-transform: capitalize;
}

span,
input,
textarea,
p,
ul{
    font-family: "Poppins";
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button{
    font-family: "Poppins";
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

a:hover{
    color: inherit;
}

body{
    font-family: "Poppins";
    overflow-x: hidden;
    background: #FFFFFF;
}

main{
    overflow: hidden;
}

a,
button,
input,
textarea,
textarea:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.form-group input[type=number]{
  -moz-appearance: textfield;
}

.container-fluid{
    padding: 0 100px;
}

/*Website Custom Style Css For Single Items Start Here*/

/*Heading & Para Style Css*/
.heading-one{
    font-size: 51px;
    line-height: 58px;
}
.heading-two{
    font-size: 50px;
    line-height: 58px;
}
.heading-three{
    font-size: 40px;
    line-height: 48px;
}
.heading-four{
    font-size: 32px;
    line-height: 40px;
}
.heading-five{
    font-size: 22px;
    line-height: 30px;
}
.heading-six{
    font-size: 20px;
    line-height: 28px;
}
p{
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
}
li{
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 5px;
}
/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons{
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 16px;
    font-weight: 500;
    width: 175px;
    height: 60px;
    border-radius: 3px;
    padding: 5px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header{
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0 0 20px -10px #b2b2b2;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}
header nav.navbar{
    padding: 10px 0;
    justify-content: space-between;
}
header nav.navbar .navbar-brand{
    padding: 0;
    margin: 0;
    width: 225px;
}
header nav.navbar .navbar-brand .logo{
    transition: all 0.5s ease-in-out;
}
header nav.navbar .website-main-buttons{
    margin: 0;
}
header nav.navbar .website-main-buttons button.popup-btn{
    background: #3394F8;
    color: #fff;
    border: 2px solid #3394F8;
}
header nav.navbar .website-main-buttons button.popup-btn:hover{
    background: #1b1b1b;
    transform: scale(1.1);
    border: 2px solid #1b1b1b;
}
/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Css Start Here*/
section.banner-main-sec{
    background: #0c2b5a;
    padding: 150px 0 50px;
    background: url(../images/banner-main-bg.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner-main-sec .banner-inner-content{}
.banner-inner-content .heading-one{
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}
.banner-inner-content p{
    color: #fff;
    font-weight: 400;
}
.banner-inner-content .website-main-buttons{
    margin: 30px 0;
}
.banner-inner-content .website-main-buttons button.popup-btn{
    background: #3394F8;
    color: #fff;
    border: 2px solid #3394F8;
    width: 225px;
}
.banner-inner-content .website-main-buttons button.popup-btn:hover{
    background: #fff;
    color: #3394F8;
}
.banner-inner-content .website-main-buttons a.call-btn{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.banner-inner-content .website-main-buttons a.call-btn:hover{
    background: #fff;
    color: #004184;
}
.banner-main-sec .banner-brands-area{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 70px 0 20px;
}
.banner-brands-area img{
    width: 120px;
    height: 25px;
    object-fit: contain;
}
/*Banner Main Form Start*/
.banner-main-form{
    width: 100%;
    margin: 0 auto;
}
.banner-main-form .banner-form-inner{
    background: #fff;
    box-shadow: 0 5px 20px -10px #000;
    border-radius: 15px;
}
.banner-form-inner h5{
    background: #3394F8;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 12px 12px 0 0;
    padding: 15px 20px;
    margin: 0;
}
.banner-form-inner form{
    padding: 20px 20px;
}
.banner-form-inner form .form-group{
    margin: 0 0 10px;
}
.banner-form-inner form .form-group input{
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid #C0C0C0;
    width: 100%;
    height: 50px;
    padding: 10px 12px;
    border-radius: 4px;
}
.banner-form-inner form .form-group input::placeholder{
    color: #ACACAC;
}
.banner-form-inner form .form-group textarea{
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid #C0C0C0;
    width: 100%;
    height: 120px;
    padding: 10px 12px;
    border-radius: 4px;
    resize: none;
}
.banner-form-inner form .form-group textarea::placeholder{
    color: #ACACAC;
}
.banner-form-inner form .form-group .form-select{
    background-color: #fff;
    color: #ACACAC;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #C0C0C0;
    outline: none;
    box-shadow: none;
    padding: 10px 30px 10px 12px;
    cursor: pointer;
}
.banner-form-inner form .form-group .form-select option{
    color: #000;
}
.banner-form-inner form .form-group-select{
    margin: 5px 0 15px;
}
.banner-form-inner form .form-group-select .heading-six{
    color: #1E1E1E;
    font-weight: 700;
    margin: 0 0 10px;
}
.banner-form-inner form .form-group-select .form-check-flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner-form-inner form .form-group-select .form-check{
    margin: 0 5px 7px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0;
}
.banner-form-inner form .form-group-select .form-check .form-check-input{
    background-color: #fff;
    border: 1px solid #797979;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.banner-form-inner form .form-group-select .form-check .form-check-input:checked[type=checkbox]{
    background-color: #287AC7;
}
.banner-form-inner form .form-group-select .form-check .form-check-label{
    color: #797979;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
}
.banner-form-inner .form-group-btns{
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.form-group-btns button.submit-btn{
    background: #3394F8;
    color: #fff;
    border: 2px solid #3394F8;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    height: 60px;
    border-radius: 4px;
    padding: 5px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.form-group-btns button.submit-btn:hover{
    background: #fff;
    color: #3394F8;
}
.form-group-btns button.reset-btn{
    background: #ACACAC;
    color: #fff;
    border: 2px solid #ACACAC;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    height: 60px;
    border-radius: 4px;
    padding: 5px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.form-group-btns button.reset-btn:hover{
    background: #000;
    border: 2px solid #000;
}
/*Banner Main Form End*/
/*Banner Main Section Css End Here*/

/*Step Works Section Css Start Here*/
section.step-works-wrap{
    padding: 50px 0;
}
.step-works-wrap .step-works-head{
    margin: 0 auto 30px;
    width: 75%;
    text-align: center;
}
.step-works-head .heading-two{
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}
.step-works-head p{
    color: #707070;
    font-weight: 400;
}
.step-works-inner .step-works-box{
    background: #DCECFE;
    border-radius: 6px;
    padding: 30px 30px;
    margin-bottom: 15px;
    height: 290px
}
.step-works-box span.step-count{
    color: #004184;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    margin: 0 0 20px;
    display: block;
}
.works-box-content .heading-six{
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
}
.works-box-content p{
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    min-height: 125px;
    max-height: 125px;
    overflow-y: auto;
}
.works-box-content p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 0px;
}
.works-box-content p::-webkit-scrollbar{
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}
.works-box-content p::-webkit-scrollbar-thumb{
    background-color: #000;
    border-radius: 0px;
}
/*Step Works Section Css End Here*/

/*Main CTA Section Css Start Here*/
section.cta-main-wrap{}
.cta-main-wrap .cta-main-img{
    background: #fff;
    padding: 20px 20px;
    text-align: center;
}
.cta-main-wrap .cta-main-img img{
    width: 55%;
    height: 100%;
    margin: 0 auto;
}
.cta-main-img .website-main-buttons{
    margin: 30px 0 0;
    justify-content: center;
}
.cta-main-img .website-main-buttons button.popup-btn{
    background: #3394F8;
    color: #fff;
    border: 2px solid #3394F8;
    width: 225px;
}
.cta-main-img .website-main-buttons button.popup-btn:hover{
    background: #fff;
    color: #3394F8;
}
.cta-main-img .website-main-buttons a.call-btn{
    background: #fff;
    color: #004184;
    border: 2px solid #004184;
}
.cta-main-img .website-main-buttons a.call-btn:hover{
    background: #004184;
    color: #fff;
}
.cta-main-wrap .cta-main-content{
    background: #004184;
    padding: 50px 50px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.cta-main-content .heading-two{
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}
.cta-main-content p{
    color: #fff;
    font-weight: 400;
}
/*Main CTA Section Css End Here*/

/*Our Portfolio Section Css Start Here*/
section.our-portfolio-wrap{
    padding: 100px 0;
    background: url(../images/portfolio-bg.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.our-portfolio-wrap .our-portfolio-head{
    margin: 0 0 50px;
    text-align: center;
}
.our-portfolio-head .heading-two{
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}
.our-portfolio-head p{
    color: #707070;
    font-weight: 400;
}
.our-portfolio-inner .our-portfolio-buttons{
    margin: 0 0 30px;
}
.our-portfolio-buttons ul.nav-pills{
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.our-portfolio-buttons ul.nav-pills li.nav-item{
    margin: 0;
}
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link{
    background: transparent;
    color: #000;
    border: 1px dashed #000;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    height: 50px;
    border-radius: 3px;
    padding: 5px 5px;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link.active,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link:hover{
    background: #3394F8;
    color: #fff;
}
.our-portfolio-tabitem .portfolio-tabitem-books{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.portfolio-tabitem-books .portfolio-books-box{
    text-align: center;
}
.portfolio-books-box a{
    width: 200px;
    margin: 0 auto;
    display: block;
    position: relative;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.portfolio-books-box a:hover{
    transform: scale(1.05);
}
.portfolio-books-box a img{
    width: 100%;
    height: 300px;
}
/*Our Portfolio Section Css End Here*/

/*Counter Satisfy Section Css Start Here*/
section.counter-satisfy-wrap{
    padding: 50px 0;
    background: #3394F8;
}
.counter-satisfy-wrap .counter-satisfy-inner{}
.counter-satisfy-inner .counter-satisfy-box{
    text-align: center;
}
.counter-satisfy-box .counter-box-head{}
.counter-satisfy-box .counter-box-head h4{
    color: #fff;
    font-size: 60px;
    line-height: 68px;
    font-weight: 500;
    margin: 0 0 10px;
}
.counter-satisfy-box .counter-box-head h4 span{}
.counter-satisfy-box p{
    color: #fff;
    font-weight: 400;
    margin: 0;
}
/*Counter Satisfy Section Css End Here*/

/*Unlock Story Section Css Start Here*/
section.unlock-story-wrap{
    background: #004184;
    padding: 75px 0;
    position: relative;
    z-index: 1;
}
.unlock-story-wrap .unlock-story-head{
    text-align: center;
    margin: 0 0 30px;
}
.unlock-story-head .heading-two{
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}
.unlock-story-head p{
    color: #fff;
    font-weight: 400;
}
.unlock-story-content .heading-two{
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
}
.unlock-story-content p{
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
}
.unlock-story-content ul{
    margin: 20px 0;
    list-style: disc;
    padding: 0 0 0 20px;
}
.unlock-story-content ul li{
    color: #fff;
    font-weight: 600;
}
.unlock-story-content .website-main-buttons{
    margin: 30px 0;
}
.unlock-story-content .website-main-buttons button.popup-btn{
    background: #3394F8;
    color: #fff;
    border: 2px solid #3394F8;
    width: 225px;
}
.unlock-story-content .website-main-buttons button.popup-btn:hover{
    background: #fff;
    color: #3394F8;
}
.unlock-story-content .website-main-buttons a.call-btn{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.unlock-story-content .website-main-buttons a.call-btn:hover{
    background: #fff;
    color: #004184;
}
.unlock-story-inner .unlock-story-img{
    text-align: right;
}
.unlock-story-img img{
    width: 90%;
}
section.unlock-story-wrap.unlock-story-printing{
    background: #fff;
}
section.unlock-story-wrap.unlock-story-printing .unlock-story-content .heading-two{
    color: #000;
}
section.unlock-story-wrap.unlock-story-printing .unlock-story-content p{
    color: #000;
}
section.unlock-story-wrap.unlock-story-printing .unlock-story-content ul li{
    color: #000;
}
/*Unlock Story Section Css End Here*/

/*Award Brands Section Css Start Here*/
section.award-brands-wrap{
    background: #fff;
    padding: 50px 0px;
}
.award-brands-head .heading-three{
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}
.award-brands-head p{
    color: #000;
    font-weight: 400;
}
.award-brands-wrap .award-brands-slider{
    margin: 0 20px 0;
}
.award-brands-slider .slick-arrow{
    top: 25%;
    position: absolute;
    background: none;
    border: none;
    font-size: 0;
    z-index: 9;
    display: none !important;
}
.award-brands-slider .slick-prev{
    left: -15px;
}
.award-brands-slider .slick-prev:before{
    content: '\f104';
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
    color: #000;
}
.award-brands-slider .slick-next{
    right: -25px;
}
.award-brands-slider .slick-next:before{
    content: '\f105';
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-size: 32px;
    color: #000;
    right: 10px;
}
.award-brands-slider .award-brands-box{
    margin: 0 10px 0;
}
.award-brands-box img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}
/*Award Brands Section Css End Here*/

/*Service Offer Section Css Start Here*/
section.service-offer-wrap{
    background: #DCECFE;
    padding: 50px 0;
}
.service-offer-wrap .service-offer-head{
    margin: 0 auto 30px;
    width: 75%;
    text-align: center;
}
.service-offer-head .heading-two{
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}
.service-offer-head p{
    color: #707070;
    font-weight: 400;
}
.service-offer-inner .service-offer-box{
    background: #FFF;
    border-radius: 6px;
    padding: 20px 20px;
}
.service-offer-box .offer-box-img{
    background: #3394F8;
    width: 70px;
    height: 75px;
    margin: 0 0 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer-box-img img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.service-box-content .heading-six{
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}
.service-box-content p{
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    min-height: 190px;
    max-height: 190px;
    overflow-y: auto;
}
.service-box-content p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 0px;
}
.service-box-content p::-webkit-scrollbar{
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}
.service-box-content p::-webkit-scrollbar-thumb{
    background-color: #000;
    border-radius: 0px;
}
/*Service Offer Section Css End Here*/

/*Customer FeedBack Section Css Start Here*/
section.customer-feedback-wrap{
    padding: 100px 0;
}
.customer-feedback-wrap .customer-feedback-head{
    margin: 0 0 30px;
    text-align: center;
}
.customer-feedback-head .heading-two{
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}
.customer-feedback-head p{
    color: #707070;
    font-weight: 400;
}
.customer-feedback-wrap .customer-feedback-inner{}
.customer-feedback-inner .feedback-inner-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}
.feedback-inner-head .feedback-inner-left{
    display: flex;
    align-items: center;
}
.feedback-inner-left span{
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 10px 0 0;
}
.feedback-inner-left .rating-star-icons{
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}
.feedback-inner-left small{
    color: #13D8B9;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    margin: 10px 0 0;
}
.feedback-inner-head .feedback-inner-right{
    display: flex;
    align-items: center;
}
.feedback-inner-right small{
    color: #13D8B9;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    margin: 10px 5px 0 0;
}
.feedback-inner-right img{
    width: 75px;
    height: 15px;
    object-fit: contain;
}
.customer-feedback-inner .customer-feedback-slider{}
.customer-feedback-slider .slick-arrow{
    bottom: -5%;
    top: inherit;
    position: absolute;
    background: none;
    border: none;
    font-size: 0;
    z-index: 9;
}
.customer-feedback-slider .slick-prev{
    left: 47%;
}
.customer-feedback-slider .slick-prev::before{
    content: '\f104';
}
.customer-feedback-slider .slick-next{
    right: 47%;
}
.customer-feedback-slider .slick-next::before{
    content: '\f105';
}
.customer-feedback-slider .slick-prev::before,
.customer-feedback-slider .slick-next::before{
    font-family: 'Font Awesome 6 Pro';
    background: #13D8B9;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
    display: block;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.customer-feedback-slider .slick-arrow:hover::before{
    background: #000;
}
.customer-feedback-slider .feedback-slider-box{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.25);
    padding: 35px 35px;
    margin: 60px 15px;
    transition: all .3s ease-in-out;
    position: relative;
    user-select: text;
}
.customer-feedback-slider .feedback-slider-box.slick-active{
    filter: blur(2px);
}
.customer-feedback-slider .feedback-slider-box.slick-slide.slick-current.slick-active.slick-center{
    filter: blur(0px);
    transform: scaleY(1.1) scaleX(1.3) translateY(-25px);
    z-index: 9;
}
.feedback-slider-box .feedback-box-head{
    display: grid;
    grid-template-columns: 20% 80%;
    justify-content: center;
    align-items: start;
    gap: 20px;
}
.feedback-box-head .feedback-box-thumb{
    width: 80px;
    height: 80px;
    border-radius: 100%;;
}
.feedback-box-thumb img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.feedback-box-head .feedback-box-content{
    width: 75%;
}
.feedback-box-content .heading-five{
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}
.feedback-box-content span{
    color: #B9B9B9;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
}
.feedback-box-content p{
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}
.feedback-slider-content p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 0px;
}
.feedback-slider-content p::-webkit-scrollbar{
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}
.feedback-slider-content p::-webkit-scrollbar-thumb{
    background-color: #000;
    border-radius: 0px;
}
.feedback-slider-box .feedback-slider-verify{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 10px;
}
.feedback-slider-verify img{}
.feedback-slider-verify span{
    color: #424242;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    margin: 0;
}
/*Customer FeedBack Section Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Css Start Here */
footer.footer-main-sec{}
.footer-main-sec .footer-bottom{
    padding: 15px 0;
    background: #3394F8;
}
.footer-bottom .footer-copyright{
    text-align: center;
}
.footer-copyright p{
    color: #fff;
    font-weight: 400;
    margin: 0;
}
/* Footer Css End Here */

@media only screen and (min-width: 1400px) and (max-width: 1599px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 90%;
}
/*Banner Published Form Responsive Css*/
/*Banner Down Brands Section Responsive Css End Here*/

/*Main Info Section Responsive Css Start Here*/
/* Main Info Section2 Responsive Css */
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image{
    top: -90px;
    left: -25px;
}
/* Main Info Section2 Responsive Css */
/*Main Info Section Responsive Css End Here*/

/*Step Works Section Responsive Css Start Here*/
.step-works-inner .step-works-box{
    margin: 0 0 20px;
}
.step-works-box p{
    min-height: 100px;
    max-height: 125px;
}
/*Step Works Section Responsive Css End Here*/

/*Main CTA Section Responsive Css Start Here*/
.cta-main-wrap .cta-left-img img{
    width: 75%;
}
.cta-main-wrap .cta-right-img{
    right: -55px;
    bottom: 0px;
}
/*Main CTA Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/
}
@media only screen and (min-width: 992px) and (max-width: 1199px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 42px;
    line-height: 48px;
}
h2{
    font-size: 36px;
    line-height: 42px;
}
h3{
    font-size: 36px;
    line-height: 42px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    width: 175px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 90%;
}
/*Banner Published Form Responsive Css*/
/*Banner Step Form Responsive Fold1 Start*/
.multi-step-form{
    width: 90%;
}
/*Banner Step Form Responsive Fold1 End*/
/*Banner Down Brands Section Responsive Css End Here*/

/*Main Info Section Responsive Css Start Here*/
.main-info-image img{
    width: 100%;
}
/* Main Info Section2 Responsive Css */
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image{
    top: -75px;
    left: -15px;
}
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image img{
    width: 50%;
}
/* Main Info Section2 Responsive Css */
/*Main Info Section Responsive Css End Here*/

/*Step Works Section Responsive Css Start Here*/
.step-works-inner .step-works-box{
    margin: 0 0 20px;
}
.step-works-box p{
    min-height: 100px;
    max-height: 125px;
}
/*Step Works Section Responsive Css End Here*/

/*Main CTA Section Responsive Css Start Here*/
.cta-main-wrap .cta-left-img img{
    width: 90%;
    top: -140px;
}
.cta-main-wrap .cta-right-img{
    right: -55px;
    bottom: 0px;
}
.cta-main-wrap .cta-right-img img{
    width: 60%;
}
/*Main CTA Section Responsive Css End Here*/

/*Contact Area Section Responsive Css Start Here*/
.contact-area-head h5{
    font-size: 46px;
    line-height: 54px;
}
.faqs-area-head h5{
    font-size: 46px;
    line-height: 54px;
}
/*Contact Area Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/
}
@media only screen and (min-width: 768px) and (max-width: 991px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 38px;
    line-height: 44px;
}
h2{
    font-size: 32px;
    line-height: 38px;
}
h3{
    font-size: 32px;
    line-height: 38px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    margin: 20px 0 0;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 16px;
    width: 175px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand .logo{
    width: 200px;
}
header.sticky .navbar-brand .logo{
    width: 175px !important;
}
header nav.navbar .navbar-buttons a.call-btn{
    font-size: 16px;
    width: 160px;
}
header nav.navbar .navbar-buttons button.chat-btn{
    font-size: 16px;
    width: 160px;
}
/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
section.banner-main-sec{
    padding: 120px 0 50px;
}
.banner-main-sec .banner-inner-content{
    text-align: center;
    margin: 0 0 20px;
}
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 90%;
    padding: 20px 20px;
}
.banner-inner-published-form h4{
    font-size: 26px;
    line-height: 32px;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check{
    width: 47%;
}
/*Banner Published Form Responsive Css*/
/* Children Banner Responsive Css Start */
.banner-main-sec.children-banner-main::before{
    background: #fff;
    opacity: 0.7;
}
/* Children Banner Responsive Css End */
/*Banner Down Brands Section Responsive Css End Here*/

/*Main Info Section Responsive Css Start Here*/
section.main-info-wrap{
    padding: 30px 0;
}
.main-info-inner .main-info-image{
    margin: 0 0 20px;
    text-align: center;
}
.main-info-image img{
    width: 75%;
}
/* Main Info Section2 Responsive Css */
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image{
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: center;
}
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image img{
    width: 65%;
}
/* Main Info Section2 Responsive Css */
/*Main Info Section Responsive Css End Here*/

/*Step Works Section Responsive Css Start Here*/
section.step-works-wrap{
    padding: 30px 0;
}
.step-works-inner .step-works-box{
    margin: 0 0 30px;
}
.step-works-inner .step-works-box.marg-zero{
    margin: 0 0 30px;
}
.step-works-inner .website-main-buttons{
    margin: 20px 0;
}
.step-works-wrap .step-works-img{
    text-align: center;
}
.step-works-wrap .step-works-img img{
    width: 65%;
}
/*Step Works Section Responsive Css End Here*/

/*Main CTA Section Responsive Css Start Here*/
section.cta-main-wrap{
    padding: 30px 0;
}
.cta-main-wrap .cta-left-img{
    text-align: center;
    margin: 0 0 20px;
}
.cta-main-wrap .cta-left-img img{
    width: 35%;
    margin: 0 auto;
    position: inherit;
    top: inherit;
}
.cta-main-wrap .cta-main-content{
    margin: 0 0 10px;
}
.cta-main-wrap .cta-right-img{
    position: relative;
    right: -150px;
    bottom: -30px;
    text-align: right;
}
.cta-main-wrap .cta-right-img img{
    width: 75%;
}
/*Main CTA Section Responsive Css End Here*/

/*Portfolio Publish Section Responsive Css Start Here*/
section.portfolio-publish-wrap{
    padding: 30px 0;
}
/*Portfolio Publish Section Responsive Css End Here*/

/*Why Choose Section Responsive Css Start Here*/
section.why-choose-wrap{
    padding: 30px 0;
}
.why-choose-inner .why-choose-content{
    margin: 0 0 20px;
}
.why-choose-content .why-choose-content-head{
    text-align: center;
}
.why-choose-inner .why-choose-image{
    text-align: center;
}
.why-choose-image img{
    width: 75%;
}
/*Why Choose Section Responsive Css End Here*/

/*Contact Area Section Responsive Css Start Here*/
.contact-area-wrap .contact-area-content{
    margin: 0 10px 0 0;
}
.contact-area-head h5{
    font-size: 42px;
    line-height: 48px;
}
.contact-area-form .form-group input{
    font-size: 16px;
}
.contact-area-form .form-group input::placeholder{
    font-size: 16px;
}
.contact-area-form .form-group textarea{
    font-size: 16px;
}
.contact-area-form .form-group textarea::placeholder{
    font-size: 16px;
}
.contact-area-form .form-group button.submit-btn{
    font-size: 16px;
}
.contact-area-wrap .faqs-area-inner{
    padding: 0 0 0 20px;
}
.faqs-area-head h5{
    font-size: 42px;
    line-height: 48px;
}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button{
    font-size: 18px;
    line-height: 24px;
}
/*Contact Area Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Responsive Css Start Here */
.footer-main-sec .footer-top{
    padding: 30px 0;
}
.footer-top .footer-social-area{
    margin: 0 0 20px
}
/* Footer Responsive Css End Here */
}
@media only screen and (min-width: 576px) and (max-width: 767px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 38px;
    line-height: 44px;
}
h2{
    font-size: 32px;
    line-height: 38px;
}
h3{
    font-size: 32px;
    line-height: 38px;
}
h4{
    font-size: 16px;
    line-height: 22px;
}
h5{
    font-size: 18px;
    line-height: 24px;
}
h6{
    font-size: 16px;
    line-height: 22px;
}
p{
    font-size: 14px;
    line-height: 20px;
}
li{
    font-size: 14px;
    line-height: 20px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    margin: 20px 0 0;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    padding: 10px 5px;
    font-size: 16px;
    width: 160px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand .logo{
    width: 175px;
}
header.sticky .navbar-brand .logo{
    width: 175px !important;
}
header nav.navbar .navbar-buttons a.call-btn{
    font-size: 16px;
    width: 150px;
    margin: 0 5px 0 0;
}
header nav.navbar .navbar-buttons button.chat-btn{
    font-size: 16px;
    width: 150px;
    margin: 0 5px 0 0;
}
/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
section.banner-main-sec{
    padding: 120px 0 50px;
}
.banner-main-sec .banner-inner-content{
    text-align: center;
    margin: 0 0 20px;
}
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 100%;
    padding: 20px 20px;
}
.banner-inner-published-form h4{
    font-size: 26px;
    line-height: 32px;
}
.banner-inner-published-form .form-group .form-select{
    font-size: 14px;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check{
    width: 47%;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label{
    font-size: 14px;
}
.banner-inner-published-form .form-group button.submit-btn{
    font-size: 16px;
}
/*Banner Published Form Responsive Css*/
/*Banner Step Form Responsive Fold1 Start*/
.multi-step-form{
    width: 90%;
}
/*Banner Step Form Responsive Fold1 End*/
/* Children Banner Responsive Css Start */
.banner-main-sec.children-banner-main::before{
    background: #fff;
    opacity: 0.7;
}
/* Children Banner Responsive Css End */
/*Banner Down Brands Section Responsive Css End Here*/

/*Main Info Section Responsive Css Start Here*/
section.main-info-wrap{
    padding: 30px 0;
}
.main-info-inner .main-info-image{
    margin: 0 0 20px;
    text-align: center;
}
/* Main Info Section2 Responsive Css */
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image{
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: center;
}
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image img{
    width: 75%;
}
/* Main Info Section2 Responsive Css */
/*Main Info Section Responsive Css End Here*/

/*Step Works Section Responsive Css Start Here*/
section.step-works-wrap{
    padding: 30px 0;
}
.step-works-wrap .step-works-head{
    width: 100%;
    margin: 0 auto 20px;
}
.step-works-inner .step-works-box{
    margin: 0 0 30px;
}
.step-works-inner .step-works-box.marg-zero{
    margin: 0 0 30px;
}
.step-works-inner .website-main-buttons{
    margin: 20px 0;
}
.step-works-wrap .step-works-img{
    text-align: center;
}
.step-works-wrap .step-works-img img{
    width: 75%;
}
/*Step Works Section Responsive Css End Here*/

/*Main CTA Section Responsive Css Start Here*/
section.cta-main-wrap{
    padding: 30px 0;
}
.cta-main-wrap .cta-left-img{
    text-align: center;
    margin: 0 0 20px;
}
.cta-main-wrap .cta-left-img img{
    width: 50%;
    margin: 0 auto;
    position: inherit;
    top: inherit;
}
.cta-main-wrap .cta-main-content{
    margin: 0 0 10px;
}
.cta-main-wrap .cta-right-img{
    position: relative;
    right: -125px;
    bottom: -30px;
    text-align: right;
}
.cta-main-wrap .cta-right-img img{
    width: 75%;
}
/*Main CTA Section Responsive Css End Here*/

/*Portfolio Publish Section Responsive Css Start Here*/
section.portfolio-publish-wrap{
    padding: 30px 0;
}
.portfolio-publish-wrap .portfolio-publish-head{
    width: 100%;
    margin: 0 auto 20px;
}
.portfolio-publish-tablist .portfolio-publish-tablist-buttons{
    margin: 0 0 20px;
}
.portfolio-publish-tablist-buttons ul.nav-pills{
    justify-content: center;
}
.portfolio-publish-tablist-buttons ul.nav-pills li.nav-item button.nav-link{
    font-size: 16px;
}
/*Portfolio Publish Section Responsive Css End Here*/

/*CTA Banner Section Responsive Css Start Here*/
.cta-banner-wrap .cta-banner-content{
    text-align: center;
    margin: 0 0 20px;
}
/*CTA Banner Section Responsive Css End Here*/

/*Why Choose Section Responsive Css Start Here*/
section.why-choose-wrap{
    padding: 30px 0;
}
.why-choose-inner .why-choose-content{
    margin: 0 0 20px;
}
.why-choose-content .why-choose-content-head{
    text-align: center;
}
.why-choose-content .why-choose-content-box{
    margin: 20px 0;
}
.why-choose-inner .why-choose-image{
    text-align: center;
}
.why-choose-image img{
    width: 75%;
}
/*Why Choose Section Responsive Css End Here*/

/*Contact Area Section Responsive Css Start Here*/
.contact-area-wrap .contact-area-content{
    margin: 0;
    text-align: center;
}
.contact-area-head h5{
    font-size: 32px;
    line-height: 38px;
}
.contact-area-form .form-group input{
    font-size: 16px;
}
.contact-area-form .form-group input::placeholder{
    font-size: 16px;
}
.contact-area-form .form-group textarea{
    font-size: 16px;
}
.contact-area-form .form-group textarea::placeholder{
    font-size: 16px;
}
.contact-area-form .form-group button.submit-btn{
    font-size: 16px;
}
.contact-area-wrap .faqs-area-inner{
    border-left: inherit;
    border-top: 2px solid #202020;
    padding: 20px 0 0 0;
}
.faqs-area-inner .faqs-area-head{
    text-align: center;
}
.faqs-area-head h5{
    font-size: 32px;
    line-height: 38px;
}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button{
    font-size: 18px;
    line-height: 24px;
}
.faqs-sec-item .accordion-item .accordion-collapse .accordion-body{
    font-size: 14px;
    line-height: 20px;
}
/*Contact Area Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Responsive Css Start Here */
.footer-main-sec .footer-top{
    padding: 30px 0;
}
.footer-logo-area .footer-logo{
    width: 200px;
}
.footer-top .footer-info-area{
    margin: 0 0 20px;
}
.footer-info-area ul li a{
    font-size: 14px;
    line-height: 20px;
}
.footer-info-area ul li a i{
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.footer-info-area ul li p i{
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.footer-top .footer-social-area{
    margin: 0 0 20px
}
.footer-social-area ul li a{
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 28px;
}
.footer-links-area ul.footer-nav-links{
    justify-content: center;
    margin: 0 0 5px;
}
.footer-bottom .footer-copyright{
    text-align: center;
}
/* Footer Responsive Css End Here */
}
@media only screen and (min-width: 300px) and (max-width: 575px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 36px;
    line-height: 44px;
}
.heading-two{
    font-size: 32px;
    line-height: 38px;
}
.heading-three{
    font-size: 28px;
    line-height: 36px;
}
.heading-four{
    font-size: 24px;
    line-height: 32px;
}
.heading-five{
    font-size: 20px;
    line-height: 28px;
}
.heading-six{
    font-size: 18px;
    line-height: 26px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 16px;
    width: 150px;
    margin: 0 5px 0;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand{
    width: 130px;
}
header nav.navbar .website-main-buttons{
    justify-content: inherit;
}
header nav.navbar .website-main-buttons button.popup-btn{
    width: 130px;
}
/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
section.banner-main-sec{
    padding: 150px 0 50px;
}
.banner-main-sec::after{
    height: 30%;
}
.banner-main-sec .banner-inner-content{
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
}
.banner-inner-content ul{
    display: grid;
    justify-content: center;
    text-align: left;
}
.banner-main-sec .banner-brands-area{
    padding: 20px 0;
    text-align: center;
}
.banner-brands-area .heading-three{
    color: #fff;
}
.banner-brands-area .banner-brands-items{
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
/*Banner Main Form Start*/
.banner-form-inner h5{
    font-size: 20px;
    line-height: 28px;
}
.banner-form-inner form .form-group .form-select option{
    font-size: 10px;
}
.file-upload-box .upload-box-area{
    height: 125px;
    flex-direction: column;
    gap: 10px;
}
.upload-box-area label.custom-file-upload{
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.file-upload-box .upload-box-area span{
    font-size: 12px;
}
.banner-form-inner form .form-group-select .form-check .form-check-input{
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}
.banner-form-inner form .form-group-select .form-check .form-check-label{
    font-size: 13px;
    line-height: 19px;
}
.banner-form-inner .form-group-btns{
    flex-wrap: wrap;
    gap: 10px;
}
.form-group-btns button.submit-btn{
    font-size: 16px;
    width: 150px;
    margin: 0 5px 0;
}
.form-group-btns button.reset-btn{
    font-size: 16px;
    width: 150px;
    margin: 0 5px 0;
}
/*Banner Main Form End*/
/*Banner Main Section Responsive Css End Here*/

/*Counter Satisfy Section Responsive Css Start Here*/
section.counter-satisfy-wrap{
    padding: 30px 0;
}
.counter-satisfy-inner .counter-satisfy-box{
    padding: 20px 10px;
    margin: 0 0 20px;
}
.counter-satisfy-box .counter-box-head h4{
    font-size: 38px;
    line-height: 46px;
}
/*Counter Satisfy Section Responsive Css End Here*/

/*Portfolio Section Responsive Css Start Here*/
section.portfolio-sec-wrap{
    padding: 50px 0;
}
.portfolio-sec-wrap .portfolio-sec-head{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: end;
    gap: 20px;
    margin: 0 0 50px;
}
.portfolio-sec-head .portfolio-head-cont{
    width: 100%;
}
.portfolio-head-cont .heading-two{
    color: #1b1b1b;
    font-weight: 600;
    margin: 0 0 10px;
}
.portfolio-head-cont p{
    color: #5D5D5D;
    font-weight: 400;
}
.portfolio-sec-head .portfolio-head-btn{}
.portfolio-head-btn a.project-btn{
    color: #3394F8;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid #3394F8;
    transition: all .3s ease-in-out;
}
.portfolio-head-btn a.project-btn:hover{
    color: #1b1b1b;
}
.portfolio-sec-wrap .portfolio-sec-inner{}
.portfolio-sec-inner .portfolio-inner-box{
    border-radius: 15px;
    margin: 0 0 20px;
}
.portfolio-inner-box .portfolio-box-img{
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 12px;
    height: 225px;
}
.portfolio-box-img img{
    width: 60%;
    height: 100%;
}
.portfolio-inner-box .portfolio-box-content{
    padding: 20px 30px;
    margin: -50px 0 0 0;
}
.portfolio-box-content img{
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin: 0 0 20px;
}
.portfolio-box-content p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
/*Portfolio Section Responsive Css End Here*/

/*Customer FeedBack Section Responsive Css Start Here*/
section.customer-feedback-wrap{
    background: #D7D7D7;
    padding: 100px 0;
}
.customer-feedback-wrap .customer-feedback-head{
    margin: 0 0 50px;
    text-align: center;
}
.customer-feedback-head .heading-one{
    color: #1b1b1b;
    font-weight: 600;
    margin: 0 0 20px;
}
.customer-feedback-head p{
    color: #5D5D5D;
    font-weight: 400;
}
.customer-feedback-wrap .customer-feedback-inner{}
.customer-feedback-inner .feedback-inner-head{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.feedback-inner-head .feedback-inner-left{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.feedback-inner-left .heading-four{
    color: #3394F8;
    font-weight: 600;
    margin: 0 20px 0 0;
}
.feedback-inner-left span{
    color: #1b1b1b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 10px 0 0;
}
.feedback-inner-left .rating-star-icons{
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}
.feedback-inner-left small{
    color: #3394F8;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    margin: 10px 0 0;
}
.feedback-inner-head .feedback-inner-right{
    display: flex;
    align-items: center;
}
.feedback-inner-right small{
    color: #3394F8;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    margin: 10px 5px 0 0;
}
.feedback-inner-right img{
    width: 55px;
    height: 15px;
    object-fit: contain;
}
.customer-feedback-inner .customer-feedback-slider{}
.customer-feedback-slider .slick-arrow{
    top: 50%;
    position: absolute;
    background: none;
    border: none;
    font-size: 0;
    z-index: 9;
}
.customer-feedback-slider .slick-prev{
    left: -30px;
}
.customer-feedback-slider .slick-prev::before{
    content: '\f104';
}
.customer-feedback-slider .slick-next{
    right: -30px;
}
.customer-feedback-slider .slick-next::before{
    content: '\f105';
}
.customer-feedback-slider .slick-prev::before,
.customer-feedback-slider .slick-next::before{
    font-family: 'Font Awesome 6 Pro';
    background: #3394F8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    display: block;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.customer-feedback-slider .slick-arrow:hover::before{
    background: #1b1b1b;
}
.customer-feedback-slider .feedback-slider-box{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0px 20px -20px #000000;
    padding: 20px 20px;
    margin: 20px 15px;
    transition: all .3s ease-in-out;
    position: relative;
    user-select: text;
}
.feedback-slider-box:hover{
    transform: translateY(-10px);
}
.feedback-slider-box .feedback-slider-head{
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}
.feedback-slider-head span{
    color: #1b1b1b;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 10px 0 0;
}
.feedback-slider-head .rating-star-icons{
    display: flex;
    align-items: center;
}
.rating-star-icons img{
    width: 18px;
    height: 18px;
    margin: 0 2px 0px 0;
}
.feedback-slider-box .feedback-slider-content{
    margin: 20px 0;
}
.feedback-slider-content p{
    color: #ADADAD;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 10px 10px;
    min-height: 200px;
    max-height: 250px;
    overflow-y: auto;
}
.feedback-slider-content p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 0px;
}
.feedback-slider-content p::-webkit-scrollbar{
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}
.feedback-slider-content p::-webkit-scrollbar-thumb{
    background-color: #1b1b1b;
    border-radius: 0px;
}
.feedback-slider-box .feedback-slider-verify{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 0;
}
.feedback-slider-verify img{
    width: 15px;
    height: 15px;
    margin: 0 5px 0px 0;
}
.feedback-slider-verify span{
    color: #424242;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    margin: 0;
}
/*Customer FeedBack Section Responsive Css End Here*/

/*FAQS Section Responsive Css Start Here*/
section.faqs-sec-wrap{
    padding: 50px 0;
}
.faqs-sec-wrap .faqs-sec-head{
    margin: 0 0 50px;
}
.faqs-sec-head .heading-one{
    color: #1b1b1b;
    font-weight: 600;
    margin: 0 0 20px;
}
.faqs-sec-head p{
    color: #5D5D5D;
    font-weight: 400;
}
.faqs-sec-item .accordion .accordion-item{
    margin: 0 0 10px;
    border-radius: 0px;
    background: transparent;
    border: none;
}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button{
    background: transparent;
    color: #1b1b1b;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    border-bottom: 1px solid #3394F8;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    margin: 0;
}
.faqs-sec-item .accordion-item .accordion-header .accordion-button::after{
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    background: #3394F8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
}
.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    transform: rotate(0deg);
}
.faqs-sec-item .accordion-item .accordion-collapse .accordion-body{
    color: #5D5D5D;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding: 20px 10px;
    border-radius: 0px;
}
/*FAQS Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Responsive Css Start Here */
.footer-top .footer-logo-area{}
.footer-logo-area .footer-logo{
    width: 200px;
}
.footer-logo-area .footer-brand-logo{
    flex-wrap: wrap;
    gap: 15px;
}
.footer-brand-logo img{
    margin: 0 10px 0;
}
.footer-middle .footer-info-area{
    padding: 30px 0;
}
.footer-info-area ul.footer-info{
    flex-direction: column;
    gap: 20px;
    align-items: start;
}
ul.footer-info li a{
    font-size: 14px;
}
ul.footer-info li p{
    font-size: 14px;
    text-align: left;
}
/* Footer Responsive Css End Here */
}
