/* ==========================================================================
 Font:  Use for Content
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ==========================================================================
Global Styles
========================================================================== */
article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
html,
body {
    width: 100%;
    overflow-x: hidden !important;
}
body {
    margin: 0;
    background: #fff;
    height: 100%;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}
ul li {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
select::-ms-expand {
    display: none;
}
p {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #556274;
}
a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #556274;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}
ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
select,
input,
button,
a {
    outline: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
button:focus {
    border: 0;
    outline: none;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adbdc8 !important;
    opacity: 1;
    /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #adbdc8 !important;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #adbdc8 !important;
}
/*==========================================================================
							Heading Tags
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Inter", sans-serif;
}
/* ==========================================================================
							Navbar Css 
========================================================================== */
.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 15px;
    transition: background 0.4s, all 0.3s linear;
}
.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}
.header_area .navbar .logo_h {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0;
}
.logo_h img {
    max-width: 250px;
}
.header_area .navbar .nav .nav-item {
    margin-right: 35px;
}
.header_area .navbar .nav .nav-item a {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px;
    display: inline-block;
    font-size: 16px;
    color: #fcfcfd;
    font-weight: 500;
}
.header_area .navbar .nav .nav-item a:after {
    display: none;
}
.header_area .navbar .nav .nav-item:hover a {
    color: red;
}
.header_area .navbar .nav .nav-item:hover a,
.header_area .navbar .nav .nav-item.active a {
    color: #fff;
}
.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}
.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.header_area .navbar .nav .nav-item a:last-child {
    border: none;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 250px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 10px;
    }
}
.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: none;
    margin-left: 0px;
    transition: all 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item a {
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
    font-size: 16px;
    line-height: 42px;
    color: #8994ad;
    font-weight: 500;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover a {
    background: transparent;
    color: #fd6d09;
}
.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}
.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}
.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(70px);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item a {
    line-height: 70px;
}
.main_menu ul li {
    position: relative;
}
.dropdown-menu {
    padding: 15px 0 !important;
}
.ul.dropdown-menu.show {
    position: relative;
}
a.dropdown-item:hover {
    color: #fd6d09;
}
.dropdown-menu:after {
    content: " ";
    position: absolute;
    left: 15px;
    top: -13px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
.right-button {
    margin-left: 0;
    margin-top: 0;
}
.right-button ul {
    padding: 0;
    list-style: none;
}
.right-button ul li {
    display: inline-block;
    margin-left: 0;
    font-size: 16px;
}
.cn_num {
    letter-spacing: 0px;
    line-height: 35px;
    padding: 11px 20px;
    margin-right: 10px;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    color: #fcfcfd !important;
    font-weight: 500;
}
.right-button .grt_stated {
    text-decoration: none;
    display: inline-block;
    padding: 12px 38px;
    border: none;
    background-image: linear-gradient(-90deg, #ff9b46 0%, #fd6500 100%);
    letter-spacing: 0px;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 16px;
    color: #fcfcfd;
    font-weight: 600;
    text-align: center;
}
.right-button .grt_stated:hover,
.get_stated:hover {
    color: #fff;
}
@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 28px;
    }
}
@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 150%;
    }
}
@media (max-width: 991px) {
    .header_area .navbar-collapse {
        padding: 15px 16px;
    }
    .header_area {
        position: relative;
        background: #3872f1;
    }
    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px;
    }
    .header_area .navbar {
        background: transparent;
    }
    .header_area .navbar .logo_h {
        padding: 0;
    }
    .navbar_fixed.header_area .navbar {
        background: rgba(0, 0, 0, 0.7);
    }
    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }
    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }
    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }
    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav {
        padding-bottom: 0;
    }
    .right-button {
        display: none;
    }
    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 117px;
    }
    .header_top .nav {
        padding: 0px;
    }
    .header_area .navbar .nav .nav-item a {
        line-height: 40px;
        margin-right: 0px;
        display: block;
        border-radius: 0px;
    }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item a {
        line-height: 40px;
    }
    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll;
    }
    .header_area .navbar .nav .nav-item.submenu ul .nav-item a {
        padding: 0px 15px;
    }
    .header_area .navbar .nav .nav-item {
        margin-right: 0px;
    }
    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height: 280px;
    }
}
/* ==========================================================================
							Banner Css 
========================================================================== */
.banner_home {
    background-image: url(../images/banner.png);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    max-height: 900px;
}
.social_icon_left {
    position: absolute;
    left: -64%;
    right: auto;
    top: 0;
    bottom: 0;
    align-items: center;
    transform: rotate(90deg);
    text-align: center;
}
.social_icon_left ul li {
    float: left;
    position: relative;
    padding-right: 10px;
}
.social_icon_left ul li a {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    padding-right: 5px;
}
.social_icon_left li:after {
    content: '';
    position: absolute;
    border: 1px solid #2c68ec;
    top: 6px;
    bottom: auto;
    height: 12px;
    right: 0;
}
.social_icon_left ul li a i {
    margin-right: 10px;
}
.social_icon_left ul li:last-child:after {
    display: none;
}
.main_banner {
    margin-top: 40px;
    padding-bottom: 80px;
    position: relative;
}
.main_banner h1 {
    font-size: 64px;
    color: #fcfcfd;
    font-weight: 700;
}
.banner_info p {
    font-size: 18px;
    line-height: 32px;
    color: #fcfcfd;
    font-weight: 500;
    margin: 15px 0;
}
.main_banner .banner_info {
    padding-bottom: 90px;
}
.main_banner .banner_info,
.contact_banner .banner_info {
    max-width: 560PX;
    margin: 0 auto;
}
.banner_info .book_btn,
.full_service a,
.digital_inner_info .book_btn,
.local_search a,
.moniter_all_review a,
.advertising a,
.contractors a {
    border-radius: 25px;
    background-image: linear-gradient( -90deg, #ff9b46 0%, #fd6500 100%);
    font-size: 16px;
    color: #fcfcfd;
    font-weight: 600;
    border: none;
    padding: 13px 20px;
    display: inline-block;
    text-align: center;
}
.scroll-downs {
    position: absolute;
    left: 4%;
    bottom: 30px;
    display: inline-block;
}
.container.h-100 {
    position: relative;
}
.mousey {
    width: 3px;
    padding: 7px 11px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}
.banner-area {
    position: relative;
}
.we_help_you {
    padding-top: 150px;
    padding-bottom: 50px;
}
.seo_service {
    padding-bottom: 140px;
}
.we_help_you h3,
.why_choose h3,
.get_free_info h3,
.better-img-info h3,
.testimonials h3,
.full_service h3,
.We_are_next h3,
.what_our_sec h3,
.Get_in_touch h3,
.digital_inner_info h3,
.faq_info h3,
.advertising h3,
.contractors h3 {
    text-align: center;
    font-size: 35px;
    color: #0c0f13;
    font-weight: 700;
    padding-bottom: 15px;
}
.we_help_you p,
.why_choose p,
.get_free_info p,
.better-img-info p,
.full_service p,
.We_are_next p,
.advertising p,
.contractors p {
    font-size: 16px;
    line-height: 28px;
    color: #556274;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
.icon-box-info {
    width: 84%;
    margin-left: 20px;
}
.icon-box-info p {
    text-align: left;
}
.we_help_you .icon-box {
    padding: 30px 25px;
    margin-top: 40px;
    border-radius: 5px;
    background-color: #fcfcfd;
    border: 2px solid #e8ecf1;
}
.we_help_you .icon-who {
    padding: 15px;
    border-radius: 5px;
    width: 62px;
    height: 60px;
    background-color: #0d4bd6;
    align-items: center;
    line-height: 30px;
    text-align: center;
}
.icon-box-info h5 {
    font-size: 18px;
    color: #0c0f13;
    font-weight: 700;
    margin-bottom: 5px;
}
.icon-box-info P {
    font-size: 16px;
}
.bg-green {
    background-color: #0dd6a9 !important;
}
.bg-blue {
    background-color: #7f48fb !important;
}
.bg-yellow {
    background-color: #ffbb38 !important;
}
.bg-bluee {
    background-color: #206fe7 !important;
}
.bg-pink {
    background-color: #ff3875 !important;
}
.better_website {
    padding-top: 50px;
    background-color: #f5f8fb;
    padding-bottom: 100px;
}
.why_choose {
    background-image: url(../images/wave_color.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    background-size: cover;
    padding-top: 20px;
}
.why_choose_bx {
    text-align: center;
    padding: 50px 40px;
    height: 396px;
    border-radius: 5px;
    box-shadow: 0 0 45px rgba(221, 227, 228, 0.75);
    background-color: #ffffff;
    margin-top: 40px;
}
.why_choose_bx h5 {
    font-size: 18px;
    color: #0c0f13;
    font-weight: 700;
    margin: 40px 0 10px 0;
}
.get_free {
    padding: 150px 0;
}
.get_free p,
.get_free h3 {
    text-align: left;
}
.get_free_content {
    border-radius: 10px;
    box-shadow: 0px 5px 55.5px rgba(232, 232, 232, 0.75);
    background-color: #ffffff;
    padding: 10%;
}
.get_free_info img {
    margin-top: 50px;
}
.form_assessment {
    margin-top: 30px;
    padding: 0 20px;
}
.form_assessment input {
    border-radius: 100px;
    font-size: 16px;
    height: 45px;
    font-weight: 400;
    padding: 0 20px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #dedede;
}
.form_assessment textarea {
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #dedede;
}
.form_assessment .submit-btn,
.better-img-info a,
.info-sec-review a {
    border-radius: 25px;
    background-image: linear-gradient(-90deg, #ff9b46 0%, #fd6500 100%);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #fcfcfd;
    font-weight: 600;
}
.who_we_submit {
    width: 370px !important;
}
.better-img-info h3,
.better-img-info p {
    text-align: left;
}
.better-img-info a {
    margin-top: 30px;
    display: inline-block;
}
.customer-logos {
    background-color: #f5f8fb;
    padding: 70px 0;
    margin-top: 140px;
}
.testimonial-reel .box {
    position: relative;
    margin-bottom: 30px;
}
.testimonial-reel .box .test-component {
    padding: 30px 20px;
    box-shadow: 0 0.5rem 1rem rgb(205 212 214 / 53%);
    margin-top: 10px;
}
.test-content p {
    text-align: left;
}
.testimonial-reel .box .test-content {
    text-align: center;
}
.testimonial-reel .slick-slide {
    opacity: 0.3;
    transition: opacity 0.3s;
    padding-left: 1rem;
    padding-right: 1rem;
}
.testimonial-reel .slick-slide.slick-cloned {
    opacity: 0.3;
    transition: opacity 0.3s;
}
.testimonial-reel .slick-slide.slick-current.slick-active {
    opacity: 1;
    transition: opacity 0.3s;
}
.testimonial-reel .slick-prev {
    position: absolute;
    top: 140px;
}
.testimonials {
    padding-top: 140px;
}
.full_service {
    background-image: linear-gradient(90deg, #0141cf 0%, #5086ff 100%);
    color: #fff;
    position: relative;
}
.full_service h5 {
    text-transform: uppercase;
    font-size: 22px;
}
.service_img {
    position: relative;
    padding-top: 30px;
}
.full-service-info {
    padding-top: 75px;
}
.next_generation {
    padding: 150px 0;
}
.We_are_next {
    padding-left: 40px;
}
.seo_banner {
    padding: 60px 0;
}
footer {
    background: #fff;
    padding-top: 95px;
    color: #556274;
    border-top: 1px solid #eee;
}
.footer_logo ul li span {
    display: block;
    font-size: 16px;
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer_logo ul li {
    font-size: 14px;
    margin-top: 6px;
}
.footer_logo img {
    margin-bottom: 30px;
}
.footer_logo p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.footer-links h3 {
    font-size: 18px;
    line-height: 28px;
    color: #003fd4;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.footer-links {
    position: relative;
}
.footer-links ul li a {
    font-size: 14px;
    line-height: 32px;
    color: #556274;
    font-weight: 500;
}
.footer-links ul li:hover a {
    color: #fd6d09;
}
.icon_footer:hover .fa-facebook-f {
    color: blue;
}
.icon_footer:hover .fa-twitter {
    color: skyblue;
}
.icon_footer:hover .fa-instagram {
    color: #E4405F;
}
.footer-links ul {
    margin-top: 12px;
}
.icon_footer a{
	margin-right: 10px;
	font-size: 14px;
	color: #556274;
	font-weight: 500;
	line-height: 0 !important;
}
.icon_footer i{
	margin-right: 10px;
}
.blog-card__image img {
    width: 100%;
}
.copy_right {
    padding: 20px 0;
    color: #556274;
    border-top: 1px solid #eee;
	margin-top: 75px;
}
.copy_right p {
    font-size: 14px;
    line-height: 28px;
    color: #556274;
    font-weight: 400;
}
.footer-icon {
    margin-top: 30px;
}
.footer_logo {
    max-width: 250px;
}
.e_bx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}
/*==========================================================================
							About page start
==========================================================================*/
.banner_img {
    background-image: url(../images/about-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% 100%;
    height: 300px;
}
.full_service h3,
.full_service p {
    text-align: left;
    color: #fff;
    padding: 7px 0;
}
.We_are_next h3,
.We_are_next p {
    text-align: left;
}
.nxt_gnr {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cli_r_bx {
    box-shadow: 0 0 25.5px rgb(205 212 214 / 53%);
    background-color: #fff;
    padding: 10%;
}

.quotes_icon {
    position: relative;
    top: -95px;
}

.quotes_icon img {
    text-align: center;
    margin: 0 auto;
}

.cli_r_slider .slick-slide {
    max-width: 770px;
    padding: 30px;
}

.cli_r_slider button.slick-prev.slick-arrow:before {
    background: url(../images/a_left.png) no-repeat;
    background-position: 100%;
}

.cli_r_slider button.slick-next.slick-arrow:before {
    background: url(../images/a_right.png) no-repeat;
    background-position: 100%;
}

.cli_r_slider button.slick-prev.slick-arrow {
    left: 20%;
    z-index: 9;
}

.cli_r_slider button.slick-next.slick-arrow {
    right: 20%;
    z-index: 9;
}

.cli_r_slider button {
    position: absolute;
    font-size: 0;
    top: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: auto;
    bottom: 0;
    box-shadow: 0 0 24.5px rgba(226, 226, 226, 0.75);
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.cli_r_slider button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.how_cn_bx p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
}

.rates i {
    color: #efbc43;
    margin-top: 10px 0;
    font-size: 14px;
}

.how_cn_bx h6 {
    color: #fc6f0e;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    font-weight: 700;
}

.better_slider button.slick-prev.slick-arrow:before {
    background: url(../images/leftarrow.png) no-repeat;
    background-position: 100%;
}

.better_slider button:before {
    height: 35px;
    width: 55px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.better_slider button.slick-next.slick-arrow:before {
    background: url(../images/rightarrow.png) no-repeat;
    background-position: 100%;
}

.better_slider button {
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    top: -8%;
    margin: auto;
}

.better_slider button.slick-next.slick-arrow {
    left: 60px;
    z-index: 9;
}

.clinet_logos .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100px;
}

.clinet_logos {
    background-color: #f5f8fb;
    padding: 50px 0 30px 0;
}

.full-service-info a {
    width: 170px;
    padding: 13px 20px;
    text-align: center;
}

.what_our_sec {
    padding-top: 140px;
    margin-bottom: 120px;
}


/* ==========================================================================
							Contact us page 
========================================================================== */

.how_we_are .social_icon_left {
    left: -60%;
}

.contact_banner,
.custom-website,
.electrican-banner {
    background-image: url(../images/who_we.png) !important;
    height: auto;
    padding-bottom: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 90px;
    max-height: 900px;
}

.contact_banner .social_icon_left {
    left: -60%;
}

.contact_banner .banner_info {
    width: 540px;
}

.contact_banner h1 {
    font-size: 42px;
}

.form-area {
    box-shadow: rgb(244 244 244 / 75%) 0px 5px 12px;
    background-color: #ffffff;
}

.form_area {
    margin: 150px 0;
}

.address h3 {
    text-align: left;
    font-size: 34px;
    line-height: 43px;
    color: #0c0f13;
    font-weight: 700;
}

.Get_in_touch h3 {
    text-align: left;
}

.Get_in_touch input {
    border: 1px solid #f2f2f2;
    max-height: 50px;
    height: 50px;
}

.Get_in_touch label,
.content_icon p {
    font-size: 18px;
    line-height: 25px;
    color: #0c0f13;
    font-weight: 400;
}

.Get_in_touch textarea {
    height: 100px;
    border: 1px solid #ededed;
}

.Get_in_touch a {
    border-radius: 25px;
    background-image: linear-gradient(-90deg, #ff9b46 0%, #fd6500 100%);
    border: none;
    color: white;
    padding: 15px 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #fcfcfd;
    font-weight: 600;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-now {
    border-radius: 25px;
    background-image: linear-gradient(-90deg, #ff9b46 0%, #fd6500 100%);
    border: none;
    color: white;
    padding: 15px 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #fcfcfd;
    font-weight: 600;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-response-output {
    margin: 0px !important;
    background: #000;
    border: none !IMPORTANT;
    color: #fff;
}
.wpcf7-not-valid-tip {
	display: none;
}

.Get_in_touch {
    padding: 40px 70px;
    border-right: 1px solid #f2f2f2;
}

.address {
    padding: 40px;
}

.address-bx,
.inner_srch_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.address-bx .img-icon {
    margin-right: 20px;
    height: 70px;
    border-radius: 35px;
    background-color: #fafafa;
    width: 70px;
    text-align: center;
    line-height: 70px;
}

.address ul li {
    margin-top: 35px;
}

.content_icon span {
    font-size: 22px;
    line-height: 42px;
    color: #0c0f13;
    font-weight: 600;
}

.how_we_are,
.Seo-banner {
    background-image: url(../images/who_we.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 30px;
}

.Seo-banner {
    padding: 140px 0 60px 0;
}

.how_we_are h1,
.Seo-banner h1 {
    font-size: 42px;
}

.Seo-banner .social_icon_left {
    left: -66%;
    top: -30px;
}

.local-seo-src {
    margin-left: 20px;
}

.Who_we,
.custom-website,
.local-service-banner,
.ppc-banner,
.electrican-banner,
.solar-banner,
.plumber-banner,
.Hvac-banner,
.roof-banner {
    background-image: url(../images/who_we.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Hvac-banner,
.roof-banner,
.solar-banner,
.how_we_are,
.Who_we {
    padding-top: 140px;
    padding-bottom: 0px;
}

.custom-website h1,
.local-service-banner h1,
.ppc-banner h1 {
    font-size: 40px;
}

.ppc-banner .social_icon_left {
    left: -62%;
    top: -30px;
}

.ppc-banner .banner_info,
.local-service-banner .banner_info,
.faq_sec_main .banner_info {
    max-width: 560px;
    margin: 0 auto;
}

.local-service-banner .social_icon_left {
    left: -66%;
    top: -30px;
}
.plumber-banner {
    padding-top: 100px;
}
.ppc-banner {
    padding: 140px 0 60px 0;
}
.how_we_are .main_banner {
    margin-bottom: 60px;
    display: inline-block;
}
.bg_digital {
    position: relative;
    background-image: url(../images/digiotal.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 0 200px 0;
    color: #fff;
}
.digital_inner_info h3 {
    color: #fff !important;
}
.digital_inner_info p {
    color: #fff;
    padding: 0px 65px 40px 65px;
}
.project_sec {
    position: relative;
    margin-top: -130px;
    margin-bottom: 60px;
}
.project_cont {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 76px rgb(209 212 219 / 75%);
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding:15px;
}
.project_cont h2 {
    font-size: 65px;
    line-height: 45px;
    color: #0d4bd6;
    font-weight: 700;
    margin-bottom: 30px;
}
.project_cont p {
    font-size: 18px;
}
.faq_sec {
    padding-top: 140px;
}
.faq_info {
    padding: 20px;
}
.faq_info h3 {
    text-align: left;
}
.faq-icon {
    top: 52% !important;
}
.faq_info .panel-default .panel-title a {
    display: block;
    font-size: 18px;
    line-height: 42px;
    color: #0c0f13;
    font-weight: 700;
}
.faq_info .panel-default {
    box-shadow: 0px 5px 8.5px rgba(241, 241, 241, 0.75);
    background-color: #ffffff;
    margin-bottom: 30px;
}
.faq_info .panel-heading {
    padding: 15px 15px 10px 15px;
}
.faq_info .panel-body {
    padding: 0px 25px 25px 25px;
    margin-bottom: 30px;
}
.panel-body p {
    font-size: 16px;
    line-height: 26px;
    color: #0c0f13;
}
.faq_info .panel-default .panel-title a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-style: normal;
    font-size: 17px;
    color: #0c0f13;
    float: right;
}
.faq_info .panel-default .panel-title a.collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}
/* ==========================================================================
							Who we are page 
========================================================================== */
.about_agency {
    padding-top: 150px;
}
.about_agency h3,
.info-sec-review h3,
.Ourvision h3,
.Ourmision h3,
.local_search h3,
.moniter_all_review h3,
.Web_Services h3,
.web-process h3,
.manage_local h3 {
    font-size: 35px;
    color: #0c0f13;
    font-weight: 700;
    margin-bottom: 20px;
}
.info-sec-review h3,
.info-sec-review p {
    color: #fff !important;
}
.about_agency p,
.info-sec-review p,
.local_search p,
.moniter_all_review p,
.Web_Services p,
.web-process p,
.manage_local p {
    font-size: 18px;
    line-height: 28px;
    color: #556274;
    font-weight: 400;
    margin-bottom: 20px;
}
.about_agency img {
    margin-top: 60px;
}
.moniter_review {
    background-color: #1e5ae0;
    padding-top: 95px;
}
.review_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.info-img-review {
    margin-bottom: 97px;
}
.mission_vission {
    padding: 150px 0;
    border-bottom: 1px solid #eee;
}
.Ourvision p,
.Ourmision p {
    font-size: 16px;
    line-height: 28px;
    color: #556274;
    font-weight: 400;
}
.why_choose_sec {
    padding-top: 150px;
}
.who_we_are h1,
.faq_sec_main h1,
.Who_we h1 {
    font-size: 42px;
    color: #fcfcfd;
}
.who_we_are .social_icon_left {
    left: -54%;
}
.Who_we .social_icon_left {
    left: -64%;
    top: -44px;
}
.Who_we .banner_info {
    padding-bottom: 30px;
    padding-top: 20px;
}
.Who_we {
    padding-bottom: 0;
}
.who_we_are {
    padding-top: 55px;
}
.how_we_banner {
    padding-top: 60px;
}
.faq_sec_main {
    padding-top: 100px;
}
.local-service-banner {
    padding-top: 140px;
    padding-bottom: 60px;
}
.faq_sec_main .social_icon_left {
    left: -56%;
}
/* ==========================================================================
						Seo page  
========================================================================== */
.local_search {
    background-color: #f5f8fb;
    padding: 140px 0;
}
.moniter_all_review {
    padding: 150px 0;
}
.moniter-sec {
    margin-right: 20px;
}
/* ==========================================================================
						custom website page  
========================================================================== */
.custom-website {
    padding-bottom: 60px;
    padding-top: 140px;
}
.custom-website .social_icon_left {
    left: -68%;
    top: -60px;
}
.web_service_design {
    padding: 150px 0;
}
.web_service_design p {
    font-size: 18px;
    line-height: 32px;
    color: #556274;
    font-weight: 400;
}
.web_service_design a {
    border-radius: 25px;
    background-image: linear-gradient(-90deg, #ff9b46 0%, #fd6500 100%);
    font-size: 16px;
    color: #fcfcfd;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.web-process {
    background-color: #f5f8fb;
    padding: 140px 0;
}
.process-item {
    position: relative;
    padding: 10px 0px 60px 85px;
    margin-left: 3rem;
    min-height: 7rem;
    z-index: 0;
}
.process-item .tracking-date {
    margin-bottom: 0.5rem;
}
.process-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}
.process-item .process-content {
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
}
.process-item .process-content span {
    font-size: 18px;
    line-height: 32px;
    color: #556274;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}
.process-item:after {
    content: "";
    position: absolute;
    left: 0;
    border-left: 1px solid #003fd4;
    top: 20px;
    height: 100%;
    width: 3px;
    z-index: -2;
}
.process-item:last-child:after {
    display: none;
}
.process-item .process-icon {
    position: absolute;
    position: absolute;
    left: -40px;
    width: 80px;
    top: 20px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #003fd4;
    border: 15px solid #c4d3f3fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-item .process-icon.status-current {
    width: 1.9rem;
    height: 1.9rem;
    left: -1.1rem;
}
.process-item .process-icon.status-intransit {
    color: #fff;
    font-size: 26px;
    background: #003fd4;
    font-weight: 700;
}
.process-item .process-icon.status-current {
    color: #00ba0d;
    font-size: 0.6rem;
}
@media (min-width: 992px) {
    .process-item .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
    }
    .process-item .tracking-date span {
        display: block;
    }
    .process-item .process-content {
        padding: 0;
        background-color: transparent;
    }
}
.process-item .process-content {
    font-weight: 700;
    font-size: 22px;
}
/* ==========================================================================
						local service page  
========================================================================== */
.manage_local {
    padding: 140px 0;
}
.local_serv_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.adds_sec {
    padding-top: 140px;
}
.add-box {
    filter: drop-shadow(0px 4px 10px rgba(243, 243, 243, 0.75));
    background-color: #ffffff;
    text-align: center;
    padding: 40px;
    height: 120px;
    margin-bottom: 20px;
}
.adds_sec .add-box:nth-child(5) {
    margin-top: 10px;
}
/* ==========================================================================
						electrician page  
========================================================================== */
.electrican-banner,
.solar-banner,
.plumber-banner,
.Hvac-banner,
.roof-banner {
    padding-bottom: 0 !important;
}
.electrican-banner .social_icon_left,
.Hvac-banner .social_icon_left {
    left: -68%;
    top: -70px;
}
.solar-banner .social_icon_left {
    left: -70%;
    top: -70px;
}
.electrican-banner .banner_info,
.solar-banner .banner_info,
.Hvac-banner .banner_info,
.roof-banner .banner_info,
.plumber-banner .banner_info {
    max-width: 560px;
    margin: 0 auto;
}
.advertising h3,
.advertising p,
.contractors h3,
.contractors p {
    text-align: left;
}
.solar-banner .banner_info {
    padding-bottom: 100px;
}
.Who_we .banner_info {
    padding-bottom: 150px;
}
.solar-banner .vect_img_elec,
.Who_we .vect_img {
    position: absolute;
    bottom: 0;
}
.advertising a {
    float: left;
    padding: 10px 52px;
}
.advertising {
    padding: 140px 0;
}
.contractors h3,
.contractors p {
    color: #fff !important;
}
.contractors p {
    margin-bottom:30px;
}
.electrican-banner h1,
.solar-banner h1,
.Hvac-banner h1,
.plumber-banner h1,
.roof-banner h1 {
    font-size: 42px;
}
.electrican-banner,
.main_banner {
    padding-bottom: 0px;
}
.contractors,
.Solar-contractors,
.plum-contractors,
.havc-contractors,
.roof-contractors {
    background-image: url(../images/electrical-con-bg.png);
    height: 500px;
    background-color: #171d1d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50 px 0;
}
/* ==========================================================================
						Thoughts Section  
========================================================================== */
.tho_sec {
    padding: 150px 0;
}
.th_cn h2 {
    font-size: 35px;
    line-height: 45px;
    color: #0c0f13;
    font-weight: 700;
    margin-bottom: 20px;
}
.th_cn p {
	font-size: 16px;
	line-height: 28px;
	color: #556274;
	font-weight: 400;
}
.th_bor_bx {
    border-left: 2px solid #000;
    padding: 20px;
    margin: 15px 0;
}
.th_bor_bx p {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
	margin-bottom: 10px;
    font-weight: 600;
}
.th_bor_bx h6 {
    font-size: 18px;
    line-height: 33px;
    color: #000000;
    font-weight: 500;
}
.when_walking_cn h5 {
    font-size: 24px;
    line-height: 48px;
    color: #0c0f13;
    font-weight: 700;
}
.when_walking_cn p {
    font-size: 16px;
    line-height: 28px;
    color: #556274;
    font-weight: 400;
}
.when_walking {
    padding-top: 90px;
    padding-bottom: 10px;
}
.when_walking_head h3 {
    font-size: 35px;
    line-height: 48px;
    color: #0c0f13;
    font-weight: 700;
}
.when_main_cn {
    padding: 50px 0;
}
/* ==========================================================================
						solar-contractors page  
========================================================================== */
.Solar-contractors {
    background-image: url(../images/solar-co.png);
}
.plumber-banner .social_icon_left {
    left: -58%;
}
.plum-contractors {
    background-image: url(../images/plum-bg.png);
}
.havc-contractors {
    background-image: url(../images/bg-havc.png);
}
.roof-contractors {
    background-image: url(../images/roof-bg.png);
}
.Hvac-banner .social_icon_left {
    left: -64%;
}
.roof-banner .social_icon_left {
    left: -62% !important;
    top: -30px;
}
.copy_right p a {
    border-left: 1px solid #ccc;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    color: #556274;
    /* font-weight: 500; */
}
.copy_right p a:hover{
	color: #fd6d09;
}
section.pages_sec h1 {
    text-align: center;
}
section.pages_sec article {
    padding: 10px;
}
section.pages_sec article .entry-content p {
    margin: 13px 0;
}
section.pages_sec article .entry-content h2 {
    padding: 20px 0 0px 0;
    font-size: 20px;
}
.innner_pages_header {
    background-image: url(../images/who_we.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.innner_pages_header {
    padding-bottom: 0;
    padding-top: 140px;
}
span.copyright_link {
    margin-left: 10px;
}
section.pages_sec .entry-content ul li {
    list-style: disc;
    margin: 10px 0 17px 0;
	color: #556274;
}
section.pages_sec .entry-content ul li a{
	color: #556274;
}
section.pages_sec .entry-content ul li a:hover{
	color: #fd6d09;
}
section.pages_sec .entry-content ul li ul li {
    margin: 0;
}
@media only screen and (max-width: 1260px) {
    .project_cont h2 {
        font-size: 40px !important;
    }
    .ppc-banner .social_icon_left {
        left: -31%;
    }
    .Seo-banner .social_icon_left {
        left: -35%;
    }
    .social_icon_left {
        display: none;
    }
    .main_banner h1 {
        font-size: 49px;
    }
}
@media only screen and (max-width: 1200px) {
    .news .Signup__form input,
    .news .Signup__form button {
        width: 100%;
        margin-top: 20px;
    }
    .contact_banner .main_banner h1 {
        font-size: 42px;
    }
    .contact_banner .banner_info {
        width: auto !important;
    }
    .Seo-banner .social_icon_left {
        left: -37%;
    }
    .mousey {
        display: none;
    }
    .banner_info h1 {
        font-size: 38px !important;
    }
}
@media only screen and (max-width: 1100px) {
    .ppc-banner .social_icon_left {
        left: -34%;
    }
    .Seo-banner .social_icon_left {
        left: -38%;
    }
    .banner_home {
        padding-top: 55px;
    }
    .header_area .navbar .nav .nav-item {
        margin-right: 20px;
    }
    .right-button .grt_stated {
        padding: 9px 30px;
        font-size: 14px;
    }
    .logo_h img {
        max-width: 200px;
    }
    .ppc-banner,
    .local-service-banner {
        padding: 100px 0 70px 0;
    }
}

@media only screen and (max-width: 991px) {
    .main_banner h1 {
        font-size: 35px !important;
    }
    .contact_banner .main_banner h1 {
        font-size: 30px;
    }
    .who_we_are .social_icon_left {
        display: none;
    }
    .cli_r_slider button.slick-prev.slick-arrow {
        left: 0% !important;
    }
    .cli_r_slider button.slick-next.slick-arrow {
        right: 0% !important;
    }
    .social_icon_left {
        display: none;
    }
    .scroll-downs {
        display: none;
    }
    .banner_info p {
        font-size: 16px;
        line-height: 26px;
    }
	.process-item .process-content span{
		font-size: 16px;
		line-height: 26px;
	}
	.process-item {
		padding: 10px 0px 25px 60px;
	}
	.get_free_info {
		text-align: center;
	}
    .address h3,
    .we_help_you h3,
    .why_choose h3,
    .get_free_info h3,
    .better-img-info h3,
    .testimonials h3,
    .full_service h3,
    .We_are_next h3,
    .what_our_sec h3,
    .Get_in_touch h3,
    .digital_inner_info h3,
    .faq_info h3 {
        font-size: 25px;
    }
    .faq_info {
        padding: 0;
    }
	.about_agency,
    .mission_vission,
    .web_service_design,
    .web-process,
    .manage_local,
    .why_choose_sec,
    .moniter_all_review {
        padding: 50px 0 !important;
    }
	.contact_banner, .get_free, .why_choose_sec, .web-process, .web_service_design, .tho_sec, .roof-banner, .advertising, .Seo-banner{
		padding: 50px 0;
	}
	.Web_Services h3 {
		margin-bottom: 15px;
	}
	.web_service_design p {
		font-size: 16px;
		line-height: 28px;
	}
	.local_serv_img {
		text-align: center;
	}
	.roof-contractors {
		height: auto;
		padding: 50px 0;
	}
	.roof_ad_mg img {
		width: 100%;
		margin-bottom: 20px;
	}
	.Web_Services h3{
		margin-bottom:0;
	}
	.Who_we{
		padding-top:75px;
	}
	.Who_we .banner_info {
		padding-bottom: 75px;
	}
	.info-img-review {
		margin-top: 25px;
		text-align: center;
	}
	.info-img-review {
		margin-bottom: 97px;
	}
	.thr_img {
		margin-top: 25px;
		text-align: center;
	}
	.main_banner {
		margin-top: 0;
	}
	.custom-website {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.main_banner h1 {
		font-size: 24px !important;
	}
	.footer_logo img {
		margin-bottom: 5px;
	}
	.project_cont {
		height: 166px;
	}
	.project_cont h2{
		margin-bottom:0;
		font-size: 30px !important;
	}
	.project_cont p {
		font-size: 14px;
	}
	.when_walking {
		padding-top: 50px;
	}
	.when_walking_head h3, .th_cn h2 {
		font-size: 25px;
		line-height: 40px;
	}
	.when_walking_cn h5 {
		font-size: 20px;
		line-height: 40px;
	}
	.what_our_sec {
		padding-top: 70px;
		margin-bottom: 60px;
	}
	footer {
		padding-top: 75px;
	}
	.th_bor_bx p {
		font-size: 18px;
		line-height: 25px;
	}
	.th_bor_bx h6 {
		font-size: 16px;
		line-height: 20px;
	}
	.contractors p {
		margin-bottom: 30px;
		text-align: center;
	}
}
@media only screen and (max-width: 768px) {
    .info-bx {
        border: none;
        margin: 0px 0 !important;
    }
    .pro-_img {
        margin-bottom: 30px;
    }
    .main_product {
        padding: 25px 0;
    }
    .trending_pro h3,
    .blogs h3,
    .test-slider h3,
    .Special_pro h3,
    .we_help_you h3,
    .why_choose h3,
    .get_free_info h3,
    .better-img-info h3,
    .testimonials h3,
    .full_service h3,
    .We_are_next h3,
    .what_our_sec h3,
    .address h3,
    .Get_in_touch h3 {
        font-size: 23px;
        line-height: 28px;
    }
    .slick-dots {
        bottom: -12px;
    }
    .footer-links,
    .footer_logo {
        margin-top: 20px;
        padding-left: 0;
    }
    .banner_slide {
        height: 450px;
    }
    .pro_info {
        left: 8%;
    }
    .testimonial_box-top {
        height: auto;
    }
    .card.blog-card {
        height: auto;
    }
    .news .Signup__form button {
        margin-left: 0;
    }
    footer {
        padding-top: 50px;
    }
    .get_free_content {
        padding: 30px 10px;
    }
    .we_help_you {
        padding: 50px 0;
    }
    .better_website {
        padding: 50px 0 100px 0;
    }
    .full_service {
        padding: 90px0 32px 0;
    }
    .next_generation,
    .get_free {
        padding: 60px 0;
    }
    .why_choose {
        padding-bottom: 90px;
    }
    .what_our_sec {
        padding-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .social_icon_left {
        display: none;
    }
    .better-img-info h3,
    .better-img-info p {
        text-align: center;
    }
    .how_cn_bx p {
        font-size: 15px;
    }
    .form_area {
        margin: 90px 0 !important;
    }
    .better-img-info {
        text-align: center;
    }
    .about_agency,
    .mission_vission,
    .web_service_design,
    .web-process,
    .manage_local,
    .why_choose_sec,
    .moniter_all_review {
        padding: 50px 0 !important;
    }
    .adds_sec {
        padding: 90px 0 0 0 !important;
    }
    .Ourvision {
        margin-bottom: 20px;
    }
    .about_agency h3,
    .info-sec-review h3,
    .Ourvision h3,
    .Ourmision h3,
    .local_search h3,
    .moniter_all_review h3,
    .Web_Services h3,
    .web-process h3,
    .manage_local h3,
    .inner_con-sec h3 {
        font-size: 25px !important;
        text-align: center;
    }
    .Get_in_touch a,
    .who_we_submit,
    .submit-btn,
    .form_assessment a,
    .better-img-info a,
    .info-sec-review a,
    .banner_info .book_btn,
    .full_service a,
    .digital_inner_info .book_btn,
    .local_search a,
    .moniter_all_review a {
        display: block;
    }
    .project_cont {
        margin-top: 20px;
    }
    .banner_vec {
        margin-top: 20px;
    }
    .project_sec {
        position: relative !important;
    }
    .bg_digital {
        height: auto !important;
        margin-bottom: 40px !important;
    }
    .img_srch {
        margin: 20px 0;
    }
    .vect_img {
        margin-top: 15px;
    }
    .better_slider button {
        top: -10%;
    }
    .We_are_next {
        padding-left: 0;
    }
    .quotes_icon {
        top: 0;
    }
    .custom-website {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .process-item:after {
        display: none;
    }
    .process-item {
        position: relative;
        min-height: 7rem;
        z-index: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin-left: 0;
        text-align: center;
    }
    .process-item .process-icon {
        position: relative;
        border: 5px solid #c4d3f3fa;
        margin-bottom: 20px;
        left: 0;
    }
    .web_service_design p {
        font-size: 15px;
    }
    .web-process,
    .ppc_management {
        padding: 60px 0;
    }
    .about_agency p,
    .info-sec-review p,
    .local_search p,
    .moniter_all_review p,
    .Web_Services p,
    .web-process p,
    .manage_local p {
        font-size: 16px;
    }
    .main_banner {
        margin-top: 0px;
    }
    .ppc-banner,
    .local-service-banner,
    .local_search {
        padding: 60px 0;
    }
    .vect_img_elec {
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .advertising {
        padding: 60px 0;
    }
    .contractors a {
        font-size: 16px;
    }
    .inner_con-sec {
        text-align: center !important;
    }
    .Web_Services h3 {
        margin-top: 0;
    }
	
	.form_area {
		margin: 45px 0 !important;
	}
	.main_banner h1 {
		font-size: 25px !important;
	}
	.when_walking_head h3, .th_cn h2 {
		font-size: 20px;
		line-height: 29px;
	}
	.digital_inner_info p {
		color: #fff;
		padding:15px 15px;
	}
}
@media only screen and (max-width: 575px) {
    .banner_slide {
        height: 350px;
    }
    .big_sale h3 {
        font-size: 18px;
    }
    .big_sale p {
        font-size: 16px;
        line-height: 1.5;
    }
    .big_sale h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .address-bx,
    .inner_srch_area {
        display: block !important;
        text-align: center;
    }
    .address-bx .img-icon {
        margin: 0 auto;
    }
    .content_icon span {
        font-size: 19px;
        line-height: 33px;
    }
    .Get_in_touch label,
    .content_icon p {
        font-size: 15px;
    }
    .banner_info h1 {
        font-size: 25px !important;
    }
    .faq_sec_main {
        padding-top: 60px;
    }
    .Get_in_touch {
        padding: 30px;
    }
    .form_assessment {
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height: 280px;
    }
}
section.error-404.not-found {
    padding-top: 50px;
}
section.cliqueshack-posts {
    padding-top: 50px;
}