@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

:root {
    --asr-green: #052925;
    --asr-dark-green: #1A4680;
    --asr-yellow: #F49428;
    --asr-dark-blue: #102E56;

}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Almarai', sans-serif;
}

p {
    font-size: 18px;
}
@media(max-width: 576px){
p {
    font-size: 16px;
}	
}

.max-width-asr {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6%;
    padding-right: 3%;
}

/* @media(max-width:992px) {
    .max-width-asr {
        padding-left: 32px;
        padding-right: 32px;
    }
} */


.hero-text-container h1 {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 40px;
}

.hero-text-container>a {
    padding: 10px 25px !important;
    text-decoration: none;
}

.hero-text-container>a:hover {
    text-decoration: none;
}

.hero-img-with-text {
    position: relative;
}

.hero-text-container {
    padding: 28px 56px;
    background: rgba(26, 70, 128, 0.4);
    backdrop-filter: blur(3.5px);
    position: absolute;
    /*     top: 55%; */
    top: 47%;
    max-width: 800px;
    left: 8%;
}

.top-header-container {

    background-color: var(--asr-dark-green);
}

.top-header {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}


.contact-item>a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #FFFFFF;
    opacity: 0.7;
    text-decoration: none;
}

.contact-item>a:hover {
    color: #fff;
    text-decoration: none;
}

.free-consultant {
    background-color: var(--asr-yellow);
    padding: 8px 26px;
    color: #222222 !important;
    opacity: 1 !important;
    height: auto !important;
    border: none;
}

.free-consultant:hover {
    color: #222222 !important;
    text-decoration: none;
}

.menu-items-asr {
    background-color: #fff;
    width: 80%;
    margin: auto;
    padding: 1rem 3rem;
    color: #041E1B;
    margin-right: 0;

}

.menu-items-asr>ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;

}

.header-asr {
    background-color: var(--asr-dark-green);
}

.bottom-header-items-container {
    max-width: 1600px;
    margin: auto;
    padding-right: 100px;
    /* margin-top: -32px; */
    position: absolute;
    top: 60%;
    width: 100%;
    z-index: 1;
}

.menu-items-asr>ul>li>a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: var(--asr-dark-green);
    text-transform: uppercase;
}

.menu-items-asr>ul>li>a:hover {
    color: #F49428;
}

.top-header {
    padding: 10px 100px;
}

.asr-header-container-wrapper {
    position: relative;
}

.asr-header-container {
    max-width: 1600px;
    margin: auto;
}

.contact-item>a {
    margin-left: 49px;
}

.contact-item>a img {
    margin-right: 10px;
}

.company-logo img {
    /*     width: 80px; */
    height: auto;
    width: 120px;
}

.hamburger img {
    width: 25px;
    height: 25px;
}

.hamburger {
    display: none;
}

@media(max-width:1100px) {


    .menu-items-asr {
        padding-top: 0rem;
    }

    .top-header {
        padding: 10px;
        padding-left: 6%;
        padding-right: 3%;
    }

    .company-contact-details-header {
        display: none;
    }

    .hamburger {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .menu-items-asr {
        position: absolute;
        left: 0;
        top: 32px;
        width: 100%;
    }

    .menu-items-asr>ul {
        flex-direction: column;
        width: 100%;
    }

    .menu-items-asr>ul>li {
        padding: 12px 0px;
    }

    .menu-items-asr {
        display: none;
    }

    .show-menu-nav {
        display: unset !important;
    }

    /* 	.nav-menu-asr>li>ul */
}


/* hero section */
.hero-img-container {
    width: 100%;
    height: 718px;
}

.hero-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .slick-dots {
    /* bottom: 50% !important;
    display: flex !important;
    flex-direction: column;
    padding-left: 100px; */
}

.hero-slider .slick-dots li button:before {
    /* font-size: 16px; */
}

.hero-slider .slick-dots li.slick-active button:before {
    /* color: var(--asr-yellow) !important; */
}

.hero-slider .slick-dots li button:before {
    /* background-color: #fff !important; */
}




@media(max-width:1100px) {
    .hero-slider .slick-dots {
        /* display: none !important; */
    }
}

/* Need Employeers section */
.primary-btn-asr {
    margin-top: 40px;
}

.primary-btn-asr>a {
    padding: 10px 25px;
    background-color: var(--asr-yellow);
    color: #222222;
}

.need-employers-content {
    background-image: url(../images/first-cut.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    width: 50%;
}

.employeers-recruiter-content-container {
    display: flex;
    background: rgba(5, 41, 37, 0.7);
    margin-top: -8px;
}

.need-job-content {
    background-image: url(../images/second-cut.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
    width: 50%;
}

.overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(10, 49, 151, 0.7);
    z-index: -1;
}

.overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(5, 41, 37, 0.7);
    z-index: -1;
}

.need-job-content-container {
    color: white;
    padding: 95px 60px;
}

.home-aboutus-content-container-asr {
    background: #ecf0f1;
    padding: 60px 0;
    margin-top: -40px;
}

.home-aboutus-content-asr>h2 {
    font-size: 42px;
    font-weight: 700;

}

.description h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 20px;
    color: #000;
}

.home-aboutus-content-asr>h2 span {
    color: var(--asr-yellow);
}

.first-intro {
    margin-top: 32px;
}


@media(max-width:992px) {
    .hero-text-container {
        max-width: 650px;
        top: 25%;
    }

    .hero-text-container h1 {
        font-size: 32px;
    }
	.hero-img-container {
        height: 550px;
    }
}

@media(max-width: 768px){
	 .hero-img-container {
        height: 500px;
    }
	.hero-text-container{
		left: 6%;
		max-width: 450px;
	}
}

@media(max-width:500px) {
    .hero-text-container h1 {
        font-size: 22px;
        line-height: 35px;
    }

    .hero-text-container {
        left: 4%;
        max-width: 320px;
    }

    .hero-img-container {
        height: 450px;
    }
}

/* home page about us */
.about-us-intro-featured-img {
    position: relative;
    /* display: flex; */
    max-width: 438px;
    height: 558px;
}

.about-us-intro-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about-us-intro-featured-img img:nth-of-type(2) {
    /* margin-left: -140px; */
    position: absolute;
    top: 50%;
    right: -46%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    height: 200px;
}

.asr-about-us-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 78px;
    padding-bottom: 72px;
}

.intro-about-home-asr {
    padding-left: 36px;
}

.home-abt-para {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-business-invest-para {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 36px;
}

/* new */
.lr-container {
    display: flex;
    gap: 36px;
    justify-content: space-between;
}

.l-container {
    width: 48%;
}

.r-container {
    width: 48%;
}

@media(max-width:1200px) {
    /* .asr-about-us-container-wrapper .row {
        flex-direction: column-reverse !important;
    } */

    .custom-col {
        /* max-width: 100% !important;
        margin-top: 32px; */
    }

    /* .about-us-intro-featured-img {
        display: flex;
        justify-content: center;
    } */

    .need-job-content-container {
        padding: 42px;
    }
}

@media(max-width: 1024px) {
    .intro-about-home-asr {
        padding-left: 56px;
    }
}

@media(max-width:992px) {
    .employeers-recruiter-content-container {
        flex-direction: column;
    }

    .need-employers-content,
    .need-job-content {
        width: 100%;
    }

    .lr-container {
        flex-direction: column-reverse;
    }

    .r-container {
        width: 100%;

    }

    .intro-about-home-asr {
        padding-left: 12px;
    }

    .l-container {
        margin: auto;
        width: 80%;
    }

    .about-us-intro-featured-img img:nth-of-type(2) {
        display: none;
    }

    .about-us-intro-featured-img {
        position: unset;
        max-width: 100%;
        height: 450px;
    }

    .about-us-intro-featured-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

@media(max-width:768px) {
    /* .about-us-intro-featured-img {
        flex-direction: column-reverse;
    }

    .about-us-intro-featured-img img:nth-child(2) {
        margin-left: 0;
        margin-bottom: -170px;
        z-index: 1;
    } */
	
	 .l-container {
        width: 100%;
    }
	
	 .about-us-intro-featured-img {
        height: 400px;
    }
}

@media(max-width:568px) {
    .asr-about-us-container-wrapper {
        padding-top: 52px;
        padding-bottom: 32px;
    }

    .custom-col {
        /* padding-left: 0 !important; */
    }

    .need-job-content-container {
        padding-left: 6%;
        padding-right: 3%;
    }

    /* .about-us-intro-featured-img img:nth-child(2) {
        height: 200px;
        margin-bottom: -97px;
    } */

    .custom-col {
        /* margin-top: 0px; */
    }
}

/* contact form */
.rqf-field {
    display: flex;
    justify-content: space-between;
}

.contact-details-form-container span:nth-of-type(1) {
    color: var(--asr-yellow);
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-details-form-container h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}


.rqf-field p {
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.rqf-field>div {
    width: 48%;
    margin-bottom: 20px;
}

.contact-details-form-container p {
    color: #fff;
    margin-bottom: 8px;
}

.contact-details-form-container input,
.contact-details-form-container textarea {
    width: 100%;
    padding: 12px;
}

.contact-details-form-container input {
    height: 30px;
}

.contact-details-form-container textarea {
    height: 80px;
    margin-bottom: 20px;
    font-size: 16px;

}

.enquiry-box {
    margin-bottom: 20px;
}

.rqf-field>div input {
    width: 100%;
    font-size: 16px;
}

.home-contact-details-form-asr {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.home-contact-form {
	max-width: 1366px;
	margin: auto;
    position: relative;
    width: 100%;
    height: auto;
    /* height: 693px; */
    z-index: 1;
}

.contact-overlay {
    background: linear-gradient(270deg, #0B2A53 41.67%, rgba(0, 0, 0, 0) 59.9%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-details-form-container {
    width: 40%;
    z-index: 1;
    padding-top: 100px;
}

.contact-us-featured-img {
    width: 60%;
    height: auto;
    /* height: 693px; */
}

.contact-us-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpcf7 form .wpcf7-response-output {
    color: #FFFFFF;
    text-align: center;
}

@media(max-width: 1024px) {
    .contact-details-form-container h2 {
        font-size: 32px;
    }
}

@media(max-width:992px) {
    .contact-overlay {
        background: linear-gradient(270deg, #0B2A53 36.67%, rgba(0, 0, 0, 0) 100.9%);
    }

    .home-contact-details-form-asr {
        flex-direction: column;
    }

    .contact-details-form-container {
        width: 70%;
    }

    .contact-us-featured-img {
        display: none;
    }
}

@media(max-width:768px) {
    .contact-details-form-container {
        width: 100%;
    }
}

/* Investors Section */

.first-section-container {
    max-width: 550px;
    margin-right: 60px;
}

.first-section-container span,
.intro-about-home-asr span {
    color: #E49E3C;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.first-section-container h2,
.intro-about-home-asr h2 {
    font-family: 'Almarai', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    color: #222222;
}

.assur-abt-para {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
    margin-bottom: 0rem;
}

.thumbnail-container {
    background-color: #F49428;
    height: 560px;
    position: relative;
}


.image-container-asr-investors {
    /* max-width: 486px; */
    margin: auto;
    width: 70%;
    height: 377px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-container-asr-investors img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:1600px) {
    .investors-content-container {
        padding-right: 0% !important;
    }

}


.investors-content-container {
    padding-top: 75px;
    padding-bottom: 85px;
}

@media(max-width: 576px){
	.thumbnail-container{
		height: 450px;
	}
	.image-container-asr-investors{
		width: 80%;
	}
}


/* Investment Section */
.migration-heading-container {
    background-color: var(--asr-dark-green);
    padding-top: 50px;
    padding-bottom: 175px;
}

.asr-migration-services-container-wrapper h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
}

.asr-migration-services-container-wrapper span {
    color: var(--asr-yellow);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    justify-content: center;
}

.migration-service-asr {
    /*     -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
    background-color: #fff;
    width: 260px;
    height: 234px;
    padding: 16px;
    background: #FFFFFF;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 4px 30px rgba(26, 70, 128, 0.05);
    margin-right: 30px;
    margin-bottom: 30px;
}

.migration-service-asr img {
    width: 60px;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.migration-service-asr p {
    text-align: center;
    margin-top: 4px;
    /*     word-break: break-all; */
    padding: 16px;
    font-size: 16px;
}

.migration--services-list-homepage-asr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -135px;
}

.migration--services-list-homepage-asr>a {
    color: #222222;
}

.polygon--shape-container {
    filter: drop-shadow(3px 1px 3px rgba(50, 50, 50, 0.2));
}

@media(max-width: 991px) {
    .first-section-container {
        max-width: 100%;
        margin-bottom: 56px;
        margin-right: 0px;
        padding-left: 24px;
    }

    .investors-content-container {
        padding-left: 0px;
    }
}

@media(max-width: 576px){
	.first-section-container{
		padding-left: 0;
	}
}

@media(max-width:500px) {
    .migration-service-asr {
/*         width: 170px;
        height: 244px;
        margin-right: 10px;
        margin-bottom: 22px; */
    }

    .migration-service-asr img {
/*         width: 40px; */
    }

    .migration-service-asr p {
        margin-top: 23px;
        /*     word-break: break-all; */
    }

    .first-section-container {
        margin-bottom: 42px;
    }
	
}

/* Out teams css */
.asr-banner-image-wrapper {
    background-color: var(--asr-dark-blue);
    padding: 50px 0px;
}

.banner-img-container {
    width: 95%;
    height: 386px;
    margin: auto;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text-container {
    position: absolute;
    top: 65%;
    left: 7%;
}

.banner-text-container h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    color: #fff;
}

.banner-overlay-other {
    background: linear-gradient(0deg, #1A4680, #1A4680);
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.membber-img {
    width: 100%;
    height: 100%;
}

.membber-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.asr-member {
    /* width: 45%; */
    /* box-shadow: 8px 8px 20px 5px rgba(0, 0, 0, 0.25); */
    position: relative;
    height: 557px;
    /* margin-bottom: 125px; */
}

.asr-team-members-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.asr-team-detail {
    position: absolute;
    bottom: 5%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -5%);
    background: #102E56;
    color: #fff;
    padding: 34px 26px;
    text-align: center;
}

.asr-team-list-container {
    max-width: 1100px;
    margin: auto;
    padding: 0px 12px;
}

.asr-team-list-container h2 {
    padding-top: 75px;
    padding-bottom: 50px;
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
}

.asr-team-detail p {
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.asr-team-detail a {
    color: #fff;
    text-decoration: none;
}

.asr-team-detail h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

.asr-team-detail h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
}

@media(max-width:768px) {
    .asr-member {
        /* height: 350px; */
    }

    .asr-team-detail {
        padding: 12px;
        /* top: 25%; */
    }
}

@media(max-width:768px) {
    .asr-member {
        height: 590px;
    }

    .membber-img img {
        object-position: top center;
    }
}

@media(max-width:650px) {
    .asr-member {
        /* width: 95%;
        margin-left: auto;
        margin-right: auto; */
    }
}

@media(max-width: 576px) {
    .membber-img img {
        object-position: unset;
    }
}


/* About us */
.about-page>.image-container-asr-investors {
    max-width: 100%;
    width: 100%;
    height: 630px;
}

.why-assure h2 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 20px;
}

.why-assure p {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
}

.why-assure {
    padding-bottom: 75px;
    padding-top: 32px;
}

.about-vision {
    padding: 139px 60px;
}

.large-thumbnail-container {
    width: 80%;
    margin: auto;
    /*     height: 548px; */
    padding-top: 75px;
    height: 100%;
    margin-bottom: 256px;
}

.large-thumbnail {
    width: 100%;
    height: 548px;
}

.large-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.large-thumb-caption {
    background: #102E56;
    color: #fff;
    padding: 35px 42px;
    text-align: center;
    width: 80%;
    margin-top: -100px;
    margin: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}

.large-thumb-caption h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 39px;
}

.large-thumbnail-container {
    position: relative;
}

.large-thumb-caption p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    margin-top: 25px;
    opacity: 0.7;
    margin-bottom: 45px;
}

@media(max-width:768px) {
    .large-thumbnail-container {
        width: 100%;
    }

    .large-thumb-caption {
        width: 95%;
    }
	.why-assure h2{
		font-size: 30px;
	}
	.why-assure{
		padding-top: 12px;
		padding-bottom: 36px;
	}
}

@media(max-width: 576px){
		.why-assure h2{
		font-size: 24px;
	}
	.why-assure p, .large-thumb-caption p{
		font-size: 14px;
	}
	.large-thumb-caption{
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* Scheme page visa */
.schemes-list-container {
    background: #F9F9F9;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
}

.scheme-name {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}


.contact-page-get-in-touch {
    background: #EEF3F9;
}

.asr-map-location-content {
    width: 90%;
    /* padding-top: 90px; */
    padding-bottom: 90px;
    margin: auto;
}

.asr-map-location-content iframe {
    height: 424px;
}

.asr-map-location-content-container {
	max-width: 1366px;
	margin: auto;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.asr-map-location-content h2 {
    color: #222222;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
}

.asr-map-location-content {
    /* 	display:flex;
	justify-content:space-between;
	margin:auto; */
}


/* sub menu design header */
.nav-menu-asr>li {
    position: relative;
}

.nav-menu-asr>li>ul {
    background: rgba(26, 70, 128, 0.6);
    backdrop-filter: blur(3.5px);
    color: #fff;
    position: absolute;
    width: 300px;
    padding: 12px;
    list-style: none;
    display: none;
}

ul>li>ul>li {
    padding-bottom: 15px;
}

ul>li>ul>li>a {
    color: #fff;
}

ul>li>ul>li>a:hover {
    color: #F49428;
    text-decoration: none;
}

.nav-menu-asr>li:hover ul {
    display: block;
}




@media(max-width:1100px) {
    .nav-menu-asr>li>ul {
        position: relative;
        width: 100%;
    }

}

/* Scheme page visa */
.schemes-list-container {
    background: #F9F9F9;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    padding: 60px 32px;
}

.scheme-name {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

/* visa page */



.visa-schemes-container h2 {
    color: #222222;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    max-width: 846px;
    text-align: center;
    margin: auto;
    margin-bottom: 43px;

}

.contact-overlay1 {
    background: linear-gradient(270deg, #0B2A53 41.67%, rgba(0, 0, 0, 0) 126.9%) !important;
}

.ctn-btn {
    max-width: 170px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 170px;
}



/* footer */
.sbr-footer-wrapper-container {
    background-color: #102E56;
    color: #fff;
    padding-top: 76px;
}

.rights {
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 18px;
}

.rights p {
    margin-bottom: 0;
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}

.rights p a {
    font-weight: 700;
    color: var(--srb-yellow);
}

.social-icon-footer-bottom {
    padding-top: 18px;
    padding-bottom: 32px;
    display: flex;
    justify-content: start;
}

.social-icon-footer-bottom>a {
    margin-right: 18px;
}

.social-icon-footer-bottom>a>img {
    width: 20px;
    height: 20px;
}

.footer-logo-container,
.section-head-footer {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 18px;
}


.footer-item-container a {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: none;
    /* word-break: break-all; */
}


.footer-item-container a p {
    /* font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px; */

}

.assure-address {
    display: flex;
    align-items: flex-start;
    word-break: break-all;
}

.footer-item-container ul li {
    /* font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    opacity: 0.8; */
    list-style: none;
    margin-bottom: 8px;
}

.asr-footer-cont>ul>li>a {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: none;
}

.asr-footer-cont>ul>li>a>img {
    width: 24px;
    height: 24px;
}

.contact-icon-img {
    margin-bottom: 10px;
}

.footer-item-container .contact-icon-img img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.opening-hour {
    opacity: 0.8;
    margin-bottom: 10px;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.opening-hour img {
    margin-right: 14px;
}

.contact-icon-img>p {
    margin-left: 36px;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

}

.footer-item-container>p {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer-des>p {
    max-width: 90%;
}

/* .asr-footer-cont a {
    line-height: 1.9;
} */

@media(max-width:768px) {
    .section-head-footer {
        margin-top: 32px;
    }

    .rights {
        flex-direction: column;
    }

    .rights p {
        margin-bottom: 12px;
    }

    .visa-schemes-container h2 {

        font-size: 25px;
        line-height: 35px;
        margin-bottom: 16px;

    }


    .tab-content>.active {

        padding: 16px !important;

    }
}

.home-contact-form {
    margin-bottom: 75px;
}



/* Tab css */

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #fff;
    background: #1A4680;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #1A4680;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

@media(max-width:768px) {
    .our-services {
        width: 50% !important;
    }
}


@media(max-width:450px) {
    .our-services {
        width: 100% !important;
    }

    .migration-service-asr {

/*         height: 165px;
        width: 128px;
        margin-right: 10px;
        padding: 8px; */
    }

    .migration-service-asr img {
/*         margin-top: 24px; */
    }

    .migration-service-asr p {
        margin-top: 0px;
        font-size: 12px;
    }

    .first-section-container {
        /* margin-right: 0px; */
    }

    .asr-footer-cont a {
        /* line-height: 1.9; */
    }

    .sbr-footer-wrapper .container-fluid .row>div {
        padding-left: 0 !important;
    }

    .hero-text-container {
        max-width: 315px;
        padding: 20px;
    }

    .hero-text-container h1 {
        margin-bottom: 20px;
    }

    .asr-team-detail {
        /* 		top:72%; */
    }

}

.contact-page-get-in-touch {
    padding: 65px 42px;
}

.contact-details-with-icon a {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    /* 	margin-bottom:25px; */
/*     line-height: 45px; */
	line-height: 1.4;
    text-decoration: none;
    word-break: break-all;
}

.assure-address p {
    margin-bottom: 0px;
}

.contact-details-with-icon a img {
    margin-right: 24px;
    width: 25px;
}
.align-items{
   align-items: center;	
   margin-bottom: 12px;
}

@media(min-width:1200px) {
    .contct-details {

        background: #EEF3F9;

    }
}

@media(max-width:600px) {

    .contact-details-with-icon a,
    .assure-address p {
        font-size: 16px;
    }

    .contact-page-get-in-touch {
        padding: 32px 20px;
    }

    .contact-details-with-icon a img {
        margin-right: 12px;
    }
}

.description-investor-container-asr h3 {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
    color: #222222;
}

.tab-pane h4 {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #222222;
}

.description-investor-container-asr ul {
    padding-left: 24px;
}

.location-icon-footer {
    margin-right: 12px;
    width: 20px;
}

.recruitement-page .migration-service-asr {
    padding: 0px;
    height: 263px;
    border: none;
}

.recruitement-page .migration-service-asr img {
    width: 100%;
    height: 190px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 0;
    object-fit: cover;
}

.single-member-asr .asr-team-members-list {
    justify-content: space-between;
}

.assr-invest_tab-container {
    max-width: 1024px;
    margin: auto;
    padding: 0px 12px;
}

@media(max-width:768px) {
    .asr-map-location-content-container {
        flex-direction: column;
    }

    .asr-map-location-content iframe {
        width: 100%;
        margin-bottom: 16px;
    }
}

@media(max-width:600px) {
    .single-member-asr .has-text-align-center {
        text-align: start !important;
    }

    .description-investor-container-asr h3 {
        line-height: 42px;
        margin-top: 42px;
        margin-bottom: 16px;
    }
}

.bvaf-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.bvaf-content p {
    width: 45%;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.bvaf-content p input {
    background: #FFFFFF;
    border: none;
    height: 35px;
    width: 220px
}

.bvaf-container {
    text-align: center;
    margin-top: 85px;
    margin-bottom: 75px
}

.bvaf-wrap-content {
    background: #F4F6FA;
    padding: 32px 100px;
    margin-top: 35px;
}

.bvaf-wrap-content h3 {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    color: #222222;
    margin-bottom: 35px;
}

.bvaf-container>h2 {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    color: #222222;
}

.bvaf-content p span {
    text-align: start;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
}

.bvaf-content p select,
.language-section p span select {
    width: 220px;
    border: none;
    height: 35px;
    background: #fff;
    padding: 8px;
}

.bvaf-container>p>span {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    color: #102E56;
}

.language-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
}

.options-asr label {
    text-align: start;
}

.options-asr .wpcf7-list-item {
    display: flex;
}

.bvaf-container .free-consultant {
    border: none;
    margin-top: 32px;
}

.language-section>p>span>span>span {
    display: flex;
}

.skilled-independent-visa {
    margin-top: 85px;
}

@media(max-width:1170px) {
    .bvaf-content p span {
        font-size: 16px;
    }

    .bvaf-wrap-content {
        padding: 32px;
    }
}

@media(max-width:768px) {
    .bvaf-content {
        flex-direction: column;
    }

    .bvaf-content p {
        width: 100%;
    }

    .bvaf-wrap-content {
        padding: 16px;
    }
}

@media(max-width: 767px) {
    .first-section-container {
        padding-left: 12px;
    }
}

@media(max-width:500px) {
    .bvaf-content p {
        display: block;
    }

    .bvaf-wrap-content h3 {
        font-size: 18px;
    }

    .language-section {
        display: block;
        margin-bottom: 32px;
    }

    .language-section p {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

@media(max-width:600px) {
    .schemes-list-container {
        padding: 16px;
    }

    .scheme-name {
        font-size: 18px;
        line-height: 25px;
    }

    .first-section-container h2,
    .intro-about-home-asr h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .about-page>.image-container-asr-investors {
        height: 300px;
    }

    .investors-content-container {
        padding-top: 32px;
        padding-bottom: 35px;
    }

    .skilled-independent-visa {
        margin-top: 32px;
    }
}

.member-details {
    width: 50%;
}

.member-details h3 {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #222222;
}

.member-details h5 {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #222222;
}

.has-text-align-center {
    text-align: start;
}

.asr-member {
    box-shadow: none;
}

.single-mem {
    margin-top: 85px;
}

@media(max-width:1200px) {
    .single-member-asr .asr-team-members-list {
        flex-direction: column-reverse;
    }

    .member-details,
    .asr-member {
        width: 100%;
    }
}

@media(max-width:600px) {
    .member-details h3 {
        font-size: 26px;
    }

    .asr-member {
        /* margin-bottom: 32px; */
    }
}

/* .thanks {
    background: linear-gradient(190deg, #0B2A53 41.67%, rgba(0, 0, 0, 0) 126.9%) !important
} */

/* .thanks-content {
    max-width: 600px;
    margin: auto;
    padding: 7% 4%;
    color: white;
} */

/* .thanks-content p span {
    font-weight: 600;
} */

/* .thanks-content img {
    margin-bottom: 35px;
} */

.asue-evtn-section-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6%;
    padding-right: 3%;
}

.asue-evtn-row {
    padding: 36px 24px;
    background: #FFFFFF;
    box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.15);
}


.asue-evtn-image {
    width: 100%;
    height: 390px;
    /*     clip-path: polygon(0 1%, 64% 0, 100% 100%, 0% 100%);
    background: #1A4680;
    position: relative; */
}

.asue-evtn-image img {
    /*     clip-path: polygon(0 1%, 64% 0, 100% 100%, 0% 100%);
    width: 95%;
    height: 97%;
    top: 2%;
    left: 1%;
    position: absolute; */
    width: 100%;
    height: 100%;
    border: 10px solid #1A4680;
    object-fit: cover;
}

.asue-sevtn-image {
    width: 100%;
    height: 614px;
    filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.15));
}

.asue-sevtn-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.asue-evtn-title,
.asue-sevtn-title {
    max-width: 375px;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #102E56;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.asue-evtn-blue-name,
.asue-sevtn-blue-name {

    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1A4680;
}

.asue-evtn-icon,
.asue-sevtn-icon {
    width: 95%;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 12px;

}

.asue-evtn-icon>a,
.asue-sevtn-icon>a {
    text-decoration: none;
    color: unset;
    padding-right: 6px;
}



.asue-evtn-icon>a>img,
.asue-sevtn-icon>a>img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    vertical-align: text-bottom;
}


.asue-evtn-para {
    width: 70%;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #222222;
    padding: 12px 0px 24px 0px;
}

.asue-sevtn-para {
    width: 70%;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #222222;
}

.asue-evtn-btn-container {
    display: flex;
    gap: 24px;
}

.asue-sevtn-btn-container {
    margin-top: 25px;
}

.asue-evtn-btn,
.asue-sevtn-btn {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px;
    background: #F49428;
}

.asue-evtn-btn:hover,
.asue-sevtn-btn.asue-sevtn-btn:hover {
    text-decoration: none;
    color: unset;
}

@media(max-width: 991px) {
    .assue-evtn-p {
        padding-left: 0;
        padding-right: 0;
    }

    .asue-evtn-col {
        padding: 24px 0px;
    }

}

@media(max-width: 576px) {

    .asue-evtn-btn,
    .asue-sevtn-btn {
        padding: 12px;
    }

    .asue-evtn-image {
        /*         position: unset;
        clip-path: unset; */
    }

    .asue-evtn-image img {
        width: 100%;
        height: 100%;
        /*         position: unset;
        clip-path: unset; */
    }

    .asue-evtn-para,
    .asue-sevtn-para {
        width: 95%;
    }
}

@media(max-width: 425px) {
    .asue-evtn-btn-container {
        flex-wrap: wrap;
    }
}


/* Register Iframe css */

.register-id {
    background: white;
    padding: 36px 0px;
    margin: 36px 0px 98px 0px;
    display: none;
}


.register-id iframe {
    width: 100% !important;
}

.register-active {
    display: block !important;
}

/* End of the assure css */

.assure-single-evtn-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 24px 0px;
}

.asue-sevtn-speaker-head {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #102E56;
    text-transform: uppercase;
    padding-left: 18px;
}


.asue-sevtn-speaker-wrapper {
    position: relative;
}

.asue-sevtn-speaker-image {
    width: 100%;
    height: 577px;
    /*     box-shadow: 8px 8px 20px 5px rgba(0, 0, 0, 0.1); */
}

.asue-sevtn-speaker-image img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.assue-sevtn-overlay {
    position: absolute;
    /* bottom: -20px; */
    bottom: 0%;
    left: 40%;
    transform: translate(-45%, -20%);
    width: 74%;
    margin: auto;
    text-align: center;
    background: #102E56;
    padding: 30px 12px 26px 30px;
}

.asue-speaker-title {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.sevtn-speaker-positon {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.sevtn-spaeker-det {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

@media(max-width: 991px) {
    .asue-sevtn-image {

        height: auto;
    }

    .asue-sevtn-image img {
        object-position: left;
    }

    .asue-sevtn-contents-container {
        padding-left: 24px;
    }

}

@media(max-width: 768) {
    .assure-single-evtn-container-wrapper {}

    .asue-sevtn-speaker-head {
        font-size: 32px;
    }

}

@media(max-width: 576px) {
    .asue-sevtn-speaker-image {
        height: auto;
    }

    .assue-sevtn-overlay {
        transform: translate(-45%, 0%);
    }

    .asue-sevtn-speaker-head {
        font-size: 30px;
    }

    .asue-sevtn-image {

        height: auto;
    }

}

/* End of the Assure Event css */




/* Blog css */

.assur-blog-container-wrapper {
    max-width: 1220px;
    margin: auto;
    padding: 56px 24px;
}

.assur-blog-heading {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 36px;
    text-align: center;
    text-transform: uppercase;
}

.assur-blog-image-container {
    position: relative;
    top: -3.5rem;
    left: -1.5rem;
}


.assur-blog-image {
    width: 100%;
    height: 315px;
}

.assur-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid #1A4680;
}

.assur-blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 50px; */
    max-width: 50px;
    width: 100%;
    height: 60px;
    background: #1A4680;
    padding-top: 5px;
}

.assur-blog-date,
.assur-blog-month {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
}

.assur-blog-date {
    margin-bottom: 6px;
}

.assur-blog-month {
    margin-bottom: 0px;
}

.assur-blog-title {
    width: 95%;
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.assur-blog-btn-container {
    width: max-content;
    margin-left: auto;
}

.assur-blog-btn {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
    background: #F49428;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: capitalize;
}

.assur-blog-btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.assur-blog-contents {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0px 0px 24px;
    margin: 1.5rem;
}

.assur-blog-sub-contents {
    margin-top: -3rem;
    padding: 6px 12px;
}

.assur-blog-mt {
    margin-top: 5rem;
    row-gap: 72px;
}

@media(max-width: 576px) {
    .assur-blog-container-wrapper {
        padding-left: 8px;
        padding-right: 0px;
    }

    .assur-blog-image {
        height: 300px;
    }

    .assur-blog-title,
    .assur-blog-btn {
        font-size: 16px;
    }
}

/* End Of Blog css */


/* Single Blog css */

.assur-single-blog-container-wrapper {
    max-width: 1200px;
    margin: auto;
}

.assur-single-blog-social-link-container {
    display: flex;
    justify-content: space-between;
}

.assur-single-blog-date>p,
.assur-single-blog-social-link>p {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 0px;
}

.assur-single-blog-social-link {
    display: flex;
}

.assur-single-blog-social-link>p>a {
    padding-left: 10px;
    text-decoration: none;
}

.assur-single-blog-social-link>p>a>img {
    width: 20px;
    height: 20px;
}

.sb-line {
    border: 0.1px solid #333333;
    margin-top: 12px;
}

.assur-single-blog-image {
    width: 100%;
    height: 470px;
}

.assur-single-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assur-single-blog-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #222222;
    margin-bottom: 20px;
}

.assur-single-blog-right-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.description-investor-container-asr {
    margin-bottom: 36px;
}

.assur-single-blog-para p,
ul {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 20px;
}

.assur-single-blog-para ul {
    padding-left: 24px;
}

.description-investor-container-asr ul li>ul {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    padding-left: 24px;
    list-style: disc;
    padding-left: 50px;
}

.description-investor-container-asr ul li>ul>li {
    padding-bottom: 4px;
}

.assur-single-blog-para h3 {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #222222;
}

.assur-single-blog-para h1 h2 h3 h4 h5 h6 {
    font-family: 'Almarai', sans-serif;
    color: #222222;
    margin-bottom: 18px;
}

.assur-single-blog-para strong {
    font-family: 'Almarai', sans-serif;
    color: #222222;
}

@media(max-width: 576px) {
    .assur-single-blog-image {
        height: 380px;
    }

}


/* End of the Single Blog css */

/* Recruitment chef css */

.assur-rsc-container-wrapper {
    max-width: 1200px;
    margin: auto;
}

.assur-rsc-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #E49E3C;
    text-align: center;
    margin-bottom: 12px;
}

.assur-rsc-sub-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #102E56;
    text-align: center;
    margin-bottom: 0px;
}

.assur-rsc-image-container {
    position: relative;
    width: 100%;
    height: 515px;
}

.assur-rsc-image {
    width: 85%;
    height: 425px;
}

.assur-rsc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assur-rsc-overlap-image {
    max-width: 235px;
    width: 100%;
    height: 245px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.assur-rsc-overlap-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.16));
}

.assur-rsc-contents {
    padding-left: 24px;
}

.assur-rsc-right-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.assur-rsc-right-para {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 0rem;
}

.assur-rsc-jobs-container {
    background: #102E56;
    padding: 20px 20px 45px 20px;
}

.assur-rsc-job-image {
    width: 100%;
    height: 275px;
}

.assur-rsc-job-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assur-rsc-chef-name {

    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 5px;
}

.assur-rsc-restueant-name,
.assur-rsc-salary,
.assur-rsc-time,
.assur-rsc-short-details {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
}

.assur-rsc-restueant-name,
.assur-rsc-salary,
.assur-rsc-time {
    text-transform: uppercase;
}

.line_clamp_tax {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.assur-rsc-restueant-name,
.assur-rsc-salary {
    margin-bottom: 12px;
}

.assur-rsc-time {
    margin-bottom: 15px;
}

.assur-rsc-short-details {
    margin-bottom: 24px;
}


.assur-rsc-job-btn {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
    background: #F49428;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: capitalize;
}

.assur-rsc-job-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/* End of the recruitment css */


/* Recruitment css */
.assur-recruitment-container-wrapper{
	max-width: 1366px;
	margin: auto;
}

.assur-recruitment-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #E49E3C;
    text-align: center;
    margin-bottom: 12px;
}

.assur-recruitment-sub-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #102E56;
    text-align: center;
    margin-bottom: 0px;
}

.assur-recruitment-image-container {
    position: relative;
    width: 100%;
    height: 515px;
}

.assur-recruitment-image {
    width: 85%;
    height: 425px;
}

.assur-recruitment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assur-recruitment-overlap-image {
    max-width: 235px;
    width: 100%;
    height: 245px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.assur-recruitment-overlap-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.16));
}

.assur-recruitment-contents {
    padding-left: 24px;
}

.assur-recruitment-right-span-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #E49E3C;
    margin-bottom: 0rem;
}

.assur-recruitment-right-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.assur-recruitment-right-para {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 0rem;
}

@media(max-width: 991px) {
    .assur-recruitment-contents {
        margin-top: 36px;
    }
}

@media(max-width: 767px) {
    .assur-recruitment-contents {
        padding-left: 24px;
    }
}

@media(max-width: 576px) {
    .assur-recruitment-contents {
        padding-left: 0px;
    }
}


/* End of recruitment css */

/* konw about css */

.assur-kars-container {
    background: #1A4680;
    margin: 56px 0px;
}

.assur-kars-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 56px 24px;
}

.assur-kars-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #E49E3C;
    margin-bottom: 0rem;
}

.assur-kars-sub-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 56px;
}

.assur-kars-image-container {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 500px;
}

.kars-reverse-container {
    flex-direction: column-reverse;
}

.assur-kars-name {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #1A4680;
    margin-bottom: 0rem;
    padding: 1.5rem 6rem;
    background: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.assur-kars-image {
    width: 100%;
    height: 400px;
    /* position: absolute; */
}

.assur-kars-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kars-reverse-image {
    position: unset;
}

/* 
.kars-mb{
    margin-bottom: -56px;
} */

@media(max-width: 991px) {
    .assur-kars-container-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .assur-kars-name {
        font-size: 30px;
    }
}

@media(max-width: 767px) {
    .kars-reverse-container {
        flex-direction: column;
    }

}


/* End of the about css */


/* Single Recruitment css */

.assur-rs-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 56px 0px;
}

.assur-rs-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
}

.assur-rs-short-details {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #222222;
    text-align: center;
}

.assur-rs-image {
    width: 100%;
    height: 428px;
}

.assur-rs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assur-rs-contents {
    margin-top: 36px;
}

.assur-rs-contents h3,
.assur-rs-heading {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    color: #222222;
}

.assur-rs-contents p,
.assur-rs-contents-para {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
    margin-bottom: 30px;
}

.assur-rs-blog-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #E49E3C;
    text-transform: uppercase;
    text-align: center;
}

.assur-rs-blog-sub-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
}

/* End of the single recruitment css */

/* Investment css */

.assur-investment-container-wrapper {
    max-width: 1200px;
    margin: auto;
}


.assur-ka-investment-container-wrapper {
    max-width: 1366px;
    margin: auto;
    /* padding-left: 56px; */
}

.assur-ka-invest-contents {
    padding-left: 82px;
    margin-bottom: 56px;
}

.assur-invest-right-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #E49E3C;
    text-transform: uppercase;

}

.assur-invest-sub-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #222222;
    text-transform: uppercase;
}

.para-w {
    width: 95%;
}


.assur-invest-overlay {
    max-width: 465px;
    width: 100%;
    height: 600px;
    margin-left: auto;
    background: #102E56;
    position: relative;
}

.assur-invest-image {
    position: absolute;
    /* width: 100%; */
    height: 400px;
    left: 5%;
    top: 50%;
    transform: translate(10%, -50%);
    filter: drop-shadow(-8px 8px 20px rgba(34, 34, 34, 0.25));
}

.assur-invest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 1330px) {
    .assur-ka-invest-contents {
        padding-left: 72px;
    }
}

@media(max-width: 1300px) {
    .assur-ka-invest-contents {
        padding-left: 56px;
    }
}

@media(max-width: 1260px) {
    .assur-ka-invest-contents {
        padding-left: 48px;
    }
}


@media(max-width: 1230px) {
    .assur-ka-invest-contents {
        padding-left: 36px;
    }
}

@media(max-width: 1200px) {
    .assur-ka-invest-contents {
        padding-left: 24px;
    }

    .assur-invest-image {
        left: 0;
        transform: translate(0%, -50%);
    }

}

@media(max-width: 1100px) {
    .assur-ka-invest-contents {
        padding-left: 18px;
    }
}

@media(max-width: 991px) {
    .assur-invest-image {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        margin: auto;
    }

    .assur-invest-overlay {
        max-width: 90%;
        margin-right: auto;
        height: 500px;
    }

}

/* Visit Partner Section css */


.assur-visit-partner-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 56px 16px 24px 16px;
}

.assur-visit-partner-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #E49E3C;
    text-align: center;
    margin-bottom: 6px;
}


.assur-visit-partner-sub-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
    text-align: center;
}


.assur-visit-partner-contents {
    padding-left: 24px;
}

.assur-visit-partner-contents-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    color: #222222;
}

.assur-visit-partner-overlay {
    max-width: 503px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 4px 4px 67px rgba(0, 0, 0, 0.07);
    position: relative;
}

.assur-visit-partner-image {
    position: absolute;
    max-width: 360px;
    width: 100%;
    height: 70%;
    /* height: 360px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.assur-visit-partner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 991px) {
    .assur-visit-partner-overlay {
        max-width: 100%;
        height: 400px;
    }

    .assur-visit-partner-contents {
        padding-left: 0px;
    }
}

/* Visit partner section css */


/* Investor visa stream css */

.assur-investor-visa-stream-container {
    padding: 36px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 30px 2px rgba(26, 70, 128, 0.08);
}

.assur-investor-visa-stream-container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.assur-investor-visa-stream-container {
    margin: 32px;
}

.assur-investor-vs-image {
    width: 120px;
    height: 120px;
}

.assur-investor-vs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assur-investor-vs-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #222222;
    margin-top: 62px;
    margin-bottom: 24px;
}

.assur-invest-vs-icon {
    width: 30px;
    height: 30px;
}

.assur-invest-vs-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.assur-contact-form-wrapper {
    padding: 28px 36px 0px 36px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.assur-contact-form-padding {
    padding-right: 0%;
    padding-top: 47px;
    padding-bottom: 47px;
}


.investor-max-width {
    max-width: 1200px;
    margin: auto;
    padding: 0px 24px;
}

@media(max-width: 1200px) {
    .assur-contact-form-padding {
        padding-left: 3%;
    }
}

@media(max-width:992px) {
    .contact-overlay {
        background: #0B2A53;
    }
}

@media(max-width: 768px) {
    .assur-contact-form-padding {
        padding-right: 3%;
    }

    .assur-contact-form-wrapper {
        padding: 24px;
    }

    .home-contact-form {
        height: auto;
    }

}


/* End of the Investor visa stream css */

/* End of the Investment css */


/* Investor Visa css */

.assur-ayi-container {
    background: #102E56;
    height: 380px;
    margin: 6rem 0px;
}


.assur-ayi-container-wrapper {
    max-width: 1200px;
    margin: auto;
}

.assur-ayi-image {
    width: 100%;
    height: 480px;
    margin-top: -50px;
}

.assur-ayi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #FFFFFF;
}

.assur-ayi-contents {
    padding-top: 36px;
}

.assur-ayi-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 15px;
}

.assur-ayi-para {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-bottom: 30px;
}

@media(max-width: 991px) {
    .assur-ayi-container {
        height: auto;
    }

    .assur-ayi-contents {
        padding-bottom: 36px;
    }

    .assur-ayi-image {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
        height: auto;
    }

    .assur-ayi-image img {
        object-fit: contain;
    }

}

/* End of the investor css */

/* Business Innvoation css */

.assur-bis-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 56px 24px;
}

.assur-bis-heading {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
}

.assur-bis-contents p {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
}

/* End of the Business Innovation css */



/* assure shape css  */

@media (min-width:1400px) {
    .side_pol_left {
        height: 350px;
    }
}


@media (min-width:1367px) {
    /* .side_pol_right {
        height: 350px !important;
    } */

    .right_pol_css {
        background-size: cover;
    }
}

.side_pol_container {
    position: relative;
}

.assure_container_r {
    max-width: 1600px;
    margin: auto;
}

.side_pol_left {
    width: 50%;
    position: absolute;
    z-index: 12;
    height: 376px;
    /* background-color: red; */
}


.left_pol_css {
    background: url(../image/shape2.png);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    width: 100%;
    position: relative;
    color: white;
    padding: 90px;
    height: 100%;
}

.overlay_left_as {
    height: 100%;
    width: 100%;
    background: #0A3197;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.side_pol_right {
    width: 60%;
    margin-left: auto;
    position: relative;
    height: 376px;
}

.right_pol_css {
    background-image: url(../image/shape1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    color: white;
    /* background-size: contain; */
    height: 100%;
    padding: 90px;
    display: flex;
    justify-content: right;
}

.content_css_pol {
    width: 85%;
    padding-left: 30px;

}

.overlay_right_as {
    height: 100%;
    width: 100%;
    background: #052925;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* z-index: -1; */
}


@media (max-width:1200px) {

    .left_pol_css,
    .right_pol_css {
        padding: 55px;
    }
}

.side_pol_container h2 {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 171%;
    color: #FFFFFF;
}

.side_pol_container p {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side_pol_container button {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
}

@media (max-width:996px) {

    .side_pol_container h2 {
        font-size: 30px;

    }

    .side_pol_container p {
        font-size: 17px;
    }

    .side_pol_container button {
        font-size: 17px;
    }
}

@media (max-width:820px) {
    .side_pol_left {
        width: 53%;
    }
}


@media (max-width:776px) {
    .side_pol_container h2 {
        font-size: 28px;

    }

    .side_pol_container p {
        font-size: 16px;

    }

    .side_pol_container button {
        font-size: 16px;
    }
}

@media (max-width:768px) {

    .side_pol_left,
    .side_pol_right {
        width: 100%;
        position: relative;
        height: fit-content;
    }

    .left_pol_css {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .content_css_pol {
        width: 100%;
        padding-left: 0px;
    }

}


@media (max-width:600px) {
    .side_pol_container h2 {
        font-size: 25px;

    }

    .side_pol_container p {
        font-size: 14px;

    }

    .side_pol_container button {
        font-size: 14px;
    }

    .left_pol_css,
    .right_pol_css {
        padding: 30px;
    }

}

/* End of the shape css */


/* job css */

.assur-job-container-wrapper {
    max-width: 1366px;
    margin: auto;
    padding: 32px 56px;
}

@media(max-width: 991px) {

    .assur-job-container-wrapper {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media(max-width: 576px) {
    .assur-job-container-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* End of the Job css */


/* Single job css */

.assur-single-job-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 32px 6px;
}

.assur-single-job-image {
    width: 100%;
    height: 466px;
}

.assur-single-job-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assur-single-job-contents {
    padding-left: 12px;
}

.assur-single-job-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 0rem;
    text-transform: uppercase;
}


.assur-single-job-sub-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
    text-transform: uppercase;
}

.assur-single-job-sub2-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    color: #222222;
    text-transform: uppercase;
}


.assur-single-job-right-para {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
}

.job-pop-content{
	background: none;
	border: none;
}

.btn-close{
	border: none; 
	background: none;
    font-size: 48px;
}


.job-pop-content>.modal-header{
	border-bottom: none;
	flex-direction: column;
	align-items: end;
}

@media(max-width: 991px) {
    .assur-single-job-contents {
        padding-left: 0px;
        padding-top: 36px;
    }

}

@media(max-width: 576px) {
    .assur-single-job-container-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* End of the Single job css */

/* Single Recruitment services employer and job seeker css */

.assur-single-employer-image {
    width: 100%;
    height: 428px;
}

.assur-single-employer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assur-single-employer-content {
    padding-left: 12px;
}

.assur-single-employer-content p {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
}

@media(max-width: 991px) {

    .assur-single-employer-content {
        padding-left: 0px;
        padding-top: 24px;
    }
}

/* End of the single recruitment employer and job seeker css */


/* Hire a Talent css*/


.hire-talent-container {
    max-width: 775px;
    margin: auto;
    padding: 24px 72px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}


.assur-hire-talent-title {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 12px;
}

.assur-sre-form-col {
    margin-bottom: 20px;
}
.assur-sre-form-col p{
	margin-bottom: 0px;
}

.assur-sre-form-label {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #21292F;
    margin-bottom: 0px;
}

.assur-sre-form-label>span {

    opacity: 0.6;
}

.assur-sre-form-col input {
    border: 0px;
    background: #F4F6FA;
    width: 100%;
    height: 30px;
    padding-left: 12px;
	font-size: 14px;
}

.hire-select {
    border: 0px;
    background: #F4F6FA;
    width: 100%;
    height: 30px;
	font-size: 14px;
}

#message {
    border: 0px;
    background: #F4F6FA;
    width: 100%;
/*     height: 95px; */
    padding-left: 12px;
/*     margin-bottom: 30px; */
	font-size: 14px;
}

.assur-sre-form-btn-container {
    width: max-content;
    margin: auto;

}

.assur-sre-form-btn {
    font-family: 'Almarai', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #222222;
    text-decoration: none;
    text-transform: capitalize;
    background: #F49428;
    padding: 10px 25px;
    text-align: center;
	border: none;
}

.assur-sre-form-btn:hover {
    text-decoration: none;
    color: white;
}

.file-hire {
    padding: 24px;
    background: #F4F6FA;
    border: 1px dashed #1A4680;
}
@media(max-width: 768px){
	.hire-talent-container{
		padding-left: 36px;
		padding-right: 36px;
	}
}

@media(max-width: 576px){
	.hire-talent-container{
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* End of the Hire a Talent css */


/* filter */

.upper_function_jobs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0px;
}

.filter_optopn_job select {
    padding: 10px 27px;
}

.search_btn_job {
    width: 100%;
}

@media (max-width:600px) {
    .filter_optopn_job select {
        padding: 5px 20px;
    }

    .search_btn_job {
        width: 50%;
    }
}

/* filer ends */

/* page 404 css */

.btn_out{
    position: absolute;
    bottom: 1rem;
    left: 5rem;
    background: #1A4680;
    /* padding: 10px 25px; */
    border: none;
    color: white !important;
}

.page_404_wrpa{
    background: #102E56;
    height: 640px;
    width: 100%;
    overflow-x: hidden;
}

.page_404_container{
    max-width: 1366px;
    margin: auto;
    height: 100%;
    position: relative;
}

.page_404_content{
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

.left_side_404{
    height:496px;
    width: 70%;
    background: #1A4680;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%); 
    overflow: hidden;  
    position: relative;
    left: 5rem; 
    z-index: 10;
}

.right_side_404{
    height:496px;
    width: 70%;
    background: #F49428;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    position: relative;
    right: 0px;
    overflow: hidden;
    right: 4rem;
    z-index: 10;
}


.bg_white{
    display:block ;
    width: 5%;
    /* background: white; */
    position: relative;
    height: 495px;      
}

.act_white{
    position: absolute;
    width: 600px;
    left: -200px;
    background: white;
    height: 100%;
    z-index: 0;
}

.left_side_404 , .right_side_404{
    padding-left: 50px;
    display: flex;
    align-items: self-end;
}

.left_side_404 span{
    font-family: 'Almarai';
font-style: normal;
font-weight: 700;
line-height: 78px;
color: #FFFFFF;
}

.left_side_404 p {
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    line-height: 78px;
    color: #FFFFFF;
}

.right_side_404 p{
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.right_side_404 div{
    width: 80%;
    margin-left: auto;
    padding-bottom: 30px;
    padding-right: 50px;
	text-align:center;
}

.right_side_404 button{
    background: #1A4680;
    padding: 10px 25px;
    border: none;
    color: white;
}

.let_404{
    position: absolute;
    top: 0;
}

.txt_404{
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 100;
    width: 100%;
    display: block;
}


.txt_404 p{
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
        width: fit-content;
        margin: auto;
}

.width_txt{
    position: relative;
}
/* page 404 css ends */

/* responsive css 404 */

@media (min-width:1080px) {
    .txt_404 p{       
        font-size: 350px;
        line-height: 391px;       
    }

    .left_side_404 span{
        font-size: 70px;
    }

    .left_side_404 p{
        font-size: 45px;
    }

    .thank_you_contents h1{
        font-size: 150px;
    }
}

@media (max-width:1080px) and (min-width:996px) {
    .txt_404 p{       
        font-size: 300px;
        line-height: 391px;
        /* identical to box height */       
    }

    .left_side_404 span{
        font-size: 50px;
    }
    
    .left_side_404 p{
        font-size: 30px;
    }

    .bg_white{
        width: 11%;
    } 

    .right_side_404 div{
        width: 85%;
    }

    .right_side_404 p , .right_side_404 button{
        font-size: 18px;
    }

    .thank_you_contents h1{
        font-size: 130px;
    }
    
}

@media (max-width:996px) and (min-width:768px) {
    .txt_404 p{       
        font-size: 270px;
        line-height: 391px;
        /* identical to box height */       
    }

    .left_side_404 span{
        font-size: 42px;
        line-height: 20px;
    }
    
    .left_side_404 p{
        font-size: 25px;
    }

    .bg_white{
        width: 20%;
    } 

    .right_side_404 div{
        width: 85%;
    }

    .right_side_404 p , .right_side_404 button{
        font-size: 16px;
    }

    .act_white{
        left: -230px;
    }

    .thank_you_contents h1{
        font-size: 100px;
    }

    .thank_you_contents p{
        width: 100% ;
    }
}


@media (max-width:768px) and (min-width:600px) {
    .txt_404 p{       
        font-size: 230px;
        line-height: 300px;
        /* identical to box height */       
    }

    .left_side_404 span{
        font-size: 38px;
        line-height: 20px;
    }
    
    .left_side_404 p{
        font-size: 20px;
    }

    .bg_white{
        width: 24%;
    } 

    .right_side_404 div{
        width: 85%;
    }

    .right_side_404 p , .right_side_404 button{
        font-size: 16px;
    }

    .act_white{
        left: -178px;
        width:400px ;
    }

    .right_side_404 div{
        padding-right: 10px;
    }

    .thank_you_contents h1{
        font-size: 70px;
        line-height: 150% !important;
    }

    .thank_you_contents{
        padding: 40px 0px !important;
    }

    .thank_you_contents p{
        width: 100% ;
    }

    .thank_you_contents p{
        font-size: 18px !important;
    }
}

@media (max-width:600px) {

    .thank_you_contents p{
        font-size: 16px !important;
    }
   
    .right_side_404, .left_side_404 {
        height: 310px;
    }

    .bg_white{
        height: 310px;
    }

    .txt_404{
        top: 42px;
         right: 6px;
    }


    .left_side_404 {
        width: 95%;
        left: 1rem;
    }

    .right_side_404 {
        width: 90%;
        right: 1rem;
    }

    .bg_white{
        width: 6%;
    } 

    .act_white{
        left: -75px;
        width: 181px;
    }

    
    .txt_404 p{       
        font-size: 180px;
        line-height: 300px;
        /* identical to box height */       
    }

    .left_side_404{
        padding-left: 10px;
    }

    .left_side_404 span{
        font-size: 30px;
        line-height: 20px;
    }
    
    .left_side_404 p{
        font-size: 18px;
        line-height: 34px;
        font-weight: 400;
    }

   
    .right_side_404 div{
        width: 85%;
    }

    .right_side_404 p , .right_side_404 button{
        font-size: 16px;
    }
  

    .right_side_404 div{
        display: none;
    }

    .thank_you_contents h1{
        font-size: 50px;
        line-height: 150% !important;
    }

    .thank_you_contents{
        padding: 40px 0px !important;
    }

    .mob_link_404{
        display: block !important;
    }

    .page_404_wrpa{
        height: 715px;
    }

    .page_404_content{
        align-items: start;
        padding-top: 5rem;
    }

    .display_left{
        display: none;
    }
}

.mob_link_404{
    position: absolute;
    bottom: 66px;
    left: 14px;
    display: none;
    color: white;
}

.txt_left_404 span {
    font-size: 30px;
    line-height: 20px;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
}

.mob_link_404 button{
    background: #f49428;
    padding: 10px 25px;
    border: none;
    color: white;
}

/* responsive css 404 ends */



/* thank you page css starts */

.thank_you_wrap{
    height: 100%;
    background: #102E56;
    display: flex;
	padding:50px 0px;
}

.thank_buttons div{
	gap:20px;
}

.thank_you_container{
    max-width: 1200px;
    margin: auto;
}

.thank_you_contents h1{
    font-family: 'Almarai';
font-style: normal;
font-weight: 700;
line-height: 167px;

color: #FFFFFF;
}

.thank_you_container p {
    font-family: 'Almarai';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 140%;
text-align: center;
color: #FFFFFF;
}


.thank_buttons{
    /* background: red; */
    display: flex;
    justify-content: center;
}

.thank_you_contents{
    background:#1A4680;
    padding: 70px 90px;
    height: 100%;
}

.thank_you_contents p {
    width: 90%;
    padding: 20px 0px;
}

.btn_yello{
    background: #FFFFFF;
border: 1px solid #F49428;
color: #F49428;
padding: 10px 25px;
border-radius: unset;
	transition:0.3s ease-in;
}

.btn_yello:hover{
	background-color: #F49428;   
    color: white;
}

.btn_fill_yello{
    background-color: #F49428;
    padding: 10px 25px;
    border-radius: unset;
    color: white;
	transition:0.3s ease-in;	
}

.btn_fill_yello:hover{
	background: #FFFFFF;
    border: 1px solid #F49428;
    color: #F49428;    
    border-radius: unset;
}

/* thank you page css ends */

/* Thank You popup css */
.after-msg{
padding: 24px 0px;	
}
.after-msg p{
	margin-bottom: 0px;
}

.after-msg>div{
	padding-top: 36px;
}

.close{
	font-size: 56px;
}

/* End of Thank you popup css */

.wpcf7 form.sent .wpcf7-response-output{
display: none;
}