/* ============================================================
    START CSS OF Digital Media Marketing Hero Section
============================================================ */
section.media-marketing-hero-section {
    background-size: 100% 990px;
    padding-bottom: 180px;
    padding-top: 120px;
    background-repeat: no-repeat;
    position: relative;
}
.media-marketing-hero-left-content {
    padding-top: 30px;
}
.media-marketing-hero-left-content p {
    font-size: 18px;
    line-height: 30px;
}
section.media-marketing-hero-section h1.ie-primary-title::before {
    position: absolute;
    content: "";
    height: calc(100% - 27px);
    width: 8px;
    background-color: #2da9e4;
    left: -15px;
    top: 13px;
}
/* ============================================================
    END CSS OF Digital Media Marketing Hero Section
============================================================ */

/* ============================================================
    START CSS OF WE KNOW EXACTLY
============================================================ */
.web-site-traffic-section .web-site-traffic-content p {
    font-size: 18px;
    line-height: 30px;
}
.web-site-traffic-content {
    text-align: center;
    padding-bottom: 50px;
}
.speed-guru-our-services-items .speed-guru-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;
}
.speed-guru-our-services-items {
    padding: 20px 25px 30px;
    text-align: center;
/* 	border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out; 
    cursor: pointer;
    box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5);  */
}
/* .speed-guru-our-services-items:hover {
    box-shadow: 0px 6px 11px -6px rgba(0,0,0,0.5);
    border-bottom: 3px solid #2da9e4;
} */
.speed-guru-our-services-items .speed-guru-icon svg,
.speed-guru-our-services-items .speed-guru-icon img {
    width: 65px;
}

.speed-guru-our-services-items h3, .speed-guru-our-services-items p {
    margin: 0;
}
.speed-guru-our-services-items .speed-guru-hidden-content {
    padding-top: 15px;
    /* visibility: hidden;
    opacity: 0; */
    transition: all .3s ease-in-out;
}
.speed-guru-our-services-items:hover .speed-guru-hidden-content {
    visibility: visible;
    opacity: 1;
    color: #8a8a8a !important;
}

.speed-guru-icon svg path {
    transition: all 0.3s ease-in-out;
    fill: #2DA9E4;
}
.speed-guru-our-services-items:hover .speed-guru-icon {
    background: #2da9e4;
}
.speed-guru-our-services-items:hover .speed-guru-icon svg path {
    fill: #fff;
}
.speed-guru-our-services-items:hover .speed-guru-icon img {
    filter: grayscale(1) brightness(3.5);
}
.speed-guru-our-services-items:hover h3 {
    color: #2da9e4;
}
.web-site-traffic-section {
    padding-top: 90px;
}
.web-site-traffic-section h2.ie-primary-title {
    margin-bottom: .9em;
}
.web-site-traffic-section {
    position: relative;
    overflow: hidden;
}
.web-site-traffic-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 500px;
    height: 500px;
    margin: auto;
    background-color: rgb(45, 169, 228);
    opacity: 0.2;
    border-radius: 100%;
}

/* ============================================================
    END CSS OF WE KNOW EXACTLY
===========================XXXXXXX========================== */


/* ============================================================
    START CSS OF GET MORE SALES
============================================================ */
.get-more-sales-section .row, .working-towards-section .row{
    align-items: center;
}
.get-more-sales-left-content ul li, .working-towards-left-content ul li {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.get-more-sales-left-content ul li::before, .working-towards-left-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-size: 23px;
    top: 2px;
}
.get-more-sales-left-content ul, .working-towards-left-content ul {
    padding-left: 0;
}
.get-more-sales-section .get-more-sales-left-content p {
    font-size: 18px;
    line-height: 30px;
}
/* ============================================================
    END CSS OF GET MORE SALES
===========================XXXXXXX========================= */

    
/* ============================================================
    START CSS OF 3 Tab 
============================================================ */

.inc_service_btns {
    display: flex;
}
span.ie_tab_btn {
    display: block;
    padding: 18px 10px;
    width: 100%;
    text-align: center;
    background-color: #2da9e4;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
    font-weight: 500;
}
span.ie_tab_btn:last-child {
    border-right: 0;
}
span.ie_tab_btn.active {
    background: #ebebeb;
    color: #000;
}
.inc_service_item {
    display: none;
}
.inc_service_item.active {
    display: block;
}
.included-services-row {
    padding-bottom: 25px;
}
.whats_included_sec h2 {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}
.inc_service_item {
    padding: 20px 20px 0;
}
.whats_included_sec p {
    text-align: center;
}

section.tabs_section .media-marketing-section-img {
    margin-bottom: 25px;
    padding-right: 50px;
}
section.tabs_section #tab_2_func .media-marketing-section-img {
    padding-right: 0px;
    padding-left: 50px;
}
section.tabs_section {
    position: relative;
    overflow: hidden;
}
section.tabs_section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -400px;
    width: 500px;
    height: 500px;
    margin: auto;
    background-color: rgb(45, 169, 228);
    opacity: 0.2;
    border-radius: 100%;
}
.specialise-lms-right-services {
    display: flex;
    flex-wrap: wrap;
}
.tab-left-content, .tab-right-content {
    width: 50%;
}
.specialise-lms-right-services {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
}


/* ============================================================
    END CSS OF 3 Tab 
============================XXXXXXX========================= */


/* ============================================================
    START CSS OF Service We Offer
============================================================ */

.services-we-offers-section::before {
    display: none;
}

/* ============================================================
    END CSS OF Service We Offer
===========================XXXXXXX========================== */
.working-towards-section .working-towards-left-content p {
    font-size: 18px;
    line-height: 30px;
}

/* ============================================================
    START CSS OF Testimonial
============================================================ */
.testimonial_item {
    background: #fff !important;
}
/* ============================================================
    END CSS OF Testimonial
=============================XXXXXXX========================== */

.sgosi-container {
    flex-basis: calc(25% - 50px);
    margin-bottom: 30px;
    box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5);
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    margin-left: 15px;
	cursor: pointer;
}
.speed-guru-our-services-wrap .sgosi-container:not(:nth-child(4n + 4)){
     margin-right: 35px;
}
.sgosi-container:hover {
    box-shadow: 0px 6px 11px -6px rgba(0,0,0,0.5);
    border-bottom: 3px solid #2da9e4;
}




                                        /*==============================
                                                        min-width: 1700px
                                                        ================================*/
@media only screen and (min-width: 1700px) {
    .media-marketing-hero-right-content .media-marketing-section-img {
        width: calc(100% + 130px);
    }
}


                                        /*==============================
                                                        max-width: 1699px
                                                        ================================*/
@media only screen and (max-width: 1699px) {
    section.media-marketing-hero-section {
        background-image: url(/wp-content/uploads/2020/04/Ellipse-728.png) !important;
    }
    section.media-marketing-hero-section {
        background-size: cover;
        padding-bottom: 130px;
        background-position: bottom;
    }
}


                                        /*==============================
                                                        min-width: 1500px
                                                        ================================*/
@media only screen and (min-width: 1500px) {
    .get-more-sales-section .row .left-area,
    .working-towards-section .row .left-area {
        padding-left: calc(50% - 690px);
    }
}

                                        /*==============================
                                                        max-width: 1499px
                                                        ================================*/
@media only screen and (max-width: 1499px) {
    .get-more-sales-section .row .left-area,
    .working-towards-section .row .left-area {
        padding-left: calc(50% - 625px);
    }
}

                                        /*==============================
                                                        max-width: 1365px
                                                        ================================*/
@media only screen and (max-width: 1365px) {
    .get-more-sales-section .row .left-area,
    .working-towards-section .row .left-area {
        padding-left: calc(50% - 555px);
    }
}

                                        /*==============================
                                                        max-width: 1199px
                                                        ================================*/
@media only screen and (max-width: 1199px) {
    .get-more-sales-section .row .left-area,
    .working-towards-section .row .left-area {
        padding-left: calc(50% - 465px);
    }
}
                                        /*==============================
                                                        min-width: 992px
                                                        ================================*/
@media only screen and (min-width: 992px) {
        /* home final who we are */
    .speed-guru-our-services-wrap .speed-guru-our-services-items {
        flex-basis: calc(25% - 15px);
    }
/*     .speed-guru-our-services-wrap .speed-guru-our-services-items:not(:nth-child(4n + 4)) {
        margin-right: 20px;
    } */
    /* home final who we are */
    .get-more-sales-section-img-mobile, .working-towards-section-img-mobile {
        display: none;
    }
}
                                        /*==============================
                                                        max-width: 991px
                                                        ================================*/
@media only screen and (max-width: 991px) {
    .speed-guru-our-services-items {
        margin-bottom: 30px;
    }
    .get-more-sales-section .row .left-area,
    .working-towards-section .row .left-area {
        padding-left: 15px;
    }
    .service-section-img {
        display: none;
    }
    .media-marketing-hero-right-content .media-marketing-section-img {
        display: none;
    }
    section.media-marketing-hero-section {
        background-image: url(/wp-content/uploads/2020/04/Ellipse-728-mobile.png) !important;
        background-size: cover;
        
        background-position: center bottom;
        margin-bottom: 20px;
    }
    .tab-left-content, .tab-right-content {
        width: 100%;
    }
    section.tabs_section .media-marketing-section-img {
        padding-right: 0px;
    }
    section.tabs_section #tab_2_func .media-marketing-section-img {
        padding-left: 0px;
    }
    .services-we-offers-section {
        padding-top: 70px !important;
        padding-bottom: 50px !important;
    }
    section.media-marketing-hero-section {
        padding-top: 60px;
    }
    .get-more-sales-section .get-more-sales-left-content,
    .working-towards-section .working-towards-left-content {
        text-align: center;
    }
}

                                        /*==============================
                                                        min-width: 768px
                                                        ================================*/
@media only screen and (min-width: 768px) {
/*     .speed-guru-our-services-items {
        margin-bottom: 30px;
    } */
}

                                        /*==============================
                                                        max-width: 767px
                                                        ================================*/
@media only screen and (max-width: 767px) {

    .inc_service_btns {
        display: flex;
        flex-direction: column;
    }/* 3 Tab section */
    span.ie_tab_btn {
        border-right: 0;
        border-bottom: 1px solid #ebebeb;
    }/* 3 Tab section */

    .speed-guru-our-services-items .speed-guru-hidden-content {
        padding-top: 15px;
        visibility: visible;
        opacity: 1;
    }
/*     .speed-guru-our-services-items {
        box-shadow: 0px 6px 11px -6px rgba(0,0,0,0.5);
        border-bottom: 3px solid #2da9e4;
    } */
    .speed-guru-our-services-items .speed-guru-icon {
        background: #2da9e4;
    }
    .speed-guru-our-services-items .speed-guru-icon svg path {
        fill: #fff;
    }
    section.media-marketing-hero-section {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .specialise-lms-right-services {
        padding: 35px 0 0;
    }
    .speed-guru-our-services-items .speed-guru-icon img {
        filter: grayscale(1) brightness(3.5);
    }
	.sgosi-container {
    	flex-basis: calc(100% - 0px);
		background: #fff;
    	box-shadow: 3.277px 2.294px 3px 0px rgba(0, 0, 0, 0.1);
	}
	.speed-guru-our-services-wrap .sgosi-container:not(:nth-child(4n + 4)) {
		margin-right: 15px;
	}
	.speed-guru-our-services-wrap .sgosi-container:last-child {
		margin-right: 15px;
	}
}
                                        /*==============================
                                                        max-width: 575px
                                                        ================================*/
@media only screen and (max-width: 575px) {
    section.media-marketing-hero-section {
        padding-top: 30px;
    }
    .media-marketing-hero-left-content p,
    .web-site-traffic-section .web-site-traffic-content p,
    .get-more-sales-section .get-more-sales-left-content p,
    .working-towards-section .working-towards-left-content p {
        font-size: 16px;
        line-height: 1.5;
    }
    section.media-marketing-hero-section h1.ie-primary-title::before{
        display: none;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
	.sgosi-container {
    	flex-basis: calc(50% - 30px);
	}
	.speed-guru-our-services-wrap .sgosi-container:not(:nth-child(4n + 4)) {
    	margin-right: 15px;
	}
}
