.intro_header_block {
    display: block;
    width: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .intro_header_block .intro_inner {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 55px 0 55px;
        background: rgba(45,87,126,0.88)
    }

        .intro_header_block .intro_inner .title {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

        .intro_header_block .intro_inner h2 {
            color: white;
            text-transform: capitalize;
            font: 400 40px AjyalBein_bold;
            margin: 0 0 0;
            width: 100%;
            text-align: right;
        }

        .intro_header_block .intro_inner .page-breadcrumb {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            justify-content: flex-end;
            text-align: center;
            color: white;
            text-transform: capitalize;
            font-weight: 600;
            letter-spacing: .5px;
        }

            .intro_header_block .intro_inner .page-breadcrumb a {
                color: white;
                text-decoration: none;
                font-size: 16px;
                padding: 0 4px;
            }

            .intro_header_block .intro_inner .page-breadcrumb span {
                color: white;
                text-decoration: none;
                font-size: 16px;
                padding: 0 4px;
            }
/*----------------------------  aboutsus_main -----------------*/
/*----------------------------  aboutsus_main -----------------*/
/*----------------------------  aboutsus_main -----------------*/
.aboutsus_main-block {
    display: block;
    position: relative;
    padding: 30px 0;
}

    .aboutsus_main-block .heading_block {
        text-align: left;
    }

    .aboutsus_main-block p {
        font: 500 16px/26px AjyalBein_regular;
    }

    .aboutsus_main-block .imgbox-block {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 6px;
        background: white;
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    }

        .aboutsus_main-block .imgbox-block img {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .aboutsus_main-block .imgbox-block:before {
            content: "";
            border-top: 2px solid #253237;
            border-right: 2px solid #253237;
            width: 100px;
            height: 100px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .aboutsus_main-block .imgbox-block:after {
            content: "";
            border-bottom: 2px solid #253237;
            border-left: 2px solid #253237;
            width: 100px;
            height: 100px;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .aboutsus_main-block .imgbox-block img:before, .aboutsus_main-block .imgbox-block img:after {
            content: "";
            background: rgb(255 255 255 / 58%);
            width: 120px;
            height: 140px;
            display: block;
            z-index: 99;
        }

        .aboutsus_main-block .imgbox-block img:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
        }
/*----------------------------  aboutsus_main -----------------*/
/*----------------------------  aboutsus_main -----------------*/
/*----------------------------  services_block -----------------*/
/*----------------------------  services_block -----------------*/
.workus_block {
    display: block;
    width: 100%;
    padding: 30px 0;
    background: white;
}

    .workus_block .heading_block {
        text-align: right;
    }

.services_block {
    display: block;
    position: relative;
    width: 100%;
    padding: 30px 0;
}

    .services_block .services_item {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 30px;
        transition: all 300ms linear 0s;
        box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 6%);
    }

        .services_block .services_item h4 {
            font-size: 18px;
            color: #222222;
            margin-bottom: 20px;
            text-transform: uppercase;
            transition: all 300ms linear 0s;
            position: relative;
            padding-left: 35px;
        }

        .services_block .services_item p {
            margin-bottom: 0px;
        }

        .services_block .services_item h4 i {
            font-size: 24px;
            padding-right: 15px;
            font-weight: 600;
            position: absolute;
            left: 0px;
            top: 40%;
            transform: translateY(-50%);
        }

        .services_block .services_item:hover {
            background: #fff;
            box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
        }

            .services_block .services_item:hover h4 {
                color: #faba00;
            }
/*----------------------------  services_block -----------------*/
/*----------------------------  services_block -----------------*/
/*----------------------------  blog_main_block -----------------*/
/*----------------------------  blog_main_block -----------------*/
.blog_main_block {
    display: block;
    width: 100%;
    position: relative;
    padding: 30px 0;
    background: white;
}

    .blog_main_block .item_block {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        background: white;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
        margin: 0 0 30px;
        border-radius: 8px;
    }

        .blog_main_block .item_block .imgbox-block {
            width: 100%;
            /* height: 240px; */
            overflow: hidden;
            position: relative;
        }

            .blog_main_block .item_block .imgbox-block img {
                width: 100%;
                height: 100%;
            }

        .blog_main_block .item_block .details_block {
            display: block;
            padding: 12px 12px 20px;
            padding: 14px 16px;
        }

            .blog_main_block .item_block .details_block h2 {
                font-size: 20px;
                text-transform: capitalize;
                font-weight: 600;
                margin: 0px 0 0px;
            }

            .blog_main_block .item_block .details_block p {
                font-size: 14px;
                line-height: 24px;
            }

            .blog_main_block .item_block .details_block .btn_menu {
                padding: 4px 12px;
                text-transform: capitalize;
                font-size: 14px;
                background: #FE9700;
                color: white;
                outline: none !important;
                box-shadow: none !important;
            }

        .blog_main_block .item_block .blog_thead {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 999;
            background: #494E57;
            border-radius: 6px;
            display: none;
        }

            .blog_main_block .item_block .blog_thead span {
                background: #E4D6F5;
                display: block;
                width: 30px;
                height: 30px;
                border-radius: 100px;
            }

        .blog_main_block .item_block .list_block {
            background: white;
            padding: 10px 10px;
            list-style: none;
            margin-top: -50px;
            position: relative;
        }

            .blog_main_block .item_block .list_block .text {
                display: inline-block;
                font-size: 12px;
                font-weight: 500;
                margin-right: 10px;
            }

.blog_top_block {
    background: #494E57;
    padding: 10px 10px;
    margin: 0 0 40px;
}

    .blog_top_block h4 {
        font-size: 22px;
        color: white;
        text-transform: capitalize;
        margin: 0;
        font-weight: 600;
        letter-spacing: .5px;
    }

    .blog_top_block .btn_menu {
        padding: 3px 15px;
        font-size: 14px;
        line-height: 24px;
        text-transform: capitalize;
    }
/*----------------------------  blog_main_block -----------------*/
/*----------------------------  blog_main_block -----------------*/
/*----------------------------  testimonial_block -----------------*/
/*----------------------------  testimonial_block -----------------*/
.testimonial_block {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0;
}

    .testimonial_block .owl-slider {
        display: block;
        margin: 40px 0 0;
    }

        .testimonial_block .owl-slider .comment_block {
            display: block;
            padding: 40px 40px;
            max-width: 900px;
            margin: 0 auto;
            border-radius: 4px;
        }

            .testimonial_block .owl-slider .comment_block .text_block {
                background: white;
                padding: 36px 40px;
                margin: 0 0 20px;
                text-align: center;
                font-size: 16px;
                font-weight: 500;
                line-height: 26px;
                border-radius: 6px;
            }
            /*.testimonial_block .owl-slider .comment_block .text_block span {
                }*/
            .testimonial_block .owl-slider .comment_block .profile_block {
                display: flex;
                align-items: flex-end;
                justify-content: flex-end;
                margin: 20px 0 0;
                flex-direction: column;
            }

                .testimonial_block .owl-slider .comment_block .profile_block .img_block {
                    width: 120px;
                    height: 120px;
                    background: white;
                    overflow: hidden;
                    border-radius: 100%;
                    padding: 3px;
                }

                    .testimonial_block .owl-slider .comment_block .profile_block .img_block img {
                        width: 100%;
                        height: 100%;
                        border-radius: 100%;
                    }

                .testimonial_block .owl-slider .comment_block .profile_block h2 {
                    font-size: 20px;
                    text-transform: capitalize;
                    font-weight: 700;
                    margin: 10px 0 0;
                }
/*----------------------------  testimonial_block -----------------*/
/*----------------------------  testimonial_block -----------------*/