/*
 Theme Name:   ppcadsmanager
 Theme URI:    http://example.com/twentytwenty/
 Description:  ppcadsmanager
 Author:       ppcadsmanager
 Author URI:   https://wordpress.org/
 Template:     twentytwenty
 Version:      1.1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/***** comman *****/
html,
body {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
;
    letter-spacing: normal;
    margin-top: 0px !important;
}

.entry-content {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
;
}

a,
a::after,
a::before {
    text-decoration: none;
    color: #20C997;
}

a:hover {
    text-decoration: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button:hover,
button:focus,
input:hover,
input:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    text-decoration: none;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none;
}

button:hover,
button:focus,
input:hover,
input:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(229, 62, 62, .25);
}

.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(229, 62, 62, .25);
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #212529;
}

img {
    display: inline;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d8d9da;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c1c2c2;
}

button, 
.button, 
.faux-button, 
.wp-block-button__link, 
.wp-block-file .wp-block-file__button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.bg-accent, 
.bg-accent-hover:hover, 
.bg-accent-hover:focus, 
:root .has-accent-background-color, 
.comment-reply-link {
    background-color: #20C997 !important;
}

.btn-primary {
    background-color: #20C997;
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #20c997;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active,
.btn-primary:focus,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #41d1a7;
    border: 1px solid #41d1a7;
    color: #212529;
}
.btn-outline-primary{
    background-color: #FFFFFF;
    color: #20C997;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #20c997;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #41d1a7;
    border: 1px solid #41d1a7;
    color: #212529;
}

.btn-secondary {
    background-color: #426A5A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #426A5A;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:active,
.btn-secondary:focus,
.btn.btn-secondary:first-child:active,
:not(.btn-secondary.btn-check)+.btn.btn-secondary:active {
    background-color: #385a4d;
    border: 1px solid #385a4d;
    color: #FFFFFF;
}

button:hover, button:focus, input:hover, input:focus, input[type="submit"]:hover, input[type="submit"]:focus, .form-control:focus {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #90e4cb;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.25);
}

.navbar {
    background-color: #f0f5f4;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 0;
}
.navbar.fixed-header {
    position: fixed;
}

.menu-toggle {
    display: none;
}


.navbar-nav li {
    position: relative;
}

.navbar-nav a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 27px;
    padding-top: 27px;
}
.navbar-nav li.current-menu-item a{
    color: #000000;
}
.head-phone-number .nav-link {
   font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65); 
}

.navbar-nav .icon {
    position: absolute;
    right: 0;
    top: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.65);
    border-bottom: 0;
}

.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 10;
    width: 250px;
    margin: 0px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #FFFFFF;
}

.navbar-nav .sub-menu li {
    border-bottom: 1px solid #065384;
}

.navbar-nav .sub-menu li:last-child {
    border-bottom: none;
}

.navbar-nav .sub-menu li a {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav .sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.navbar-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.navbar-nav .sub-menu li a:hover {
    background-color: #e9e9ea;
}
.navbar-nav .sub-menu li.current-menu-item a {
    background-color: #20C997;
}

.navbar-nav li:hover .sub-menu {
    display: block;

}

.contact-btn .btn {
    background-color: #20C997;
}

@media (min-width: 700px) {
    .site-logo img {
        max-height: 7rem;
    }
}

@media (max-width: 1150px) {
    html {
        position: relative !important;
        top: 0px !important;
    }
    .head-phone-number {
        margin-right: 30px;
    }
    .navbar-nav {
        display: none;
    }
    .menu-toggle {
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        border-radius: 5px;
        background-color: #2380bc;
    }
    .menu-toggle-animated-box {
        display: block;
        width: 24px;
        height: 16px; 
        position: relative;
    }
    .menu-toggle .menu-toggle-animated-inner {
        position: absolute;
        top: 7px;
        left: 0;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background-color: #ffffff;
    }
    .menu-toggle-animated-box::before {
        width: 24px;
        height: 2px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 2px;
        background-color: #ffffff;
    }
    .menu-toggle-animated-box::after {
        width: 24px;
        height: 2px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        background-color: #ffffff;
    }

    .menu-modal {
        display: block !important;
        top: 10px !important;
        left: auto !important;
        opacity: 1 !important;
        right: 20px !important;
        padding: 0;
        margin: 0;
        position: absolute;
        background-color: transparent;
        width: auto;
        overflow: visible;
    }
    .menu-modal .menu-modal-inner {
        opacity: 1;
        box-shadow: none;
        background-color: transparent;
        width: 100%;
        overflow: visible;
        transform: translateX(0rem);
    }
    .menu-modal .section-inner {
        width: 100%;
    }
    .menu-modal button.close-nav-toggle {
        width: 48px;
        height: 48px;
        padding: 10px 10px;
        border-radius: 5px;
        background-color: #2380bc;
    }
    .menu-modal button.close-nav-toggle:focus {
        box-shadow: none;
    }
    .menu-modal button.close-nav-toggle .toggle-text { 
        display: block;
        font-size: 0px;
        text-indent: -9999px;
        width: 100%;
        height: 2px;
        position: relative;
        background-color: #ffffff;
        margin: 0;
    }
    .menu-modal button.close-nav-toggle.active .toggle-text {
        background-color: transparent;
    }

    .menu-modal button.close-nav-toggle .toggle-text::before { 
        position: absolute;
        top: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        content: "";
    }
    .menu-modal button.close-nav-toggle.active .toggle-text::before { 
        transform: rotate(-45deg);
        top: 0;
    }
    .menu-modal button.close-nav-toggle .toggle-text::after { 
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        content: "";
    }
    .menu-modal button.close-nav-toggle.active .toggle-text::after { 
        transform: rotate(45deg);
        bottom: 0;
    }

    .menu-modal button.close-nav-toggle svg {
        display: none;
    }
    .menu-modal .mobile-menu {
        display: none;
        position: absolute;
        top: 48px;
        right: 0;
        width: 320px;
        background-color: #2380bc;
    }
    .menu-modal.active .mobile-menu {
        display: block;
        
    }
    .modal-menu > li > a, 
    .modal-menu > li > .ancestor-wrapper > a {
        font-size: 1.5rem;
        padding: 1.5rem 1.5rem;
        color: #ffffff;
        font-weight: 600;
    }
    .menu-wrapper .active {
        background-color: #2380bc; 
    }
    .modal-menu ul li a {
        color: #ffffff;
        font-size: 1.2rem;
        padding: 1.5rem 1.5rem;
    }
    .fill-children-current-color, .fill-children-current-color * {
        fill: #ffffff;
    }
    .modal-menu a:focus, 
    .modal-menu a:hover, 
    .modal-menu li.current-menu-item > .ancestor-wrapper > a, 
    .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
        text-decoration: none;
    }
    .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle:focus {
        box-shadow: none;
    }
    .modal-menu {
        position: relative;
        left: 0;
        width: 100%;
    }
    .menu-modal nav * {
        border-color: #28a745 !important;
    }
    .menu-wrapper .menu-item {
        background-color: #20C997;
    }
}


#site-footer.footer {
    background-color: #f0f5f4;
}
#site-footer .footer-contents h5 {
    color: #142e26;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 22px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#site-footer .footer-contents a{
    color: #137558;
    font-size: 16px;
    font-weight: 400;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#site-footer .footer-contents a:hover{
    text-decoration: underline;
}

#site-footer .footer-contents .text-muted {
    color: rgba(33, 37, 41, 0.75);
    font-size: 16px;
    font-weight: 400;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#site-footer .footer-copyright p {
    color: rgba(33, 37, 41, 0.75);
    font-size: 16px;
    font-weight: 400;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.home-container {
    margin-top: 70px;
}

.main-banner .banner-left-content h1 {
    font-size: 60px;
    line-height: 1.5;
    font-weight: 800;
    color: #212529;
    margin-top: 20px;
}
.main-banner .banner-left-content .subheading {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #212529;
    margin-bottom: 20px;
}
.main-banner .banner-left-content .call-btn a {
    font-size: 22px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-banner .banner-right-content .sub-heading {
    padding: 1.5rem;
    border-radius: 6px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #426A5A;
}
.main-banner .banner-right-content .sub-heading h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 10px;
}
.main-banner .banner-right-content .sub-heading p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0px;
}
.main-banner .banner-right-content .banner-top-text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #212529;
    margin-top: 20px;
    margin-bottom: 10px;
}

.exceptional-service .image {
    width: 85%;
}
.exceptional-service .image.right {
    float: right;
}
.exceptional-service .contents h2 {
    color: #212529;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 20px;
}
.exceptional-service .contents p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #212529;
    margin-top: 0;
    margin-bottom: 20px;
}
.exceptional-service .contents p .o_translate_inline {
    color: rgb(21 135 101);
    font-weight: 700;
}
.exceptional-service .contents p .o_translate_inline:hover {
    text-decoration: underline;
    color: #0b4534;
}
.masonry-container .contents {
    background-color: #f0f5f4;
    border-radius: 5px;
    padding: 40px;
    position: relative;
    min-height: 585px;
}
.masonry-container .contents h2 {
    color: #212529;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}
.masonry-container .contents span {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #212529;
    margin-top: 0;
    margin-bottom: 30px;
    display: block;
}
.masonry-container .contents .banner img {
    max-height: 370px;
}
.masonry-container .contents .btn {
    position: absolute;
    left: 40px;
    bottom: -20px;
}
.need-assistance {
    margin-top: 100px;
}
.need-assistance h2 {
    color: #212529;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.need-assistance span {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #212529;
    margin-top: 0;
    margin-bottom: 30px;
    display: block;
}
.need-assistance .content {
    margin-top: 30px;
}
.need-assistance .content h3 {
    color: #212529;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
}
.need-assistance .content .text p {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    color: #212529;
}
.join-our-creative {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 15px;
    background-color: #20c997;
}
.join-our-creative .contents {
    padding-left: 30px;
}
.join-our-creative .contents h2 {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.join-our-creative .contents p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 40px;
}
.join-our-creative .contents .btn-secondary {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.lets-connect {
    background-color: #f0f5f4;
    padding-top: 40px;
    padding-bottom: 50px;
}
.lets-connect h2 {
    color: #142e26;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.lets-connect span {
    color: #142e26;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    display: block;
}
.lets-connect span.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    margin-bottom: 0;
    text-align: left;
}
.lets-connect .wpcf7-response-output {
    display: none;
}
.lets-connect .contact-form {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}
.lets-connect .contact-form p {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.lets-connect .contact-form label {
    width: 25%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lets-connect .contact-form .wpcf7-form-control-wrap {
    width: 75%;
    margin-bottom: 0;
}
.lets-connect .contact-form .wpcf7-form-control {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid rgba(33, 37, 41, 0.3);
    transition: background-color 0.05s ease-in-out, border-color 0.05s ease-in-out, box-shadow 0.05s ease-in-out;
}
.lets-connect .contact-form .wpcf7-form-control.wpcf7-submit {
    width: auto;
    margin-left: auto;
    background-color: #20C997;
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    text-transform: capitalize;
    padding-bottom: 7px;
    border: 1px solid #20c997;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lets-connect .contact-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #41d1a7;
    border: 1px solid #41d1a7;
    color: #212529;
}

.page-heading {
    width: 100%;
    display: flex;
    background-color: #20C997;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.page-heading .entry-title {
    font-size: 48px;
    color: #232d2a;
    line-height: 1.5;
    font-weight: 700;
}

.page-heading .entry-sub-title {
    font-size: 18px;
    color: #232d2a;
    line-height: 1.4;
    font-weight: 400;
}

.services-container {
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-container .growth-heading {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 70px;
}
.services-container .heading {
    color: #212529;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 50px;
}
.services-container .service {
    padding: 0px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.services-container .service .name {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #212529;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
.services-container .service .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.services-container .service .content p {
    margin-bottom: 20px;
    color: #212529;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}
.services-container .service .content ul {
    margin-bottom: 20px;
    margin-left: 20px;
    list-style: disc;
}
.services-container .service .content li {
    color: #212529;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    list-style: disc;
    margin-bottom: 5px;
}
.services-container .service .content span {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    background-color: #41d1a7;
    border-radius: 5px;
    padding: 10px 15px;
    display: block;
    margin-top: auto;
}
.services-container .service .content span i {
    margin-right: 0px;
}
.services-container .service .btn-primary {
    padding-top: 10px;
    padding-bottom: 10px;
}
.services-testimonial {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #41d1a7;
    position: relative;
}
.services-testimonial .item {
    width: 100%;
    background-color: #FFFFFF;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 20px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 18px;
}
.services-testimonial .item .quote {
    width: 36px;
    height: 36px;
    background-color: #20C997;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: -28px;
    position: relative;
}
.services-testimonial .item .quote i {
    font-size: 18px;
}
.services-testimonial .item .text {
    color: #212529;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 10px;
}
.services-testimonial .item .image {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.services-testimonial .item .image img {
    max-width: 100%;
}
.services-testimonial .item .name {
    color: #212529;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.services-testimonial .item .content {
    color: rgba(33, 37, 41, 0.75);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
.services-testimonial .owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin-top: 0;
}
.services-testimonial .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -60px;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.75);
}
.services-testimonial .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -60px;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.75);
}
.services-testimonial .owl-carousel .owl-nav button.owl-prev:hover,
.services-testimonial .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #000000;
}
.services-testimonial .owl-theme .owl-dots {
    margin-top: 20px;
}
.services-testimonial .owl-theme .owl-dots .owl-dot span{
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.5);
}
.services-testimonial .owl-theme .owl-dots .owl-dot.active span, 
.services-testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #000000;
}
.services-logos-container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pricing-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pricing-container .heading {
    color: #212529;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 10px;
}
.pricing-container .heading-text {
    color: #212529;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 30px;
}
.pricing-container .pricing {
    padding: 15px;
    padding-bottom: 45px;
    position: relative;
    border-radius: 7px;
    border: 1px solid rgba(33, 37, 41, 0.3);
}
.pricing-container .pricing .name {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 15px;
}
.pricing-container .pricing .price {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(33, 37, 41, 0.7);
    padding-bottom: 15px;
}
.pricing-container .pricing .price strong {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #212529;
}
.pricing-container .pricing .text {
    color: #212529;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    min-height: 92px;
    padding-bottom: 20px;
}
.pricing-container .pricing .start-btn {
    display: block;
    padding-bottom: 20px;
}
.pricing-container .pricing .start-btn .btn {
    width: 100%;
}
.pricing-container .pricing .content {
    display: block;
    padding-bottom: 20px;
}
.pricing-container .pricing .content li {
    display: block;
    color: #212529;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(33, 37, 41, 0.3);
}
.pricing-container .pricing .content li:last-child {
    border-bottom: none;
}
.pricing-container .pricing .content li i {
    color: #28a745;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 900;
}
.pricing-container .pricing .guaranteed {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #44494e;
    line-height: 1.4;
    border-top: 1px solid rgba(33, 37, 41, 0.3);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: rgba(33, 37, 41, 0.03);
}
.effective-cxceptional {
    padding-top: 70px;
    padding-bottom: 70px;
}
.effective-cxceptional .contents h2 {
    display: block;
    color: #212529;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 30px;
}
.effective-cxceptional .contents p {
    display: block;
    color: #212529;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
}
.meet-teams {
    padding-bottom: 70px;
}
.meet-teams .main-heading {
    display: block;
    color: #212529;
    font-size: 48px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 70px;
    text-align: center;
}
.meet-teams .heading {
    display: block;
    padding-bottom: 50px;
}
.meet-teams .heading h2 {
    color: #212529;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.meet-teams .heading span {
    color: #212529;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    
}
.meet-teams .image {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.meet-teams .content h3 {
    color: #212529;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 5px;
}
.meet-teams .content span {
    display: block;
    color: #393e43;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 15px;
}
.meet-teams .content p {
    color: #212529;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.contact-connect {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-connect .lets-connect-text {
    color: #142e26;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}

.contact-connect .contact-form p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.contact-connect .contact-form label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.contact-connect .contact-form .wpcf7-form-control {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid rgba(33, 37, 41, 0.3);
    transition: background-color 0.05s ease-in-out, border-color 0.05s ease-in-out, box-shadow 0.05s ease-in-out;
}
.contact-connect .contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
}
.contact-connect .contact-form .wpcf7-response-output {
    display: none;
}

.contact-connect .contact-form .wpcf7-form-control.wpcf7-submit {
    width: auto;
    margin-left: auto;
    background-color: #20C997;
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    text-transform: capitalize;
    padding-bottom: 7px;
    border: 1px solid #20c997;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-connect .contact-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #41d1a7;
    border: 1px solid #41d1a7;
    color: #212529;
}
.contact-connect .addess h5 {
    color: #142e26;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-connect .addess ul li {
    color: #232d2a;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 5px;
}
.contact-connect .addess ul li a {
    color: rgb(21 135 101);
}
.contact-connect .addess ul li a:hover {
    color: rgb(11 69 52) !important;
    text-decoration: underline !important;
}
.google-page-title {
    padding-top: 40px;
    padding-bottom: 40px;
}
.google-page-title .entry-title { 
    color: #212529;
    font-size: 48px;
    line-height: 1.4;
    font-weight: 800;
}
.google-banner {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.google-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.google-banner span {
    width: 100%;
    position: sticky;
    left: 0;
    background-image: url(images/page-heading-bg.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
    display: block;
}
.google-page-contant {
    position: relative;
}

.google-page-contant .google-names {
    position: sticky;
    top: 90px; 
}

.google-page-contant .google-names.fixed {
    position: fixed;
    top: 90px;
    width: 270px;
}
.google-names.stop {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 270px;
}

.google-page-contant .google-names .name a {
    color: rgba(33, 37, 41, 0.75);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    padding-left: 8px;
    border-left: 3px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.google-page-contant .google-names .name a:hover {
    color: #212529;
    text-decoration: underline;
}
.google-page-contant .google-names .name.active a {
    border-left: 3px solid #20c997;
    color: #212529;
}
.google-page-contant .contants h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #142e26;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.google-page-contant .contants h3 {
    color: #142e26;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}
.google-page-contant .contants h4 {
    color: #142e26;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}
.google-page-contant .contants p {
    margin-bottom: 20px;
    color: #212529;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}
.google-page-contant .contants ul {
    margin-bottom: 20px;
    margin-left: 20px;
    list-style: disc;
}
.google-page-contant .contants ul li {
    color: #212529;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    list-style: disc;
}
.google-page-contant .connect-form {
    padding: 50px 40px;
    background-color: #f0f5f4;
}
.google-page-contant .connect-form h3 {
    text-align: center;
    margin-bottom: 30px;
}

.google-joinus {
    margin-top: 60px;
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #20C997;
}
.google-joinus .heading {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0px;
}
.google-joinus .joinus {
    color: #f0f0f0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}
.google-joinus .contactus .btn {
    border-color: #ffffff;
    color: #FFFFFF;
}
.blog-page-heading {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    width: 100%;
    position: relative;
    background-color: #426A5A;
}
.blog-page-heading::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.369) 19%, rgba(0, 0, 0, 0.2705) 34%, rgba(0, 0, 0, 0.191) 47%, rgba(0, 0, 0, 0.139) 56.5%, rgba(0, 0, 0, 0.097) 65%, rgba(0, 0, 0, 0.063) 73%, rgba(0, 0, 0, 0.0375) 80.2%, rgba(0, 0, 0, 0.021) 86.1%, rgba(0, 0, 0, 0.0105) 91%, rgba(0, 0, 0, 0.004) 95.2%, rgba(0, 0, 0, 0.001) 98.2%, rgba(0, 0, 0, 0) 100%);
}
.blog-page-heading .entry-title {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.blogs-container {
    margin-bottom: 60px;
}
.blog-categories {
    display: block;
    width: 100%;
    background-color: #f0f5f4;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.blog-categories span {
    display: inline-block;
    font-size: 16px;
    color: #676767;
    font-weight: 400;
    line-height: 1.3;
}
.blog-categories ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    display: inline-block;
}
.blog-categories ul li {
    display: inline-block;
    margin-right: 10px;
}
.blog-categories ul li a {
    display: inline-block;
    font-size: 16px;
    color: #676767;
    font-weight: 600;
    line-height: 1.3;
    padding: 0;
}
.blog-categories ul li a.active {
    color: #000000;
}
.blogs-container .post {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.blogs-container .post .featured-media {
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.blogs-container .post .featured-media .section-inner {
    max-width: 100%;
    width: 100%;
    max-height: 200px;
}
.blogs-container .post .image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.blogs-container .post .image img {
    width: 100%;
    max-height: 200px;
}
.blogs-container .post .title {
    margin-bottom: 0px;
}
.blogs-container .post .section-inner {
    max-width: 100%;
    width: 100%;
}
.blogs-container .post h2.entry-title {
    color: #142e26;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
}
.blogs-container .post .title a,
.blogs-container .post h2.entry-title a {
    color: #142e26;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin: 5px 5px 5px 10px;
    display: block;
    text-align: left;
}
.blogs-container .post .post-inner {
    padding-top: 0;
}
.blogs-container .post .excerpt p {
    color: #142e26;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 5px 5px 10px 10px;
    display: block;
}
.blogs-container .post .blog-meta {
    margin-top: auto;
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blogs-container .post .date {
    color: #142e26;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    padding: 5px 5px 5px 10px;
    display: inline-block;
}
.blogs-container .post .category {
    float: right;
    padding: 5px 10px 5px 5px;
    font-size: 13px;
    line-height: 1.5;
}
.blogs-container .post .category a {
    font-weight: 600;
    color: #28a745;
    font-size: 13px;
    line-height: 1.5;
}
.singular .featured-media-inner {
    left: 0;
    width: 100%;
    max-width: 100%;
}
.pagination-wrapper .nav-links a {
    color: #28a745;
    font-weight: 500;
    font-size: 16px;
}
.pagination-wrapper .nav-links span {
    font-weight: 500;
    color: #142e26;
    font-size: 16px;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100rem !important;
}

.singular .single-post-banner {
    height: 400px;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.singular .single-post-banner .featured-media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.singular .single-post-banner .featured-media::before {
    z-index: 10;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.singular .single-post-banner .featured-media img {
    width: 100%;
    margin-top: -25%;
}
.singular .single-post-banner .entry-header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: none;
    padding: 0;
}
.singular .single-post-banner .entry-header .entry-title {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}
.singular .wp-block-list {
    list-style: disc;
    padding-left: 15px;
}
.singular .wp-block-list li{
    list-style: disc;
}
.pagination-single a {
    color: #28a745;
    font-size: 16px;
}
.pagination-single {
    margin: 0; 
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top:60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f0f5f4;
    border-top: 1px solid #142e26;
    border-bottom: 1px solid #142e26;
}
.pagination-single a .arrow {
    margin: 0 1rem 0 0;
}
.pagination-single .next-post .arrow {
    margin: 0 0 0 1rem;
}

@media (max-width: 1150px) {
    .main-banner .banner-left-content h1 {
        font-size: 48px;
    }
    .main-banner .banner-left-content .subheading {
        font-size: 16px;
    }
    .main-banner .banner-left-content .call-btn a {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .main-banner .banner-right-content .sub-heading h2 {
        font-size: 28px;
    }
    .masonry-container .contents {
        margin-bottom: 60px;
    }
    .need-assistance {
        margin-top: 40px;
    }
    .exceptional-service .image.right {
        float: left;
    }
    .exceptional-service .contents h2 {
        margin-top: 20px;
    }
    #site-footer .footer-contents {
        margin-bottom: 20px;
    }
    .pricing-container .pricing {
        margin-bottom: 30px;
    }
    .meet-teams .main-heading {
        font-size: 32px;
    }
    .meet-teams .heading h2 {
        font-size: 24px;
    }
    .meet-teams .heading span {
        font-size: 16px;
    }
    .google-page-contant .google-names {
        display: none;
    }
}

@media (max-width: 676px) {
    .navbar {
        min-height: 70px;
    }
    .head-phone-number {
        margin-right: 70px;
    }
    .head-phone-number .nav-link span {
        display: none;
    }
    .lets-connect .contact-form {
        width: 100%;
    }
    .meet-teams .image {
        width: 150px;
        margin-bottom: 20px;
    }
    .meet-teams .content {
        margin-bottom: 30px;
    }
    .google-page-title .entry-title {
        font-size: 36px;
    }
    .google-page-contant .contants h2 {
        font-size: 24px;
    }
    .google-joinus .heading {
        font-size: 24px;
    }
    .google-joinus .joinus {
        margin-bottom: 20px;
    }
    .masonry-container .contents {
        min-height: auto;
    }
    .masonry-container .contents h2 {
        font-size: 36px;
    }
    .join-our-creative .contents {
        padding-left: 0;
    }
    .join-our-creative .contents h2 {
        font-size: 36px;
    }
    .home-container {
        margin-top: 40px;
    }
    .main-banner .banner-left-content h1 {
        font-size: 36px;
    }
    .main-banner .banner-right-content .sub-heading h2 {
        font-size: 22px;
    }
    .main-banner .banner-right-content .sub-heading p {
        font-size: 12px;
    }
    .exceptional-service .contents h2 {
        font-size: 24px;
    }
    .exceptional-service .contents p {
        font-size: 14px;
    }
    .need-assistance span {
        margin-bottom: 0;
    }
}