/* ==============================================================
    Banner section css  
    ===========================================================*/
.inner-hero-section {
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-hero-content {
    padding-top: 2vw;
    padding-bottom: 9.75vw;
    width: 100%;
    max-width: 650px;
}
.inner-hero-content h1 span {
    color: #fff;
}
.inner-hero-content h1::before {
    position: absolute;
    content: "";
    height: calc(100% - 24px);
    width: 8px;
    background-color: #fff;
    left: -30px;
    top: 12px;
}
.inner-hero-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 5px 0 26px 0;
}
.inner-hero-content a {
    background-color: #fff;
    color: #2da9e4;
    border: 1px solid #fff;
}
.inner-hero-content a:hover {
    color: #fff;
}
.inner-hero-section {
    padding-bottom: 80px;
    padding-top: 140px;
}
/* ==============================================================
    END banner section css  
    ===========================================================*/

/* ==============================================================
    Consolidate section css  
    ===========================================================*/
.consolidate-content {
    text-align: center;
}
.consolidate-content h2 {
    margin-bottom: 35px;
}
.consolidate-content p {
    line-height: 30px;
    font-size: 18px;
    margin: 0;
}
.consolidate-content .content p:not(:last-child) {
    margin-bottom: 15px;
}  
/* ==============================================================
    Consolidate section css  
    ===========================================================*/

/* ==============================================================
    FIX A HACKED section css START
    ===========================================================*/
.hacked-website-section {
    position: relative;
}
.hacked-website-section::before {
    content: "Security";
    text-transform: uppercase;
    font-size: 7vw;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    color: #f2f5fa;
}
/* ==============================================================
    FIX A HACKED section css END  
    ===========================================================*/

/* ==============================================================
    Our Services section css  
    ===========================================================*/
.our-services-head {
    text-align: center;
    padding-bottom: 70px;
}
.our-services-head p {
    font-size: 18px;
    line-height: 30px;
    max-width: 1050px;
    margin: auto;
}
.our-services-wrap {
    display: flex;
    flex-wrap: wrap;
}
.our-services-item {
    width: 25%;
    margin-bottom: 70px;
    text-align: center;
    padding: 20px 15px 40px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
}
.our-services-item .service-icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 35px;
    border-radius: 100%;
    box-shadow: 0px 3px 6px -2px rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-services-item .service-icon svg,
.our-services-item .service-icon img {
    width: 65px;
}
.our-services-item::before {
    position: absolute;
    content: "";
    background-color: #2da9e4;
    height: 3px;
    width: calc(100% - 0px);
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.our-services-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.our-services-item .service-icon svg path {
    fill: #2da9e4;
}
.our-services-item:hover {
    box-shadow: 0px 6px 11px -6px rgba(0,0,0,0.5);
    background-color: #fff;
}
.our-services-item h3 {
    margin: 0;
    padding-bottom: 20px;
}
.our-services-item p {
    margin: 0;
}
/* ==============================================================
    Our Services section css  
===========================================================*/

/* ==============================================================
    Infected Website section css  
===========================================================*/
.infected-website-section .infected-website-content p,
.hacked-website-section .hacked-website-content p {
    font-size: 18px;
    line-height: 30px;
}
/* ==============================================================
    End Infected Website section css  
===========================================================*/


/* ==============================================================
    Security Plan section css  
===========================================================*/
.wp-our-security-plan-section {
    overflow: hidden;
}
.wp-security-txt h2 {
    padding-bottom: 20px;
    max-width: 500px;
    margin: 0;
}
.wp-security-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #191919;
}
.wp-security-infected-right {
    text-align: center;
}
.wp-security-hacked-left {
    text-align: left;
}
.wp-security-scanner-right {
    text-align: center;
}
.remove-malware-headline {
    text-align: center;
    max-width: 320px;
    margin: auto;
    padding-bottom: 70px;
}
.security-plan-headline {
    text-align: center;
    max-width: 680px;
    margin: auto;
    padding-bottom: 80px;
}
.wp-security-plan-i .wp-remove-malware-process-inner, 
.wp-security-plan-ii .wp-remove-malware-process-inner {
    display: flex;
    flex-flow: row-reverse;
    text-align: end;
    align-items: center;
}
.wp-security-plan-i .wp-remove-malware-process-wrap:not(:last-child), 
.wp-security-plan-ii .wp-remove-malware-process-wrap:not(:last-child) {
    padding-bottom: 80px;
}
div#wp-our-security-plan-wrapper {
    align-items: center;
    flex-wrap: unset;
}
.wp-security-plan-ii .wp-remove-malware-process-inner {
    flex-flow: row;
    text-align: start;
}
.wp-security-plan-image {
    text-align: center;
}
#wp-our-security-plan-wrapper .wp-content {
    max-width: 360px;
}
.wp-security-plan-i .wp-remove-malware-process-inner .wp-content {
    padding-right: 20px;
}
.wp-remove-malware-process-inner .wp-content h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 8px;
    margin: 0;
}
.wp-remove-malware-process-inner .wp-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #666666;
}
.wp-security-plan-ii .wp-remove-malware-process-inner .wp-content {
    padding-left: 20px;
}
.wp-security-plan-i .wp-remove-malware-process-wrap:nth-child(2) {
    margin-right: 25px;
}
.wp-security-plan-ii .wp-remove-malware-process-wrap:nth-child(2) {
    margin-left: 20px;
}
.wp-security-plan-i .wp-remove-malware-process-wrap:not(:nth-child(2)) {
    margin-right: -10px;
}
.wp-security-plan-ii .wp-remove-malware-process-wrap:not(:nth-child(2)) {
    margin-left: -10px;
}
/* ==============================================================
    Security Plan section css  
    ===========================================================*/

.our-services-item:hover .service-icon {
    background: #2da9e4;
}
.our-services-item:hover .service-icon img {
    width: 65px;
    filter: grayscale(4) brightness(4.5);
}
.our-services-item:hover h3 {
    color: #3ca9e4;
}


/* ==============================================================
    Resposnive css  
    ===========================================================*/

@media only screen and (min-width: 2000px) {
    .inner-hero-section {
        background-size: 100% 1000px;
    }
    .inner-hero-section {
        padding-bottom: 7.75vw;
    }
}

@media only screen and (min-width: 1800px) {
    .inner-hero-img {
        max-width: calc(100% + 130px) !important;
        width: calc(100% + 130px) !important;
    }
}

@media only screen and (max-width: 1650px) {
    .inner-hero-section {
        background-size: 1680px;
        background-position: top;
    }
}

@media only screen and (max-width:1410px) {
    .wp-remove-malware-process-inner .wp-content h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .wp-remove-malware-process-inner .wp-content p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media only screen and (max-width:1199px) {
    .wp-security-plan-i .wp-remove-malware-process-inner .wp-content {
        padding-right: 15px;
    }
    .wp-security-plan-ii .wp-remove-malware-process-inner .wp-content {
        padding-left: 15px;
    }
    .wp-security-plan-i .wp-remove-malware-process-wrap:not(:last-child), 
    .wp-security-plan-ii .wp-remove-malware-process-wrap:not(:last-child) {
        padding-bottom: 50px;
    }
    .security-plan-headline {
        max-width: 500px;
    }
}
@media only screen and (max-width:991px) {
    .wp-security-plan-i .wp-remove-malware-process-wrap:not(:last-child), 
    .wp-security-plan-ii .wp-remove-malware-process-wrap:not(:last-child) {
            padding-bottom: 40px;
    }
    .wp-security-plan-i .wp-remove-malware-process-inner .wp-thumbnail img, 
    .wp-security-plan-ii .wp-remove-malware-process-inner .wp-thumbnail img {
        width: 45px;
        padding-bottom: 10px;
    }
    .wp-security-plan-i .wp-remove-malware-process-inner .wp-content {
        padding-right: 0;
    }
    .wp-security-plan-ii .wp-remove-malware-process-inner .wp-content {
        padding-left: 0;
    }
    .security-plan-headline {
        padding-bottom: 60px;
    }
    #wp-our-security-plan-wrapper {
        flex-wrap: wrap !important;
    }
    .wp-security-plan-i .wp-remove-malware-process-inner, 
    .wp-security-plan-ii .wp-remove-malware-process-inner {
        flex-wrap: wrap;
        max-width: 320px;
        margin: auto;
    }
    .wp-security-plan-i .wp-remove-malware-process-inner .wp-thumbnail img, 
    .wp-security-plan-ii .wp-remove-malware-process-inner .wp-thumbnail img {
        width: 45px;
        padding-bottom: 10px;
    }
    .wp-security-plan-i .wp-remove-malware-process-inner .wp-content {
        padding-right: 0;
    }
    .wp-security-plan-ii .wp-remove-malware-process-inner .wp-content {
        padding-left: 0;
    }
    .ie-col-4 {
        width: 100%;
    }
    #wp-our-security-plan-wrapper .wp-content {
        max-width: 100%;
        text-align: center;
    }
    .wp-security-plan-i .wp-remove-malware-process-inner .wp-thumbnail, 
    .wp-security-plan-ii .wp-remove-malware-process-inner .wp-thumbnail {
        width: 100%;
        text-align: center;
    }
    .wp-security-plan-i .wp-remove-malware-process-wrap:nth-child(2) {
        margin-right: 0;
    }
    .wp-security-plan-ii .wp-remove-malware-process-wrap:nth-child(2) {
        margin-left: 0;
    }
    .wp-security-plan-image {
        padding: 40px 0;
    }
    .wp-security-plan-i .wp-remove-malware-process-wrap:not(:last-child), 
    .wp-security-plan-ii .wp-remove-malware-process-wrap:not(:last-child) {
        padding-bottom: 30px;
    }
    .security-plan-headline {
        padding-bottom: 50px;
    }
    .security-plan-headline {
        max-width: 430px;
    }
    .our-services-item {
        width: 50%;
        margin-bottom: 50px;
    }
    .inner-hero-img {
        display: none;
    }
    .hacked-website-img, .infected-website-img {
        margin-bottom: 40px;
    }
    section.ie-section.inner-hero-section {
        background-image: url(/wp-content/uploads/2020/04/web-design-hero-bg-1.png) !important;
        background-size: 1050px 100%;
        background-position: left center;
    }
    .infected-website-section .row.align-items-center {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width:767px) {
    .security-plan-headline {
        max-width: 320px;
    }
    .our-services-item {
        width: 100%;
    }
    .inner-hero-section {
        padding-top: 100px;
    }
    .wp-security-plan-i .wp-remove-malware-process-wrap:not(:nth-child(2)) {
        margin-right: 0;
    }
    div#wp-our-security-plan-wrapper {
        padding: 0 15px;
    }
    .our-services-item .service-icon {
        background: #2da9e4;
    }
    .our-services-item .service-icon img {
        width: 65px;
        filter: grayscale(4) brightness(4.5);
    }
    
    .our-services-item {
        box-shadow: 0px 6px 11px -6px rgba(0,0,0,0.5);
        background-color: #fff;
    }
}

@media only screen and (max-width: 575px) {
    .inner-hero-content p,
    .consolidate-content p,
    .our-services-head p,
    .infected-website-section .infected-website-content p,
    .hacked-website-section .hacked-website-content p {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 475px) {
    .inner-hero-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .inner-hero-section .ie-primary-title {
        font-size: 25px;
    }
}