
.our-breadcrumb-sectin{
    position: relative;
    z-index: 1;
   padding: 20px 0;
    background: linear-gradient(to bottom, #ffffff, #f1f4f9);
}
.our-breadcrumb-sectin:before{
    content: "";
    position: absolute;
    background-image: url(../images/bg/breadcrumb-shape.svg);
    height: 202px;
    width: 557px;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 2;
    background-size: cover;
}
.breadcrumb-content .heading-title {
       font-size: 35px;
  
    line-height: 1.4;
    font-weight: 700;
    text-transform: capitalize;
    color: #343434;
}
.big-title .botm-lines:before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url(../images/svg/bottom-line.svg);
    height: 13px;
    background-size: cover;
    bottom: -15px;
}
.big-title .botm-lines{
    position:relative;
    color:var(--primary-color);
}
.breadcrumb-shape-area {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.breadcrumb-image-area {
    text-align: end;
}

.breadcrumb-nav-menu {
    padding: 0;
    margin: 0;
    display: flex
;
    list-style: none;
    align-items: center;
    border-top: 1px solid #dee6f7;
    padding-top: 1rem;
    margin-top: 1rem;
}
.breadcrumb-image-area{
    position:relative;
}
.breadcrumb-nav-menu li:not(:last-child) {
    margin-right: 20px;
}

.breadcrumb-nav-menu li {
    
    font-size: 15px;
    font-weight: 600;
    position: relative;
}
.breadcrumb-nav-menu li:not(:first-child):before {
    position: absolute;
    content: "/";
    left: -13px;
    font-size: 16px;
    color: #000;
    top: -2px;
}
.breadcrumb-nav-menu li a i{
    display: inline-block;
    font-size: 20px;
    height: 24px;
}
.breadcrumb-nav-menu li a{
       color: #4769b1;
    font-size: 15px;
        display: flex
;
    align-items: center;
    font-weight: 500;
}
.breadcrumb-content {
    margin-top: 60px;
    position: relative;
    z-index: 3;
}
/*breadcrumb-end*/

/*service-details-start*/
.our-hosting-service .section-titls {
    margin-bottom: 1rem;
}
.our-hosting-service {
    position:relative;
    padding:3rem 0 3rem;
    background: linear-gradient(0deg, #f4f7fd -3.62%, #FFFFFF 99.94%);
}

.hosting-serv-img{
       position: relative;
    margin-left: 20px;
    text-align: center;
}
.hosting-service-parag p{
    text-align:justify;
}
/*Features section start*/

.our-why-chooseuds{
    position:relative;
    padding:3rem 0 3rem;
    background: linear-gradient(0deg, #f4f7fd -3.62%, #FFFFFF 99.94%);
    /*background-color: #f4f7fd;*/
}

.why-chooseuds-box{
   position: relative;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    transition: all 0.4s;
    height: 100%;
}
.our-why-chooseuds .row{
    row-gap:30px;
}
.why-chooseuds-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.why-chooseuds-box .why-choose-icon img {
    transition: all 0.4s;
}
.why-chooseuds-box:hover .why-choose-icon img { 
    transition: all 0.4s;
    transform: rotateY(180deg);
}
.why-choose-hedfifg{
    margin-top: 20px;
}
.why-choose-hedfifg h4{
     font-size: 16px;
    position: relative;
    font-weight: 700;
    line-height: 1.2;
}

/*Features section end*/

.who-should-choose{
    position:relative;
   padding: 4rem 0 5rem;
}
.who-should-image {
    position: sticky;
    top: 30px;
}
.list-style-one li {
  display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
color: #000;
}
.list-style-one li:not(:last-child) {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 102, 255, 0.1);
}

.list-style-one li:before {
    width: 40px;
    height: 40px;
    margin-right: 40px;
}

.list-style-one li:before {
    color: #fff;
    margin-top: 3px;
    font-size: 18px;
    font-weight: 600;
    content: "";
    margin-right: 26px;
    width: 15px;
    height: 15px;
    background: var(--primary-color);
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    top: 0;
    left: -30px;
    position: absolute;
}
.list-style-one li:after {
    content: '';
    width: 15px;
    height: 15px;
    top: 10px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #293043;
    left: -20px;
}
.list-style-one .content h4{
     font-size: 17px;
    position: relative;
    font-weight: 700;
}
.our-whyus-section{
    position:relative;
    padding:3rem 0 3rem;
}
.our-whyus-section .col-md-5 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.whyus-service-box {
   display: flex;
    align-items: center;
    background-color: #f4f7fd;
    border-radius: 8px;
    padding: 20px 25px;
    transition: all 0.4s;
    height: 100%;
}
.whyus-service-box .icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    text-align: center;
    display: flex
;
    border-radius: 50%;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
}
.whyus-service-box:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}
.whyus-service-box .icon img {
    transition: all 0.4s;
}
.whyus-service-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.whyus-service-box .whyus-service-heading {
    padding-left: 20px;
}
.whyus-service-heading h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}
.whyus-service-heading p{
    text-align:justify;
}
.speed-security{
    position:relative;
    padding:3rem 0 5rem;
    background-color: #f4f7fd;
}
.speed-security .single:not(:last-child) {
    margin-bottom: 25px;
}
.speed-security .single {
    display: flex;
    gap: 20px;
    align-items: start;
}
.security-image {
    min-width:50px;
}
/*.security-image {*/
/*    height: 50px;*/
/*    min-width: 50px;*/
/*}*/
.security-image img{
    filter: invert(38%) sepia(100%) saturate(317%) hue-rotate(180deg) brightness(88%) contrast(92%);
}
.speed-security-content h6 {
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.timeline-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 300px;
}
.line-top,
.line-bottom {
  width: 2px;
  height: 100%;
  background-color: var(--primary-color);;
}
.circle-icon {
  width: 90px;
    height: 90px;
    min-height: 90px;
  border-radius: 50%;
  background-size: contain;
  border: 5px solid #4769b1; 
  display: flex;
  align-items: center;
  background-image:url(../images/navo-hosting.png);
  justify-content: center;
  box-shadow: 0 0 5px var(--primary-color);
}
.circle-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.pricing-section-detail{
    position:relative;
    padding:3rem 0 1rem;
}
.comparison {
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    background:var(--primary-color);
}
.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}
.comparison th {
    padding: 0;
}
.comparison td,  .comparison th {
    border-right: 1px solid #dde0e5;
    padding: 10px;
    border-top: 1px solid #dde0e5;
    border-bottom: 1px solid #dde0e5;
    border: 1px solid #dde0e5;
    background: #f4f7fd;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height:1.4;
}
/*.comparison .price-now {*/
/*    padding: 24px 30px;*/
/*    text-align: center;*/
/*    position: relative;*/
/*}*/
.price-now-area .price-stre-plad{
    color:#fff;
}
.comparison .price-now.highlights,
.comparison td.highlights {
    background: var(--primary-color);
}
.pricing-section-detail .highlights p, .pricing-section-detail .highlights h4, .pricing-section-detail .highlights h5,  .highlights .plan-features li{
    color:#fff;
}
.plan-features li{
   font-weight: 400;
    font-size: 15px;
    margin: 0.6rem;
    position:relative;
}
.plan-features{
    list-style:none;
}
/*.plan-features li:before{*/
/*        content: "\f147";*/
/*    font-family: flaticon_normal-icon !important;*/
/*    left: -30px;*/
/*    position: absolute;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: linear-gradient(45deg, #4769b1, #7fa3ef);*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*    display: flex*/
/*;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
.why-chooseuds-box p{
    font-size:14px;
}
.price-info.highlights{
     background: var(--primary-color);
}
.price-now.highlights .plan-features{
    border-color:#d5dfff4d;
}
.price-now-area h5 {
   color: #000;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-top: 1rem;
}
.price-now-area p{
    font-size:14px;
}
.price-now{
    background: #f4f7fd;
    border: 1px solid #d5dfff;
    border-radius: 10px;
    padding: 20px;
}
.price-now-area h5 span{
    font-size: 20px;
}
.price-now .theme-btn1{
       width: 100%;
   
}
.price-now.highlights{
    background:var(--primary-color);
}
.plan-features{
        border-top: 1px solid #d5dfff;
    padding-top: 1rem;
    margin-top: 1rem;
}
.price-now-area h4{
        font-size: 20px;
    text-align: center;
}
.comparison th{
    width:33.33%;
}
.price-info.highlights h5{
     color: #fff;
    font-size: 29px;
    font-weight: 600;
}
.btn_theme_active1 {
    color: #111111;
    position: relative;
    z-index: 0;
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
}
.theme-btn1 {
    position: relative;
    color: #000;
    background: transparent;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    text-transform: uppercase;
    min-width: max-content;
    transition: all 0.65s ease-in-out;
    z-index: 4;
    font-size: 15px;
    border-radius: 100px;
    border: none;
    margin-top: 20px;
    font-weight: 700;
}
.btn_theme_active1::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background:#ffc727;
    z-index: -3;
    border-radius: 9px;
}




.solution-section{
       position: relative;
    padding: 2rem 0 2.5rem;
    background-color: #f1f4f9;
    
}

.solution-section .inner-container {
       position: relative;
}

.solution-section .title-box {
    position: relative;
    text-align: center;
}

.solution-section .title-box .title {
    position: absolute;
    font-weight: 600;
    border-radius: 39px;
    display: inline-block;
    position: absolute;
    position: absolute;
    transform: translateY(-60px);
    color: rgb(15, 15, 45);
    font-size: 18px;
    padding: 20px 41px 22px;
    background-color: #f1f4f9;
    margin-bottom: -20px;
    right: 0;
    left: 0;
    max-width: fit-content;
    margin: 0 auto;
}

.solution-section .title-box .title .dots {
    position: relative;
    width: 40px;
    margin: 0 auto;
    margin-top:5px;
}

.solution-section .title-box .title .dots span {
    position: relative;
    margin: 0px 2px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
}

.solution-section .title-box .title .dots span:nth-child(2) {
    background-color: #ffd000;
}

.solution-section .clients-sponsors-outer {
    position: relative;
    padding: 0px 0px 40px;
}
.clients-sponsors-outer .swiper-free-mode>.swiper-wrapper{
    transition-timing-function:linear !important;
}

/*.info-block {*/
/*    position: relative;*/
    /*margin-bottom: 30px;*/
/*        height: 100%;*/
/*}*/

/*.info-block .inner-box {*/
/*    position: relative;*/
/*    padding: 0px 20px 30px;*/
/*    margin: auto;*/
/*    border-radius: 10px;*/
/*    background-color: #fff;*/
/*    height:100%;*/
/*}*/
.info-title-box .title::before{
    position: absolute;
    content: '';
    left: 0px;
    /*top: 25px;*/
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    background-color: #fff;

}

.info-title-box .title {
  position: absolute;
    top: -1rem;
    right: 6.8rem;
    z-index: 1;
    background: #fff;
    padding: 14px;
    border-radius: 30px;
    font-size: 17px;
    margin: 0 auto;
}


.solution-section-content .icon {
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 0px;*/
    width: 90px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}

.solution-section-content .icon:before {
    position: absolute;
    content: '';
    right: -12px;
    top: 12px;
    width: 1px;
    bottom: 12px;
    background-color: rgb(217, 217, 217);
}

/*.info-block .solution-section-content {*/
  
/*    min-height: 60px;*/
/*    margin-top:5px;*/
   
/*}*/
.solution-section-content{
   position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
}


.inner-box{
   position: relative;
    padding: 25px;
     background-color: #fff; 
    height: 100%;
}

.perdol-locatyion a{
    color:#000;
}


.our-cta-sedction{
    position:relative;
    padding:3rem 0;
}

.cta-sedction-bg{
    background-image: url(../images/bg/pattern-18.webp);
    background-color: var(--primary-color);
   padding: 40px;
    border-radius: 10px;
   height: 385px;
}

.our-cta-sedction .mini-cta-sedcti {
   position: relative;
    padding: 12px 12px;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 101.12%);
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
   justify-content: space-around;
    align-items: center;
    backdrop-filter: blur(23px);
    border: 1px solid #ffffff78;
    z-index: 1;
    height: 100%;
}

.our-cta-sedction .mini-cta-sedcti::before {
    content: "";
    background-image: url(../images/svg/flash-sale.svg);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.mini-cta-sedcti::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 110.84%);
    border-radius: inherit;
    z-index: -1;
}
.cta-boc-out-content {
    color: #fff;
}

.cta-boc-out-content .offer {
    padding: 5px 10px;
    border-radius: 25px;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1;
}

.cta-images {
   height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-sedction-contact .big-title{
    color: #fff;
    margin-bottom: 0.5rem;
}

.cta-sedction-contact .section-titls p {
    color:#fff;
}

.cta-button{
    background: #fff;
    border-radius: 50px;
    text-align: center;
    color:#000;
    padding: 10px 25px;
    text-transform: uppercase;
    min-width: max-content;
    transition: all 0.65s ease-in-out;
    font-size: 15px;
    border-radius: 100px;
    border: none;
    margin-top: 20px;
    font-weight: 700;
}

.cta-button:hover{
    background: #ffc727;
    color:#000;
}

.contact-box {
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    height:100%;
    display: block;
    border: 1px solid var(--primary-color);
    background-color: #ffffff;
    transition: all 0.8s ease-in-out;
}
.our-contact-details{
    position:relative;
    padding: 4rem 0;
   
}
.our-contact-details::before{
       position: absolute;
    content: "";
    background-position: center center;
    background-image: url(../images/bg/background-layerimage.png);
    opacity: 0.1;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    z-index:-1;
    margin: auto 0;
}
.our-contact-details .contact-box:hover {
    border: 1px solid rgb(36 117 255 / 100%);
    box-shadow: 0 20px 30px rgb(36 117 255 / 10%);
}
.contact-box .icon {
       min-height: 60px;
    margin-bottom: 20px;
    /*display: inline-block;*/
    transition: all 0.3s ease-in-out;
    z-index:1;
}
.our-contact-details .contact-box:hover .icon{
     transform: translateY(-5px);
}
.contact-box h4 {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.contact-box a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color:#000;
    transition: all 0.3s ease-in-out;
}


.our-contact-fom{
    position:relative;
    padding:3rem 0 3rem;
}

.details-contact-form  {
    background-color: #f4f7fd;
    padding: 32px;
    border-radius: 8px;
    margin-top: 20px;
}

.details-contact-form .single-input {
    margin-top: 20px;
}

.details-contact-form .single-input input,
.details-contact-form .single-input select,
.details-contact-form .single-input textarea

{
    border: none;
    padding: 16px;
    width: 100%;
    border-radius: 8px;
}

.our-lpersonl-informtion{
    position: relative;
    padding: 3rem 0 0;
}

.mail-box {
 background: #ffffff;
    border-radius: 15px;
    padding: 8px 22px 16px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.mail-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
        z-index: 99;
    padding-top: 0;
    transform: translateY(-20px);
}
.mail-box .mail-title::before{
    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    top: -12px;
    z-index: -1;
    width: 80%;
    height: 100%;
    font-weight: 400;
    border-radius: 50px;
    display: inline-block;
    color: #000;
    margin: 0 auto;
    padding: 37px 51px 11px;
    font-size: 16px;
    background-color: #fff;
}

.info-title-box .title {
  position: absolute;
    top: -1rem;
    right: 6.8rem;
    z-index: 1;
    background: #fff;
    padding: 14px;
    border-radius: 30px;
    font-size: 17px;
    margin: 0 auto;
}

.mail-content {
      gap: 17px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.mail-icon img {
 
} 
.mail-icon{
       width: 70px;
    height: 66px;
    min-width: 70px;
    line-height: 66px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}
.mail-text {
  text-align: left;
}

.mail-text p {
  margin: 0;
 
  font-size: 14px;
  
}
.mail-text a{
        color: #343434;
        font-size: 14px;
}

.feature-block {
      display: flex;
      gap: 40px;
          margin-top: 2rem;
    }

    .feature-image {
      flex: 1;
      text-align: -webkit-center;
    }

    .feature-titles {
      flex: 1;
    }
     .feature-item.active .feature-title{
         color:var(--primary-color);
     }
    .feature-item {
      cursor: pointer;
      margin-bottom: 20px;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
    }

    .feature-item .feature-desc,
    .feature-item .feature-img-mobile {
      display: none;
      margin-top: 10px;
      color: #555;
    }

    .feature-item.active .feature-desc {
      display: block;
    }

    .feature-title {
      font-weight: 600;
      font-size: 1.1rem;
    }

    /* Desktop Image */
    .feature-img-desktop {
      /*width: 100%;*/
      border-radius: 6px;
      display: block;
    }

    /* Hide image inside tab on desktop */
    .feature-img-mobile {
      display: none;
    }

    @media (max-width: 767.98px) {
      .feature-block {
        flex-direction: column;
      }

      .feature-image {
        display: none; /* Hide side image */
      }

      .feature-item.active .feature-img-mobile {
        display: block;
        margin-top: 10px;
        width: 100%;
        border-radius: 6px;
      }
    }
    
    
    .microsoft-pricing-plans {
  /*background: #fcfbf9;*/
  padding: 5rem 0;
  position:relative;
}

.m365-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  /*margin-bottom: 30px;*/
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  height: 100%;
}

.m365-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.m365-price {
  font-size: 30px;
  font-weight: 700;
  color: #111;
}

.m365-subtext,
.m365-note,
.m365-gst {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.m365-subtext{
    color:#000;
    font-weight:600;
}

.m365-features {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #222;
}
.m365-features li{
    margin:10px 0;
}

.m365-icons img {
  /*width: 28px;*/
  /*height: 28px;*/
  /*margin-right: 6px;*/
}



.new-feauture-image{
    position:sticky;
    top:15%;
}
.mobile-menu-top, 
.memnu-clos-open{
    display:none;
}

.btn-defau{
        position: relative;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 16px 50px 16px 16px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
    margin-top: 15px;
}

.btn-defau i{
   width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    position: absolute;
    position: absolute;
    top: 16%;
    bottom: 0;
    right: 0.5rem;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
}


label .error{
        color: red;
    font-size: 14px;
    transform: translateY(-14px);
}