/*about-section-start*/

.our-about-sectn{
       position: relative;
    padding: 50px 0 45px;
}

.hosting-about-image-bg {
    position: absolute;
    height: 600px;
    width: 25%;
}
.about-serf-hosting-info {
        margin-left: 10px;
}
.about-serf-hosting-info p{
    text-align:justify;
}
.hosting-about-image-bg::after {
     position: absolute;
    content: "";
    background-repeat: no-repeat;
    left: 40%;
    top: -3%;
    background-image: url(../images/bg/resell-img-bg.svg);
    height: 100%;
    width: 100%;
}
.about-serf-hosting-info .section-titls{
        margin-bottom: 0.5rem;
}
.hosting-about-image {
    position: relative;
    display: flex;
    gap: 20px;
}

.hosting-about-image .img-one {
    margin-top: 50px;
}
.hosting-about-image img {
    border-radius: 4px;
}

.hosting-about-image .img-two {
    display: flex;
    justify-content: end;
    margin-top: 150px;
}
.about-serf-hosting-info a{
    margin:10px 0;
}




.our-vision-missing{
  position: relative;
    padding: 3rem 0 1rem;
    overflow: hidden;
}

.rts-about .our-vision-bgshape {
    position: absolute;
    right: -5%;
    top: 35%;
    height: 280px;
    background: linear-gradient(189deg, #F5F8FF 6.76%, #FFF 59.6%);
    width: 1000px;
    z-index: -1;
    transform: rotate(-20deg);
}

.our-vision-gaol {
    background: linear-gradient(180deg, #4769b1 0%, #6194ff 100%);
    text-align: center;
    border-radius: 20px;
    min-height: 445px;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}
.our-vision-gaol .shape.two {
    left: 19%;
    top: 39%;
    animation: rotateIt2 12s linear infinite;
}

.our-vision-missing .our-vision-gaol .shape {
    position: absolute;
}
@keyframes rotateIt2{
    100% {
    transform: rotate(360deg);
}
}

.our-vision-missing .our-vision-gaol .shape.one {
    left: 45%;
    top: 20%;
}
.our-vision-missing .our-vision-gaol .shape {
    position: absolute;
}
.our-vision-missing .right-left {
    animation: moveRightToLeft 10s linear infinite;
}
@keyframes moveRightToLeft{
    0% {
    transform: translateX(0);
}

50% {
    transform: translateX(-40px);
}
100% {
    transform: translateX(0);
}
}



.our-vision-points {
    display: flex;
    gap: 30px;
    align-items: start;
}

.our-vision-points:not(:last-child) {
    margin-bottom: 40px;
}

.our-vision-points .image {
    display: inline-flex;
    height: 60px;
    min-width: 60px;
    border-radius: 10px;
    background-color: #ffc107;
    /*background: linear-gradient(147deg, #E8ECFF 14.12%, #D1FFEF 80.26%);*/
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 20px 0px rgba(87, 147, 251, 0.1);
}

.our-vision-points .image img {
    height: 40px;
    width: 40px;
}
.description p{
    text-align:justify;
}
.our-vision-points .description h5 {
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 17px;
}


.world-wide-hosting {
    position: relative;
    padding:50px 0 50px;
}

.our-server-locations {
    position: relative;
}
.our-server-locations img {
    width: 100%;
    object-fit: cover;
}

.our-server-locations .round-shape {
    padding: 0;
    margin: 0;
}

.our-server-locations .round-shape li.one {
    top: 15.5%;
    left: 17%;
}

.our-server-locations .round-shape li.two {
    top: 25.5%;
    left: 47.5%;
}

.our-server-locations .round-shape li.three {
    top: 19%;
    right: 20%;
}
.our-server-locations .round-shape li.four {
    top: 36.4%;
    left: 17.6%;
}
.our-server-locations .round-shape li.five {
    top: 44%;
    left: 52.2%;
}
.our-server-locations .round-shape li.six {
    top: 47.5%;
    right: 31.2%;
}
.our-server-locations .round-shape li.seven {
    top: 34%;
    right: 24%
}

.our-server-locations .round-shape li.eight {
    bottom: 31.3%;
    left: 28.9%;
}
.our-server-locations .round-shape li.nine {
    bottom: 16.3%;
    left: 51%;
}

.our-server-locations .round-shape li.ten {
    bottom: 18.7%;
    right: 16.5%;
}

.our-server-locations .round-shape li {
    position: absolute;
    text-align: center;
    list-style: none;
}

.our-server-locations .round-shape li span {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.our-server-locations .round-shape span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00B67A;
    display: block;
    position: relative;
    margin: auto;
}

.our-server-locations .round-shape span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #00B67A;
    top: 0;
    left: 0;
    animation: pulse-border 2s ease-out infinite;
}
@keyframes pulse-border{
    0% {
    -webkit-transform: scale(100%);
    transform: scale(100%);
    opacity: 1;
}

100% {
    -webkit-transform: scale(350%);
    transform: scale(350%);
    opacity: 0;
}
}

.our-server-locations .round-shape img {
    margin-top: 15px;
}
.hosting-server h4{
        color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    transition: .5s;
    margin-bottom: 1.2rem;
}
.hosting-server{
    padding: 30px;
    background-color: #4769b126;
    position: relative;
    height:100%;
}

.window-shard{
    position:relative;
    padding:4rem 0;
}

.hosting-server ul{
   padding-left: 1rem;
    margin: 0;
    position: relative;
}

.hosting-server ul li{
    list-style-type:none;
    font-size:15px;
    margin:10px 0;
    position:relative;
}
.hosting-server ul li::after{
    content: "\f1ec";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    font-size: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    left: -22px;
    font-weight: 700;
    top: 0px;

}
.hosting-server::before{
    content:"";
    background:url('../images/svg/line-location.svg');
    width:68px;
    height:220px;
    position:absolute;
    bottom:0;
    right:20px;
    background-size:cover;
    background-repeat:no-repeat;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(126deg) brightness(110%) contrast(101%);
}

.benift-erb-email{
    margin-bottom:2rem;
}

.window-shard .big-title-sec{
    margin-bottom:1rem;
}
.window-shard .row{
    row-gap:24px;
}

.window-shard .row .col-lg-4:nth-child(2) .hosting-server {
  background-color: #e7e6c7;
}


.window-shard .row .col-lg-4:nth-child(4) .hosting-server {
      background-color: #dce5da;
}


.window-shard .row .col-lg-4:nth-child(6) .hosting-server {
      background-color: #f3dfeb;
}

.small-businesses{
    padding:0;
    margin:12px 0;
    position:relative;
    padding-left:2rem;
}

.small-businesses li{
    font-size:15px;
    position:relative;
    list-style-type:none;
    margin:10px 0;
}

.small-businesses li::after{
   content: "\f148";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: -32px;
    top: 0;
    background: #ffc107 !important;
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 10px;
    justify-content: center;
}


/*email-service-listing*/

.hosting-why-choose-us{
    position:relative;
    padding:3rem 0 4rem;
    background-color: #f4f7fd;
}
.hosting-why-choose-us .row{
    row-gap:30px;
}
.hosting-why-choose-box{
    position: relative;
    padding: 25px;
    background-color: #ffffff;
    border: 1px solid #d0ddf9;
    /*box-shadow: -3px 3px 0px 0px #d0ddf9;*/
    border-radius: 8px 8px 8px 8px;
    height: 100%;
    transition: 0.3s ease;
}
.hosting-icon {
    margin:15px 0;
}
.hosting-why-hedd h4{
    font-size: 15px;
    line-height:1.3;
    font-weight: 700;
    color:var(--primary-color);
}
.hosting-why-choose-box .hosting-icon img{
    filter: invert(41%) sepia(98%) saturate(350%) hue-rotate(181deg) brightness(80%) contrast(87%);
}
.how-step-by-step{
    position:relative;
    padding:3rem 0 3rem;
}
.how-step-by-step .row{
    row-gap:30px;
}
.how-step-by-step .hosting-why-choose-box{
    box-shadow: -3px 3px 0px 0px #d0ddf9;
}
.hosting-steps {
    font-size:70px;
    font-weight:700;
    text-transform: capitalize;
    color: #d0ddf9;
}
.how-step-by-step .hosting-why-hedd h4{
    font-size: 17px;
    line-height:1.3;
    font-weight: 700;
}


.different-tiasdl .diff-titls a{
    color:#000 !important;
}


.should-choose-bgs{
    background: linear-gradient(0deg, #f4f7fd -3.62%, #FFFFFF 99.94%);
}



.ownership-section{
    position:relative;
    padding:3rem 0 3rem;
}
.ownership-sec-box {
    display: flex;
  gap: 40px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  align-items: center;
  height: 100%;
  background: #fff;
  padding:20px;
  
}
.ownership-details .author{
    color:#4769b1;
     font-weight: 700;
}
.ownership-details {
    padding-right: 1rem;
}
.ownership-details h3{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ownership-imag {
    min-width: 180px;
    text-align: center;
    border-radius: 10px;
}

.loacl-data {
    text-align:center;
}

.loacl-data .btn-default{
    margin-top:15px;
}
.loacl-data p{
    text-align:left;
}




.location-grid {
     position:relative;
     padding:2rem 0;
    }

 .location-grid  .location-boxc {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px 10px;
}

.location-grid  .location-maned {
     background-color: #4769b1;
    padding: 10px 16px;
    border-radius: unset !important;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.location-boxc .text{
    color:#fff;
}
.location-grid  .location-maned .icon {
    /* background-color: #fff;*/
    /*color: #4769b1;*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*margin-right: 10px;*/
    /*font-size: 12px;*/
    
    background-color: #fff;
    color: #4769b1;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1px;
    min-width: 23px;
    z-index: 1;
    border-radius: 20%;
    transform: rotateZ(46deg);
}

.view-pricing-sction {
    position:relative;
    padding:3rem 0 3rem;
}
.nav-tabs .nav-link.active {
    /*border-bottom: 2px solid #ffc107;*/
       color: #4969b0;
    font-weight: 800;
    border-color: unset;
    border: unset !important;
    border-bottom: 3px solid #ffc107 !important;
}
.view-pricing-sction .nav.nav-pills {
    margin: auto;
    text-align: center;
    justify-content: center;
}
.nav-pills .nav-link.active {
    background-color: #4969b0;
    color: #fff !important;
}
.nav-tabs .nav-link {
    color: #000;
    border-bottom: 2px solid #ffc10747;
    /* border-bottom: 2px solid #ffc10736; */
}
.view-pricing-sction .nav-link{
       /*border:unset;*/
}
/*.nav-tabs .nav-link {*/
/*     border: unset; */
/*     border-top-left-radius:unset; */
/*     border-top-right-radius:unset; */
/*}*/

.view-pricing-sction  .nav-tabs {
    border-bottom: unset;
    margin: auto;
    justify-content: center;
}
.view-pricing-sction .nav-pills .nav-link {
      padding: 7px 42px 9px;
}
.nav-pills .nav-link {
    color: #000;
}
.view-pricing-sction .linux-vps-hosting,
.view-pricing-sction .vps-plans-section{
    background-color:unset !important;
}
.view-pricing-sction .microsoft-pricing-plans{
    padding:2rem 0;
}