/* aboutus page */
.aboutus_first_blk{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0;
}
.aboutus_first_inner{
    float: left;
}
.aboutus_first_imgblk{
    float: left;
}
.aboutus_first_img{
    position: relative;
    margin-right: 3em;
}
.aboutus_first_img img{
    height: 687px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.aboutus_first_inner h2{
    font-size: 40px;
    color: #002139;
    font-weight: 900;
}
.aboutus_first_inner p{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}
.aboutus_first_content{
    float: right;
    padding: 2em 5em 2em 2em;
    background-color: #1a73e8;
    border-radius: 0 150px 0 0;
}
.aboutus_first_content p{
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.aboutus_second_blk{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0;
}
.aboutus_second_inner{
    float: left;
}
.aboutus_second_imgblk{
    float: right;
}
.aboutus_second_img{
    position: relative;
}
.aboutus_second_img::before{
    content: '';
    background-image: url('../images/aboutus/aboutus_img2bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.aboutus_second_img img{
    height: 651px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.aboutus_second_inner h3{
    font-size: 40px;
    color: #002139;
    font-weight: 900;
}
.aboutus_second_inner p{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}
.aboutus_partnership::after{
    content: '';
    background-image: url('../images/aboutus/partnership_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.aboutus_third_blk{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 3em 0 0em;
}
.aboutus_third_inner{
    float: left;
}
.aboutus_third_imgblk{
    float: left;
}
.aboutus_third_img{
    position: relative;
    margin-right: 3em;
    margin-bottom: 7em;
}
.aboutus_third_img::after{
    content: '';
    background-image: url('../images/aboutus/aboutus_img3bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80%;
    height: 120%;
    position: absolute;
    z-index: -1;
    top: -45px;
    left: -45px;
}
.aboutus_third_img img{
    height: 630px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    filter: drop-shadow(-30.188px 26.242px 14.5px rgba(13,62,127,0.33));
}
.aboutus_third_inner h2{
    font-size: 40px;
    line-height: 50px;
    color: #002139;
    font-weight: 900;
}
.aboutus_third_inner h3{
    font-size: 34px;
    line-height: 42px;
    color: #002139;
    font-weight: 900;   
}
.aboutus_third_inner p{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}
.aboutus_first_inner p a,
.aboutus_second_inner p a,
.aboutus_third_inner p a{
    color: #000000;
    border-bottom: 1px solid #000000;
}

.aboutus_map_block{
    float: left;
    width: 100%;
    margin: 2em 0;
}
.aboutus_map_inner{
    float: left;
    width: 100%;
    margin: 2em 0; 
}
.aboutus_map_block .contactus_map_block{
    padding: 0;
}
.aboutus_map_block .contactus_map_inner {
    float: left;
    width: 100%;
}

/* our team page */
.our_team_page_blk{
    float: left;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0;
}
.our_team_page_inner{
    float: left;
}
.our_team_page_first_blk{
    float: left;
}
.our_team_page_first_inner{
    position: relative;
    float: left;
    border-bottom: 1px solid #1a73e813;
}
.our_team_page_single{
    float: left;
    transition: 0.5s;
    position: relative;
    padding: 0 0 2em;
}
.our_team_page_single:last-child::before{
    content: unset;
}
.our_team_page_single::before{
    content: '';
    opacity: 0.102;
    width: 1px;
    height: 100%;
    border-radius: 1px;
    background-color: #1a73e8;
    position: absolute;
    top: 0;
    right: 0;
}
.our_team_page_single_inner:hover{
    border: 1px solid #1461c5;
    transition: 0.5s;
}
.our_team_page_single_inner{
    position: relative;
    float: left;
    margin: 0 1.5em;
    filter: drop-shadow(0px 19px 19px rgba(26,115,232,0.13));
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ffffff;
    transition: 0.5s;
}
.our_team_aingle_img{
    position: relative;
}
.our_team_aingle_img img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.our_team_single_icon{
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 21px;
    background-color: unset;
    padding: 10px;
}
.our_team_page_single_inner:hover .our_team_single_icon{
    background-color: #ffffff;
}
.our_team_page_single_inner:hover .our_team_single_icon i{
    font-size: 30px;
    transition: 0.5s;
}
.our_team_single_icon i{
    font-size: 0;
    color: #1461c5;
    transition: 0.5s;
}
.our_team_single_content{
    float: left;
    width: 100%;
    text-align: center;
    padding: 2em 0;
}
.our_team_single_content h4{
    font-size: 32px;
    color: #03375c;
    font-weight: 700;
    margin: 0 0 10px;
}
.our_team_single_content strong{
    font-size: 22px;
    color: #000000;
    font-weight: 300;
}
.our_team_page_second_blk{
    float: left;
    margin: 1.5em 0 0;
}
.our_team_page_second_inner{
    width: 100%;
    float: left;
}
.our_team_page_second_inner .our_team_page_single::before{
    top: -22px;
    height: 103.5%;
}
.our_team_page_second_inner .our_team_page_single:nth-child(2){
    padding: 0 1.5em;
}
.our_team_page_second_inner .our_team_page_single:nth-child(2) .our_team_page_single_inner{
    width: 100%;
    margin: 0;
}
.our_team_page_second_inner .our_team_page_single:nth-child(1){
    border-bottom: 1px solid #1a73e813;
}

.insights_det_imageblk .our_team_single_icon{
    position: absolute;
    height: 53px;
    width: 53px;
    background-color: #fff;
    text-align: center;
bottom: 75px;
    right: 75px;
}
.insights_det_imageblk .our_team_single_icon i {
    font-size: 30px;
}

/*********** responsive ***********/

@media only screen and (max-width:1300px) {
	/* about us page */
    .aboutus_third_img::after{
        left: -15px;
    }
}
@media only screen and (max-width:1200px) {
   /* our team page */
    .our_team_aingle_img img {
        height: 400px;
    }
    .our_team_single_content h4 {
        font-size: 29px;
    }
    .our_team_single_content strong {
        font-size: 20px;
    }

    /* about us page */
    .aboutus_first_inner h2 {
        font-size: 37px;
    }
    .aboutus_first_img img {
        height: 600px;
    }
    .aboutus_first_content{
        width: 100%;
        border-radius: 25px;
        padding: 2em;
    }
    .aboutus_second_inner h3 {
        font-size: 37px;
    }
    .aboutus_second_img img {
        height: 600px;
    }
    .aboutus_third_inner h3 {
        font-size: 37px;
    }
    .aboutus_third_img{
        margin-bottom: 5.5em;
    }
    .aboutus_third_img img {
        height: 600px;
    }
    .Insights_page_wrap_inner .hme_insights_single:nth-child(3n+2) .hme_insights_single_inner{
        top: 0;
    }
    .Insights_page_wrap_inner .hme_insights_single_image img{
        height: 400px;
    }
}
@media only screen and (max-width:992px) {
   /* our team page */
    .our_team_aingle_img img {
        height: 350px;
    }
    .our_team_single_content h4 {
        font-size: 26px;
    }
    .our_team_single_content strong {
        font-size: 19px;
    }

    /* about us page */
    .aboutus_first_img img {
        height: 500px;
    }
    .aboutus_first_inner h2 {
        font-size: 33px;
    }
    .aboutus_first_inner p {
        font-size: 16px;
        line-height: 28px;
    }
    .aboutus_first_content{
        padding: 1em;
    }
    .aboutus_first_content p{
        font-size: 18px;
        line-height: 30px;     
    }
    .aboutus_second_inner h3 {
        font-size: 34px;
    }
    .aboutus_second_inner p {
        font-size: 18px;
        line-height: 30px;  
    }
    .aboutus_partnership::after{
        content: unset;
    }
    .aboutus_second_img img {
        height: 500px;
    }
    .aboutus_third_inner h3 {
        font-size: 34px;
    }
    .aboutus_third_inner p {
        font-size: 16px;
        line-height: 28px;
    }
    .aboutus_third_img img {
        height: 500px;
    }
    .aboutus_third_img{
        margin-bottom: 4em;
        margin-right: 2em;
    }

    /* insight page */
    .Insights_page_wrap_inner .hme_insights_single_image img {
        height: 350px;
    }
}
@media only screen and (max-width:767px) {
	/* our team page */
    .our_team_page_blk{
        margin: 1em 0;
        padding: 1em 0;
    }
    .our_team_page_inner{
        width: 100%;
    }
    .our_team_page_first_blk{
        width: 100%;
    }
    .our_team_page_first_inner{
        width: 100%;
    }
    .our_team_page_single{
        width: 50%;
        padding: 0 0.5em 2em;
    }
    .our_team_page_single::before{
        content: unset;
    }
    .our_team_page_single_inner{
        margin: 0;
    }
    .our_team_aingle_img img {
        height: 275px;
    }
    .our_team_single_content h4 {
        font-size: 23px;
    }
    .our_team_single_content strong {
        font-size: 16px;
    }
    .our_team_page_first_inner .our_team_page_single:last-child{
        width: 100%;
    }
    .our_team_page_first_inner .our_team_page_single:last-child .our_team_page_single_inner{
        width: 100%;
    }

    /* about us page */
    .aboutus_first_blk{
        margin: 1em 0;
        padding: 1em 0;
    }
    .aboutus_first_inner{
        width: 100%;
    }
    .aboutus_first_imgblk{
        width: 100%;
        margin: 0 0 2em;
    }
    .aboutus_first_img{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .aboutus_first_img img {
        height: 400px;
    }
    .aboutus_first_inner h2 {
        font-size: 32px;
    }
    .aboutus_second_blk{
        margin: 1em 0;
        padding: 1em 0;
    }
    .aboutus_second_inner{
        width: 100%;
    }
    .aboutus_second_imgblk{
        width: 100%;
        margin: 0 0 2em;
    }
    .aboutus_second_img{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .aboutus_second_img img {
        height: 400px;
    }
    .aboutus_second_inner h3 {
        font-size: 32px;
    }
    .aboutus_third_blk{
        margin: 1em 0;
        padding: 1em 0 1em;
    }
    .aboutus_third_inner{
        width: 100%;
    }
    .aboutus_third_imgblk{
        width: 100%;
       margin: 0px 0 3em;
    }
    .aboutus_third_img{
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
    .aboutus_third_img img {
        height: 400px;
    }
    .aboutus_third_inner h3 {
        font-size: 32px;
    }

    /* insight page */
    .Insights_page_wrapper{
        margin: 1em 0;
        padding: 1em 0;
    }
    .Insights_page_wrap_inner .hme_insights_single{
        float: left;
        width: 50%;
        margin: 1em 0;
    }
    .Insights_page_wrap_inner .hme_insights_single_image img {
        height: 300px;
    }

}
@media only screen and (max-width:480px) {
    /* our team page */
    .our_team_page_single{
        width: 100%;
        margin: 1em 0;
        padding: 0;
    }
    .our_team_page_single_inner{
        width: 100%;
    }
    .our_team_page_second_inner .our_team_page_single:nth-child(2){
        padding: 0;
    }

    /* about us page */
    .aboutus_first_img{
        max-width: 90%;
    }
    .aboutus_first_img img{
        height: 300px;
    }
    .aboutus_first_inner h2 {
        font-size: 28px;

        display: none;
    }
    .aboutus_second_img{
        max-width: 90%;
    }
    .aboutus_second_img img{
        height: 300px;
    }
    .aboutus_second_inner h3 {
        font-size: 27px;
    }
    .aboutus_third_img{
        max-width: 90%;
    }
    .aboutus_third_img img{
        height: 300px;
    }
    .aboutus_third_inner h3 {
        font-size: 27px;
    }

    /* insight page */
    .Insights_page_wrap_inner .hme_insights_single_image img {
        height: 250px;
    }
    .Insights_page_wrap_inner span.Insights_date{
        font-size: 13px;
        line-height: 19px;
    }
    .Insights_page_wrap_inner .hme_insights_single_content{
        padding: 0em 0.5em 0.5em;
    }
    .Insights_page_wrap_inner .hme_insights_single_content h4{
        padding-bottom: 0;
    }


.aboutus_first_inner{
    display: flex;
    flex-direction: column;
}
.aboutus_first_inner .aboutus_first_desc_top{
    order: 1;
}

.aboutus_first_inner .aboutus_first_desc_bottom{
    order: 3;
}
.aboutus_first_imgblk {
    order: 2;
}

.sitemap-data h2{
    display: none;
}

.insights_det_imageblk .our_team_single_icon {
    height: 45px;
    width: 45px;
    bottom: 15px;
    right: 35px;
}

}