.about-documents-section{ padding: 85px 0px; }
.about-documents-contect{}
.about-documents-row{ display: flex; flex-wrap: wrap; justify-content: space-between;align-items: flex-start; }
.about-documents-left { position: relative; margin: 0 80px 45px 0; z-index: 4; width: 540px; }
.thumb1 { position: relative; z-index: 1; position: relative; background: transparent; text-align: center; width: 100%; height: 557px; -webkit-clip-path: url(#aboutThumbdMask1); clip-path: url(#aboutThumbdMask1); }
.thumb2 {width: 62%;position: absolute; bottom: -65px; right: -50px; z-index: 2; border: 10px solid #fff; border-radius: 35px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 16px; }
.thumb2 img{width: 100%;}
.shape {width: 20%;position: absolute;top: 0px;right: 0px;z-index: 3;}
.rotate { animation: rotate 10s linear infinite; -webkit-animation: rotate 10s linear infinite; }

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
.about-documents-right { width: 676px; }
.about-thumb1 { -webkit-mask: url(../images/about-masking.png); mask: url(../images/about-masking.png); mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; -webkit-mask-repeat: no-repeat; position: relative; overflow: hidden; }
.about-thumb1 img { width: 100%; height: auto; }
.about-documents-contect{ padding: 85px 0px 0; }
.highlight-info { padding: 15px; background: rgb(234, 240, 245); border-radius: 10px; border: 1px solid #dde4eb; margin-bottom: 0px; margin-top: 15px; }

/*=========Our Mission section css start=========*/
.our-mission-section{
  padding: 80px 0px;
  background: #eaf0f5;
}
.our-mission-info{
  background: #fff;
  padding: 30px 28px 30px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}
/*=========Our Mission section css end=========*/

/* ============Visas We Offer section css start============= */
.our-services-section{ padding: 72px 0px; background: #f5f5f5; }
.visaswe-offer-section .container { max-width: 1268px; }
.our-services-section .common-heading { max-width: 690px; text-align: center; margin: 0 auto; margin-bottom: 42px;}
.other-offer-row{ display: flex; flex-wrap: wrap; justify-content: center; padding: 6px; background: #fff; border: 1px solid #c6c6c6; box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);}
.our-services-section .other-offer-col { padding: 6.5px; width: 25%; }
.other-offer-col figure{border: 1px solid #c6c6c6; box-shadow: 0 0 16px rgba(0, 0, 0, 0.18); background: #fff; position: relative;    height: 150px;
    overflow: hidden;}
.other-offer-col figure img { position: relative; top: 50%; transform: translate(0px, -50%); transition: 1s;width: 100%; object-fit: cover;}
.other-offer-col:hover figure img { top: 0; transform: translate(0px, 0%); }
.other-offer-col figure::after{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.45); transition: 1s;}
.other-offer-col:hover figure::after{background: rgba(255, 217, 95, 0.78);}
.other-offer-info { position: relative; }
.other-offer-caption{max-width: 250px; position: absolute; top: 50%; left: 0;right: 0; margin: 0 auto; text-align: center;text-align: center;
    transform: translate(0px, -50%);}
.other-offer-caption h4{color: #ffffff; font-size: 20px; line-height: 20px;transition: 1s;}
.other-offer-caption p{color: #ffffff; line-height: 22px;transition: 1s;}
.other-offer-col:hover h4{color: #000000;}
.other-offer-col:hover p{color: #000000;}
/* ============Visas We Offer section css end============= */
/* ============Let Get Belgium section  css start============= */
.letget-belgium-section{ padding: 80px 0px; }
.letget-belgium-row{ background: #1e3549; padding: 45px 54px 45px; box-shadow: 0 0 16px rgba(0, 0, 0, 0.18); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative; overflow: hidden; }
/* .letget-belgium-row::before { content: ""; position: absolute; top: 50%; right: 0; bottom: 0; width: 100%; height: 100%; background: url(../images/map.gif); background-position: center;background-repeat: no-repeat;background-size: cover;transform: translate(0px, -50%); mix-blend-mode: overlay; opacity: 0.4;} */
.letget-belgium-left { width: 300px; order: 2; position: relative; }
.letget-belgium-right { width: calc(100% - 300px); padding-right: 50px; position: relative; }
.letget-belgium-right h3 { color: #fff; font-size: 52px; font-family: 'Bedross Regular'; font-weight: normal; padding-top: 0px; margin-bottom: 24px; }
.letget-belgium-right p { color: #ffffff; font-size: 18px; font-family: 'Gilroy Medium'; font-weight: 500; margin-bottom: 24px; }
.letget-btn { display: flex; flex-wrap: wrap; justify-content: space-between; }
.letget-btn a.btn-yallow { width: 48%; padding: 15px 15px; height: auto; text-align: center; }
/* ============Let Get Belgium section  css end============= */
