.mainHeadSec{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url("../images/web-development-bg.jpg");
    background-size: cover;
    background-position: center;
    min-height: 750px;
    padding: 80px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainHeadSec h1{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.mainHeadSec p{
    font-size: 20px;
    font-weight: 500;
    color: #dfdfdf;
    margin-bottom: 0px;
    line-height: 34px;
}


.aboutService{
    padding: 60px 0px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.aboutService .row{
    display: flex;
    align-items: center;
}
.aboutService .row .col-lg-6:first-child{
    padding-right: 25px;
}
.aboutService .row .col-lg-6:last-child{
    padding-left: 25px;
}
.aboutService figure{
    width: 100%;
    position: relative;
    margin: 0px;
    z-index: 0;
}
.aboutService figure img{
    width: 100%;
    border-radius: 20px;
}
.aboutService figure::after{
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #bcdfff;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}
.aboutService span{
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}
.aboutService h2{
    font-size: 30px;
    margin-bottom: 20px;
}
.aboutService p{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px
}
.aboutService ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.aboutService ul li{
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.aboutService ul li:last-child{
    margin-bottom: 0px;
}
.aboutService ul li svg{
    color: #006bcc;
    font-size: 20px;
    margin-right: 10px;
    width: 20px;
    margin-top: 5px;
}
.aboutService ul li span{
    color: #666;
    font-size: 16px;
    font-weight: 400;
}


.serviceSec{
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: #f5f5f5;
    padding: 60px 0px 30px;
}
.serviceSec .heading{
    padding-bottom: 20px;
    text-align: center;
}
.serviceSec .heading span{
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}
.serviceSec .heading h2{
    font-size: 50px;
    margin-bottom: 15px;
}
.serviceSec .heading p{
    font-size: 20px;
    line-height: 1.5;
}
.serviceSec .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.serviceSec .serviceBox{
    width: calc(33.33% - 30px);
    padding: 30px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin: 0px 15px 30px;
    border-radius: 30px;
    transition: all 0.3s ease-in;
    z-index: 100;
    text-align: center;
}
.serviceSec .serviceBox:hover{
    background-color: #bcdfff;
}
.serviceSec .serviceBox .icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    padding: 20px;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 25px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.serviceSec .serviceBox .icon img{
    width: auto;
    max-width: 100%;
}
.serviceSec .serviceBox h3{
    font-size: 24px;
    user-select: none;
}
.serviceSec .serviceBox p{
    margin-bottom: 0px;
    padding-bottom: 15px;
    user-select: none;
}
.serviceSec .serviceBox .overlay{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
    padding: 20px 15px;
}
.serviceSec .serviceBox:hover .overlay{
    top: 0%;
    opacity: 1;
}
.serviceSec .serviceBox ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.serviceSec .serviceBox ol li{
    width: 50px;
    height: 50px;
    margin: 5px 7.5px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px;
    opacity: 1;
    position: relative;
    transition: all 0.3s ease-in;
}
.serviceSec .serviceBox ol li img{
    width: 100%;
    height: 100%;
}


.discussSec{
    width: 100%;
    overflow: hidden;
    display: block;
    background-image: url("../images/service-discuss-bg.jpg");
    background-position: center top;
    background-size: cover;
    padding: 60px 0px;
}
.discussSec .row{
    display: flex;
    align-items: center;
}
.discussSec h2{
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
}
.discussSec p{
    font-size: 20px;
    line-height: 1.5;
    color: #dfdfdf;
    margin-bottom: 0px;
}
.discussSec .col-lg-4{
    text-align: right;
}
.discussSec a{
    font-size: 20px;
    display: inline-block;
    border: solid 1px #ddd;
    min-width: 200px;
    text-align: center;
}


.ourProcess{
    display: block;
    overflow: hidden;
    padding: 60px 0px;
    background-color: #fff;
}
.ourProcess .heading{
    padding-bottom: 40px;
    text-align: center;
}
.ourProcess .heading span{
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}
.ourProcess .heading h2{
    font-size: 50px;
    margin-bottom: 15px;
}
.ourProcess .heading p{
    font-size: 20px;
    line-height: 1.5;
}
.ourProcess .content{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
}
.ourProcess .content .shape{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 20px;
    background-color: #bcdfff;
    border-radius: 20px;
    z-index: 1;
    padding: 0px;
}
.ourProcess .content .itemBox{
    width: 65%;
    background-color: transparent;
    position: relative;
}
.ourProcess .content .itemBox.left,
.ourProcess .content .itemBox.right{
    width: 35%;
    display: inline-block;
    padding: 25px 20px;
    border-radius: 20px;
    background-color: #006bcc;
}
.ourProcess .content .itemBox.left::after,
.ourProcess .content .itemBox.right::after{
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #006bcc;
}
.ourProcess .content .itemBox.right::after{
    border-right: solid 15px #006bcc;
    border-left: inherit;
    right: inherit;
    left: -15px;
}
.ourProcess .content .itemBox.left::before,
.ourProcess .content .itemBox.right::before{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: dashed 2px #006bcc;
    width: 42.5%;
    z-index: 0;
}
.ourProcess .content .itemBox.right::before{
    right: 100%;
    left: inherit;
}
.ourProcess .content .itemBox h4{
    font-size: 22px;
    color: #fff;
}
.ourProcess .content .itemBox p{
    margin-bottom: 0px;
    color: #fff;
}


.testimonial{
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: #f5f5f5;
    padding: 60px 0px;
}
.testimonial .row{
    align-items: center;
}
.testimonial .heading{
    padding-right: 30px;
}
.testimonial .heading span{
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}
.testimonial .heading h2{
    font-size: 50px;
    margin-bottom: 15px;
}
.testimonial .heading p{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
}
.testimonial .sliderSec .slick-arrow{
    display: none !important;
}
.testimonial .testimonialItem{
    margin-top: 35px;
    padding: 0px 15px;
}
.testimonial .testimonialItem .content{
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    box-shadow: 0px 0px 10px 0px rgba(16, 23, 40, 0.15);
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.testimonial .testimonialItem .imgSec{
    display: inline-block;
    border: 2px solid #006bcc;
    border-radius: 50%;
    transform: translateY(-55px);
}
.testimonial .testimonialItem .imgSec img{
    padding: 4px 4px;
    border-radius: 50%;
}
.testimonial .testimonialItem .ratConSec{
    margin-top: -26px;
}
.testimonial .testimonialItem .ratConSec > div{
    margin-bottom: 13px;
}
.testimonial .testimonialItem .ratConSec > div span{
    display: inline-block;
}
.testimonial .testimonialItem .ratConSec > div img{
    width: auto;
}
.testimonial .testimonialItem .ratConSec p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #777181;
    line-height: 27px;
}
.testimonial .testimonialItem .quote{
    position: absolute;
    top: 25px;
    right: 25px;
}
.testimonial .testimonialItem .quote span{
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.testimonial .testimonialItem .quote span img{
    width: auto;
}
.testimonial .testimonialItem .metaInfo{
    padding-left: 30px;
}
.testimonial .testimonialItem .metaInfo h5{
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f0d1d;
}
.testimonial .testimonialItem .metaInfo span{
    font-size: 14px;
    font-weight: 400;
    color: #006bcc;
}


.contactSec{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0px;
    background-color: #fff;
    position: relative;
}
.contactSec .left{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contactSec .col-lg-6:first-child{
    padding-right: 0px;
}
.contactSec .col-lg-6:last-child{
    padding-left: 0px;
}
.contactSec .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactSec .right{
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.contactSec .right span{
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}
.contactSec .right h2 {
    font-size: 50px;
    margin-bottom: 20px;
}
.contactSec .right p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.contactSec .right form{
    margin-top: 40px;
}
.contactSec .right form input, 
.contactSec .right form textarea{
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px solid transparent;
    background-color: #f2f4f8;
    width: 100%;
    font-size: 14px;
    color: #0f0d1d;
    font-weight: 500;
}
.contactSec .right form textarea{
    min-height: 100px;
}
.contactSec .right form button{
    border: none;
    min-width: 150px;
}


@media only screen and (max-width: 1200px) {
    .mainHeadSec h1 {
        font-size: 60px;
    }
    .mainHeadSec p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .mainHeadSec{
        min-height: 600px;
    }
    .mainHeadSec h1 {
        font-size: 50px;
    }


    .aboutService{
        padding: 50px 0px;
    }
    .aboutService .row .col-lg-6:first-child{
        margin-bottom: 30px;
        padding-right: 22px;
    }
    .aboutService .row .col-lg-6:last-child {
        padding-left: 12px;
    }
    .aboutService span {
        font-size: 16px;
    }
    .aboutService h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .aboutService p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 25px;
    }


    .serviceSec{
        padding: 50px 0px 20px;
    }
    .serviceSec .heading span {
        font-size: 16px;
    }
    .serviceSec .heading h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .serviceSec .heading p {
        font-size: 18px;
    }
    .serviceSec .serviceBox{
        width: calc(50% - 30px);
    }


    .discussSec{
        padding: 50px 0px;
        text-align: center;
    }
    .discussSec h2 {
        font-size: 36px;
    }
    .discussSec p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .discussSec .row .col-lg-4{
        text-align: center;
    }
    .discussSec a {
        font-size: 16px;
    }


    .ourProcess {
        padding: 50px 0px;
    }
    .ourProcess .heading span{
        font-size: 16px;
    }
    .ourProcess .heading h2{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .ourProcess .heading p{
        font-size: 18px;
    }
    .ourProcess .content .shape{
        width: 15px;
    }
    .ourProcess .content .itemBox{
        width: 60%;
    }
    .ourProcess .content .itemBox.left, 
    .ourProcess .content .itemBox.right{
        width: 40%;
        padding: 20px 15px;
    }
    .ourProcess .content .itemBox.left::before, 
    .ourProcess .content .itemBox.right::before{
        width: 23.5%;
    }


    .testimonial {
        padding: 50px 0px;
    }
    .testimonial .heading {
        padding-right: 12px;
        text-align: center;
        margin-bottom: 30px;
    }
    .testimonial .heading span {
        font-size: 16px;
    }
    .testimonial .heading h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .testimonial .heading p {
        font-size: 18px;
    }


    .contactSec {
        padding: 50px 0px;
    }
    .contactSec .right {
        text-align: center;
    }
    .contactSec .right span {
        font-size: 16px;
    }
    .contactSec .right h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .contactSec .right form {
        margin-top: 30px;
    }
    .contactSec .right form input, 
    .contactSec .right form textarea{
        padding: 10px 15px; 
    }
    .contactSec .col-lg-6:first-child {
        padding-right: 12px;
    }
    .contactSec .col-lg-6:last-child {
        padding-left: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .mainHeadSec{
        align-items: end;
    }
    .mainHeadSec h1 {
        font-size: 40px;
    }
    .mainHeadSec p {
        font-size: 16px;
        line-height: 27px;
    }


    .aboutService {
        padding: 40px 0px;
    }
    .aboutService span {
        font-size: 14px;
    }
    .aboutService h2 {
        font-size: 34px;
    }
    .aboutService p {
        font-size: 16px;
    }
    .aboutService ul li {
        margin-bottom: 10px;
    }
    

    .serviceSec {
        padding: 40px 0px 20px;
    }
    .serviceSec .heading span {
        font-size: 14px;
    }
    .serviceSec .heading h2 {
        font-size: 34px;
        margin-bottom: 5px;
    }
    .serviceSec .heading p {
        font-size: 16px;
    }
    .serviceSec .serviceBox {
        width: calc(100% - 30px);
        padding: 25px 15px;
        border-radius: 20px;
        margin: 0px 15px 20px;
        text-align: center;
    }
    .serviceSec .serviceBox .icon {
        width: 70px;
        height: 70px;
        margin: 0px auto 20px;
    }
    .serviceSec .serviceBox h3 {
        font-size: 22px;
    }
    .serviceSec .serviceBox p {
        padding-bottom: 0px;
    }


    .discussSec {
        padding: 40px 0px;
    }
    .discussSec h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .discussSec p {
        font-size: 16px;
        margin-bottom: 25px;
    }


    .ourProcess {
        padding: 40px 0px 0px;
    }
    .ourProcess .heading {
        padding-bottom: 20px;
    }
    .ourProcess .heading span {
        font-size: 14px;
    }
    .ourProcess .heading h2 {
        font-size: 34px;
    }
    .ourProcess .heading p {
        font-size: 16px;
    }
    .ourProcess .content .itemBox {
        width: 60%;
        display: none;
    }
    .ourProcess .content .itemBox.left, 
    .ourProcess .content .itemBox.right {
        width: 100%;
        padding: 20px 15px;
        margin-bottom: 40px;
        z-index: 1;
    }
    .ourProcess .content .itemBox.left::after, 
    .ourProcess .content .itemBox.right::after{
        display: none;
    }
    .ourProcess .content .shape {
        height: calc(100% - 40px);
    }
    .ourProcess .content .itemBox.left::before, 
    .ourProcess .content .itemBox.right::before {
        width: 2px;
        height: 40px;
        left: 50%;
        top: 100%;
        border-top: none;
        border-left: dashed 2px #006bcc;
        transform: translate(6.5px, 0px);
    }
    .ourProcess .content .itemBox:last-child::before{
        display: none;
    }


    .testimonial {
        padding: 40px 0px;
    }
    .testimonial .heading span {
        font-size: 14px;
    }
    .testimonial .heading h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .testimonial .heading p {
        font-size: 16px;
    }
    .testimonial .testimonialItem {
        margin-top: 35px;
        padding: 0px 10px;
    }
    .testimonial .testimonialItem .content {
        padding: 20px 15px 20px 15px;
    }
    .testimonial .testimonialItem .metaInfo {
        padding-left: 15px;
    }
    .testimonial .testimonialItem .metaInfo h5 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .testimonial .testimonialItem .metaInfo span {
        font-size: 12px;
    }


    .contactSec {
        padding: 40px 0px;
    }
    .contactSec .right span {
        font-size: 14px;
    }
    .contactSec .right h2 {
        font-size: 34px;
        margin-bottom: 5px;
    }
    .contactSec .right p {
        font-size: 16px;
    }
    .contactSec .right {
        padding: 25px 15px;
    }
}