/* =============== Home Final Style Sheet ================ */
.home-hero-left-content {
    padding-top: 13.020833333333334vw;
    padding-bottom: 16.75vw;
}
.home-hero-left-content h1::before {
    position: absolute;
    content: "";
    background-color: #2da9e4;
    height: calc(100% - 20px);
    width: 8px;
    top: 10px;
    left: -15px;
}
.home-hero-left-content p {
    margin: auto;
    font-size: 18px;
    line-height: 30px;
    color: #8a8a8a;
    font-weight: 300;
    margin-bottom: 35px;
    width: 100%;
    max-width: 675px;
}
section.home-hero-section .left-column {
    padding-left: calc(50% - 706px);
}
.home-hero-right-content .hero-round-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 0.52vw solid #ffffff75;
}
.home-hero-right-content {
    width: 100%;
    height: 100%;
    margin-top: 75px;
    position: relative;
}
.home-hero-right-content .hero-round-image.one {
    width: 10.416666666666666vw;
    height: 10.416666666666666vw;
    top: 0;
    left: 1.0416666666666667vw;
}
.home-hero-right-content .hero-round-image.two {
    height: 21.875vw;
    width: 21.875vw;
    top: 3.9375vw;
    right: 0;
}
.home-hero-right-content .hero-round-image.three, .home-hero-right-content .hero-round-image.four {
    width: 14.583333333333334vw;
    height: 14.583333333333334vw;
}
.home-hero-right-content .hero-round-image.four {
    right: 0;
    /* bottom: 80px; */
    top: 33.0625vw;
    box-shadow: 9.192px 9.192px 29px 0px rgba(12, 0, 46, 0.1);
}
.home-hero-section .right-column {
    padding-right: calc(50% - 765px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: relative;
}
.home-hero-right-content .hero-round-image.three {
    top: 20vw;
    left: 0vw;
}
.home-hero-right-content .hero-round-image img {
    width: 100%;
}
.home-hero-section {
    background-size: contain;
    background-repeat: no-repeat;
}
/* section who we are */
.who-we-are-section {
    padding: 20px 0 70px;
    position: relative;
}
section.who-we-are-section::before {
    position: absolute;
    content: "";
    background-image: url(../img/left.png);
    height: 750px;
    width: 60%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 23%;
    top: -380px;
    z-index: -9;
    left: -13px;
}
section.who-we-are-section::after {
    position: absolute;
    content: "";
    background-image: url(../img/right.png);
    height: 700px;
    width: 60%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20%;
    z-index: -9;
    right: 0;
    bottom: 70px;
}
.who-we-are-section .who-we-are-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.who-we-are-section .who-we-are-content p {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    line-height: 30px;
	color: #8a8a8a;
}
.who-we-are-section .who-we-are-content .who-we-image,
.who-we-are-section .who-we-are-content .who-we-video {
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
	margin-right: auto;
}
.who-we-are-section .who-we-are-content .who-we-image,
.who-we-are-section .who-we-are-content .who-we-video {
    margin-top: 50px;
    box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.1);
}
/* video testimonial css */
/* .video-slider-main {
    display: none;
} */
.who-we-video-slider-wrapper {
    padding-top: 60px;
}
.who-we-video-item {
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 10%);
}
.who-we-video-slider-wrapper .owl-nav .owl-prev, .who-we-video-slider-wrapper .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    border: 1px solid #2da9e4 !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff !important;
    cursor: pointer !important;
    transition: all .3s ease-in-out;
    outline: 0;
}
.who-we-video-slider-wrapper .owl-nav .owl-prev {
    left: 0px;
}
.who-we-video-slider-wrapper .owl-nav .owl-next {
    right: 0px;
}
.who-we-video-slider-wrapper .owl-nav .owl-prev img,
.who-we-video-slider-wrapper .owl-nav .owl-next img {
    width: 25px;
    height: auto;
}
.who-we-video-slider-wrapper .owl-nav .owl-prev:hover,
.who-we-video-slider-wrapper .owl-nav .owl-next:hover {
    background: #2da9e4 !important;
}
.who-we-video-slider-wrapper .owl-nav .owl-prev:hover img,
.who-we-video-slider-wrapper .owl-nav .owl-next:hover img {
    filter: grayscale(1) brightness(3.5);
}
.who-we-video-slider-wrapper .owl-dots {
    margin-top: 20px;
}
.who-we-video-slider-wrapper .owl-dots .owl-dot {
    outline: 0;
}
.who-we-video-slider-wrapper .owl-dots span {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background: transparent;
    border: 1px solid #2da9e4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.who-we-video-slider-wrapper .owl-dots .active span {
    background: #2da9e4;
}

.item-video.who-we-video-item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-video.who-we-video-item a::before  {
    position:absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 21px solid transparent;
    z-index: 9;
}
.item-video.who-we-video-item a::after {
    position: absolute;
    content: "";
    width: 136px;
    height: 87px;
    background: rgba(45, 169, 228, .85);
    transition: all .3s ease-in-out;
}
.item-video.who-we-video-item a:hover::after {
    background: rgba(45,169,228,.7);
}

#mycontrols {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: .8em;
    width: 100%;
    min-height: 40px;
    padding: 10px 5px;
    background-color: rgba(45, 169, 228, .85);
    z-index: 2147483647;
}
.icon-fullscreen-alt, .icon-fullscreen-exit-alt,
.icon-play, .icon-pause, .icon-volume, .icon-volume-2 {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#mycontrols button {
    vertical-align: middle;
    background-color: transparent;
    color: white;
    margin: 0 1%;
    font-size: 1.2em;
}
#mycontrols button, #mycontrols html input[type="button"],
#mycontrols input[type="reset"], #mycontrols input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
}
.seeker {
    position: relative;
    width: 90%;
    margin: 0 1%;
    z-index: 0;
    display: inline-block;
    margin-right: 5px;
    margin: 0 10px;
}
.progressbar, .bufferbar {
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    pointer-events: none;
    height: 1px;
    z-index: 2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: rgba(255, 255, 255, 1);
    color: #c0392b;
}
.progressbar {
    height: 0px;
}
#mycontrols input[type=range] {
    border-radius: 2px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(255, 255, 255, 0.7) !important;
    height: 2px;
    border: none;
    cursor: pointer;
}
.seekbar {
    z-index: 3;
    position: relative;
    width: 100%;
    background-color: transparent !important;
}
#mycontrols input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background-color: white;
    border: 0;
}
.icon-play:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
    z-index: 9;
    top: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .who-we-video-slider-wrapper .owl-nav .owl-prev {
        left: -30px;
    }
    .who-we-video-slider-wrapper .owl-nav .owl-next {
        right: -30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .who-we-video-slider-wrapper .owl-nav .owl-prev {
        left: -20px;
    }
    .who-we-video-slider-wrapper .owl-nav .owl-next {
        right: -20px;
    }
}
@media only screen and (max-width: 991px) {
    .item-video.who-we-video-item a::before  {
        border-top: 14px solid transparent;
        border-left: 20px solid #fff;
        border-bottom: 14px solid transparent;
    }
    .item-video.who-we-video-item a::after {
        width: 120px;
        height: 75px;
    }
}
@media only screen and (max-width: 767px) {
    .who-we-video-slider-wrapper {
        margin-top: 30px;
    }
    .who-we-video-slider-wrapper .owl-nav .owl-prev,
    .who-we-video-slider-wrapper .owl-nav .owl-next {
        top: 25px;
    }
    .who-we-video-slider-wrapper .owl-nav .owl-prev {
        left: calc(50% - 60px);
    }
    .who-we-video-slider-wrapper .owl-nav .owl-next {
        right: calc(50% - 60px);
    }
    .item-video.who-we-video-item a::before  {
        border-top: 8px solid transparent;
        border-left: 11px solid #fff;
        border-bottom: 8px solid transparent;
    }
    .item-video.who-we-video-item a::after {
        width: 67px;
        height: 45px;
    }
}
@media only screen and (max-width: 575px) {
    .seeker {
        width: 80%;
    }
}
@media only screen and (max-width: 469px) {
    .progressbar {
        top: 7px;
    }
}
/* end video testimonial css */
.who-we-are-section .row.who-we-our-services-wrap {
    padding-top: 70px;
    padding-bottom: 0px;
    text-align: center;
}
.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 img {
    filter: brightness(0.5);
    max-width: 65px;
    transition: all .3s ease-in-out;
} */
.who-we-icon svg path {
    transition: all 0.3s ease-in-out;
    fill: #2DA9E4;
}
.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);
}
.who-we-icon svg,
.who-we-icon img {
    width: 65px;
}
.who-we-are-section .who-we-our-services-items {
    padding: 20px 25px 30px;
    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);
}
.who-we-are-section .who-we-hidden-content {
    /* padding-top: 15px; */
/*     visibility: hidden;
    opacity: 0; */
    transition: all .3s ease-in-out;
}
.who-we-are-section .who-we-hidden-content p {
    color: #8a8a8a;
}
.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:hover img {
    filter: brightness(1);
} */
.who-we-our-services-items:hover h3 {
    color: #2da9e4;
}
.who-we-our-services-items:hover .who-we-hidden-content {
    visibility: visible;
    opacity: 1;
    color: #8a8a8a !important;
}
.who-we-are-section .who-we-our-services-items h3 {
    font-family: "Museo Sans",sans-serif;
}/* section who we are */


/* section how we work*/
.how-we-work-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.how-we-work-section::before {
    content: "";
    position: absolute;
    width: 418px;
    height: 418px;
    top: 30px;
    right: -30px;
    border-radius: 100%;
    background-color: rgb(45, 169, 228);
    opacity: 0.29;
}
.how-we-work-section .how-we-work-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 50px;
}
.how-we-work-section .how-we-work-wrapper .how-we-work-left {
    flex-basis: calc(60% - 10px);
    margin-right: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px 0 0 50px;
}
.how-we-work-left a.vp-a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    line-height: 143px;
}
.how-we-work-left a.vp-a svg,
.how-we-work-left a.vp-a img {
    width: 58px;
    margin-left: 12px;
}
.how-we-work-left {
    position: relative;
}
.how-we-work-left a.vp-a::before {
    position: absolute;
    content: "";
    height: 160px;
    width: 160px;
    background-color: #fff;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    z-index: -99;
    opacity: 0.6;
}
.how-we-work-left a.vp-a::after {
    position: absolute;
    content: "";
    height: 140px;
    width: 140px;
    background-color: #fff;
    left: 0;
    top: 0px;
    border-radius: 50%;
    z-index: -9;
}
.how-we-work-section .how-we-work-wrapper .how-we-work-right {
    flex-basis: calc(40% - 10px);
    text-align: center;
    padding: 120px 15px;
    max-width: 415px;
    margin: auto;
}
.how-we-work-section .how-we-work-wrapper .how-we-work-right p {
    color: #8a8a8a;
    font-size: 18px;
    line-height: 30px;
}/* section how we work */

/* section who we work */
.who-we-work-content {
    text-align: center;
    margin-bottom: 50px;
}
.who-we-work-section .who-we-work-content p {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.who-we-work-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.who-we-work-wrapper .ie-brand-logo {
    width: 50%;
}
/* end section who we work */

/* section sps services*/
.sps-services-section {
    padding: 100px 0;
    position: relative;
}
.sps-services-section .container-fluid > .row {
    align-items: center;
}
.sps-services-section .col-lg-6 {
    z-index: 9;
}
.sps-services-section .left-content {
    padding-left: calc(50% - 706px);
}
.sps-services-section .sps-services-left-content .ie-sub-title {
    margin-left: 40px;
}
.sps-services-left-content .content h3 {
    color: #8a8a8a;
    font-size: 16px;
    margin: 25px 0px 20px;
}
.sps-services-section .sps-services-right-content {
    position: relative;
    padding-bottom: 30px;
}
.sps-services-section .sps-services-right-content::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 80%;
    height: 50px;
    background: #c1d5de;
	bottom: -20px;
}   
.sps-services-left-content {
    padding-top: 70px;
}
a.sps-btn.ie-primary-button-blue {
    margin-top: 40px;
}
.sps-services-left-content .content h3, 
.sps-services-left-content .content h2, 
.sps-services-left-content .content h4 {
    font-family: "Museo Sans",sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.sps-services-left-content .content p {
    color: #8a8a8a;
    font-size: 18px;
    line-height: 30px;
}
/* ----------- end sps services section --------------*/




/* =============== Home Final Style Sheet ================ */




/* =============== Home Final Responsive Style Sheet ================ */
@media only screen and (min-width: 992px) and (max-width: 1599px) {
    .home-hero-section .right-column {
        padding-right: 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
    section.home-hero-section .left-column {
        padding-left: 35px !important;
    }
}
@media only screen and (min-width: 992px) {
    /* home final who we are */
    .who-we-are-section .who-we-our-services-items {
        flex-basis: calc(25% - 15px);
    }
    .who-we-are-section .who-we-our-services-items:not(:nth-child(4n + 4)) {
        margin-right: 20px;
    }
    /* home final who we are */
}
@media only screen and (min-width: 2000px) {
    .home-hero-right-content .hero-round-image.one {
        width: 200px !important;
        height: 200px !important;
        left: 20px !important;
    }
    .home-hero-right-content .hero-round-image.two {
        height: 420px !important;
        width: 420px !important;
        top: 130px !important;
    }
    .home-hero-right-content .hero-round-image.three,
    .home-hero-right-content .hero-round-image.four {
        height: 280px !important;
        width: 280px !important;
    }
    .home-hero-right-content .hero-round-image.three {
        top: 480px !important;
    }
    .home-hero-right-content .hero-round-image.four {
        top: 690px !important;
    }
    /* .home-hero-section .right-column {
        padding-right: 15px !important;
    } */
}
@media only screen and (min-width: 2300px) {
    .home-hero-right-content .hero-round-image.one {
        left: 70px !important;
    }
}
@media only screen and (min-width: 2400px) {
    .home-hero-right-content .hero-round-image.one {
        left: 50px !important;
    }
}
@media only screen and (min-width: 2500px) {
    .home-hero-right-content .hero-round-image.one {
        left: 70px !important;
    }
}
@media only screen and (max-width: 1499px) {
    .sps-services-section .left-content {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1366px) {
    .home-hero-left-content h1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1333px) {
    .home-hero-left-content {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 1280px) {
    .home-hero-left-content h1 {
        font-size: 43px;
    }
}
@media only screen and (max-width: 1199px) {
    .home-hero-left-content h1 {
        font-size: 39px;
    }
    .how-we-work-section .how-we-work-wrapper .how-we-work-right h3 {
        font-size: 45px;
    }
    .how-we-work-section .how-we-work-wrapper .how-we-work-right {
        padding: 100px 15px;
    }
    .how-we-work-left a.vp-a {
        height: 140px;
        width: 140px;
        line-height: 140px;
    }
    .how-we-work-left a.vp-a::after {
        height: 140px;
        width: 140px;
    }
    .how-we-work-left a.vp-a::before {
        height: 160px;
        width: 160px;
    }
    .sps-services-left-content {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 1080px) {
    .home-hero-left-content h1 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .who-we-are-section .who-we-our-services-items {
        padding: 20px 20px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .sps-services-left-content .content .sps-services-right-content.mobile-view {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    /* who we are*/
    .who-we-are-section .row.who-we-our-services-wrap {
        padding-bottom: 0px;
    }
    .who-we-are-section .who-we-our-services-items {
        margin-bottom: 30px;
    }
    /* who we are*/
    .ie-primary-title {
        font-size: 40px !important;
    }
    /* hero section */
    .home-hero-section .container-fluid {
        max-width: 720px;
    }
    section.home-hero-section .left-column {
        padding-left: 15px;
    }
    .home-hero-left-content {
        padding-top: 70px;
        padding-bottom: 70px;
        width: 100%;
        max-width: 580px;
    }
    .home-hero-section .right-column {
        background-image: none !important;
        padding-right: 15px;
        display: none;
    }
    .home-hero-right-content {
        margin-top: 0;
    }
    .home-hero-right-content .hero-round-image.one {
        width: 25vw;
        height: 25vw;
    }
    .home-hero-right-content .hero-round-image.two {
        height: 30vw;
        width: 30vw;
        top: 4vw;
    }
    .home-hero-right-content .hero-round-image.three {
        top: 30vw;
    }
    .home-hero-right-content .hero-round-image.three,
    .home-hero-right-content .hero-round-image.four {
        width: 23vw;
        height: 23vw;
    }
    .home-hero-right-content {
        height: 65vw;
    }
    .home-hero-section {
        position: relative;
        overflow: hidden;
    }
    .home-hero-section::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        right: -16px;
        top: 0;
        background: url(/wp-content/uploads/2020/04/mobile.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
    }
    /* hero section */
    .who-we-are-section {
        padding: 50px 0;
    }
    .how-we-work-section .how-we-work-wrapper {
        flex-flow: column-reverse;
    }
    .how-we-work-section .how-we-work-wrapper .how-we-work-right {
        padding: 50px 15px;
        max-width: 100%;
    }
    .how-we-work-section .how-we-work-wrapper .how-we-work-right h3 br{
        display: none;
    }
    .how-we-work-section .how-we-work-wrapper .how-we-work-left {
        padding: 200px 0;
        margin-right: 0;
        border-radius: 0 0 50px 50px;
    }    
    .how-we-work-section {
        padding: 70px 0;
    }
    .services-we-offers-section {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .services-we-offers-section .services-we-offers-content {
        margin-bottom: 50px;
    }
    .how-we-work-section::before {
        width: 218px;
        height: 218px;
    }
    /* iexperto service seciton*/
    .sps-services-section,
    .our-testimonials-section {
        padding: 70px 0;
    }
    .sps-services-section .left-content {
        max-width: 720px;
        margin: auto;
    }
    section.who-we-are-section::before {
        width: 46%;
    }
    .sps-services-section {
        text-align: center;
    }
    .sps-services-section .sps-services-left-content .subtitle {
        margin-left: 0px;
    }
    .sps-services-section .sps-services-left-content .ie-sub-title {
        margin-left: 0px;
    }
    .sps-services-section .right-content {
        display: none;
    }
	.sps-services-mobile-img {
		display: block !important;
		margin: 15px 0px 25px;
	}
    .sps-services-left-content .content .sps-services-right-content.mobile-view {
        margin: 30px 0;
    }
    /*iexperto service section */
    /* who we work */
    .who-we-work-wrapper .ie-brand-logo {
        width: 50%;
    }
    /* end who we work */
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
    .home-hero-left-content {
        width: 90%;
        max-width: 380px;
    }
}
@media only screen and (max-width: 767px) {
    /* Hero Section */
    .home-hero-section .container-fluid {
        max-width: 540px;
    }
    .home-hero-left-content {
        padding-bottom: 30px;
    }
    .who-we-are-section .who-we-are-content .who-we-image {
        margin-top: 30px;
    }
    /* Hero Section */
    
    /* who we are */
    .who-we-are-section .col-md-6:last-child .who-we-our-services-items,
    .services-we-offers-section .col-md-6:last-child .services-we-offers-items {
        margin-bottom: 0;
    }
    .who-we-icon {
        background: #2da9e4;
    }
    .who-we-icon svg path {
        fill: #fff;
    }
    .who-we-are-section .who-we-our-services-items h3 {
        color: #2da9e4;
    }
    .who-we-are-section .who-we-hidden-content {
        visibility: visible;
        opacity: 1;
    }
    /* who we are */

    .ie-primary-title {
        font-size: 30px !important;
    }
    .how-we-work-section .how-we-work-wrapper .how-we-work-left {
        padding: 170px 0;
    }
    .how-we-work-left a.vp-a {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
    .how-we-work-left a.vp-a::after {
        height: 100px;
        width: 100px;
    }
    .how-we-work-left a.vp-a::before {
        height: 120px;
        width: 120px;
    }
    .how-we-work-section {
        padding: 50px 0;
    }
    .sps-services-section,
    .blog-slider-section {
        padding: 50px 0;
    }
    .sps-services-section .left-content {
        max-width: 540px;
    }
    .sps-services-left-content .content h3 {
        margin-top: 20px;
    }
    .sps-services-section .sps-services-right-content {
        padding-bottom: 30px;
    }
    .sps-services-section .sps-services-right-content::before {
        height: 30px;
    }
    .who-we-are-section::before {
        width: 67%;
    }
    .who-we-are-section .who-we-our-services-items {
        background: #fff;
        box-shadow: 3.277px 2.294px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .how-we-work-section::before {
        width: 175px;
        height: 175px;
    }
    .how-we-work-section .how-we-work-wrapper .how-we-work-right {
        padding: 50px 15px 30px;
    }
    .home-hero-left-content h1::before {
        height: calc(100% - 16px);
        top: 8px;
    }
    .who-we-our-services-items .who-we-icon img {
        filter: grayscale(1) brightness(3.5);
    }
    /* who we work */
    .who-we-work-content {
        margin-bottom: 30px;
    }
    .who-we-work-wrapper .ie-brand-logo {
        width: 100%;
    }
    /* end who we work */
}
@media only screen and (max-width: 575px) {
    .ie-primary-title {
        font-size: 26px !important;
    }
    .home-hero-left-content p,
    .who-we-are-section .who-we-are-content p,
    .how-we-work-section .how-we-work-wrapper .how-we-work-right p,
    .sps-services-left-content .content p,
	.who-we-work-section .who-we-work-content p,
    .services-we-offers-section .services-we-offers-content p,
    .blog-slider-section .blog-slider-content p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    .how-we-work-section::before {
        width: 111px;
        height: 111px;
    }
}
@media only screen and (max-width: 374px) {
    .home-hero-section::before {
        height: 90%;
    }
}
/* =============== Home Final Responsive Style Sheet ================ */



