/* Header section start here */

.navigation {
    height: 70px;
    background: #030B37;

}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;

}

.nav-container {
    max-width: 1250px;
    margin: 0 auto;
}

.navigation .login-btn {
    text-decoration: none;
    /* float: left; */
    text-align: center;
    color: white;
    background-color: #B700E6;
    border: 2px solid #B700E6;
    border-radius: 20px 20px 0px 20px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 30px;
}

.success {
    color: green;
    font-size: 18px;
}

.error {
    color: red;
    font-size: 18px;
}

.navigation .login-btn:hover {
    background-color: transparent;
    color: #B700E6;
}

nav {
    float: right;

    ul {
        list-style: none;
        margin: 0;
        padding: 0;

        li {
            float: left;
            position: relative;

            a,
            a:visited {
                display: block;
                padding: 0px 20px;
                padding-top: 25px;
                /* line-height: 70px; */
                background: #030B37;
                color: #ffffff;
                text-decoration: none;

                &:hover {
                    color: #B700E6;
                    transition: 0.5s
                }

                &:not(:only-child):after {
                    padding-left: 4px;
                    content: ' ▾';
                }
            }

            ul li {
                min-width: 190px;

                a {
                    padding: 15px;
                    line-height: 20px;
                }
            }
        }
    }
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 10;
}

/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #030B37;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {

    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;

        ul {
            display: none;

            li {
                float: none;

                a {
                    padding: 15px;
                    line-height: 20px;
                }

                ul li a {
                    padding-left: 30px;
                }
            }
        }
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;

    span,
    span:before,
    span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 35px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

    span:before {
        top: -10px;
    }

    span:after {
        bottom: -10px;
    }

    Serves &.active span {
        background-color: transparent;

        &:before,
        &:after {
            top: 0;
        }

        &:before {
            transform: rotate(45deg);
        }

        &:after {
            transform: rotate(-45deg);
        }
    }
}


/* Header section end here */

.primary {
    color: #B700E6;
}

.heroText {
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 700;
    font-size: 66px;
    width: 100%;
    max-width: 550px;
    color: white;
}

.subtext {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.hero-img {
    background-image: url('../image/background-hero-section.webp');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;

}

.hero-img .main-box {
    display: flex;
    gap: 20px;
}


.hero-img-2 .main-box {
    display: flex;
    gap: 20px;
}

.heroBtn {
    background-color: #B700E6;
    border: 2px solid #B700E6;
    border-radius: 20px 20px 0px 20px;
    padding: 4px 30px;
    font-size: 18px;
    color: white;

}

.heroBtn:hover {
    background-color: transparent;
    color: #B700E6;
    transition: 0.5s;
}

.heroBtn-2 {
    color: white;
    background-color: transparent;
    border-radius: 20px 20px 0px 20px;
    border: 2px solid #B700E6;
    padding: 4px 30px 4px 30px;
}

.heroBtn-2:hover {
    transition: 0.5s;
    color: #B700E6;
}

.hero-Img {
    /* width: 200px; */
    max-width: 100%;
}

.text1 {
    text-align: center;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 700;
    font-size: 66px;
    margin-top: 10px;
}


.title {
    font-family: "Palanquin Dark", sans-serif;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    padding-bottom: 50px;
}



.Serves {
    margin: 50px 0px;
}


.box {
    max-width: 364px;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.box h4 {
    font-size: 28px;
    margin: 24px 0px 10px 0px;
}

.box p {
    font-size: 16px;
}

.work {
    background-image: url('../image/bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    padding-top: 60px;
    margin: 50px 0px 0 0;
}

.work h3 {
    font-family: "Palanquin Dark", sans-serif;
    text-align: center;
    font-size: 46px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
}

.work p {
    font-family: "Palanquin Dark", sans-serif;
    text-align: center;
    font-size: 22px;
    color: white;
    font-weight: 500;
}

.box-3 {
    display: flex;
    align-items: center;
    margin-bottom: 5px;


}

.home-box {
    background: radial-gradient(50% 50% at 50% 50%, #B700E6 0%, rgba(183, 0, 230, 0) 100%);
    width: 100%;
    max-width: 550px;
    height: 2px;
    margin-bottom: 40px;
}

.home2-box {
    box-shadow: 0 0 12px silver;
    border-radius: 20px 20px 0px 20px;
    padding: 5px 10px;
}


.box-3 img {
    /* padding-right:20px; */
    width: 60px;
    height: 60px;

}

.box-3 h4 {
    font-size: 28px;
    font-weight: 600;
}

.box-3 p {
    font-size: 16px;
    font-weight: 400;
    max-width: 550px;
    width: 100%;
}

.buss {
    padding-left: 20px;
}

.back {
    margin: 50px 0px;
    background: linear-gradient(180deg, #220960 21.84%, rgba(34, 9, 96, 0) 100%);
    width: 100%;
}

.money {
    margin: 50px 0px;
    background: transparent !important;
    width: 100%;
}

.money .sec-title {
    color: black;
}

.money .day-text {
    color: black !important;
}

.back h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 832px;
    width: 100%;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.back p {
    margin-left: auto;
    margin-right: auto;
    max-width: 832px;
    width: 100%;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    color: white;
    font-size: 16px;
    font-weight: 400;
}


.img2 {
    width: 100%;
    max-width: 1000px;
    border: 2px solid black;
    border-radius: 20px 20px 0px 20px;
    height: 500px;
}

.img3 {
    margin: 50px 0px;
    background-image: url('../image/img3.webp');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* 
.img3 h1 {
    color: white;
    font-size: 56px;
    font-weight: 700;
} */

.img3 p {
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 16px;
    font-weight: 400;
    max-width: 649px;
    width: 100%;
    justify-content: center;
}

.box-4 {

    text-align: center;
    padding: 50px 0px;
}


.bg-image h3 {
    color: white;
    width: 100%;
    max-width: 500px;
    font-size: 50px;
    font-weight: 700;
    font-family: "Palanquin Dark", sans-serif;
    padding-bottom: 15px;

}

.bg-image h5 {
    color: white;
}

.bg-image p {
    color: white;
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
}

.img-cloud {
    width: 22px;
    height: 15.36px;
}



.text-p {
    padding: 50px 0px 50px 50px;
    display: flex;
    align-items: center;
}

.images {
    width: 100%;
    max-width: 500px;
}



.bg-image {
    background: linear-gradient(100.05deg, #835BE6 0%, #D7B6EB 62.5%, #EDE5EF 100%);
    width: 100%;
    max-width: 1320px;
    border-radius: 20px 20px 0px 20px;
}



.opinion {
    padding-bottom: 50px;
    font-family: "Palanquin Dark", sans-serif;
    color: white;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
}

/* Read section start here */
.read .section-title h2 {
    padding-bottom: 50px;
    font-family: "Palanquin Dark", sans-serif;
    color: black;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
}

.read .item {
    box-sizing: border-box;
    border-radius: 20px 20px 0px 20px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.read .item .profile {
    padding: 0;
}

.read .item .profile .user img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}

.read .item .profile .contain {
    padding: 20px;
    padding: 20px;
}

.read .item .profile .contain .meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 14px;
}

.read .item .profile .contain .meta .author,
.read .item .profile .contain .meta .date {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.read .item .profile .contain .meta p {
    margin: 0;
}

.read .item .profile .contain .name p {
    font-weight: 400;
    font-size: 16px;
    font-family: "Be Vietnam Pro", sans-serif;
}

.read .item .profile h6 {
    font-size: 20px;
}

.read .item .profile p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
    padding: 5px 0px;
}

.read .item .profile .theme-btn {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.read .item .profile .theme-btn a {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
}

.read .item .profile .theme-btn img {
    width: 22px;
    height: 22px;
}

/* Read Section end here */

/* partner section start here */
.partner {
    padding: 50px 0px;
}

.partner .section-title h2 {
    padding-bottom: 30px;
    font-family: "Palanquin Dark", sans-serif;
    color: black;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
}

.partner .slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.partner .slider .item {
    margin-bottom: 50px;
}

/* partner Section end here */


/* footer section start here */

.footer {
    margin-top: 50px;
    background-color: #2A0B78;
    color: white;
    padding: 100px 0;
}



.footer .review-item .item-box {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer .review-item .item .ft-text {
    padding: 20px 0px;
    width: 100%;
    max-width: 200px;
}

.footer .review-item .item .logo-img {
    width: 132px;
    height: auto;
}

.footer .review-item .item-box .item .media-icon a {
    margin: 0px 5px;
}




.footer .review-item .item-box .item .pages a {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: white;
    display: block;
    padding-top: 14px;
}

.footer .review-item .item-box .item .pages a img {
    margin-right: 10px;
}


.footer .item h5 {
    color: #B700E6;
    font-size: 22px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", sans-serif;
}

.footer .review-item .item-box .item .pages {
    padding-top: 30px;
}

.footer-last {
    background-color: #030B37;
}

.footer-last .item {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.footer .review-item .item-box .item .pages a:hover {
    color: #B700E6;
    transition: 0.5s;
}

/* footer section end here */


/* pricing page */

/* hero section start here */

.price-img {
    background-image: url('../image/bg-overlay.webp');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.price-img .item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.price-img .text {
    width: 100%;
    max-width: 550px;
    color: white;

}

/* hero section end here */


.plan {
    margin: 50px 0px;
}

/* plans section start here */
.plans {
    margin: 50px 0px;
    background: linear-gradient(180deg, rgba(84, 22, 240, 0.3) 0%, rgba(84, 22, 240, 0) 100%);
    width: 100%;
    margin-bottom: 0px;

}

.plans .plans-title h2 {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    padding: 50px 0px 50px 0px;
}

.plans .plans-title p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    max-width: 932px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.plans .item-box {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;

}

.plans .item-box .item {
    border-radius: 20px 20px 0px 20px;
    background-color: #5416F033;
    text-align: center;
    padding: 20px 20px 30px 20px;
}

.plans .item-box .item h3 {
    font-size: 46px;
    font-weight: 700;
    font-family: "Palanquin Dark", sans-serif;

}

.plans .item-box .item .liner {
    background: radial-gradient(50% 50% at 50% 50%, #B700E6 0%, rgba(183, 0, 230, 0) 100%);
    height: 2px;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.plans .item-box .item p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.plans .item-box .item .price-box {
    padding-top: 40px;
    padding-bottom: 0px;
    text-align: center;
    background-color: white;
    border: 2px solid #B700E6;
    width: 100%;
    max-width: 296px;
    border-radius: 20px 20px 0px 20px;
    margin: auto;
    margin-bottom: 20px;
}

.plans .item-box .item .price-box p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    max-width: 176px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #5416F0;
    line-height: 0.5;
}

.plans .item-box .item .price-box p sub {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.plans .item-box .item .price-box span {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 56px;
    font-weight: 700;
}

.plans .item-box .item h6 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 28px;
}

.plans .item-box .item .plan-btn {
    color: white;
    background-color: #B700E6;
    border: 2px solid #B700E6;
    border-radius: 20px 20px 0px 20px;
    padding: 15px 30px 0px 30px;
    line-height: 0.8;
    width: 100%;
    max-width: 162px;
    margin-left: auto;
    margin-right: auto;
}

/* plans section end here */

/* Blog-detail section start here */

.blog-detail {
    margin: 50px 0px;
}

.blog-detail .main-box .item .user img {
    width: 100%;
    /* max-width: 620px; */
    border-radius: 20px 20px 0px 20px;
    margin: 20px 0px;
}

.blog-detail .main-box .item .date-time {
    display: flex;
    gap: 30px;
}

.blog-detail .main-box .item .date-time .name {
    display: flex;
    gap: 10px;
}

.blog-detail .main-box .item .date-time .time {
    display: flex;
    gap: 15px;
}

.blog-detail .main-box .item .date-time .comment {
    display: flex;
    gap: 15px;
}

.blog-detail .main-box .item .date-time .name img {
    width: 22px;
    height: 22px;
}

.blog-detail .main-box .item .date-time .time img {
    width: 22px;
    height: 22px;
}

.blog-detail .main-box .item .date-time .comment img {
    width: 22px;
    height: 22px;
}

.blog-detail .main-box .item .content {
    padding: 20px 30px 20px 0px;

}

.blog-detail .main-box .item .content h5 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 5px;
}

.blog-detail .main-box .item .content p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: justify;
}

.blog-detail .main-box .item .content ul li {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.blog-detail .main-box .item h3 {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 46px;
    font-weight: 700;
}

.blog-detail .main-box .item .side-blog {
    background-color: white;
    border: 1px solid #5416F0;
    border-radius: 20px 20px 0px 20px;
    padding: 18px;
    /* width: 100%;
    max-width: 480px; */
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 18px;
}

.blog-detail .main-box .item .side-blog img {
    border-radius: 10px 10px 0px 10px;
    max-width: 158px;
    width: 100%;
    height: 100%;
    max-height: 106px;
}

.blog-detail .main-box .item .side-blog p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.blog-detail .main-box .item .side-blog:hover {
    transition: 0.5s;
    background-color: #EEE8FD;
}

/* Blog-detail section end here */


/* contact section start here */

/* .contact-form .main-box{
    display: flex;
    justify-content: center;
} */

.contact-form {
    margin: 50px 0px;
}

.contact-form .main-box .item-1 {
    background-color: white;
    box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.2);
    padding: 50px 50px 0px 50px;
    border-radius: 20px 0px 0px 20px;
    margin-bottom: 50px;
    /* width: 100%;
    max-width: 470px; */
}

.contact-form .main-box .item-1 h2 {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 56px;
    font-weight: 700;

}

.contact-form .main-box .item-1 p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0px 0px 0px;
}

.contact-form .main-box .item-1 .contacts {
    padding-bottom: 20px;
}

.contact-form .main-box .item-1 .contacts .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-form .main-box .item-1 .contacts .item img {
    width: 22px;
    height: 22px;
}

.contact-form .main-box .item-2 {
    background-image: url('../image/bg-blue.webp');
    padding: 61px 50px;
    border-radius: 0px 20px 20px 0px;
    display: block;
    margin-bottom: 50px;
}

.contact-form .main-box .item-2 input {
    width: 100%;
    background-color: rgb(255, 255, 255, 0.16);
    border-radius: 20px 20px 0px 20px;
    padding: 7px 16px;
    border: 1px solid white;
    margin-bottom: 18px;
    font-size: 18px;
    color: #fff;
}

.contact-form .main-box .item-2 textarea {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.16);
    border-radius: 20px 20px 0px 20px;
    padding: 7px 16px;
    border: 1px solid white;
    margin-bottom: 40px;
    height: 110px;
    font-size: 18px;
    color: #fff;
}

.contact-form .main-box .item-2 textarea::placeholder {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.contact-form .main-box .item-2 input::placeholder {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.contact-form .main-box .item-2 .get-btn {
    color: white;
    text-align: center;
    width: 100%;
    background-color: #B700E6;
    border: 2px solid #B700E6;
    border-radius: 20px 20px 0px 20px;
    padding: 8.5px 0px;
}

.map iframe {
    display: block;
    width: 100%;
    height: 580px;
    padding: 0px;
    margin: 0px;
}

/* contact section end here */


/* home-page-2 start here */

.hero-img-2 {
    background-image: url('../image/hero-bg-2.webp');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;

}

.work .container .box {
    border: 2px solid white;
    border-radius: 20px 20px 0px 20px;
    box-shadow: -3px -3px 1px white;
}

.work .container .box-2 {
    border: 1px solid white;
    box-shadow: -3px 3px 1px white;
}

.hosting .txt {
    margin-bottom: 50px;
}

/* home-page-2 end here */

/* home-page-2 server section start here */


.Security {
    margin: 50px 0px;
    padding: 100px 0px;
    color: white;
    background-image: url('../image/bg-server-security.webp');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.Security .main-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.Security .main-box .item-1 {
    width: 100%;
    max-width: 411px;
}

.Security .main-box .item-1 h1 {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 56px;
    font-weight: 700;
}

.Security .main-box .item-1 p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 50px 0px 30px 0px;
}

.Security .main-box .item-1 .security-btn {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.Security .main-box .item-2 img {
    width: 100%;
    max-width: 550px;
}

/* home-page-2 server section end here */


/* home-page-2 Technicians section start here */

.technicians {
    background: linear-gradient(60.64deg, #6930BB 0%, #633BBD 11.35%, #525AC2 31.53%, #368BCB 58.19%, #10CED6 89.98%, #03E5DA 100.01%);
    color: white;
    border-radius: 20px 20px 0px 20px;
}

.technicians .main-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.technicians .main-box .item-2 {
    padding: 50px;
    width: 100%;
    max-width: 600px;
}

.technicians .main-box .item-2 h3 {
    font-family: "Palanquin Dark", sans-serif;
    font-size: 46px;
    font-weight: 700;
}

.technicians .main-box .item-2 p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.technicians .main-box .item-2 .clouds-icon .icons img {
    width: 22px;
    height: 15.36px;
}

.technicians .main-box .item-2 .clouds-icon .icons {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: row;
}

/* home-page-2 Technicians section end here */

/* home-page-2 b-partner section start here */


.b-logo {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
}

.b-logo .section-title {
    font-family: "Palanquin Dark", sans-serif;
    text-align: center;
    font-size: 56px !important;
    font-weight: 700 !important;
    padding-bottom: 50px;
}

.b-logo .item {
    width: 100%;
    max-width: 550px;
    height: 100%;
    max-height: 150px;
    box-shadow: 0 0 16px silver;
    padding: 20px 0;
    margin-bottom: 36px;
    display: flex;
    justify-content: center;

}

.b-logo .item img {
    max-width: 200px;
    width: 100%;
    max-height: 85px;
    height: 100%;
}


.business-logos {
    margin: 50px 0px;
}

.business-logos .section-title h2 {
    text-align: center;
    font-family: "Palanquin Dark", sans-serif;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}

.business-logos .main-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;


}

.business-logos .main-box .item-box {
    margin: 20px 42px;
    background-color: white;
    align-content: space-around;
}

.business-logos .main-box .item-box img {
    width: 100%;
    max-width: 200px;
    box-shadow: 2px 2px 1px silver;
}

/* home-page-2 b-partner section end here */


/* home-page slider section start here */



.listion-slider {
    background-image: url('../image/bg-testimonials.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0px;
    padding: 50px 0px 50px 15px;
}

.listion-slider .section-title h2 {
    text-align: center;
    color: white;
    font-family: "Palanquin Dark", sans-serif;
    font-size: 56px;
    font-weight: 700
}

.listion-slider .review-slider .main-box .item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center
}

.page-2 .review-slider .main-box .item {
    justify-content: center;
}

.listion-slider .review-slider .main-box .item img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    border: 2px solid white;
}

.listion-slider .review-slider .main-box .item h2 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.listion-slider .review-slider .main-box .item p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
}


.slick-initialized .slick-slide {
    border-radius: 20px 20px 0px 20px;
    padding: 20px;
    background-color: #FFFFFF33;
    color: #FFF;
    margin: 0 15px 0 0;
    display: flex !important;
    align-items: center;
    height: auto;
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

/* home-page slider section end here */

.company-logo {
    margin-top: 50px;
    overflow-x: hidden;
}


.slick-initialized .slick-slide {
    color: #FFF;
    margin: 0 15px 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.right {
    color: black !important;
    padding-top: 50px;
}

.right p {
    color: black !important;
    padding-top: 50px;
}

.day {
    color: white;
    padding-top: 50px;
}



/* home-page slider section end here */

@media screen and (max-width: 321px) {
    .main-wrapper h1 {
        font-size: 30px;
    }

}

@media screen and (max-width: 342px) {
    .navBtn {
        display: none;
    }

    .work .container {
        padding: 20px 0px;
    }

    .box-3 {
        display: block;
        margin-top: 30px;

    }

    .buss {
        padding-left: 0px;
    }

    .buss h4 {
        padding: 10px 0px;
    }

    .img2 {
        border-radius: 10px 10px 0px 10px;
    }

    .img-play {
        width: 100%;
        max-width: 30px;
    }

    .back h1 {
        font-size: 22px;
    }

    .back p {
        font-size: 14px;
    }

    .fd {
        padding-left: 20px !important;
    }

    .small {
        font-size: 13px !important;
    }

    .img-small {
        width: 18px;
        height: 18px;
    }
}


@media screen and (max-width: 426px) {
    .line h3 {
        font-size: 22px;
    }

    .line p {
        font-size: 14px;
    }

    .bg-image h3 {
        font-size: 26px !important;
        padding-right: 10px;
    }

    .bg-image p {
        font-size: 12px !important;
        padding-right: 10px;
    }

    .footer-last .item {
        text-align: center;
    }

    .hero-img-2 h1 {
        font-size: 26px !important;
    }

    .img2 {
        height: 150px !important;
    }

    .listion-slider .section-title h2 {
        font-size: 26px !important;
    }

    .blog-detail .main-box .item .side-blog {
        padding: 12px;
        width: 100%;
        max-width: 480px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap !important;
        justify-content: center;
        text-align: center;
    }

    .blog-detail .main-box .item .side-blog img {
        border-radius: 10px 10px 0px 10px;
        max-width: 358px;
        width: 100%;
        height: 100%;
        max-height: 206px;
    }
}


@media screen and (max-width: 500px) {

    .heroText {
        font-size: 26px !important;
    }


    .bg-image h3 {
        font-size: 28px;
    }

    .bg-image p {
        font-size: 12px;
    }

    /* .listen {
        padding: 25px 0px;
    } */

    .bg-image h5 {
        padding-right: 30px;
    }

    .price-img .item-box .item h1 {
        padding: 10px 0px 0px 0px;
        font-size: 30px;
    }

    .plans .plans-title h2 {
        font-family: "Palanquin Dark", sans-serif;
        font-size: 36px;
        padding: 30px 0px 20px 0px;
    }

    .plans .plans-title p {
        font-family: "Be Vietnam Pro", sans-serif;
        font-size: 14px;
    }

    .plans .item-box .item h3 {
        font-size: 36px;
        font-weight: 700;
        font-family: "Palanquin Dark", sans-serif;

    }

    .plans .item-box .item .plan-btn {
        border-radius: 15px 15px 0px 15px;
        padding: 15px 15px 0px 15px;
        line-height: 0.6;
        width: 100%;
        max-width: 132px;
        margin-left: auto;
        margin-right: auto;
    }

    .plans .item-box .item .price-box p {
        font-size: 14px;
    }

    .plans .item-box .item .price-box p sub {
        font-size: 14px;
    }

    .plans .item-box .item .price-box span {
        font-size: 36px;
    }

    .plans .item-box .item h6 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .blog-detail .main-box .item h3 {
        font-size: 30px;
    }

    .blog-detail .main-box .item .content {
        padding: 20px 10px 20px 0px;

    }


    .blog-detail .main-box .item .side-blog p {
        font-family: "Be Vietnam Pro", sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .contact-form .main-box .item-1 h2 {
        font-size: 26px !important;


    }

    .contact-form .main-box .item-1 p {
        font-size: 14px;
    }

    .contact-form .main-box .item-1 {
        padding: 20px 20px 0px 20px;

    }

    .contact-form .main-box .item-2 {
        font-size: 26px !important;
        padding: 30px 25px;

    }


    .contact-form .main-box .item-2 input {
        padding: 7px 16px;
        margin-bottom: 18px;
    }

    .contact-form .main-box .item-2 textarea {
        font-size: 14px;
        padding: 7px 16px;
        margin-bottom: 20px;
        height: 100px;
    }

    .contact-form .main-box .item-2 textarea::placeholder {
        font-size: 16px;
    }

    .contact-form .main-box .item-2 input::placeholder {
        font-size: 16px;
    }

    .contact-form .main-box .item-2 .get-btn {
        border-radius: 20px 20px 0px 20px;
        padding: 4.5px 0px;
        font-size: 18px;
    }

    .map iframe {
        height: 250px !important;
    }

    .main-wrapper .money h1 {
        font-size: 20px;
    }

    .main-wrapper .money p {
        font-size: 12px;
    }

    .technicians .main-box .item-1 img {
        width: 100%;
        max-width: 600px;
    }

    .technicians .main-box .item-2 {
        padding: 20px;
        width: 100%;
        max-width: 600px;
    }

    .technicians .main-box .item-2 h3 {
        font-size: 20px !important;
    }

    .partner .section-title h2 {
        font-size: 36px;
    }

}


@media screen and (max-width: 769px) {
    .title {
        margin-top: 40px;
        font-size: 26px !important;
        padding-bottom: 25px !important;
    }

    .work {
        margin: 0px 0px;
    }


    .main-wrapper h1 {
        font-size: 40px;
    }

    .box img {
        width: 80px;
        height: 80px;
    }

    .text1 {
        margin-top: 40px;
        font-size: 36px;
        line-height: 1.4;
    }

    .hosting .txt {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .box h4 {
        font-size: 24px;
    }

    .box p {
        font-size: 14px;
    }

    .gradi {
        display: none;
    }

    .work p {
        padding-bottom: 30px;
    }

    .back p {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .box-4 {
        padding: 30px 0px 50px 0px;
    }


    .img3 {
        margin: 40px 0px;
    }

    .img3 h1 {
        font-size: 40px;
    }

    .img3 p {
        font-size: 14px;
        padding: 0px 10px;

    }

    .plan {
        margin: 0px 0px;

    }

    .plans {
        margin: 40px 0px;
    }


    .text-p {
        text-align: center;
        padding: 20px 0px 20px 10px;
        display: flex;
        align-items: center;
    }

    .jcc {
        justify-content: center;
    }

    .img-profile {
        max-width: 396px;
        width: 100%;
    }

    .read .section-title h2 {
        font-size: 40px;
    }


    .footer {
        padding: 30px;
        margin-top: 30px;
    }

    .footer .review-item .item-box .item {
        width: 300px;
    }

    .footer .review-item .item-box .item h5 {
        padding-top: 30px;
    }


    .footer .review-item .item-box .item .pages {
        padding-top: 0px !important;
    }

    .footer .review-item .item-box .item .pages a {
        padding-top: 20px;
        font-size: 14px;
    }

    .footer-last .item {
        font-size: 14px;
        column-gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .price-img .item-box {
        justify-content: center;
        flex-wrap: wrap;
    }

    .price-img .item-box .item .vector-img {
        width: 100%;
        max-width: 300px;
    }

    .contact-form .main-box .item-1 h2 {
        font-size: 36px;

    }

    .contact-form .main-box .item-1 p {
        font-size: 14px;
    }

    .map iframe {
        height: 400px;
    }

    .hero-img-2 h1 {
        font-size: 40px;
    }

    .work .box h3 {
        padding-top: 30px;
    }

    .Security .main-box {
        flex-wrap: wrap;
    }

    .Security .main-box .item-1 h1 {
        font-size: 36px;
    }

    .Security .main-box .item-1 p {
        font-size: 14px;
        padding: 0px 0px 15px 0px;
    }

    .Security .main-box .item-1 {
        order: 2;
    }

    .Security .main-box .item-2 {
        order: 1;
        margin-bottom: 20px;
    }

    .business-logos .section-title h2 {
        font-size: 36px;
    }

    .img2 {
        height: 250px;
    }

    .listion-slider {
        padding: 30px 0px 50px 10px;
    }

    .listion-slider .section-title h2 {
        font-size: 36px;
    }

    /* .listion-slider .review-slider .main-box .item img {
        width: 100% !important;
        max-width: 80px;
        border-radius: 50%;
        border: 2px solid white;
    } */

    .company-logo {
        margin-top: 0px;
    }

    .company-logo .section-title h2 {
        font-size: 36px;
    }

    .Serves {
        margin: 0px 0px;
    }


}


@media screen and (max-width: 990px) {
    /* .header .navbar .collapse .navbar-nav .nav-item {
        gap: 5px !important;
    } */



    .box h4 {
        font-size: 24px;
    }

    .box p {
        font-size: 14px;
    }

    .gradi {
        display: none;
    }

    .txt {
        font-size: 40px;
    }

    .img2 {
        width: 100%;
        max-width: 400px;

    }

    .img-play {
        width: 100%;
        max-width: 50px;
    }

    .back h1 {
        font-size: 30px;
    }

    .back p {
        font-size: 14px;
        max-width: 632px;
        width: 100%;
        padding-bottom: 5px;
    }

    .images {
        display: flex;
        justify-content: end;
    }

    .img-profile {
        max-width: 396px;
        width: 100%;
    }

    .bg-image h3 {
        font-size: 34px;
    }

    .bg-image p {
        font-size: 14px;
    }

    .partner .slider {
        gap: 20px;
    }

    .footer .box-2 {
        padding-top: 10px;
    }

    .footer .review-item .item-box .item {
        width: 100%;
        max-width: 250px;
    }

    .footer .review-item .item-box {
        display: flex;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        flex: 2;
    }

    .blog-detail .main-box .item .side-blog {
        gap: 30px;
    }

    .listion-slider .review-slider .main-box .item img {
        width: 100% !important;
        max-width: 80px;
        border-radius: 50%;
        border: 2px solid white;
    }

    .title {
        font-size: 46px;
        padding-bottom: 40px;
    }

    .blog-detail .main-box .item .side-blog p {
        font-size: 16px;

    }

}


@media screen and (max-width: 1400px) {
    .main-wrapper h1 {
        font-size: 50px;
    }

    .navBtn {
        font-size: 14px;
    }

    .heroBtn,
    .heroBtn-2 {
        font-size: 16px;
        border-radius: 10px 10px 0px 10px;
        padding: 8px 20px;
    }

    .box-3 h4 {
        font-size: 24px;
        font-weight: 600;
    }

    .box-3 p {
        font-size: 14px;
        font-weight: 400;

    }

    .img2 {
        width: 100%;
        max-width: 800px;
    }

    .read .main-box .item-box {
        display: flex;
        gap: 0px;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .read .main-box .item-box .item {
        max-width: 350px;
        width: 100%;
    }

    .read .main-box .item-box .item img {
        width: 100%;
    }

    .plans .item-box {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .plans .item-box .item {
        margin-bottom: 20px;
    }

    .contact-form .main-box .item-1 h2 {
        font-size: 44px;

    }

    .work .container .box {
        font-size: 14px;
        height: 165px;
        margin-bottom: 20px;
    }

    .technicians .main-box {
        flex-wrap: wrap;
    }

    .technicians .main-box .item-2 h3 {
        font-size: 36px;
    }

    .technicians .main-box .item-2 p {
        font-size: 14px;
    }

    .blog-detail .main-box .item .side-blog {
        gap: 10px;
        flex-wrap: nowrap;
    }
}