/* Hero Section */
.about-hero-section {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0;
}
.about-hero-left {
    padding-top: 10.41vw;
    padding-left: 30px;
}
.about-hero-left h1 span {
    color: #fff;
}
.about-hero-left h1::before {
    position: absolute;
    content: "";
    height: calc(100% - 16px);
    width: 8px;
    background-color: #fff;
    left: -30px;
    top: 8px;
}
.about-hero-left p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    max-width: 650px;
    margin: 5px 0 26px 0;
}
.about-hero-left a {
    background-color: #fff;
    color: #2da9e4;
    border: 1px solid #fff;
}
.about-hero-left a:hover {
    color: #fff;
}
.about-hero-right {
    text-align: right;
    margin-right: -60px;
}
.about-hero-section::before {
    position: absolute;
    content: "";
    background-color: #e5f5fc;
    height: 300px;
    width: 300px;
    right: 130px;
    bottom: 0;
    border-radius: 50%;
}
/* Hero Section */
/* How we Section */
.who-we-are-content {
    text-align: center;
}
.who-we-are-content h2 {
    margin-bottom: 30px;
}
.who-we-are-content .content p {
    font-size: 18px;
    color: #8a8a8a;
    line-height: 30px;
}
.who-we-are-image {
    margin-top: 70px;
}
.who-we-are-section {
    padding-bottom: 80px;
    z-index: 9;
}
/* .who-we-are-section::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 240px;
    bottom: 0;
    left: -60px;
    border-top-right-radius: 100%;
    background-color: rgb(45, 169, 228,0.7);
    opacity: 0.4;
} */
/* .our-aim-section::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 240px;
    top: 0;
    left: -60px;
    border-bottom-right-radius: 100%;
    background-color: rgb(45, 169, 228,0.7);
    opacity: 0.4;
} */
.who-we-are-section::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 420px;
    left: 0;
    top: 2%;
    background: url(/wp-content/uploads/2020/09/About-Us.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.ie-our {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* How we Section */
/* section our Aim */
.ie-aim {
    position: absolute;
    right: 0;
    top: 0;
}
.our-aim-section {
    padding: 100px 0;
    z-index: 9;
}
.our-aim-section img.shape.plus {
    top: -80px;
    left: 55%;
    height: 180px;
}
.our-aim-block-content {
    max-width: 830px;
}
.our-aim-block-content > h2 {
    padding-bottom: 30px;
    display: inline-block;
    position: relative;
    font-size: 60px;
    line-height: 50px;
}
.our-aim-block-content .block-content-txt {
    padding-left: 90px;
    position: relative;
}
.our-aim-block-content .block-content-txt img.count-no {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 55px;
}
.our-aim-block-container .our-aim-block:nth-child(2) {
    padding-left: 16.66%;
}
.our-aim-block-container .our-aim-block:nth-child(3) {
    padding-left: 41.66%;
}
.our-aim-section .container .our-aim-block:not(:last-child) {
    padding-bottom: 70px;
}
.our-aim-block-content .block-content-txt p {
    font-size: 18px;
    line-height: 30px;
    color: #8a8a8a;
    font-weight: 300;
    margin: auto;
}
.aim-magazine-row .col-md-12 {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 40%;
}
.aim-magazine-row .col-md-12 img {
    width: 880px;
}
.aim-magazine-row {
    margin-bottom: 80px;
    position: absolute;
}
.our-aim-section img.shape {
    position: absolute;
    top: 0;
}
.our-aim-section img.shape.tringle {
    left: 5%;
    top: 35%;
    height: 100px;
}
.our-aim-section img.shape.circle {
    right: 25%;
    top: 150px;
}
.our-aim-block-container .our-aim-block:nth-child(2) .our-aim-block-content, 
.our-aim-block-container .our-aim-block:nth-child(3) .our-aim-block-content {
    max-width: 700px;
}
.our-testimonials-section {
    position: relative;
}
.testimonial_item {
    background-color: #f9f9f9 !important;
}
/* =============== Home Final Style Sheet ================ */


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

@media only screen and (max-width: 1600px) {
    .about-hero-right {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 1499px) {
    .about-hero-section {
        background-size: cover;
    }
}
@media only screen and (max-width: 1199px) {
    .our-aim-block-content > h2 {
        font-size: 50px;
        padding-bottom: 20px;
    }
    .ie-our, .ie-aim {
        width: 150px;
    }
}
@media only screen and (max-width: 991px) {

    .ie-primary-title {
        font-size: 40px !important;
    }
    .our-aim-section::before {
        width: 120px;
        height: 120px;
    }
    .our-testimonials-section::before {
        width: 120px !important;
        height: 120px !important;
    }
    .who-we-are-section::before {
        width: 100px;
        height: 150px;
    }
    .our-aim-section::after {
        width: 100px;
        height: 150px;
    }
    .about-hero-right {
        text-align: center;
    }
    .about-hero-right {
        max-width: 320px;
        margin: auto;
    }
    .about-hero-left {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .who-we-are-content h2 {
        margin-bottom: 15px;
    }
    .ie-sub-title {
        margin-bottom: 10px !important;
    }
    .who-we-are-image {
        margin-top: 50px;
    }
    .our-testimonials-section {
        padding: 70px 0;
    }
    .our-aim-section {
        padding: 70px 0;
    }
    .who-we-are-section {
        padding-bottom: 60px;
    }
    .about-hero-section::before {
        height: 250px;
        width: 250px;
        right: 150px;
        bottom: 50px;
    }
    .who-we-are-section::after {
        width: 115px;
        height: 420px;
        left: 0;
        top: 43%;
    }
    .ie-our, .ie-aim {
        width: 110px;
    }
}
@media only screen and (max-width: 767px) {

    .ie-primary-title {
        font-size: 30px !important;
    }
    .aim-magazine-row {
        position: relative;
    }
    .our-aim-block {
        padding-left: 0 !important;
    }
    .aim-magazine-row .col-md-12 {
        position: relative;
        width: 100%;
    }
    .our-aim-block-content .block-content-txt img.count-no {
        height: auto;
        width: 40px;
        top: 10px;
        transform: translateY(0%);
    }
    .our-aim-block-content .block-content-txt {
        padding-left: 60px;
    }
    .our-aim-block-content > h2 {
        padding-bottom: 0;
    }
    .our-aim-section::before {
        width: 60px;
        height: 60px;
    }
    .our-testimonials-section::before {
        width: 60px !important;
        height: 60px !important;
    }
    .who-we-are-section::before {
        width: 50px;
        height: 80px;
    }
    .our-aim-section::after {
        width: 50px;
        height: 80px;
    }
    .our-testimonials-section {
        padding: 50px 0;
    }
    .aim-magazine-row {
        margin-bottom: 0;
    }
    .our-aim-section {
        padding: 50px 0;
    }
    .testimonial_item .ie_content p {
        font-size: 16px;
        line-height: 24px;
    }
    .who-we-are-section {
        padding-bottom: 60px;
    }
    .our-aim-section .container .our-aim-block:not(:last-child) {
        padding-bottom: 50px;
    }
    .aim-magazine-row {
        padding-top: 30px;
    }
    .about-hero-section::before {
        height: 150px;
        width: 150px;
        right: 150px;
        bottom: 70px;
    }
    .who-we-are-section::after {
        display: none;
    }
    .ie-our, .ie-aim {
        width: 85px;
    }
    .about-hero-right img, .about-hero-section::before {
        display: none;
    }
    section.ie-section.about-hero-section {
        background-position: 13%;
    }
    .ie-section.our-aim-section img.shape.circle,
    .ie-section.our-aim-section img.shape.tringle {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    /* .testimonial_wrapper .owl-prev, .testimonial_wrapper .owl-next {
        width: 25px;
        height: 25px;
    }
    .testimonial_wrapper .owl-nav .owl-prev svg, 
    .testimonial_wrapper .owl-nav .owl-next svg {
        width: 12px;
    }
    .testimonial_item {
        padding: 50px 30px 0;
    } */
    .ie-primary-title {
        font-size: 26px !important;
    }
    .about-hero-left p,
    .our-aim-block-content .block-content-txt p,
    .who-we-are-content .content p {
        font-size: 16px;
        line-height: 1.5;
    }
    .our-aim-block-content .block-content-txt p {
        font-weight: 300;
    }
    .how-we-work-section::before {
        width: 111px;
        height: 111px;
    }
    .ie-our, .ie-aim {
        width: 65px;
    }
}