*{
    list-style: none;
    list-style: none;
}


body{
    overflow-x: hidden;
    font-family: "Sora", sans-serif;
   
}
:root{
    --primary-color: #3D3746;
    --orange-color: #FF9A68;
    --blue-color: #7BC8EA;
    --white-color:#fff;
    --black-color:#000;
    overflow-x: hidden;
}
h1,h2,h3{
    font-family: "Sora", sans-serif;
}
/* width */
.services-item p::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
.services-item p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
.services-item p::-webkit-scrollbar-thumb {
    background: var(--blue-color); 
    border-radius: 0px;
  }
  
  /* Handle on hover */
.services-item p::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }




 ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
::-webkit-scrollbar-thumb {
    background: var(--orange-color); 
    border-radius: 0px;
  }
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }
.customheading{
    font-size: 36px;
    color: var(--black-color);
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
p{
    margin-bottom: 10px;
    color: #666666;
    font-size: 16px;
}
.btnBlue{
    font-weight: 700;
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--blue-color);
    border-radius: 5px;
    position: relative;
    background: var(--blue-color);
    color: var(--black-color);
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 13px 33px;
    text-decoration: none !important;
}
.btnBlue:after {
    transition: all 0.4s ease;
    top: 0;
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    right: 0px;
    border-radius: 5px;
    z-index: -1;
    width: 0%;
}

.btnBlue:hover:after {
    width: 100%;
    transition: all 0.4s ease;
    border-radius: 0px;
}

.btnBlue:hover {
    color: #fff;
    transition: all 0.4s ease;
    border-radius: 0px;
    transform: translateY(10px);
}
.btnBlue i {
    padding-left: 8px;
}
.orange{
    background: var(--orange-color);
    border-color: var(--orange-color);
    color: var(--white-color);
}
/* Dropdown css start */
/*--- Nav |  02  |  Side-Slide --*/

nav.drop-down {
    background-color: var(--orange-color);
    text-align: center;
    top: -100vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrow: column;
    z-index: 42;
  }
  
  nav.drop-down h3 {
      color: #D05353;
      top: 50px;
      right: 150px;
    }
  
  nav.drop-down li {line-height: 95px;}
  
  nav.drop-down a {
    color: var(--white-color);
    font-weight: bold;
    font-size: 64px;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  nav.drop-down a:hover{
     color: #D05353;
    }

    nav.drop-down h3 {
        color: #D05353;
        top: 50px;
        right: 150px;
    }
    
    h3.nav01, h3.nav02 {
        position: absolute;
        font-weight: bold;
        cursor: pointer;
        padding: 5px;
    }
  /* Header Css start */
  .HeaderMain{
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 1;
}

  .HeaderMain .navbar-nav {
        background: #3D3746;
        width: 83%;
        border-radius: 12px;
        gap: 24px;
        display: flex;
        padding: 13px 16px;
        align-items: baseline;
        position: relative;
    }

    .HeaderMain .navbar-nav li:last-child {
        float: right;
        display: flex;
        width: 100%;
        justify-content: end;
    }

    .csu {
        display: flex;
        gap: 15px;
        padding-left: 32px;
    }

    .iconSearch {
        color: var(--white-color);
    }


    .HeaderMain .navbar-brand {
        margin-right: 32px;
    }
    .customnavbar .nav-link{
        padding: 0px;
        color: var(--white-color);
        font-size: 16px;
        font-weight: 400;
    }
    

    /* Section-01 css start */
    .Shapeleft {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: rotation 16s infinite linear;
        animation: rotation 16s infinite linear;
        -webkit-transform: translate(-15%, -8%);
        transform: translate(-15%, -8%);
        -webkit-animation: rotation 16s infinite linear;
        animation: rotation 16s infinite linear;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    
    .Shaperight {
        position: absolute;
        top: 0;
        right: 0px;
        
    }
    .Section-01{
        position: relative;
        display: flex;
        background-position: bottom;
        height: 1122px;
        background: url('../images/banner.png');
        padding-top: 11rem;
    }
    .Section-01 h2{

        color: var(--white-color);

        font-size: 55px;

        font-weight: 600;

        line-height: 65px;

        }
    .Section-01 h2 span{
        
        display: block;
                
        margin-bottom: 51px;
    }
    .ml9 {
        padding-bottom: 0px;
        position: relative;
        font-weight: 600;
        font-size: 74px;
        color: #fff;
        margin: 0px;
        line-height: 75px;
      }
      
      .ml9 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.2em;
        padding-right: 0.05em;
        padding-bottom: 0px;
        overflow: hidden;
      }
      
      .ml9 .letter {
        transform-origin: 50% 100%;
        display: inline-block;
        line-height: 1em;
      }

      .flexbutton {
        display: flex;
        gap: 16px;
        position: relative;
        z-index: 0;
    }
    .image-02 {
        margin: 0;
        animation: card-shift 10s ease-in-out infinite;
        left: -36px;
        position: absolute;
        bottom: 46px;
    }
    
    .image-01 {
        display: flex;
        justify-content: end;
        position: relative;
        left: 174px;
        -webkit-animation: Mover-1 7s infinite alternate;
        animation: Mover-1 7s infinite alternate;
    }
    
    .Imagebanner {
        position: relative;
    }
    
    figure.image-03 {
        right: -65px;
        position: absolute;
        bottom: -184px;
        
    }
    
    .Section-01 .row {
        align-items: self-end;
    }
    
    
    figure.image-02 img {
        width: 80%;
    }
    .lasticon ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* Section-01 css end */
    .BoxS:after {
        position: absolute;
        content: "";
        background: var(--orange-color);
        height: 0%;
        width: 0%;
        top: 50%;
        right: 50%;
        border-radius: 487px;
        z-index: -1;
        transition: all 0.5s ease;
    }
    
    .BoxS:hover:after {
        top: 0;
        transition: all 0.5s ease;
        border-radius: 0px;
        width: 100%;
        height: 100%;
        right: 0;
    }
    
    .BoxS:hover p {
        color: #fff;
    }
    .BoxS:hover img{
        filter: brightness(0) invert(1);
        transition: all 0.6s ease;
    }
    .BoxS img{
        transition: all 0.6s ease;
    }
    
    .BoxS:hover h3 {
        color: #fff;
        transition: all 0.5s ease;
    }
    
    .BoxS:hover a {
        color: #fff;
        transition: all 0.6s ease;
    }
    
    .BoxS:hover {
        border-radius: 0px;
        transition: all 0.5s ease;
    }

    .MainService {
        display: flex;
        gap: 22px;
    }
    
    .Fit img {
        width: 100%;
    }
    
   .Section-02 .container {
    max-width: 1340px;
}

.Section-02 {
    /* padding-right: 9rem; */
    /* padding-left: 11em; */
    margin-top: -21rem;
}

.contents h3 {
    font-size: 21px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.contents p {
    color: #666;
    margin-bottom: 32px;
    font-size: 15px;
   
   
    
}
.Service-Right {
    margin-top: 50px;
}
.Section-02 {
    padding-right: 9rem;
    padding-left: 11em;
}

.clickbutton {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.BoxS {
    z-index: 0;
    border-radius: 9px;
    padding: 35px 14px 42px 30px;
    background: #fff;
    box-shadow: 0px 0px 4px 1px #00000030;
    margin-bottom: 33px;
    position: relative;
}
.Section-02 .row {
    align-items: center;
}

.corecontent h6 {
    font-size: 17px;
    color: var(--orange-color);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 16px;
}

.corecontent {
    padding-left: 5rem;
    padding-top: 120px;
}

.corecontent h5 {
    font-size: 42px;
    color: var(--black-color);
    font-weight: 600;
}

.corecontent h5 span {
    color: var(--blue-color);
    display: block;
}

.corecontent p {
    color: #666666;
    font-size: 17px;
    font-weight: 400;
    width: 94%;
    line-height: 30px;
}

.corecontent h6 span {
    background-color: var(--orange-color);
    display: block;
    width: 55px;
    height: 1.3px;
}

.websiteinputs h5 {
    font-size: 25px;
    display: flex;
    gap: 9px;
    align-items: center;
}

.inputflex .form-group {
    display: flex;
    align-items: center;
    position: relative;
}

.inputflex .form-control {
    padding-left: 39px;
    height: 53px;
    position: relative;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    width: 100%;
}

.inputflex form {
    margin-top: 25px;
    display: flex;
    gap: 0px;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
}

.inputflex label {
    top: 13px;
    position: absolute;
    left: 14px;
    z-index: 1;
    margin: 0;
}

.websiteinputs {
    border-top: 1px solid #c1c1c1;
    margin-top: 35px;
    padding-top: 26px;
}
.buttonres a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    margin-top: 22px;
}

/* Section-02 Css End */



/* Work css start */

.helpsec {
    background-color: #f7f9fc;
    padding: 60px 0 0;
    margin-top: 100px;
}

.helpsec h2 {
    text-align: center;
    font-size: 50px;
    width: 100%;
    font-weight: 700;
    margin: 0;
}

.helpsec .img-container {
    background-image: url('../images/iphonexa.png');
    margin: 0 auto 0;
    padding-top: 22px;
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-right: 0;
    width: 324px;
    height: 665px;
}

.helpsec .img-container figure.abs {
    right: 0;
    top: -6px;
    position: absolute;
    z-index: 9;
    left: 23px;
    text-align: center
}

.helpsec .img-container .cs-slider img {
    height: 647px
}

.hlpwrap {
    padding-left: 0;
    margin: 60px 0
}


.hlpwrap li {
    width: 100%;
    clear: both;
    padding-bottom: 20px;
    display: inline-block
}

.hlpwrap li .lft {
    width: 30%;
    float: left
}

.hlpwrap li .lft figure {
    margin: 20px auto 0;
    display: table
}

.hlpwrap li .lft figure img {
    height: 80px
}

.hlpwrap li .rht {
    width: 70%;
    float: right;
    padding: 10px 0;
}

.hlpwrap li .rht h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hlpwrap li .rht p {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    padding-bottom: 0
}

@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);
}

/* Work Css End */





/* Dashboard Css start0 */

.marketing-bshbard {
    padding: 85px 0 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.marketing-bshbard {
    background-image: url('../images/marketing-bg.webp')
}


.visible {
    visibility: visible !important;
}
.agency-sec article p,.marketing-bshbard article p {
    margin-bottom: 15px
}

.marketing-bshbard article h3 {
    margin-bottom: 25px
}

.heading p {
    margin-top: 35px;
    font-size: 18px
}

.marketing-bshbard .text-center img {
    margin-top: 30px;
    margin-bottom: 90px
}

.readmore a,.readmore a:before {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.readmore a {
    background-color: var(--blue-color);
    padding: 7px 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 14px;
    text-decoration: none;
    border: 1px solid var(--blue-color);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color
}

.readmore a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #99cf72;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.services-item {
    text-align: center;
    background-color: #ffff;
    padding: 15px 10px;
    border: 2px solid #ccc;
    border-radius: 5px
}

.ready-info ul li a.get,.services-item:hover {
    background-color: #000
}

.services-item:hover svg {
    fill: #fff;
    transition: none
}

.services-item:hover img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(108%) contrast(101%)
}

.services-item img {
    width: inherit!important;
    margin: 15px auto 20px
}

.services-item h4 {
    font-size: 19px;
    margin-bottom: 10px
}

.services-item p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 0 10px
}

.services-item svg {
    margin: 15px auto 20px;
    width: 60px;
    height: 60px;
    transition: none
}

.marketing-bshbard .owl-carousel button.owl-next,.owl-carousel button.owl-prev {
    width: 35px;
    height: 35px;
    background: var(--blue-color) !important;
    color: #fff;
    border-radius: 100%
}

.marketing-bshbard .owl-carousel button.owl-prev span {
    outline: 0
}

.marketing-bshbard .owl-carousel button.owl-next span,.owl-carousel button.owl-prev span {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -8px
}

.marketing-bshbard .owl-carousel button.owl-next {
    margin-left: 10px
}

.marketing-bshbard .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: -50px;
    outline: 0
}

.marketing-bshbard .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    outline: 0
}

.services-slider.owl-carousel .owl-item,.services-slider.owl-carousel .owl-stage {
    display: flex
}

.services-slider.owl-carousel .services-item {
    height: 100%;
}
.ready-info ul li a.get, .services-item:hover {
    /* background-color: var(--blue-color) !important; */
    /* border-color: var(--blue-color) !important; */
}
.services-item {
    text-align: center;
    background-color: #ffff;
    padding: 15px 10px;
    border: 2px solid #7bc8ea;
    border-radius: 5px;
}
.services-item p {
    text-align: -webkit-center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 4px;
    height: 210px;
    overflow-y: scroll;
}
.services-item h4 {
    font-size: 19px;
    margin-bottom: 10px;
}
.agency-sec article p, .marketing-bshbard article p {
    margin-bottom: 15px;
    color: #666666;
    font-size: 16px;
}
.heading p{
    color: #666666;
    font-size: 16px;
    width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 15px;
}
.marketing-bshbard article h3 {
    padding-top: 8px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 25px;
    color: var(--black-color);
}
article h2 {
    color: var(--black-color);
    font-size: 36px;
    font-weight: 700;
}

.heading h2 {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 700;
}
.services-item:hover h4 {
    color: var(--white-color);
}

.services-item:hover p {
    color: var(--white-color);
}

/* Dashboard css end */




/* CTA Css start */
.bussines-sec {
    background-color: var(--blue-color);
    padding: 60px 0;
    position: relative;
}

.bussines-sec:after,.bussines-sec:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%)
}

.bussines-sec:before {
    width: 324px;
    height: 279px;
    left: 0
}

.bussines-sec:before {
    /* background: url('../images/bus-af.webp') no-repeat; */
    background-size: 100%
}

.bussines-sec:after {
    width: 422px;
    top: -45px;
    right: 0;
    height: 429px;
    background-size: cover;
    right: 0;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}

.bussines-sec:after {
    background: url('../images/bus-af.webp') no-repeat
}

.bussines-sec h2 {
    text-align: center;
    color: var(--black-color);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 37px;
}

.bussines-sec p {
    color: var(--black-color);
    text-align: center;
    margin-bottom: 0
}

.bussines-sec a {
    padding: 12px 25px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    background: var(--orange-color);
    border-color: var(--orange-color);
    color: #fff;
}
.ready-info {
    text-align: center
}

.ready-info ul li a.get {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background: #000;
}
.ready-info ul li a.get,.services-item:hover {
    background-color: #000
}
.ready-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
    position: relative;
    z-index: 1;
    /* gap: 18px; */
}
.iyt{
    display: inline-block;
    text-align: center;
    margin: 0 25px 0 25px;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    color: var(--black-color);
}
.centerCol {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Faq Css start */

.faqnew h5 {
    font-size: 40px;
}

.faqnew p {
    color: var(--black-color);
    width: 92%;
    font-weight: 500;
    font-size: 16px;
}
.faqnew .corecontent {
    padding-left: 0;
    padding-top: 0;
}

.faqnew .mb-0 > a {
    display: block;
    position: relative;
  }
  
  .faqnew .mb-0 > a:after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    font-weight: 600;
  }
  
  .faqnew .mb-0 > a[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
  }
  

  .FaqSec .card a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 17px 15px 8px 34px;
    font-size: 1rem;
    color: #000;
    text-decoration: none !important;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    font-weight: 700;
}

.FaqSec .card-header {
    padding: 0 15px 8px 20px;
    border-width: 1px 1px 1px 1px;
    border-color: #99999955;
    margin: 0px 0px 0px 0px;
    position: relative;
    background: #fff;
    border-bottom: transparent;
}

.accordion-item.after-effect::after {
    position: absolute;
    content: "";
    left: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    height: 100%;
    background-image: linear-gradient(to top, #fff, transparent);
}

img.mainImage {
    /* width: 100%; */
    animation: rotate-center 100s linear infinite both;
}

section.FaqSec .container {max-width: 1240px;}

.rotateimage {
    margin-left: 36px;
    position: relative;
    /* top: 123px; */
}
.customimage {
    left: -44px;
    position: absolute;
    top: -16px;
}
figure.Centerimage {
    position: absolute;
    top: 40%;
    right: 29%;
    animation: zoom-in-zoom-out 6s ease-out infinite;
}

section {
    overflow: hidden;
}


/* Seo-service Css Start */
.Seo_service {
    background: #F8F8F8;
    padding-top: 90px;
    margin-top: 6rem;
    margin-bottom: 4rem;
    padding-bottom: 80px;
}

.content_service h6 {
    font-size: 17px;
    color: var(--orange-color);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 16px;
}

.content_service h5 {
    font-size: 36px;
    color: var(--black-color);
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content_service p {
    width: 92%;
    margin-bottom: 15px;
    color: #666666;
    font-size: 16px;
}
.content_service h6 span{
    background-color: var(--orange-color);
    display: block;
    width: 55px;
    height: 1.3px;
}
.serviceBox figure {
    background: #7bc8ea59;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.servicetext h5 {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 10px;
}

.servicetext p {
    width: 100%;
    margin-bottom: 0;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.content_service {
    margin-bottom: 35px;
}
.Campaightext .customheading {
    margin-bottom: 34px;
}

.secondpara {
    margin-top: 43px;
}

.StragryRight {
    margin-top: 140px;
}

.StragryRight .serviceBox figure {
    height: 86px;
    background: transparent;
    justify-content: start;
}

.StragryRight.StragryLeft {
    margin-top: 112px;
}

.StragryRight .serviceBox {
    height: 346px;
    /* margin-bottom: 30px; */
}

.StragryRight .servicetext p {
    padding-top: 10px;
    width: 100%;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
}

.StragryRight .servicetext h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.StragryRight .servicetext p a {
    text-decoration: none !important;
    color: var(--blue-color);
    font-weight: 600;
    border-bottom: 1px solid var(--blue-color);
}
/* Seo-service Css End */




/* Business_Sec Css start */
.Business_Sec{
    background: var(--orange-color);
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
}

.Business_content {
    text-align: center;
}

.Business_content p {
    padding-bottom: 27px;
    margin: auto;
    width: 68%;
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
}

.call {
    display: block;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none !important;
    color: var(--black-color);
    margin-bottom: 19px;
}

.Business_content .btnBlue {
    border-color: var(--black-color);
    background: var(--black-color);
    color: var(--white-color);
}
/* Business_Sec css end */





/* Service_sec css start */

.Service_sec .customheading{
    padding-bottom: 10px;
    font-size: 41px;
    font-weight: 700;
}
.Service_sec .customheading span{
    color: var(--blue-color);
}
.Service_sec p{
    margin: auto;
    width: 64%;
    font-size: 18px;
    padding-bottom: 30px;
}
.awards-Content{
    text-align: center;
}
/* Service_sec css start */


/* Service_sec css start */

/* Service_sec css End */



/* Service_sec css start */

/* Service_sec css ENd */


.iconbar a {
    z-index: 0;
    position: relative;
    transition: all 0.6s ease;
    background: var(--orange-color);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
}

.DOminatemain ul {
    padding-left: 0;
    list-style: none;
}

.iconbar {
    margin-bottom: 0;
}
.flexitem {
    display: flex;
    gap: 22px;
}

.flexitem p {
    width: 100%;
    font-size: 14px;
}

.contenttext h5 {
    font-size: 21px;
    color: var(--black-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 11px;
}

.DOminatemain ul {
    position: relative;
}

.DOminatemain ul:after {
    position: absolute;
    content: "";
    background: var(--orange-color);
    height: 76%;
    width: 2px;
    top: 0px;
    left: 25px;
    z-index: -1;
    transition: all 0.6s ease;
}

.DOminatemain h5 {
    color: var(--black-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 11px;
}

.DOminatemain h6 {
    font-size: 16px;
    color: #070707;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 39px;
}

.ElimateBox {
    border-radius: 20px;
    border: 1px solid #1A1A1A;
    padding: 35px 23px 0px;
}
.iconbar a:after {
    transition: all 0.6s ease;
    border-radius: 0px;
    position: absolute;
    content: "";
    background: var(--black-color);
    height: 0%;
    width: 0%;
    z-index: -1;
}

.iconbar a:hover:after {
    border-radius: 80px;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
}

.DOminatemain ul:before {
    position: absolute;
    content: "";
    background: var(--black-color);
    height: 76%;
    width: 2px;
    top: 0px;
    left: 25px;
    z-index: -1;
}

.DOminatemain ul:hover:after {
    height: 0%;
    transition: all 0.6s ease;
}

.ElimateBox-2 {
    border-radius: 20px;
    border: 1px solid #1A1A1A;
    padding: 58px 23px 27px;
}

.man-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.texts{
    text-align: center;
    padding-top: 25px;
}
.Minute {
    border: 1px solid rgba(26, 26, 26, 0.1);
    padding: 34px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.cir{
    width: 26px;
    height: 26px;
    background-color:rgba(23, 232, 133, 1);
    border-radius: 50%;
    /* padding-bottom: 10px; */
}
.Minute h5{
    margin-bottom: 0px;
}

.cir-1{
    width: 26px;
    height: 26px;
    background-color:rgba(255, 79, 0, 1);
    border-radius: 50%;
    padding-bottom: 10px;
}
.texts-h5{
    font-size: 14.88px;
    font-weight: 700;
}
.texts p{
    font-size: 13px;
    font-weight: 400;
}
.Frequently h1{
   color: rgba(0, 0, 0, 1);
   font-size: 50px;
   font-weight: 700;
  padding:60px 3px 6px 232px;
}
.Frequently h1 span{
    color: rgba(123, 200, 234, 1);
}
.Frequently-box{
    border: 1px solid rgba(26, 26, 26, 0.1);
    padding: 21px;
    border-radius: 10px;
    margin-top: 47px;
}
.Frequently-box p{
    font-size: 16px;
    font-weight: 400;
}
.icon{
    display: flex;
    justify-content: space-between;
}
.icon i{
    color: rgba(255, 154, 104, 1);
    font-size: 22px;
}
.icon h6{
    font-size: 20px;
    font-weight: 600;
    padding-top: 9px;
    padding-bottom: 10px;
}
.select{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(26, 26, 26, 0.1);
    margin-top: 10px;
}
.select i{
    font-size: 22px;
    color: rgba(123, 200, 234, 1);
}
.select h6{
    font-size: 16px;
    font-weight: 600;
}


/* Markting */
.bussines-sec-02 {
    background-color: var(--blue-color);
    padding: 60px 0;
    position: relative;
    margin-top: 90px;
}
.bussines-sec-02 h2 {
    text-align: center;
    color: var(--black-color);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 37px;
}
.bussines-sec-02 p {
    color: var(--black-color);
    text-align: center;
    margin-bottom: 0;
}
.bussines-sec-02 a {
    padding: 12px 25px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    background: var(--orange-color);
    border-color: var(--orange-color);
    color: #fff;
}
.Featured-text{
    text-align: center;
    padding-top:60px ;
    transition: all .6s ease;
    
}
.Featured-text h1{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 53px;
}
.Featured-text p{
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    font-weight: 400;
    
}
.Featured-box{
    background-color: rgba(243, 247, 255, 1);
    margin-top: 50px;
    border-radius: 10px;
    
}
.Featured-box:hover {
    background-color:rgba(255, 154, 104, 1);
}
.Featured-box:hover p{
    color: white;
}

.box-text{
    padding: 33px;
}
.Featured-box h5{
    font-size: 21px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    padding-top: 17px;
}
.Featured-box p{
    font-size: 18px;
    font-weight: 400;
    padding-top: 17px;
    padding-bottom: 10px;
}

.box-text-p{
    margin-top: 60px;
}
.box-para{
    margin-top: 33px; 
}
.foot{
    background-color: rgba(0, 0, 0, 1);
    padding: 10px;
    margin-top: 108px;
    padding-top: 100px;
}
.logo{
    /* padding: 74px 8px 25px 78px; */
    display: flex;
    justify-content: center;
}
.logo h1{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: white;
    margin-bottom: 0px;
}
.blue-background{
    background-color: rgba(8, 11, 24, 1);
    /* padding: 10px; */
    padding: 7px 0px 7px 0px;
    margin-top: 64px;
}
.plus-text{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 9px; */
    /* padding: 10px; */
    gap: 6px;
    padding: 25px 0px 25px 0px;
}
.plus-text h6{
   color: rgba(102, 102, 102, 1);
   font-size: 18px;
   font-weight: 400;

}
.plus-text i{
    color: white;
    font-size: 22px;
}
.case{
    
display: flex;
    
justify-content: center;
    
align-items: center;
    
/* padding-left: 436px; */
    
/* padding-top: 30px; */
    
gap: 25px;
    
margin-top: 35px;
}
.case a{
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    text-decoration: none;
}
.icons{
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
}
.icons i{
    font-size: 35px;
    color: white;
}
.last-text{
    text-align: center;
    margin-top: 26px;
    line-height: 1;
    margin-bottom: 0px;
}
.last-text p{
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    font-weight: 400;
}




/* hhhh */
.toptesti figure img {
    width: unset !important;
}

.Testicenter ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
}

.Testicenter p {
    transition: all 0.6s ease;
    color: var(--black-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
}

.Testicenter ul li i {
    color: #EBB400;
    font-size: 16px;
    margin-right: 3px;
}

.text h6 {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.Testibox {
    box-shadow: 0px 0px 6px 2px #0000002b;
    background: #F5F7FC;
    padding: 25px 27px;
    border-radius: 20px;
    margin-top: 36px;
}

.slider_testi .owl-carousel .owl-stage {
    margin: 17px 11px;
}

.TestimonialSec .owl-stage-outer {
    padding: 11px 0px;
}

.TestimonialSec {
    margin-top: 7rem;
    margin-bottom: 5rem;
}
.flexitm {
    display: flex;
    align-items: center;
    gap: 12px;
}

section.TestimonialSec .owl-dots:after {
    left: 889px;
    width: 147px;
}

.ecommerce_text h5 span {
    font-weight: 700;
    color: rgba(123, 200, 234, 1);
}
.ecommerce_text h5 {
    color: var(--black-color);
    padding-bottom: 10px;
    text-align: center;
    font-size: 50px;
    width: 100%;
    font-weight: 700;
    margin: 0;
}
.ecommerce_text h6 {
    color: var(--black-color);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.TestimonialSec{
    background-color: rgba(248, 248, 248, 1);
    padding: 39px;
}



.TestimonialSec .owl-nav.owl-nav {
    display: none;
}





.TestimonialSec .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--button-color);
}
.TestimonialSec .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;
  }
 .TestimonialSec  .owl-dots {
      display: flex;
      justify-content: center;
      margin-top: 44px;
      position: relative;
  }

.TestimonialSec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(123, 200, 234, 1);
}





.bussines-sec {
    overflow: unset !important;
}

.card-block{
    padding: 18px 18px;
}
.card-block p {
    font-size: 15px;
    width: 100%;
    text-align: justify;
}


.icons a {
    transition: all 0.4s ease;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: transparent;
    border-radius: 50px;
    font-size: 17px;
    text-decoration: none;
}

.icons a i {
    font-size: 30px;
}

.icons a:hover {
    background-color: #ff9a68;
    transition: all 0.4s ease;
}

.box a{
    color: white;
    font-size: 25px;
    text-decoration: none;
    list-style: none;
}
.box a{
   border: 1.5px solid white;
   border-radius: 5px;
   display:flex;
   justify-content: center;
   align-items: center;
   padding: 9px 0px 9px 0px;
   gap: 15px;
}
.txt{
    text-decoration: none;
    color: white;
    margin-bottom: 0px;
   font-size:18px ;
}
.txt span{
    display: block
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: center;
}


#button {
    display: inline-block;
    background-color: rgba(123, 200, 234, 1);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }