@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

span,
input,
textarea,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #FFFFFF;
}

main {
    overflow: hidden;
}

a,
button,
input,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    font-weight: 700;
}

.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;
}

@keyframes bounce-3 {
    0% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes rotateY-anim {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

/*Website Custom Style Css For Single Items Start Here*/

/*Heading & Para Style Css*/
h1{
    font-size: 60px;
    line-height: 70px;
}
h2{
    font-size: 52px;
    line-height: 60px;
}
h3{
    font-size: 46px;
    line-height: 64px;
}
h4{
    font-size: 26px;
    line-height: 34px;
}
h5{
    font-size: 24px;
    line-height: 32px;
}
h6{
    font-size: 18px;
    line-height: 26px;
}
p{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: 500;
}
li{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
    font-weight: 500;
}
/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons{
    margin: 20px 0 0;
    display: flex;
    align-items: 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;
    border-radius: 10px;
    padding: 12px 5px;
    margin: 0 10px 0 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: transparent;
    width: 100%;
    box-shadow: 0 0 20px -5px #b2b2b2;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}
header.sticky{
    background: #1e023e;
}
header nav.navbar{
    padding: 25px 0px;
    align-items: center;
    position: inherit;
    border-bottom: 1px solid #fff;
}
header nav.navbar .navbar-brand{
    padding: 0px 0;
    margin: 0;
}
header nav.navbar .navbar-brand .logo{
    width: 85px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
    filter: invert(1) brightness(1) grayscale(1);
}
header .navbar-toggler{
    background-color: #fff;
}
header .navbar-toggler:focus{
    box-shadow: none;
}
header .navbar-expand-lg .navbar-collapse{
    justify-content: center;
    flex-direction: column;
    align-items: end;
    margin: 0;
}
header .navbar-collapse .navbar-main-nav{
    display: flex;
    align-items: center;
    width: 100%;
}
header .navbar-main-nav ul.navbar-nav{
    width: 100%;
    justify-content: center;
    margin: 0 10px;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    margin: 0 10px 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
    padding: 15px 0px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link:hover{
    color: #d50cb7;
    border-bottom:1px solid #d50cb7;
}
header nav.navbar .website-main-buttons{
    justify-content: center;
    margin: 0;
}
header nav.navbar .website-main-buttons button.popup-btn{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
header nav.navbar .website-main-buttons button.popup-btn:hover {
    background: #fff;
    color: #d50cb7;
    transform: scale(1.1);
}
header nav.navbar .website-main-buttons a.call-btn {
    background: #d50cb7;
    color: #fff;
    border: 2px solid #d50cb7;
}
header nav.navbar .website-main-buttons a.call-btn:hover {
    background: #1b1435;
    transform: scale(1.1);
}
/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Css Start Here*/
section.banner-main-sec{
    background-image: url(../images/banner-main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 175px 0 125px;
    position: relative;
    z-index: 1;
}
.banner-main-sec .banner-inner-content{}
.banner-inner-content h1{
    color: #fff;
    margin: 0 0 20px;
}
.banner-inner-content h1 span{
    display: block;
    font-weight: 600;
    background: linear-gradient(to right, #D50CB7 0%, #6a42ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-inner-content p{
    color: #fff;
}
.banner-inner-content .website-main-buttons{}
.banner-inner-content .website-main-buttons button.popup-btn{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.banner-inner-content .website-main-buttons button.popup-btn:hover{
    background: #fff;
    color: #d50cb7;
    transform: scale(1.1);
}
.banner-inner-content .website-main-buttons a.call-btn{
    background: #d50cb7;
    color: #fff;
    border: 2px solid #d50cb7;
}
.banner-inner-content .website-main-buttons a.call-btn:hover{
    background: #1b1435;
    transform: scale(1.1);
}
.banner-main-sec .banner-img-side{
    text-align: center;
}
.banner-img-side img{
    animation-name: bounce-3;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: infinite
}
/*Banner Step Form Fold1 Start*/
/* .multi-step-form{
    background-color: #d50cb761;
    width: 80%;
    padding: 30px 30px;
    margin: 0 auto 0px;
    border-radius: 10px;
    text-align: center;
}
.multi-step-form h5{
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px;
}
.multi-step-form .selceted-box{}
.selected-button .form-group{
    margin: 0 0 15px;
}
.selected-button .form-group input{
    background: #fff;
    color: #1b1435;
    border: none;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border-radius: 10px;
}
.selected-button .form-group input::placeholder{
    color: #b2b2b2;
    font-size: 16px;
}
.selected-button .form-group textarea{
    background: #fff;
    color: #1b1435;
    border: none;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px 20px;
    border-radius: 10px;
}
.selected-button .form-group textarea::placeholder{
    color: #b2b2b2;
    font-size: 16px;
}
.step-form-btns{
    margin: 20px 0 0;
}
.step-form-btns .submit-btn{
    background: #fff;
    color: #d50cb7;
    border: 2px solid #fff;
    font-size: 16px;
    width: 175px;
    border-radius: 10px;
    padding: 12px 5px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.step-form-btns .submit-btn:hover{
    background:transparent;
    color: #fff;
} */
/*Banner Step Form Fold1 End*/
/*Banner Main Section Css End Here*/

/*Service Info Section Css Start Here*/
section.service-info-wrap{
    background: #fff;
    padding: 125px 0;
}
.service-info-wrap .service-info-head{
    text-align: center;
    margin: 0 0 50px;
}
.service-info-head h2{
    color: #d50cb7;
    margin: 0 0 20px;
}
.service-info-head p{
    color: #1b1435;
}
.service-info-wrap .service-info-inner{}
.service-info-bg .service-info-content{
    padding: 0 20px;
}
.service-info-content h3{
    color: #1b1435;
    margin: 0 0 20px;
}
.service-info-content p{
    color: #1b1435;
}
.service-info-content .website-main-buttons button.popup-btn{
    background: #d50cb7;
    color: #fff;
    border: 2px solid #d50cb7;
}
.service-info-content .website-main-buttons button.popup-btn:hover{
    background: #1b1435;
    transform: scale(1.1);
}
.service-info-inner .service-info-img{
    text-align: center;
}
.service-info-img img{
    animation: rotateY-anim 5s linear infinite
}
/*Service Info Section Css End Here*/

/*Bespoke Services Section Css Start Here*/
section.bespoke-services-wrap{
    background-image: url(../images/bespoke-service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 125px 0;
    position: relative;
    z-index: 1;
}
.bespoke-services-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: linear-gradient(to right, #7c0069 0%, #1b1435 100%);
    opacity: 0.8;
    z-index: -1;
}
.bespoke-services-wrap .bespoke-services-head{
    text-align: center;
    margin: 0 0 50px;
}
.bespoke-services-head span{
    color: #d50cb7;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
}
.bespoke-services-head h2{
    color: #fff;
    margin: 0 0 20px;
}
.bespoke-services-head p{
    color: #fff;
}
.bespoke-services-wrap .bespoke-services-box{
    background: #fff;
    border-radius: 20px;
    margin: 0 0 20px;
    padding: 0;
    border: 3px dashed #1b1435;
}
.bespoke-services-box .bespoke-box-img{
    text-align: center;
}
.bespoke-box-img img{
    width: 100%;
    border-radius: 20px 20px;
    margin: 0 auto 20px;
}
.bespoke-services-box .bespoke-box-content{
    padding: 10px 20px;
    text-align: center;
    min-height: 190px;
    max-height: 190px;
    overflow-y: auto;
}
.bespoke-box-content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 0px;
}
.bespoke-box-content::-webkit-scrollbar{
    width: 3px;
    background: transparent;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 0px;
}
.bespoke-box-content::-webkit-scrollbar-thumb{
    background-color: #fff;
    border-radius: 0px;
}
.bespoke-box-content h4{
    color: #1b1435;
    margin: 0 0 10px;
}
.bespoke-box-content h5{
    color: #1b1435;
    margin: 0 0 10px;
}
.bespoke-box-content h5 span{
    color: #d50cb7;
    font-weight: 600;
}
.bespoke-box-content p{
    color: #1b1435;
    margin: 0 0 10px;
}
.bespoke-services-box .website-main-buttons{
    justify-content: center;
    padding: 0 20px 20px;
}
.bespoke-services-box .website-main-buttons button.popup-btn{
    background: linear-gradient(to right, #D50CB7 0%, #6a42ff 100%);
    color: #fff;
    border: 2px solid #d50cb7;
}
.bespoke-services-box  .website-main-buttons button.popup-btn:hover{
    transform: scale(1.1);
}
/*Bespoke Services Section Css End Here*/

/*Main CTA Section Css Start Here*/
/* section.cta-main-wrap{
    background-image: url(../images/banner-main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.cta-main-wrap .cta-main-content{
    text-align: center;
}
.cta-main-content h2{
    background: linear-gradient(to right, #D50CB7 0%, #6a42ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px;
}
.cta-main-content p{
    color: #fff;
}
.cta-main-content .website-main-buttons{
    justify-content: center;
    margin: 20px 0 0 0;
}
.cta-main-content .website-main-buttons a.call-btn{
    background: #fff;
    color: #d50cb7;
    border: 2px solid #fff;
}
.cta-main-content .website-main-buttons a.call-btn:hover{
    background: transparent;
    color: #fff;
    transform: scale(1.1);
}
.cta-main-content .website-main-buttons button.popup-btn{
    background: #d50cb7;
    color: #fff;
    border: 2px solid #d50cb7;
}
.cta-main-content .website-main-buttons button.popup-btn:hover{
    background: transparent;
    color: #fff;
    transform: scale(1.1);
} */
/*Main CTA Section Css End Here*/

/*Our Packages Section Css Start Here*/
section.our-packages-wrap{
    padding: 125px 0;
}
.our-packages-wrap .our-packages-head{
    text-align: center;
    width: 90%;
    margin: 0 auto 50px;
}
.our-packages-head span{
    color: #34015c;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
}
.our-packages-head h2{
    color: #1b1435;
    margin: 0 0 20px;
}
.our-packages-head p{
    color: #1b1435;
}
.our-packages-wrap .our-packages-inner{}
.our-packages-inner .our-packages-box{
    background-image: url(../images/banner-main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 30px;
    margin: 0 0 30px;
    border-radius: 40px;
    box-shadow: 0 5px 20px -10px #b2b2b2;
    transition: all .3s ease-in-out;
}
.our-packages-box .packages-box-head{
    text-align: center;
    border-bottom: 2px solid #d50cb7;
    padding: 0 0 10px;
    margin: 0 0 20px;
}
.packages-box-head h3{
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 10px;
}
.packages-box-head h5{
    background: #d50cb7;
    color: #fff;
    font-size: 40px;
    border-radius: 20px;
    width: 75%;
    margin: 0 auto 5px;
    padding: 20px 10px;
    box-shadow: 0 0px 20px -15px #000;
}
.packages-box-head del{
    color: #b2b2b2;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}
.our-packages-box ul.packahe-box-list{
    padding: 0 10px 10px 20px;
    min-height: 350px;
    max-height: 350px;
    overflow-y: auto;
    margin: 0 0 20px;
}
ul.packahe-box-list::-webkit-scrollbar-track{
    border-radius: 5px;
    background-color: #b2b2b2;
}
ul.packahe-box-list::-webkit-scrollbar{
    width: 5px;
    border-radius: 5px;
    background-color: #b2b2b2;
}
ul.packahe-box-list::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #fff;
}
.our-packages-box ul.packahe-box-list li{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    list-style: disc;
}
.our-packages-box ul.packahe-box-list li::marker{
    color: #d50cb7;
}
.our-packages-box .packages-box-buttons{}
.packages-box-buttons button.popup-btn{
    background: #fff;
    color: #d50cb7;
    border: 2px solid #fff;
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
    height: 45px;
    line-height: 41px;
    text-align: center;
    padding: 0;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}
.packages-box-buttons button.popup-btn:hover{
    background: transparent;
    transform: scale(1.1);
}
/*Our Packages Section Css End Here*/

/*Step Works Section Css Start Here*/
/* section.step-works-wrap{
    padding: 50px 0;
}
.step-works-wrap .step-works-head{
    text-align: center;
    width: 90%;
    margin: 0 auto 50px;
}
.step-works-head h3{
    color: #1b1435;
    margin: 0 0 20px;
}
.step-works-head p{
    color: #1b1435;
}
.step-works-wrap .step-works-inner{}
.step-works-inner .step-works-box{
    margin: 0 0 50px;
}
.step-works-inner .step-works-box.marg-zero{
    margin: 0;
}
.step-works-box .works-box-head{
    margin: 0 0 20px 0;
    position: relative;
}
.works-box-head span{
    position: absolute;
    font-size: 80px;
    right: 0;
    top: -50px;
    display: block;
    color: #fff;
    -webkit-text-stroke: 2px #D50CB7;
    text-shadow: 0px 0px 0 #D50CB7;
    z-index: -1;
    opacity: 0.3;
}
.step-works-box .works-box-head h4{
    color: #1b1435;
    margin: 0;
}
.step-works-box p{
    color: #1b1435;
    padding: 0 5px 0 0;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}
.step-works-box p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 0px;
}
.step-works-box p::-webkit-scrollbar{
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}
.step-works-box p::-webkit-scrollbar-thumb{
    background-color: #1b1435;
    border-radius: 0px;
} */
/*Step Works Section Css End Here*/

/*Counter Satisfy Section Css Start Here*/
section.counter-satisfy-wrap{
    background: #1b1435;
}
.counter-satisfy-wrap .counter-satisfy-inner{}
.counter-satisfy-inner .counter-satisfy-box{
    text-align: center;
    border-right: 2px solid #d50cb7;
    padding: 40px 40px;
}
.counter-satisfy-box .counter-box-head{}
.counter-satisfy-box .counter-box-head h4{
    color: #d50cb7;
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 20px;
}
.counter-satisfy-box .counter-box-head h4 span{}
.counter-satisfy-box p{
    color: #fff;
    margin: 0;
}
/*Counter Satisfy Section Css End Here*/

/*Latest Work Section Css Start Here*/
/* section.latest-work-wrap{
    padding: 50px 0
}
.latest-work-wrap .latest-work-head{
    text-align: center;
    width: 90%;
    margin: 0 auto 50px;
}
.latest-work-head h2{
    color: #1b1435;
    margin: 0 0 20px
}
.latest-work-head h2 span{
    display: block;
    font-weight: 600;
    background: linear-gradient(to right, #D50CB7 0%, #6a42ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.latest-work-head p{
    color: #1b1435;
}
.latest-work-wrap .latest-work-item{
    margin: 0 0 30px;
}
.latest-work-item .latest-work-img a{
    padding: 0;
    position: relative;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: block
}
.latest-work-item .latest-work-img a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1b1435;
    opacity: 0;
    transform: scale(.1);
    transition: all .3s ease-in-out;
    z-index: 1
}
.latest-work-item .latest-work-img a:hover img{
    transform: scale(.9)
}
.latest-work-item .latest-work-img a:hover::before{
    transform: scale(1);
    opacity: .5
}
.latest-work-item .latest-work-img img{
    width: 100%;
    transition: all .3s ease-in-out;
    min-height: 250px;
    max-height: 250px;
    border-radius: 20px;
} */
/*Latest Work Section Css End Here*/

/*CTA Banner Section Css Start Here*/
section.cta-banner-wrap{
    background: #1b1435;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.cta-banner-wrap .cta-banner-content{}
.cta-banner-content h3{
    color: #FFFFFF;
    margin: 0 0 10px;
}
.cta-banner-content p{
    color: #FFFFFF;
}
.cta-banner-content .website-main-buttons{
    margin: 30px 0 0 0;
}
.cta-banner-content .website-main-buttons a.call-btn{
    background: #fff;
    color: #d50cb7;
    border: 2px solid #fff;
}
.cta-banner-content .website-main-buttons a.call-btn:hover{
    background: transparent;
    color: #fff;
    transform: scale(1.1);
}
.cta-banner-content .website-main-buttons button.chat-btn{
    background: #d50cb7;
    color: #fff;
    border: 2px solid #d50cb7;
}
.cta-banner-content .website-main-buttons button.chat-btn:hover{
    background: transparent;
    color: #fff;
    transform: scale(1.1);
}
.cta-banner-wrap .cta-banner-img{
    position: relative;
    text-align: center;
}
.cta-banner-wrap .cta-banner-img img{
    width: 75%;
    animation-name: bounce-3;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: infinite
}
/*CTA Banner Section Css End Here*/

/*Why Choose Section Css Start Here*/
/* section.why-choose-wrap{
    background: #fff;
    padding: 50px 0;
}
.why-choose-wrap .why-choose-inner{}
.why-choose-inner .why-choose-content{}
.why-choose-content .why-choose-content-head{
    margin: 0 0 20px;
}
.why-choose-content-head h3{
    color: #1b1435;
    margin: 0 0 10px;
}
.why-choose-content-head p{
    color: #1b1435;
}
.why-choose-content .why-choose-content-box{
    display: flex;
    margin: 10px 0;
}
.why-choose-content-box i{
    color: #d50cb7;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
    margin: 6px 10px 0 0;
    border: 3px solid #d50cb7;
    border-radius: 100%;
    padding: 3px;
}
.why-choose-content-box .choose-content-box-info{}
.choose-content-box-info h4{
    color: #1b1435;
    margin: 0 0 10px;
}
.choose-content-box-info p{
    color: #1b1435;
    padding: 0 10px 0 0;
}
.choose-content-box-info p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 0px;
}
.choose-content-box-info p::-webkit-scrollbar{
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}
.choose-content-box-info p::-webkit-scrollbar-thumb{
    background-color: #1b1435;
    border-radius: 0px;
}
.why-choose-inner .why-choose-image{
    text-align: center;
}
.why-choose-image img{
    width: 65%;
} */
/*Why Choose Section Css End Here*/

/*Testimonials Customer Section Css Start Here*/
section.testi-customer-wrap{
    padding: 125px 0;
    background: #f4f4f4;
}
.testi-customer-wrap .customer-inner-wrap{}
.customer-inner-wrap .customer-inner-head{
    margin: 0 0 50px;
}
.customer-inner-head h2{
    color: #1b1435;
    margin: 0 0 20px;
}
.customer-inner-wrap .customer-inner-boxes{}
.customer-inner-boxes .customer-inner-slider{}
.customer-inner-slider .slick-arrow{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -100px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    
}
.customer-inner-slider .slick-prev{
    right: 100px;
    left: inherit;
}
.customer-inner-slider .slick-prev:before{
    content: '\f104';
    font-family: 'font awesome 6 pro';
    font-size: 50px;
    color:#1b1f2e;
}
.customer-inner-slider .slick-next{
    right: 25px;
}
.customer-inner-slider .slick-next:before{
    content: '\f105';
    font-family: 'font awesome 6 pro';
    font-size: 50px;
    color:#1b1f2e;
}
.customer-inner-slider .customer-inner-item{
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    margin: 20px 20px 20px 0;
    box-shadow: 0 5px 8px -2px #b2b2b2;
}
.customer-inner-item.slick-current .customer-item-content{}
.customer-inner-item.slick-current .customer-item-content .cutomer-item-designation{}
.customer-inner-item .customer-item-content{
    text-align: center;
}
.customer-item-content h3{
    color: #1b1435;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px;
}
.customer-item-content p{
    color: #1b1435;
    padding: 0 5px 0 0;
    margin: 0 0 20px;
    min-height: 125px;
    max-height: 125px;
    overflow-y: auto;
}
.customer-item-content p::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #1b1f2e;
}
.customer-item-content p::-webkit-scrollbar{
    width: 5px;
    border-radius: 10px;
    background-color: #1b1f2e;
}
.customer-item-content p::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #b2b2b2;
}
.customer-item-content .cutomer-item-designation{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.cutomer-item-designation img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 0 20px 0 0;
}
.cutomer-item-designation .customer-designation-content{}
.customer-designation-content h4{
    color: #d50cb7;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
/*Testimonials Customer Section Css End Here*/

/*Contact Area Section Css Start Here*/
section.contact-area-wrap{
    padding: 125px 0;
}
.contact-area-wrap .contact-area-content{
    background: #1b1435;
    border-radius: 30px;
    padding: 30px 30px;
}
.contact-area-content .contact-area-head{
    text-align: center;
    margin: 0 0 20px;
}
.contact-area-head h5{
    color: #d50cb7;
    font-size: 52px;
    line-height: 60px;
    margin: 0;
}
.contact-area-content .contact-area-form{
    text-align: center;
}
.contact-area-form h4{
    color: #fff;
    margin: 0 0 5px;
}
.contact-area-form p{
    color: #fff;
}
.contact-area-form form{
    margin: 20px 0 0 0;
}
.contact-area-form .form-group{
    margin: 0 0 20px;
}
.contact-area-form .form-group input{
    background: #fff;
    color: #1b1435;
    font-size: 16px;
    width: 100%;
    border: none;
    border-radius: 10px;
    outline: none;
    padding: 15px 10px;
    box-shadow: none;
}
.contact-area-form .form-group input::placeholder{
    color: #b2b2b2;
}
.contact-area-form .form-group textarea{
    background: #fff;
    color: #1b1435;
    font-size: 16px;
    width: 100%;
    height: 120px;
    border: none;
    border-radius: 10px;
    resize: none;
    outline: none;
    padding: 10px 10px;
    box-shadow: none;
}
.contact-area-form .form-group textarea::placeholder{
    color: #b2b2b2;
}
.contact-area-form .form-group button.submit-btn{
    background: #fff;
    color: #d50cb7;
    border: 2px solid #fff;
    font-size: 16px;
    width: 175px;
    border-radius: 10px;
    padding: 12px 5px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.contact-area-form .form-group button.submit-btn:hover{
    background: #d50cb7;
    color: #fff;
    border: 2px solid #d50cb7;
    transform: scale(1.1);
}
.contact-area-wrap .faqs-area-inner{}
.faqs-area-inner .faqs-area-head{
    margin: 0 0 20px;
}
.faqs-area-head h5{
    color: #1b1435;
    font-size: 52px;
    line-height: 60px;
    margin: 0 0 10px;
}
.faqs-area-head p{
    color: #1b1435;
}
.faqs-area-inner .faqs-sec-item{}
.faqs-sec-item .accordion .accordion-item{
    margin: 0 0 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #1b1435;
}
.faqs-sec-item .accordion .accordion-item .accordion-header{}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button{
    background: transparent;
    color: #1b1435;
    font-size: 20px;
    line-height: 26px;
    box-shadow: none;
    border-radius: 0px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: capitalize;
}
.faqs-sec-item .accordion-item .accordion-header .accordion-button::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    color: #1b1435;
    font-size: 20px;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    transform: rotate(-90deg);
    transition: all .3s ease-in-out;
}
.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    transform: rotate(0deg);
}
.faqs-sec-item .accordion-item .accordion-collapse{}
.faqs-sec-item .accordion-item .accordion-collapse .accordion-body{
    background: transparent;
    color: #1b1435;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 10px 10px;
    border-radius: 0px;
}
/*Contact Area Section Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Css Start Here */
footer.footer-main-sec{
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #1b1435;
    position: relative;
    z-index: 1;
}
.footer-main-sec::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1b1435;
    width: 100%;
    z-index: -1;
    opacity: 0.9;
}
.footer-main-sec .footer-top{
    padding: 50px 0;
}
.footer-top .footer-logo-area{
    margin: 0 0 20px;
}
.footer-logo-area .footer-logo{
    width: 250px;
    margin: 0 0 20px 0;
}
.footer-logo-area .footer-logo img{
    filter: invert(1) brightness(1) grayscale(1);
}
.footer-top .footer-social-area{
    margin: 0 0 20px;
}
.footer-social-area ul{
    display: flex;
    align-items: center;
}
.footer-social-area ul li{
    margin: 0 3px 0;
}
.footer-social-area ul li a{
    background: #b2b2b2;
    color: #d50cb7;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.footer-social-area ul li a:hover{
    background: #fff;
    color: #000;
}
.footer-social-area ul li a i{}
.footer-social-area ul li a img{
    width: 20px;
    margin: -5px 0 0 0;
}
.footer-top .footer-info-area{}
.footer-info-area h4{
    color: #d50cb7;
    margin: 0 0 10px;
}
.footer-info-area ul{}
.footer-info-area ul li{
    margin: 0 0 10px;
}
.footer-info-area ul li a{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    text-transform: lowercase;
    transition: all .3s ease-in-out;
}
.footer-info-area ul li a:hover{
    color: #D50CB7;
}
.footer-info-area ul li i{
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px;
}
.footer-info-area ul li p{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.footer-main-sec .footer-bottom{
    padding: 20px 0;
    border-top: 2px dotted #3c3c3c;
}
.footer-bottom .footer-copyright{
    text-align: center;
}
.footer-copyright p{
    color: #fff;
    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){

/*Header Responsive Css Start Here*/
header nav.navbar{
    padding: 10px 0;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
}
header nav.navbar .website-main-buttons button.popup-btn,
header nav.navbar .website-main-buttons a.call-btn{
    width: 150px;
    font-size: 14px;
}
/*Header Responsive Css 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 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*/

/*Our Packages Section Responsive Css Start Here*/
section.our-packages-wrap{
    padding: 125px 0;
}
.our-packages-inner .our-packages-box{
    padding: 30px 15px;
}
.packages-box-head h3{
    font-size: 28px;
    line-height: 36px;
}
.packages-box-head h5{
    font-size: 30px;
    width: 85%;
}
.packages-box-buttons button.popup-btn{
    font-size: 16px;
}
/*Our Packages 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*/

/*Header Responsive Css Start Here*/
header nav.navbar{
    padding: 10px 0;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
}
header nav.navbar .website-main-buttons button.popup-btn,
header nav.navbar .website-main-buttons a.call-btn{
    width: 150px;
    font-size: 14px;
}
/*Header Responsive Css 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{
    padding: 10px 0;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 10px 0;
    background: #2c2057;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
    justify-content: center;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
/*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{
    padding: 10px 0;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 10px 0;
    background: #2c2057;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
    justify-content: center;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
    flex-wrap: wrap;
}
/*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*/

/*Our Packages Section Responsive Css Start Here*/
section.our-packages-wrap{
    padding: 125px 0;
}
.our-packages-inner .our-packages-box{
    padding: 30px 15px;
}
.packages-box-head h3{
    font-size: 28px;
    line-height: 36px;
}
.packages-box-head h5{
    font-size: 30px;
    width: 85%;
}
.packages-box-buttons button.popup-btn{
    font-size: 16px;
}
/*Our Packages 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{
    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{
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.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*/
h1{
    font-size: 32px;
    line-height: 38px;
}
h2{
    font-size: 28px;
    line-height: 34px;
}
h3{
    font-size: 28px;
    line-height: 34px;
}
h4{
    font-size: 16px;
    line-height: 22px;
}
h5{
    font-size: 16px;
    line-height: 22px;
}
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;
    flex-wrap: wrap;
}
.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;
    margin: 0 5px 10px;
    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{
    padding: 10px 0;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 10px 0;
    background: #2c2057;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
    justify-content: center;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
    flex-wrap: wrap;
}
/*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: 22px;
    line-height: 28px;
}
.banner-inner-published-form .form-group .form-select{
    font-size: 12px;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check{
    width: 100%;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label{
    font-size: 14px;
}
.banner-inner-published-form .form-group input{
    font-size: 14px;
}
.banner-inner-published-form .form-group input::placeholder{
    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: 100%;
    padding: 20px 20px;
}
.multi-step-form .selceted-box p{
    font-size: 18px;
    line-height: 24px;
}
.step-form-btns{
    margin: 20px 0 0px 0;
}
.step-form-btns .previous-btn{
    margin: 0 10px 10px;
}
.step-form-btns .next-btn{
    margin: 0 10px 0;
}
.step-form-btns .submit-btn{
    margin: 0 10px 0;
}
/*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;
}
.main-info-image img{
    width: 100%;
}
/* 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: 85%;
}
/* 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 img{
    width: 100%;
}
/*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: 75%;
    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: -12px;
    bottom: -30px;
    text-align: right;
}
.cta-main-wrap .cta-right-img img{
    width: 85%;
}
/*Main CTA Section Responsive Css End Here*/

/*Counter Satisfy Section Responsive Css Start Here*/

.counter-satisfy-inner .counter-satisfy-box{
    padding: 40px 40px;
}
.counter-satisfy-box .counter-box-head{}
.counter-satisfy-box .counter-box-head h4{
    font-size: 42px;
    line-height: 50px;
}
/*Counter Satisfy 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*/

/*Our Packages Section Responsive Css Start Here*/
section.our-packages-wrap{
    padding: 125px 0;
}
.our-packages-inner .our-packages-box{
    padding: 30px 15px;
}
.packages-box-head h3{
    font-size: 28px;
    line-height: 36px;
}
.packages-box-head h5{
    font-size: 30px;
    width: 85%;
}
.packages-box-buttons button.popup-btn{
    font-size: 16px;
}
/*Our Packages 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:85%;
}
/*Why Choose Section Responsive Css End Here*/

/*Testimonials Customer Section Css Start Here*/
section.testi-customer-wrap{}
.testi-customer-wrap .customer-inner-wrap{}
.customer-inner-slider .slick-arrow{
    top: -5px;
}
/*Testimonials Customer Section 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{
    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{
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.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 */
}
