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

/* ==============================================================
    END banner section css  
    ===========================================================*/

/* ==============================================================
    Our Pricing section
    ===========================================================*/

.our-pricing-content-wrap p.btm-description {
    color: #666666;
    font-weight: 500;
    max-width: 1100px;
    padding-bottom: 35px;
}
.our-pricing-content-wrap p {
    margin: auto;
    padding-top: 10px;
    max-width: 630px;
    color: #8a8a8a;
    font-size: 18px;
}
.our-pricing-content-wrap p.description strong {
    color: #666;
    font-weight: 500;
}
.our-pricing-content-wrap p.btm-description {
    color: #666666;
    font-weight: 500;
    max-width: 1100px;
    padding-bottom: 35px;
}
.our-pricing-content-wrap {
    text-align: center;
}
.pricing-tabs-wrap {
    margin: 80px 0;
}

/* ==============================================================
    END Our Pricing section
    ===========================================================*/

/* ==============================================================
    Specialise LMS section
    ===========================================================*/
.specialise-lms-section .specialise-lms-top {
    width: 100%;
    max-width: 930px;
    margin: 0 auto 70px;
}
.specialise-lms-section .specialise-lms-top h2 {
    max-width: 430px;
    margin-bottom: 15px;
}
.specialise-lms-section .specialise-lms-top a {
    margin-top: 40px;
}
.specialise-lms-section .specialise-lms-top p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-weight: 300;
}
.who-we-icon svg path {
    transition: all 0.3s ease-in-out;
    fill: #2DA9E4;
}
.specialise-lms-right-services .who-we-our-services-items {
    flex-basis: calc(50% - 15px);
    padding: 20px 15px 20px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5);
}
.specialise-lms-right-services {
    display: flex;
    flex-wrap: wrap;
}
.specialise-lms-right-services .who-we-our-services-items:not(:nth-child(2n + 2)) {
    margin-right: 30px;
}
.who-we-icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border-radius: 100%;
    box-shadow: 0px 3px 6px -2px rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.who-we-icon svg,
.who-we-icon img {
    width: 65px;
}
.who-we-hidden-content {
    padding-top: 15px;
    /* visibility: hidden;
    opacity: 0; */
    transition: all .3s ease-in-out;
}
.who-we-our-services-items:hover {
    box-shadow: 0px 6px 11px -6px rgba(0,0,0,0.5);
    border-bottom: 3px solid #2da9e4;
}
.who-we-our-services-items:hover .who-we-icon {
    background: #2da9e4;
}
.who-we-our-services-items h3 {
    margin: 0;
}
.who-we-our-services-items:hover h3 {
    color: #2da9e4;
    margin: 0;
}
.who-we-our-services-items:hover .who-we-hidden-content {
    visibility: visible;
    opacity: 1;
    color: #8a8a8a !important;
}
.who-we-our-services-items .who-we-hidden-content p {
    margin: 0;
}
.who-we-our-services-items:hover .who-we-icon svg path {
    fill: #fff;
}
.who-we-our-services-items:hover .who-we-icon img {
    filter: grayscale(1) brightness(3.5);
}
/* ==============================================================
    END Specialise LMS section
    ===========================================================*/

/* ==============================================================
    START CMS web dev section
    ===========================================================*/
.cms-developer-top {
    text-align: center;
    max-width: 1050px;
    margin: auto;
    padding-bottom: 70px;
}
.cms-developer-top p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: auto;
}
.cms-developer-top h2 {
    margin-bottom: 25px;
}
.cms-developer-left-services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.cms-services-items {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.top-content svg, .top-content img {
    width: 25px;
    margin-right: 15px;
}
.top-content svg path {
    fill: #2da9e4;
}
.cms-services-items .top-content {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.cms-services-items .top-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.cms-services-items .desc-content p {
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.cms-developer-section .right-area {
    padding-right: 0;
    padding-left: 0;
}
.cms-developer-section .left-area {
    padding-left: calc(50% - 760px);
    padding-right: 0;
}
.cms-developer-section .row {
    align-items: center;
}
.left-illipase::before {
    content: "";
    position: absolute;
    width: 36vw;
    height: 400px;
    left: -18vw;
    top: 0;
    background: url(/wp-content/uploads/2020/04/left-ellips-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.cms-developer-section .col-lg-5.left-area {
    overflow: hidden;
}

/* ==============================================================
    END CMS web dev section
    ===========================================================*/


/* ==============================================================
    responsive css
    ===========================================================*/

@media only screen and (max-width: 1550px) {
    .cms-developer-section .left-area {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .web-developer-section::before {
        width: 120px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .specialise-lms-right-services .who-we-our-services-items {
        flex-basis: calc(50% - 10px);
    }
    .specialise-lms-right-services .who-we-our-services-items:not(:nth-child(2n + 2)) {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .web-developer-section::before {
        width: 90px;
    }
    section.ie-section.web-design-hero-section {
        background-image: url(/wp-content/uploads/2020/04/web-design-hero-bg-1.png) !important;
    }
    .web-design-hero-section {
        padding-bottom: 0;
        padding-top: 0;
    }
    .web-design-hero-content {
        padding-top: 70px;
        padding-bottom: 50px;
        max-width: initial;
    }
    .cms-developer-section .left-area {
        padding-right: 15px;
        max-width: 720px;
        margin: auto;
    }
    .pricing-tabs-wrap {
        margin: 50px 0;
    }
    .who-we-hidden-content {
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 767px) {
    .web-developer-section::before {
        width: 70px;
    }
    .web-developer-section .web-developer-content {
        margin: 0 auto 50px;
    }
    .specialise-lms-right-services .who-we-our-services-items {
        flex-basis: 100%;
        margin-right: 0 !important;
    }
    .cms-services-items {
        width: 100%;
    }
    .left-illipase::before {
        width: 50vw;
        height: 400px;
        left: -25vw;
    }
    .web-design-hero-section .right-column {
        display: none;
    }
    .web-design-hero-section {
        padding-bottom: 50px;
        margin-bottom: 0;
    }
    .specialise-lms-right-services .who-we-our-services-items {
        background: #fff;
        box-shadow: 3.277px 2.294px 3px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
    .who-we-our-services-items .who-we-icon {
        background: #2da9e4;
    }
    .who-we-icon svg path {
        fill: #fff;
    }
    .who-we-our-services-items .who-we-icon img {
        filter: grayscale(1) brightness(3.5);
    }
    .who-we-our-services-items .who-we-hidden-content {
        opacity: 1;
        visibility: visible;
    }
    .web-design-hero-content h1 {
        max-width: 350px;
    }
    .cms-developer-section .left-area {
        max-width: 540px;
    }
    .cms-developer-section .left-area {
        max-width: 540px;
    }
    .cms-developer-left-services, 
    .cms-services-items {
        margin-left: 0;
        margin-right: 0;
    }
    .pricing-tabs-wrap {
        margin: 30px 0;
    }
    .cms-services-items {
        text-align: center;
    }
    .cms-services-items .top-content {
        justify-content: center;
        flex-direction: column;
    }
    .top-content svg, .top-content img {
        width: 25px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    h2.ie-primary-title, .specialise-lms-top p, .specialise-lms-top {
        text-align: center;
    }
    .web-design-hero-content h1::before {
        height: calc(100% - 12px);
        left: -30px;
        top: 6px;
    }
    .web-design-hero-section {
        padding-bottom: 0px;
    }
    .web-design-hero-section .col-lg-6.left-column {
        padding-bottom: 50px;
    }
    .blog-slider-section {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .cms-developer-top p,
    .specialise-lms-section .specialise-lms-top p,
    .our-pricing-content-wrap p,
    .web-design-hero-content p,
    .web-design-hero-content p,
    .web-developer-section .web-developer-content p {
        font-size: 16px;
        line-height: 1.5;
    }
    .web-design-hero-content h1::before {
        left: -18px;
        display: none;
    }
}