/*

/*
Theme Name: Dotsquares Child
Template: twentytwentyone
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;

}
section {
    margin: 0 !important;
}
:root {
    --primary: #f48020;
    --secondary: #333;
    --black: #000000;
    --dark: #414141;

    --text-primary: #ff7300;
}

body {
    font-family: "Inter", sans-serif !important;
    font-weight: normal;
    color: #000;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #fff !important;
    font-size: 16px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Inter", sans-serif !important;
}
.navbar-brand {
    max-width: 204px;
    display: block;
}
.navbar-brand img {
    width: 100%;
}
.container {
    max-width: 1324px;
}
header {
    background-color: #000;
    box-shadow:
        0 0.4rem 1rem rgb(0 0 0 / 5%),
        inset 0 -1px 0 rgb(255 255 255 / 10%);
    position: relative;
}
.btn {
    border-radius: 30px;
    padding: 10px 30px;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #fff !important;
}
.btn-primary {
    background-color: var(--primary) !important;
}
.btn-secondary {
    background-color: inherit;
    border: 1px solid #000;
    color: #000;
    border-radius: 12px;
}
.btn-primary:hover {
    background-color: var(--secondary) !important;
}
.navbar-nav a.nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.nav-item .btn-primary {
    padding: 10px 20px;
    font-size: 14px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--text-primary);
    border-bottom: 2px solid var(--text-primary);
}
.navbar-nav .nav-link:hover {
    color: var(--text-primary);
}

footer {
    margin-top: 0px;
    background-color: #000;
    padding-top: 40px;
    color: #fff;
}
.footer_contact {
    text-align: left;
}
.footer_contact a {
    display: flex;
    color: #444;
    margin-top: 12px;
    align-items: center;
}
.footer_contact a b {
    margin: 0 5px;
}
.footer_contact span {
    font-weight: 600;
    font-size: 18px;
    display: block;
}
.footer_link a {
    display: block;
    margin: 18px 0;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.footer_link {
    text-align: left;
}
.inner-footer {
    padding-right: 40px;
    text-align: left;
}
.inner-footer h4 {
    font-size: 24px;
    font-weight: 700;
}
.footer_link a::before {
    content: "";
    width: 15px;
    height: 14px;
    background: url(https://dfnew1.24livehost.com/wp-content/themes/dotsquares-child/assets/images/arrow-left.png)
        no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
}
.social_footer a:hover {
    opacity: 0.8;
}
.copy {
    background-color: #303030;
    padding: 10px;
    color: #d7d7d7;
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
}
.social_footer a img {
    width: 34px;
}

.footer_small {
    text-align: center;
    padding: 10px;
    font-size: 13px;
}
.footer_contact h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    margin: 20px 0 10px !important;
}
.footer_contact p {
    font-size: 16px;
    line-height: 28px;
    color: #fcfcfc;
    margin-top: 0px;
}
.social_footer a {
    height: 42px;
    width: 42px;
    border: 1px solid #657377;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-top: 0px;
}
button.navbar-toggler.collapsed {
    background-color: #fff !important;
}
.footer_link a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: inherit !important;
}
.footer_link a:hover {
    color: var(--text-primary);
}
.entry-footer {
    display: none !important;
}
main#main {
    min-height: calc(100vh - 543px);
    padding: 0px;
}
.home-banner {
    min-height: 610px;
    background: #f5f5f5f5;
    background: url(https://dfnew1.24livehost.com/sharepoint/wp-content/themes/dotsquares-child/assets/images/banner.png)
        no-repeat;
    background-size: cover !important;
    padding: 0px 0;
    margin: 0 !important;
}
.migration-banner {
    background: url(https://wordpress.dotsquares.com/wp-content/themes/dotsquares-child/assets/images/migration-banner.png)
        no-repeat;
}
.banner-content {
    color: #fff;
}
.banner-content h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.banner-content h1 span {
    color: var(--text-primary);
    display: inline-block;
    font-size: 48px;
}
.banner-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.banner-content p {
    color: #e8e8e8;
    font-size: 16px;
}

.form-field {
    margin-bottom: 5px;
}
.form-control {
    margin: 0px !important;
    border-radius: 5px !important;
}
.form-control::placeholder {
    font-size: 15px !important;
    color: #a1a5a7;
}
.muted-text {
    font-size: 13px;
    line-height: normal;
}
.link {
    color: var(--text-primary);
}

.heading-main {
    font-size: 34px;
    font-weight: 800;
    color: var(--secondary);
    position: relative;
    padding-bottom: 30px;
}
.heading-main h2 {
    font-size: 34px;
    font-weight: 800;
    color: var(--secondary);
    position: relative;
    padding-bottom: 20px;
}
.heading-main p{
        font-size: 16px;
    color: var(--dark);
       font-weight: normal;
}
.heading-main span {
    color: var(--primary);
}

p {
    font-size: 16px;
    color: var(--dark);
}
.pra-line {
    position: relative;
    padding-left: 20px;
}
.pra-line::before {
    width: 7px;
    height: 60px;
    content: "";
    background: var(--primary);
    background: linear-gradient(to bottom, #0b062d, #f57f17);
    position: absolute;
    left: 0;
    top: 7px;
}

.heading-main h2::after {
    max-width: 100px;
    height: 2px;
    background-color: #d9d9d9;
    display: block;
    content: "";
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.heading-main h2::before {
    max-width: 55px;
    height: 2px;
    background-color: var(--primary);
    display: block;
    content: "";
    margin: 10px auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
section.wordpress-development {
    padding: 50px 0 30px;
}

.SharePointDevelopment {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
}

.SharePoint_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.2s ease;
}
.webDevServiceContent {
    position: absolute;
    bottom: 25px;
    padding: 0 20px;
    z-index: 9;
    transition: all 0.2s ease;
    transform: translateY(70px);
    color: #fff;
}
.webDevServiceContent span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.webDevServiceContent p {
    color: #fff;
    margin-bottom: 15px;
    line-height: 23px;
}
.SharePointDevelopment:after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    background-size: auto;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background-size: cover;
}
.SharePointDevelopment:hover .webDevServiceContent {
    transition: all 0.2s ease;
    transform: translate(0);
    bottom: 20px;
}
.CollaborateSharePoint {
    padding: 50px 0 30px;
}
.WhyChoose-SharePoint {
    background-color: #f5f5f5;
    padding: 40px 0;
}
.WhyChoose-SharePoint p {
    margin-bottom: 10px;
}

.why-choose-content ul {
    list-style: none;
    padding: 0 !important;
    margin-bottom: 10px;
}
.why-choose-content li span {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
}
.why-choose-content li p {
    font-size: 15px;
    color: var(--dark);
    margin-bottom: 0px !important;
}
ol,
ul {
    font-family: "Inter", sans-serif !important;
}

.why-choose-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 2px;
}
.why-choose-content ul li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(https://dfnew1.24livehost.com/wp-content/themes/dotsquares-child/assets/images/bullet-point.svg)
        no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.wordpress-services {
    background: linear-gradient(to bottom, #f7f9ff, #f7f9ff00);
    padding: 50px 0;
}
.service-box {
    padding: 30px;
    border-radius: 10px;
    background-color: #f5f5f5;
    transition: transform 0.3s;
    height: 100%;
}
.service-box:hover {
    transform: translateY(-5px);
    background-color: #000;
    color: #fff;
}
.service-box:hover h4,
.service-box:hover p {
    color: #fff;
}
.service-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.service-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 10px;
}
.service-box p {
    font-size: 16px;
    color: var(--dark);
}

.people-worked {
    background: #000;
    padding: 40px 0;
}
.people-worked .heading-main {
    color: #fff;
}
.we-work-logo {
    display: flex;
    padding: 0 !important;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.we-work-logo li {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(16.66% - 10px);
}
/* .we-work-logo li img {
    max-width: 120px;
    max-height: 50px;
} */
.why-choose-WordPress .heading-main h2::before,
.why-choose-WordPress .heading-main h2::after {
    display: none;
}

.why-choose-WordPress .heading-main h2 {
    padding-bottom: 15px;
    font-size: 40px;
}
.why-choose-WordPress .heading-main {
    text-align: left;
}
.why-choose-WordPress .heading-main p {
    max-width: 100%;
    font-size: 18px;
}
.why-choose-WordPress {
    padding: 50px 0 30px;
}

.why-service-box {
    border: 1px solid #e0e0e0;
    padding: 30px;
    border-radius: 0;
    text-align: center;
    height: 100%;
}

.why-service-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin: 20px 0 10px;
}

.why-service-box p {
    font-size: 15px;
    color: var(--dark);
}
.why-service-box.radius-reverce {
    border-radius: 0;
}
.why-service-icon {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stat-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
}

.stat-icon {
    background-color: #f57f17;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.stat-number {
    font-size: 28px;
    font-weight: bold;
    color: #f57f17;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 20px;
    color: #333;
}

@media (max-width: 767px) {
    .we-work-logo li {
        width: calc(50.66% - 10px);
    }
    .navbar-toggler:not(:hover):not(:active):not(.has-background) {
       background: #fff !important; 
    }
}

.cta-section {
    background: linear-gradient(to right, #f57f17, #000000);
    background-size: cover;
    padding: 30px 40px;
    margin: 40px auto 40px !important;
    text-align: center;
    border-radius: 20px;
}
.cta-section .heading-main,
.cta-section p {
    color: #fff;
}
.cta-section .heading-main {
    font-size: 28px;
    padding-bottom: 10px;
}
.cta-section p {
    max-width: 70%;
    margin: auto;
}

.HireSharePoint {
    padding: 40px 0 60px;
    background-color: #f5f5f5;
    margin-top: 40px !important;
}
.hire-box {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    transition: transform 0.3s;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
.hire-box::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #f57f17;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    border-top-right-radius: 12px;
    content: "";
}

.hire-icon {
    width: 80px;
    height: 80px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}
.hire-icon img {
    height: 100%;
}
.hire-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 10px;
}
.hire-box p {
    font-size: 16px;
    color: var(--dark);
}

.inner-line {
    width: 120px;
    height: 120px;
    border: 2px dashed transparent; /* Hide original border */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 25px;
    position: relative;
}

.inner-line::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed #ff6c39;
    animation: borderMove 80s linear infinite;
}

/* Style for the dropdown container */
.navbar-nav .dropdown-menu {
    background-color: #ffffff; /* Background color */
    border-radius: 5px; /* Rounded corners */
    border: 1px solid rgba(0, 0, 0, 0.1); /* Light border */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); /* Shadow effect */
    display: none; /* Hide by default */
    opacity: 0;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    transform: translateY(10px); /* Smooth dropdown effect */
}

/* Show dropdown on hover */
.nav-item:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Dropdown menu items */
.navbar-nav .dropdown-menu .nav-item {
    padding: 0;
}

/* Dropdown links */
.navbar-nav .dropdown-menu .nav-link {
    color: #333; /* Text color */
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    transition:
        background 0.3s ease,
        color 0.3s ease;
}

/* Hover effect for dropdown links */
.navbar-nav .dropdown-menu .nav-link:hover {
    background-color: var(--primary); /* Highlight color */
    color: #fff; /* Text color on hover */
    border-radius: 3px;
}

/* Adjust position for dropdown inside navbar */
.navbar-nav .nav-item.dropdown {
    position: relative;
}

/* Prevent dropdown from closing when clicking inside */
.navbar-nav .dropdown-menu {
    pointer-events: auto;
}

@keyframes borderMove {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.icon {
    width: 134px;
    height: 134px;
    border: 2px solid #ff6c39;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.hire-wordPress .col-md-3:not(:last-child) .hire-items:after {
    background: #243a4f none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: -32%;
    top: 60px;
    width: 53%;
}
section.automate-workflows {
    background: linear-gradient(to bottom, #f5f5f5, #ffffff);
    padding: 50px 0;
}
.Feature-Table table {
    font-size: 16px;
}
.Feature-Table table th:first-child {
    text-align: left;
}
.Feature-Table table th {
    text-transform: uppercase;
}
button.navbar-toggler:hover {
    background: #fff ! important;
}

.hire-wordPress {
    background: #f5f5f5;
    background-size: cover;
    padding: 50px 0;
    margin-top: 30px !important;
}

.hire-wordPress.nitro-lazy {
    background-image: none !important;
}

.hire-items {
    text-align: center;
    position: relative;
}

.hire-items h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 30px 0 10px;
}

.hire-items p {
    font-size: 15px;
    color: var(--dark);
}

.inner-line {
    width: 120px;
    height: 120px;
    border: 2px dashed transparent;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 25px;
    position: relative;
}

.inner-line::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed #ff6c39;
    animation: borderMove 80s linear infinite;
}
@media (min-width: 1440px) {
.home-banner.location-banner {
    min-height: 600px;
}}
@media (max-width: 1024px) {
    .hire-wordPress .col-md-3:not(:last-child) .hire-items:after {
        right: -28%;
        width: 44%;
    }
}
@media (max-width: 991px) {
    .hire-wordPress .col-md-3:not(:last-child) .hire-items:after {
        right: -21%;
        width: 26%;
    }
    .we-work-logo li img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    *{
        overflow-x:hidden;
    }
    .hire-wordPress .col-md-3:not(:last-child) .hire-items:after {
        display: none;
    }
    .hire-items h4 {
        margin: 20px 0 10px;
    }
}
.industries-serve {
    padding: 30px 0;
}
.industry-item {
    text-align: center;
    width: 236px;
    transition: transform 0.3s;
}
.industry-item:hover {
    transform: translateY(-5px);
}
.industrie-box h4,
.different-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 30px 0 10px;
}

.industries-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .industry-item {
        width: 46%;
    }
}

.different-box {
    border: 1px solid #e0e0e0;
    padding: 30px;
    border-radius: 50px 0;
    text-align: center;
    height: 100%;
    background-color: #fff;
}
.different-box.radius-reverce {
    border-radius: 0 50px 0 50px;
}
.different-icon {
    width: 90px;
    height: 90px;
    background-color: #5985d8;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.different-icon.icon-2 {
    background-color: #f179d7;
}
.different-icon.icon-3 {
    background-color: #f2bd57;
}
.different-icon.icon-4 {
    background-color: #61c57d;
}
.people-worked.different-others {
    padding: 50px 0 40px;
}
.case-study {
    padding: 50px 0;
}

.case-study-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.case-study-card a {
    text-decoration: none;
    padding: 10px;
    display: block;
}
.case-study-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.case-study-card p {
    font-size: 16px;
    color: var(--dark);
}
.case-study-card:hover {
    transform: translateY(-5px);
}
.case-study-card:hover h5 {
    color: var(--text-primary);
}
.case-study-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.text-location {
    color: var(--text-primary);
    margin-bottom: 10px;
    font-size: 14px;
}
.case-study-content {
    padding: 20px;
}
.user-detail {
    display: none;
    /* display: flex; */
    align-items: center;
    margin-top: 10px;
}

.user-detail .user-img {
    width: 34px;
    height: 34px;
    object-fit: cover;
}
.user-detail p {
    line-height: normal;
    margin-left: 10px;
    font-size: 14px;
}
.user-detail p span {
    color: var(--text-primary);
}

.our-blogs {
    padding: 50px 0;
}
.accordion-item {
    margin-bottom: 8px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ececec !important;
    background-color: #fff;
}
button.accordion-button {
    background-color: inherit !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 15px 20px;
    font-size: 18px;
    color: #000 !important;
    font-weight: 700;
}
.accordion-body {
    padding-top: 0;
    font-size: 16px;
    color: var(--dark);
}
.stillhave {
    font-size: 16px;
    font-weight: 600;
}
#post-8 {
    display: none;
}
.asked-questions {
    padding: 50px 0;
    background-color: #f5f5f5;
}
.nav-item .dropdown-item {
    font-size: 15px;
}
.nav-item .dropdown-item:hover {
    color: var(--text-primary);
}

.navbar-nav .nav-item:last-child > a.nav-link.btn {
    padding: 14px 20px;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-left: 10px;
    line-height: normal;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    line-height: normal;
    border-radius: 5px;
    padding: 10px 30px;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #fff !important;
}
.banner-form .text-end p {
    text-align: right;
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
}
.banner-form .wpcf7-response-output {
    font-size: 14px;
}
.container.blog .entry-header {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    box-shadow: none;
    background-color: #fff;
}
.container.blog .post-thumbnail {
    margin-top: 0px;
}
.container.blog .entry-title a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: normal;
    display: block;
    padding: 0px;
}
.container.blog {
    margin-top: 40px;
}
.container.blog .entry-header .wp-post-image {
    margin-top: 0px;
}
.container.blog .entry-content {
    margin: 0 15px 20px;
}
.container.blog .entry-header h2.entry-title {
    margin: 10px 15px 0;
}
.inner-heading {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 700;
}
.page-template-blank-template div#primary {
    margin-top: 40px;
}
.page-template-blank-template h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}
.wpcf7-not-valid-tip {
    color: red;
    font-size: 13px;
    font-weight: normal;
    display: block;
}
.banner-form .wpcf7-response-output {
    border: 1px solid #f48020 !important;
    margin-top: 15px !important;
}

.blogDetailMain h1.entry-title {
    font-size: 32px !important;
    font-weight: 700;
}

.blogDetailMain img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin-left: 0px;
    margin-top: 15px;
    max-width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}
.blogDetailMain figure.post-thumbnail {
    margin: 0px;
    width: auto;
}
.blogDetailMain .entry-content p,
.blogDetailMain .default-max-width {
    max-width: 100% !important;
    font-size: 16px;
    line-height: 24px;
}
.comments-area#comments {
    max-width: 1300px !important;
    margin: 0px auto;
    background-color: #f5f5f5;
    padding: 40px;
    display: none;
}
.blogDetailMain {
    margin-bottom: 40px !important;
}
h2#reply-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
form#commentform {
    margin-top: 1px;
    font-size: 16px;
}
.posted-by {
    display: flex;
    gap: 10px;
}

.logged-in-as a,
.posted-by a {
    color: var(--text-primary);
}
p.post-title {
    margin: 0 !important;
    font-size: 18px !important;
}
p.meta-nav {
    margin: 10px 0;
    font-size: 16px;
}
nav.navigation.post-navigation {
    max-width: 1300px;
    display: none;
}

.allnumbers {
    background-color: #f5f5f5;
    padding: 40px;
    color: #333;
    text-align: left;
}
.allnumbers .number {
    font-size: 40px;
    font-weight: 900;
    color: var(--text-primary);
}
.allnumbers .title {
    font-size: 22px;
    margin-top: 5px;
    font-weight: bold;
    color: var(--secondary);
}
.allnumbers .description {
    font-size: 16px;
    margin-top: 10px;
    color: var(--dark);
}
.mission-vision {
    padding: 20px 0;
}
.mission-vision h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}
.mission-vision p {
    font-size: 18px;
    color: var(--dark);
}
.aboutsec .why-service-box {
    text-align: left;
}
.mission-vision img {
    max-width: 84px;
    margin-bottom: 20px;
}
.dropdown-arrow::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
ul.contlink2.pricacypointli {
    padding-left: 20px;
    margin-top: 12px;
}
ul.contlink2.pricacypointli li {
    margin-bottom: 12px;
}
strong.privacy_head_txt {
    display: block;
    margin-bottom: 5px;
}
.goole_accistant.gartner_panel.terms_panel,
.privacy-policy {
    font-size: 16px;
}
.contact-left .vc_column-inner {
    padding: 0px !important;
}
.contact-pg-form form {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
}
.contact-pg-form h2 {
    font-size: 20px;
    color: var(--secondary);
}
.contact-left.wpb_column.vc_column_container.vc_col-sm-7 {
    padding-right: 50px;
}
.contact-left.wpb_column.vc_column_container.vc_col-sm-7 p {
    color: var(--dark);
}
.contact-left.wpb_column.vc_column_container.vc_col-sm-7 p strong {
    color: var(--black);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control,
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    border: 1px solid #333;
    max-height: 90px;
}
.contact-pg-form span.wpcf7-not-valid-tip {
    font-size: 13px;
}
.contact-pg-form .wpcf7-response-output {
    font-size: 14px;
    margin-top: 20px !important;
}
.contact-pg-form .text-end p {
    text-align: right;
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
}
.about-right-text {
    font-size: 16px;
}
.terms-conditions li {
    margin-bottom: 12px;
    font-size:16px;
}
.terms-conditions li h4 {
    margin-bottom: 8px;
}
.terms-conditions ol {
    padding-left: 20px;
}
.terms-conditions li ol {
    padding-left: 20px;
}
.location-banner {
    padding: 60px 0 !important;
    min-height: auto;
}
.location-banner .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
.location-banner h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    margin-top: 50px;
    margin-bottom: 20px !important;
    color: #fff;
    text-shadow: 0px 3px 10px #4a4a4a;
}
.location-banner .small-text p {
    color: #fff;
    text-shadow: 0px 3px 10px #4a4a4a;
    font-size: 18px;
}
.location-banner .banner-form {
    background-color: rgb(10 10 10 / 50%);
}
.location-why .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0px;
}
.map-content .vc_column-inner {
    padding-left: 0px !important;
}
.wpcf7 .wpcf7-recaptcha iframe {
    transform: scale(0.8);
    transform-origin: 0 0;
}
.home-banner.location-banner .vc_col-sm-8 .vc_column-inner {
    padding-left: 0px;
}
.home-banner.location-banner .vc_col-sm-4 .vc_column-inner {
    padding-right: 0px;
}
.site-main > * {
    margin-bottom: 0 !important;
}
.contactIcon {
    display: none;
}
.dscf7captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ConsultationForm .dscf7captcha {
 justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: self-start;   
}
.dscf7captcha input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 215px !important;
    font-size: 15px;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    border-radius: 5px !important;
    border-width: 1px;
}
a#dscf7captcha-798 {
    display: none !important;
}
.dscf7captcha span.dscf7_lt {
    font-size: 18px;
}
.SharePointRoadmap {
    padding: 50px 0;
    background: linear-gradient(to bottom, #f5f5f5, #ffffff);
}

ul.Roadmap {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Roadmap li label {
    width: 80px;
    height: 80px;
    background-color: #f48020;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 10px;
}
.Roadmap li {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 170px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 10px 0;
}
.Roadmap li::before {
    content: "";
    position: absolute;
    top: -72px;
    width: 10px;
    background: url(https://dfnew1.24livehost.com/sharepoint/wp-content/themes/dotsquares-child/assets/images/map-arrow.svg)
        no-repeat;
    height: 70px;
    transform: rotate(180deg);
}
ul.Roadmap-top li::before {
    content: "";
    position: absolute;
    bottom: -72px;
    width: 10px;
    background: url(https://dfnew1.24livehost.com/sharepoint/wp-content/themes/dotsquares-child/assets/images/map-arrow.svg)
        no-repeat;
    height: 70px;
    top: inherit;
    transform: inherit;
}

ul.Roadmap-top {
    justify-content: space-evenly;
}
.roadmap-img {
    margin: 70px 0;
    position: relative;
}
.raodArrow {
    position: absolute;
    top: 3px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.raodArrow span {
    display: block;
    width: 170px;
    text-align: center;
}
.roadIMG {
    height: 38px;
    object-fit: cover;
}
.raodArrowTop {
    justify-content: space-evenly;
}

.SharePointSolutions {
    padding: 50px 0 30px;
}
.heading-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 20px;
}
.solution-box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
}
.solution-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
}
.solution-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    font-weight: 600;
}
.solutionLink:hover img {
    filter: brightness(0) saturate(100%) invert(0);
}
.ManualProcesses {
    border: 0;
    background: linear-gradient(to right, #000000, #f57f17);
}
.ManualProcesses h2,
.ManualProcesses p {
    color: #fff;
}
.clients-says {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.ClientsSayImg {
    mix-blend-mode: multiply;
}
.bannerInner {
    background-color: #222;
    padding: 40px 0;
    background: url(https://dfnew1.24livehost.com/sharepoint/wp-content/themes/dotsquares-child/assets/images/bg-inner.jpg)
        no-repeat #333;
    background-size: cover;
    background-position: center;
}
.bannerInner .bannerHeading {
    color: #fff;
    font-size: 42px;
}

.AboutDotsquares h2 {
    font-size: 38px;
    color: #f48020;
}
.pra-line h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contactTitle {
    font-size: 24px;
}
.WhyChoosePowerApp .stat-card {
    flex-wrap: wrap;
    gap: 0;
}
.WhyChoosePowerApp .stat-label {
    margin: 10px 0 5px;
    font-weight: 600;
}
.WhyChoosePowerApp .stat-card .stat-number {
    margin: 0;
}

section.SharePointSolutions.NeedPowerApps {
    background: #000;
}
.HireSharePointWhite {
    margin-top: 0px !important;
    background-color: #fff;
}
.HireSharePointWhite .hire-box {
    background-color: #f5f5f5;
}
section.SharePointSolutions.NeedPowerApps .heading-box {
    height: 100%;
}

.AutomateApps ul {
    list-style: none;
    padding: 0;
    position: relative;
}
.AutomateApps ul::before {
    content: '';
    width: 1px;
    height: 220px;
    background-color: #ffffff;
    left: 50%;
    position: absolute;
    bottom: -10px;
}
.AutomateApps ul li {
    padding: 10px 20px;
}
.AutomateApps ul li {
    padding: 10px 20px;
    display: flex;
}
.AutomateApps ul li strong {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.AutomateApps ul li span {
    width: 50%;
    display: flex;
}
.AutomateApps ul li:not(:first-child) {
    background-color: #fcd6b5;
    border-radius: 30px;
    margin: 7px 0;
    font-size: 16px;
    color: #000;
    gap: 40px;
}
.AutomateApps ul li:nth-of-type(3) {
    background-color: #f4c8b0;
}
.AutomateApps ul li:nth-of-type(4) {
    background-color: #a48071;
    color: #fff;
}
.AutomateApps ul li:nth-of-type(5) {
    background-color: #9c6d58;
    color: #fff;
}
.solution-content p {
    font-size: 16px;
    font-weight: 400;
}
section.SharePointSolutions.NeedPowerApps.SharePointProject {
    background: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
.weight-300 {
    font-weight: 300;
}
@media (max-width: 1024px) {
    .comments-area#comments,
    nav.navigation.post-navigation {
        padding: 0 15px;
    }
    .contact-left.wpb_column.vc_column_container.vc_col-sm-7 {
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .navbar-nav .nav-item:last-child > a.nav-link.btn {
        margin-left: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-banner .row .col-md-7,
    .home-banner .row .col-md-4 {
        width: 100% !important;
    }
    .home-banner .row .col-md-4 {
        margin-top: 40px !important;
    }
}
@media (max-width: 767px) {
    .heading-main {
        font-size:28px;
    }
    .AutomateApps ul::before {
        height: 400px;
    }
    .fixRightBtn {
        display: none;
    }
    .banner-content h1 {
        font-size: 24px;
    }
    .banner-content h1 span {
        font-size: 36px;
    }
    .banner-content p {
        font-size: 15px;
    }
    .blogDetailMain h1.entry-title {
        font-size: 24px !important;
        font-weight: 600;
    }
    .location-banner h1 {
        font-size: 26px;
        margin-top: 0;
    }
    .location-banner .small-text p {
        font-size: 14px;
    }
    .home-banner.location-banner .vc_col-sm-4 .vc_column-inner {
        padding: 0px;
    }
    .home-banner.location-banner .banner-form {
        margin-top: 20px;
    }
    .home-banner {
        padding: 30px 0;
    }
    .banner-form {
        padding: 20px;
    }
    .contactIcon {
        display: block;
    }
    .contactIcon img {
        width: 38px;
    }
    header .navbar .container {
        gap: 10px;
        justify-content: inherit;
    }
    .navbar-brand {
        margin-right: auto;
    }
    .why-choose-WordPress.meet-our-team .row.justify-content-between {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .dscf7captcha input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        width: 160px !important;
    }
    ul.Roadmap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .Roadmap li {
        width: 100%;
        max-width: 60%;
        margin-bottom: 20px;
    }
    .Roadmap li::before {
        display: none;
    }
    .roadmap-img {
        display: none;
    }
}
a[href*="trustpilot.com"] img {
    mix-blend-mode: multiply;
}

/* Positioning */
.slick-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
}

/* Dot style */
.slick-dots li {
    margin: 0 6px;
}

/* Dot button style */
.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Active dot */
.slick-dots li.slick-active button {
    background-color: #f57f17 !important;
    width: 14px;
    height: 14px;
}
.fixRightBtn {
    position: fixed;
    top: 30%;
    right: -118px;
    transform: rotate(270deg);
    height: 50px;
    border-radius: 30px 30px 0px 0;
}
.cursor-pointer {
    cursor: pointer;
}
.ConsultationForm h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
.ConsultationForm h2 span {
    color: var(--primary);
}
div#offcanvasRight {
    width: 500px;
}
.form-head {
    text-align: center;
}
.form-head p {
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
}
.ConsultationForm .form-label {
    font-size: 14px;
    margin-bottom: 5px;
}
.form-control {
    border: 1px solid #e1e1e1 !important;
}
.form-select {
    height: 49.5px;
}
.form-label {
    margin-bottom: 5px;
    font-size: 14px;
}

#ContactUs .wpcf7-form-control-wrap {
    width: 100%;
}
#ContactUs .dscf7captcha input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100% !important;}
   #ContactUs .dscf7captcha span.dscf7_lt {
    font-size: 18px;
    display: flex;
    flex-shrink: 0;
    margin-right: 20px;
    gap: 5px;
}
 #ContactUs .wpcf7-spinner{ display:none; }