@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
}
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ffff;
    font-size: 16px;
}
a {
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}



/**
Navbar
**/
.topNavbar {
    padding: 15px 50px;
    background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
    z-index: 9999;
    transition: all .3s;
    position: sticky;
    top: 0;
}
.blur-navbar {
    background-image: linear-gradient(to right, rgba(36, 57, 73, .9) 0%, rgba(81, 127, 164, .9));
    backdrop-filter: blur(2px);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    position: sticky;
    top: 0;
    border-radius: 0 0 50px 50px;
}
.topNavbar .topNavbarLogo {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.topNavbar .topNavbarLogo img {
    filter: brightness(0) invert(1);
    margin-right: 10px;
}
.topNavbar .navbarMenu ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.topNavbar .navbarMenu ul li a {
    color: #ffff;
    font-weight: 500;
}
.topNavbar .navbarMenu ul li {
    margin: 0 10px;
}
.thisActive {
    position: relative;
    padding-bottom: 5px;
}
.thisActive::before {
    position: absolute;
    left: 40%;
    bottom: 0;
    content: '';
    border-bottom: 2px solid #e2e2e2;
    width: 10%;
    height: 2px;
}
.mobile-menu {
    display: none;
}
@media only screen and (max-width: 991px) {
    .topNavbar .logoNavbar {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }
    .topNavbar .menuNavbar {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 30px;
    }
    .topNavbar .menuNavbar .navbarMenu ul {
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .topNavbar {
        display: none;
    }
    .mobile-menu {
        display: block;
        background-image: linear-gradient(to right, rgba(36, 57, 73, 0.8) 0%, rgba(81, 127, 164, 0.8) 100%);
        backdrop-filter: blur(3px);
        position: sticky;
        top: 0;
        z-index: 999999;
    }
    .mobile-menu .navbar-brand {
        color: #fff;
    }
    .mobile-menu .navbar-brand img {
        filter: brightness(0) invert(1);
    }
    .mobile-menu .navbar-toggler:focus {
        color: #fff;
        box-shadow: none;
        border-color: #fff;
    }
    .mobile-menu .navbar-toggler {
        border: none;
    }
    .mobile-menu .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }
    .mobile-menu .nav-link {
        color: #fff;
    }
    .mobile-menu .active {
        color: #cfcfcf !important;
    }
    .about .col-xxl-7, .about .col-xl-7, .about .col-lg-7, .about .col-md-8 {
        padding: 50px 20px !important;
    }
    
    .sssPageBread h1, .blogPageBread h1 {
        font-size: clamp(0.875rem, -0.25rem + 4vw, 2rem);
    }
}
/**
HeaderBanner
**/
.headerBanner {
    background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
    padding: 50px;
    min-height: calc(100vh - 75px);
    min-height:-moz-calc(100vh - 75px);
    min-height:-webkit-calc(100vh - 75px);
}
.headerBanner h1 {
    color: #ffff;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}
.headerBanner h2 {
    color: #e2e2e2;
    font-size: 18px;
    line-height: 2em;
    font-weight: 400;
    margin-bottom: 30px;
}
.headerBanner .btn-banner-button {
    background-color: #F74680;
    color: #ffff;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 500;
    transition: 1s all;
}
.headerBanner .btn-banner-button:hover {
    background-color: transparent;
    border: 1px solid #ffff;
}
.headerBanner p {
    margin-top: 30px;
    color: #ffff;
}





/**
Strategy
**/
.strategy {
    padding: 50px 50px 0 50px;
}
.strategy-card {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}
.strategy-card-main {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s;
}
.strategy-card-main img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    filter: brightness(40%);
}
.strategy-card-main span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f8f8f8;
    font-size: 22px;
}
.strategy-card-content {
    transform: translateY(500px);
    transition: all .3s;
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.strategy-card-content p {
    height: 100%;
    width: 100%;
    color: #f8f8f8 !important;
    font-weight: 200;
    font-size: 16px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strategy-card:hover .strategy-card-main {
    transform: translateY(-500px);
}
.strategy-card:hover .strategy-card-content {
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(0);
 }




.strategy h1 {
    text-align: center;
    font-weight: 700;
    line-height: 1.5em;
    color: #424242;
    margin-bottom: 20px;
}
.strategy p {
    color: #7d7d7d;
    text-align: center;
}
.strategy img {
    text-align: center;
    margin: 30px 0 20px 0;
}
.strategy h5 {
    text-align: center;
    color: #424242;
    margin-bottom: 20px;
    font-weight: 600;
}




/**
Comments
**/
.comments {
    padding: 50px;
    background-color: #F8F7FA;
}
.commentsBox h1 {
    text-align: center;
    color: #424242;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.commentCard {
    background-color: #ffff;
    padding: 50px 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 10px;
    position: relative;
}
.commentCard::before {
    content: '“';
    font-size: 72px;
    position: absolute;
    color: #cfcfcf;
    top: 0;
}
.commentCard p {
    color: #646464;
}
.userName {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.userName h5 {
    display: inline-block;
    color: #424242;
}
.userName span {
    display: block;
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 300;
}
/**
About Banner
**/
.about {
    padding: 50px 0;
}
.about h1 {
    margin: 0 0 30px 0;
    font-size: 28px;
    font-weight: 500;
}
.about h2 {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 400;
}

.about li {
    margin: 20px 0;
    font-weight: 300;
    font-size: 16px;
}
.btn-about {
    border: 2px solid #5A3491;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 20px;
    transition: 1s all;
}
.btn-about:hover {
    background-color: #E73971;
    color: #fff;
}
.home-item-1 {
    background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);
    background-blend-mode: multiply;
    color: #f8f8f8;
    overflow: hidden;
}
.home-item-1 img {
    width: 100%;
    height: 1000px !important;
    object-fit: cover;
    filter: brightness(60%);
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    transition: all .3s;
}
.home-item-1 img:hover {
    transform: scale(1.05);
    filter: brightness(100%);
}
.home-item-1 .col-xxl-7 {
    padding: 50px 100px 50px 50px;
}
.home-item-1 h1, .home-item-1 h2 {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.3);
}
.home-item-1 p {
    font-weight: 300;
    font-size: 16px;
}

.complateProject {
    text-align: center;
    margin-bottom: 50px;
}
.complateProject h1 {
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 1px;
    color: #424242;
}
.complateBox {
    text-align: center;
}
.complateBox h5 {
    margin: 30px 0 20px 0;
    color: #424242;
    font-weight: 600;
}
/**
SSS Banner
**/
.questions {
    padding: 50px;
}
.questions h1 {
    text-align: center;
    font-weight: 700;
    color: #424242;
    font-size: 46px;
    margin-bottom: 30px;
}
.questions h2 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #7d7d7d;
    margin-bottom: 50px;
}
.questions h3 {
    margin-bottom: 20px;
    color: #424242;
    font-weight: 600;
}
.questions p {
    font-weight: 400;
    color: #7d7d7d;
    line-height: 2em;
}
.quesBlock {
    margin-bottom: 40px;
}
.questionTo {
    display: block;
    text-align: center;
}
.questionTo span{
    display: inline-block;
    padding: 25px 30px;
    background-color: #F4F4F9;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #7d7d7d;
}
.questionTo span a {
    display: inline-block;
    color: #F74680;
    font-weight: 600;
    transition: 0.3s all;
}
.questionTo span a:hover {
    color: #424242;
}
/**
Contact Banner
**/
.contactbanner {
    padding: 50px;
}
.contactbanner .bannerBg {
    background-color: #5A3491;
    padding: 100px;
    border-radius: 15px;
    text-align: center;
}
.contactbanner .bannerBg h1 {
    color: #ffff;
    font-weight: 700;
    margin-bottom: 30px;
}
.contactbanner .bannerBg h2 {
    color: #f5f5f5;
    margin-bottom: 30px;
    font-weight: 400;
}
.contactbanner .bannerBg .btn-contact-banner {
    background-color: #F74680;
    padding: 15px 25px;
    color: #ffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    transition: 1s all;
}
.contactbanner .bannerBg .btn-contact-banner:hover {
    background-color: transparent;
    border: 1px solid #ffff;
}
.contactbanner .bannerBg p {
    color: #ffff;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .contactbanner .bannerBg {
        padding: 50px 25px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-subscribe {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .mobile-margin {
        margin-bottom: 30px;
    }
    .contactbanner {
        padding: 50px 0;
    }
    .headerBanner {
        padding: 50px 0;
    }
    .strategy {
        padding: 50px 0;
    }
    .about {
        padding: 50px 0;
    }
    .comments {
        padding: 50px 0;
    }
    .questions {
        padding: 50px 0;
    }
    .footer {
        padding: 50px 0 !important;
    }
    .pageAbout {
        padding: 50px 0 !important;
    }
    .pageSss {
        padding: 50px 0 !important;
    }
}
/**
Footer Stil
**/
.footer {
    padding: 10px 50px;
    color: #424242;
}
.footer h5 {
    font-weight: 600;
}
.footer ul {
    margin-top: 30px;
}
.footer ul li {
    margin-bottom: 15px;
}
.footer ul li:last-child {
    margin-bottom: 0;
}
.footer ul li a {
    color: #7d7d7d;
    font-weight: 400;
    transition: .3s all;
}
.footer ul li a:hover {
    color: black;
}
.footerinput {
    margin: 30px 0 0 0;
}
.footerinput .form-control {
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 10px;
    border: none;
}
.footerinput .form-control:focus {
    box-shadow: none;
}
.copyright {
    margin: 25px 0 0 0;
    color: #424242;
    border-top: 1px solid #cfcfcf;
    padding-top: 10px;
}
.copyright p {
    display: inline-block;
}

/*
*
*
Pages Css Write
*
*
*/
.contactPage {
    padding: 50px 0;
}
.contactPage h1 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    color: #424242;
    margin-bottom: 20px;
}
.contactPage p {
    color: #7d7d7d;
    text-align: center;
    line-height: 2em;
    margin-bottom: 20px;
}
.contactForm label {
    margin: 20px 0 10px 0;
    color: #424242;
    font-weight: 600;
}
.contactForm label span {
    display: block;
    font-weight: 300;
    color: #7d7d7d;
    font-size: 14px;
}
.contactForm .form-select {
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #F5F6F8;
}
.contactForm .form-control {
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #F5F6F8;
}
.contactForm .form-control:focus {
    box-shadow: none;
}
.btn-contact {
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.contactTerms {
    text-align: start !important;
    font-size: 14px;
    margin-top: 20px;
}
.contactTerms a {
    text-decoration: underline;
    font-weight: 500;
    color: #424242;
}
/**SSS**/
.pageSss {
    padding: 50px;
}
.pageSss h1 {
    font-weight: 700;
    color: #424242;
    text-align: center;
    margin-bottom: 20px;
}
.pageSss p {
    text-align: center;
    color: #7d7d7d;
    font-weight: 400;
    font-size: 16px;
}
.sssItem {
    margin-top: 50px;
}
.sssItem .accordion-item {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}
.sssItem .accordion-button {
    background-color: transparent;
    font-weight: 700;
    font-size: 24px;
    color: #424242;
}
/**PageAbout**/
.pageAbout {
    padding: 50px;
}
.aboutPageTitle {
    color: #424242;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 48px;
    margin-bottom: 30px;
}
.aboutPageContent {
    color: #7d7d7d;
    letter-spacing: 1px;
    line-height: 2em;
}
.aboutPageBox h5 {
    color: #424242;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 32px;
}
.aboutPageBox ul li {
    margin-bottom: 20px;
    list-style: inside;
    color: #7d7d7d;
}
.aboutPageBox p {
    line-height: 2em;
    color: #7d7d7d;
    margin-bottom: 20px;
}
/**PagePrice**/
.pagePrice {
    padding: 50px;
}
.pagePrice h1 {
    color: #424242;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.pagePrice p {
    text-align: center;
    color: #7d7d7d;
    font-size: 16px;
}
.priceBox {
    padding: 40px 25px 0 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 20px;
    margin: 30px 0 20px 0;
}
.priceBox h5 {
    font-weight: 600;
    color: #424242;
    margin-bottom: 30px;
}
.priceRatio span {
    font-weight: 500;
    color: #424242;
    font-size: 24px;
}
.priceRatio p {
    text-align: start;
    margin-top: 20px;
    font-weight: 300;
    height: 150px;
}
.priceRatio .btn-primary {
    color: #fff;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.creditCard {
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #7d7d7d !important;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.priceListSpec {
    margin-top: 30px;
}
.priceListSpec li {
    margin-top: 15px;
    color: #424242;
}
.priceListSpec li i {
    margin-right: 10px;
}
.priceSpecTable {
    margin-top: 10rem;
}
.priceSpecTable .table {
    margin-top: 50px;
}
.priceSpecTable table th {
    font-weight: 600;
}
.priceSpecTable table .tablespecTitle {
    font-weight: 500;
}
/**
Blog Pages
 */
.blog-page-main {
    padding: 50px 0;
}
.article-box {
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.article-box-image {
    overflow: hidden;
    position: relative;
}
.article-box-image img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}
.article-box:hover .article-box-image img {
    transform: scale(1.05);
}
.article-box-content {
    padding: 15px 25px;
}
.article-box-title a {
    font-weight: 600;
    font-size: 22px;
    color: #0a53be;
}
.article-box-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid rgba(85, 92, 150, .1);
    margin-top: 1rem;
    padding: 1rem 0 .5rem 0;
}
.blog-sidebar {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.newsletter-reg p {
    font-size: 12px;
    color: rgba(31, 31, 31);
}
.btn-newsletter {
    border: 1px solid #d1d1d1;
}
.btn-newsletter:hover {
     background-color: #d1d1d1;
 }
.category-title {
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline;
    text-underline: #1a1e21;
}
.category ul li {
    backdrop-filter: blur(2px);
    padding: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    margin-bottom: 5px;
}

/**
Blog Post Detail
 */
.article-detail-main {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.article-detail-title {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
    margin-bottom: 1rem;
}
.article-detail-title h1 {
    font-size: 24px;
    color: #1a1a1a;
}
.article-detail-content {
    color: #1a1a1a;
}
.article-detail-content p {
    margin-bottom: 1rem;
    text-align: justify;
    text-indent: 3rem;
    line-height: 2rem;
}

.article-detail-footer {
    color: #1a1a1a;
    border-top: 1px solid #f1f1f1;
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.article-detail-footer span {
    display: block;
}
.article-detail-footer strong {
    font-weight: 500;
}
