﻿.btn {
    border: 1px solid #0e72ff;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    letter-spacing: .02em;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    transition: .3s linear;
}

.slider-header h3.heading {
    font-size: 52px;
    font-weight: 800;
    color: #002450;
    text-transform: uppercase;
}

.slider-header ul.subheading {
    padding: 0;
}

    .slider-header ul.subheading img {
        width: 23px !important;
        margin-right: 10px;
        filter: invert(1);
    }

.slider-header ul li {
    font-size: 18px;
    margin: 18px 0;
    display: flex;
    align-items: center;
    color: #002450;
    font-weight: 600;
}

.slider-header {   
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background: #F5F9FF;*/
}
.slider-header {
    background-image: url(../img/peten.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*background-color: #00b8ff17;*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 80px 0px 80px 0px;
    position: relative;
}
    .slider-header:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(177deg, #ffffff 32%, #00000029 100%);
        opacity: 0.9;
    }
/*Section1*/
section.pricing.special.sec-up-slider {
    position: relative;
    z-index: 9;
    /*    top: -70px;*/
}

.pricing.special .wrapper {
    position: relative;
    /*background: url(/dserver/img/new/card-back2.jpg);*/
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
}

.pricing .wrapper .top-content {
    padding: 40px 20px 30px;
    text-align: center;
}

    .pricing .wrapper .top-content .svg, .services .service-wrap .service-section .svg {
        height: 70px;
        width: 70px;
    }

.pricing .wrapper .title {
    color: #e4611c;
    font-size: 28px;
}

.fromer {
    line-height: 26px;
    font-size: 14px;
    color: #000000;
    width: 70%;
    margin: auto;
    padding: 15px 0;
}

.pricing .price, .slick #slider .plan-container .price {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
}

    .pricing .price sup {
        top: -0.3em;
        font-size: 18px;
    }

.best-plans.pricing .wrapper .title, .period, .section-subheading.small-text {
    font-size: 18px;
}

.pricing.special .wrapper a {
    margin-top: 20px;
}

.btn-default-yellow-fill {
    background: linear-gradient(90deg, rgb(14,2,68) 0%, rgb(76,12,103) 100%) !important;
    color: #fff !important;
    border: none;
    margin-left: 10px !important;
}

.pricing .list-info {
    padding: 20px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 0;
    list-style-type: none;
}

.pricing.special .list-info li {
    padding: 10px 0;
    font-size: 16px;
    color: #d1881d;
    font-weight: 600;
    text-align: center;
}

span.ram {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    font-family: sans-serif;
}

.pricing .list-info {
    background: #97d5ef2b;
}
/*Section2*/
.section-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #4c0c67;
    text-align: center;
}

.section-subheading {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

.h-card-img {
    background: #2196c6;
}

    .h-card-img img {
        width: 100%;
    }

.theme-card {
    padding: 15px;
    border: 1px solid #00000054;
    height: 250px;
}

.balancing .load a, h4.c-purple.text-center.w-100 span {
    color: #4c0c67;
    font-weight: 600;
    text-decoration: none;
}

.h-card-img {
    background: #4c0c67;
    height: 250px;
    width: 100%;
    overflow: hidden;
}

    .h-card-img img {
        width: 100%;
        margin: auto;
        display: flex;
    }

    .h-card-img:hover {
        background: #0e0244;
    }

.balancing .load .info {
    font-size: 14px;
    color: #000;
}

.space {
    padding: 50px 0;
}
/*Section3*/
section.section-index-page {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../Content/cloud-opa.png);
    position: relative;
    color: #fff;
    padding-bottom: 150px;
    background-attachment: fixed;
}

    section.section-index-page:before {
        
        opacity: 0.86;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    section.section-index-page .container {
        position: relative;
    }

.Features-section .Features-card p, .wrap-service.load, p {
    font-size: 14px;
}
/*Section4*/
section.section-index-page-card {
    position: relative;
}

    section.section-index-page-card .inner-box {
        position: relative;
        background-color: #ffffff;
        border: 1px solid #e2e2e2;
        padding: 45px 25px 110px 40px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        border-radius: 10px;
        overflow: hidden;
        margin-top: -180px;
        height: 363px;
    }

        section.section-index-page-card .inner-box:hover {
            -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
            box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }

        section.section-index-page-card .inner-box:before {
            position: absolute;
            width: 124px;
            height: 121px;
            left: 0;
            top: 0;
            background-image: url(../img/new/dots.png);
            content: "";
        }

    section.section-index-page-card .icon-box {
        position: absolute;
        right: -52px;
        bottom: -52px;
        height: 180px;
        width: 180px;
        background: #f3f3f3;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        padding: 40px 50px;
        border-radius: 50%;
    }

        section.section-index-page-card .icon-box img {
            width: 75px;
        }

    section.section-index-page-card .title {
        font-weight: 800;
        margin-bottom: 14px;
        color: #4c0c67;
    }

    section.section-index-page-card .text {
        position: relative;
        color: #000000;
        font-size: 14px;
    }
/*Section5*/

/*Section6*/
section.tab-design-sec {
    position: relative;
}

    section.tab-design-sec:before {
        background-image: url(../img/new/bg-pattern-2.jpg);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: '';
    }

.info-content-my {
    padding: 20px;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    text-align: left;
    height: 100%;
}

.hhead {
    font-size: 37px;
    color: #4c0c67;
}

section.tab-design-sec .container {
    position: relative;
}

.choose-server-tab {
    border: 1px solid #ccc;
    height: 100%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

    .choose-server-tab ul#pills-tab {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 15px 30px 15px 0;
        box-shadow: 2px 0px 13px 0px rgb(28 30 78 / 7%);
        background-image: url('../img/icon/widget-caption.png');
        text-transform: uppercase;
        margin: 0px 0px 0px;
        padding: 10px;
        border-bottom: 1px solid #b1b1b1;
        border-top: 1px solid #b1b1b1;
    }

        .choose-server-tab ul#pills-tab li.nav-item {
            display: inline-block;
            padding: 0px;
            background: #ffffff5e;
            border-top: 1px solid #167cb8;
            border-bottom: 1px solid #167cb8;
            margin: 0px 6px;
            color: #167cb8;
            font-weight: 600;
        }

    .choose-server-tab div#pills-tabContent {
        padding: 30px;
        display: inherit;
        text-align: justify;
        width: 100%;
        margin: auto;
    }

    .choose-server-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color:  #0e0244;
        background-color: transparent;
        font-weight: 600;
    }

    .choose-server-tab .nav-link {
        font-weight: 600;
    }
/*Section7*/
section.Logos-sec {
    position: relative;
    overflow: hidden;
}

    section.Logos-sec:before {
        content: '';
        position: absolute;
        width: 140px;
        height: 100%;
        left: -8px;
        top: 0;
        background-image: linear-gradient(90deg, rgb(0, 114, 255) 0%, rgb(0, 198, 255) 100%);
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 49%) 0px 18px 36px -18px inset;
    }

.service-wrap.row {
    padding: 20px;
    position: relative;
    z-index: 9;
    background: #fff;
    box-shadow: rgb(149 157 165 / 66%) 0px 8px 24px;
    border-top: 2px solid #263745;
}

.help-container-new {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #2195c4;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.chars div, .new-img-cs {
    padding-top: 20px;
}

.iconh img {
    width: 28%;
    margin-bottom: 12px;
}

.inform .title {
    color: #2194c3;
}

section.Logos-sec:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 100%;
    right: -9px;
    top: 0;
    background-image: linear-gradient(90deg, rgb(0, 114, 255) 0%, rgb(0, 198, 255) 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 49%) 0px 18px 36px -18px inset;
}
/*End_Index*/
.help-container-new:hover {
    background: linear-gradient(90deg, rgb(0, 114, 255) 0%, rgb(0, 198, 255) 100%);
    color: #fff;
}

    .help-container-new:hover img {
        filter: brightness(100) invert(100);
    }

    .help-container-new:hover .inform .title {
        color: #fff;
    }

.modal-content {
    background-color: #fff !important;
}

section.Clients_Testomonial {
    position: relative;
    background: #F5F9FF;
}

    section.Clients_Testomonial:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        z-index: 0;
        width: 49%;
        height: 100%;
        background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
        clip-path: polygon(42% 1%, 100% -159%, 100% 100%, 0% 100%);
    }

.tp-testimonial-bg {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: 1;
   
}

    .tp-testimonial-bg img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
     
    }

.card_Clients {
    background: #ffffff;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .card_Clients .Clients_text {
        padding: 34px 40px 39px 30px;
    }

    .card_Clients .tp-testimonial-item-rating {
        margin-bottom: 20px;
    }

    .card_Clients .Clients_text p {
        margin-bottom: 20px;
    }

    .card_Clients .Clients_text h4.tp-testimonial-item-title {
        font-size: 20px;
        letter-spacing: -0.8px;
    }

        .card_Clients .Clients_text h4.tp-testimonial-item-title span {
            font-weight: 400;
            font-size: 12px;
            color: #67687a;
        }

.tp-section-title-pre {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #4c0c67 0%, #0e0244 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
    color: #4c0c67;
}

h2.tp-section-title {
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: -1.92px;
    color: #16243e;
    line-height: 1.2;
    margin-bottom: 20px;
}

.tp-blog-item {
    background: #ffffff;
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height:100%;
}

.tp-blog-item-img {
    position: relative;
}

  /*  .tp-blog-item-img:before {
        position: absolute;
        content: "";
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-25deg);
    }

.tp-blog-item:hover .tp-blog-item-img:before {
    animation: shine 800ms;
}*/
.tp-blog-item-img img {
    min-height: 284px;
    object-fit: cover;
    width: 100%;
}
.tp-blog-item-date {
    background: #ffffff;
    text-align: center;
    position: absolute;
    bottom: -26px;
    right: 25px;
    padding: 0px 20px;
    border-radius: 5px;
    border-bottom: 2px solid #00a3c3;
    padding-top: 10px;
    z-index: 2;
}
    .tp-blog-item-date h4 {
        font-weight: 500;
        font-size: 20px;
        letter-spacing: -0.8px;
        background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        margin-bottom: -4px;
    }
    .tp-blog-item-date p {
        font-size: 12px;
    }
.tp-blog-item-info a {
    color: #06a5c5;
    font-weight: 600;
}
.tp-blog-item-content {
    padding: 30px;
}
.tp-blog-item-info span {
    margin-right: 40px;
}
.tp-blog-item-info {
    margin-bottom: 15px;
}
.tp-blog-item-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.96px;
    line-height: 1.3;
    padding-right: 5px;
    margin-bottom: 25px;
}
h4.tp-blog-item-title a {
    background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.tp-blog-item-btn a {
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.tp-blog-item-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    height: 1px;
    width: 199px;
    background: #E3E3E3;
}
.tp-blog-item-btn.text-end {
    position: relative;
}
section.with-bg-sec {
    background: #ccc;
    position: relative;
    background-image: url(../img/new/server-sec.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    background-attachment: fixed;
}
    section.with-bg-sec:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, #4c0c678e 0%, #0e02448e 50%);
    }
    section.with-bg-sec .container {
        position: relative;
    }
/*csdcsd*/
.card_service {
    background: #fff;
    color: #000;
    height: 100%;
    padding: 2em 2em 2em 2em;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
    .card_service:hover {
        -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
        box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    .card_service span {
        padding: 4px 21px 4px 21px;
        background-color: transparent;
        background-image: linear-gradient(90deg, rgb(0, 114, 255) 0%, rgb(0, 198, 255) 100%);
        border-radius: 30px 30px 30px 30px;
        position: absolute;
        top: -16px;
        right: 10px;
        color: #fff;
    }
.serice_img {
    margin-bottom: 30px;
}
    .serice_img img {
        filter: drop-shadow(4px 7px 10px #ccc);
    }
.card_service h5 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #4c0c67;
    letter-spacing: 1px;
}
.card_service button.btn {
    border-radius: 0;
}
section.with-bg-sec h4 {
    padding: 30px 0;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
}
.card_Clients .tp-testimonial-item-rating img {
    width: 100px;
}
@media screen and (min-width:200px) and (max-width:991px) {
   /* img {
        width: 100%;
    }*/
    .hhead {
        font-size: 28px;
        color: #4c0c67;
    }

    section.Clients_Testomonial:after {
        display: none;
    }

    h2.tp-section-title {
        font-size: 1.75rem;
    }

    .Clients_image img {
        width: 100%;
        display:none;
    }

    .tp-blog-item-btn::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        height: 1px;
        width: 129px;
        background: #E3E3E3;
    }

    .card_Clients {
        display: block;
    }

    .choose-server-tab ul#pills-tab li.nav-item {
        width: 100%;
    }

    section.section-index-page-card .inner-box {
        margin-top: 0;
    }

    section.section-index-page {
        padding-bottom: 0;
    }

    .theme-card {
        height: auto;
        margin-bottom: 20px;
    }
    .section-heading {
        font-size: 28px;
    }
    .space {
        padding: 20px 0;
    }
    section.pricing.special.sec-up-slider .col-sm-12.col-md-4.col-lg-4 {
        margin-bottom: 20px;
    }
    .slider-header h3.heading {
        font-size: 28px;
    }
    .slider-header ul li {
        font-size: 15px;
        margin: 10px 0;
        display: flex;
        align-items: center;
        color: #002450;
        font-weight: normal;
    }
    .slider-header a.btn.btn-default-yellow-fill {
        font-weight: 400;
        font-size: 14px;
        padding: 7px 5px;
        border-radius: 5px;
        margin-top: 0;
        margin-left: 0 !important;
    }
    .slider-header a.btn.btn-default-pink-fill {
        letter-spacing: 0px;
        font-weight: 400;
        font-size: 14px;
        padding: 7px 5px;
        border-radius: 5px;
        margin-top: 0;
    }
    .slide {
        padding-bottom: 50px;
    }
    .service-wrap.row .col-6.col-md-2 {
        margin-bottom: 10px;
    }
    .serice_img img {
        width: 75px;
    }
    }


    .nav-link {
        color: #4c0c67;
      }

      .mtb-80{
        margin: 80px 0px;
      }

      p{
        font-size: 14px !important;
      }

      .f-14{
        font-size: 14px !important;
      }

      .btn12{
        background-color: #4c0c67 !important;
        color: white !important;
      }

      .line-main{
        line-height: 27px;
      }

      .spacePlus{
        padding: 50px 0px 0px 50px !important;
      }

      .ml-30{
        margin-left: 30px !important;
      }

      .mr-30{
        margin-right: 30px !important;
      }