body{
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}
:root{
    --primary-color: #364833;
    --button-color: #96BE4D;
    --white-color:#fff;
    --black-color:#000;
    overflow-x: hidden;
}
h1,h2,h3{

    color: var(--white-color);
}

.spanbold{
    font-weight: 600;
}
@media (min-width: 1024px) {
    .container{
        max-width: 1293px;
    }
    .Pricing_Sec .container {
        max-width: 1360px;
    }
  }
.btn_custom{
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-radius: 63px;
    font-weight: 500;
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--button-color);
    position: relative;
    background: var(--button-color);
    color: var(--white-color);
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 10px 33px;
    text-decoration: none !important;
}
/* header css start */
header{
    background: var(--primary-color);
    padding: 9px 0px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 22;
}
.HeaderMain .navbar-nav li:last-child {
    float: right;
    display: flex;
    width: 100%;
    justify-content: end;
}
ul.navbar-nav {
    gap: 19px;
    margin-bottom: 0px  !important;
    margin-top: 0px !important;
}

.btn-outline-success {
    border-radius: 63px;
    font-weight: 500;
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--button-color);
    position: relative;
    background: var(--button-color);
    color: var(--white-color);
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 10px 33px;
    text-decoration: none !important;
}




.HeaderMain .navbar-brand {
    margin-right: 32px;
}
.HeaderMain .nav-link{
    padding: 0px !IMPORTANT;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
}
/* header css End */



/* Section-01 Css start */
.videoembed {
    position: absolute;
    top: 0;
    /*z-index: -99; */
    width: 100%; 
    height: 100%;
    background: #333;
    z-index: 0;
  }
.Section-01{
    margin-bottom: 120px;
    z-index: 0;
    padding-bottom: 10rem;
    width: 100%;
    background: url('../images/Banner-1.png');
    background-size: 110% 115%;
    padding-top: 15rem;
    position: relative;
}  
.Section-01:after {
    position: absolute;
    content: "";
    background:url('../images/bannerbg.png');
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    left: 0;
}
.COntent01 h1 {
    font-weight: 300;
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 40px;
}
.COntent01 h1 span{
    display: block;
}
.COntent01 p{
    color: var(--white-color);
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

/* Sec-01 css end */





/* Sec-02 Css start */

.AboutImage {
    position: relative;
}

figure.img-2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

figure.img-1 img {
    border-top-right-radius: 85px;
    border-bottom-left-radius: 85px;
}
.img-1 {
    z-index: 0;
    position: relative;
}

figure.img-1:after {
    position: absolute;
    background: var(--button-color);
    height: 100%;
    width: 90%;
    transition: all 0.6s ease;
    top: 16px;
    right: 39px;
    z-index: -1;
    content: "";
    border-top-right-radius: 94px;
    border-bottom-left-radius: 52px;
}
.CustomContent h1{
    color: var(--black-color);
    font-size: 35px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 20px;
}
.CustomContent h1 span{
    color: var(--black-color);
}
.CustomContent p{
    color: var(--black-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 40px;
}
.CustomContent h1 span {
    font-weight: 700;
}
.flexro ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 32px;
}

.flexro a {
    text-decoration: none !important;
    color: var(--black-color);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 19px;
}

.flexro a i {
    color: var(--button-color);
    margin-right: 7px;
    font-size: 22px;
}

.checkitem {
    margin-bottom: 22px;
}

.CustomContent {
    padding-top: 4rem;
}

/* Css end */


/* Sec-03 css start */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--button-color);
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #AEAEAE;
  width: 20px;
  height: 20px;
  margin: 5px 8px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  background: #edeaea;
}
.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 44px;
    position: relative;
}

.profit-text {
    text-align: center;
}

.Sec-03 {
    padding-top: 95px;
}

.profit-text h4 {
    color: var(--black-color);
    font-size: 35px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 3px;
}

.profit-text h4 span {
    font-weight: 700;
}

.profit-text p {
    color: var(--black-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 40px;
}

.Productbox {
    overflow: hidden;
    transition: all 0.6s ease;
    padding: 13px 5px;
    text-align: center;
    position: relative;
}

.Productbox h6 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    margin-top: 26px;
}
.owl-dots:after {
    z-index: -1;
    background: #aeaeae;
    position: absolute;
    content: "";
    width: 176px;
    left: 546px;
    bottom: 13px;
    height: 2px;
}
.Productbox:after {
    transition: all 0.6s ease;
    position: absolute;
    background: var(--button-color);
    top: 0;
    content: "";
    right: 0;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    border-radius: 12px;
}

.Productbox:hover:after {
    height: 100%;
    transition: all 0.6s ease;
}

.Productbox:hover {
    cursor: pointer;
    transition: all 0.6s ease;
}

.Productbox:hover img {
    transition: all 0.6s ease;
    filter: grayscale(1);
}

.Productbox img {
    transition: all 0.6s ease;
}

.Productbox:hover h6 {
    color: #fff;
    transition: all 0.6s ease;
}
/* Css End */


/* section-04 css start */
.content-04{
}
.Section-04:after{
        position: absolute;
        content: "";
        background: url('../images/shopify2.png');
        height: 486px;
        width: 565px;
        bottom: 0;
        left: 264px;
}
.Section-04{
    margin-bottom: 0px;
    background: var(--button-color);
    padding: 61px 0px;
    position: relative;
    margin-top: 80px;
}
.content-04 h4{
    color: var(--white-color);
    font-weight: 400;
    font-size: 34px;
    line-height: 43px;
    margin-top: 26px;
}
.content-04 h4 span{
    font-weight: 700;
    display: block;
}
.content-04 p{
    color: var(--white-color);
    font-weight: 300;
    font-size: 17px;
    line-height: 29px;
    margin-top: 22px;
    width: 100%;
}
.Section-04 .btn_custom{
 background: #364833;
}

/* Css end */


/* Section-05 Css start */
.main{
    width:390px;
    height:390px;
    border:1px solid #F0F3FB;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    border-radius:50%;
    background: #F0F3FB;
    z-index: -1;
  }
  
  .circle{
    width:30px;
    height:30px;
    background: var(--button-color);
    border-radius:50%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
    margin:auto;
    animation: circle 6s linear infinite;
  }
  
  @keyframes circle{
    0%{
      transform:rotate(0deg)
                translate(-195px)
                rotate(0deg);
    
    }
    100%{
      transform:rotate(360deg)
                translate(-195px)
                rotate(-360deg);
    }
  }
  
  
  .circleimg img {
    width: 75%;
    margin: auto;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

.circleimg figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.BuildContent h4{
    color: var(--black-color);
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    margin-top: 26px;
}
.BuildContent h4 span{
    font-weight: 700;
}
.BuildContent h6{
    color: var(--black-color);
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
}

.BuildContent p{
    color: var(--black-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-top: 16px;
    margin-bottom: 30px;
}
.marign-row{
    margin-top: 60px;
}
.w-p{
    width: 94%;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* Css ENd */


/* Sec-06 Css Start */
.Section-06 {
    background-repeat: no-repeat !important;
    background: url('../images/banner-2.png');
    margin-top: 120px;
    padding: 50px 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.Section-06:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #364833d9;
    top: 0;
    right: 0;
    left: 0;
}

.storetext {
    text-align: center;
    margin-bottom: 60px;
}

.storetext h4 {
    color: var(--white-color);
    font-weight: 300;
    font-size: 40px;
    line-height: 56px;
    margin-top: 26px;
}
.storetext h4 span {
    font-weight: 700;
}

.storetext p {
    width: 70%;
    color: #fff;
    margin: auto;
    font-weight: 300;
}

.Boxes {
    text-align: center;
}

.Boxes h6 {
    color: var(--white-color);
    font-size: 21px;
    font-weight: 400;
}

.Boxes p {
    color: var(--white-color);
    font-size: 15px;
    width: 100%;
    line-height: 24px;
    font-weight: 300;
}

.Boxes figure {
    height: 180px;
}


/* Sec-06 Css End */


/* POrtfolio_sec Css start */


.PortfolioSlider_main__t7lBR .swiper-container.swiper--bottom:after {
    animation-direction: reverse;
  }
  
.PortfolioSlider_main__t7lBR .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
  }
  
.PortfolioSlider_main__t7lBR .swiper-slide {
  width: 640px;
  height: 415px;
  object-fit: cover;
  padding: 0px 10px;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_portfolio-slider__DUhXE .PortfolioSlider_slider-info__n1FS5 img {
    width: 100%;
    height: 422px;
    object-fit: cover;
}
  @-webkit-keyframes line-slide {
    0% {
      background-position: -5% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }
  
  @keyframes line-slide {
    0% {
      background-position: -5% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }


  .swiper.swiper--bottom.cus--slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-top: 20px;
}
.PortfolioSlider_main__t7lBR {
    padding: 60px 0;
    overflow: hidden;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU h5 {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 30.4px;
    letter-spacing: 0.6em;
    text-align: center;
    text-transform: uppercase;
    color: #7b7a7a;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -3px;
    text-align: center;
    color: var(--black-color);
    margin: 9px 0;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: var(--black-color);
    width: 70%;
    margin: auto;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_portfolio-slider__DUhXE {
    margin-top: 40px;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_portfolio-slider__DUhXE a {
    display: block;
    position: relative;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_portfolio-slider__DUhXE a h4 {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    opacity: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_portfolio-slider__DUhXE a p {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
    opacity: 0;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    color: #f4f6f8;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_portfolio-slider__DUhXE a svg {
    position: absolute;
    color: #fff;
    font-size: 20px;
    rotate: -45deg;
    right: 0;
    transform: translate(-30px);
    opacity: 0;
    transition: 0.5s;
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_portfolio-slider__DUhXE a:before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
  }
  .PortfolioSlider_main__t7lBR
    .PortfolioSlider_portfolio-slider__DUhXE
    a:hover:before {
    opacity: 1;
  }
  .PortfolioSlider_main__t7lBR
    .PortfolioSlider_portfolio-slider__DUhXE
    a:hover
    h4 {
    opacity: 1;
    bottom: 55px;
  }
  .PortfolioSlider_main__t7lBR
    .PortfolioSlider_portfolio-slider__DUhXE
    a:hover
    p {
    opacity: 1;
    bottom: 30px;
  }
  .PortfolioSlider_main__t7lBR
    .PortfolioSlider_portfolio-slider__DUhXE
    a:hover
    svg {
    transform: translate(-15px);
    opacity: 1;
  }
  .PortfolioSlider_main__t7lBR
    .PortfolioSlider_portfolio-slider__DUhXE
    .PortfolioSlider_slider-info__n1FS5
    img {
    width: 100%;
    height: 437px;
    object-fit: cover;
  }
  @media (max-width: 1400px) {
    .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU h5 {
      font-size: 14px;
    }
    .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU h2 {
      font-size: 45px;
    }
    .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU p {
      font-size: 16px;
    }
  }
  @media (max-width: 1200px) {
    .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU h5 {
      font-size: 14px;
    }
    .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU h2 {
      font-size: 40px;
      margin: 20px 0;
    }
    .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU p {
      font-size: 15px;
      width: 100%;
      line-height: 1.6;
    }
  }
  @media (max-width: 991px) {
    .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU h5 {
      font-size: 14px;
    }
    .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU h2 {
      font-size: 30px;
      line-height: 1.3;
    }
    .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU p {
      font-size: 14px;
    }
  }
  .PortfolioSlider_main__t7lBR .PortfolioSlider_main-info__tN1dU h2 span {
    font-weight: 700;
}
/* Portfolio Css end */

.helpsec {

background:url('../images/Banner4.png');

padding: 93px 0 0;

margin-top: 100px;

background-position: center;

background-size: cover;

background-attachment: fixed;

position: relative;
}
/* .helpsec:before {
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.7;
    width: 100%;
    background: url('../images/Background.png');
    top: 0;
    right: 0;
    left: 0;
} */
.helpsec h2 {padding-bottom: 10px;text-align: center;font-size: 41px;width: 100%;font-weight: 300;margin: 0;}

.helpsec .img-container {
    /* background-image: url('../images/iphonexa.png'); */
    margin: 0 auto 0;padding-top: 22px;background-repeat: no-repeat;padding-left: 0;padding-right: 0;width: 312px;height: 665px;}

.helpsec .img-container figure.abs {overflow: hidden;right: 0;top: 1px;position: absolute;z-index: 9;left: -2px;text-align: center}

.helpsec .img-container .cs-slider img {
height: 647px
}

.hlpwrap {padding-left: 0;margin: 29px 0;}


.hlpwrap li {width: 100%;clear: both;padding-bottom: 0px;display: inline-block}

.hlpwrap li .lft {width: 26%;float: left}

.hlpwrap li .lft figure {margin: 10px auto 0;display: flex;background: var(--button-color);height: 100px;width: 100px;align-items: center;justify-content: center;border-radius: 94px;}

.hlpwrap li .lft figure img {/* height: 80px; */}

.hlpwrap li .rht {width: 74%;float: right;padding: 10px 0 0;}

.hlpwrap li .rht h3 {
font-size: 22px;
font-weight: 600;
margin-bottom: 10px;
}

.hlpwrap li .rht p {font-size: 15px;line-height: 1.6;color: #fff;padding-bottom: 0;font-weight: 300;}

@keyframes bouncy {
0% {
    margin-top: 0
}

25% {
    margin-top: 5px
}

50% {
    margin-top: 0
}

75% {
    margin-top: 5px
}

100% {
    margin-top: 0
}
}
.helpsec h2 span {
color: var(--blue-color);
}
.opert h5 {
    text-align: center;
    color: var(--white-color);
    font-size: 19px;
    font-weight: 300;
}

.helpsec h2 span {
    font-weight: 700;
}
.opert {
    margin-bottom: 38px;
}
.awardtext .opert h5 {
    color: var(--black-color);
    font-weight: 500;
}

.awardtext h2 {
    color: var(--black-color);
    padding-bottom: 10px;
    text-align: center;
    font-size: 37px;
    width: 100%;
    font-weight: 400;
    margin: 0;
}

.awardtext h2 span {
    font-weight: 700;
}

.awardtext .opert {
    margin-bottom: 20px;
}

.Section-05 {
    padding-top: 5rem;
}
/* Work Css End */


/* Essential css start */

.Essential_sec {
    background: #F0F3FB;
    padding-top: 5rem;
    padding-bottom: 65px;
}

.ecommerce_text {
    text-align: center;
    margin-bottom: 2rem;
}

.ecommerce_text h5 {
    color: var(--black-color);
    padding-bottom: 10px;
    text-align: center;
    font-size: 41px;
    width: 100%;
    font-weight: 400;
    margin: 0;
}

.ecommerce_text h5 span {
    font-weight: 700;
}

.ecommerce_text h6 {
    color: var(--black-color);
    font-weight: 500;
    font-size: 16px;
}

.featureitem a {
    transition: all 0.6s ease;
    margin-bottom: 12px;
    background: #fff;
    display: block;
    color: var(--black-color);
    padding: 11px 22px;
    font-weight: 600;
    gap: 7px;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    text-decoration: none !important;
    position: relative;
}

.featureitem i {
    color: var(--button-color);
}

.featureitem a:hover {
    background: #000;
    color: #fff;
    transition: all 0.6s ease;
    transform: rotateY(18deg);
}
/* Css End */


/* FAq Css Start */


.accordion-head i{
    font-size: 2.5em;
    float: right;
}

.accordion-head > .collapsed > i:before{
    content: "\f105";
}

.card {
    margin-bottom: 8px;
}

.card-block {
    padding: 18px 18px;
}

.card-block p {
    font-size: 15px;
    width: 100%;
    text-align: justify;
}

.card a {
    color: var(--black-color);
    text-decoration: none !important;
}

.card a h3 {
    font-size: 17px;
    color: var(--black-color);
    margin: 0;
    line-height: 33px;
    font-weight: 600;
}

.card-header {
    padding-bottom: 0px;
    align-items: center;
    border-bottom: none;
    background: #F5F7FC;
}

.accordion-head {padding-bottom: 13px;}

.card .accordion-head i {
    font-size: 28px;
}

/* Footer Css start */
.Footermain{
    background: var(--black-color);
    padding: 4rem 0;
    margin-top: 8rem;
}
.servicestext ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.servicestext h4 {
    color: var(--white-color);
    margin-bottom: 30px;
}

.footerlogo a img {
    margin-bottom: 34px;
}

.servicestext ul li p {
    color: #90928E;
    font-size: 15px;
}
.servicestext ul li p i {
    margin-right: 14px;
}

.footerlogo p {
    color: #90928E;
    font-size: 15px;
}
.servicestext a {
    text-decoration: none !important;
}

/* Footer css end */
.imgbr{
    display: none;
}



.AboutImage:hover .img-1:after {
    background: var(--primary-color);
    transition: all 0.6s ease;
}
.AboutImage:hover  .img-1 img{
    filter: brightness(0.5);
    transition: all 0.6s ease;

}
.awardtext {
    text-align: center;
}
.Section-04 .btn_custom:hover {
    color: #fff;
    background: #000;
    transition: all 0.6s ease;
}
.btn_custom:after {
    transition: all 0.6s ease;
    z-index: -1;
    background: #000;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
}

.btn_custom:hover:after {
    width: 100%;
    transition: all 0.6s ease;
}

.btn_custom:hover {
    color: #fff;
}

.btn-outline-success:hover {
    color: #fff;
}

.btn-outline-success {
    transition: all 0.6s ease;
}
.btn-outline:after {
    transition: all 0.6s ease;
    z-index: -1;
    background: #000;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
}
.btn-outline-success:hover:after {
    width: 100%;
    transition: all 0.6s ease;
}
a.navbar-brand img {
    width: 100%;
}

a.navbar-brand {
    margin-right: 0px !important;
    width: 211px;
}
.preloader img{
     width: 30%;
     /*filter: brightness(0) invert(1);*/
}
.spacing{
    margin-top: 140px;
}