/* ==============================================================
    Banner section css  
    ===========================================================*/
.web-design-hero-section {
    background-size: cover;
    background-repeat: no-repeat;
}
.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  
    ===========================================================*/

/* ==============================================================
    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(25% - 15px);
    padding: 20px 15px 20px;
    /* border-bottom: 3px solid #2da9e4; */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0px 3px 9px -6px rgba(0,0,0,0.5);
}
.who-we-our-services-items::before {
    position: absolute;
    content: "";
    background-color: #2da9e4;
    height: 3px;
    width: calc(100% - 0px);
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.specialise-lms-right-services {
    display: flex;
    flex-wrap: wrap;
}

.specialise-lms-right-services .who-we-our-services-items {
    margin-right: 20px;
}
.specialise-lms-right-services .who-we-our-services-items:nth-child(4n+4) {
    margin-right: 0px;
}
.specialise-lms-right-services .who-we-our-services-items:last-child {
    margin-right: 0;
}
.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;
    transition: all .3s ease-in-out;
}
.who-we-our-services-items:hover {
    box-shadow: 0px 0px 11px -6px rgba(0, 0, 0, 0.45);
    /* border-bottom: 3px solid #2da9e4; */
}
p.inc_service_descriptions {
    padding-bottom: 20px;
    color: #626262;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.who-we-hidden-content p {
    color: #626262;
}

.who-we-our-services-items h3 {
    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;
}

.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 {
    background: #fafafa;
    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 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.whats_included_sec {
    margin-bottom: 50px;
}
/* ==============================================================
    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-services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    max-width: 1050px;
    margin: 0 auto;
}
.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
    ===========================================================*/

/* ==============================================================
    Migration and Transfer Service section
===========================================================*/
.migration-service-section .row,
.transfer-service-section .row {
    align-items: center;
}
.migration-service-section .migration-service-left-content p,
.transfer-service-section .transfer-service-right-content p {
    font-size: 18px;
    line-height: 30px;
}
@media only screen and (min-width: 1500px){
    .migration-service-section .row .left-area {
        padding-left: calc(50% - 690px);
    }
    .transfer-service-section .row .right-column {
        padding-right: calc(50% - 690px);
    }
}
/* ==============================================================
    End Migration and Transfer Service section
===========================================================*/

.who-we-our-services-items:hover::before {
    opacity: 1;
    visibility: visible;
}
.who-we-our-services-items:hover .who-we-icon {
    background: #2da9e4;
}
.who-we-our-services-items:hover .who-we-icon img {
    width: 65px;
    filter: grayscale(4) brightness(4.5);
}
.who-we-our-services-items:hover h3 {
    color: #3ca9e4;
}

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

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

@media only screen and (max-width: 1920px) {
    .web-design-hero-section {
        padding-bottom: 0px;
    }
}

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

@media only screen and (max-width: 1800px) {
    .web-design-hero-section {
        margin-bottom: 0px !important;
    }
    .include-website-migration {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 1550px) {
    .cms-developer-section .left-area {
        padding-left: 15px;
    }
    .web-design-hero-section {
        background-size: 1600px;
        background-position: top;
    }
}

@media only screen and (max-width: 1366px) {
    .web-design-hero-section {
        background-size: 1800px;
    }
}

@media only screen and (max-width: 1199px) {
    .web-developer-section::before {
        width: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .include-website-migration {
        padding-top: 30px !important;
    }
    .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;
    }
    .specialise-lms-right-services .who-we-our-services-items:not(:nth-child(2n + 1)) {
        margin-right: 0px;
    }
    .specialise-lms-right-services .who-we-our-services-items {
        flex-basis: calc(50% - 10px);
    }
    .web-design-hero-section {
        background-size: cover;
        background-position: center;
    }
    .web-design-hero-section .seo_banner_right_img {
        display: none;
    }
    .web-design-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;
        padding-bottom: 80px;
        padding-top: 40px;
    }
    .migration-service-section .migration-service-left-content,
    .transfer-service-section .transfer-service-right-content {
        text-align: center;
        margin-bottom: 30px;
    }
    .transfer-service-section .row {
        flex-direction: column-reverse;
    }
}

@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 {
        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-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-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;
    }
    .web-design-hero-content {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .inc_service_btns {
        display: flex;
        flex-direction: column;
    }
    span.ie_tab_btn {
        border-right: 0;
        border-bottom: 1px solid #ebebeb;
    }
    .who-we-our-services-items .who-we-icon img {
        filter: grayscale(4) brightness(4.5);
    }
    .who-we-our-services-items {
        box-shadow: 0px 0px 11px -6px rgba(0, 0, 0, 0.45);
        background: #fff;
    }
}


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